/* Minification failed. Returning unminified contents.
(4576,72): run-time error CSS1036: Expected expression, found ';'
(6234,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6235,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6267,28): run-time error CSS1039: Token not allowed after unary operator: '-social-widget-theme'
(6268,17): run-time error CSS1039: Token not allowed after unary operator: '-social-widget-icon'
(6283,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/Content/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Glyphicons Halflings', 'slick';
    font-size: 60px;
    line-height: 1;

    opacity: .75;
    color: white;
	
	text-shadow: 0px 2px 5px rgba(50, 50, 50, 0.8);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -60px;
}

[dir='rtl'] .slick-prev
{
    right: -60px;
    left: auto;
}

.slick-prev:before
{
    content:"\e079";
}

[dir='rtl'] .slick-prev:before
{
    content:"\e080";
}

.slick-next
{
    right: -60px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -60px;
}

.slick-next:before
{
    content:"\e080";
}

[dir='rtl'] .slick-next:before
{
    content:"\e079";
}

.slick-slide:focus { outline: none; }

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -36px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 8px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 12px;
    padding: 5px;

    cursor: pointer;

    color: #FFF;
    border: 0;
    outline: none;
    background: #FFF;
	
	opacity: .5;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    opacity: .7;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 14px;
    line-height: 12px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    text-align: center;

    opacity: .25;
    color: #FFF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button
{
    opacity: 1;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.46
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
	list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 2px 0;
	padding: 4px;
	width: 19em;
}
@media (min-width: 768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
@media (min-width: 992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
@media (min-width: 1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
	content: '';
	display: inline-block;
	position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	top: -7px;
	left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	top: -6px;
	left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	bottom: -7px;
	left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	bottom: -6px;
	left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 2.5;
	height: 2.5em;
	width: 100%;
}
.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
	text-align: center;
	border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
	height: 20px;
	line-height: 20px;
	width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
	background: none;
	color: rgba(0, 0, 0, 0.25);
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
	position: relative;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
	font-size: .8em;
	height: 20px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.day {
	height: 20px;
	line-height: 20px;
	width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
	background: #eeeeee;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
	color: rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.today {
	position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
	content: '';
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #3280b3;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #3280b3;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
	background: none;
	color: rgba(0, 0, 0, 0.25);
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
	background-color: #3280b3;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
	color: rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: none;
	color: rgba(0, 0, 0, 0.25);
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
	width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
	cursor: pointer;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Custom Checkbox Radio Button 
---------------------------------------------------*/
.checkbox-cus {
    opacity: 0;
    position: absolute;   
}

.checkbox-cus, .checkbox-cus-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    cursor: pointer;
}

.checkbox-cus-label, .radio-cus-label {
	font-weight: normal;
    position: relative;
	padding-left: 32px;
}

.checkbox-cus + .checkbox-cus-label:before {
	content: '';
    background: #fff;
    border: 2px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 0;
}

.checkbox-cus:checked + .checkbox-cus-label:before {
	font-size: 110%;
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #FFF;
    color: #25b25a;
	line-height: 0.85;
}

.checkbox-cus[disabled] + .checkbox-cus-label:before {
	background: #eee;
	cursor: default;
}

.search {
	background-color: #aaa;
	display: flex;
	max-width: 976px;
	margin: 0 auto;
	padding: 40px 12px;
}

.search-input {
	flex: 1 1;
	margin: 4px;
}

.search-input > input {
	width: 100%;
	height: 45px;
	padding: 0;
	border: 0;
}

.act-field .clear-btn {
	position: absolute;
	width: 36px;
	height: 100%;
	line-height: 33px;
	text-align: center;
	top: 0;
	right: 24px;
	text-decoration: none;
	opacity: 0;
	transition: opacity .25s ease;
	transition-delay: .15s, 0s;
}

.act-field .clear-btn.show {
	opacity: 1;
}

.criteria-w {
	height: 40px;
	position: relative;
}

.criteria-w:not(.single-choice) .act-field .fa-angle-down {
	position: absolute;
	right: 12px;
	top: 0;
}

.criteria-content {
	font-size: 14px;
	width: 100%;
	max-height: 35vh;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	
	position: absolute;
	top: 0;
	
	overflow: auto;

	opacity: 0;
	visibility: hidden;
	z-index: 300;
}

.criteria-content .msg {
	font-size: 12px;
	padding: 8px 15px 8px 26px;
	margin: 0;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.criteria-content .msg.alert-warning {
	background-color: #fff6d2;
}

.criteria-content.show-choice {
	max-height: 55vh;
	overflow: hidden;
}

.single-choice .criteria-content {
	width: 50%;
	min-width: 220px;
}

.criteria-content.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(40px);
	transition: transform 0.2s cubic-bezier(.02, 1.505, .745, 1.235), opacity 0.2s ease-in-out;
	transform-origin: 50% 0;
	margin-top: 2px;
}

.criteria-content .btn-group {
	width: 100%;
	margin-bottom: 10px;
}

.criteria-content .item-list {
	max-height: 30vh;
	overflow: auto;
}

.criteria-content .selected-list {
	height: 30%;
	min-height: 48px;
	padding: 8px 12px 4px 12px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.criteria-content .selected-list li {
	margin-right: 4px;
	margin-bottom: 4px;
}

.criteria-content .selected-list .submit {
	display: none;
}

.criteria-content .selected-list .submit .btn {
	padding-top: 4px;
	padding-bottom: 4px;
}

.criteria-content .selected-list .limit {
	font-size: 13px;
	font-style: italic;
	color: #aaa;
}

.selected-list .selected-item {
	background-color: #99B7CE;
	color: #FFF;
	padding: 4px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
}

.selected-list .selected-item i.fa {
	margin-left: 6px;
}

.selected-list .selected-item:hover {
	text-decoration: line-through;
}

.criteria-w .btn-primary {
	color: #666;
	background-color: #FFF;
	border-color: #666;
}

.criteria-w:not(.single-choice) .btn-primary:hover,
.criteria-w:not(.single-choice) .btn-primary.focus,
.criteria-w:not(.single-choice) .btn-primary:focus,
.criteria-w:not(.single-choice) .btn-primary.active,
.criteria-w:not(.single-choice) .btn-primary:active,
.criteria-w:not(.single-choice) .btn-primary.active:hover,
.criteria-w:not(.single-choice) .btn-primary:active:hover,
.criteria-w:not(.single-choice) .btn-primary.active.focus,
.criteria-w:not(.single-choice) .btn-primary:active.focus,
.criteria-w:not(.single-choice) .btn-primary:active:focus {
	color: #FFF;
	background-color: #337ab7;
	border-color: #337ab7;
	outline: 0;
}

.criteria-w.single-choice .btn-primary {
	font-size: 18px;
	line-height: 20px;
	color: #b4b4b4;
	background-color: #FFF;
	border: 2px solid #ddd;
	border-right: 0;
	padding: 6px 10px;
	outline: 0;
}

.job-search-criteria .criteria-w.single-choice .btn-primary {
	height: 36px;
	line-height: 20px;
}

.criteria-w.single-choice .btn-primary.focus,
.criteria-w.single-choice .btn-primary:focus,
.criteria-w.single-choice .btn-primary.active,
.criteria-w.single-choice .btn-primary:active,
.criteria-w.single-choice .btn-primary.active.focus,
.criteria-w.single-choice .btn-primary:active.focus,
.criteria-w.single-choice .btn-primary:active:focus {
	box-shadow: none;
}

.criteria-content .btn-group .btn {
	font-size: 13px;
	padding: 4px 10px;
}

.affix .criteria-content.show {
	transform: translateY(36px);
}

.affix .act-field .clear-btn {
	line-height: 24px;
}

.criteria-content ul:not(.selected-list) {
	list-style-type: none !important;
	padding: 0 !important;
}

.criteria-content .header-item {
	padding-right: 60px;
}

.criteria-content.multi-layer .header-item {
	padding-left: 42px;
}

.criteria-content.multi-layer .cb-item {
	padding-left: 72px;
}

.criteria-content.multi-layer .item:not(.header-item) .cb {
	left: 40px;
}

.criteria-content .header-item i {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -9px;
}

.criteria-content .item {
	min-height: 30px;
	color: #333;
	padding: 8px 12px;
	display: block;
	position: relative;
}

.criteria-content .item:hover {
	background-color: #f9f9f9;
}

.criteria-content .secondary {
	list-style-type: none;
	display: none;
}

.criteria-content .cb-item {
	padding-left: 44px;
}

.criteria-content.single-layer .cb-item {
	padding-right: 12px;
}

.criteria-content.single-layer .cb-item.all,
.criteria-content.multi-layer .cb-item.all {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.criteria-content .item.selected,
.criteria-content .item.selected:hover {
	background-color: #EEF3F7;
}

.criteria-content .item.open,
.criteria-content .item.open:hover {
	font-weight: bold;
	/*background-color: #dae6ef;*/
}

.criteria-content .item .cb {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -4px;
	left: 12px;
}

.criteria-content .title {
	display: inline-block;
}

.criteria-content .badge {
	min-width: 20px;
	font-size: 12px;
	line-height: 1;
	background-color: #3281b4;
	color: #FFF;
	padding: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	right: 32px;
	top: 7px;
}

.criteria-search-range i.fa,
.criteria-search-range .ct-icon {
	font-size: 18px;
	margin-right: 8px;
}

.criteria-search-range .ct-icon {
	vertical-align: -2px;
}

.criteria-employer-type .de .title {
	color: #e48d8b;
}

.criteria-employer-type .pc .title {
	color: #6cba7a;
}

.criteria-employer-type .ia .title {
	color: #73a6ca;
}

.criteria-benefit .benefit-list li {
	margin-bottom: 0;
}

.criteria-benefit .benefit-list span.ct-icon {
	font-size: 24px;
}

.criteria-benefit .benefit-list {
	font-size: 14px;
}

.criteria-benefit .benefit-list .cb-item:not(.all) {
	padding-top: 5px;
	padding-bottom: 5px;
}

.criteria-benefit .benefit-list .checkbox-cus:checked + .criteria-benefit .benefit-list .checkbox-cus-label:before {
	line-height: 1.1;
}

.criteria-exp .freshgrad {
	text-align: left;
	margin-bottom: 10px;
}

.criteria-exp .freshgrad label {
	margin: 0;
}

/* Single Choice */
.job-func.single .item-list .header-item .cb {
	display: none;
}

.job-func.single .item-list .header-item {
	padding-left: 15px;
}

.job-func.single .item-list .cb-item {
	padding-left: 45px;
}

.job-func.single .item-list .item:not(.header-item) .cb {
	left: 15px;
}

#mask {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity 0.25s;
	background-color: #212121;
}

#ui-slider-work-exp,
#ui-slider-salary {
	margin: 0 8px 20px 8px;
}

#ui-slider-work-exp label,
#ui-slider-salary label,
#ui-slider-salary-hr label,
#ui-slider-work-exp-m label,
#ui-slider-salary-m label,
#ui-slider-salary-hr-m label {
	font-size: 13px;
	position: absolute;
	width: 20px;
	margin-top: 18px;
	margin-left: -10px;
	text-align: center;
}

/* Filter Modal */
.act-field .done-btn {
	font-size: 13px;
	padding: 4px 8px;
	position: absolute;
	right: 36px;
	top: 4px;
	display: none;
}

.filter-modal .criteria {
	margin-bottom: 8px;
}

.filter-modal .criteria-content.show {
	transform: translateY(46px);
}

.filter-modal .extra-criteria {
	display: none;
}

.filter-modal .criteria-content,
.filter-modal .criteria input[type="text"],
.filter-modal .criteria .act-field .field-txt {
	font-size: 15px;
}

.filter-modal .criteria-w.single-choice .btn-primary {
	padding: 8px 10px;
}

.filter-modal .search-btn .submit-hl-btn {
	width: 100%;
	font-size: 16px;
	padding: 10px;
}

.filter-modal .more-options {
	text-align: center;
	margin: 12px 0 24px 0;
}

@media screen and (max-width: 992px) {
	.filter-modal .criteria-w.criteria-on {
		z-index: 300;
	}
	
	.filter-modal .criteria-on .act-field {
		padding-right: 128px;
	}
	
	.filter-modal .salary .criteria-on .act-field,
	.filter-modal .work-exp .criteria-on .act-field	{
		padding-right: 100px;
	}	
	
	.filter-modal .criteria-on .act-field .done-btn {
		display: block;
	}

	.filter-modal .criteria-on .act-field .clear-btn {
		right: 88px;
	}
}

@media screen and (max-width: 640px) {
	#mask.show {
		visibility: visible;
		z-index: 200;
		opacity: 0.7;
	}

	.criteria-content {
		width: 100%;
		max-height: 60vh;
	}

	.search {
		flex-direction: column;
	}

	.btn-seek {
		flex: 1 1 45px;
	}
	
	.checkbox-cus:checked + .checkbox-cus-label:before {
		font-size: 105%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.criteria-content .selected-list {
		padding-right: 12px;
	}
	
	.criteria-content .selected-list .limit {
		position: relative;
		right: auto;
		top: auto;
	}
}

.no-margin {
    margin: 0 !important;
}

body {
	height: auto;
	position: relative;
}

a.left {
	position: relative;
}

a.left:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

a.left:hover:before {
	visibility: visible;
	width: 100%;
}

.trunc {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
section:nth-of-type(odd){
	background-color: #FFF;
}
*/

#popular-cert {
	background-color: #f5f5f5;
}

/*section:nth-child(even){
	background-color: #FFF;


}*/

#secNav .mobile {
	display: none;
}


#secNav .num {
	position: relative;
}

#secNav .update {
	width: 10px;
	height: 10px;
	background-color: #EB5757;
	position: absolute;
	right: -6px;
	top: -4px;
	border-radius: 10px;
	border: 1px solid #FFF;
}

.navbar-section {
	position: sticky;
	top: 0;
}

.read-more-w.mobile{ 
    display:none; 
}

/* Sidebar */
#side-menu {
	display: none;
}

#side-menu a {
	border-left: 4px solid transparent;
	padding: 6px 10px;
}

#side-menu a:hover,
#side-menu a:visited,
#side-menu a:focus,
#side-menu a:active {
	color: #3280b3;
	background-color: transparent;
}

#side-menu .active a {
	border-left-color: #3280b3;
}

.side-nav .affix-top li:first-child a {
	border-left-color: #3280b3 !important;
}

.msg {
	padding: 40px 15px;
	background-color: #FFF;
	text-align: center;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

/* Auto complete
/*-------------------------------------------------*/
.ui-menu.ui-autocomplete .ui-menu-item {
	padding: 6px 8px;
}

.ui-autocomplete-input:focus {
	font-size: 15px;
}

.ui-menu.ui-autocomplete .ui-menu-item span.jobfunc {
	font-size: 12px;
	color: #aaa;
	margin-left: 8px;
}

.ui-menu.ui-autocomplete .ui-menu-item.ui-state-focus {
	color: #333;
}

.ui-autocomplete-loading {
    background: url('/Content/images/ajax-loader.gif') no-repeat right center;
    background-color: #FFF;
}




header {
	background: rgb(50,128,178);
	background: -moz-linear-gradient(90deg, rgba(50,128,178,1) 0%, rgba(107,219,192,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(50,128,178,1) 0%, rgba(107,219,192,1) 100%);
	background: linear-gradient(90deg, rgba(50,128,178,1) 0%, rgba(107,219,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3280b2",endColorstr="#6bdbc0",GradientType=1);
	position: relative;
	overflow: hidden;
}

header .key-art {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}


.header-bg {
	background: url("/Content/images/learning/learning-w1280.jpg") center center no-repeat;
	background-size: cover;
}

#learning-career {
	background: url("/Content/images/learning/learning-career-w1280.jpg") center center no-repeat;
	background-size: cover;
    padding: 88px 0;
}

#learning-cef {
	background: url("/Content/images/learning/learning-cef-w1280.jpg") center center no-repeat;
	background-size: cover;
	padding: 88px 0;
}

#learning-discount {
	background: url("/Content/images/learning/learning-discount-w1280.jpg") center center no-repeat;
	background-size: cover;
	padding: 88px 0;
}

.jobcat-accounting {
	background: url("/Content/images/learning/learning-accounting-w1280.jpg") center center no-repeat;
	background-size: cover;
}

/* Section - AD */
#ad {
	padding-top: 0;
}

