/* Job listing 
/*-------------------------------------------------*/
body {
    /*background: url("../images/registration/reg-bg.jpg") right center no-repeat fixed;*/
    background-size: cover;
}

footer {
    background-color: #3280b3;
    color: #FFF;
    padding: 0;
    position: relative;
}

footer .back-to-top {
    color: #FFF;
}

.sticky-back-to-top:link {
    bottom: 16px;
}

section {
    background-color: #eef3f7;
    padding-top: 0;
}

/* Affix 
----------------------------------------------------*/
#affix-top.affix {
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}

#affix-side.affix {
    top: 0;
}

#affix-top.affix .quick-search {
    display: none;
}

#affix-btm {
    bottom: 0;
}

#affix-btm.affix-bottom {
    position: relative;
    bottom: 153px;
}

#affix-side.affix-bottom {
    position: absolute;
}

/* Job search criteria 
----------------------------------------------------*/
.job-search-criteria {
    background-color: #FFF;
    padding: 16px;
    z-index: 99;
}

.job-search-criteria .open-filter {
    font-size: 24px;
    text-align: center;
    display: none;
}

.job-search-criteria .more-options {
    padding: 0;
}

.job-search-criteria .more-opt {
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
}

.job-search-criteria .quick-search {
    font-size: 13px;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #ccc;
}

.job-search-criteria .extra-criteria {
    display: none;
}

.job-search-criteria .extra-criteria .row {
    margin-top: 8px;
}

.job-search-criteria .form-control,
.job-search-criteria .form-control[readonly],
.job-search-criteria .form-control:focus,
.job-search-criteria .act-field {
    font-size: 14px;
    height: 36px;
    padding: 0 60px 0 36px;
}

.search-keyword .form-control,
.search-keyword .form-control:focus {
    padding-left: 12px;
    padding-right: 12px;
}

.search-keyword .search-range i.fa:first-child,
.search-keyword .search-range .ct-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}


.ui-autocomplete {
	/* font-size: 14px; */
	max-height: unset;
	border-color: #9fc7dd;
}

.ui-autocomplete .ui-autocomplete-category {
	padding: 6px 8px;
	margin-top: 15px;
}

.ui-autocomplete .ui-autocomplete-category:first-of-type {
	margin-top: 0;
}

.ui-menu.ui-autocomplete .ui-menu-item {
	padding: 6px 8px
}

.ui-menu.ui-autocomplete .ui-menu-item .new-jobs {
	font-size: 11px;
	padding: 2px 4px;
	border-radius: 36px;
	background-color: #51B0E6;
	color: #FFF;
	margin-left: 6px;
}

.ui-menu.ui-autocomplete .ui-menu-item.ui-state-focus {
	background: #f3f6f8;
	color: #666;
}

.ui-menu .ui-menu-item {
	display: flex;
}

.ui-menu .ui-menu-item:hover {
	background-color: #F3F6F8;
}

/* .ui-menu .ui-menu-item a {
	display: flex;
} */

.ui-menu .ui-menu-item .fa-search,
.ui-menu .ui-menu-item .fa-clock-o {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-right: 6px;
	display: inline-block;
}

.ui-menu .ui-menu-item .fa-search {
	font-size: 14px;
	top: -1px;
}

/*
.job-search-criteria .btn {
    transition: none;
}

.job-search-criteria .btn .btn-txt {
    transition: color .35s, text-shadow .35s;
}
*/
/* IE hack */
@media all and (-ms-high-contrast:none) {

    .search-keyword .search-range i.fa:first-child,
    .search-keyword .search-range .ct-icon {
        line-height: 12px;
    }

    *::-ms-backdrop,
    .search-keyword .search-range i.fa:first-child,
    .search-keyword .search-range .ct-icon {
        line-height: 12px;
    }
}

#searchb-panel.affix .search-keyword .search-range i.fa:first-child,
#searchb-panel.affix .search-keyword .search-range .ct-icon {
    font-size: 16px;
}

.job-search-criteria .criteria-w {
    height: 42px;
}

.job-search-criteria.affix .criteria-w {
    height: 36px;
}

.job-search-criteria .act-field .field-txt {
    font-size: 14px;
    line-height: 33px;
}

.job-search-criteria .input-field span.glyphicon {
    top: 8px;
}

.job-search-criteria .input-field .icon,
.job-search-criteria .select-field .icon,
.job-search-criteria .act-field .icon {
    width: 32px;
    height: 32px;
}

.job-search-criteria .input-field i.fa,
.job-search-criteria .select-field i.fa,
.job-search-criteria .act-field i.fa,
.job-search-criteria .input-field .ct-icon,
.job-search-criteria .select-field .ct-icon,
.job-search-criteria .act-field .ct-icon {
    font-size: 18px;
    line-height: 32px;
}

.job-search-criteria .submit-hl-btn {
    width: 100%;
    height: 36px;
}

.joblist.affix {
    width: 386px;
    height: 100%;
    top: 0;
    padding-top: 20px;
}

.joblist.affix .testing {
    height: 100%;
    overflow: auto;
}

.test-page {
    background-color: #ccc;
}

/* When scroll down */
.job-search-criteria.affix {
    padding: 8px 16px 4px 16px;
}

.job-search-criteria.affix .form-control,
.job-search-criteria.affix .form-control[readonly],
.job-search-criteria.affix .form-control:focus,
.job-search-criteria.affix .act-field {
    font-size: 13px;
    height: 30px;
    padding-left: 30px;
}

.job-search-criteria.affix .search-keyword .form-control {
    padding-left: 8px;
}

.job-search-criteria.affix .search-keyword button {
    padding-top: 3px;
    padding-bottom: 3px;
}

.job-search-criteria.affix .act-field .field-txt {
    font-size: 13px;
    line-height: 26px;
}

.job-search-criteria.affix .input-field .icon,
.job-search-criteria.affix .select-field .icon,
.job-search-criteria.affix .act-field .icon {
    width: 28px;
    height: 28px;
}

.job-search-criteria.affix .input-field i.fa,
.job-search-criteria.affix .select-field i.fa,
.job-search-criteria.affix .act-field i.fa,
.job-search-criteria.affix .input-field .ct-icon,
.job-search-criteria.affix .select-field .ct-icon,
.job-search-criteria.affix .act-field .ct-icon {
    font-size: 16px;
    line-height: 26px;
}

.job-search-criteria.affix .submit-hl-btn {
    height: 30px;
    line-height: 16px;
}

.job-search-criteria.affix .more-opt {
    font-size: 13px;
    margin-top: 6px;
}

.job-search-criteria.affix .open-filter {
    font-size: 22px;
}

.job-search-criteria.affix .criteria-w.single-choice .btn-primary {
    height: 30px;
    padding: 0 10px;
}

.job-search-criteria.affix .criteria-w.single-choice .btn-primary i.fa.fa-angle-down {
    line-height: 26px;
}



