/* Minification failed. Returning unminified contents.
(3802,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3803,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3889,21): run-time error CSS1039: Token not allowed after unary operator: '-copyright-gap'
(3908,20): run-time error CSS1039: Token not allowed after unary operator: '-copyright-gap'
(3964,36): run-time error CSS1039: Token not allowed after unary operator: '-copyright-gap-l'
(3968,79): run-time error CSS1039: Token not allowed after unary operator: '-copyright-gap'
(3970,94): run-time error CSS1039: Token not allowed after unary operator: '-copyright-gap-l'
(3971,55): run-time error CSS1039: Token not allowed after unary operator: '-copyright-gap-l'
(4164,50): run-time error CSS1039: Token not allowed after unary operator: '-copyright-gap-l'
(8347,72): run-time error CSS1036: Expected expression, found ';'
(10007,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10008,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10040,28): run-time error CSS1039: Token not allowed after unary operator: '-social-widget-theme'
(10041,17): run-time error CSS1039: Token not allowed after unary operator: '-social-widget-icon'
(10056,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;
}

header *, section *, footer * {
	-webkit-transition: height, width 0.5s;
	-moz-transition: height, width 0.5s;
	transition: height, width 0.5s;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "新細明體", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	overflow: visible;
}

body {
    -ms-overflow-style: scrollbar;
}

.loading {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1000;
}

.loading img {
	background-color: #FFF;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.breadcrumb {
    font-size: 13px;
    text-align: left;
}

/* AD */
.ad {
	background-color: #FFF;
	padding-bottom: 0;
    text-align: center;
}

.ad img {
	margin: 0 auto;
}