#ad div {
	padding-bottom: 48px;
}

.header-ad{
    padding-top: 0;
    padding-bottom: 0;
}


/* Two Column */
.content h3 {
	font-size: 22px;
	/*font-weight: 300*/
    line-height: 1.4;
}

.content {
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	-ms-flex-align: stretch;
}

.content .content-l {
	min-width: 0;
	flex: 1 1 auto;
	-ms-flex: 1;
	margin-right: 30px;
}

.content-l .adv { margin-top: 16px; }

.content .content-r {
	-ms-flex: 0 0 300px;
	flex: 0 0 300px
}

.content section {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}

.content section h3 {
	font-size: 22px;
	font-weight: 500;
}

.content section h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}

.content .content-l section:not(.start-follow) h4 {
	margin-bottom: 16px;
}

.content h3 a,
.content h4 a {
	font-size: 14px;
	font-weight: 300;
	float: right;
	margin-top: 4px;
}

.content .content-l p {
	line-height: 1.6;
	margin-bottom: 12px;
}

.content section.empty {
	text-align: center;
	padding: 48px 20px;
}

.content section.empty .btn.round:last-child {
	margin-right: 0;
}

.follow-update .icon {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #aaa;
	border: 1px solid #aaa;
	border-radius: 42px;
	margin: 0 auto 12px auto;
}

.follow-update .icon i.fa {
	font-size: 22px;
	vertical-align: -2px;
}

header h1 {
	font-weight: 500;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	margin-bottom: 12px;
	text-align: center;
}

#learning h1 {
	text-align: left;
}

header .desc {
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	text-align: center;
}

#learning .desc,
#learning-listing .desc {
	text-align: left;
}

header .search-panel {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 24px;
	margin-bottom: 24px;
}

header .search-input {
	margin: 0;
	margin-bottom: 16px;
	display: -webkit-flex;
	display: flex;
}

#learning-listing .search-input,
#learning-listing .search-panel {
	margin-bottom: 0;
}

header .search-input .input-field {
	flex-grow: 1;
	margin-right: 15px;
}

header .search-input .submit {
	width: 180px;
}

header .search-input .submit .btn {
	width: 100%;
	height: 100%;
	line-height: 24px;
}

header .other-search {
	margin-top: 12px;
}

header .other-search ul li {
	margin-right: 6px;
	margin-top: 6px;
}

header .other-search .btn {
	font-size: 13px;
	padding: 4px 12px; 
}

header .next-target h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 16px;
}

header .next-target ul {
	text-align: center;
}

header .next-target ul li {
	margin-right: 8px;
	margin-bottom: 12px;
	display: inline-block;
}

header .other-search {
    margin-top: 12px;
}

/* Affiliate Course */
header .search-panel .btn--course-hl,
header .search-panel .btn--course-hl:link,
header .search-panel .btn--course-hl:visited {
	background-color: #40E0D0;
	border-color: #40E0D0;
	color: #075149 !important;
}

header .search-panel .btn--course-hl:hover {
	background-color: #88eae0;
	border-color: #88eae0;
}

header .search-panel .btn--course-hl i {
	margin-left: 0;
	margin-right: 6px;
}

/* Promote Course - Text Link */
header .advertise {
	color: #FFF;
	text-align: center;
	margin-top: 32px;
}

header .advertise:visited {
	color: #FFF;
}

.advertise .btn-def {
	font-size: 16px;
	background-color: #e37c18;
	border-color: #e37c18;
	padding: 8px 24px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}

.advertise .btn-def:hover {
	background-color: #ff9935;
	border-color: #ff9935;
}

/* Empty Course */
header .advertise .btn-def i.fa,
header .empty-course .btn-def i.fa {
	margin-left: 0;
	margin-right: 4px;
}

header .hl-txt {
	color: #f5c800;
}

header .bg-overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0.25+0,0.55+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 1%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 1%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 1%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-9 */
}

.sec-title {
	font-size: 28px;
	text-align: center;
	margin-bottom: 8px;
}

.sec-desc {
	font-weight: 300;
	text-align: center;
	margin-bottom: 16px;
}

img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.thumb-blk .thumb-info .title,
.job-blk .title,
.adv-blk .title {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.move-up {
	position: relative;
	top: 0;
	transition: top ease-in-out 0.3s;
}

.move-up:hover {
	top: -4px;
}

/* Next course 
/*-------------------------------------------------*/
.next-course {
	background-color: #3280b3;
	text-align: center;
	color: #fff;
	padding: 8px 5px 10px 5px;
	display: none;
}

.next-course .title {
	font-weight: bold;
	margin: 0 4px;
}

/* Browse Course
/*-------------------------------------------------*/
#browse-course {
	background-color: #FFF;
}

#browse-course .adv.hidden-lg {
	padding-top: 0;
	padding-bottom: 30px;
}

#browse-course .sec-title {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: left;
}

.course-cat-list li {
	height: 166px;
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}

.course-cat-list li .course-cat {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.course-cat-list li .course-cat span {
	width: 80%;
	font-size: 22px;
	font-weight: 500;
	color: #FFF;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.course-cat .bg {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	display: table;
	-webkit-box-shadow: inset 0px 0px 220px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 220px 0px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 220px 0px rgba(0,0,0,0.8);
	-webkit-transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
	   -moz-transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
			transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.course-cat:hover .bg {
	-moz-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05);
	-webkit-box-shadow: inset 0px 0px 220px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 220px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 220px 0px rgba(0,0,0,0.3);
}

.course-cat .bg.hr {
	background: url("/Content/images/learning/field/hr.jpg") 50% center;
}

.course-cat .bg.it {
	background: url("/Content/images/learning/field/it.jpg") 50% center;
}

.course-cat .bg.mkt {
	background: url("/Content/images/learning/field/mkt.jpg") 50% center;
}

.course-cat .bg.finance {
	background: url("/Content/images/learning/field/finance.jpg") 50% center;
}

.course-cat .bg.cs {
	background: url("/Content/images/learning/field/cs.jpg") 50% center;
}

.course-cat .bg.child-psycho {
	background: url("/Content/images/learning/field/child-psycho.jpg") 50% center;
}

.course-cat .bg.fintech {
	background: url("/Content/images/learning/field/fintech.jpg") 50% center;
}

.course-cat .bg.admin {
	background: url("/Content/images/learning/field/admin.jpg") 50% center;
}

.course-cat .bg.design {
	background: url("/Content/images/learning/field/design.jpg") 50% center;
}

.course-cat .bg.accounting {
	background: url("/Content/images/learning/field/account.jpg") 50% center;
}

.course-cat .bg.artificial-intelligence {
	background: url("/Content/images/learning/field/artificial-intelligence.jpg") 50% center;
}

.course-cat .bg.personal-dev {
	background: url("/Content/images/learning/personal-dev.jpg") 50% center;
}

.course-cat .bg.cpd-course {
	background: url("/Content/images/learning/cpd_course.jpg") 50% center;
}

.course-cat .bg.cef-course {
	background: url("/Content/images/learning/cef_course.jpg") 50% center;
}

.course-cat .bg.discount-course {
	background: url("/Content/images/learning/discount_course.jpg") 50% center;
}

.course-cat .bg.erb-course {
	background: url("/Content/images/learning/erb_course.jpg") 50% center;
}

.course-cat .bg.rttp-course {
	background: url("/Content/images/learning/rttp_course.jpg") 60% center;
}

.course-cat .bg.postgrad-course {
	background: url("/Content/images/learning/postgrad.jpg") 50% center;
}

.course-cat .bg.lang {
	background: url("/Content/images/learning/field/lang.jpg") 50% center;
}

.course-cat .bg.proj {
	background: url("/Content/images/learning/field/projmanagement.jpg") 50% center;
}

.course-cat .bg.business-management {
	background: url("/Content/images/learning/field/business.jpg") 50% center;
}

.course-cat .bg.udemy-course {
	/*background: url("/Content/images/learning/udemy_course.jpg") 50% center;*/
    background: url("/Content/images/learning/organiser/udemy.gif") no-repeat center center;
}

.course-cat .cef-logo {
	width: 68px;
	background-color: #FFF;
	padding: 5px 15px;
	
	position: absolute;
	left: 15px;
	bottom: 15px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.course-cat .bg.free-course {
	background: url("/Content/images/learning/free_course.jpg") 60% center;
}

.course-cat .bg.online-course {
	background: url("/Content/images/learning/online_course.jpg") 60% center;
}

/* Browse Field of Study
/*-------------------------------------------------*/
#browse-field-of-study {
	background-color: #FFF;
}

#browse-field-of-study .sec-title {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: left;
}

/* All fields of study */
.other-fields {
	margin-bottom: 30px;
	display: none;
}

.other-fields ul li {
	margin: 4px 0;
}

/* Other fields - Subnav */

.tippy-tooltip.white-theme .tippy-content .field-subnav {
	width: 480px;
}

.tippy-tooltip.white-theme .tippy-content .field-subnav ul li {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 2px;
}

.tippy-tooltip.white-theme .tippy-content .field-subnav .title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 6px;
	text-align: left;
}

.tippy-tooltip.white-theme .tippy-content .field-subnav .field-title:link,
.tippy-tooltip.white-theme .tippy-content .field-subnav .field-title:visited {
	font-size: 20px;
	font-weight: bold;
	color: #3280b2;
	float: left;
}

.tippy-tooltip.white-theme .tippy-content .field-subnav .field-title:hover {
	color: #69abcb;
}

.tippy-tooltip.white-theme .tippy-content .field-subnav .item {
	color: #666;
	-webkit-transition:color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.tippy-tooltip.white-theme .tippy-content .field-subnav .item:hover {
	color: #888;
}

/* Featured Insight
/*-------------------------------------------------*/
#featured-insight .thumb-info .title {
	margin-bottom: 0;
}

#featured-insight .sec-title {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: left;
}

/* Popular cert
/*-------------------------------------------------*/
#popular-cert {
	background-color: #FFF;
}

#popular-cert .sec-title {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: left;
}

.popular-cert-list > li {
	/*min-height: 120px;*/
	text-align: center;
	position: relative;
	padding: 0 15px;
}

.popular-cert-list li .cert {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eee;
	display: block;
}

.popular-cert-list li .cert img {
	width: 154px;
	margin: 0 auto 15px auto;
}

.popular-cert-list li .cert .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
}

.popular-cert-list li .cert .course-num {
	color: #333;
}

/*.popular-cert-list li .cert:hover .title {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}*/

/* Organizer
/*-------------------------------------------------*/
#organizer {
	background-color: #FFF;
}

#organizer .sec-title {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: left;
}

.organizer-list li {
	text-align: center;
	margin-bottom: 30px;
}

.organizer-list li img {
	margin: 0 auto 15px auto;
}