.privacy-msg {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background: rgb(104, 187, 213);
    background: -moz-linear-gradient(90deg, rgba(104, 187, 213, 1) 0%, rgba(61, 156, 186, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(104, 187, 213, 1) 0%, rgba(61, 156, 186, 1) 100%);
    background: linear-gradient(90deg, rgba(104, 187, 213, 1) 0%, rgba(61, 156, 186, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#68bbd5", endColorstr="#3d9cba", GradientType=1);
    margin: 15px -15px -16px -15px;
    padding: 10px 15px;
}

.job-search-criteria.affix .privacy-msg {
    margin-top: 4px;
    margin-bottom: -4px;
}

.privacy-msg a:link,
.privacy-msg a:visited {
    color: #FFF;
    text-decoration: underline;
}

.privacy-msg .highlight {
    font-weight: bold;
    color: #FCCF00;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.privacy-msg .close-msg {
    font-size: 18px;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    display: block;
}


/* Job list
----------------------------------------------------*/
.jl-row {
    background-color: #FFF;
    padding: 12px 48px 12px 24px;
    /* border-left: 8px solid #afc2ce; */
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.jl-row span.tag {
    font-size: 12px;
    background-color: #e8552a;
    color: #FFF;
    padding: 2px 6px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    right: 15px;
    bottom: 12px;
    -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);
}

.jl-row span.tag.applied {
    background-color: #5CC666;
}

.jl-row .scroll-indicator-bg,
.jl-row .scroll-indicator {
    width: 8px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*
.jl-row.active .scroll-indicator {
    height: 95%;
    background-color: #afc2ce;
}

.jl-row:hover {
    background-color: #f9f9f9;
}

.jl-row.active,
.jl-row.active:hover {
    background-color: #3280b3;
}

.jl-row.active .jl-title {
    color: rgba(255, 255, 255, 1);
}

.jl-row.active .jl-job-info {
    color: rgba(255, 255, 255, 0.8);
}

.jl-row.active a:link,
.jl-row.active a:visited {
    color: rgba(255, 255, 255, 0.8);
}
*/
.jl-listing .jl-row {
    padding-left: 12px;
}

/*.jl-row.jl-de {
	border-left-color: #e48d8b;
}

.jl-row.jl-ia {
	border-left-color: #73a6ca;
}

.jl-row.jl-pc {
	border-left-color: #6CBA7A;
}*/

.jl-row .batch-apply-cb {
    position: absolute;
    left: 22px;
    top: 8px;
    z-index: 3;
}

.jl-row .save-job {
    font-size: 24px;
    position: absolute;
    right: 14px;
    top: 8px;
    z-index: 3;
}

.jl-row .save-job i.fa.fa-star {
    color: #FCCF00;
}

.jl-row .checkbox-cus+.checkbox-cus-label:before,
.jl-row .radio-cus+.radio-cus-label:before {
    width: 24px;
    height: 24px;
    top: -5px;
}

.jl-row .checkbox-cus:checked+.checkbox-cus-label:before {
    font-size: 115%;
    line-height: 0.9;
}

.row.jl-row {
	cursor: pointer;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .jl-row .checkbox-cus:checked+.checkbox-cus-label:before {
        font-size: 72%;
        line-height: 0.8;
    }
}

.jl-row .save-job .fa-heart {
    color: #d33737;
}

.jl-row .jl-comp {
    position: relative;
}

.jl-row .comp-logo {
    height: 36px;
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -8px;
}

.jl-title {
    font-size: 16px;
    color: #3280b3;
}

.jl-title a:hover,
.jl-comp-name:hover {
    text-decoration: underline;
}

.jl-title h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #3280b3;
    text-align: left;
    margin: 0;
}

.jl-comp-name {
    font-size: 14px;
    /*font-weight: 500;*/
    color: #666;
    margin: 6px 0 8px 0;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.jl-comp h3 {
    font-weight: 500;
    line-height: 19px;
    margin: 0;
}

.jl-comp-name:link,
.jl-comp-name:visited {
    color: #666;
}

.jl-comp-name:hover {
    color: #888;
}

.jl-job-info {
    font-size: 13px;
    color: #666;
}

.jl-job-info i.fa,
.jl-job-info span.ct-icon {
    width: 16px;
    text-align: center;
    font-size: 15px;
    margin-right: 6px;
}

.jl-job-info .exp span.ct-icon {
    vertical-align: -2px;
}

.jl-job-info ul li {
    margin-bottom: 4px;
    position: relative;
}

.jl-job-info ul li.post-date {
    margin-bottom: 0;
}

.jl-job-info .benefit-list {
    display: inline-block;
    position: absolute;
    top: -3px;
}

.jl-job-info .benefit-list span.ct-icon {
    font-size: 22px;
    width: auto;
    margin: 0 4px;
}

/* Growth Item - Job Listing Status  */
.jl-job-info ul li.status {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.joblist-col .jl-job-info ul li.status {
    margin-top: 4px;
    margin-bottom: 0;
}

/* Growth Item - Matched Job */
.jl-job-info ul li.matched-job {
    color: #33A250;
}

.joblist-col .jl-job-info ul li.matched-job {
    margin-top: 4px;
    margin-bottom: 0;
}

/* Growth Item - Last Application */
.jl-job-info ul li.last-apply {
    color: #1F81B9;
}

/* Growth Item - Be the first Applicant */
.jl-job-info ul li.first-apply {
    color: #E4A951;
}

/* Growth Item - Be the first Applicant */
.jl-job-info ul li.whatsapp-apply {
    color: #11c246;
}

/* Active Job */
/*
.jl-row.active .jl-job-info ul li.status {
    color: #FFF;
}
*/

/* Optional CV */
.jl-job-info ul li.optional-cv {
	color: #dd853a;
	align-items: unset;
}

.jl-job-info ul li.optional-cv .fa {
	vertical-align: 2px;
	margin-right: 10px;
}

.joblist-col .jl-job-info ul li.optional-cv {
	margin-top: 6px;
	margin-bottom: 0;
}

/* Growth Item - Fresh graduates welcome */
.jl-job-info ul li.fresh-grad-welcome {
	color: #43B99D;
}

.jl-job-info ul li.fresh-grad-welcome .fa {
	vertical-align: 2px;
	margin-right: 10px;
}

.jl-job-info ul.status-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

@media (min-width: 480px) {
	.jl-job-info ul.status-list {
		flex-direction: row;
		gap: 15px;
	}
}

/* Job listing control
---------------------------------------------------*/
.jl-control {
    min-height: 36px;
}

.aside .jl-control {
    min-height: 36px;
}

.job-match-num {
    font-size: 16px;
    color: #444;
    margin: 0 -15px 12px -15px;
    padding: 15px;
    border-bottom: 2px solid rgba(50, 128, 197, 0.08);
}

.jl-listing .job-match-num {
    padding: 15px 0;
}

.job-match-num .job-amount {
    font-weight: bold;
}

.jl-prev .job-match-num {
    margin: 0 0 12px 0;
}

.jl-prev .job-func-desc {
    margin-bottom: 12px;
}

.jl-prev .job-func-desc .container {
    border-bottom: 2px solid rgba(50, 128, 197, 0.08);
}

.jl-prev .job-func-desc p {
    font-size: 13px;
    margin-bottom: 16px;
}

.job-match-cat {
    font-weight: bold;
}

.jl-control .act {
    margin-left: 1px;
    margin-top: 3px;
    display: inline-block;
}

.jl-control .act .act-link {
    font-weight: 500;
}

.jl-control .act .act-link .badge {
    min-width: 20px;
    font-size: 12px;
    background-color: #3281b4;
    color: #FFF;
    line-height: 1;
    padding: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 4px;
}

.jl-control .act .act-link i.fa {
    font-size: 15px;
    font-weight: bold;
    margin-right: 4px;
}

.jl-control .act .act-link.batch-apply i.fa {
    font-size: 16px;
}

.view-mode {
    line-height: 1;
    margin-top: 2px;
    float: right;
}

.view-mode label {
    line-height: 24px;
    vertical-align: 4px;
    margin-bottom: 0;
}

.view-mode a:link,
.view-mode a:visited {
    font-size: 22px;
    color: rgba(63, 130, 187, 0.5);
    margin-left: 6px;
}

.view-mode .preview-m:link,
.view-mode .preview-m:visited {
    font-size: 18px;
}

.view-mode .list-m:link,
.view-mode .list-m:visited {
    font-size: 20px;
    vertical-align: -1px;
}

.view-mode a:hover {
    color: rgba(63, 130, 187, 1);
}

.view-mode a.active:link,
.view-mode a.active:visited {
    color: rgba(63, 130, 187, 1);
}

.sort {
    position: relative;
    /*margin-left: 20px;*/
}

.sort .bubble {
    width: 230px;
    font-size: 13px;
    padding: 12px 30px 12px 12px;
    background-color: rgba(16, 73, 104, 0.9);
    color: #FFF;
    position: absolute;
    left: 110%;
    top: -15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.bubble .close {
    color: #FFF;
    text-shadow: none;
    padding: 4px 8px;
    opacity: 1;
    position: absolute;
    right: 6px;
    top: 4px;
}

.bubble .close:hover {
    opacity: 0.8;
}

.bubble .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(16, 73, 104, 0.9);

    position: absolute;
    bottom: 25px;
    left: -10px;
}

.sort .bubble h4 {
    font-size: 16px;
    padding-bottom: 4px;
}

.sort .bubble h4 i {
    margin-right: 6px;
}

.sort>label {
    margin-right: 6px;
}

.jl-control .sort {
    float: left;
}

.jl-control .sort span {
    margin-right: 4px;
}

.jl-control .sort .btn {
    font-size: 14px;
    padding: 4px 8px;
}

/* Preview mode
---------------------------------------------------*/
/*
#jd-content {
    background-color: #FFF;
    padding: 16px;
    margin-bottom: 20px;
}

.jd-content-each {
    background-color: #FFF;
    padding: 16px;
    margin-bottom: 20px;
}

.jd-content-each .similar-jobs-container {
    margin-right: -15px;
    margin-left: -15px;
}
*/
.jl-prev-jd-h .save-job-btn i.fa.fa-star {
    color: #FCCF00;
}

.jl-ajax-loader {
    width: 100%;
    height: 9999px;
    background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/ajax-loader.gif") center 300px no-repeat;
}

#jl-prev-list .jl-row {
    cursor: pointer;
}

.jd-post-comp .comp-prof-txt-l {
    display: inline-block;
}

#jl-prev-list .joblist-w {
    position: relative;
    overflow: hidden;
}

#jl-prev-list .joblist-w .jobalert {
    bottom: 0;
}

/* Region subscribe job alert */

/* .jl-listing .jobalert { */
.jobalert {
    background-color: #FFF;
    padding: 10px 12px;
    border-left: 6px solid #fccf00;
    transition: bottom 0.3s;
    width: 430px;
    position: fixed;
    right: 16px;
    bottom: 64px;
    -webkit-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.15);
    z-index: 11;
    display: none;
}
/*
.jobalert {
	bottom: -100px;
}
*/
/* .jobalert { */
.joblist-w .jobalert {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -75px;
    -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);
}