/* CT Fonts
-------------------------------------------*/
@font-face {
	font-family: 'ct';
	src: url('../fonts/ct.eot?hnn26s');
	src: url('../fonts/ct.eot?hnn26s#iefix') format('embedded-opentype'),
    url('../fonts/ct.ttf?hnn26s') format('truetype'),
    url('../fonts/ct.woff?hnn26s') format('woff'),
    url('../fonts/ct.svg?hnn26s#ct') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ct-icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ct' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-recommended:before { content: "\e968"; }
.icon-jobalert:before { content: "\e967"; }
.icon-cv:before { content: "\e94e"; }
.icon-cv_one_click_apply:before { content: "\e94f"; }
.icon-cover_letter:before { content: "\e92d"; }
.icon-contactus_editorial:before { content: "\e94c"; }
.icon-contactus_mkt:before { content: "\e95d"; }
.icon-contactus_cs:before { content: "\e95e"; }
.icon-contactus_adv:before { content: "\e95f"; }
.icon-privacy_restricted:before { content: "\e94b"; }
.icon-privacy_hidden:before { content: "\e949"; }
.icon-privacy_standard:before { content: "\e94a"; }
.icon-prof_complete:before { content: "\e948"; }
.icon-prof_recommend:before { content: "\e93d"; }
.icon-prof_current:before { content: "\e93e"; }
.icon-prof_personal:before { content: "\e93f"; }
.icon-prof_cert:before { content: "\e940"; }
.icon-prof_skill:before { content: "\e941"; }
.icon-prof_lang:before { content: "\e942"; }
.icon-prof_edu:before { content: "\e943"; }
.icon-prof_work_exp:before { content: "\e944"; }
.icon-prof_job_pref:before { content: "\e945"; }
.icon-prof_summary:before { content: "\e946"; }
.icon-prof_privacy:before { content: "\e947"; }
.icon-bene_exam_leave:before { content: "\e929"; }
.icon-bene_family_leave:before { content: "\e92a"; }
.icon-bene_dutymeal:before { content: "\e92b"; }
.icon-bene_social_facilities:before { content: "\e92c"; }
.icon-prof_q:before { content: "\e92e"; }
.icon-blank6:before { content: "\e900"; }
.icon-blank7:before { content: "\e901"; }
.icon-blank8:before { content: "\e902"; }
.icon-blank9:before { content: "\e903"; }
.icon-blank10:before { content: "\e904"; }
.icon-blank11:before { content: "\e905"; }
.icon-blank12:before { content: "\e906"; }
.icon-blank13:before { content: "\e907"; }
.icon-blank14:before { content: "\e908"; }
.icon-blank15:before { content: "\e909"; }
.icon-blank16:before { content: "\e938"; }
.icon-blank17:before { content: "\e939"; }
.icon-blank18:before { content: "\e93a"; }
.icon-blank19:before { content: "\e93b"; }
.icon-blank20:before { content: "\e93c"; }
.icon-blank21:before { content: "\e90a"; }
.icon-blank22:before { content: "\e90b"; }
.icon-blank23:before { content: "\e90c"; }
.icon-blank24:before { content: "\e90d"; }
.icon-blank25:before { content: "\e90e"; }
.icon-blank26:before { content: "\e90f"; }
.icon-blank27:before { content: "\e910"; }
.icon-blank28:before { content: "\e911"; }
.icon-blank29:before { content: "\e912"; }
.icon-blank30:before { content: "\e913"; }
.icon-blank31:before { content: "\e94d"; }
.icon-blank32:before { content: "\e92f"; }
.icon-blank33:before { content: "\e930"; }
.icon-blank34:before { content: "\e931"; }
.icon-blank35:before { content: "\e932"; }
.icon-blank36:before { content: "\e933"; }
.icon-blank37:before { content: "\e934"; }
.icon-blank38:before { content: "\e935"; }
.icon-blank39:before { content: "\e936"; }
.icon-blank40:before { content: "\e937"; }
.icon-alltxt:before { content: "\e928"; }
.icon-bene_staff_discount:before { content: "\e927"; }
.icon-bene_maternity_leave:before { content: "\e926"; }
.icon-bene_medical_family:before { content: "\e925"; }
.icon-bene_bday:before { content: "\e921"; }
.icon-bene_compassionate:before { content: "\e922"; }
.icon-bene_paternity:before { content: "\e923"; }
.icon-bene_marriage:before { content: "\e924"; }
.icon-view_preview:before { content: "\e920"; }
.icon-exp:before { content: "\e914"; }
.icon-indus:before { content: "\e915"; }
.icon-lefy:before { content: "\e916"; }
.icon-tie:before { content: "\e917"; }
.icon-employer_type:before { content: "\e918"; }
.icon-employment_term:before { content: "\e919"; }
.icon-career_lv:before { content: "\e91a"; }
.icon-view_column:before { content: "\e91b"; }
.icon-bene_bonus:before { content: "\e91c"; }
.icon-bene_edu:before { content: "\e91d"; }
.icon-bene_alt_sat:before { content: "\e91e"; }
.icon-bene_insurance:before { content: "\e91f"; }
.icon-bene_yr_bonus:before { content: "\e950"; }
.icon-bene_housing:before { content: "\e951"; }
.icon-bene_work_home:before { content: "\e952"; }
.icon-bene_flex_workhr:before { content: "\e953"; }
.icon-bene_transport:before { content: "\e954"; }
.icon-bene_staff_care:before { content: "\e955"; }
.icon-bene_meal:before { content: "\e956"; }
.icon-bene_ot:before { content: "\e957"; }
.icon-bene_5day:before { content: "\e958"; }
.icon-bene_13m:before { content: "\e959"; }
.icon-bene_comp_pay:before { content: "\e95a"; }
.icon-bene_dental:before { content: "\e95b"; }
.icon-bene_extra_leave:before { content: "\e95c"; }
.icon-bene_gratuity:before { content: "\e960"; }
.icon-bene_loan:before { content: "\e961"; }
.icon-bene_medical:before { content: "\e962"; }
.icon-bene_prc:before { content: "\e963"; }
.icon-bene_shuttle:before { content: "\e964"; }
.icon-bene_special_fund:before { content: "\e965"; }
.icon-bene_stock:before { content: "\e966"; }
.icon-bene_general:before { content: "\e969"; }

/*------------------------------------------------*/

/* Transition */
a:link, a:visited,
input, textarea, .btn,
.navbar-default,
.navbar-default .navbar-header .navbar-brand,
.thumb-blk,
.input-field i.fa,
.fb-login {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

/* Link */
a:link, a:visited, a:focus {
	color: #3280b3;
	outline: 0;
}

a:hover {
	color: #69abcb;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

hr {
	border-width: 1px;
	border-color: #5488c1;
	max-width: 50px;
	margin: 20px auto;
}

.hide-br {
	display: none;
}

.panel-body p:last-of-type {
	margin-bottom: 0;
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.trunc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-faded {
	color: rgba(255, 255, 255, 0.8);
}

.txt-link-s {
	font-size: 14px;
}

.txt-s {
	font-size: 13px;
}

.no-padding {
	padding: 0;
}

.no-padding-l {
	padding-left: 0;
}

.no-padding-r {
	padding-right: 0;
}

.row {
	position: relative;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.bold {
	font-weight: 600;
}

/* Arrow Box */
.tippy-popper {
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.tippy-tooltip.white-theme {
	background-color: #fff;
	color: #333;
	border: 1px solid #dddddd;
	padding: 8px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-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);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.white-theme .tippy-arrow { 
	border-top: 7px solid #ccc; border-right: 7px solid transparent; border-left: 7px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.white-theme .tippy-arrow {
	border-bottom: 7px solid #ccc; border-right: 7px solid transparent; border-left: 7px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.white-theme .tippy-arrow {
	border-left: 7px solid #ccc; border-top: 7px solid transparent; border-bottom: 7px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.white-theme .tippy-arrow {
	border-right: 7px solid #ccc; border-top: 7px solid transparent; border-bottom: 7px solid transparent
}

.tippy-tooltip.help-theme {
	font-size: 13px;
	text-align: left;
	background-color: #3280b2;
	color: #fff;
	padding: 8px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.help-theme .tippy-arrow { 
	border-top: 7px solid #3280b2; border-right: 7px solid transparent; border-left: 7px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.help-theme .tippy-arrow {
	border-bottom: 7px solid #3280b2; border-right: 7px solid transparent; border-left: 7px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.help-theme .tippy-arrow {
	border-left: 7px solid #3280b2; border-top: 7px solid transparent; border-bottom: 7px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.help-theme .tippy-arrow {
	border-right: 7px solid #3280b2; border-top: 7px solid transparent; border-bottom: 7px solid transparent
}

/* Header / Section */
header, section {
	padding: 42px 0;
	position: relative;
	z-index: 0;
}

header {
	color: #FFF;
}

header hr {
	border-color: #FFF;
}

header .bg-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

header>:not(.bg-overlay) {
	position: relative;
	z-index: 2;
}

/* CT Logo */
.ct-logo img {
	height: 42px;
}

/* Main Navigation
/*-------------------------------------------------*/
.ct-m-nav {
	border-bottom: 4px solid #4788BE;
}

.ct-nav {
	position: relative;
	min-width: 250px;
	min-height: 60px;
	background: #FFF;
}

.ct-nav .beta,
footer .beta {
	font-size: 11px;
	font-weight: bold;
	background-color: #FCCF00;
	color: #336699;
	padding: 2px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	margin-left: 4px;
	vertical-align: 2px;
}

.ct-nav a {
	font-size: 15px;
	color: #4788be;
	
	text-decoration: none;
	white-space: nowrap;
	padding: 14px 15px;
	
	position: relative;
	display: block;
}

.ct-nav .prof-links a {
	padding-left: 48px;
}

.ct-nav .prof-links li.log-out a {
	padding-left: 18px;
}

.ct-nav .prof-links a .icon {
	font-size: 18px;
	width: 32px;
	text-align: center;
	position: absolute;
	top: 12px;
	left: 12px;
}

.ct-nav a:hover {
	color: #336699;
}

.ct-nav a span {
	position: relative;
}

.ct-nav .visible-links {
	display: inline-table;
}

.ct-nav .visible-links li {
	display: table-cell;
	position: relative;
}

.ct-nav .visible-links li:first-child {
	font-weight: bold;
}

.ct-nav .visible-links li:first-child a {
	padding: 12px;
	padding-top: 14px;
}

.ct-nav .visible-links a.ct-home img {
	height: 48px;
}

.ct-nav .visible-links a:not(.ct-home) {
	border-bottom: 5px solid #FFF;
	padding-top: 20px;
	padding-bottom: 6px;
}

/* Submenu */
.ct-nav .visible-links .submenu {
	width: 200px;
	background-color: #FFF;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);
	
	position: absolute;
	top: 66px;
	right: 0;
	z-index: 99;
	display: none;
}

.ct-nav .submenu a:hover {
	background-color: #e1ecf4;
}

.ct-nav .sub i.fa.fa-chevron-down,
.ct-nav .sub i.fa.fa-chevron-up {
	font-size: 12px;
	margin-left: 2px;
	vertical-align: 2px;
}

.ct-nav .visible-links .submenu li {
	display: block;
}

.ct-nav .visible-links .submenu li:first-child a {
	font-weight: normal;
	padding: 12px 15px;
}

.ct-nav .visible-links .submenu a:not(.ct-home) {
	border-bottom: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

.ct-nav .visible-links a:not(.ct-home):hover {
	border-bottom-color: #fccf00;
}

.ct-nav .visible-links li.active a {
	border-bottom: 5px solid #fccf00;
	/*border-bottom-color: #4788be;
	background-color: #4788be;
	color: #FFF;*/
}

.ct-nav .visible-links li.active a:hover {
	/*border-bottom-color: #4788be;*/
}

.ct-nav .lang i.fa {
	margin-right: 2px;
}

/* Static - More Nav / Profile / Member */
.ct-nav .notify {
	width: 12px;
	height: 12px;
	background-color: #f47340;
	border: 2px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	top: 4px;
	right: -6px;
}

.ct-nav .num {
	font-size: 14px;
	font-weight: bold;
	background-color: #FCCF00;
	color: #336699;
	padding: 2px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 2px;
}

.ct-nav .static {
	position: absolute;
	right: 0;
	top: 10px;
}

.ct-nav .static .member-sec,
.ct-nav .static .hide-nav {
	position: relative;
	float: right;
}

.ct-nav .more-nav,
.ct-nav .prof-nav {
	padding-bottom: 9px;
	height: 50px;
	line-height: 30px;
	border: 0;
	outline: none;
	background-color: #FFF; /*1f5f95*/
	color: #4788be;
	cursor: pointer;
	border-bottom: 5px solid #FFF;
	white-space: nowrap;
	position: relative;
	float: right;
}

.ct-nav .prof-nav {
	padding: 12px 12px 6px 36px;
}

.ct-nav .prof-nav .mem-icon {
	position: absolute;
	left: 8px;
	display: inline-block;
}

.ct-nav .prof-nav.become-mem .mem-icon {
	left: 13px;
}

.ct-nav .prof-nav .mem-icon i.fa {
	font-size: 20px;
	vertical-align: -2px;
}

.ct-nav .prof-nav.employer .mem-icon i.fa {
	font-size: 18px;
	vertical-align: -2px;
}

.ct-nav .prof-nav .prof-txt {
	/*line-height: 24px;*/
	display: inline-block;
}

.ct-nav .prof-nav.member {
	padding-right: 28px;
	padding-left: 42px;
}

.ct-nav .prof-nav.member .prof-txt {
	width: 80px;
}

.ct-nav .more-nav {
	line-height: 26px;
	padding-left: 12px;
	padding-right: 32px;
}

.ct-nav .prof-nav.employer {
	padding-left: 42px;
}

.ct-nav a.more-nav.active,
.ct-nav a.prof-nav.active,
.ct-nav a.more-nav:hover,
.ct-nav a.prof-nav:hover {
	border-bottom-color: #fccf00;
}

.ct-nav a.more-nav.nohover,
.ct-nav a.prof-nav.nohover {
	border-bottom-color: #FFF !important;
}

.ct-nav .more-nav i.fa.fa-chevron-down,
.ct-nav .prof-nav i.fa.fa-chevron-down {
	font-size: 12px;
	margin-left: 2px;
	position: absolute;
	right: 12px;
	top: 20px;
}

.ct-nav .prof-txt-m {
	line-height: 24px;
}

.ct-nav .more-txt-m,
.ct-nav .prof-txt-m {
	display: none;
}

/* Dropdown */
.ct-nav .sub-nav {
	position: relative;
}

.ct-nav .dropdown-list {
	width: 200px;
	background-color: #FFF;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	position: absolute;
	right: 8px;
	margin-top: -8px;
	z-index: 9999;
	
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);
}

.ct-nav .dropdown-list.show-employer-space {
	right: 120px;
}

.ct-nav .submenu li:first-child a,
.ct-nav .dropdown-list li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.ct-nav .submenu li:last-child a,
.ct-nav .dropdown-list li:last-child a {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.ct-nav .dropdown-list li.log-out a {
	background-color: #e1ecf4;
}

.ct-nav .dropdown-list a:hover {
	background-color: #e1ecf4;
}

.ct-nav .hidden-links.dropdown-list  {
	right: 150px;
}

.ct-nav .hidden-links .submenu {
	background-color: #fafcfd;
	display: none;
}

.ct-nav .hidden-links.dropdown-list.guest  {
	right: 265px;
}

.ct-nav .prof-links a span .notify {
	right: -16px;
}

.ct-nav .closed {
	display: none;
}


.ct-nav .prof-nav.message {
    font-size: 18px;
    padding: 12px 12px 6px 12px;
}

.ct-nav .prof-nav.message .beta{
    background-color: transparent;
	color: #f4aa1a;
	font-size: 10px;
	margin-left: 0;
	position: absolute;
	top: -10px;
	left: 7px;
	font-weight: normal;
}

.ct-nav .prof-nav .notify-dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 2px solid #FFF;
	background-color: #D44848;
	position: absolute;
	right: 7px;
	/* top: 15px; */
	top: 11px;
	display: flex;
}

.ct-mem .ct-nav .prof-nav.message {
    padding: 10px 12px 6px 12px;
}

.ct-mem .ct-nav .prof-nav.message .beta  {
    top: -7px;
}

.ct-mem .ct-nav .prof-nav .notify-dot {
    top: 8px;
}

.comp-profile-landing .ct-nav .prof-nav.message {
    top: 3px;
}



/* Sub Navigation
/*-------------------------------------------------*/
.nav-tabs {
	font-size: 18px;
	border-bottom-color: #336699;
}

.nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 6px 6px 0 0;
	padding: 8px 20px;
	margin-right: 8px;
}

.nav-tabs>li>a:hover {
	border: 1px solid transparent;
}

.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:focus {
	background-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #FFF;
	background-color: #336699;
	border: 1px solid transparent;
}

.navbar.affix .breadcrumb,
.navbar.affix-top .breadcrumb {
	display: none;
}

.navbar-default {
	min-height: 36px;
	background-color: #4788be;
	padding: 0 15px;
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
	z-index: 8;
}

.navbar-default .navbar-header .navbar-brand {
	width: auto;
	height: auto;
	font-size: 15px;
	color: #FFF;
	line-height: 36px;
	padding: 0;
	margin-right: 12px;
	display: block;
	cursor: pointer;
}

.navbar-default .nav>li {
	margin-left: 8px;
}

.navbar-default .nav>li.current>a,
.navbar-default .nav>li.current>a:hover,
.navbar-default .nav>li.current>a:focus:hover,
.navbar-default .nav>li.current.active>a,
.navbar-default .nav>li.current.active>a:focus,
.navbar-default .nav>li.current.active>a:hover,
.navbar-default .nav>li.current.active>a:focus:hover {
	/*color: #FCCF00;*/
}

.navbar-collapse.collapsing .nav>li,
.navbar-collapse.collapse.in .nav>li {
	margin-left: 0;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
	color: rgba(255, 255, 255, 0.7);
	padding: 8px 12px;
}

.navbar-default .nav>li>a.active {
	font-weight: bold;
	color: #FFF;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover,
.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus,
.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
	color: #FFF;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus,
.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.navbar-default .nav .glyphicon {
	font-size: 12px;
	margin-right: 8px;
}

.navbar-default.affix {
	background-color: rgba(50, 128, 179, 0.95);
	padding: 6px 15px;
	position: relative;
}

.navbar-default.affix .nav>li>a,
.navbar-default.affix .nav>li>a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.navbar-default .nav>li.dropdown .glyphicon {
	margin-right: 0;
	margin-left: 4px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	position: relative;
	color: #FFF;
	padding: 6px 0;
	text-decoration: none;
}

.navbar-nav>li>.dropdown-menu {
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.75);
	border: 0;
	padding: 6px 12px;
	margin-top: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background-color: transparent;
	color: #5a94bf;
}

.navbar-nav>li>.dropdown-menu .dropdown-header {
	font-size: 15px;
	padding: 0;
	margin: 8px 0 4px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-nav>li>.dropdown-menu .dropdown-header:first-child {
	margin-top: 0;
}

.navbar-nav>li>.dropdown-menu i.fa.fa-angle-right {
	margin: 0 4px 0 5px;
}
/*
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: transparent;
}
*/
.navbar-section {
	padding: 0 15px 4px 15px;
}

/* Animation
/*-------------------------------------------------*/
.slideanim { visibility: hidden; }

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	visibility: visible;			
}

@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

/* Snackbar
---------------------------------------------------*/
.snackbar-cus {
	/*font-weight: normal !important;*/
	margin-top: 36px;
}
.snackbar-cus p {
	line-height: 1.4 !important;
    font-size: 14px !important;
    /*font-weight: normal !important;*/
}

.snackbar-cus a:link,
.snackbar-cus a:visited {
	color: #FFF;
	text-decoration: underline;
	margin: 0 4px;
}

/* Sticky Back to Top
/*-------------------------------------------------*/
.sticky-back-to-top:link {
	width: 36px;
	height: 36px;
	background-color: #ebf2f7;
	font-size: 16px;
	color: #3280b3;
	text-align: center;
	line-height: 36px;
	cursor: pointer;

	position: fixed;
	bottom: 16px;
	right: 16px;

	display: none;
	z-index: 10;
	
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}

.sticky-back-to-top:focus {
	color: #3280b3;
}

/* Navbar Toggle
/*-------------------------------------------------*/
.navbar-toggle {
	background-color: rgba(255, 255, 255, 0.2);
	border: 0;
	padding: 8px;
	margin: 0;
	top: 3px;
}
.navbar-toggle .icon-bar { position: relative; transition: all 300ms ease-in-out; }
.navbar-toggle .icon-bar:nth-of-type(2) { top: 1px; }
.navbar-toggle .icon-bar:nth-of-type(3) { top: 2px; }
.navbar-toggle.active .icon-bar:nth-of-type(1) { top: 6px; transform: rotate(45deg); }
.navbar-toggle.active .icon-bar:nth-of-type(2) { background-color: transparent; }
.navbar-toggle.active .icon-bar:nth-of-type(3) { top: -6px; transform: rotate(-45deg); }

/* General
/*-------------------------------------------------*/
.b-bg {
	background-color: #eff5f9;
}

.dark-bg {
	background-color: #3280b3;
	color: #FFF;
}

.dark-bg a:link,
.dark-bg a:visited,
.dark-bg a:focus {
	color: #FFF;
}

.dark-bg a:hover {
	color: rgba(255, 255, 255, 0.7);
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li {
	text-align: left;
}

ul .list-title {
	font-weight: bold;
	line-height: 28px;
	background-color: #FCCF00;
	color: #3280b3;
	padding: 0 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 8px;
}

section {
	background-color: #f5f5f5;
	color: #333;
}

section h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 12px;
}

section h3 {
	margin-bottom: 12px;
	line-height: 1.4;
}

header h1, section h1, section h2 {
	text-align: center;
}

ul.inline-list li {
	display: inline-block;
}

ul.center-list {
	text-align: center;
	margin-bottom: 0;
}

ul.center-list li {
	text-align: center;
	display: inline-block;
	margin-top: 0;
}

ul.h-list li {
	margin-right: 12px;
	display: inline-block;
}

ul.h-list li:last-child {
	margin-right: 0;
}

.separator {
	width: 100%;
	height: 1px;
	background-color: #ddd;
}

.dot-divide {
	margin: 0 6px;
}

/* Button
/*-------------------------------------------------*/
.btn {
	font-size: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* Round Corner */
.btn.round {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

/* Default Button */
.btn-def {
	background-color: #3280b2;
	border-color: #3280b2;
/* 	background-color: #5A94BF;
	border-color: #5A94BF; */
	color: #FFF !important;
}

.btn-def span.glyphicon,
.btn-def i.fa {
	margin-left: 6px;
}

.btn-def span.glyphicon.glyphicon-filter,
.btn-def span.glyphicon.glyphicon-chevron-down {
	vertical-align: -1px;
}

.btn-def:hover,
.btn-def:focus,
.btn-def:active,
.btn-def.active {
	background-color: #69abcb;
	border-color: #69abcb;
/* 	background-color: #4888b8;
	border-color: #407ba6; */
	color: #FFF;
	box-shadow: none;
}

.btn-def:focus,
.btn-def.focus,
.btn-def.active.focus {
	outline: 0;
}

.btn-def.disabled:hover,
.btn-def.disabled:focus,
.btn-def.disabled:active,
.btn-def.disabled.active,
.btn-def[disabled]:hover,
.btn-def[disabled]:focus,
.btn-def[disabled]:active,
.btn-def[disabled].active,
fieldset[disabled] .btn-def:hover,
fieldset[disabled] .btn-def:focus,
fieldset[disabled] .btn-def:active,
fieldset[disabled] .btn-def.active {
	background-color: #5A94BF;
	border-color: #5A94BF;
}
/* Readmore Button */
.btn-def.btn-w {
	background-color: #FFF;
	border-color: #3280b3;
	color: #3280b3 !important;
}

.btn-def.btn-w:hover,
.btn-def.btn-w:active,
.btn-def.btn-w.active {
	background-color: #50a0cc;
	border-color: #50a0cc;
	color: #FFF !important;
}

.btn-def.btn-w.disabled:hover,
.btn-def.btn-w.disabled:focus,
.btn-def.btn-w.disabled:active,
.btn-def.btn-w.disabled.active,
.btn-def.btn-w[disabled]:hover,
.btn-def.btn-w[disabled]:focus,
.btn-def.btn-w[disabled]:active,
.btn-def.btn-w[disabled].active,
fieldset[disabled] .btn-def.btn-w:hover,
fieldset[disabled] .btn-def.btn-w:focus,
fieldset[disabled] .btn-def.btn-w:active,
fieldset[disabled] .btn-def.btn-w.active {
	background-color: #FFF;
	border-color: #50a0cc;
}

/* Outline Button */
.btn-def.btn-outline {
	background-color: transparent;
	border-color: #fff;
	color: #fff !important;
}

.btn-def.btn-outline:hover,
.btn-def.btn-outline:active,
.btn-def.btn-outline.active {
	background-color: #fff;
	border-color: #fff;
	color: #3280b3 !important;
}

/* Submit Button */
.submit-btn:link, .submit-btn:visited {
	background-color: #3280b3;
	border-color: #3280b3;
	color: #FFF !important;
	padding: 6px 24px;
}

.submit-btn:hover,
.submit-btn:focus,
.submit-btn:active,
.submit-btn.active {
	background-color: #4888b8 !important;
	border-color: #407ba6 !important;
	color: #FFF;
}

/* Submit Button */
.submit-hl-btn:link, .submit-hl-btn:visited {
	background-color: #fccf00;
	border-color: #fccf00;
	font-weight: bold;
	color: #3280b3 !important;
}

.submit-hl-btn:hover,
.submit-hl-btn:focus,
.submit-hl-btn:active,
.submit-hl-btn.active {
	color: #FFF !important;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.btn.disabled:link, .btn.disabled:visited,
.btn.disabled:hover, .btn.disabled:focus,
.btn.disabled:active, .btn.disabled.active {
	font-weight: normal !important;
	background-color: #999 !important;
	border-color: #999 !important;
	color: #eee !important;
}

.btn-def.disabled:hover,
.btn-def.disabled:focus,
.btn-def.disabled:active,
.btn-def.disabled.active,
.btn-def[disabled]:hover,
.btn-def[disabled]:focus,
.btn-def[disabled]:active,
.btn-def[disabled].active,
fieldset[disabled] .btn-def:hover,
fieldset[disabled] .btn-def:focus,
fieldset[disabled] .btn-def:active,
fieldset[disabled] .btn-def.active {
	background-color: #5A94BF !important;
	border-color: #5A94BF !important;
}

.btn-def.btn-w.disabled:hover,
.btn-def.btn-w.disabled:focus,
.btn-def.btn-w.disabled:active,
.btn-def.btn-w.disabled.active,
.btn-def.btn-w[disabled]:hover,
.btn-def.btn-w[disabled]:focus,
.btn-def.btn-w[disabled]:active,
.btn-def.btn-w[disabled].active,
fieldset[disabled] .btn-def.btn-w:hover,
fieldset[disabled] .btn-def.btn-w:focus,
fieldset[disabled] .btn-def.btn-w:active,
fieldset[disabled] .btn-def.btn-w.active {
	background-color: #FFF !important;
	border-color: #50a0cc !important;
}

/* Submit Button */
.dark-bg .submit-btn:link, .dark-bg .submit-btn:visited {
	background-color: #5A94BF;
	border-color: #5A94BF;
}

.dark-bg .submit-btn:hover,
.dark-bg .submit-btn:focus,
.dark-bg .submit-btn:active,
.dark-bg .submit-btn.active {
	background-color: #78AFD1;
	border-color: #78AFD1;
}

/* Highlight Button */
.btn-highlight:link, .btn-highlight:visited {
	background-color: #F27755;
	border-color: #F27755;
	color: #FFF;
}

.btn-highlight:hover,
.btn-highlight:focus,
.btn-highlight:active,
.btn-highlight.active {
	background-color: #E86546;
	border-color: #E86546;
	color: #FFF;
}

.btn-highlight.disabled:hover,
.btn-highlight.disabled:focus,
.btn-highlight.disabled:active,
.btn-highlight.disabled.active,
.btn-highlight[disabled]:hover,
.btn-highlight[disabled]:focus,
.btn-highlight[disabled]:active,
.btn-highlight[disabled].active,
fieldset[disabled] .btn-highlight:hover,
fieldset[disabled] .btn-highlight:focus,
fieldset[disabled] .btn-highlight:active,
fieldset[disabled] .btn-highlight.active {
	background-color: #F27755;
	border-color: #F27755;
}

/* Cancel Button */
.btn-cancel:link, .btn-cancel:visited {
	background-color: #ddd;
	border-color: #ddd;
	color: #666 !important;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active {
	background-color: #eee;
	border-color: #eee;
	color: #666;
}

/* Link */
.act-link .fa {
	margin-right: 4px;
}

/* Alert
---------------------------------------------------*/
.alert {
	padding: 10px 15px;
	margin-bottom: 16px;
}

.alert i,
.alert span.glyphicon {
	font-size: 18px;
	margin-right: 8px;
	vertical-align: middle;
}

.alert-danger {
	font-size: 13px;
	padding: 6px 12px;
	margin-bottom: 0;
	margin-top: 8px;
}

.alert-warning {
	color: #333;
	background-color: #fff6d2;
	border: 2px solid #ffdd88;
	padding-left: 36px;
	position: relative;
}

.alert-warning i.fa {
	color: #eca535;
}

form .alert i,
form .alert span.glyphicon,
.alert-danger i {
	font-size: 14px;
	margin-right: 6px;
}

.alert-dismissable .close {
	opacity: 0.4;
	right: 0;
}

/* Modal
/*-------------------------------------------------*/
body.modal-open {
	width: 100%;
	height: 100%;
    overflow: hidden;
    position: static;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.modal {
    overflow-y: auto;
}

.modal-content {
	background-color: #FFF;
	color: #333;
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: left;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal h2 {
	font-weight: bold;
	color: #3280b3;
	margin: 16px 0;
}

.modal h2 span.glyphicon,
.modal h2 i.fa,
.modal h2 .ct-icon {
	margin-right: 12px;
}

.modal h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 16px 0 12px 0;
}

.modal h4 {
	margin: 16px 0 8px 0;
}

.modal h4.subtitle {
	margin: 16px 0;
	line-height: 1.4;
}

.modal .modal-sec {
	margin-bottom: 28px;
}

.modal .submit-btn:link,
.modal .submit-btn:visited {
	font-size: 18px;
	padding: 12px 80px;
}

.modal .text-faded {
	color: #555;
	margin-bottom: 12px;
}

.modal-open .modal {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
	z-index: 999;
}

.close-modal:hover {
	opacity: .3;
}

.close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #333;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.modal-s .modal-content {
	min-height: auto;
	padding: 24px 32px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.modal-s h2 {
	font-size: 24px;
	margin-top: 4px;
}

.modal-s p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.modal-s label {
	font-weight: normal;
}

.modal-s .modal-dialog {
	width: 420px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -210px;
}

.modal-s .close-modal,
.modal-action .close-modal {
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
}

.modal-s .close-modal .lr,
.modal-action .close-modal .lr {
	height: 36px;
	margin-left: 20px;
}

.modal-s .close-modal .lr .rl,
.modal-action .close-modal .lr .rl {
	height: 36px;
}

.modal-s .submit-btn:link,
.modal-s .submit-btn:visited {
	width: 100%;
	padding: 10px 64px;
}

.modal-s .title-w-line {
	font-size: 16px;
	margin: 12px 0;
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* Modal - Msg */
.modal-msg .submit-btn:link,
.modal-msg .submit-btn:visited {
	font-size: 15px;
	padding: 6px 12px;
}

.modal-msg .modal-body {
	padding-right: 36px;
}

.modal-msg .modal-body .close {
	color: #333;
	position: absolute;
	right: 15px;
	top: 12px;
}

.modal-msg .modal-content,
.modal-action .modal-content {
	font-size: 18px;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.modal-msg .modal-content .desc {
	font-size: 14px;
	color: #aaa;
	margin-top: 6px;
}

.modal-msg .modal-footer,
.modal-action .modal-footer {
	padding: 10px 15px;
	text-align: right !important;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.modal-action .modal-footer {
	text-align: left !important;
}

.modal-action .btn:link,
.modal-action .btn:visited {
	font-size: 15px;
	min-width: 80px;
	padding: 8px 16px;
}

.modal-action h3 {
	font-size: 22px;
	color: #3280b3;
	margin: 0 0 16px 0;
}

.modal-action h4 {
	font-size: 16px;
	margin-bottom: 12px;
}

.modal-action h4 .num {
	width: 24px;
	height: 24px;
	line-height: 26px;
	text-align: center;
	background-color: #3280b3;
	font-size: 14px;
	color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-right: 12px;
	vertical-align: 1px;
	display: inline-block;
}

.modal-action .modal-body {
	font-size: 16px;
	padding: 20px;
}

.modal-action .modal-body .close {
	color: #333;
	position: absolute;
	right: 20px;
	top: 15px;
}

.modal-action .modal-footer {
	padding: 15px 20px;
}

/* Vertical Center */
.v-align {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}
.v-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
	pointer-events: none;
}
.v-align .modal-content,
.v-align .modal-content .modal-footer {
	width: inherit;
	max-width: inherit;
	min-height: inherit;
	height: inherit;
	margin: 0 auto;
	pointer-events: auto;
	position: relative;
}

/* Login Modal
---------------------------------------------------*/
.login-user, .login-employer {
	font-weight: 500;
}

.login-user .fa,
.login-employer .fa {
	font-size: 18px;
	vertical-align: -1px;
}

.modal.login .form-group {
	margin-bottom: 12px;
}

.modal.login .keep-login {
	margin-top: -2px;
	margin-bottom: 8px;
}

.modal.login .forget-pw {
	margin-top: 20px;
	text-align: center;
}

.modal.login .other-login {
	text-align: center;
}

.modal.login .modal-dialog {
	margin-top: -240px;
}

.login .title-w-line:before,
.login .title-w-line:after {
	top: 11px;
}

/* Recover Password Modal
---------------------------------------------------*/
.modal.recover-pw .modal-dialog {
	margin-top: -100px;
}

.modal.recover-pw .form-group {
	margin-bottom: 20px;
}

/* Facebook Login
---------------------------------------------------*/
.fb-login {
	font-size: 15px;
	line-height: 36px;
	cursor: pointer;
	display: inline-block;
}

.fb-login .fa {
	font-size: 36px;
	margin-right: 6px;
	vertical-align: -8px;
}

/* Modal - Menu list
---------------------------------------------------*/
.modal.select-list .container {
	width: 800px;
}

.modal .modal-footer {
	width: 100%;
	background-color: #FFF;
	text-align: left;
	position: fixed;
	bottom: 0;
	left: 0;
}

.select-menu-list, .select-menu-sublist { 
	font-size: 16px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.select-menu-list { margin-bottom: 36px; }
.select-menu-list li { border-bottom: 1px solid #E5E5E5; }

.select-menu-list .checkbox-inline { width: 100%; padding: 12px 60px 12px 16px; }
.select-menu-list .all-choices .checkbox-inline { font-size: 18px; font-weight: bold; padding-left: 0; }

.select-menu-list .menu-link { 
	color: #333;
	position: relative;
	display: block;
}

.select-menu-list .menu-link:hover {
	background-color: #FBFAFC;
}

.select-menu-list .menu-link i.fa { 
	color: #666;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -8px;
}

.select-menu-list .menu-link .badge {
	font-size: 15px;
	font-weight: 400;
	color: #666;
	background-color: #E9E9E9;
	padding: 6px 10px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	position: absolute;
	right: 60px;
	top: 10px;
	
	display: block;
}

.select-menu-list .menu-link .badge.non-zero { 
	font-weight: 700;
	background-color: #69b1e0;
	color: #FFF;
}

.select-menu-list .menu-link .checkbox-inline input[type=checkbox]:not(old) + label {
	right: 16px;
	top: 50%;
	margin-top: -13px;
}

/* Select list with submenu */
.select-menu-list.submenu-list .menu-link { padding: 12px 60px 12px 16px; }

.select-menu-list.submenu-list .menu-link.all-choices { padding-left: 0; padding-right: 0; }

.select-menu-list.submenu-list .all-choices .checkbox-inline { padding: 0; }

/* Sublist */
.select-menu-sublist { 
	font-size: 16px;
	font-weight: 300;
	display: none;
}

.select-menu-sublist .checkbox-inline { 
	width: 100%;
	font-weight: 300;
	padding: 10px 60px 10px 24px;
}

.select-menu-sublist .checkbox-inline:hover { 
	background-color: #FBFAFC;
}

/* Customize Checkbox */
.checkbox-inline input[type=checkbox] { 
	position: absolute;
	right: 12px;
	top: 8px;
	cursor: pointer;
}

.checkbox-inline input[type=checkbox]:not(old) { 
	width: 26px;
	height: 26px;
	padding: 0;
	opacity: 0;
	margin: 0;
}

.checkbox-inline input[type=checkbox]:not(old) + label { 
	background: url('/images/general/radio-btn-choice.png') 0 0 no-repeat;
	-webkit-background-size: 26px 52px;
	-moz-background-size: 26px 52px;
	background-size: 26px 52px;
	line-height: 26px;
	
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 8px;
}

.checkbox-inline input[type=checkbox]:not(old):checked + label { 
	background-position : 0 -26px;	
}

.checkbox-inline .custom_checkbox { 
	padding: 13px;	
}

/* Arrow
---------------------------------------------------*/
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #ddd;
}

.arrow-up-inner {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	margin-left: -8px;
	margin-top: 2px;
}

/* Placeholder 
---------------------------------------------------*/
::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5); }
::-moz-placeholder { color: rgba(0, 0, 0, 0.5); }
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5); }
:-moz-placeholder { color: rgba(0, 0, 0, 0.5); }

/* Progress Bar
---------------------------------------------------*/
.process { margin-bottom: 16px; }
.process > .process-step {padding: 0; position: relative; }
.process > .process-step + .process-step {}
.process > .process-step .process-stepnum { color: #595959; font-size: 16px; margin-bottom: 5px; }
.process > .process-step .process-info { color: #999; font-size: 14px; }
.process > .process-step > .process-dot { position: absolute; width: 16px; height: 16px; display: block; background: #3280b3; top: 20px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.process > .process-step > .process-dot:after { content: ' '; width: 12px; height: 12px; background: #3280b3; border-radius: 50px; position: absolute; top: 2px; left: 2px; } 

.process > .process-step > .progress { background: #3280b3; position: relative; border-radius: 0px; height: 1px; box-shadow: none; margin: 12px 0; }
.process > .process-step > .progress > .progress-bar { width:0px; box-shadow: none; background: #3280b3;}
.process > .process-step.complete > .progress > .progress-bar { width:100%; }
.process > .process-step.active > .progress > .progress-bar { width: 50%; }
.process > .process-step:first-child.active > .progress > .progress-bar { width: 0%; }
.process > .process-step:last-child.active > .progress > .progress-bar { width: 100%; }
.process > .process-step.disabled > .process-dot { background-color: #3280b3; }
.process > .process-step.disabled > .process-dot:after { background: #FFF; opacity: 1; }
.process > .process-step:first-child  > .progress { left: 0%; width: 100%; }
.process > .process-step:last-child  > .progress { width: 100%;}
.process > .process-step:first-child > .process-dot { left: 15px; }
.process > .process-step:last-child  > .process-dot { left: 100%; right: 15px; }
.process > .process-step.disabled a.process-dot{ pointer-events: none; }

/* Table
---------------------------------------------------*/
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}

table span.highlight {
	font-weight: bold;
	text-decoration: underline;
	color: #f06343;
}

table thead {
	font-size: 16px;
}

table .icon-check i.fa {
	font-size: 28px;
	color: #52AA63;
}

/* Custom Checkbox Radio Button 
---------------------------------------------------*/
.radio-wrapper {
	margin-right: 12px;
	float: left;
}

.radio-wrapper input[type=radio] {
	margin: 0;
}

.checkbox-cus, .radio-cus {
    opacity: 0;
    position: absolute;   
}

.checkbox-cus, .checkbox-cus-label, .radio-cus, .radio-cus-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    cursor: pointer;
}

.checkbox-cus-label, .radio-cus-label {
	font-weight: normal;
    position: relative;
}

.checkbox-cus + .checkbox-cus-label:before, .radio-cus + .radio-cus-label:before {
	content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.checkbox-cus:checked + .checkbox-cus-label:before {
	font-size: 140%;
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #FFF;
    color: #25b25a;
	line-height: 0.95;
}

.radio-cus-label {
	margin-top: 0;
	margin-bottom: 8px;
}

.radio-cus + .radio-cus-label:before {   border-radius: 50%;
}

.radio-cus + .radio-cus-label:before {
	width: 26px;
	height: 26px;
}

.radio-cus:checked + .radio-cus-label:before {   font-size: 110%;
	content: "\f111";
    font-family: 'FontAwesome';
    color: #25b25a;
	line-height: 1.1;
}

/* Input Field
/*-------------------------------------------------*/
input[type="color"], input[type="date"],
input[type="datetime"], input[type="datetime-local"],
input[type="email"], input[type="month"],
input[type="number"], input[type="password"],
input[type="search"], input[type="tel"],
input[type="text"], input[type="time"],
input[type="url"], input[type="week"],
select:focus, textarea {
  font-size: 16px;
}

.input-field,
.select-field,
.act-field,
.date-field {
	width: 100%;
	position: relative;
	display: inline-block;
}

.date-present-field {
	width: 100%;
	line-height: 40px;
	position: relative;
	display: none;
}

.input-field span.glyphicon,
.select-field span.glyphicon {
	font-size: 18px;
	color: #b4b4b4;
	position: absolute;
	left: 12px;
	top: 10px;
}

.input-field .datepicker span.glyphicon {
	color: #333;
	top: 4px;
}

.input-field .datepicker .disabled span.glyphicon {
	color: #ddd;
}

.input-field .icon, .select-field .icon,
.date-field .icon, .act-field .icon,
.input-group .icon {
	width: 36px;
	height: 36px;
	text-align: center;
	position: absolute;
	left: 2px;
	top: 2px;
}

.input-group .icon {
	z-index: 3 !important;
}

.act-field .icon {
	left: 0;
	top: 0;
}

.input-field i.fa, .select-field i.fa,
.date-field i.fa, .act-field i.fa,
.input-field .ct-icon, .select-field .ct-icon,
.act-field .ct-icon,
.input-add i.fa, .input-add .ct-icon {
	font-size: 20px;
	line-height: 36px;
	color: #b4b4b4;
}

.input-field .l-icon i.fa,
.select-field .l-icon i.fa,
.input-field .l-icon .ct-icon,
.select-field .l-icon .ct-icon {
	font-size: 18px;
}

.input-field .l-icon .ct-icon.icon-exp,
.select-field .l-icon .ct-icon.icon-exp {
	font-size: 15px;
}

.input-field .icon-btn.active i.fa,
.input-field .icon-btn:hover i.fa {
	color: #666;
}

/* Icon Button within Input Field */
.input-field .icon.icon-btn {
	left: auto;
	right: 6px;
}

/* Icon Button */
.icon-btn.ask-privacy {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 6px;
}

/* Simple Field */
.input-field.simple-field input {
	width: 100%;
	background: transparent;
	min-height: 34px;
	line-height: 34px;
	outline: 0;
    border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding-bottom: 0;
	padding-left: 28px;
	border-radius: 0;
}

.input-field.simple-field input:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.input-field.simple-field span.glyphicon {
	left: 0;
}

/* Sort / Select */
.sort-w {
	font-size: 16px;
	float: right;
}

.select-w {
	margin-bottom: 0;
}

.sort-w label.item-header,
.select-w label.item-header {
	font-weight: normal;
	margin-right: 8px;
}

.select-w select {
	min-width: 120px;
	padding-right: 16px;
	cursor: pointer;
}

.select-w label {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 0;
	margin-right: 12px;
}

/* Input / Select / Textarea */
.form-control,
.form-control[readonly],
.form-control:focus,
.act-field,
textarea {
	font-size: 16px;
	background-color: #FFF;
	color: #333;
	height: 40px;
	border: 2px solid #ddd;
	padding: 0 12px 0 36px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	box-shadow: none;
}

textarea {
	width: 100%;
	height: auto;
	resize: none;
	outline: 0;
	padding: 8px 12px;
}

.form-control:focus,
textarea:focus {
	border-color: #9FC7DD;
}

.form-control,
.form-control:focus,
textarea,
textarea:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input-field.no-icon .form-control {
	padding-left: 12px;
}

.error-field .form-control,
.error-field .form-control:focus,
.error-field.act-field,
.error-field textarea {
	border-color: #ca3636;
}

/* Custom select box */
.select-cus .form-control,
.select-cus .form-control:focus {
	text-overflow: '';
	padding: 0 28px 0 6px;
	text-indent: 30px;
	cursor: pointer;
}

.select-cus select::-ms-expand {
	display: none;
}

.select-cus span.caret,
.act-field span.caret { 
	color: #666;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -2px;
	border-width: 5px 5px 0px;
	cursor: pointer;
}

.act-field {
	padding-right: 28px;
	cursor: pointer;
}

.act-field .field-txt {
	width: 100%;
	line-height: 36px;
	display: block;
}

@-moz-document url-prefix() {
	.form-control, .form-control:focus, .act-field {
		padding-left: 36px;
	}
	.select-cus .form-control,
	.select-cus .form-control:focus {
		text-indent: 0;
		padding-left: 36px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.form-control, .form-control:focus, .act-field,
	.select-cus .form-control, .select-cus .form-control:focus {
		padding-left: 36px;
	}
}

/* No Padding */
.no-padding-r {
	padding-right: 0;
}

/* Char */
.char {
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	color: #aaa;
	line-height: 20px;
	text-align: right;
}

/* Label
/*-------------------------------------------------*/
.inline-label { font-size: 16px; line-height: 40px; margin-bottom: 0; }

/* Link Overlay
/*-------------------------------------------------*/
.a-overlay {
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0; bottom: 0; left: 0; right: 0;
	text-indent: -9999px;
	z-index: 2;
	display: block;
}

/* Vertical Align Image
/*-------------------------------------------------*/
.img-v {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

	padding: 0 15px;
    text-align: center;
    font: 0/0 a;
}

.img-v:before {   content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-v img {
    vertical-align: middle;
    display: inline-block;
}

/* Triangle
/*-------------------------------------------------*/
.tri-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 23px 0 23px;
	border-color: #eff5f9 transparent transparent transparent;
	
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -26px;
}

/* Title with line
---------------------------------------------------*/
.title-w-line {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	display: table;
	white-space: nowrap;
}

.title-w-line span {
	padding: 0 12px;
	text-align: center;
}

.title-w-line:before,
.title-w-line:after {
	border-top: 1px solid #ccc;
	content: '';
	display: table-cell;
	position: relative;
	top: 50%;
	width: 50%;
}

.title-w-line:before {
	right: 0;
}

.title-w-line:after {
	left: 0;
}

/* Tag
/*-------------------------------------------------*/
.tag-list {
	position: relative;
	display: inline-block;
}

.tag-list li {
	margin-right: 4px;
}

.tag-list .tag {
	font-size: 12px;
	color: #FFF;
	background-color: #ae3838;
	padding: 4px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
}

.tag-list .tag:hover { background-color: #992929; }

.thumb-blk.art-news { border-bottom-color: #ae3838; }

.thumb-blk.art-story { border-bottom-color: #eb9133; }
.art-story .tag-list .tag { background-color: #eb9133; }
.art-story .tag-list .tag:hover { background-color: #d6751e; }

.thumb-blk.art-tips { border-bottom-color: #269a65; }
.art-tips .tag-list .tag { background-color: #269a65; }
.art-tips .tag-list .tag:hover { background-color: #207f52; }

.thumb-blk.art-blog { border-bottom-color: #217297; }
.art-blog .tag-list .tag { background-color: #217297; }
.art-blog .tag-list .tag:hover { background-color: #146582; }

.thumb-blk.art-tools { border-bottom-color: #9a84b0; }

.thumb-blk.art-mkt { border-bottom-color: #50BFE2; }
.art-mkt .tag-list .tag { background-color: #50BFE2; }
.art-mkt .tag-list .tag:hover { background-color: #3894C1; }


/* Side Box
---------------------------------------------------*/
.side-box {
	margin-bottom: 32px;
}

.side-box .title {
	font-size: 22px;
	font-weight: bold;
	color: #3280b3;
	letter-spacing: 0;
	border-bottom: 2px solid #3280b3;
	padding-bottom: 4px;
}

.side-box a:link,
.side-box a:visited {
	color: #333;
}

.side-box a:hover {
	color: #888;
}

.side-box ul {
	list-style: none;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

.side-box ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #C3D5E2;
}

.side-box ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.side-box .date {
	font-size: 13px;
	color: #888888;
}

.side-box .view-more:link,
.side-box .view-more:visited {
	color: #3280b3;
}

.side-box .view-more:hover {
	color: #69abcb;
}

.side-box.fb-page-plugin {
	text-align: center;
}

.side-box.adv {
	text-align: center;
}

.side-box.adv * {
	margin: 0 auto;
}

/* Job List */
.side-box .job-list .job-item,
.side-box .art-list .art-item {
	position: relative;
	padding-left: 24px;
}

.side-box .job-list .job-item span.glyphicon,
.side-box .art-list .art-item span.glyphicon {
	font-size: 13px;
	color: #3284b7;
	position: absolute;
	left: 0;
	top: 1px;
}

.side-box .job-list .job-item a:link,
.side-box .art-list .art-item a:link {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 2px;
	display: block;
}

.side-box .job-list .job-item .job-title:link,
.side-box .art-list .art-item .art-title:link {
	font-size: 16px;
	font-weight: 500;
}

/* Form
---------------------------------------------------*/
.sub-form {
	background-color: #FFF;
	border: 2px solid #ddd;
	padding: 12px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	position: relative;
}

.sub-form-c {
	margin-top: 16px;
}

.sub-form h4 {
	font-size: 16px;
	margin-bottom: 8px;
}

.sub-form .close-btn {
	font-size: 28px;
	color: #666;
	position: absolute;
	right: -14px;
	top: -14px;
	display: none;
}

.sub-form .close-btn:hover {
	color: #888;
}

.sub-form .close-btn .glyphicon {
	background-color: #FFF;
}

.sub-form-c .close-btn {
	display: block;
}

.form h3 {
	text-align: center;
	color: #3280b3;
}

.form .subject,
.form-header {
	margin-bottom: 24px;
}

.logo-header {
	line-height: 74px;
    display: block;
	float: left;
}

/*.form-header .ct-logo, .form-header .ct-learning-logo {
	display: block;
	float: left;
}*/

.form-header .lang,
.form-header .back {
	margin-top: 20px;
	float: right;
}

/*.form-header .ct-logo img {
	height: 60px;
}

.form-header .ct-learning-logo img {
	height: 80px;
}*/

.logo-header .ct-logo img {
	padding-right: 10px;
	border-right: 1px solid rgba(80, 34, 114, 0.2);
	margin-right: 3px;
}

.logo-header .ct-learning-logo,
.logo-header .ct-logo {
	display: inline-block;
}

.logo-header .ct-learning-logo img,
.logo-header .ct-logo img {
	height: 50px;
}


.form .subject {
	color: #3280b3;
	border-top: 2px solid #3280b3;
	border-bottom: 2px solid #3280b3;
	padding: 16px 0;
}

.form .subject h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 8px;
}

.form .subject h3 i.fa {
	font-size: 28px;
}

.form .subject h4 {
	font-size: 16px;
}

.form .msg {
	font-size: 15px;
	background-color: #eff6fb;
	padding: 16px;
	margin-bottom: 20px;
}

.form .msg a:link {
	font-weight: bold;
}

.form .form-sec {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.form .form-sec .title {
	font-size: 18px;
	font-weight: bold;
	color: #3280b3;
	margin-bottom: 8px;
}

.form .form-sec .title .upload {
	font-size: 14px;
	line-height: 28px;
	float: right;
}

.form .form-sec .title-w-line {
	font-size: 16px;
	margin-bottom: 15px;
}

.form .form-sec .desc {
	font-size: 14px;
	font-style: italic;
	color: #666;
}

.form .form-sec .title .desc {
	font-weight: normal;
	margin-left: 6px;
}

.form .form-sec .title .optional {
	font-size: 14px;
	font-weight: normal;
}

.form .container {
	background-color: #FFF;
	padding: 36px 142px;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.4);
}

.form .content .intro {
	margin-bottom: 20px; 
	text-align: center;
}

.form-item.no-label {
	padding-top: 26px;
}

.form .form-group:last-of-type {
	margin-bottom: 20px;
}

.form .sub-form .form-group:last-of-type {
	margin-bottom: 0;
}

.form .form-item label {
	width: 100%;
}

.form .form-item label .desc {
	font-weight: normal;
}

.form .form-item label .limit {
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	color: #aaa;
	line-height: 20px;
	display: inline-block;
	float: right;
}

.form .form-item label .add-item {
	display: inline-block;
	float: right;
}

.form-item-supp.txt {
	line-height: 36px;
}

.form .submit-btn:link,
.form .submit-hl-btn:link {
	min-width: 220px;
	font-size: 18px;
	padding: 12px 48px;
}

.form .submit .agree,
.form .submit .privacy {
	font-size: 13px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.form .submit .notice {
	font-size: 13px;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}

/* Tips
---------------------------------------------------*/
.tips {
	font-size: 13px;
	font-style: italic;
	text-align: center;
	color: #aaa;
	margin-top: 8px;
}

/* Job blk 
---------------------------------------------------*/
.job-blk {
	line-height: 1.5;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 24px;
	border-bottom: 2px solid #5488C1;
}

.job-blk .comp-logo {
	margin-bottom: 12px;
}

.job-blk .title {
	font-size: 16px !important;
	font-weight: bold;
	color: #3280b3;
	text-align: left;
	margin-bottom: 4px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.job-blk:hover .title {
	color: #69abcb;
}

.job-blk .comp {
	font-size: 14px;
	color: #444;
	text-align: left;
	display: block;
	position: relative;
	z-index: 3;
}

.job-blk .del-btn {
	width: 15px;
	height: 15px;
	font-size: 15px;
	color: #666;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.job-blk .del-btn:hover {
	color: #888;
}

.job-blk .comp:hover {
	color: #888;
}

.job-blk .post-date,
.job-blk .save-date {
	font-size: 13px;
	font-weight: 300;
	color: #444;
    margin-bottom: 0;
}

.job-blk .closing-soon {
	font-weight: bold;
	color: #d84a4a;
	margin-left: 8px;
}

/* Privacy Intro
---------------------------------------------------*/
.privacy-intro .table>tbody>tr>td,
.privacy-intro-m .table>tbody>tr>td {
	vertical-align: middle;
}

.privacy-intro table thead th,
.privacy-intro-m table thead th {
	background-color: #eaeaea;
}

.privacy-intro table thead th.standard,
.privacy-intro table td.standard,
.privacy-intro-m table thead th.standard {
	background-color: #FFFCE3
}

.privacy-intro table i.fa,
.privacy-intro-m table i.fa {
	font-size: 22px;
	margin-bottom: 4px;
	display: block;
}

/* Read more / Submit now
---------------------------------------------------*/
.read-more-w,
.submit-w {
	text-align: center;
}

.btn-def.read-more span.glyphicon,
.btn-def.read-more i.fa {
	margin-left: 6px;
}

/* Pagination
---------------------------------------------------*/
.pager-w {
	text-align: center;
}

.pagination {
	margin-bottom: 0;
}

.pagination .fa {
	font-size: 22px;
	line-height: 18px;
}

.pagination li a:link,
.pagination li a:visited {
	min-width: 30px;
	text-align: center;
	background-color: transparent;
	border: 1px solid rgba(50, 128, 197, 0.2);
	margin-left: 8px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	padding: 4px 8px;
}

.pagination li a:hover {
	background-color: #FFF;
	border: 1px solid rgba(50, 128, 197, 1);
	color: #69abcb;
}

.pagination li.first a,
.pagination li.prev a,
.pagination li.next a,
.pagination li.last a {
	background-color: transparent;
	border: 0;
}

.pagination li.active a {
	background-color: #3280b3;
	color: #FFF;
}

/* Footer
/*-------------------------------------------------*/
:root {
	--copyright-gap: 10px;
	--copyright-gap-l: 15px;
}

footer {
	background-color: #3280b3;
	color: #FFF;
	padding: 42px 0 48px;
}

/*footer .back-to-top { font-size: 22px; color: #FFF; }
footer .back-to-top-wrapper { margin-bottom: 12px; }
footer .copyright-wrapper { line-height: 1.4; }*/

/* New Footer
---------------------------------------------------*/
/* Footer */
footer {
	padding: 0;
}

footer .site-info {
	padding-top: 24px;
	padding-bottom: 24px;
}

footer .site-info .footer-list li {
	font-size: 14px;
	line-height: 1.8;
}

footer .site-info .footer-list li span.beta {
	line-height: 1.4;
}

footer .site-info .footer-list .header {
	font-size: 16px;
	margin-bottom: 8px;
	cursor: default;
	position: relative;
}

footer .site-info .footer-list .header i {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	display: none;
}

footer .footer-list a:link,
footer .footer-list a:visited {
	color: rgba(255, 255, 255, 0.7);
	display: block;
}

footer .footer-list a:hover {
	color: #FFF;
}

footer .copyright-w {
	font-size: 13px;
	background-color: rgba(0, 0, 0, 0.1);
	padding-top: 20px;
	padding-bottom: 16px;
}

footer .copyright-w ul {
	display: inline-block;
}

footer #mem-logo li:last-child {
	margin-right: 0;
}

footer .copyright-w .top {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 20px;
}

footer .logo {
	padding-right: 0;
}

footer .logo li {
	margin-right: var(--copyright-gap);
}

footer .logo img {
	height: 40px;
}

footer .social-media {
	padding-left: 0;
}

footer .tnc,
footer .social-media {
	text-align: right;
}

footer #app li,
footer #social-media li,
footer #tnc li {
	margin-left: var(--copyright-gap);
}

footer #social-media li {
	vertical-align: middle;
}

footer .media-item a {
	font-size: 20px;
	width: 38px;
	height: 38px;
	color: #FFF;
	text-align: center;
	line-height: 36px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
}

footer .media-item a:hover {
	border-color: #FFF;
}

footer .copyright br {
	display: none;
}

/* Media Queries
/*-------------------------------------------------*/
@media (min-width: 1200px) {
    .pull-right-lg { float: right; }
}

@media only screen and (max-width: 1380px) {
	.top-banner-468x60 { margin: 0 auto; float: none; }
	.ct-nav .static.full-banner { top: 70px; }
}

@media only screen and (max-width: 1300px) {

}

/*@media only screen and (max-width: 1200px) {
	/* New Footer */
	/*footer .social-media { text-align: center; }
	footer #app li, footer #social-media li { margin-left: 0; margin-right: 12px; }
	footer #social-media li:last-child { margin-right: 0; }
	footer .copyright-w .top { text-align: center; padding-bottom: 20px; }
	footer .copyright-w .top .logo { margin-bottom: 20px; }
}*/
/* Footer Update - QR Code */
@media only screen and (max-width: 1200px) {
	footer .logo, footer .social-media { padding: 0; }

	footer .tnc { margin-bottom: var(--copyright-gap-l); } 
	footer .tnc, footer .copyright-w .copyright { text-align: center; }

	footer .social-media { text-align: center; }
	footer #app li, footer #social-media li { margin-left: 0; margin-right: var(--copyright-gap); }
	footer #social-media li:last-child { margin-right: 0; }
	footer .copyright-w .top { flex-direction: column; text-align: center; padding-bottom: var(--copyright-gap-l); }
	footer .copyright-w .top .logo { margin-bottom: var(--copyright-gap-l); }
}
/*-------------------------*/

@media only screen and (max-width:1140px){
    
	/* Navigation */
	.navbar-default { background-color: rgba(61, 130, 187, 0.95); padding-bottom: 4px; }
	.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus { font-size: 16px; padding: 8px; }
	.navbar-default .navbar-header .navbar-brand { margin-top: 0; display: block; }
	.navbar-default.affix { padding: 4px 15px; }

	.navbar-collapse { border-top: none; box-shadow: none; }
	.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; margin-bottom: 0; }
	.navbar-collapse .nav>li>a,
	.navbar-collapse .nav>li>a:focus,
	.navbar-nav>li>.dropdown-menu,
	.navbar-nav>li>.dropdown-menu .dropdown-header	{ font-size: 16px; }
	.navbar-default .nav>li.dropdown .glyphicon { top: 4px; float: right; }
	.navbar-collapse .navbar-nav { margin: 0 -15px; }
	.navbar-collapse.in { overflow: hidden; max-height: none !important; height: auto !important; }
	
	.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-nav .open .dropdown-menu { background-color: rgba(0, 0, 0, 0.2); margin-top: 6px; margin-bottom: 2px; }
	.navbar-nav .open .dropdown-menu .dropdown-header { padding-left: 0; padding-top: 0; }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (max-width: 992px) {
	.hide-br { display: block; }

	.process { margin-bottom: 12px; }
	
	/* Navigation */
	.navbar-default .nav>li { margin-left: 8px; }
	.navbar-default .nav>li>a,
	.navbar-default .nav>li>a:focus { font-size: 15px; padding: 8px; }
	
	/* If can be shared by addThis */
	.share-p .sticky-back-to-top:link { bottom: 64px; }
	.share-p footer { padding: 0 0 52px 0; }
	
	/* Modal */
	.modal.select-list .container { width: auto; }
	.close-modal { width: 48px; height: 48px; top: 16px; right: 16px; }
	.close-modal .lr { height: 48px; margin-left: 16px; }
	.close-modal .lr .rl { height: 48px; background-color: #333; }
	
	/* Form */
	.form .container { padding: 36px 82px; }
	.form .content .intro { line-height: 1.3; padding: 0 60px; }
	
	.form-header .ct-logo img { height: 32px; }
    .form-header .ct-learning-logo img { height: 35px; }
	.form-header .lang { margin-top: 16px; }
	
	.form-group { margin-bottom: 12px; }
	.form-group.multi-field { margin-bottom: 0; }
	.form-group.multi-field .form-item { margin-bottom: 12px; }
	.sub-form .form-group.multi-field .form-item:last-of-type { margin-bottom: 0; }
	
	.form-item label .limit { font-size: 13px; width: 100%; display: block; }
	.form-item.form-item-supp.no-label { padding-top: 8px; }
	.form-item.form-item-supp.no-label label { margin: 0; }
	.form-item-supp.no-label.txt { line-height: normal; }
	
	/* Snackbar */
	.snackbar-ie-warning { margin-top: 60px; }
	/* New Footer */
	footer .site-info { width: 100%; padding-top: 0; padding-bottom: 0; }
	footer .site-info .footer-list { border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
	footer .site-info .footer-list:last-child { border-bottom: 0; }
	footer .site-info .footer-list .header { margin: 0; padding: 16px 0; cursor: pointer; }
	footer .site-info .footer-list .header i { display: inline; }
	footer .site-info .footer-list .footer-subnav { margin-bottom: 12px; display: none; }
	footer .site-info .footer-list.active .footer-subnav { display: block; }
	
	footer .tnc { margin-bottom: 20px; } 
	footer .tnc, footer .copyright-w .copyright { text-align: center; }
	footer #app, footer #social-media { display: block; }
	footer #app { margin-bottom: 20px; }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
	section { padding: 32px 0; }
	section h2 { font-size: 24px; }
	
	.img-v { position: relative; }
	
	/* .top-banner-468x60 { display: none; } */
	.ct-nav .static { top: 10px; }
	
	/* Progress Bar */
	.process > .process-step:first-child > .process-dot { left: 12px; }
	.process > .process-step > .process-dot { position: absolute; width: 14px; height: 14px; display: block; background: #3280b3; top: 20px; left: 50%; margin-top: -15px; margin-left: -12px; border-radius: 50%;} 
	.process > .process-step > .process-dot:after { content: ' '; width: 10px; height: 10px; background: #3280b3; border-radius: 50px; position: absolute; top: 2px; left: 2px; } 
	
	/* Modal */
	.modal-content { padding: 48px 0; }
	.modal-action .modal-content { margin: 0 15px; }
	.modal h4.subtitle { text-align: center; }
	.close-modal { width: 48px; height: 48px; top: 16px; right: 16px; }
	.close-modal .lr { height: 48px; margin-left: 16px; }
	.close-modal .lr .rl { height: 48px; background-color: #333; }
	.modal .submit-btn:link, .modal .submit-btn:visited { width: 100%; font-size: 18px; padding: 10px 80px; }
	.modal.modal-msg .submit-btn:link, .modal.modal-msg .submit-btn:visited { width: auto; font-size: 15px; padding: 6px 12px; }
	.modal.modal-action .btn:link, .modal.modal-action .btn:visited { width: auto; font-size: 16px; padding: 10px 48px; }
	
	/* Main Navigation */
	.ct-nav .prof-nav.employer { display: none; }
	
	.ct-nav .sub-nav {
		width: auto;
		
		position: relative;
		right: 0;
		margin-top: 0;
		
		border-top: 1px solid #4788be;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.ct-nav .sub-nav a:first-child,
	.ct-nav .sub-nav a:last-child { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

	.ct-nav .sub-nav li { /*width: 33.33%; float: left;*/ display: block; }
	
	.ct-nav .sub-nav.hidden-links { right: 0; }
	

	/* Side box */
	.side-box .btn.btn-def.round,
	.btn.btn-def.round.read-more,
	.read-more-w .btn.btn-def.round { width: 100%; }
	
	/* Select menu */
	.select-menu-list { margin-bottom: 24px; }
	.select-menu-list, .select-menu-sublist { font-size: 15px; }
	.select-menu-list .checkbox-inline,
	.select-menu-list.submenu-list .menu-link { width: 100%; padding: 10px 60px 10px 12px; }
	.select-menu-list .all-choices .checkbox-inline { font-size: 16px; }
	.select-menu-list .menu-link .badge { right: 54px; top: 7px; }
	
	/* Form */
	.form h3, .form .subject h3 { font-size: 18px; font-weight: bold; margin-bottom: 8px; }
	.form .subject { padding: 12px 0; }
	.form .msg { font-size: 15px; margin-bottom: 16px; }
	.sub-form h4 { text-align: center; }
	.form .container { padding: 20px; }
	.form .content .intro { font-size: 15px; padding: 0 36px; margin-bottom: 16px; }
	.form .form-item label { font-size: 14px; }

	.form .submit-hl-btn:link, .form .submit-hl-btn:visited,
	.form .submit-btn:link, .form .submit-btn:visited { width: 100%; }
	
	.form-header .lang, .form-header .back { margin-top: 16px; }
	
	/* Footer */
	/*footer { font-size: 14px; padding: 32px 0 36px 0; }*/
}

/*@media only screen and (max-width: 640px) {*/
	/* New Footer */
	/*footer #logo { margin-bottom: 16px; }
	footer #logo, footer #mem-logo { display: block; }
	footer #mem-logo img { height: 36px; }
}*/

/* Footer Update - QR Code */
@media only screen and (max-width: 624px) {
	footer #app { margin-bottom: 16px; }
}

@media only screen and (max-width: 576px) {
	footer #logo, footer #app { margin-bottom: var(--copyright-gap-l); }
	footer #logo li, footer #app li { margin: 0; }
	footer #logo, footer #mem-logo { display: block; }
	footer .qrcode { display: none !important; }
	footer .copyright br { display: block; }
}
/*-------------------------*/

@media only screen and (max-width: 480px) {
	section { padding: 24px 0; }
	section h3 { font-size: 20px; margin-bottom: 12px; }
	.ct-nav .visible-links a.ct-home img { height: 36px; }
	.ct-nav .static.full-banner { top: 60px; }
	.ct-nav .static { top: 4px; }
	header { padding-bottom: 28px; }
	
	.btn { font-size: 15px; }
	
	hr { max-width: 36px; margin: 12px auto; }
	
	/* Main Navigation */
	.ct-nav .prof-nav .mem-icon { left: 12px; top: 14px; }
	.ct-nav .prof-txt-m	{ display: inline-block; }
	.ct-nav .prof-nav .mem-icon i.fa { font-size: 22px; vertical-align: -2px; }	
	.ct-nav .prof-nav.guest { padding-left: 38px; }
	.ct-nav .prof-nav.member { padding-left: 40px; }
	.ct-nav .sub-nav { padding: 4px 0; }
	.ct-nav .sub-nav:not(.prof-links) a { padding: 10px 15px; }
	/*.ct-nav .sub-nav li { width: 50%; }*/
	.ct-nav .prof-nav.guest.become-mem,
	.ct-nav .prof-nav .prof-txt { display: none; }
	
	/* Modal */
	.modal-content { padding: 36px 0; }
	.modal-action .modal-content { margin: 0; padding: 15px 0 }
	.close-modal { width: 30px; height: 30px; top: 16px; right: 16px; }
	.close-modal .lr { height: 30px; margin-left: 16px; }
	.close-modal .lr .rl { height: 30px; background-color: #333; }

	.modal-content .modal-sec { margin-bottom: 20px; }
	
	.modal-s .modal-content { min-height: 100%; padding: 20px 24px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

	.modal-s .modal-dialog { width: 100%; height: 100%; margin: 0 !important; position: relative; top: auto; left: auto; }
	

	.modal-action .modal-content { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	.modal.modal-action .btn:link, .modal.modal-action .btn:visited { width: 48%; padding: 12px 0; }

	/* Checkbox */
	.checkbox-cus-label, .radio-cus-label { font-size: 16px !important; }
	
	/* Tag */
	.tag-list .tag { font-size: 12px; padding: 2px 4px; }
	.tag-list li { margin-right: 2px; }
	
	/* Form */
	.form .content .intro { padding: 0 12px; }
	.form-group.multi-field .form-item.work-period-from { margin-bottom: 6px; }
	.form-group.multi-field .form-item.work-period-to { margin-bottom: 0; }
	
	/* Footer */
	footer { font-size: 14px; padding: 24px 0 32px 0; }
	footer .back-to-top-wrapper { margin-bottom: 6px; }

	/* New Footer */
	footer #mem-logo img { height: 30px; }
	
	/* Snackbar */
	.snackbar-ie-warning { margin-top: 60px; }
}

@media only screen and (max-width: 414px) {
	.ct-nav .more-txt { display: none; }
	.ct-nav .more-txt-m	{ display: inline-block; }
	.ct-nav .static { top: 0; }
	.ct-nav .more-nav, .ct-nav .prof-nav { height: 60px; line-height: 32px; }
	.ct-nav .visible-links li:first-child a { height: 60px; }
	.ct-nav .more-nav i.fa.fa-chevron-down,
	.ct-nav .prof-nav i.fa.fa-chevron-down { top: 24px; }
}

@media only screen and (max-width: 320px) {
	.form .container { padding: 16px; }
	.ct-nav .hidden-links a { padding: 12px 15px; } 
}

/* Firefox hack */
@media screen and (min--moz-device-pixel-ratio:0) {
	#secNav { margin-top: -1px; }
}

/* IE hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-nav .more-nav { padding-top: 12px; }
	#secNav { margin-top: -1px; }
}

/* 5 Columns */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, 
.seven-col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}
.seven-col {
	width: 100%;
	float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
    .seven-col {
		width: 14.28%;
	}

    .seven-col#f-resources {
            width: 13.28%;
    }       
        
    .seven-col#f-about-us {
            width: 15.28%;
    }

}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
/* CT Navigation
/*---------------------------------------------*/
body {
    -ms-overflow-style: scrollbar;
}

#secNav .new {
	font-size: 9px;
	line-height: normal;
	color: #FCCF00;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: 6px;
	margin-left: 3px;
	display: inline-block;
}

#secNav .num {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	background-color: #FCCF00;
	color: #336699;
	padding: 2px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: 1px;
	margin-left: 2px;
	transition: background-color ease-in-out 0.2s;
}

@media only screen and (max-width: 767px) {
	.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: 4px;
		float: right;
	}
	
	.ct-nav .prof-nav.employer {
		display: none;
	}	

	.ct-nav .sub-nav {
		width: auto;
		
		position: relative;
		right: 0;
		margin-top: 0;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.ct-nav .sub-nav a:first-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.ct-nav .sub-nav a:last-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.ct-nav .sub-nav.hidden-links {
		right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.ct-nav .prof-nav .prof-txt {
		display: none;
	}
	
	.ct-nav .prof-txt-m	{
		display: inline-block;
	}
	
	.ct-nav .prof-nav .mem-icon i.fa {
		font-size: 22px;
		vertical-align: -2px;
	}	
	
	.ct-nav .prof-nav.guest {
		padding-left: 38px;
	}

	.ct-nav .prof-nav.member {
		padding-left: 40px;
	}
	
	.ct-nav .sub-nav {
		padding: 4px 0;
	}
	
	.ct-nav .sub-nav:not(.prof-links) a {
		padding: 10px 15px;
	}
	
	/*.ct-nav .sub-nav li {
		width: 50%;
	}*/
}

@media only screen and (max-width: 380px) {
	.ct-nav .more-txt {
		display: none;
	}
	
	.ct-nav .more-txt-m	{
		display: inline-block;
	}
}

@media only screen and (max-width: 320px) {
	.ct-nav .hidden-links a {
		padding: 12px 15px;
	}
}

/* Firefox hack */
@media screen and (min--moz-device-pixel-ratio:0) {
	#secNav { margin-top: -1px; }
}

/* IE hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-nav .more-nav { padding-top: 12px; }
	#secNav { margin-top: -1px; }
}
/* 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;
}

header .search-panel .btn--course-hl .cef-logo {
    height: 16px;
	margin-left: 0;
	margin-right: 6px;
    margin-top: -2px;
}

/* 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_logo.svg") no-repeat center center / 50%;
}

.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: 4px;
    margin-top: -4px;
}

.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;
    margin-top: -4px;
}

.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;
    height: 50px;
}

.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, .h-thumb-list .thumb-blk .thumb-info > :not(.title) { padding-right: 60px; }
	.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) {
	
}