.organizer-list li .organizer {
	border: 1px solid #eee;
	padding: 24px;
	border-radius: 6px;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.organizer-list li .organizer:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.organizer-list li .organizer .name {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.organizer-list li .organizer:hover .name {
	color: #6198c1;
}

.organizer-list li .logo img {
	max-height: 50px;
}

/* .organizer-list li .organizer .organizer-profile {
	padding: 4px;
	margin-left: 0;
	margin-top: 4px;
	display: inline-block;
}

.organizer-list li .organizer .organizer-profile i {
	margin-left: 0;
	margin-right: 6px;
	vertical-align: -1px;
} */

.sorting {
	background-color: rgba(61, 130, 187, 0.75);
	padding: 12px;
	margin-bottom: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* Thumbnail
/*-------------------------------------------------*/
/* Thumbnail Header */
.thumb-list-header .title {
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin-bottom: 4px;
}

.thumb-list-header .title span {
	font-weight: bold;
}

/* Thumbnail Block */
.thumb-blk {
	color: #333;
	position: relative;
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
}

.thumb-blk .thumb {
	position: relative;
}

.thumb-blk .thumb img {
	min-height: 100%;
}

.thumb-blk .thumb-info .title.organizer-hover {
    color: #333 !important;
}

.thumb-blk .thumb-info .date-venue .organizer .organizer-hover {
    color: #3280b3;
}

.organizer-logo.organizer-hover img {
    border: 1px solid #69abcb;
}

.thumb-blk:hover .thumb-info .title {
	color: #888;
}


/* Tag */
.thumb-blk .thumb .tag {
	font-size: 13px;
	background-color: #e2a02d;
	color: #FFF;
	padding: 4px 8px;
	position: absolute;
	bottom: 8px;
	left: 0;
	-webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.thumb-blk .thumb .tag.upcoming {
	background-color: #e2a02d;
}

.thumb-blk .thumb .tag.free {
	background-color: #f25f37;
}

.thumb-blk .thumb .tag.expired {
	background-color: #ba2c2c;
}

.row.row-eq-height li {
	margin-bottom: 30px;
}

.row.row-eq-height li.adv {
	text-align: center;
}

.thumb-info {
	font-size: 16px;
	background-color: #FFF;
	padding: 8px 12px;
	/* border-top: 3px solid #3280b3; */
}

.expired .thumb-info {
	border-bottom-color: #ddd;
}

.expired .thumb-info .title,
.expired .thumb-info .date-venue {
	color: #bbb;
}

.thumb-info .category {
	font-size: 13px;
	color: #4d2e68;
	margin-bottom: 4px;
	display: inline-block;
	z-index: 3;
	position: relative;
}

.thumb-info .category:hover {
	color: #9a81b5;
}

.thumb-info .title {
	font-size: 16px;
	line-height: 1.4;
	height: 45px;
	text-align: left;
	margin-bottom: 6px;
	overflow: hidden;
}

.thumb-blk .thumb-img-w {
	position: relative;
	width: 100%;
	padding-bottom: 52%;
}

.thumb-blk .thumb-img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
	margin-bottom: 0;
}

.thumb-blk .thumb-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
}

.thumb-info .date-venue {
	font-size: 12px;
	font-weight: 300;
	color: #888;
	margin: 6px 0;
}

.thumb-info .date-venue i { width: 16px; text-align: center; margin-right: 4px; }

.thumb-info .date-venue span { margin-right: 12px; }
.thumb-info .date-venue span:last-child { margin-right: 0; }

.thumb-info .date-venue .price {
	position: relative;
}

.thumb-info .date-venue .saved-date {
	margin-top: 4px;
    font-weight: 500;
    font-size: 13px;
}

.discounted .thumb-info .date-venue .original {
	text-decoration: line-through;
}

.thumb-info .date-venue .percentage {
	font-size: 13px;
	margin-left: 8px;
}

.thumb-info .date-venue .percentage i {
	margin-right: 0;
}

.discounted-price,
.discount-course .thumb-info .date-venue .discounted-price {
	font-size: 16px;
	font-weight: bold;
	color: #e95728;
	margin-left: -4px;
	margin-right: 2px;
}

.thumb-info .date-venue .cef-logo {
	width: 20px;
	margin-left: 6px;
}

.thumb-info .date-venue .divider { margin: 0 6px; }

.thumb-info .date-venue .organizer {
	margin-right: 0;
	margin-bottom: 2px;
	display: block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;	
    height: 19px;
}

.thumb-info .date-venue .organizer span {
	z-index: 3;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.thumb-info .date-venue .organizer span a {
    color: inherit;	
}

.thumb-blk .post-date {
    font-size: 13px;
    color: #888;
	margin-bottom: 4px;
}

.thumb-blk .organizer-logo {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -20px;
	/*display: none;*/
}

.thumb-blk a.organizer-logo {
	z-index: 3;
}

.thumb-blk .action {
	position: absolute;
	right: 15px;
	top: 18px;
}

.action .save,
.action .compare {
	font-size: 14px;
	line-height: 20px;
	padding-left: 24px;
	position: relative;
	display: inline-block;
	margin-left: 12px;
	z-index: 99;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.action .save.active {
	font-weight: bold;
}

.action .save i {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -1px;
	margin-right: 4px;
}

.action .save i.fa-star {
	color: #fccf00;
}

.action .compare i {
	font-size: 22px;
	color: #ccc;
	position: absolute;
	left: 0;
	top: -2px;
	margin-right: 4px;
}

.action .compare i.fa-check {
	font-size: 14px;
	color: #25b25a;
	left: 2px;
	top: 1px;
	display: none;
}

.action .compare.active {
	font-weight: bold;
}

.action .compare.active i.fa-check {
	display: block;
}

.sticky.fixed {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	position: fixed;
	top: 0;
	z-index: 999999;
}

.nav-right {
	margin-right: -30px;
	float: right;
}

.navbar-default .nav>li.search-course {
	margin-left: 16px;
	margin-top: 2px;
}

.nav-right img {
	color: rgba(255, 255, 255, 0.7);
}


/* Search Bar */
.searchbar {
    width: 180px;
    height: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    transition: all 1s;
    box-sizing: border-box;
}

.searchbar input {
    width: 100%;
    height: 24px;
    font-size: 1em;
	line-height: 16px;
    outline: 0;
    border: 0;
	color: white;
	background-color: transparent;
	padding: 0 15px 0 0;
    position: absolute;
    top: 1px;
    left: 0;
}

.searchbar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 0.5; /* Firefox */
}

.searchbar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
}

.searchbar input::-ms-input-placeholder { /* Microsoft Edge */
	color: white;
}

.searchbar .fa {
    padding: 4px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
	 box-sizing: border-box;
}

.searchbar:hover {
    width: 280px;
    cursor: pointer;
}

.searchbar:hover input {
    display: block;
}

.searchbar:hover .fa {
    color: white;
}
 
/* Category Tag
/*-------------------------------------------------*/
.tag-list {
	text-align: left;
	position: relative;
	display: block;
	z-index: 3;
}

.content-l .tag-list {
	margin-bottom: 8px;
}

.h-thumb-list .tag-list li {
	padding: 0 !important;
	margin-right: 4px;
	margin-bottom: 0;
}

.tag-list .tag {
	color: #3280b3 !important;
	background-color: #eaf2f7;
	padding: 3px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
    margin-bottom: 2px;
}

.tag-list .tag:hover { background-color: #eaf2f7; color: #69abcb !important; }

.tag-list .header { font-size: 15px; font-weight: bold; vertical-align: -1px; }

.content-l .adv {
	margin-top: 16px;
}
	

	
/* Skill Tag */
.skill-tag .tag, .course-tag .tag, .field-tag .tag { font-size: 13px; background-color: #3280B2; color: #FFF !important; padding: 3px 10px; }
.skill-tag .tag:hover, .course-tag .tag:hover, .field-tag .tag:hover { background-color: #69abcb; color: #FFF !important; }
.skill-tag li, .field-tag li { margin-bottom: 8px; }

.course-outline .tag-list li {
    float: none;
}


/* Dropdown
--------------------------------------------------*/
.navbar-nav>li>.dropdown-menu {
	width: 350px;
	background-color: #266193;
	color: #FFF;
	padding-bottom: 16px;
}

.navbar-nav>li>.dropdown-menu.plain {
	width: 220px;
	padding: 8px;
}

.navbar-nav>li>.dropdown-menu:not(.plain) i.fa.fa-angle-right,
.navbar-nav>li>.dropdown-menu:not(.plain) i.fa.fa-angle-left {
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: 0;
	margin-top: -10px;
}

.navbar-nav>li>.dropdown-menu i.fa.fa-angle-left {
	right: auto;
	left: 12px;
}

.dropdown-menu ul li.back a:link {
	padding-left: 32px;
}

.dropdown-menu ul li.header {
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 8px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dropdown-menu ul li a:link,
.dropdown-menu ul li a:visited {
	color: rgba(255, 255, 255, 0.8);
	padding: 8px 12px;
	position: relative;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dropdown-menu ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 1);
}

.dropdown-menu ul li.sub-header {
	font-size: 13px;
	font-weight: bold;
	color: rgba(255, 255, 255, .4);
	padding: 16px 12px 4px 12px;
}

.dropdown-menu ul li.sub-header:first-of-type {
	padding-top: 8px;
}

.mCSB_inside > .mCSB_container {
	margin-right: 20px;
}

.navbar-nav>li>.dropdown-menu .filter-list.sub {
	padding-left: 0;
	display: none;
}

.navbar-nav>li>.dropdown-menu.plain {
	width: 220px;
	padding: 8px;
}

.navbar-nav>li>.dropdown-menu:not(.plain) i.fa.fa-angle-right,
.navbar-nav>li>.dropdown-menu:not(.plain) i.fa.fa-angle-left {
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: 0;
	margin-top: -10px;
}

.navbar-nav>li>.dropdown-menu.plain i.fa.fa-angle-right {
	margin-left: 0;
}

.navbar-nav>li>.dropdown-menu:not(.plain) i.fa.fa-angle-left {
	right: auto;
	left: 12px;
}


.filter-list.main {
	display: block;
}

.filter-list.sub {
	display: none;
}


/* Course Listing
--------------------------------------------------*/
.top-adv {
	background-color: #f5f5f5;
	padding: 24px 15px 0 15px;
    text-align: center;
}

.top-adv img {
	margin: 0 auto;
}

#course-listing {
	padding: 24px 0;
	background-color: #f5f5f5;
	z-index: 1;
}

#course-listing .thumb-list-header .title {
	float: left;
}

#course-listing .thumb-list-header .cef-info {
	font-size: 13px;
	font-weight: 500;
	margin-left: 16px;
}

#course-listing .thumb-list-header .cef-info img {
	width: 24px;
	margin-right: 4px;
}

#course-listing .sort-by label,
.discount-course .sort-by label {
	line-height: 36px;
	margin-right: 8px;
}

#course-listing .sort-by label,
#course-listing .sort-by .form-control,
.discount-course .sort-by label,
.discount-course .sort-by .form-control{
	float: left;
}

#course-listing .sort-by,
.discount-course .sort-by {
	height: 40px;
	float: right;
}

#course-listing .sort-by .select-field,
.discount-course .sort-by .select-field {
	width: 200px;
}

#course-listing .select-cus .form-control,
.discount-course .select-cus .form-control {
	text-indent: 8px;
}

@media all and (-ms-high-contrast:none) {
	#course-listing .select-cus .form-control,
	.discount-course .select-cus .form-control {
		padding-left: 12px;
	}
}

#course-listing .content,
.detail .content {
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	-ms-flex-align: stretch;
}

#course-listing .content .content-l {
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	margin-right: 0;
}

#course-listing .content .content-r {
	min-width: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 30px;
}

.content-r .sticky {
	width: 360px;
	position: sticky;
	top: 60px;
}

/* Result List */
.h-thumb-list .thumb-blk .thumb {
	width: 140px;
	height: 72px;
	position: absolute;
	left: 0;
	top: 10px;
	overflow: hidden;
}

.h-thumb-list .thumb-blk .organizer-logo {
	display: block;
}

.h-thumb-list .thumb-info .date-venue .organizer {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 6px;
    display: block;
}

.h-thumb-list .thumb-info .date-venue .organizer i {
	display: none;
}

.thumb-list .thumb-blk .thumb img { min-height: 100%; }

.h-thumb-list li {
	margin-bottom: 16px;
}

.h-thumb-list .adv {
	margin: 16px 0;
	text-align: center;
}

.h-thumb-list .adv img {
	margin: 0 auto;
}

.h-thumb-list .thumb-info .title {
	font-size: 16px;
	height: auto;
	max-height: 46px;
}

.h-thumb-list .thumb-info .title .cert {
	height: 20px;
	margin-right: 8px;
	vertical-align: -3px;
}

.choose-date, .choose-date-2 {
	display: none;
}

.choose-date .dp-from .form-group {
	margin-bottom: 0;
}

/* Filter
---------------------------------------------------*/
.filter-scroll {
	max-height: 280px;
	overflow: auto;
	margin-top: 4px;
}

.filter-header {
	position: relative;
}

.price .filter-header,
.study-mode .filter-header,
.course-lv .filter-header { 
	margin-bottom: 4px;
}

.filter-header .clear-selected {
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 4px;
}

.filter-item .keyword .form-control {
	font-size: 14px;
	height: 32px;
}

.filter-item .keyword.input-field .icon {
	width: 30px;
	height: 30px;
}

.filter-item .keyword.input-field .icon i.fa {
	line-height: 28px;
}

.filter-list hr {
	border-color: #f4f4f4;
	max-width: 250px;
	margin: 12px 0;
}

.filter-list {
	display: block;
}

.sub-filter-list {
	display: none;
}

.sub-filter-list .cb {
	padding-left: 30px;
}

.filter-list .subheader {
	padding: 5px 0 5px 30px;
	position: relative;
}
.filter-list .subheader .cb {
	position: absolute;
	left: 0;
	top: -4px;
}
 
.filter-list .subheader a:link,
.filter-list .subheader a:visited {
	color: #333;
}

.filter-menu {
	background-color: #FFF;
	padding: 12px 15px;
	border-top: 3px solid #3280b3;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.filter-item {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.filter-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.filter-item ul li {
	font-size: 14px;
	position: relative;
}

.filter-item ul li:last-child {
	margin-bottom: 0;
}

.filter-item a {
	font-size: 15px;
	line-height: 1.4;
	display: block;
}

.search-modal .num,
.filter-item .num {
	font-size: 14px;
	font-weight: 300;
	color: #888;
	margin-left: 8px;
}

.filter-item .item-title:not(.custom-item-title) {
	font-size: 18px;
	color: #333;
	display: block;
}

.price-range-title {
	font-size: 18px;
	color: #333;
	margin: 12px 0 6px 0;
}

.filter-item .item-title i.fa {
	font-size: 24px;
	float: right;
}

.filter-item ul li.selected a {
	font-size: 16px;
	font-weight: bold;
}

.cb.disabled, .cb.disabled span, a.subheader-label.disabled, a.subheader-label.disabled .num {
    color: #bbb !important;
}

.cb.disabled .checkbox-cus, .cb.disabled .checkbox-cus-label, .cb.disabled .radio-cus, .cb.disabled .radio-cus-label {
    cursor: default;
}

.filter-item .checkbox-cus-label,
.search-modal .checkbox-cus-label {
	padding-left: 32px;
}

.filter-item .checkbox-cus + .checkbox-cus-label:before,
.search-modal .checkbox-cus + .checkbox-cus-label:before {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: -1px;
}

.filter-item .checkbox-cus:checked + .checkbox-cus-label:before {
	font-size: 115%;
	text-indent: -1px;
	line-height: 0.8;
}

.filter-selected.inline-list {
	display: none;
}

.filter-selected {
	margin-bottom: 16px;
}

.filter-selected li {
	margin-right: 8px;
	margin-bottom: 6px;
}

.filter-menu .refine a:not(.clear-all):hover,
.filter-selected .btn-w:hover {
	color: #3280b3 !important;
	background-color: #fff;
	text-decoration: line-through;
}

.filter-menu .refine .clear-all {
	margin-top: 2px;
	float: right;
}

.filter-selected .filter a i.fa {
	margin-right: 6px;
	margin-left: 0;
}

.filter-selected .btn-w i.fa-times {
	margin-right: 0;
	margin-left: 6px;
}

.filter-selected .category,
.filter-selected a .category {
	font-weight: bold;
}

.filter-item .date .dropdown-menu {
	z-index: 99;
}

.filter-item .custom-date .form-group {
	margin-bottom: 0;
}

.filter-item .custom-date .submit {
	margin-top: 12px;
}

.filter-item .custom-date .submit a {
	font-size: 15px;
}

/* Refine */
.filter-menu .refine .filter-selected li {
	margin: 4px 0;
	display: inline-block;
}

.filter-menu .refine .filter-selected li a {
	font-size: 13px;
	padding: 4px 10px;
	white-space: normal;
	text-align: left;
}

.filter-menu .keyword .item-title {
	margin-bottom: 6px;
}

.filter-menu .keyword .submit-btn {
	margin-top: 8px;
}

.filter-menu .keyword .submit-btn:hover {
	background-color: #69abcb;
	color: #FFF;
}

.filter-item .form-control {
	height: 36px;
}

.filter-item .input-field {
	margin: 6px 0;
}

.filter-item .input-field .icon {
	width: 32px;
	height: 32px;
}

.filter-item .input-field .icon i.fa {
	line-height: 32px;
}

.filter-menu .refine .filter-selected {
	margin-bottom: 0;
}

/* Result List */
.h-thumb-list .sec-separator {
	font-size: 18px;
	margin-top: 32px;
	margin-bottom: 12px;
}

.h-thumb-list .thumb-blk .thumb {
	position: absolute;
	left: 10px;
	padding-top: inherit;
	overflow: hidden;
}

.h-thumb-list .thumb-blk .thumb-info {
	min-height: auto;
	padding: 15px;
	padding-right: 200px;
}

.thumb-info .title .tag {
	font-size: 12px;
	padding: 2px 6px;
	background-color: #e95728;
	color: #FFF;
	display: inline-block;
	margin-right: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: 2px;
}

.tag.promoted {
	font-size: 11px;
	padding: 3px 6px;
	background-color: #e95728;
	color: #FFF;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: 2px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.h-thumb-list .tag-list {
	position: relative;
	bottom: 0;
}

.search-modal .subheader {
	font-size: 14px;
	color: #aaa;
	padding-bottom: 4px;
	display: inline-block;
}

.search-modal .category:first-child {
	margin-top: 0;
}

.search-modal .category {
	margin-top: 12px;
}

/* Course Detail
--------------------------------------------------*/
#course-intro {
	background: #ccc;
	text-align: left;
	padding: 28px 0;
	overflow: hidden;
}

#course-intro .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url("/Content/images/learning/18000_poster.jpg") top center;
	background-size: cover;
	filter: blur(15px);
	-webkit-filter: blur(15px);
}

#course-intro .organizer-logo,
.organizer-logo img {
	max-width: 120px;
	max-height: 50px;
	padding: 9px;
	border: 1px solid #eee;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#course-intro h1 { font-size: 28px; line-height: 1.3; text-align: left; }

#course-intro h1 .cert { height: 28px; margin-right: 12px; }

#course-intro .organizer { font-size: 16px; font-weight: 400; margin: 20px 0 16px 0; }

#course-intro .organizer a {
	color: inherit;
}
#course-intro .breadcrumb,
#course-career-intro .breadcrumb {
	color: #FFF;
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
	display: inline-block;
}

#course-intro .breadcrumb a:link,
#course-intro .breadcrumb a:visited,
#course-intro .breadcrumb>.active,
#course-intro .intro a:link, 
#course-intro .intro a:visited,
#course-career-intro .breadcrumb a:link,
#course-career-intro .breadcrumb a:visited,
#course-career-intro .breadcrumb>.active { color: #FFF; }

#course-intro .breadcrumb.mobile {
	display: none;
}

#course-intro .breadcrumb.mobile i {
	margin-right: 2px;
}

.organizer-profile {
	font-size: 12px;
	margin-left: 16px;
	position: relative;
	z-index: 3;
}

.organizer-profile i {
	margin-right: 3px;
}

#course-intro .course-tag {
	padding-top: 15px;
	border-top: 1px solid #fff;
}

#course-intro .course-tag i.fa {
	font-size: 15px;
	margin-left: 4px;
	vertical-align: -1px;
}

#course-intro .intro {
	padding-right: 200px;
	position: relative;
}

#course-intro .intro .register-btn {
	font-size: 16px;
	padding: 10px 24px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#course-intro .intro .register-btn i.fa {
	margin-right: 8px;
	margin-left: 0;
}

.detail {
	background-color: #EDF2F6 !important;
	padding-bottom: 0;
	position: relative;
}

.detail .action {
	font-size: 13px;
	font-weight: 300;
	text-align: left;
}

.detail .action a i.fa {
	margin-right: 4px;
}

.detail .container {
	position: relative;
}

.detail .content {
	margin-bottom: 30px;
	position: relative;
}

.detail .content {
	margin-bottom: 30px;
}

.detail .side-nav {
	width: 200px;
	position: absolute;
	left: -200px;
}