.jobalert.success {
    border: 2px solid #5CC666;
    border-left: 6px solid #5CC666;
}

.jobalert.success div.title {
    color: #333;
    line-height: 1.5;
}

.jobalert.error {
    border: 2px solid #ca3636;
    border-left: 6px solid #ca3636;
}

.jobalert.error div.title {
    color: #333;
    line-height: 1.5;
}

.review-popup .close-popup {
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    background-color: #888;
    color: #FFF;
    border: 2px solid #FFF;
    position: absolute;
    right: -10px;
    top: -10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.jobalert .close-popup {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #bbb;
    position: absolute;
    right: 0;
    top: 0;
}

.jobalert .close-popup:hover {
    color: #ddd;
}

.jobalert .case-1 .close-popup {
    right: 0;
    top: 50%;
    margin-top: -12px;
}

.jobalert .close-popup i {
    font-size: 16px;
}

.jobalert .subscribe-jobalert {
    position: absolute;
    right: 26px;
    top: 0;
}

.jobalert div.title {
    font-size: 15px;
    font-weight: bold;
    color: #3280B2;
    line-height: 26px;
    padding-left: 32px;
    position: relative;
}

.jobalert .main .title {
    line-height: 22px;
    padding-left: 42px;
    padding-right: 36px;
}

.jobalert .case-1.main .title {
    padding-right: 124px;
}

.jobalert .main .title img {
    position: absolute;
    left: 0;
    top: 3px;
}

.jobalert .title i:not(.fa-times) {
    font-size: 24px;
    color: #3280B2;
    position: absolute;
    left: 0;
    top: -1px;
}

.jobalert .title i.fa-check {
    color: #5CC666;
}

.jobalert .content .form-group {
    padding-top: 8px;
}

.jobalert .content p {
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0 12px 0;
}

.jobalert .content .action .btn {
    width: 47%;
    display: inline-block;
}

.jobalert .action .btn:first-child {
    margin-right: 6px;
}

.jobalert .action .btn:last-child {
    margin-left: 6px;
}

.jobalert .case-1 .title {
    line-height: 35px;
}

.jobalert #jobalert_form_new .form-group {
	margin-bottom: 0;
	flex-grow: 1;
}

.jobalert .case-1#jobalert_form_new .content {
	display: none;
	gap: 15px;
}

.jobalert .case-1 .form-control {
	margin: 0;
}

/* .jobalert .form-control {
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 8px;
} */

.jobalert .criteria {
    margin-bottom: 15px;
}

.jobalert .forgot-pw {
    display: inline-block;
    margin-bottom: 10px;
}

.jobalert .content .btn {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
}

.jobalert .content .desc {
    font-size: 13px;
    line-height: 1.4;
    color: #888;
    margin-top: 8px;
}

.jobalert.side {
    width: 430px;
    position: fixed;
    right: 16px;
    bottom: 64px !important;
    -webkit-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.15);
    transition: none;
}

.jobalert-float-btn {
    width: 42px;
    height: 42px;
    background-color: #3280B2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid #FFF;
    text-align: center;
    line-height: 60px;
    position: fixed;
    right: 15px;
    bottom: 64px;
    -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);
    transition: background-color 0.3s !important;
    z-index: 10;
    display: none;
}

.jobalert-float-btn:hover {
    background-color: #69abcb;
}

.jobalert-float-btn img {
    width: 22px;
    vertical-align: 7px;
    margin-left: -2px;
}

.smallscreen .jobalert {
    width: 100% !important;
    position: fixed;
    bottom: 0;
    left: 0;
}

/* Modal Box */
.modal-action .btn:link {
    margin-left: 12px;
    float: right;
}

#modal-replace-jobalert .modal-content {
    width: 800px;
}

#modal-replace-jobalert h3 {
    padding-left: 32px;
}

#modal-replace-jobalert h3 i {
    color: #FCCF00;
    margin-right: 6px;
    position: absolute;
    left: 16px;
}

#modal-replace-jobalert .sec-title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 12px;
}

#modal-replace-jobalert .job-alert {
    max-height: 40vh;
    overflow: auto;
    margin-top: 4px;
}

#modal-replace-jobalert .listing {
    padding-right: 25px;
}

#modal-replace-jobalert .listing .item {
    padding: 12px 15px;
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #e4e4e4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#modal-replace-jobalert .listing .content {
    font-size: 13px;
    max-height: 200px;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

#modal-replace-jobalert .mail-status {
    font-size: 12px;
    background-color: #3280b3;
    color: #FFF;
    padding: 4px 8px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    vertical-align: 3px;
    margin-left: 4px;
    display: inline-block;
}

#modal-replace-jobalert .listing .content .criteria .row {
    margin-bottom: 10px;
}

#modal-replace-jobalert .listing .content .row:last-child .criteria .row {
    margin-bottom: 0;
}

#modal-replace-jobalert .listing .content.full-story .toggle:before {
    content: 'Hide ';
}


#modal-replace-jobalert .listing .cb .radio-cus+.radio-cus-label {
    margin-bottom: 0;
}

#modal-replace-jobalert .listing .cb .radio-cus+.radio-cus-label:before {
    font-size: 80%;
    top: 3px;
    text-indent: -1px;
    line-height: 14px;
}

#modal-replace-jobalert .listing .date {
    font-size: 13px;
    color: #aaa;
}

#modal-replace-jobalert .listing .content {
    max-height: initial;
}

#modal-replace-jobalert .listing .content .hl {
    font-weight: bold;
}

#modal-replace-jobalert .listing .content .more,
#modal-replace-jobalert .listing .content .type {
    font-size: 12px;
    margin-left: 8px;
}

#modal-replace-jobalert .listing .content .view-all {
    display: inline-block;
}

#modal-replace-jobalert .listing .content .criteria {
    line-height: 1.3;
}

#modal-replace-jobalert .listing .content .criteria .header {
    padding-right: 0;
}

#modal-replace-jobalert .modal-content p {
    margin: 15px 0;
}

#modal-replace-jobalert .more-criteria {
    margin-bottom: 15px;
    display: none;
}

#modal-replace-jobalert .view-more {
    margin-bottom: 16px;
    display: inline-block;
}

#modal-replace-jobalert .listing .sec-title br {
    display: none;
}

#modal-replace-jobalert .ja-rec .row-eq-height:nth-child(n+3) {
    display: none;
}

#modal-replace-jobalert .ja-rec.show-criteria .row-eq-height:nth-child(n+3) {
    display: block;
}

/* End Region subscribe job alert */

/* 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;
}

.jl-ajax-loader-m {
    height: 50px;
    background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/ajax-loader.gif") center center no-repeat;
}

/* Modal
---------------------------------------------------*/
.jd-modal .modal-content {
    border-radius: 0;
    border: none;
    padding: 0;
}

.jd-modal .modal-header {
    color: #3d82bb;
    background-color: #eef3f7;
    border-bottom-color: #EEEEEE;
    cursor: pointer;
}

.jd-modal .modal-header .lang {
    float: right;
}

.jd-modal .modal-header h4 {
    font-size: 16px;
    margin: 0;
}

.jd-modal .jd-sticky-bottom h2 {
    margin: 0 0 8px 0;
}

.jd-modal .job-blk .title,
.jd-modal .jd-sticky-bottom h3 {
    margin: 0;
}

.modal.jd-modal .modal-body {
    padding: 68px 0 0 0;
}

.jd-modal .modal-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 12px 15px;
}

/* No Result
/*-------------------------------------------------*/

.jl-no-result {
	background-color: #FFF;
}

.no-result {
	padding-top: 42px;
	position: relative;
}

.no-result i.fa {
	font-size: 180px;
	opacity: 0.05;
	position: absolute;
	top: 42px;
	right: 0;
}

.no-result .headline {
	font-size: 22px;
	font-weight: bold;
}

.no-result ul {
    list-style: disc;
    padding-left: 18px;
    margin-top: 16px;
}

.no-result ul li {
	line-height: 1.5;
	margin-bottom: 10px;
}

.no-result .other-links {
    margin-top: 20px;
}

.no-result .other-links span {
    margin: 0 8px;
}

.no-result .recommended-jobs {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.no-result .recommended-jobs .view-more {
	margin-top: 15px;
	display: inline-block;
}

.no-result .recommended-jobs .swiper-slide,
.no-result .recommended-jobs .job {
    width: 300px !important;
}

.no-result .recommended-jobs .swiper-slide.slide--more {
    width: 100px !important;
    height: auto;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: color .3s ease-in-out;
}

.no-result .recommended-jobs .slide--more:hover {
    color: #666;
}

.no-result .recommended-jobs .slide--more .iconify {
    font-size: 36px;
}


/* Job Listing Banner
/*-------------------------------------------------*/
.jl-ad-row {
    margin: 0;
}

.jl-listing .jl-ad-row {
    margin: 0 -15px;
}

.jl-course-row .jl-title span {
    font-size: 11px;
    background-color: #3280aa;
    color: #FFF;
    padding: 2px 6px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: 2px;
}

#jl-prev-list .jl-course-row .jl-job-info ul li {
    width: 100%;
    margin-bottom: 6px;
}

#jl-prev-list .jl-course-row .jl-job-info ul li:last-of-type {
    margin-bottom: 0;
}

.jl-ad-row a {
    width: 100%;
    height: 110px;
    background: url("https://www.ctgoodjobs.hk/it-digital/images/itd-jl-pm.jpg") left top no-repeat;
    background-size: cover;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    position: relative;
}

.jl-ad-row a.jl-lm-ad {
    height: 75px;
}

.jl-ad-row a .banner-txt {
    font-weight: bold;
    line-height: 1.3;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(77, 48, 33, 0.8);
    padding: 0 130px 0 15px;
    position: absolute;
    bottom: 15px;
    margin-bottom: 0;
}

.jl-ad-row a .banner-txt h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.jl-listing .jl-ad-row a .banner-txt {
    width: 100%;
    height: 100%;
    bottom: 0;
    display: table;
}

.jl-listing .jl-ad-row a .banner-txt h3 {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.jl-ad-row a span.logo {
    height: 50px;
    background: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/channel-logos-w.png") 0 0 no-repeat;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
}

.jl-listing .jl-ad-row a span.logo {
    top: 12px;
}

.jl-ad-row a span.click-here {
    font-size: 16px;
    font-weight: bold;
    background-color: #6f5254;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 8px 12px;
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;

    position: absolute;
    right: 15px;
    bottom: 15px;
}

.jl-ad-row a.itd-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/it-pm.jpg");
}

.jl-ad-row a.finance-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/finance-pm.jpg");
}

.jl-ad-row a.hotel-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/hotel-pm.jpg");
}

.jl-ad-row a.hr-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/hr-pm.jpg");
}

.jl-ad-row a.ngo-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/ngo-pm.jpg");
}

.jl-ad-row a.retail-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/retail-pm.jpg");
}

.jl-ad-row a.part-time-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/part-time-pm.jpg");
}