.detail .side-nav .affix {
	top: 60px;
}

#side-menu.affix-bottom {
	position: absolute;
}

.detail .content p:last-child {
	margin-bottom: 0;
}

.detail .content .content-r {
	-ms-flex: 0 0 360px;
	flex: 0 0 360px;
}

.detail .content .content-l {
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
	min-width: 0;
	margin-right: 30px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	z-index: 10;
}

.detail .content .content-l .location,
.detail .content .content-l .price {
	text-align: left;
}

.detail .content section {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}

.detail .content section h3 {
	font-size: 22px;
	font-weight: 500;
}

.detail .content section h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}

.detail .content .content-l p {
	line-height: 1.6;
	margin-bottom: 12px;
}


/* Course Info */
.course-info .action {
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.course-info .action i {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 6px;
}

.course-info .save,
.course-info .compare {
	font-size: 15px;
	position: relative;
	padding-left: 24px;
	margin-left: 12px;
}

.course-info .save.active,
.course-info .compare.active {
	font-weight: bold;
}

.course-info .compare i {
	font-size: 22px;
	color: #ccc;
}

.course-info .compare i.fa-check {
	font-size: 14px;
	color: #25b25a;
	position: absolute;
	top: 3px;
	left: 2px;
	display: none;
}

.course-info .compare.active i.fa-check {
	display: block;
}

.course-info .save.active i {
	color: #fccf00;
}

.course-info .expired {
	font-size: 15px;
	font-weight: bold;
	color: #ba2c2c;
}

.course-info .row {
	padding: 8px 0;
}

.course-info .row:first-of-type {
	padding-top: 0;
}

.course-info .row:last-of-type {
	padding-bottom: 0;
}

.course-info .row div:first-child {
	font-weight: bold;
}

.course-info .date {
	font-weight: bold;
	display: block;
}

.course-info .time {
	font-size: 15px;
	font-weight: normal;
}

.course-info .period li {
	line-height: 1.6;
	margin-bottom: 8px;
}

.course-info .period li:last-of-type {
	margin-bottom: 0;
}

.course-info .cef-logo {
	width: 22px;
	margin-left: 6px;
}

.course-info .cef-info,
.course-info .scholarship {
	font-size: 13px;
	vertical-align: 2px;
}

.course-info .scholarship {
	color: #e9722a;
	margin-left: 6px;
}

.course-info .cef-info img {
	margin-right: 2px;
}

.course-info .supp {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}

.course-info .supp .no-of-viewer {
	font-size: 15px;
	color: #888;
	float: left;
}

.course-info .supp .no-of-viewer i.fa {
	margin-right: 2px;
}

.course-info .supp .share_box {
	float: right;
}

.course-info .supp .share_box label {
	font-size: 15px;
 	vertical-align: 15px;
	margin-right: 4px;
	display: inline-block;
}

.course-info .supp .share_box .addthis_inline_share_toolbox {
	display: inline-block;
}

.course-info .extra-tag {
	display: inline-block;
}

/* Course overview */
.course-overview ul,
.course-overview ol {
	padding-left: 18px;
	margin-bottom: 12px;
}

.course-overview ul {
	list-style: disc;
}

.course-overview ul li,
.course-overview ol li,
.course-outline .outline ul li,
.course-outline .outline ol li {
	padding: 2px 0;
}

.course-overview .poster {
    margin-bottom: 16px;
}

.course-overview .poster img {
    width: 60%;
    margin: 0 auto;
}

/* Course Outline */
.course-outline ul:not(.skill-tag):not(.field-tag) {
	padding-left: 18px;
	list-style: disc;
}

.course-outline hr {
	max-width: 100%;
	border-color: #eee;
}

.content-wrapper .read-more-w,
.course-outline .read-more-w {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding-top: 24px;
	margin: 0;
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));

}

.course-outline .outline {
	width: 100%;
    max-height: 160px;
    position: relative;
    overflow: hidden;
}

.course-outline .outline .outline-content {
    min-height: 35px;
}

.course-outline .skills {
	display: inline-block;
}

/* ADV */
.adv {
	padding: 20px 0;
	text-align: center;
}

.footer-adv {
    background-color: rgba(61, 128, 183, 0.12);
}

.adv img {
	margin: 0 auto;
}

.adv div:not([style*='display']) +img {
	display: none;
}

.content-r .adv {
	padding: 0;
	margin-bottom: 20px;
}

.content-r section ul li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.content-r section ul li:last-child {
	border-bottom: 0;
}

.content-r section ul li a {
	display: block;
}

.content-r section .read-more {
	display: inline-block;
	margin: 0 auto;
}

/* Popular Course */
.popular-course ul li a.organizer {
	font-size: 13px;
	color: #333;
	margin-top: 4px;
}

.popular-course ul li a.organizer:hover {
	color: #888;
}

.popular-course ul li a.organizer i.fa {
	font-size: 13px;
	margin-right: 6px;
}


/* Media Coverage */
.content-r .article ul li {
	color: #3280b3;
	padding-left: 104px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	position: relative;
}

.content-r .article ul li:hover {
	color: #69abcb;
}

.content-r .article ul li:last-child {
	padding-bottom: 0;
}

.content-r .article ul.tag-list li {
	padding: 0;
	margin-top: 4px;
}

.content-r .article ul.tag-list .tag,
.res-list .thumb-info ul.tag-list .tag { background-color: #3192c2; color: #fff!important; }
.content-r .article ul.tag-list .tag:hover,
.res-list .thumb-info ul.tag-list .tag:hover { background-color: #1d7baa; }

.article ul li img {
	max-height: 48px;
	position: absolute;
	left: 0;
	top: 15px;
}

.article .tag-list li{
    float: none;
}

.detail .cover-photo {
	width: 50%;
	margin: 0 auto 16px auto;
}


.detail .info-sec.date-time .info {
	margin-bottom: 12px;
	text-align: left;
}

.detail .info-sec.date-time .info .date {
	font-weight: bold;
	display: block;
}

.detail .info-sec.price .cef-logo {
	width: 28px;
	margin-left: 8px;
}

.detail .suggested {
	margin-bottom: 24px;
}

.ie .detail .suggested {
	margin-bottom: 60px;
}

.job-blk,
.suggested.course .course-blk {
	background-color: #FFF;
	position: relative;
	padding: 10px 15px;
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #5488C1;
	margin-bottom: 24px;
}

.job-blk .comp,
.suggested.course .course-list .course-blk .organizer {
	display: block;
	z-index: 2;
}

.adv-blk {
	max-height: 137px;
	background-color: #FFF;
	position: relative;
	padding: 10px 15px;
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #5488C1;
	margin-bottom: 24px;
}

.adv-blk .act-btn {
	font-size: 13px;
	background-color: #5488C1;
	color: #FFF;
	padding: 4px 10px;
	border-radius: 8px;
	display: inline-block;
}

.adv-blk .act-btn i.fa {
	font-size: 15px;
	margin-right: 4px;
	vertical-align: -1px;
}

.adv-blk .title {
	font-size: 16px;
	text-align: left;
	margin: 5px 0;
}

.adv-blk.pt {
	border-bottom-color: #009097;
}

.adv-blk.pt .title {
	height: 40px;
	color: #009097;
}

.adv-blk.pt:hover .title {
	color: #4CBFC5;
}

.adv-blk.pt .act-btn {
	background-color: #009097;
}

.adv-blk.pt:hover .act-btn {
	background-color: #4CBFC5;
}

.suggested.course .course-list .course-blk .title {
	display: block;
	margin-bottom: 4px;
}

.suggested.course .course-list .course-blk .organizer {
	font-size: 13px;
	color: #333;
}

.suggested.course .course-list .course-blk .organizer i {
	margin-right: 6px;
}

/* Sticky Top */
.apply-sticky-top {
	width: 100%;
	background-color: #3280b3;
	color: #FFF;
	padding: 10px 0;
	position: fixed;
	top: -67px;
	margin-bottom: -42px;
	z-index: 99;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
	transition: top 0.3s;
}

.apply-sticky-top .register-btn,
.apply-sticky-top .enquiry-btn {
	width: 100%;
	height: 42px;
	font-size: 16px;
	line-height: 28px;
	float: right;
}

.apply-sticky-top .register-btn i.fa,
.apply-sticky-top .enquiry-btn i.fa {
	margin-right: 8px;
	margin-left: 0;
}

.apply-sticky-top h2 {
	font-size: 16px !important;
	font-weight: normal;
	text-align: left;
	color: #FFF !important;
	margin-bottom: 0;
}

.apply-sticky-top h3 {
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 4px;
}

.apply-sticky-top .save {
	font-size: 16px;
	color: #FFF;
	margin-top: 10px;
	float: right;
}

.apply-sticky-top .save i {
	font-size: 20px;
	vertical-align: -1px;
	margin-right: 6px;
}

.apply-sticky-top .save.active {
	font-weight: bold;
}

.apply-sticky-top .save.active i {
	color: #fccf00;
}

/* Sticky Bottom */
.apply-sticky {
	width: 100%;
	background-color: #3280b3;
	color: #FFF;
	padding: 10px 0;
	position: sticky;
	bottom: -67px;
	z-index: 99;
	-webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.2);
	transition: bottom 0.3s;
}

.apply-sticky .enquiry-btn , .apply-sticky .register-btn {
	width: 100%;
	height: 42px;
	font-size: 16px;
	line-height: 28px;
	float: right;
}

.apply-sticky .enquiry-btn i.fa , .apply-sticky .register-btn i.fa {
	margin-right: 8px;
	margin-left: 0;
}

.apply-sticky h2 {
	font-size: 16px !important;
	font-weight: normal;
	text-align: left;
	color: #FFF !important;
	margin-bottom: 0;
}

.apply-sticky h3 {
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 4px;
}

.apply-sticky .save {
	font-size: 16px;
	color: #FFF;
	margin-top: 10px;
	float: right;
}

.apply-sticky .save i {
	font-size: 20px;
	vertical-align: -1px;
	margin-right: 6px;
}

.apply-sticky .save.active {
	font-weight: bold;
}

.apply-sticky .save.active i {
	color: #fccf00;
}


footer.s_footer {
	background-color: rgba(61, 128, 183, 0.12); /*#3280b3*/
	color: #3280b3;
	padding: 42px 0 48px;
	position: relative;
	z-index: -10;
}

footer.s_footer .back-to-top-wrapper {
	margin-bottom: 12px;
}

footer.s_footer .back-to-top {
	font-size: 22px;
}

.next-post {
	width: 100%;
	height: auto;
	background-color: #3280b3;
	position: fixed;
	bottom: -67px;
	z-index: 10;
	display: none;
}

.next-post .action {
	width: 35%;
	float: left;
}

.next-post .action .btn {
	width: 100%;
	height: 59px;
	line-height: 32px;
	padding: 8px;
}

.next-post .action .btn i {
	font-size: 16px;
	margin-right: 8px;
	margin-left: 0;
}

.next-post .next-course {
	width: 65%;
	float: left;
}

.next-post .next-course:link,
.next-post .next-course:visited {
	font-weight: normal;
	text-align: left;
	background-color: #fccf00;
	color: #3280b3;
	padding: 8px 35px 12px 12px;
}

.next-post .next-course:link span:first-child {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.next-post .next-course i {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -12px;
}

.sticky-back-to-top:link {
	bottom: 16px;
}

.share_box {
	margin-top: 4px;
	margin-top: 12px;
}

.share_box label {
	font-size: 15px;
	vertical-align: 15px;
	margin-right: 4px;
	display: inline-block;
}

.sticky-back-to-top.w-bottom:link {
	bottom: 72px;
}

/* Detail share banner */
.learning #at-share-dock, .learning #_atssh { display: none !important; }

.modal-s .modal-dialog {
	margin-top: -15%;
}

.report .other-cm {
	display: none;
}

.report .email {
	margin-top: 12px;
}

/* Slider */
.slick-prev, .slick-next { width: 40px; height: 40px; }
.slick-next, [dir='rtl'] .slick-prev { right: -16px; z-index: 3; }
.slick-prev, [dir='rtl'] .slick-next { left: -16px; z-index: 3; }
.slick-prev:before, .slick-next:before {
	font-size: 28px;
	text-shadow: none;
	color: #3280b3;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 0.75;
}

/*.course .sec-title,*/
.empty-course .sec-title {
	font-size: 20px;
    color: #3280b2;
	margin-bottom: 16px;
}

.empty-course .content {
	font-size: 16px;
	text-align: center;
}

.empty-course .content .btn {
	margin-top: 16px;
}

.empty-course img {
	width: 150px;
	margin: 15px auto 0 auto;
	display: block;
}

.course-slider .slider-media {
	padding: 0 15px;
}

.course-slider .course {
	font-size: 14px;
	background-color: #FFF;
	color: #333;
	border: 1px solid #eee;
	position: relative;
	display: block;
}

.course-slider .course .thumb {
	padding-top: 52%;
	position: relative;
	overflow: hidden;
}

.course-slider .course .thumb img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.course-slider .course:hover .thumb img {
	-moz-transform: scale(1.05) translate(-50%, -50%);
	-webkit-transform: scale(1.05) translate(-50%, -50%);
	transform: scale(1.05) translate(-50%, -50%);
}

.course-slider .course .info {
	padding: 15px;
}

.course-slider .course .title {
	height: 44px;
	max-height: 44px;
	font-size: 16px;
	font-weight: bold;
	color: #3280b2;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.course-slider .course:hover .title {
	color: #69abcb;
}

.course-slider .course i {
	width: 16px;
	text-align: center;
}

.course-slider .course .organizer {
	margin: 8px 0;
}

.course-slider .course .price {

	position: relative;
}

.course-thumb-list .price img,
.course-slider .course .price img {
	width: 20px;
    max-height: 20px;
	margin-left: 6px;
	display: inline-block;
}

.course-title {
	height: 42px;
	display: inline-block;
}

.page-control:link,
.page-control:visited {
	width: 200px;
	background-color: #3280b3;
	color: #FFF;
	text-align: right;
	
	padding: 10px 15px;
	padding-right: 48px;
	
	position: fixed;
	left: -160px;
	top: 50%;
	margin-top: -30px;

	display: block;
	z-index: 99;
}

.page-control:link i {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.page-control:link label {
	margin-bottom: 0;
	opacity: 0.7;
}

.prev-page:link {
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}

.prev-page:hover {
    -webkit-transform: translateX(160px); 
    -moz-transform: translateX(160px); 
    -ms-transform: translateX(160px); 
    transform: translateX(160px); 
}

.next-page:link {
	left: auto;
	right: -160px;
	text-align: left;
	
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);

	padding-right: 15px;
	padding-left: 48px;
}

.next-page:link i {
	right: auto;
	left: 20px;
}

.next-page:hover, .next-page.hover {
    -webkit-transform: translateX(-160px); 
    -moz-transform: translateX(-160px); 
    -ms-transform: translateX(-160px); 
    transform: translateX(-160px); 
}

div.pager-w, #read-more-courses{
    display:none !important;
}

/* Following
/*-------------------------------------------------*/
section.follow .content .content-r{
    padding-top: 42px;
}


section.follow .content section.follow-update.empty {
	text-align: center;
	padding: 48px 20px;
}

.follow-update .icon {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #aaa;
	border: 1px solid #aaa;
	border-radius: 42px;
	margin: 0 auto 12px auto;
}

.follow-update .icon i.fa {
	font-size: 22px;
	vertical-align: -2px;
}

.follow-update .course-thumb-list,
.suggested-course .course-thumb-list{
    background-color: #fff;
}

.follow-update .course-thumb-list .course .info .title,
.suggested-course .course-thumb-list .course .info .title  {
	font-weight: bold;
	color: #3280b3;
	margin-bottom: 2px;
}

.browse-organisation {
	margin-right: 16px;
}

/* Start Following
/*-------------------------------------------------*/
.start-follow {
	padding-bottom: 5px !important;
}

.start-follow .see-all {
	font-size: 14px;
	font-weight: 300;
	float: right;
	margin-top: 4px;
}

.start-follow h3 {
	margin-bottom: 0;
}

.start-follow ul li {
	color: #3280b3;
	padding: 15px 100px 15px 0 !important;
	border-bottom: 1px solid #eee;
	position: relative;
	transition: color 0.3s ease-in-out;
}

.start-follow ul li:hover {
	color: #69abcb;
}

.start-follow ul li:last-child {
	border-bottom: 0;
}

.start-follow ul li .follow-btn {
	font-size: 13px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 3;
}

.start-follow .follow-item .logo {
	width: 100px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
}

.start-follow .follow-item img {
	max-width: 100%;
	max-height: 100%;
}

/* Follow List / Manage Follow */
.follow-list {
	background-color: #f5f5f5;
}

.follow-list .content,
.manage-follow .content {
	display: block;
}

.follow-list h3 a,
.manage-follow h3 a {
	margin-top: 6px;
}

.manage-follow .following {
	margin-bottom: 48px;
}

/* Follow Button */
.follow {
	position: relative;
	z-index: 3;
}

.follow-listing .follow-btn {
	width: 100%;
	font-size: 14px;
	padding: 6px 10px;
}
.follow-btn.followed {
	color: #3280b3 !important;
	border: 1px solid #3280b3;
	background-color: #FFF;
}

.follow-btn i {
	margin-left: 0 !important;
	margin-right: 6px !important;
}

.follow-btn i.fa {
	margin-left: 0;
	margin-right: 6px;
}

.follow-btn.followed {
	background-color: white;
	border: 1px solid #3280b3;
	color: #3280b3 !important;
}
	
/* Follow List - Item */
.follow-listing .follow-item {
	border: 1px solid #eee;
	background-color: #FFF;
	color: #333;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.follow-listing .follow-item:hover {
	cursor: pointer;
}

.follow-listing .follow-item .logo {
	max-width: 154px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 4px auto;
}

.follow-item img {
	max-width: 100%;
	max-height: 100%;
}

.follow-listing .follow-item .comp-name {
	margin: 12px 0 16px 0;
}

.follow-listing .follow-item .item-name {
	font-size: 16px;
	height: 42px;
	margin: 16px 0 32px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* Tab */
.tab .tab-pane {
	padding-top: 20px;
}

.tab .nav-tabs {
	position: relative;
	border-bottom: 1px solid #eee;
	border-radius: 6px;
}

.tab .nav-tabs li a {
	font-size: 15px;
	color: #333 !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0 20px 12px 20px;
	margin-right: 0px;
}

.tab .nav-tabs li a .num {
	font-size: 13px;
	background-color: #333;
	color: #FFF;
	padding: 4px 6px;
	border-radius: 6px;
	margin-left: 2px;
	position: relative;
	top: -1px;
}

.tab .nav-tabs .active .num {
	background-color: #3280b2;
}

.tab .underline {
	width: 30px;
	height: 3px;
	background-color: #3280b2;
	position: absolute;
	bottom: 0;
	z-index: 1200;
	transition: all .2s ease-in-out;
	display: inline-block;
}

.tab .nav-tabs .active {
  background-color :transparent !important;
  border: none !important;
  color:#3280b2 !important;
}

/* Recommended Course
/*-------------------------------------------------*/
.recommended-course {
	background-color: #FFF;
	padding-bottom: 0;
	padding-top: 12px;
}

.recommended-course .course-thumb-list {
	background-color: #FFF !important;
}

.recommended-course .course-thumb-list .course {
	margin-bottom: 0;
}

.recommended-course .course-thumb-list .course .organizer {
	margin-bottom: 8px;
}

.recommended-course .sec-title {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: left;
}

.recommended-course ul li a.organizer {
	font-size: 13px;
	color: #333;
	margin-top: 4px;
}

.recommended-course ul li a.organizer:hover {
	color: #888;
}

.recommended-course ul li a.organizer i.fa {
	font-size: 13px;
	margin-right: 6px;
}

.recommended-course .category-tag li {
	margin-bottom: 2px;
}

.recommended-course .category-tag a {
	font-size: 12px;
	padding: 3px 8px;
	position: relative;
	z-index: 99;
}

.recommended-course .slick-dots li button { background: #888; opacity: ;}


.recommended-course .slick-prev, .recommended-course .slick-next { width: 32px; height: 32px; }
.recommended-course .slick-prev:before, .recommended-course .slick-next:before { font-size: 24px; }
.recommended-course .slick-next { right: 0; }
.recommended-course .slick-prev { left: 0; }

.recommended-course .slick-prev,
.recommended-course .slick-next {
	background-color: #FFF;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
	border-radius: 40px;
	border: 2px solid #ddd;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.recommended-course .slick-prev:hover,
.recommended-course .slick-next:hover {
	opacity: 1;
}

.recommended-course .slick-prev:before,
.recommended-course .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 30px;
	content: "\f105";
	color: #bbb;
}

.recommended-course .slick-next:before {
	line-height: 16px;
	margin-left: 2px;
}

.recommended-course .slick-prev:before {
	line-height: 16px;
	content: "\f104";
	margin-left: -2px;
}

.recommended-course .slick-dots {
	bottom: -32px;
}

.recommended-course .slick-dots li,
.recommended-course .slick-dots li button {
	width: 10px;
	height: 10px;
}

/* Career Path
/*-------------------------------------------------*/
#career-path {
	background: rgb(50,128,178);
	background: -moz-linear-gradient(90deg, rgba(50,128,178,1) 0%, rgba(107,219,192,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(50,128,178,1) 0%, rgba(107,219,192,1) 100%);
	background: linear-gradient(90deg, rgba(50,128,178,1) 0%, rgba(107,219,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3280b2",endColorstr="#6bdbc0",GradientType=1);
	color: #FFF;
	position: relative;
	overflow: hidden;
}

#career-path .container {
	position: relative;
}

#career-path .bg {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#career-path .bg img {
	height: 100%;
}

#career-path .key-art {
	position: absolute;
	right: 15px;
	bottom: -42px;
}

#career-path .sec-title {
	font-size: 24px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	margin-bottom: 16px;
	text-align: left;
}

#career-path .desc {
	font-size: 18px;
	margin-bottom: 20px;
}