.jl-listing .jl-ad-row a.hr-entrance .banner-txt {
    padding-left: 80px;
}

.jl-listing .jl-ad-row a.ngo-entrance .banner-txt {
    padding-left: 96px;
}

.jl-listing .jl-ad-row a.retail-entrance .banner-txt {
    padding-left: 105px;
}

.jl-listing .jl-ad-row a.finance-entrance .banner-txt {
    padding-left: 130px;
}

.jl-listing .jl-ad-row a.hotel-entrance .banner-txt {
    padding-left: 200px;
}

.jl-listing .jl-ad-row a.itd-entrance .banner-txt {
    padding-left: 150px;
}

.jl-listing .jl-ad-row a.itd-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/it-lm.jpg");
}

.jl-listing .jl-ad-row a.finance-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/finance-lm.jpg");
}

.jl-listing .jl-ad-row a.hotel-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/hotel-lm.jpg");
}

.jl-listing .jl-ad-row a.hr-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/hr-lm.jpg");
}

.jl-listing .jl-ad-row a.ngo-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/ngo-lm.jpg");
}

.jl-listing .jl-ad-row a.retail-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/retail-lm.jpg");
}

.jl-listing .jl-ad-row a.part-time-entrance {
    background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/part-time-lm.jpg");
    background-size: contain;
    height: auto;
    padding-top: 12.82%;
}

.jl-ad-row a.hr-entrance span.logo {
    width: 66px;
    background-position: 0 0;
}

.jl-ad-row a.ngo-entrance span.logo {
    width: 84px;
    background-position: -98px 0;
}

.jl-ad-row a.retail-entrance span.logo {
    width: 93px;
    background-position: -194px 0;
}

.jl-ad-row a.finance-entrance span.logo {
    width: 117px;
    background-position: -290px 0;
}

.jl-ad-row a.hotel-entrance span.logo {
    width: 188px;
    background-position: -544px 0;
}

.jl-ad-row a.itd-entrance span.logo {
    width: 139px;
    background-position: -737px 0;
}

.jl-ad-row a.itd-entrance span.click-here {
    background-color: #6f5254;
}

.jl-ad-row a.finance-entrance span.click-here {
    background-color: #457ba1 !important;
}

.jl-ad-row a.hotel-entrance span.click-here {
    background-color: #6ab0c6 !important;
}

.jl-ad-row a.hr-entrance span.click-here {
    background-color: #3e4c57 !important;
}

.jl-ad-row a.ngo-entrance span.click-here {
    background-color: #e85b5b !important;
}

.jl-ad-row a.retail-entrance span.click-here {
    background-color: #fe706f !important;
}

.jl-ad-row a:hover span.click-here,
.jl-lm-ad:hover span.click-here {
    background-color: #FFF !important;
}

.jl-ad-row a.itd-entrance:hover span.click-here {
    color: #6f5254;
}

.jl-ad-row a.finance-entrance:hover span.click-here {
    color: #457ba1;
}

.jl-ad-row a.hotel-entrance:hover span.click-here {
    color: #6ab0c6;
}

.jl-ad-row a.hr-entrance:hover span.click-here {
    color: #3e4c57;
}

.jl-ad-row a.ngo-entrance:hover span.click-here {
    color: #e85b5b;
}

.jl-ad-row a.retail-entrance:hover span.click-here {
    color: #fe706f;
}

.jl-ad-row a.result-list-comp-profile {
    width: 100%;
    height: 84px;
    background: url("https://www.ctgoodjobs.hk/company/company_profile/images/default-bg.jpg") no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}

.jl-ad-row a.result-list-comp-profile span.comp-logo {
    padding: 4px;
    background-color: #FFF;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.jl-ad-row a.result-list-comp-profile span.comp-logo img {
    width: 100px;
    margin-top: 2px;
}

.jl-ad-row a.result-list-comp-profile span.btn-click {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    left: 156px;
    top: 32px;
}

.company-prof-ad-col .result-list-comp-profile {
    height: 60px;
    background: url("https://www.ctgoodjobs.hk/company/company_profile/images/default-bg.jpg") no-repeat left center;
    background-size: cover;
}

.company-prof-ad-col .result-list-comp-profile span.comp-logo {
    top: 8px;
}

.company-prof-ad-col .result-list-comp-profile span.btn-click {
    left: 156px;
    top: 22px;
}

.jl-ad-row a.result-list-event-course {
    width: 100%;
    height: auto;
    min-height: 84px;
    background-size: cover !important;
    padding: 12px;
    padding-right: 140px;
    display: block;
    position: relative;
}

.jl-ad-row a.cthr-event-course {
    background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/enc/cthr-event-bg.jpg") no-repeat;
}

.jl-ad-row a.it-event-course {
    background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/enc/it-event-bg.jpg") no-repeat;
}

.jl-ad-row a.fin-event-course {
    background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/enc/fin-event-bg.jpg") no-repeat;
}

.jl-ad-row a.mkt-event-course {
    background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/enc/mkt-event-bg.jpg") no-repeat;
}

.jl-ad-row a.result-list-event-course span {
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    display: block;
}

.jl-ad-row a.result-list-event-course span.title {
    font-size: 18px;
    font-weight: bold;
}

.jl-ad-row a.result-list-event-course span.organizer {
    font-size: 14px;
    margin: 2px 0;
}

.jl-ad-row a.result-list-event-course span.date {
    font-size: 14px;
}

.jl-ad-row a.result-list-event-course .cta-btn {
    background-color: #3280b3;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 8px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -20px;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

.jl-ad-row a.result-list-event-course:hover .cta-btn {
    background-color: #69abcb;
}

/* Review popup */
.review-popup {
    width: 320px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 15px;
    position: fixed;
    bottom: -220px;
    right: 75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.review-popup .close-popup {
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    background-color: #333;
    color: #FFF;
    border: 2px solid #FFF;
    position: absolute;
    right: -10px;
    top: -10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.review-popup h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
}

.review-popup .add-cm {
    color: #FFF;
}

.review-popup hr {
    max-width: 100%;
    border-color: rgba(255, 255, 255, 0.3);
    margin: 12px auto;
}

.review-popup .rate-indicator {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.review-popup .rate-indicator .least {
    float: left;
}

.review-popup .rate-indicator .most {
    float: right;
}

.review-popup .thanks {
    font-size: 14px;
    padding: 6px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 4px;
    display: none;
}

.review-popup .extra-cm {
    margin-top: 6px;
    display: none;
}

.review-popup .extra-cm textarea {
    font-size: 15px;
    margin-bottom: 4px;
}

.rate {
    text-align: center;
    margin-bottom: 6px;
}

.rate li {
    width: 18%;
    text-align: center;
    position: relative;
    display: inline-block;
}

.rate-input {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rate-label {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 200ms ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.rate-label:hover {
    background: #ff7a59;
    border-color: #ff7a59;
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(33, 37, 42, 0.3);
    transition: all 200ms ease;
    cursor: pointer;
}

.rate-input:checked+.rate-label {
    background: #ff7a59;
    border-color: #ff7a59;
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(33, 37, 42, 0.3);
    transition: all 200ms ease;
}

.jl-listing .jl-job-info .comp-logo {
    display: block;
}

.jl-listing .jl-comp .comp-logo {
    display: none;
}

/* Saved Jobs Item Popuo
/*-------------------------------------------------*/
.review-popup.saved-jobs a.saved-jobs-link {
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
}

.review-popup.saved-jobs a.saved-jobs-link img {
    transition: transform .3s ease-in-out;
}

.review-popup.saved-jobs a.saved-jobs-link:hover {
    color: #FFF;
}

.review-popup.saved-jobs a.saved-jobs-link:hover img {
    transform: rotate(-10deg);
}

.review-popup.saved-jobs a.saved-jobs-link .job-num {
    color: #fccf00;
}

.review-popup.saved-jobs h5 {
    margin-bottom: 0;
    margin-left: 8px;
    flex-grow: 1;
}

.review-popup.saved-jobs .arrow-right {
    font-size: 24px;
    animation: arrow-right-slide 1s ease-in-out infinite;
    margin-left: 6px;
}

/* Growth Item - Similar Job Popup */
.joblist-prev .popup {
    bottom: 0;
}

/* Growth Item - Show External Site Jobs */
aside .jl-control,
.jl-listing .jl-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.external-job-filter .checkbox--wrapper input[type=checkbox]+label {
    font-weight: 500;
    padding-left: 6px;
}

.jl-listing .jl-control .left-sec {
    display: flex;
    align-items: center;
}

.jl-listing .jl-control .sort {
    margin-right: 15px;
}

/*---*/

/* Media Queries
/*-------------------------------------------------*/
@media (min-width: 992px) {
    .container {
        width: 940px;
    }

    .job-match-num .container {
        width: 1024px;
    }

    #jl-prev-main {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1024px;
        margin: 0 auto;
    }

    aside {
        position: sticky;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 65px;
        -ms-flex-align: start;
        align-self: flex-start;
        /*height: 92vh;*/
    }

    #jl-prev-list {
        width: 100%;
        -ms-flex: 1 0 35%;
        flex: 1 0 35%;
        margin: 0;
        padding: 0;
        /* overflow: auto; */
        z-index: 999;
        list-style: none;
    }

    #jl-prev-list .container {
        width: 100%;
        padding-left: 0;
    }

    #jl-prev-list .pagination {
        margin-top: 16px;
    }

    #jl-prev-list .jl-row {
        width: 100%;
        margin: 0;
    }

    #jl-prev-list .jl-row .comp-logo {
        max-width: 98px;
        height: auto;
        max-height: 32px;
        position: absolute;
        top: 8px;
        right: -18px;
    }

    #jl-prev-list .jl-job-info ul li {
        margin-bottom: 8px;
    }

    #jl-prev-list .jl-job-info ul li:last-of-type {
        margin-bottom: 0;
    }

    #jl-prev-jd {
        max-width: 60%;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }

    #jl-prev-jd .job-detail .container,
    #jl-prev-jd .jd-sticky-bottom .container {
        width: 100%;
    }

    #jl-prev-jd .jd-g .job-detail .container,
    #jl-prev-jd .jd-g .jd-sticky-bottom .container {
        width: 100%;
    }

    #jl-prev-jd .job-detail .jd-sticky-bottom {
        display: none;
    }

    #jl-prev-jd .job-detail .similar-jobs-iframe {
        height: 560px;
    }

    #pager-w {
        width: 100%;
        -ms-flex: 1 1 30px;
        flex: 1 1 30px;
        padding: 8px 0;
    }

    .jl-listing .jl-ad-row a.cthr-event-course {
        background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/enc/cthr-event-bg-02.jpg") no-repeat;
    }

    .jl-listing .jl-ad-row a.it-event-course {
        background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/enc/it-event-bg-02.jpg") no-repeat;
    }

    .jl-listing .jl-ad-row a.fin-event-course {
        background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/enc/fin-event-bg-02.jpg") no-repeat;
    }

    .jl-listing .jl-ad-row a.mkt-event-course {
        background: url("https://www.ctgoodjobs.hk/images/ctjob/listing/enc/mkt-event-bg-02.jpg") no-repeat;
    }

    .jl-listing .jl-job-info .comp-logo {
        display: none;
    }

    .jl-listing .jl-comp .comp-logo {
        right: -36px;
        display: block;
    }

    /* Custom scrollbar */
    .mCSB_inside>.mCSB_container {
        margin-right: 0;
    }

    .joblist.content {
        width: 100%;
        padding: 0;
        overflow: auto;
        position: relative;
        height: 80vh;
    }
}

@media only screen and (max-width: 1560px) {
    /*.ct-nav .static.full-banner { top: 70px; }*/
}

/* New AD */

.jl-ad {
    color: #FFF;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.jl-ad:hover .fa-arrow-right {
    transition: transform .35s ease-in-out;
}

.jl-ad:hover .fa-arrow-right {
    transform: translateX(4px);
}

@media (min-width: 992px) {

    /* IT Channel AD */
    .jl-ad {
        margin: 0;
    }
}

/* IT Channel */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;1,500&family=Roboto+Mono:wght@400;500;600&display=swap');

.it-channel {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    /*background: linear-gradient(90deg, #19DDAE 0%, #0479BB 100%);*/
    background: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/ad-bg-it-01.jpg") top left no-repeat;
    background-size: cover;
}

.it-channel .channel-logo {
    margin-bottom: 5px;
}

.it-channel .typing {
    width: 13ch;
    font-weight: bold;
    animation: typing 2s steps(13), blink .45s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-size: 20px;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

/*.it-channel .channel-ketart {
	position: absolute;
	right: 15px;
	bottom: 15px;
}*/

@media (min-width: 1200px) {

    .container,
    .job-match-num .container {
        width: 1170px;
    }

    #jl-prev-main {
        max-width: 1170px;
    }

    aside {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    #jl-prev-jd {
        max-width: 65%;
        -ms-flex: 1 0 65%;
        flex: 1 0 65%;
    }
}