#career-path .all-roles {
	font-size: 15px;
	color: #FFF;
	top: 3px;
	float: right;
}

#career-path ul li {
	margin-bottom: 15px;
}

#career-path ul a {
	font-weight: 500;
	background-color: #FFF;
	color: #3280B2;
	padding: 12px 36px 12px 20px;
	border-radius: 40px;
	display: block;
	position: relative;
	top: 0;
	transition: top 0.2s, box-shadow 0.2s;
}

#career-path ul a:hover {
	top: -4px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}

#career-path ul a i.fa {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;
}

#career-path .jobtitle {
	display: inline-block;
	vertical-align: middle;
}

/* Subscription
/*-------------------------------------------------*/
.subscribe {
	background: url("/Content/images/learning/subscribe-w1280.jpg") center center no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 32px 0 24px 0;
	position: relative;
	/*z-index: -10;*/
}

.subscribe h3 {
	font-size: 24px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.subscribe .lead {
	font-size: 18px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin: 12px 0;
}

.subscribe-form {
	width: 60%;
	margin: 0 auto;
}

.subscribe-form .form-group {
	width: 90%;
	padding-right: 15px;
	float: left;
}

.subscribe-form .submit .submit-btn {
	padding: 8px 12px;
}

.subscribe .input-field i {
	font-size: 16px;
	color: #666;
	position: absolute;
	left: 12px;
	top: 0;
	pointer-events: none;
}

.subscribe>:not(.bg-overlay) {
	position: relative;
	z-index: 2;
}

.subscribe .bg-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.subscribe .thankyou-msg {
    margin: 25px 0;
}

/* Submit enquiry
--------------------------------------------------*/
.submit-enquiry .recommended-course .container {
	width: 100%;
	padding: 0;
	box-shadow: none;
}

.submit-enquiry img.sent {
	width: 120px;
	margin: 0 auto 20px auto;
	display: block;
}

.submit-enquiry hr {
	margin-top: 32px;
}

.submit-enquiry .sec-title {
	font-size: 20px;
}

.submit-enquiry .btn {
	margin-top: 16px;
}

.submit-enquiry .btn.more-course {
	margin-top: 0;
}

.submit-enquiry .btn i.fa {
	margin-right: 8px;
	margin-left: 0;
}

.submit-enquiry .course-thumb-list li {
	margin-bottom: 30px;
}

.submit-enquiry .course-thumb-list .course {
	line-height: 1.6;
	border: 1px solid #ddd;
	padding: 12px 15px;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.submit-enquiry .course-thumb-list .course .logo {
	height: 50px;
	/*width: 120px;*/
	margin-bottom: 6px;
}

.submit-enquiry .course-thumb-list .course .title {
	font-size: 16px;
	font-weight: bold;
	color: #3280b3;
    height: 50px;
}

.submit-enquiry .course-thumb-list .course .organizer {
	font-size: 15px;
}

.submit-enquiry .course-thumb-list .course .price {
	font-size: 14px;
	color: #aaa;
}

.submit-enquiry .course-thumb-list .course .price img {
	
}

.submit-enquiry .course-thumb-list .course:hover {
	border-color: #3280b3;
}

.submit-enquiry .course-thumb-list .course .cef-logo {
	width: 20px;
	margin-left: 6px;
}

/* Course Career
---------------------------------------------------*/
#course-career-intro {
	padding: 28px 0;
	z-index: 1;
	overflow: visible;
}

#course-career-intro h1 {
	text-align: left;
	border-left: 6px solid #fccf00;
	padding: 4px 4px 4px 20px;
}

#course-career-intro .desc {
	max-height: 220px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 15px 20px;
	margin-bottom: 0;
}

#course-career-intro .desc a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	margin-top: 12px;
}

#course-career-intro .desc a:hover {
	color: rgba(255, 255, 255, 1);
}

#course-career-intro .desc a i {
	margin-left: 4px;
}

#course-career-intro .desc.full-story {
	max-height: initial;
}

#course-career-intro .desc .toggle{
    display:none;
}

#course-career-intro .desc.ddd-truncated .toggle,
#course-career-intro .desc.full-story .toggle{
    display:inline-block;
}

#course-career-intro .inline-list .btn,
.course-requirement .btn {
	font-size: 13px;
	padding: 4px 8px;
}

#course-career-intro .desc p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
}

#course-career-intro .desc p:last-of-type {
	margin-bottom: 0;
}

#course-career-intro .right-menu {
	width: 300px;
	position: absolute;
	top: 0;
	z-index: 2;
}

#course-career-intro .requirement {
	font-size: 16px;
	color: #333;
	background-color: #FFF;
	padding: 20px;
	border-top: 5px solid #3280b2;
/* 	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; */
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}

.cert-tag img {
	vertical-align: -3px;
	margin-right: 6px;
}

#course-career-intro .requirement .inline-list li {
	margin-bottom: 6px;
}

#course-career-intro .requirement .more-jobs i {
	margin-left: 4px;
}

#course-career-intro .requirement .salarycheck {
	margin-left: 12px;
}

#course-career-intro .requirement hr,
.course-requirement .requirement hr {
	max-width: 100%;
	border-top-color: #eee;
	margin: 15px 0 20px 0;
}

#course-career-intro .requirement h3 {
	font-size: 18px;
	color: #4788be;
	margin-bottom: 15px;
}

#course-career-intro .requirement .title,
.course-requirement .requirement .title {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 4px;
}

#course-career-intro .requirement .content,
.course-requirement .requirement .content {
	font-weight: bold;
}

#course-career-intro .requirement .item,
.course-requirement .requirement .item {
	margin-bottom: 15px;
}

#course-career-intro .requirement .item:last-of-type,
.course-requirement .requirement .item:last-of-type {
	margin-bottom: 0;
}

#course-career-intro .requirement .item.skill,
.course-requirement .requirement .item.skill {
	margin-bottom: 10px;
}

#course-career-intro .more-jobs,
#course-career-intro .more-courses,
.course-requirement .more-jobs,
.course-requirement .more-courses {
	font-size: 14px;
	margin-top: 12px;
	display: inline-block;
}

/* Course with thumbnail */
.course-thumb-list {
	background-color: #f5f5f5 !important;
	z-index: 0;
}

.course-thumb-list h4,
.res-list h4 {
	line-height: 1.4;
	margin-bottom: 15px;
}

.course-thumb-list .course {
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.course-thumb-list .course h2 {
	font-size: 16px;
	max-height: 48px;
	color: #333;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 6px;
	transition: color 0.2s ease-in-out;
}

.course-thumb-list .course:hover h2 {
	color: #888;
}

.course-thumb-list .course .organizer,
.course-thumb-list .course .price {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	margin-bottom: 6px;
	overflow: hidden;
    white-space: nowrap;
}

.course-thumb-list .course .price {
	line-height: 26px;
}

.course-thumb-list .discount-course .skill {
	margin-top: 10px;
}

.course-thumb-list .course .action {
	text-align: center;
	margin: 0;
}

.course-thumb-list .action .compare i {
	top: -1px;
}

.course-thumb-list .action .compare i.fa-square-o {
	width: 18px;
	height: 18px;
	background-color: #FFF;
	color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.course-thumb-list .action .compare i.fa-check {
	font-size: 16px;
	top: 0;
	left: 1px;
	z-index: 99;
}

.course-thumb-list .course .action a {
	margin: 0;
}

.course-thumb-list .course .organizer i,
.course-thumb-list .course .price i {
	width: 20px;
	text-align: center;
	margin-right: 8px;
}

.course-thumb-list .skill {
	font-size: 13px;
	color: #888;
	margin-top: 12px;
}

.course-thumb-list .skill .title { 
	font-weight: 300;
	margin-bottom: 4px;
	display: block;
}

.course-thumb-list .course .thumb {
	padding-top: 52.05%;
	position: relative;
	overflow: hidden;
}

.course-thumb-list .course .thumb img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.course-thumb-list .course:hover .thumb img {
	-moz-transform: scale(1.05) translate(-50%, -50%);
	-webkit-transform: scale(1.05) translate(-50%, -50%);
	transform: scale(1.05) translate(-50%, -50%);
}

.course-thumb-list .course .action {
	width: 100%;
	background-color: rgba(50, 128, 178, 0.9);
	padding: 8px;
	z-index: 99;
}

.course-thumb-list .course .action a:link,
.course-thumb-list .course .action a:visited {
	color: #FFF;
}

.course-thumb-list .course .thumb img {
	width: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: 50% 50%;
/* 	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px; */
}

.course-thumb-list .course:hover h2 {
	color: #888;
}

.course-thumb-list .course:hover img:not(.comp-logo):not(.cef-logo) {
	transform: scale(1.08);
}

.course-thumb-list .course .info {
	background-color: #FFF;
	padding: 15px;
	padding-bottom: 10px;
}

.course-thumb-list .course .info .logo {
	width: 164px;
	height: 60px;
	background-color: #FFF;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 4px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.course-thumb-list .course .info .logo img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 8px;
}

.course-thumb-list .skill-tag.matched li {
	margin-right: 2px;
}

.course-thumb-list .skill-tag.matched .btn {
	font-size: 13px;
	background-color: #FFF;
	color: #44BA5E !important;
	border-color: #44BA5E;
	padding: 3px 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.course-thumb-list .skill-tag.matched .btn i {
	margin-left: 0;
}

.course-thumb-list .course .price .percentage i {
	width: auto;
	margin-right: 2px;
}

/* People viewed this course also viewed */
.suggested .course-thumb-list {
	background-color: transparent !important;
}

.suggested .course-thumb-list .course {
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
}

.suggested .course-thumb-list .course .thumb {
	height: 187px;
	border-radius: 0;
}

.suggested .course-thumb-list .course .thumb img {
	border-radius: 0;
}

.suggested .course-thumb-list .course .info {
	padding: 10px 15px;
	border-radius: 0;
	border-bottom: 2px solid #5488C1;
}

.suggested .course-thumb-list .course .info .title {
	font-weight: bold;
	color: #3280b3;
	margin-bottom: 2px;
}

.suggested .course-thumb-list .course:hover .info .title {
	color: #69abcb;
}

.suggested .course-thumb-list .course .organizer {
	font-weight: normal;
	color: #444;
	margin-bottom: 0;
}

.suggested .course-thumb-list .course .organizer i {
	margin-right: 2px;
}

#jobcat-list {
	background-color: #f5f5f5;
}

#jobcat-list .adv {
	padding: 30px 0;
}

#jobcat-list h4 {
	line-height: 40px;
	margin-bottom: 12px;
	float: left;
}

#jobcat-list .select-jobfunc {
	width: 300px;
	float: right;
}

#jobcat-list .jobcat ul a {
	display: block;
}

#jobcat-list .jobcat {
	width: 100%;
	background-color: #fff;
	display: flex;
	margin-bottom: 30px;
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
}

#jobcat-list .jobfunc {
	width: 25%;
	min-height: 140px;
	max-height: 160px;
	position: relative;
	overflow: hidden;
}

#jobcat-list .jobfunc .bg-overlay {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#jobcat-list .jobfunc span {
	width: 90%;
	text-align: center;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#jobcat-list .jobfunc img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

#jobcat-list .jobtitle {
	flex: 1;
	padding: 15px 20px;
	border-left: 4px solid #4787BD;
}

#jobcat-list .jobtitle ul li {
	margin-bottom: 8px;
}

.course-requirement h3 {
	font-size: 18px;
	border-left: 6px solid #fccf00;
	padding: 3px 3px 3px 18px;
}

/* organizer listing 
---------------------------------------------------*/

.organizer .sorting {
	background-color: rgba(50, 128, 179, 1);
	padding: 12px 15px;
	margin-bottom: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.organizer .sorting li {
	font-size: 16px;
	color: #FFF;
	margin-right: 24px;
	display: inline-block;
}

.organizer .sorting li a:link,
.organizer .sorting li a:visited {
	color: #FFF;
	opacity: 0.80;
}

.organizer .sorting li a:hover {
	opacity: 1;
}

.organizer .sorting li.current a:link {
	font-weight: bold;
	opacity: 1;
}

.organizer .sorting li a.disabled {
	opacity: 0.35;
	cursor: default;
}

#organizer-listing {
	background: url("/Content/images/learning/learning-w1280.jpg") no-repeat center center fixed;
	background-size: cover;
}

#organizer-listing h1 {
	margin-bottom: 24px;
}

#organizer-listing .comp {
	height: 168px;
	background-color: #FFF;
	color: #333;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
}

#organizer-listing .comp .comp-inner {
    margin: 0;
    position: inherit;
}

#organizer-listing .comp .logo {
	max-width: 154px;
	max-height: 50px;
}

#organizer-listing .comp:hover {
	cursor: pointer;
}

#organizer-listing .comp hr {
	border-color: #5488c1;
}

#organizer-listing .see-more {
	text-align: center;
}

#organizer-listing .organizer-profile {
	padding: 4px;
	margin-left: 0;
	margin-top: 4px;
	display: inline-block;
}

#organizer-listing .organizer-profile i {
	margin-left: 0;
	margin-right: 6px;
	vertical-align: -1px;
}

/* Saved Course
/*-------------------------------------------------*/
section.saved-course {
	min-height: 560px;
}

.saved-course h3 {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.3;
	position: relative;
}

.saved-course .thumb-blk .organizer-logo {
	right: 15px;
	margin-top: -6px;
}

.saved-course .h-thumb-list .thumb-blk .thumb-info {
	padding-right: 190px;
}

.saved-course .menu {
	margin-bottom: 6px;
}

.saved-course .no-of-courses {
	font-size: 16px;
	font-weight: 300;
	float: left;
}

.saved-course .remove-btn {
	font-weight: bold;
	float: right;
}

.saved-course .remove-btn i.fa {
	font-size: 20px;
	vertical-align: -2px;
	margin-right: 4px;
}

.saved-course .msg {
	font-weight: 300;
	line-height: 1.5;
	background-color: #3280B2;
	color: #FFF;
	padding: 10px 15px;
	padding-right: 230px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 16px;
	position: relative;
}

.saved-course .msg .heading {
	font-size: 18px;
	font-weight: normal;
}

.saved-course .msg .act .btn i.fa {
	font-size: 16px;
	vertical-align: -1px;
	margin-right: 8px;
	margin-left: 0;
}

.saved-course .msg .act .register-btn {
	margin-right: 4px;
}

.saved-course .msg .act {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -18px;
}

.saved-course .empty {
	background-color: #fff;
	border-top: 3px solid #3280B2;
	text-align: center;
	padding: 30px;
}

.saved-course .empty .ct-icon {
	font-size: 70px;
	opacity: 0.3;
	margin-bottom: 16px;
	display: inline-block;
}

.saved-course .empty p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 0;
}

#browse-field-of-study-modal .field-list ul {
	display: none;
}

#browse-field-of-study-modal .field-list li.sub-header {
	font-size: 13px;
	font-weight: bold;
	color: rgba(50, 128, 179, .4);
	border-bottom: 0;
	padding-top: 12px;
}

#browse-field-of-study-modal .field-list li a {
	padding: 6px 0;
	position: relative;
	display: block;
}

#browse-field-of-study-modal .field-list .header {
	font-size: 16px;
	padding: 12px 0;
}

#browse-field-of-study-modal .field-list .header.active {
	font-weight: bold;
}

#browse-field-of-study-modal .field-list .header i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#browse-field-of-study-modal .field-list > li {
	border-bottom: 1px solid #ddd;
}

#browse-field-of-study-modal .field-list > li:last-of-type {
	border-bottom: 0;
}

#browse-field-of-study-modal .field-list .menu {
	padding-left: 24px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
}

#browse-field-of-study-modal .field-list ul {
	color: #336699;
	list-style: disc;
	padding-left: 18px;
	margin-top: -8px;
	margin-bottom: 8px;
}

/* Compare Course */
.nav-right .compare-course-list .dropdown-menu {
	width: 360px;
	padding: 15px 15px 10px 15px;
	left: auto;
	right: 0;
}

.nav-right .compare-course-list .dropdown-menu li {
	position: relative;
	padding: 10px 24px 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-right .compare-course-list .dropdown-menu li.empty {
	font-weight: 300;
	text-align: center;
	padding-right: 0;
}

.nav-right .compare-course-list .dropdown-menu li.empty span.ct-icon {
	font-size: 48px;
	opacity: 0.2;
}

.nav-right .compare-course-list .dropdown-menu li:last-child {
	border-bottom: 0;
}

.nav-right .compare-course-list .dropdown-menu li .organiser {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

.nav-right .compare-course-list .dropdown-menu .header {
	font-size: 16px;
	background-color: transparent;
	padding: 0;
	margin-bottom: 8px;
}

.nav-right .compare-course-list .dropdown-menu .header .desc {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.6);
	display: block;
}

.nav-right .compare-course-list .dropdown-menu li a:not(.remove) {
	font-weight: bold;
	color: white;
	padding: 0;
}

.nav-right .compare-course-list .dropdown-menu li a:not(.remove):hover {
	color: #fccf00;
}

.nav-right .compare-course-list .dropdown-menu li a:hover {
	background-color: transparent;
}

.nav-right .compare-course-list .dropdown-menu li a.remove {
	position: absolute;
	right: 0;
	top: 2px;
}

.nav-right .compare-course-list .dropdown-menu .compare-btn {
	width: 100%;
	margin: 8px 0 4px 0;
}


.compare-course table th.item {
	width: 10%;
}

.compare-course table th.course {
	width: 30%;
}

.compare-course h3 {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.3;
	position: relative;
}

.compare-course .cef-logo {
	width: 24px;
	margin-left: 12px;
}

.compare-course .register-btn {
	width: 100%;
	font-size: 16px;
	padding: 10px 24px;
}

.compare-course .register-btn i.fa {
	font-size: 18px;
	margin-right: 8px;
	margin-left: 0;
}


.compare-course table {
	width: 100%;
	color: #333;
	position: relative;
}

.compare-course td, .compare-course th {
	font-size: 16px;
	text-align: center;
	border: solid 1px #e4e4e4;
	padding: 15px;
	vertical-align: top;
}

.compare-course th:first-child,
.compare-course td:first-child {
	font-weight: bold;
	text-align: left;
}

.compare-course thead th {
	font-size: 20px;
	font-weight: 300;
	background-color: #fff;
	border-bottom: 4px solid #3280b3;
	color: #3280b3;
	padding: 15px 30px;
	vertical-align: middle;
	position: relative;
}

.compare-course thead th .remove {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 4px;
	top: 4px;
	display: block;
}

.compare-course thead th.cat-col {
	width: 15%;
	background-color: transparent;
	border: 0;
}

.compare-course tbody tr:nth-child(odd) td { 
	background-color: #fff;
}

.compare-course tbody tr:nth-child(even) td { 
	background-color: #f8fafc;
}

.compare-course tbody tr td.empty {
	background-color: transparent;
	border: 0;
}

.compare-course td i.fa-check {
	font-size: 28px;
	color: #44BA5E;
}

.compare-course td i.fa-times {
	font-size: 28px;
	color: #CF3E3E;
}

.compare-course .course-col {
	width: 28.333%;
}

.compare-course ul {
	padding-left: 18px;
	margin: 12px 0 24px 0;
	list-style: disc;
}

.compare-course ul li {
	margin: 5px 0;
}

.course-outline p {
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: left;
}

.course-outline .content {
	height: 200px;
	max-height: 200px;
	padding-bottom: 22px;
	position: relative;
	display: block;
}

.course-outline .content.full-story {
	height: auto;
	max-height: initial;
}

.course-outline .content .toggle {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.course-outline .content .toggle:before {
	content: 'Read more ';
}

.course-outline .content.full-story .toggle:before {
	content: 'Read less ';
}

/* Resources */
.res-list .thumb-blk {
	margin-bottom: 24px;
}

.res-list .thumb-info {
	border-top: 0;
}

.res-list .thumb-blk.art-learning:hover img {
	transform: scale(1.05);
}

/* CEF */
#cef-intro,#cef-thumb-list{
    background-color: #FFF;
}

#cef-intro .info {
	text-align: justify;
	margin-bottom: 48px;
}

#cef-intro .info p {
	padding-left: 20px;
}

#cef-intro .info ul {
	font-size: 16px;
	list-style: disc;
	padding-left: 18px;
	margin-left: 18px;
}

#cef-intro .info ul li {
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 5px;
}

#cef-intro .info.first p {
	padding-right: 230px;
	position: relative;
}

#cef-intro .info.first p img {
	width: 180px;
	position: absolute;
	right: 0;
	top: 0;
}

#cef-intro .info a i {
	width: 18px;
	font-size: 18px;
	margin-right: 4px;
	vertical-align: -1px;
}

#cef-intro .info a i.fa-arrow-circle-o-down {
	font-size: 22px;
	width: 22px;
}

#cef-intro .info h3 {
	border-left: 4px solid #029B62;
	padding-left: 16px;
	margin-bottom: 15px;
}

#cef-intro .info.second h3 {
	border-left-color: #F78222;
}

#cef-intro .info.third h3 {
	border-left-color: #1489CC;
}

#cef-intro .info.fourth h3 {
	border-left-color: #91429B;
}

.cef-organiser {
	text-align: center;
	padding: 24px 0;
	border-top: 1px solid #eee;
}

.cef-organiser h3 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 36px;
}

.cef-organiser ul li:nth-child(-n+4) {
	margin-bottom: 48px;
}

.cef-organiser .organiser {
	text-align: center;
	display: block;
}

.cef-organiser .organiser * {
	display: block;
}

.cef-organiser .organiser img {
	max-width: 100%;
	margin: 0 auto 12px auto;
}

.cef-organiser .organiser .num {
	font-size: 14px;
}

.cef-organiser .organiser:hover img {
	transform: translate(0, -5px)
}

.popup {
	padding: 20px;
	position: relative;
}

.popup .close {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.popup .close:hover {
	opacity: .7;
}

.popup .close:focus,
.popup .close:hover,
.popup .close:visited {
	color: #3280b3;
}

.popup h4 {
	line-height: 1.4;
	color: #3280B2;
	margin-bottom: 8px;
}

.popup p {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 12px;
}

.popup.member-register {
	min-width: 400px;
	text-align: center;
	background-color: #FFF;
	
	position: fixed;
	bottom: -280px;
	left: 50%;
	transform: translateX(-50%);
	
	z-index: 11;
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	transition: bottom 0.3s;
}

.popup.member-register ul {
	display: inline-block;
	margin: 0 auto;
}

.popup.member-register ul li {
	padding-left: 24px;
	position: relative;
	margin-left: 10px;
}

.popup.member-register ul li i {
	color: #44BA5E;
	position: absolute;
	left: 0;
	top: 2px;
}

.popup.member-register .register {
	margin-top: 15px;
}

.popup.member-register .register-btn {
	min-width: 50%;
	font-size: 16px;
}

.popup.member-register .register-btn i {
	margin-right: 6px;
	margin-left: 0;
}

/* PHotoswipe */
.photoswipe-wrapper .row > div:nth-child(n+4) {
	display: none;
}

.cus-html.related-course h3 { font-weight: 300; }
.cus-html.related-course .h-thumb-list .thumb-blk .thumb-info {
	padding: 10px 15px;
}


@media screen and (max-width: 768px) {
	.navbar-section {
		position: relative;
	}
	.compare-course tr {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
	
	.compare-course td,
	.compare-course th,
	.compare-course .course-col {
		font-size: 14px;
		padding: 15px 10px;
		width: 33.333333333333%;
		display: block;
	}
	
	.compare-course th:first-child {
		display: none;
	}
	
	.compare-course .course-col {
		font-size: 15px;
	}
	
	.compare-course thead th .remove {
		right: 0;
		top: 0;
	}
	
	.compare-course tbody tr:nth-child(odd) td { 
		background-color: #fff;
	}

	.compare-course tbody tr:nth-child(even) td { 
		background-color: #fff;
	}
	
	.compare-course th:first-child,
	.compare-course tbody tr td:first-child {
		width: 100%;
		background: #f8fafc;
		padding: 8px 10px;
		text-align: center;
	}
	
	.compare-course td.enroll {
		display: none;
	}
	
	.compare-course .register-btn {
		font-size: 13px;
		padding: 8px;
	}
	
	.compare-course .register-btn i.fa {
		font-size: 15px;
		margin-right: 4px;
	}
}

/* Discount Course */
.ad, .discount-course {
	background-color: #FFF !important;
}

.top-pick-course {
	background-color: #f5f5f5 !important;
}

.discount-course .original-price {
	text-decoration: line-through;
}

.discount-course .discounted-price {
	font-size: 18px;
	margin-left: 6px;
}

.discount-course .percentage {
	font-size: 13px;
	margin-left: 8px;
}

.discount-course .title h4 {
	line-height: 40px;
	float: left;
}

/* Discount Course */
.top-pick-course .sec-title {
	margin-bottom: 20px;
}

/* Discount Course (Landing - Slider) */
.course-thumb-list .course-slider .course {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.course-thumb-list .course-slider .course .thumb {
	height: 182px;
}

.course-thumb-list .course-slider .course .title {
	font-weight: 500;
	color: #333;
}

.top-pick-course .course-slider .course .title {
	font-weight: 500;
	color: #333;
}

.top-pick-course .course-slider .course:hover .title {
	color: #888;
}

.course-thumb-list.discount-course .course h2 {
    height: 46px;
    max-height: 46px;
}


/* Discount Course (Listing) */
.course-info.discounted .valid-period {
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
	margin-left: 6px;
}

.course-info.discounted .extra-tag {
	margin-top: 4px;
	display: block;
}

.course-info.discounted .original-price {
	color: #aaa;
	text-decoration: line-through;
	display: inline-block;
}

.course-info .discounted-price {
	font-size: 18px;
	margin-left: 8px;
	display: inline-block;
}

.course-info .discounted-price .percentage {
	font-size: 14px;
	margin-left: 12px;
}

.course-info .discounted-price .percentage i {
	margin-right: 2px;
}

/* Social Widget
---------------------------------------------------*/
:root {
    --social-widget-theme: #3280b2;
    --social-widget-icon: #FFF;
}

.social-widget {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-widget--v {
  flex-direction: column;
  align-items: flex-start;
}

.social-widget__title {
    font-size: 15px;
    font-weight: bold;
}

.social-widget__item-list {
    display: flex;
    gap: 6px;
}

.social-widget__item:link,
.social-widget__item:visited {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-decoration: none;

    font-size: 15px;
    background-color: var(--social-widget-theme);
    color: var(--social-widget-icon) !important;
    
    transition: transform .3s ease-in-out;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.social-widget__item:hover {
    transform: translateY(-2px);
}

.social-widget {
    --social-widget-icon: #FFF;
    float: right;
}

/* 5 Columns
---------------------------------------------------*/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5th {
    width: 20%;
    float: left;
}


/* Affiliate Course List */
/* ---------------------------------------------------*/
.rating-wrapper {
	color: #aaa;
	font-size: 12px;
	margin: 6px 0;
}

.rating-wrapper .rating {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
}

.rating-wrapper .rate {
	color: #1F81B9;
	margin-right: 5px;
}

.rate-stars {
	display: inline;
    color: #FDD000;
	margin-right: 5px;
}

.rate-stars li {
	display: inline;
	margin: 0;
}

.ct-addicon {
	font-size: 16px;
}

#course-listing .thumb-blk .organizer-logo {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 12px;
	height: 70px;
	width: 144px;
	align-items: center;
	justify-content: center;	
}

#course-listing .h-thumb-list .thumb-blk .organizer-logo {
	display: flex;
}

#course-listing .organizer-logo img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	padding: unset;
	border: unset;
	border-radius: unset;
}

#course-listing .thumb-blk .organizer-logo.affiliate-course-img {
	background-image: url("/Content/images/learning/organiser/udemy.gif");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: unset;
}

#course-listing .tag.promoted {
	left: 15px;
	top: -12px;
	right: unset;
    bottom: unset;
}