@media (min-width: 1400px) {

    .container,
    .job-match-num .container {
        width: 1280px;
    }

    #jl-prev-main {
        max-width: 1280px;
    }

    #jl-prev-jd .job-detail .similar-jobs-iframe {
        height: 410px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    #jl-prev-list .pagination .fa {
        font-size: 20px;
    }

    #jl-prev-list .pagination li a:link,
    .pagination li a:visited {
        font-size: 14px;
        margin-left: 4px;
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1400px) {
    .jl-prev .jobalert {
        bottom: -104px;
        padding-top: 8px;
    }

    .jl-prev .jobalert:not(.open) .case-1 .title {
        line-height: 1.3 !important;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .jl-list {
        padding: 0 16px 42px 16px;
    }

    /* Growth Item - Show External Site Jobs */
    .external-job-filter .checkbox--wrapper input[type=checkbox]+label,
    .jl-control .sort .btn {
        font-size: 13px;
    }

    /*---*/
}


@media (min-width: 992px) and (max-width: 1199px) {
    .jl-list {
        padding: 0 16px 42px 16px;
    }
}

@media (min-width: 992px) and (max-width: 1060px) {
    .jl-job-info .benefit-list span.ct-icon {
        font-size: 20px;
        margin: 0 2px;
    }
}

@media only screen and (max-width: 991px) {
    .jl-comp {
        padding-right: 48px;
    }

    .jl-comp-name {
        margin: 6px 0 8px 0;
    }

    .view-mode {
        display: none;
    }

    .jl-ad-row {
        margin: 0 -15px;
    }

    .jl-ad-row a.jl-pm-ad {
        height: 75px;
    }

    .jl-ad-row a .banner-txt {
        width: 100%;
    }

    .jl-ad-row a span.logo {
        top: 12px;
    }

    .jl-ad-row a .banner-txt {
        width: 100%;
        height: 100%;
        bottom: 0;
        display: table;
    }

    .jl-ad-row a .banner-txt h3 {
        font-size: 18px;
        display: table-cell;
        vertical-align: middle;
    }

    .jl-ad-row a.itd-entrance {
        background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/it-lm.jpg");
    }

    .jl-ad-row a.itd-entrance .banner-txt {
        padding-left: 160px;
    }

    .jl-ad-row a.finance-entrance {
        background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/finance-lm.jpg");
    }

    .jl-ad-row a.hotel-entrance {
        background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/hotel-lm.jpg");
    }

    .jl-ad-row a.hr-entrance {
        background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/hr-lm.jpg");
    }

    .jl-ad-row a.ngo-entrance {
        background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/ngo-lm.jpg");
    }

    .jl-ad-row a.retail-entrance {
        background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/retail-lm.jpg");
    }

    .jl-ad-row a.part-time-entrance {
        background-image: url("https://www.ctgoodjobs.hk/images/jl-community-entrance/part-time-lm.jpg");
        background-size: contain;
        height: auto;
        padding-top: 12.82%;
    }

    .jl-job-info ul li {
        margin-bottom: 8px;
    }

    .jl-job-info ul li:last-of-type {
        margin-bottom: 0;
    }

    .jl-job-info .benefit-list span.ct-icon {
        font-size: 22px;
    }

    /*.jl-row .comp-logo { height: 30px; top: 45%; }*/

    #jl-prev-jd {
        display: none;
    }

    .job-search-criteria .criteria {
        display: none;
    }

    .job-search-criteria .more-options {
        display: none;
    }

    .job-search-criteria .open-filter {
        display: block;
    }

    .sort-by-notice {
        display: none;
    }

    #jl-prev-list .joblist-w {
        overflow: visible;
    }

    #modal-replace-jobalert .modal-content {
        width: auto;
    }

    #modal-replace-jobalert .listing {
        padding-right: 0;
    }

    #modal-replace-jobalert .listing .content .criteria {
        line-height: 1.4;
    }

    #modal-replace-jobalert .listing .content .criteria:first-child {
        margin-bottom: 10px;
    }

    .v-align .modal-content {
        margin: 0 15px;
    }

    #modal-replace-jobalert .content .row-eq-height {
        display: block;
    }

    /* .jl-prev .jobalert { width: 430px; position: fixed; right: 16px; bottom: 64px !important; } */
    .jl-prev .jobalert {
        width: 430px;
        position: fixed;
        right: 16px;
    }

    /* Growth Item - Similar Job Popup */
    .popup--similar-job {
        display: none;
    }

    /* Growth Item - Show External Site Jobs */
    .jl-listing .jl-control {
        padding: 0 15px;
        margin-bottom: 8px;
        justify-content: center;
    }

    .jl-listing .jl-control .left-sec {
        width: 100%;
        justify-content: space-between;
    }

    /*---*/
}

@media (min-width: 750px) and (max-width: 991px) {

    /* Growth Item - Show External Site Jobs */
    .jl-prev .jl-control {
        width: 750px;
        margin: 0 -15px 8px -15px;
    }

    /*---*/
}

@media only screen and (max-width: 767px) {
    #affix-side.affix-bottom {
        position: relative !important;
    }

    .job-list.affix {
        position: static;
        top: auto;
    }

    .jl-row {
        border-left: 0;
    }

    .job-match-num {
        font-size: 14px;
        text-align: center;
        display: block;
    }

    /* .job-match-num, .jl-control .act { text-align: center; display: block; } */

    .jl-prev .job-func-desc p {
        padding: 0 15px;
    }

    .no-result { padding-left: 15px; padding-right: 15px; }

    .jl-control {
        min-height: auto;
    }

    .jl-control .sort {
        margin-bottom: 8px;
    }

    .jl-listing .job-match-num {
        padding: 15px;
    }

    .privacy-msg {
        line-height: 1.5;
        padding-right: 45px;
    }

    .privacy-msg .close-msg {
        right: -30px;
    }
}