.breadcrumb .tag.promoted {
	position: initial;
}

.breadcrumb.hv-tag li:nth-child(2):before {
	content: "";
}

.course-other-info {
	font-size: 13px;
	margin-bottom: 12px;
}

.course-other-info .course-feature {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px 20px;
}

.course-other-info .course-feature li {
	white-space: nowrap;
}

.course-other-info .rating-wrapper {
	color: #fff;
	display: flex;
	flex-direction: row;
	margin-top: 12px;
	gap: 5px;
}

.course-other-info .rating-wrapper .rating {
	width: auto;
}

.course-other-info .rate {
	color: #FDD000;
	margin-right: 5px;
}

.register-btn .ct-addicon {
	margin-right: 4px;
}

.affiliate-remarks {
	color: #666;
	font-size: 14px;
	margin-bottom: 42px;
}

.course-info .cert-tc {
	color: #aaa;
	font-size: 14px;
}

.course-info .rating-wrapper {
	font-size: 16px;
	margin: 0;
}

.course-info .rate,
.course-info .total-rated {
	font-weight: normal;
}

.course-outline .outline {
	width: 100%;
	max-height: 160px;
	position: relative;
	overflow: hidden;
	transition: max-height ease-in-out 1s;
}

.content .content-wrapper {
	max-height: 580px;
	position: relative;
	overflow: hidden;
	transition: max-height ease-in-out 1s;
}

.course-content .content-summary {
	display: inline-block;
}

.course-content .content-summary > li {
	display: inline-block;
}

.course-content .content-summary > li+li:before {
	content: "|";
	padding: 0 5px;
}

.course-content .content-summary .total-highlight {
	font-weight: bold;
}

.course-content .content-list li {
	font-weight: bold;
	padding: 15px 0;
	border-top: 1px solid #D8D8D8;
}

.course-content .content-list li:first-child {
	margin-top: 15px;
}

.course-content .content-list li span:last-child:before {
	content: "|";
	padding: 0 5px;
}

.course-content .content-list .section-no {
	color: #1F81B9;
}

.course-reviews .reviewer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 15px;
}

.course-reviews .reviewer-avator {
	background-color: #D1F0F2;
	border-radius: 30px;
	color: #1F81B9;
	display: flex;
	font-size: 20px;
	height: 42px;
	width: 42px;
	text-transform: capitalize;
	align-items: center;
	justify-content: center;
}

.course-reviews .reviewer-avator.avator-brown {
	background-color: #F2EAD1;
	color: #B95F1F;
}

.course-reviews .reviewer-avator.avator-green {
	background-color: #DDF2D1;
	color: #31B91F;
}

.course-reviews .reviewer-avator.avator-purple {
	background-color: #F0E0F4;
	color: #801FB9;
}

.course-reviews .reviewer-name {
	font-size: 18px;
	font-weight: bold;
}

.course-reviews .rating-wrapper {
	font-size: 13px;
	margin: 0;
}

.course-reviews .rating-wrapper .rate {
	color: #888;
}

.course-reviews .review-content {
	display: -webkit-box;
	/*line-clamp: 5;
	-webkit-line-clamp: 5;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Media Queries
---------------------------------------------------*/
@media (min-width: 480px) {
	.thumb-info .rating,
	.thumb-info .total-rated {
		display: inline;
	}
}

@media (min-width: 768px) {
	ul.row-eq-height, .h-blk .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

	.thumb-blk:hover .thumb img { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); }

    .col-sm-5th {
        width: 20%;
        float: left;
    }

	#learning-listing .key-art {
		bottom: -10%;
		right: -5%;
	}
}

@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }

	#learning-listing .key-art {
		bottom: -40%;
		right: -10%;
	}

	#course-intro {
		min-height: 348px;
	}
}

@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }

	.container {
		width: 1170px;
	}

	#learning-listing .key-art {
		bottom: -40%;
		right: 0;
	}
}


/* Media Queries
---------------------------------------------------*/
@media (min-width: 768px) {
	ul.row-eq-height, .h-blk .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

	.thumb-blk .thumb { background-color: #eee; padding-top: 52.05%; position: relative; border-bottom: 1px solid #eee; overflow: hidden; }
	.thumb-blk .thumb img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
	.thumb-blk:hover .thumb img { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); }
	
	/*.share_box { display: none; }*/

    #course-listing .sort-by .select-field { float: right; }
    #organizer-listing .comp .comp-inner { top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
}

@media (min-width: 992px) {
	/*ADV*/
    .course-thumb-list.discount-course .adv { padding-bottom: 13%; }
    #career-course { min-height: 1300px;}
}

@media (min-width: 1200px) {
	.course-thumb-list.discount-course .adv { padding-bottom: 9%; }
}

@media (min-width: 1600px) {
	#side-menu { display: block; }
}

@media only screen and (max-width: 1200px) {
	#learning .content .content-r,
	#learning-listing .content .content-r,
	#browse-course .content .content-r { display: none; }
	#learning .content .content-l,
	#learning-listing .content .content-l,
	#browse-course .content .content-l { margin-right: 0; }
	#learning .content .content-l .row,
	#browse-course .content .content-l .row { margin-right: -15px; }

	.thumb-info .date-venue .price { margin-top: 2px; display: block; }
	.result-list .thumb-info .date-venue .price { display: inline-block; }
	/*.course-thumb-list .course .thumb { height: 180px; }
	.suggested .course-thumb-list .course .thumb { height: 173px; }*/

	.popular-cert-list > li { margin-bottom: 30px; }
}

/* Collapse menu below 1140px */
@media only screen and (max-width: 1140px) {
	#secNav .dropdown { display: none; }
	#secNav .mobile { display: block; }	

	.navbar-collapse .navbar-nav.nav-right { display: none; }

	.container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse { margin-left: -15px; margin-right: -15px; border-top: 0; }

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0; }

	.navbar-toggle { display: block; }
	.navbar-default .navbar-toggle { margin-right: 0; }
	.navbar-default .navbar-toggle .icon-bar { background-color: #DDD; }
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus { background-color: rgba(255, 255, 255, 0.2); }

	.navbar-header { float: none; }

	.navbar-left,.navbar-right { float: none !important; }

	.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }

	.navbar-fixed-top { top: 0; border-width: 0 0 1px; }

	.navbar-collapse.collapse { display: none!important; }

	.navbar-nav { float: none!important; margin-top: 7.5px; }
	.navbar-nav>li { float: none; }
	.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }

	.collapse.in { display: block !important; }

	.navbar-collapse .nav>li { padding: 6px 0 4px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 0; }
	.navbar-collapse .nav>li:last-child { border-bottom: 0; }
	.navbar-collapse .navbar-nav { margin: 0 -15px; }
	
	.navbar-default.affix { padding: 4px 15px; }

	.navbar-default .navbar-header .navbar-brand { margin-top: 0; display: block; }
	.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus { font-size: 16px; padding: 8px; }
	.navbar-default .nav>li.dropdown .glyphicon { top: 0; float: none; }

    .navbar-nav>li>.dropdown-menu.plain {width: auto;}

}

@media only screen and (max-width: 992px) {
	.header-bg { background-image: url("/Content/images/learning/learning-w992.jpg"); }
	#learning-career { background-image: url("/Content/images/learning/learning-career-w992.jpg"); }
	#learning-cef { background-image: url("/Content/images/learning/learning-cef-w992.jpg"); }
	#learning-discount { background-image: url("/Content/images/learning/learning-discount-w992.jpg"); }
	.jobcat-accounting { background-image: url("/Content/images/learning/learning-accounting-w992.jpg"); }

	/* Course Listing */
	.thumb-list-header .title { font-size: 16px; }
	#course-listing .content .content-l { display: none; }
	#course-listing .content .content-r { margin-left: 0; }
	#course-listing .content .content-r .row { margin-left: -15px; }
	#course-listing .sort-by, .discount-course .sort-by { margin-bottom: 6px; }
	
	/* Filter */
    .filter-selected { display: block !important; }
	.filter-selected li { display: inline-block !important; }
	
	/* Course Detail */
	.detail .content .content-r { display: none; }
	.detail .content .content-l { border-right: 0; padding-right: 0; margin-right: 0; }
	.detail .content .content-l .info-sec { margin-bottom: 16px; display: block; }
	.detail .content .content-l .info-sec .map { display: none; }
	.detail .sub-title { font-size: 13px;  margin-bottom: 4px; }
	.info-sec .sub-title, .info-sec .info { display: block; }
	/*.suggested .course-thumb-list .course .thumb { height: 114px; }*/
	.apply-sticky-top .register-btn, .apply-sticky-top .enquiry-btn { width: 100%; }
	
	/* Subscription */
	.subscribe { background-image: url("/Content/images/learning/subscribe-w992.jpg"); }
	.subscribe-form { width: 100%; }
	.subscribe-form .form-group { width: 80%; }
	.subscribe-form .submit { width: 100%; text-align: center; }
	
	/* Cert */
	.popular-cert-list li .cert .skill-tag a { max-width: 140px; }
	
	/* CEF */
	.cef-organiser ul li:nth-child(-n+6) { margin-bottom: 48px; }

    /*ADV*/
    /*.course-thumb-list.discount-course .adv { padding-bottom: 28.495%; }*/

    /* Following */
	section.follow .content .content-r { display: none; }
	section.follow .content .content-l { border-right: 0; padding-right: 0; margin-right: 0; }
}

@media (min-width: 768px) and (max-width: 991px) {
	/* Thumbnail List */
	.thumb-info .date-venue .date, .thumb-info .date-venue .venue { display: block; }
	.result-list .thumb-info .date-venue span { display: inline-block; }
	.result-list .thumb-info .date-venue span.organizer { display: block; }
}