@media only screen and (max-width: 480px) {

    /*.jl-row { padding-left: 48px; }*/
    .jl-row {
        border-left-width: 6px;
    }

    .jl-row .batch-apply-cb {
        left: 12px;
    }

    /*.jl-row .comp-logo { height: 24px; top: 2px; right: -36px; }*/

    .jl-ad-row a span.logo {
        left: 0;
    }

    .jl-ad-row a .banner-txt {
        padding-right: 100px;
    }

    .jl-ad-row a .banner-txt h3 {
        font-size: 15px !important;
    }

    .jl-ad-row a span.click-here {
        font-size: 14px;
        padding: 6px 8px;
        bottom: 20px;
    }

    .jl-ad-row a.itd-entrance .banner-txt {
        padding-left: 140px !important;
    }

    .jl-job-info {
        font-size: 12px;
    }

    .jl-job-info ul li {
        margin-bottom: 6px;
    }

    .jl-job-info .benefit-list .more {
        font-size: 12px;
    }

    .jl-job-info .exp span.ct-icon {
        font-size: 12px;
    }

    .jl-job-info .benefit-list span.ct-icon {
        font-size: 18px;
        margin: 0 3px;
    }

    .jl-job-info i.fa,
    .jl-job-info span.ct-icon {
        font-size: 14px;
    }

    .jl-title {
        line-height: 1.3;
    }

    /* 
	.jl-prev .job-func-desc p { display: none; } */

    .pagination {
        margin: 0;
        margin-top: 24px;
    }

    .jobalert {
        width: 95%;
        padding: 8px 12px 10px 12px;
    }

    .jobalert .title span {
        display: block;
    }

    /* Growth Item - Show External Site Jobs */
    aside .jl-control,
    .jl-listing .jl-control,
    .jl-listing .jl-control .left-sec {
        display: flex;
        flex-direction: column;
    }

    .jl-control .col-xs-5,
    .jl-control .col-xs-7 {
        width: 100%;
    }

    .jl-control .act,
    .jl-control .sort {
        text-align: center;
        display: block;
        float: none;
    }

    .jl-control .checkbox--wrapper {
        width: auto;
    }

    .jl-control .external-job-filter {
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .jl-control .sort {
        margin: 0 0 8px 0 !important;
    }

    /*---*/
}

@media only screen and (max-width: 405px) {
    .jobalert:not(.open) .title {
        line-height: 1.3 !important;
    }
}

@media only screen and (max-width: 400px) {

    /*.ct-nav .static { top: 50px; }*/
    .jl-control .col-xs-5,
    .jl-control .col-xs-7 {
        width: 100%;
    }

    .jl-control .act,
    .jl-control .sort {
        text-align: center;
        display: block;
        float: none;
    }

    .jl-control .sort {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 360px) {
    .jl-listing .jl-row .comp-logo {
        /*display: none;*/
    }

    .jobalert div.title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 324px) {
    .jobalert .title {
        line-height: 1.3 !important;
    }
}


@media only screen and (max-width: 320px) {
    .jl-ad-row a .banner-txt {
        display: none;
    }
}


:root {
    --active: #3280b2;
    --active-inner: #fff;
    --focus: 2px rgb(31, 129, 185, .3);

    --border: #ddd;
    --border-hover: #3280b2;

    --background: #fff;

    --disabled: #eee;
    --disabled-inner: #E1E6F9;
}


/* Checkbox / Radio Button
/*------------------------------------------------------------*/
/* Wrapper Class */
.radio--wrapper,
.checkbox--wrapper {
    width: 100%;
    min-height: 24px;
    font-size: 15px;
    padding-left: 24px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Align Top */
.radio--wrapper.align-top,
.checkbox--wrapper.align-top {
    align-items: flex-start;
}


/* Highlight checkbox label when selected */
.checkbox--highlight input[type=checkbox]:checked+label,
.checkbox--highlight input[type=radio]:checked+label {
    font-weight: 600;
    color: #3280b2;
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    .checkbox--wrapper input[type=checkbox],
    .radio--wrapper input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;

        height: 24px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background-color .3s, border-color .3s, box-shadow .2s;

        position: absolute;
        left: 0;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkbox--wrapper input[type=checkbox]:after,
    .radio--wrapper input[type=radio]:after {
        content: "";
        display: block;
        position: absolute;
        transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    }

    .checkbox--wrapper input[type=checkbox]:checked,
    .radio--wrapper input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
    }

    .checkbox--wrapper input[type=checkbox]:disabled,
    .radio--wrapper input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox--wrapper input[type=checkbox]:disabled:checked,
    .radio--wrapper input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox--wrapper input[type=checkbox]:disabled+label,
    .radio--wrapper input[type=radio]:disabled+label {
        cursor: not-allowed;
    }

    .checkbox--wrapper input[type=checkbox]:hover:not(:checked):not(:disabled),
    .radio--wrapper input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .checkbox--wrapper input[type=checkbox]:focus,
    .radio--wrapper input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .checkbox--wrapper input[type=checkbox]:not(.switch),
    .radio--wrapper input[type=radio]:not(.switch) {
        width: 24px;
    }

    .checkbox--wrapper input[type=checkbox]:not(.switch):after,
    .radio--wrapper input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox--wrapper input[type=checkbox]:not(.switch):checked,
    .radio--wrapper input[type=radio]:not(.switch):checked {
        --o: 1;
    }

    .checkbox--wrapper input[type=checkbox]+label,
    .radio--wrapper input[type=radio]+label {
        width: 100%;
        font-size: 15px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        padding-left: 12px;
        margin: 0;
    }

    .checkbox--wrapper input[type=checkbox]:disabled+label,
    .radio--wrapper input[type=radio]:disabled+label {
        color: #aaa;
    }

    .checkbox--wrapper input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .checkbox--wrapper input[type=checkbox]:not(.switch):after {
        width: 8px;
        height: 12px;
        border: 3px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 3px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox--wrapper input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }

    .radio--wrapper input[type=radio] {
        border-radius: 50%;
    }

    .radio--wrapper input[type=radio]:after {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
    }
}


/* Layout Improvement 202209
/*-----------------------------------------------------------------*/
/* Job Match Num */
.job-match-num,
.jl-listing .job-match-num {
	padding: 10px 15px;
}


/* Job Row
/*------------------------------------*/
.jl-row {
	padding: 15px 15px 15px 24px;
}

.jl-row .jl-title:hover,
.jl-row .jl-comp-name:hover {
	text-decoration: underline;
	cursor: pointer;
}

.jl-row:hover {
	background-color: #FFF;
}


/* AD - Company Profile */
.jl-ad-row,
.jl-ad {
	margin-bottom: 6px;
}

.jl-ad {
	border-bottom: 0;
}


/* Job Title */
.jl-title {
	padding-right: 28px;
}


/* Viewed Job - Job Title */
.jl-row.seen:not(.active) .jl-title a {
	color: #7CB6D2;
}


/* Save Job Button */
.jl-row .save-job {
	color: rgba(0, 0, 0, .3);
}

.jl-row .save-job:hover {
	color: rgba(0, 0, 0, .5);
}


/* Listing Mode */
.jl-listing .jl-row {
	padding-left: 15px;
	border-bottom: 0;
	margin-bottom: 6px;
}

.jl-listing .jl-comp .comp-logo,
.jl-listing .jl-job-info .comp-logo {
	right: 15px;
}


/* Preview Mode */
#jl-prev-list .jl-row .comp-logo {
	right: 12px;
}


#jl-prev-list .jl-row {
	border-bottom: 0;
	margin-bottom: 6px;
	padding-left: 15px;
}


/* Pagination */
.pagination li a:link,
.pagination li a:visited {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* Job Highlight
/*------------------------------------*/
.jl-job-info ul.job-highlight {
	font-size: 13px;
	padding: 10px 10px 10px 28px;
	background: #f5f5f5;
	list-style: disc;
	border-radius: 8px;
	margin: 4px 0;
}

.jl-job-info ul.job-highlight li {
	margin-bottom: 4px !important;
}

.jl-job-info ul.job-highlight li:last-child {
	margin-bottom: 0 !important;
}


/* For Job Detail */
.comp-desc {
	padding-top: 0;
}

#tab-company h3 {
	font-weight: bold;
}


@media (min-width: 768px) {
	.job-match-num { 
		font-size: 15px;
		padding: 15px;
	}

	.jl-listing .job-match-num { 
		font-size: 15px;
		padding: 15px 0;
	}

	.jl-listing .jl-row {
		border-bottom: 1px solid #dddddd;
		margin-bottom: unset;
	}

	.jl-listing .jl-ad-row,
	.jl-listing .jl-ad {
		margin-bottom: unset;
	}


	.jl-listing .jl-control {
		padding: 0;
	}

	#jl-prev-list .jl-row,
	#jl-prev-list .jl-ad-row a,
	#jl-prev-list .jl-ad {
		border-radius: 8px;
	}

	#jl-prev-list .jl-ad-row,
	#jl-prev-list .jl-ad {
		margin-bottom: 8px;
	}	
}

@media (min-width: 992px) {
	.jl-listing .jl-ad {
		margin: 0 -15px;
	}

	.jl-listing .jl-row .jl-comp {
		padding-right: 120px;
	}

	#jl-prev-list .jl-row {
		border: 3px solid #FFF;
		padding-left: 18px;
		padding-right: 18px;
	}

	/* Preview Mode - Current Job */
	#jl-prev-list .jl-row.active {
		border-color: rgba(50, 128, 179, .5);
	}
	
	.jobalert .case-1.main#jobalert_form_new .title {
		padding-right: 20px;
	}

    .jl-prev .jobalert:not(.open) .case-1#jobalert_form_new .title {
		line-height: 35px !important;
	}

	.jobalert .case-1#jobalert_form_new .content {
		display: flex;
	}
}



/*Custom CSS*/
.jobalert #jobalert_form_new .content .form-group {
    padding-top: 0px;
}

.jobalert .content .login-btn{
    width: 100%;
    border-radius: 8px
    
}

.ic_whatsapp_size {
	height: 1.5rem;
	margin-right: 4px;
	margin-bottom: 0 !important;
}

#menu-bar-msg-button .cus-chating {
            top: 4px;
}