@media only screen and (max-width: 767px) {
	ul.row-eq-height { display: block; }
	
	.header-bg { background-image: url("/Content/images/learning/learning-w768.jpg"); }
	#learning-career { background-image: url("/Content/images/learning/learning-career-w768.jpg"); }
	#learning-cef { background-image: url("/Content/images/learning/learning-cef-w768.jpg"); }
	#learning-discount { background-image: url("/Content/images/learning/learning-discount-w768.jpg"); }
	.jobcat-accounting { background-image: url("/Content/images/learning/learning-accounting-w768.jpg"); }
	.navbar-collapse .navbar-nav.nav-right { display: none; }
	#secNav .dropdown { display: none; }
	#secNav .mobile { display: block; }	
	
	.read-more-w .btn.btn-def.round { width: auto; }
	
	.apply-sticky { display: none; }
	
	.slick-next, [dir='rtl'] .slick-prev { right: -12px; }
	.slick-prev, [dir='rtl'] .slick-next { left: -12px; }
	
	/* Next course */
	.next-course { display: block; }

	
	/* Landing */
	/* Browse Course */
	.course-cat-list li { height: 180px; }
	#career-path .key-art { bottom: -32px; }
	
	/* Thumbnail List */
	.thumb-list .row.row-eq-height li { margin-bottom: 12px; }
	.thumb-info .title { font-size: 15px; height: auto; max-height: 45px; margin-bottom: 0; }
	.thumb-info .date-venue .price { display: inline; }
	.thumb-blk .thumb, .h-thumb-list .thumb-blk .thumb { width: 130px; height: 67px; position: absolute; left: 10px; top: 10px; overflow: hidden; display: none; }
	.thumb-blk .organizer-logo { display: block; }
	.thumb-blk .thumb-info, .h-thumb-list .thumb-blk .thumb-info { padding-right: 180px; }
	.thumb-info .date-venue .organizer { font-size: 14px; font-weight: 300; /*margin-bottom: 4px !important;*/ }
	.thumb-info .date-venue .organizer i { display: none; }
	.thumb-blk .thumb-info .organizer-logo img { max-width: 100px; max-height: 50px; padding: 6px; }
	.thumb-blk .thumb .tag { font-size: 12px; padding: 2px 10px; bottom: 4px; }
	.thumb-blk .post-date { font-size: 12px; margin-bottom: 0; }
	
	.thumb-list-header .title { width: 100%; height: 28px; line-height: 28px;  margin-bottom: 8px; }
	#course-listing .sort-by, .discount-course .sort-by { width: 100%; margin-bottom: 12px; float: left; }
	.lead { font-size: 20px; margin-bottom: 12px; }
	
	.detail .content section h3 { font-size: 20px; }
	#course-intro { padding: 20px 0; }
	#course-intro .intro { padding-right: 0; }
	#course-intro .intro .register-btn { display: none; }
	#course-intro .course-tag { margin-top: 15px; }
	#course-intro .organizer { font-size: 15px; margin: 10px 0; }
	#course-intro .organizer-logo, .organizer-logo img { max-width: 100px; max-height: 48px; padding: 8px; }
	#course-intro .intro .register-btn { padding: 8px 20px; }
	#course-intro .breadcrumb { display: none; }
	#course-intro .breadcrumb.mobile { margin-bottom: 15px; display: block; }
	
	.course-info .supp .share_box { margin-top: 15px; float: left; }
	.course-info .supp .no-of-viewer { width: 100%; }
	.course-info .row { padding: 10px 0; }
	.course-info .row:first-of-type { padding-top: 0; }
	.course-info .row:last-of-type { padding-bottom: 0; }
	
	.sticky-back-to-top:link { bottom: 80px; }
	.sticky-back-to-top.no-bottom-bar:link { bottom: 16px; }
	
    /* Category */
	.tag-list .tag { font-size: 12px; padding: 3px 6px; }
	.skill-tag .tag, .course-tag .tag, .field-tag .tag { font-size: 12px; padding: 4px 8px; }
	
	/* Filter */
	.filter-selected { margin-bottom: 12px; }
	.filter-selected a { font-size: 14px; }
	.filter-selected a.btn-w { font-size: 13px; padding: 4px 10px; white-space: inherit; }
	.filter-selected a.btn-w:hover { background-color: #FFF; color: #3280b3 !important; }
	
	.apply-sticky-top { margin-bottom: -32px; display: none; }
	.next-post{ display: block; }
	
	footer.s_footer { padding: 24px 15px 84px 15px; }
	
	/* Subscription */
	.subscribe { background-image: url("/Content/images/learning/subscribe-w768.jpg"); }
	
	/* Page Control */
	.page-control:link { display: none; }
	
	/* Cert */
	.popular-cert-list li .cert { height: auto; }
	.popular-cert-list li .cert .skill-tag a { max-width: 190px; }
	
	body:not(.learning-detail) .tippy-popper { display: none; }

	#organizer-listing .comp { height: auto; margin-bottom: 15px; }
	#organizer-listing .organizer-profile { font-size: 14px; margin-top: 8px; }

	/* Photoswipe */
	.photoswipe-wrapper .row > div:nth-child(n+4) { display: block; }
	.photoswipe-wrapper .row > div:nth-child(n+5) { display: none; }
	.photoswipe-wrapper .photo, .photoswipe-wrapper .video { width: 50%; }
	
	/* Learning Career */
	#jobcat-list .jobcat { display: block; }
	#jobcat-list .jobfunc { width: 100%; }
	#jobcat-list .jobtitle { border-left: 0; border-top: 4px solid #4787BD; }
	/*.course-thumb-list .course .thumb,
	.suggested .course-thumb-list .course .thumb { height: 240px; }*/
	
	.navbar-nav>li>.dropdown-menu.plain { width: auto; font-size: 15px; padding: 4px 0; }
	
	/* CEF */
	#cef-intro .info p { padding: 0; }
	#cef-intro .info.first p { padding-right: 0; }
	#cef-intro .info.first p img { width: 150px; position: relative; display: block; margin-bottom: 15px; }
	#cef-intro .info ul { margin-left: 0; }

    .res-list .art-learning .thumb-blk-w .thumb-info{padding: 8px 12px;}
	
	.popup.member-register { width: 80%; }
	.popup.member-register .register-btn { min-width: 80%; }
	
	/* Discount */
	.discount-course .title h4 { margin-bottom: 0; }

	.adv-blk.pt .title { height: auto; }

	/* Affiliate */
	.affiliate-remarks {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 640px) {
	.thumb-info .date-venue span { margin: 3px 0; display: inline-block; }
	.thumb-info .date-venue span.original-price { margin: 0; }
	.discount-course .thumb-info .date-venue .discounted-price { margin: 0 0 0 6px; }
	
	/* Custom HTML - Related Course */
	.cus-html .thumb-info .date-venue .price { margin-left: 8px; }
	
	#cef-course .adv-w { width: 100%; }
	#cef-course .course-w:nth-child(5) .course { margin-bottom: 0; } 
}

@media only screen and (max-width: 600px) {
	.thumb-info .date-venue .price { display: block; }
	.thumb-info .date-venue .venue { margin-top: 2px; }
	.saved-course .msg { padding-right: 15px; }
	.saved-course .msg .act { position: relative; right: auto; margin-top: 8px; }
	
	.thumb-blk .action { width: 80px; top: 16px; }
	.thumb-blk .action .save, .thumb-blk .action .compare { margin-bottom: 6px; margin-left: 0; }
	.h-thumb-list .thumb-blk .thumb-info { padding: 10px 165px 10px 15px; }
	
	.thumb-blk .organizer-logo { margin-top: -5px; }
	.saved-course .thumb-blk .organizer-logo { top: 60%; }
	.saved-course .h-thumb-list .thumb-blk .thumb-info { padding-right: 120px; }
	
	.tag.promoted { bottom: 12px; }
	
	#jobcat-list h4 { margin-bottom: 4px; }
	#jobcat-list .select-jobfunc { float: left; margin-bottom: 16px; }
	
	.course-info .discounted-price { margin-left: 0; margin-bottom: 12px; display: block; }

	/* Career Listing */
	.course-thumb-list .course-w { width: 100%; }
}

@media only screen and (max-width: 550px) {
	.result-list .thumb-info .date-venue .price { display: block; }
	
	/* Custom HTML - Related Course */
	.cus-html .thumb-info .date-venue .price { display: inline-block; }
	.cus-html .thumb-info .date-venue .organizer { margin: -2px 0 4px 0; }
	.cus-html .discount-course .thumb-info .date-venue .price { margin-left: 0; }

	/* Landing */
	#career-path ul li { width: 100%; }
	#career-path .career-title { width: 75%; }
}

@media (min-width: 600px) and (max-width: 768px) {
	/*.course-thumb-list .course .thumb { height: 160px; }
	.suggested .course-thumb-list .course .thumb { height: 328px; }
	.course-thumb-list .course-slider .course .thumb { height: 156px; }*/
	
	#cef-course .adv { padding: 5px 0; }
}

@media (min-width: 480px) and (max-width: 600px) {
	/*.course-thumb-list .course .thumb { height: 130px; }
	.suggested .course-thumb-list .course .thumb { height: 243px; }
	.course-thumb-list .course-slider .course .thumb { height: 220px; }*/
}


@media only screen and (max-width: 480px) {
	/* Landing */
	header { padding: 24px 0; }
	header h1 { margin-bottom: 12px; }
	header .desc, .sec-desc { font-size: 16px; line-height: 1.3; margin-bottom: 16px; }
	header .search-panel { padding: 12px; }
	header .search-panel .submit { width: 100%; margin-top: 8px; }
	header .search-input { display: block; }
	#course-listing .sort-by .select-field, .discount-course .sort-by .select-field { width: 180px; font-size: 15px; height: 36px; }
	#course-intro h1 { font-size: 22px !important; line-height: 1.4; }
	#course-intro h1 .cert { height: 24px; margin-right: 6px; }
	#course-intro .organizer { font-size: 14px; margin-top: 15px; }

	#career-path .key-art { display: none; }
	#career-path .career-title { width: 100%; }
	
	.sec-title { font-size: 24px; }
	
	.other-fields ul li, .course-cat ul li, .study-field ul li,
	.modal-sec.location	ul li, .modal-sec.organizer ul li, .modal-sec.price ul li, .modal-sec.study-mode ul li,
	.modal .submit-btn	{ width: 100%; }
	.course-cat-list li { width: 100%; height: 100px; margin-bottom: 15px; }
	.course-cat-list li .course-cat span { font-size: 20px; left: 50%; top: 50%; bottom: auto; transform: translate(-50%, -50%); text-align: center; ;}
	.next-target .btn { font-size: 14px; padding: 4px 10px; }
	
	.other-fields { margin-top: 12px; }
	.other-fields ul { margin-bottom: 12px; }
	
	/* Thumbnail List */
	.thumb-blk .thumb, .h-thumb-list .thumb-blk .thumb { width: 116px; height: 60px; }
	.thumb-blk .thumb-info, .h-thumb-list .thumb-blk .thumb-info { padding: 8px; padding-right: 100px; }
	.thumb-blk .thumb-info .organizer-logo img { max-width: 80px; max-height: 40px; padding: 6px; }
	.thumb-list-header .title { width: 100%; height: auto; line-height: 28px;  margin-bottom: 8px; }
	#course-listing .thumb-list-header .cef-info { margin-left: 0; display: block; }
	
    /* Category */
	.skill-tag .tag, .course-tag .tag, .field-tag .tag { font-size: 12px; padding: 4px 8px; }
	
	/* Detail */
	.detail .content .content-l p { line-height: 1.5; }
	.course-outline hr { margin: 15px 0; }
	.job-blk, .suggested .course-thumb-list .course { margin-bottom: 24px; }
	.course-info .action { position: relative; top: 0; left: 0; margin-bottom: 12px; }
	.course-info .action a { margin-right: 8px; margin-left: 0; }
	.course-info .scholarship { margin-top: 4px; display: block; }
    .course-info .valid-period { margin-left: 0; display: block; }
	.course-info .cef-info img { margin-left: 0; }
	.course-info .cef-info, .course-info .scholarship { margin-top: 5px; margin-left: 0; display: block; }
	.course-info .valid-period { margin-left: 0; display: block; }
	.apply-sticky-top { margin-bottom: -24px; }
	
	/* Subscription */
	.subscribe-form { width: 100%; }
	.subscribe h3 { font-size: 22px; }
	.subscribe .lead { font-size: 16px; margin: 8px 0; }
	.subscribe-form .form-group { width: 100%; padding-right: 0; }
	.subscribe-form .submit { width: 100%; text-align: center; }
	.subscribe-form .submit .submit-btn { width: auto; }
	
	.popular-cert-list li,
	.organizer-list li { width: 100%; margin-bottom: 15px; }
	.popular-cert-list li .cert { height: auto; }
	.popular-cert-list li .cert .logo { padding: 0; }
	.popular-cert-list li .cert img { width: auto; }
	
	.submit-enquiry hr { margin-top: 24px; }
	#organizer-listing .comp,
	.submit-enquiry .course-list li { margin-bottom: 15px; }
	
	.search-modal .num { font-size: 13px; margin-left: 4px; }
	
	.course-cat .cef-logo { top: 50%; margin-top: -25px; }
	
	/* Learning Career */
	#course-career-intro .desc { font-size: 14px; }
	#jobcat-list .jobtitle ul li { width: 100%; }
	.course-thumb-list .course { margin-bottom: 15px; }
	/*.course-thumb-list .course .thumb { height: 217px; }
	.course-thumb-list .course-slider .course .thumb { height: 217px; }
	.suggested .course-thumb-list .course .thumb { height: 231px; }*/
	
	/* CEF */
	#learning-cef { padding: 36px 0; }
	#learning-cef h1 { line-height: 1.4; }
	
	.popup.member-register { min-width: auto; width: 92%; padding-left: 24px; padding-right: 24px; }
	.res-list .art-learning .thumb-blk-w { width: 100%; }
	.res-list .thumb-blk .title { font-size: 18px; height: auto; margin-bottom: 6px; }
	.read-more-w.mobile{ display:block; }
    .read-more-w.desktop{ display:none; }

	/* Discount */
	#learning-discount { padding: 36px 0; }
	.top-pick-course .sec-title { margin-bottom: 16px; }
	
	/* Following */
    .follow-listing ul:not(.nav-tabs) li { width: 100%; }

	.follow-listing .follow-item { margin-bottom: 15px; }
	.follow-listing .follow-item .item-name { height: auto; }
	
	/* Custom HTML - Related Course */
	.cus-html.related-course h3 { font-size: 20px; }
	.cus-html .thumb-info .date-venue .venue { width: 50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; }
	.cus-html .discount-course .thumb-info .date-venue .venue { width: 100% }

	.course-thumb-list .course .info .logo { width: 118px; height: 44px; }

	/* Affiliate */
	.affiliate-remarks {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 414px) {
	/*.course-thumb-list .course .thumb,
	.suggested .course-thumb-list .course .thumb { height: 200px; }
	.course-thumb-list .course-slider .course .thumb { height: 184px; }*/
}

@media only screen and (max-width: 375px) {
	/*.course-thumb-list .course .thumb,
	.suggested .course-thumb-list .course .thumb { height: 179px; }
	.course-thumb-list .course-slider .course .thumb { height: 163px; }*/
	
	/* Discount Course (List) */
	.discount-course .thumb-info .date-venue .original-price { display: block; }
	.discount-course .thumb-info .date-venue .discounted-price { margin-left: 20px; }
	.discount-course .thumb-info .date-venue .cef-logo { margin-left: 6px; }
	
	/* Custom HTML - Related Course */
	.cus-html .thumb-info .title { height: 45px; }
	
	.cus-html .discount-course .thumb-info .date-venue .original-price { display: inline-block; }
	.cus-html .discount-course .thumb-info .date-venue .discounted-price { margin-top: 0; margin-left: 10px;}
	.cus-html .discount-course .thumb-info .date-venue .price { margin: 0; }
	.cus-html .h-thumb-list > li:first-child { margin-bottom: 6px; }
}

@media only screen and (max-width: 320px) {
	.header-bg { background-image: url("/Content/images/learning/learning-w330.jpg"); }
	#learning-career { background-image: url("/Content/images/learning/learning-career-w330.jpg"); }
	#learning-discount { background-image: url("/Content/images/learning/learning-discount-w330.jpg"); }
	.jobcat-accounting { background-image: url("/Content/images/learning/learning-accounting-w330.jpg"); }
	
	/* Thumbnail List */
	.thumb-blk .thumb, .h-thumb-list .thumb-blk .thumb  { width: 88px; height: 45px; }
	.thumb-blk .thumb-info, .h-thumb-list .thumb-blk .thumb-info { padding: 8px; padding-right: 80px; }
	.thumb-blk .thumb-info .organizer-logo img { max-width: 60px; max-height: 30px; padding: 6px; }
	.thumb-info .title { height: 42px; }
	/*.course-thumb-list .course .thumb,
	.suggested .course-thumb-list .course .thumb { height: 150px; }*/

    /* Category */
	.tag-list { line-height: 1.2; }
	.skill-tag .tag, .course-tag .tag, .field-tag .tag { font-size: 12px; padding: 4px 8px; }
	
	/* Subscription */
	.subscribe { background-image: url("/Content/images/learning/subscribe-w330.jpg"); }
	
	/* Discount Course (Slider) */
	.course-slider .discount-course .original-price { display: block; }
	.course-slider .discount-course .discounted-price { margin-left: 15px; }
	.top-pick-course .discount-course .discounted-price { margin-left: 28px; }
	
	.discount-course .thumb-info .date-venue .cef-logo { margin-left: 20px; margin-top: 4px; }
}

@-moz-document url-prefix() { 
	#course-listing .select-cus .form-control,
    .discount-course .select-cus .form-control {
		padding-left: 8px;
		text-indent: 0;
	}
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .apply-sticky-top { margin-bottom: 0; }
	*::-ms-backdrop, .filter-item .checkbox-cus:checked + .checkbox-cus-label:before {
		font-size: 18px;
	}
}
/*body {
	background: url("/Content/images/learning/jobapply-bg.jpg") right center no-repeat fixed;
	background-size: cover;
}

section {
	background-color: transparent;
}*/

.enquiry .form-header, .submit-enquiry .form-header {
    margin-bottom: 6px;
}

.enquiry .form .subject h3 {
	margin-bottom: 0;
}

.enquiry .compulsory {
	margin-left: 4px;
}

.enquiry #thankyouMsgDiv .desc {
	text-align: center;
}
/* General msg
/*-------------------------------------------------*/
body {
	background: url("/Content/images/learning/jobapply-bg.jpg") right center no-repeat fixed;
	background-size: cover;
}

section {
	background-color: transparent;
}

.general-msg .form .subject h3 {
	margin-bottom: 0;
}

.general-msg .form .title-w-line {
	font-size: 16px;
	margin: 16px 0;
}

.general-msg .content {
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
    display: block;
}

.general-msg .key-art {
	width: 180px;
	display: block;
	margin: 0 auto 24px auto;
}

.general-msg .back-to-home {
	text-align: center;
	margin-top: 16px;
}

.alert-danger {
	margin: 16px 0;
}


.alert-danger i {
	font-size: 15px;
	top: 10px;
}


/* Reject invitation
/*-------------------------------------------------*/
.reject-invitation .job-title,
.reject-invitation .comp {
	font-weight: bold;
	color: #3280b3;
}

.reject-invitation .key-art {
	width: 120px;
}

/* Unsubscribe Job Alert
/*-------------------------------------------------*/
.unsubscribe .content {
	text-align: left;
}

.unsubscribe .other {
	font-size: 13px;
	line-height: 1.4;
	color: #888;
	margin-top: 16px;
}

.unsubscribe .alert-danger {
	width: 50%;
}

.unsub-list {
	margin-bottom: 16px;
}

.unsub-list hr {
	max-width: 100%;
	border-color: #ddd;
}

.unsub-list h4 {
	color: #3280b3;
	margin: 12px 0;
}

.checkbox-cus-label {
	margin: 2px 0;
}
.checkbox-cus + .checkbox-cus-label:before, .radio-cus + .radio-cus-label:before {
	top: 3px;
}

.checkbox-cus:checked + .checkbox-cus-label:before {
	font-size: 110%;
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #FFF;
    color: #25b25a;
	line-height: 0.85;
}

.checkbox-cus[disabled] + .checkbox-cus-label:before {
	background: #eee;
	cursor: default;
}


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
	.unsubscribe .alert-danger { width: 100%; }
}

@media only screen and (max-width: 767px) {
	
}


@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 480px) {
	.general-msg .content { line-height: 1.6; }
	.general-msg .key-art { width: 120px; margin-bottom: 20px; }
}

@media only screen and (max-width: 320px) {
	
}
