/* Resources 
/*-------------------------------------------------*/
#resources {
	background: url("/resources/images/main-bg-w1280.jpg") center center;
	background-size: cover;
}

/* News */
#res-news, .art-intro.art-news {
	background: url("/resources/images/res-news-w1280.jpg") center center;
	background-size: cover;
}

/* Story */
#res-story, .art-intro.art-story {
	background: url("/resources/images/res-story-w1280.jpg") center center;
	background-size: cover;
}

/* Tips */
#res-tips, .art-intro.art-tips {
	background: url("/resources/images/res-tips-w1280.jpg") center center;
	background-size: cover;
}

/* Blog */
#res-blog, .art-intro.art-blog {
	background: url("/resources/images/res-blog-w1280.jpg") center center;
	background-size: cover;
}

/* Tools */
#res-tools, .art-intro.art-tools {
	background: url("/resources/images/res-tools-w1280.jpg") center center;
	background-size: cover;
}

/* Careerguide */
#res-careerguide, .art-intro.art-careerguide {
	background: url("/resources/images/res-careerguide-w1280.jpg") center center;
	background-size: cover;
}

#res-ngo-careerguide, .art-intro.art-ngo-careerguide {
	background: url("/resources/images/res-ngo-careerguide-w1280.jpg") center bottom;
	background-size: cover;
}

#res-ngo-careerguide .bg-overlay,
.art-intro.art-ngo-careerguide .bg-overlay {
	background-color: rgba(0, 0, 0, 0.05);
}

#res-learning {
	background: url("/resources/images/res-learning-w1280.jpg") center center;
	background-size: cover;
}
header p {
	text-align: center;
	margin: 0;
}

header .slider-nav {
	margin-top: 24px;
}

#res-tools p {
	margin-bottom: 0;
}
/* Search Bar / Search Box
/*-------------------------------------------------*/
#search-res, #selected-blogger {
	padding: 10px 0;
}

#search-res ul {
	font-size: 14px;
	line-height: 36px;
	float: left;
}

#search-res ul li {
	margin-right: 4px;
}

#search-res .search-box {
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
}

#search-res .search-box a {
	line-height: 34px;
}

#search-res .search-box button {
	line-height: 34px;
}

#search-res .search-box span.glyphicon {
	color: #fff;
	top: 7px;
}

#search-res .search-box .submit-btn {
	margin: 0 12px;
	padding: 0 16px;
}

#search-res .search-box .input-field {
	width: 220px;
}

#search-res .search-box input {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#search-res .search-box input:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

#search-res .search-box input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }
#search-res .search-box input::-moz-placeholder { color: rgba(255, 255, 255, 0.5); }
#search-res .search-box input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }
#search-res .search-box input:-moz-placeholder { color: rgba(255, 255, 255, 0.5); }

/* Thumbnail List
/*-------------------------------------------------*/
.thumb-list-header {
	margin-bottom: 16px;
}

.thumb-list-header a:link,
.thumb-list-header a:visited {
	color: #333;
}

.thumb-list-header a:hover {
	color: #888;
}

.thumb-list-header h3.title,
.thumb-list-header .title:link {
	font-size: 22px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 0;
	float: left;
}

.thumb-list-header .title .adv-search-btn {
	margin-top: -4px;
	margin-left: 12px;
}

.thumb-list-header .read-more {
	float: right;
}

.thumb-list-header .title .btn {
	margin-top: -1px;
	margin-left: 12px;
}
/* Thumbnail */
.thumb-blk {
	color: #333;
	background-color: #FFF;
	border-bottom: 2px solid #ddd;
	margin-bottom: 30px;
	position: relative;
}

.thumb-blk:hover,
.thumb-blk:visited {
	color: #888;
}

.thumb-blk .thumb-info {
	padding: 8px;
}

.thumb-blk-l,
.thumb-blk-r {
	padding: 0;
}

.thumb-blk .title {
	height: 52px;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 6px;
}
/* Thumbnail AD */
.thumb-blk.adv  {
	background-color: transparent;
	border-bottom: 0;
	display: block;
}

.thumb-blk.adv img {
	margin: 0 auto;
}

.thumb-blk .tag-list {
	z-index: 3;
}
.thumb-blk .tag-list li {
	margin-right: 2px;
	margin-bottom: 2px;
}

.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-careerguide { border-bottom-color: #3192c2; }
.art-careerguide .tag-list .tag { background-color: #3192c2; }
.art-careerguide .tag-list .tag:hover { background-color: #1d7baa; }

.thumb-blk.art-ngo-careerguide { border-bottom-color: #3192c2; }
.art-ngo-careerguide .tag-list .tag { background-color: #3192c2; }
.art-ngo-careerguide .tag-list .tag:hover { background-color: #1d7baa; }


.thumb-blk.art-cthr { border-bottom-color: #643a89; }
.art-cthr .tag-list .tag { background-color: #643a89; }
.art-cthr .tag-list .tag:hover { background-color: #9a81b5; }

.thumb-blk.art-tools { border-bottom-color: #9a84b0; }

.thumb-blk.res-learning { border-bottom-color: #3192c2; }
.res-learning .tag-list .tag { background-color: #3192c2; }
.res-learning .tag-list .tag:hover { background-color: #1d7baa; }
/* Small Thumbnail */
.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 124px; }
.thumb-list-s .thumb-blk .thumb-info { padding: 0 8px; }
.thumb-list-s .thumb-blk .thumb-info .tag-list li { float: left; }
.thumb-list-s .thumb-blk .thumb-info .tag-list .tag { padding: 3px 6px; }

.more-art .thumb-list-header .title-w-line:before,
.more-art .thumb-list-header .title-w-line:after {
	top: 16px;
}

/* Author */
a.author:link,
a.author:visited {
	color: #888;
}

a.author:hover {
	color: #bbb;
}

.author .name {
	max-width: 120px;
	line-height: 36px;
	vertical-align: middle;
	display: inline-block;
}

.author img {
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	margin-right: 4px;
	display: inline-block;
}

.thumb-blk .author:link,
.thumb-blk .author:visited {
	position: absolute;
	right: 8px;
	bottom: 6px;
	z-index: 3;
}

/* Video Icon */
.thumb-blk .video-icon {
	width: 36px;
	height: 36px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: 28px;
	text-align: center;
	line-height: 42px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

.highlight-thumb .thumb-blk .video-icon {
	width: 48px;
	height: 48px;
	font-size: 36px;
	line-height: 58px;
}

.thumb-blk.art-video .video-icon {
	display: block
}

/* Thumb Image */
.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%;
}

/* Highlight */
.highlight-thumb .thumb-blk {
	margin-bottom: 0;
}

.highlight-thumb .art-cat {
	margin-bottom: 0;
}

/*.highlight-thumb .thumb-img-w {
	padding-bottom: 288px;
}*/

/* Thumbnail Hover Caption */
.thumb-blk .caption {
	width: 100%;
	height: 100%;
	color: #FFF;
	background-color: rgba(50, 128, 179, 0.9);
	opacity: 0;
	
	position: absolute;
	bottom: 0;
	text-align: center;

	margin-bottom: 0;
	display: block;
}

.thumb-blk:hover .caption {
	opacity: 1;
}

.thumb-blk .caption .content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 12px;
}

.thumb-blk .caption h2 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
}

.thumb-blk .caption .date {
	font-size: 15px;
	margin-bottom: 8px;
}

/* Eng */
body.lang-e {
	font-size: 15px;
}

.lang-e .thumb-blk .thumb-info .tag-list .tag {
	font-size: 11px;
	padding: 3px 6px;
}

.lang-e .art-content .info, .lang-e .art-content .ctfb-like {
	font-size: 15px;
}

.ebook-btn {
	font-size: 16px;
	vertical-align: 2px;
	padding: 6px 16px;
}
/* Article
---------------------------------------------------*/
.art-cat { margin-bottom: 24px; }

/* Blog */
.thumb-blk .blog-cat,
.thumb-blk .art-subcat {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	text-align: center;
	padding: 8px 0;
	position: absolute;
	bottom: 0;
}

/* Blogger */
.blogger-intro {
	text-align: center;
}

.blogger-intro img {
	border: 1px solid #ccc;
}

.blogger-intro h3 {
	margin: 12px 0;
}

.blogger-intro p {
	width: 65%;
	margin: 0 auto;
}

.blogger-list {
	text-align: center;
}

.blogger-list .author:link,
.blogger-list .author:visited {
	display: block;
}

.blogger-list .author img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.blogger-list .blogger-w {
	margin-bottom: 8px;
}

#selected-blogger .h-list .view-all {
	line-height: 36px;
	float: right;
}

#selected-blogger a.author:link,
#selected-blogger a.author:visited {
	color: #FFF;
}

#selected-blogger a.author:hover {
	color: rgba(255, 255, 255, 0.7);
}

#all-bloggers .modal-sec {
	margin-bottom: 36px;
}

#all-bloggers .modal-sec h3 {
	color: #3280b3;
	text-align: center;
}

/* Article Content
/*-------------------------------------------------*/
.top.adv {
	margin-top: 28px;
	text-align: center;
}

.top.adv img {
	margin: 0 auto;
}

.art-intro {
	letter-spacing: 1px;
}

.sub-art header {
	padding-top: 42px;
}

.art-intro .title {
	line-height: 1.3;
	margin-bottom: 16px;
}

.art-intro .date {
	font-size: 18px;
	margin-bottom: 20px;
}

.art-intro .cat {
	font-size: 18px;
}

.art-content {
	font-size: 18px;
	color: #333;
	background-color: #FFF;
	line-height: 1.5;
	letter-spacing: 1px;
}

.art-content .context .passage-w .dl-w {
	text-align: center;
	margin-bottom: 28px;
}
 
.art-content .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.art-content .content .content-l {
	min-width: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 30px;
}

.art-content .content .content-r {
	min-width: 0;
	-ms-flex: 0 0 360px;
	flex: 0 0 360px;
}

.art-content .heading {
	font-size: 22px;
	font-weight: bold;
	color: #3d82bb;
	border-bottom: 2px solid #3d82bb;
	padding-bottom: 4px;
}

.art-content .info,
.art-content .ctfb-like {
	font-size: 16px;
	background-color: #f3f3f3;
	padding: 8px 12px;
}

.art-content .info {
	min-height: 46px;
	line-height: 30px;
	position: relative;
}

.art-content .ctfb-like {
	line-height: 1.5;
}

.art-content .info .addthis_inline_share_toolbox_g7uv,
.art-content .info .addthis_inline_share_toolbox {
	float: right;
}

.art-content .info .author {
	margin-left: 16px;
}

.art-content .blog-info {
	padding-bottom: 6px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}

.art-content .blog-info .fb-like-and-share {
	float: right;
	line-height: 0;
}

.art-content .blog-info .fb-like {
	display: inline-block;
	position: relative;
	top: 1px;
}

.art-content .blog-info .addthis_inline_share_toolbox_g7uv,
.art-content .blog-info .addthis_inline_share_toolbox {
	display: inline-block;
	float: none;
}

.art-content .blogger-intro {
	min-height: 80px;
	padding: 6px 0 4px 95px;
	position: relative;
	text-align: left;
}

.art-content .blogger-intro .more-blogs {
	font-size: 14px;
	background-color: transparent;
	color: #3d82bb !important;
	padding: 4px 12px;
	position: absolute;
	right: 0;
	top: -3px;
}

.art-content .blogger-intro .more-blogs:hover {
	background-color: #FFF;
}

.art-content .blogger-intro img {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}

.art-content .blogger-intro h3 {
	font-size: 18px;
	font-weight: 600;
	color: #3d82bb;
	line-height: 1;
	padding-right: 100px;
	margin-bottom: 10px;
	margin-top: 0;
}

.art-content .blogger-intro p {
	width: 100%;
	font-size: 15px;
	margin: 0;
}	

.art-content .info .post-date {
	margin-right: 12px;
	display: inline-block;
}

.art-content .info .author {
	display: inline-block;
}

.art-content .context {
	padding: 28px 0;
}

.art-content .context .passage-w {
	margin-bottom: 28px;
}


.art-content .other-comp ul li {
	min-height: 50px;
	margin: 20px 0;
	position: relative;
}

.art-content .other-comp ul li a {
	display: inline-block;
}

.art-content .other-comp ul li img {
	vertical-align: middle;
	margin-bottom: 0;
}

/* Load extra article */
.sub-art .context .passage-w {
	width: 100%;
	max-height: 200px;
	position: relative;
	overflow: hidden;
}

.sub-art .context .passage-w .art-read-more { 
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%; 
	text-align: center !important; 
	margin: 0;
	padding-top: 36px;
	padding-bottom: 6px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.45), white);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.45)), color-stop(1, white));
	background-image: url(IMAGE), linear-gradient(to bottom, rgba(255, 255, 255, 0.45), white);
}

.art-content .context img {
	margin: 0 auto 24px auto;
}

.art-content .context p {
	font-size: 18px;
	line-height: 1.6;
	text-align: justify;
}

.art-content .context .caption {
	max-width: 630px;
	font-size: 14px;
	margin: -12px auto 24px auto;
}

.art-content .context .p-headline {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}

.art-content .video {
	margin-bottom: 24px;
}

/* Promo */
.learning-promo,
.cthr-promo {
	margin-bottom: 24px;
}

.learning-promo i.fa,
.cthr-promo i.fa {
	font-size: 20px;
	margin-right: 8px;
}

.cthr-promo a:link,
.cthr-promo a:visited {
	color: #602468;
}

.cthr-promo a:hover {
	color: #9a81b5;
}

/* Article Tag */
.art-tag {
	margin-bottom: 28px;
}

.art-tag ul {
	padding: 0;
	margin: 0;
}

.art-tag ul li {
	display: inline-block;
}

.art-tag .title,
.art-tag ul {
	float: left;
}

.art-tag .title,
.art-tag .title span {
	margin-right: 8px;
}

/* More Articles */
.more-art {
	letter-spacing: normal;
}

/* Advanced Search Modal Box */
#res-adv-search .keywords .form-group {
	margin-bottom: 0;
}

#res-adv-search .post-date .form-group {
	margin-bottom: 6px;
}

/* No result */
.res-result-list .msg {
	font-size: 18px;
	padding-bottom: 28px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 28px;
}

.res-result-list .msg p {
	font-size: 18px;
	margin-bottom: 16px;
}

.media-coverage .res-result-list .msg {
	font-size: 18px;
	padding-bottom: 80px;
	border-bottom: 0;
}


.context .btn-def {
	background-color: #3280b2;
	border-color: #3280b2;	
	color: #FFF !important;
	margin: 10px 0;
	font-size: 22px;
	font-weight: 500;
	padding: 8px 32px;
}

.context .btn-def:hover,
.context .btn-def:focus,
.context .btn-def:active,
.context .btn-def.active {
	background-color: #69abcb;
	border-color: #69abcb;
/* 	background-color: #4888b8;
	border-color: #407ba6; */
	color: #FFF;
	box-shadow: none;
}


.member-only .context .passage-w {
	position: relative;
}

.member-only.art-hidden .context .passage-w {
	overflow: hidden;
}

 .member-only.art-hidden .context .passage {
	max-height: 380px;
	height: 380px;
}

.member-only .context .passage-w .member-only-msg { 
	position: absolute; 
	top: 0px;
	bottom: 0;
	left: 0;
	width: 100%; 
	text-align: center !important;
	margin: 0;
	padding-top: 24px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,ffffff+40,ffffff+100&0.35+0,0.8+15,1+30,1+40 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.8) 15%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	min-height: 380px;
}

section.detail .member-only .member-only-msg {
	display: none;
}

.member-only .context .passage-w .member-only-msg .msg-wrapper {
	position: relative;
	top: 50px;
	padding-bottom: 50px;
}

.member-only .context .passage-w .member-only-msg .title { 
	padding: 0 0 10px 0;
	font-size: 26px;
	font-weight: bold;
	color: #3280b3;
    max-width: 450px;
	margin: 0 auto;
}

.member-only .context .passage-w .member-only-msg .title-w-line span {
	font-size: 15px;
}

.member-only .context .passage-w .member-only-msg .desc {
	display: inline-block;
	text-align: center;
}

.member-only .context .passage-w .member-only-msg .desc .btn {
	margin: 10px 0;
	font-size: 22px;
	display: block;
	font-weight: 500;
	padding: 8px 32px;
}

.member-only .context .passage-w .member-only-msg .desc p { 
	font-size: 16px;
	text-align: center;
}

.member-only .context .passage-w .member-only-msg .desc .text-ct-member {
	display: block;
	margin-top: 32px;
}

.member-only .context .passage-w .member-only-msg .desc .text-ct-member .text {
	font-size: 14px;
}

.member-only .context .passage-w .member-only-msg .desc .text-ct-member .btn-register-now {


	min-width: 256px;
	margin: 8px 0 20px 0;
}


/* Tools */
.res-tools-list .thumb-blk .title {
	margin-bottom: 0;
}

.sort-cv-100 {
	min-width: 280px;
}

.res-tools-cv100 .thumb-list-header .title {
	height: 40px;
	line-height: 40px;
}

.side-box .art-list.cv100-list .art-item a:link {
	margin-bottom: 0;
}

.res-tools .res-tools-list .sec-desc {
	text-align: center;
}
.res-tools .res-tools-list .sec-desc p {
	font-size: 16px;
}
.res-tools .res-tools-list .art-cat-scroll {
	display: inline-block;
	margin: 18px auto 34px auto;
}
.res-tools .res-tools-list .art-cat-scroll a,
.res-tools .res-tools-list .art-cat-scroll a:link,
.res-tools .res-tools-list .art-cat-scroll a:visited {
	color: #333;
	font-size: 16px;
}
.res-tools .res-tools-list .art-cat-scroll a:hover,
.res-tools .res-tools-list .art-cat-scroll a:focus {
	color: #888;
}
.res-tools .res-tools-list .v-separator {
	margin: 0 8px;
}

.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 {
	text-align: center;
	background-color: #FFF;
	width: 430px;
	
	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;
}

.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;
}


@media only screen and (max-width: 767px) { 
	.res-tools .new-line {
		display: block;
	}
	.res-tools .res-tools-list .sec-desc p {
		font-size: 15px;
	}
	.res-tools .res-tools-list .art-cat-scroll a,
	.res-tools .res-tools-list .art-cat-scroll a:link,
	.res-tools .res-tools-list .art-cat-scroll a:visited {
		font-size: 15px;
	}
}

/* Career Guide */
.select-field.comp {
	width: 250px;
	margin-left: 16px;
}

.select-field.comp .form-control {
	font-size: 15px;
	height: 36px;
	line-height: 30px;
}

#res-adv-search .m-dp {
	display: none;
}

/* Career Guide */
.art-careerguide-list .thumb-list-header .adv-search-btn,
.art-careerguide-list .thumb-list-header .sort-art {
	display: none;
}

.art-careerguide-list .filter {
	margin: -10px 0 20px 0;
}

.art-careerguide-list .filter .category,
.art-careerguide-list .filter .edition {
	width: 280px;
	margin-right: 12px;
	float: left;
}

.art-careerguide-list .filter .edition {
	width: 190px;
}

.art-careerguide-list .filter .submit-btn {
	height: 34px;
	line-height: 32px;
	background-color: #50a0cc;
	border-color: #50a0cc;
	padding: 0 15px;
	margin-top: 1px;
	float: left;
}

.art-careerguide-list .filter .submit-btn:hover {
	background-color: #78c1e9;
	border-color: #78c1e9;
}


.art-careerguide-list .filter .act-field {
	font-size: 15px;
	height: 36px;
	padding-left: 36px;
}

.art-careerguide-list .filter .act-field .field-txt {
	font-size: 15px;
	line-height: 32px;
}

.art-careerguide-list .filter .act-field .icon {
	width: 32px;
	height: 32px;
}

.art-careerguide-list .filter .act-field i.fa,
.art-careerguide-list .filter .act-field .ct-icon {
	font-size: 16px;
	line-height: 32px;
}

.art-careerguide-list .filter .act-field i.fa-times {
	line-height: 28px;
}

.art-careerguide-list .filter .criteria-content.show {
	margin-top: -2px;
}


/* Resources Learning */
.res-learning #secNav .mobile { display: none; }

.res-learning .nav-right {
	margin-right: -30px;
	float: right;
}

.res-learning .navbar-default .nav>li.search-course {
	margin-left: 16px;
}

.res-learning .nav-right img {
	color: rgba(255, 255, 255, 0.7);
}

/* Search Bar */
.res-learning .searchbar {
    width: 180px;
    height: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    transition: all 1s;
    box-sizing: border-box;
}

.res-learning .searchbar input {
    width: 100%;
    height: 28px;
    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;
}

.res-learning .searchbar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 0.5; /* Firefox */
}

.res-learning .searchbar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
}

.res-learning .searchbar input::-ms-input-placeholder { /* Microsoft Edge */
	color: white;
}

.res-learning .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;
}

.res-learning .searchbar:hover {
    width: 280px;
    cursor: pointer;
}

.res-learning .searchbar:hover input {
    display: block;
}

.res-learning .searchbar:hover .fa {
    color: white;
}

.res-learning .filter-jobcat {
	width: 280px;
	height: 36px;
	font-size: 15px;
	display: inline-block;
	margin-left: 15px;
}

.res-learning .filter-jobcat select {
	height: 36px;
}

.content-r.sticky, .content-r .sticky {
	width: 360px;
	position: sticky;
	top: 10px;
}

.next-post {
	width: 100%;
	height: auto;
	background-color: #3280b3;
	position: fixed;
	bottom: -67px;
	z-index: 10;
	display: none;
}

.next-post .next:link,
.next-post .next:visited {
	width: 100%;
	font-weight: normal;
	text-align: left;
	background-color: #fccf00;
	color: #3280b3;
	padding: 8px 35px 12px 15px;
	display: block;
}

.next-post .next:link span:first-child {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.next-post .next i {
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -12px;
}
/* Dropdown
--------------------------------------------------*/
.filter-scroll {
	max-height: 280px;
	overflow: auto;
	margin-top: 4px;
}

.res-learning .navbar-nav>li>.dropdown-menu {
	width: 350px;
	background-color: #266193;
	color: #FFF;
	padding-bottom: 16px;
}

.res-learning .navbar-nav>li>.dropdown-menu:not(.plain) i.fa.fa-angle-right,
.res-learning .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;
}

.res-learning .navbar-nav>li>.dropdown-menu i.fa.fa-angle-left {
	right: auto;
	left: 12px;
}

.res-learning .dropdown-menu ul li.back a:link {
	padding-left: 32px;
}

.res-learning .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;
}

.res-learning .dropdown-menu ul li a:link,
.res-learning .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;
}

.res-learning .dropdown-menu ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 1);
}

.res-learning .dropdown-menu ul li.sub-header {
	font-size: 13px;
	font-weight: bold;
	color: rgba(255, 255, 255, .4);
	padding: 16px 12px 4px 12px;
}

.res-learning .dropdown-menu ul li.sub-header:first-of-type {
	padding-top: 8px;
}

.res-learning .navbar-nav>li>.dropdown-menu .filter-list.sub {
	padding-left: 0;
	display: none;
}

.res-learning .navbar-nav>li>.dropdown-menu.plain {
	width: 220px;
	padding: 8px;
}

.res-learning .navbar-nav>li>.dropdown-menu:not(.plain) i.fa.fa-angle-right,
.res-learning .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;
}

.res-learning .navbar-nav>li>.dropdown-menu.plain i.fa.fa-angle-right {
	margin-left: 0;
}

.res-learning .navbar-nav>li>.dropdown-menu:not(.plain) i.fa.fa-angle-left {
	right: auto;
	left: 12px;
}

#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;
}


.mCSB_inside > .mCSB_container {
	margin-right: 20px;
}

.res-learning .navbar-nav>li>.dropdown-menu .filter-list.sub {
	padding-left: 0;
	display: none;
}

/* 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;
}


.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 {
	width: 100%;
	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 {
    -webkit-transform: translateX(-160px); 
    -moz-transform: translateX(-160px); 
    -ms-transform: translateX(-160px); 
    transform: translateX(-160px); 
}
.page-control .article-title {
	height: 42px;
	display: inline-block;
}

.cus-html.recommend-jobs h3 {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 16px;
}

.cus-html.recommend-jobs .job-list li {
	color: #333;
	background-color: #FFF;
	border-bottom: 2px solid #3280b3;
	padding: 10px 15px;
	margin-bottom: 16px;
	position: relative;
}

.cus-html.recommend-jobs .job-list li .job-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	max-height: 40px;
	display: block;
	position: relative;
	z-index: 3;
}

.cus-html.recommend-jobs .job-list li .company {
	font-size: 15px;
	color: #333;
	line-height: 1.3;
	max-height: 38px;
	margin: 4px 0;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.cus-html.recommend-jobs .job-list li .company:hover {
	color: #888;
}

.cus-html.recommend-jobs .job-list li .date {
	font-size: 13px;
	color: #888;
}

/* Looking for jobs? */
.job-search-msg:link,
.job-search-msg:visited {
	font-size: 14px;
	width: 165px;
	background: #3280b3;
	color: #FFF;
	padding: 8px 16px;
	border-radius: 42px;

	position: fixed;
	bottom: -48px;
	left: 50%;
    transform: translate(-50%, 0);

	transition: bottom .3s ease-in-out !important;

	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);

	display: none;
	align-items: center;
}

.job-search-msg.on {
	bottom: 15px;
}

.job-search-msg img {
	margin-right: 8px;
}

/* Looking for jobs? v2 */
.job-search-msg-v2:link,
.job-search-msg-v2:visited {
	font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
	font-size: 14px;
	width: auto;
	font-weight: 600;
	background: linear-gradient(270deg,#79d3c3,#41a0dd);
	color: #FFF;
	padding: 10px 20px;
	border-radius: 42px;
	position: fixed;
	bottom: -48px;
	left: 50%;
	transform: translate(-50%, 0);
	transition: bottom .3s ease-in-out !important;
	-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);
	display: none;
	align-items: center;
}

.job-search-msg-v2.on {
	bottom: 15px;
}

.job-search-msg-v2 img {
	margin-right: 6px;
}

.job-search-msg-v2 span {
	white-space: pre;
}

/* Media Queries
/*-------------------------------------------------*/
@media (min-width: 768px) {
	.res-list .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
}

@media only screen and (max-width: 1300px) {
	/* 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: 36px; }
}

@media only screen and (max-width: 1200px) {
	.art-box .fb-page-plugin .fb-page { width: 100%; text-align: center; }
	.art-content .content { flex-wrap: wrap; }
	.art-content .content .content-l { margin-right: 0; }
	.art-content .content .content-r { -ms-flex: 0 0 100%; flex: 0 0 100%; }
	.art-content .ctfb-like { display: none; }
	.art-content .art-tag { margin-bottom: 0; }
	
	/* Search Bar */
	#search-res { text-align: center; }
	#search-res ul { line-height: 28px; }
	#search-res .search-box { width: 100%; border-right: 0; padding-right: 0; margin-right: 0; margin-bottom: 8px; }
	#search-res .search-box, #search-res ul { float: none; }
	
	.author .name { max-width: 72px; }
	
	.res-learning .content-r .sticky { width: 100%; }
	
	.job-search-msg:link,
	.job-search-msg:visited { display: flex; }
	
	.job-search-msg-v2 .fa { margin-top: -3px; }

	.arrow-right {
		animation: arrow-right-slide 1s ease-in-out infinite;
		margin-left: 6px;
	}	  

	@keyframes arrow-right-slide {
		0%,
		100% {
		  transform: translate(0, 0);
		}
	  
		50% {
		  transform: translate(6px, 0);
		}
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/* Slider */
	.slick-next, [dir='rtl'] .slick-prev { right: -12px; }
	.slick-prev, [dir='rtl'] .slick-next { left: -12px; }
	.slick-prev:before, .slick-next:before { font-size: 32px; }

	/* Thumb */
	/*.thumb-blk .thumb-img-w { padding-bottom: 236px; }
	.thumb-list .thumb-blk .thumb-img-w { padding-bottom: 152px; }*/
}

@media only screen and (max-width: 992px) {
	#resources { background-image: url("/resources/images/main-bg-w992.jpg"); }
	#res-news, .art-intro.art-news { background-image: url("/resources/images/res-news-w992.jpg"); }
	#res-story, .art-intro.art-story { background-image: url("/resources/images/res-story-w992.jpg"); }
	#res-tips, .art-intro.art-tips { background-image: url("/resources/images/res-tips-w992.jpg"); }
	#res-blog, .art-intro.art-blog { background-image: url("/resources/images/res-blog-w992.jpg"); }
	#res-tools, .art-intro.art-tools { background-image: url("/resources/images/res-tools-w992.jpg"); }
	#res-careerguide, .art-intro.art-careerguide { background-image: url("/resources/images/res-careerguide-w992.jpg"); }
	#res-ngo-careerguide, .art-intro.art-ngo-careerguide { background-image: url("/resources/images/res-ngo-careerguide-w992.jpg"); }
	#res-learning, .art-intro.res-learning { background-image: url("/resources/images/res-learning-w992.jpg"); }
	/* Blogger */
	.author .name { max-width: 120px; }
	#selected-blogger .h-list { text-align: center; }
	#selected-blogger .h-list li { margin-bottom: 4px; }
	#selected-blogger .h-list li:first-child { margin-bottom: 8px; margin-right: 0; }
	#selected-blogger .h-list li:last-child { width: 100%; text-align: center; line-height: normal; margin-top: 6px; margin-bottom: 0; }

	/* Advanced Search Modal Box */
	#res-adv-search .keywords .form-group { margin-bottom: 6px; }
	
	/* Slider */
	.slick-next, [dir='rtl'] .slick-prev { right: -20px; }
	.slick-prev, [dir='rtl'] .slick-next { left: -20px; }
	
	/* Thumb */
	/*.highlight-thumb .thumb-img-w { padding-bottom: 179px; }*/
	.lang-e .thumb-blk .thumb-info .tag-list .tag { font-size: 10px; }
	.art-cat { margin-bottom: 12px; }

	.author img { width: 32px; height: 32px; }
	
	.art-careerguide-list .thumb-list-header .adv-search-btn,
	.art-careerguide-list .thumb-list-header .sort-art { display: inline-block; }
	
	.art-careerguide-list .filter { display: none; }
	
	.res-learning .filter-jobcat { margin-left: 0; }
	
	.share-p .sticky-back-to-top:link { bottom: 68px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	/* Thumb */
	.thumb-blk .title { font-size: 18px; height: 50px; margin-bottom: 12px; }
	.thumb-blk .tag-list li { margin-right: 2px; }
	.thumb-blk .tag-list .tag { font-size: 12px; padding: 2px 4px; }

	/*.thumb-blk .thumb-img-w { padding-bottom: 180px; }
	.thumb-list .thumb-blk .thumb-img-w { padding-bottom: 114px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 116px; }
	.thumb-blk .author:link, .thumb-blk .author:visited {
		width: 100%;
		text-align: center;			
		margin-top: 12px;
		position: relative;
		top: auto;
		right: auto;
		float: left;
	}
	
	/* Slider */
	.slick-next, [dir='rtl'] .slick-prev { right: -8px; }
	.slick-prev, [dir='rtl'] .slick-next { left: -8px; }
}

@media only screen and (max-width: 767px) {
	#resources { background-image: url("/resources/images/main-bg-w768.jpg"); }
	#res-news, .art-intro.art-news { background-image: url("/resources/images/res-news-w768.jpg"); }
	#res-story, .art-intro.art-story { background-image: url("/resources/images/res-story-w768.jpg"); }
	#res-tips, .art-intro.art-tips { background-image: url("/resources/images/res-tips-w768.jpg"); }
	#res-blog, .art-intro.art-blog { background-image: url("/resources/images/res-blog-w768.jpg"); }
	#res-tools, .art-intro.art-tools { background-image: url("/resources/images/res-tools-w768.jpg"); }
	#res-careerguide, .art-intro.art-careerguide { background-image: url("/resources/images/res-careerguide-w768.jpg"); padding: 28px 15px; }
	#res-ngo-careerguide, .art-intro.art-ngo-careerguide { background-image: url("/resources/images/res-ngo-careerguide-w768.jpg"); }
	#res-learning, .art-intro.res-learning { background-image: url("/resources/images/res-learning-w768.jpg"); }
	.thumb-list-header .sort-w { margin: 12px 0; float: none; }
	
	.row-eq-height { display: block; }
	
	/* Search Box */
	#search-res .search-box .input-field { width: 220px; }
	#search-res .search-box .submit-btn { margin-right: 0; }
	#search-res .adv-search-btn { margin-left: 12px; }

	/* Thumb */
	.thumb-list-header { font-size: 24px; text-align: center; }
	.thumb-list-header .title:not(.title-w-line) { width: 100%; height: auto; font-size: 20px; line-height: 28px; float: none; display: block; }
	.thumb-list-header .read-more { margin-bottom: 8px; float: none; }
	
	.res-list .thumb-blk .title { font-size: 18px; height: auto; }
	/*.thumb-blk .thumb-img-w { padding-bottom: 114px; }*/
	.thumb-blk .thumb-preview:hover { color: #333; }
	.thumb-blk .author:link, .thumb-blk .author:visited { bottom: 0; }

	.thumb-list-s .thumb-blk { margin-bottom: 20px; }
	/*.more-art .thumb-blk { min-height: auto; }*/
	.thumb-list-s .thumb-blk .thumb-info { padding: 0 12px; }
	.thumb-list-s .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	
	.highlight-thumb .thumb-blk { margin-bottom: 0; }
	.highlight-thumb .thumb-img-w .thumbnail img { width: 100%; }
	
	.art-intro .title { font-size: 28px; margin-bottom: 8px; }
	.art-intro .date { font-size: 15px; margin-bottom: 12px; }
	.art-intro .cat { font-size: 16px; }
	.art-content .heading { font-size: 20px; }
	/*.art-content .info .addthis_inline_share_toolbox_g7uv { position: absolute; right: 8px; bottom: 8px; }*/
	.art-box .title { font-size: 20px; text-align: center; }
	.art-box ul li:last-child .read-more { display: block; }

	.blogger-intro p { width: 85%; }
	.art-content .info  .blog-info .addthis_inline_share_toolbox_g7uv { position: static; }
	
	/* No result */
	.res-result-list .msg, .res-result-list .msg p { text-align: center; }

	/* Slider */
	.slick-next, [dir='rtl'] .slick-prev { right: 4px; }
	.slick-prev, [dir='rtl'] .slick-next { left: 4px; }
	.slick-prev, .slick-next { top: 40%; }
	
	#res-adv-search .m-dp { display: block; }
	#res-adv-search .datepicker { display: none; }
	
	.select-field.comp { margin-top: 6px; margin-left: 0; }
	/* Learning */
	.res-learning .thumb-list-header .title:not(.title-w-line) { width: 100%; height: auto; font-size: 20px; line-height: 28px; float: none; margin-bottom: 12px; display: block; }
	.res-learning .nav-right { display: none; }
	.res-learning #secNav .dropdown { display: none; }
	.res-learning #secNav .mobile { display: block; }	
	.res-learning .page-control { display: none; }
	.next-post{ display: block; }

	.res-learning .navbar-nav>li>.dropdown-menu.plain { width: auto; font-size: 15px; padding: 4px 0; }

	.popup.member-register { width: 80%; }
	.popup.member-register .register-btn { min-width: 80%; }
}

@media only screen and (max-width: 480px) {
	header, .sub-art header { padding-top: 24px; }
	header hr { margin-bottom: 12px; }
	header p { font-size: 15px; padding: 0 15px; }
	#res-ngo-careerguide, .art-intro.art-ngo-careerguide { background-image: url("/resources/images/res-ngo-careerguide-w480.jpg"); }
	.art-content .info { font-size: 14px; }
	.art-content .info span.post-date,
	.art-content .info span.author,
	.art-content .info .dl-pdf	{ display: inline-block; }
	.art-content .info span.dot-divide { display: none; }
	.art-content .info span.author { margin-left: 0; }
	.art-content .info .addthis_inline_share_toolbox_g7uv,.art-content .info .addthis_inline_share_toolbox { float: right; }
	.art-content .context { padding: 20px 0; }
	.art-content .other-comp ul li img { margin-left: 0; margin-bottom: 6px; display: block; }
	.cthr-promo, .art-tag { font-size: 16px; margin-bottom: 20px; }

	#search-res .search-box .input-field { width: 170px; }
	/* Blogger */
	.art-content .blogger-intro { padding-left: 70px; }
	.art-content .blogger-intro img { width: 60px; }
	.art-content .blogger-intro h3 { padding-right: 0; }
	.art-content .blogger-intro .more-blogs { position: relative; top: auto; right: auto; margin-top: 8px; }

	/* Thumb */
	.thumb-list-header { margin-bottom: 6px; }
	.thumb-blk-w { padding: 0; }
	.thumb-blk .author { font-size: 13px; }
	/*.thumb-blk .thumb-img-w { padding-bottom: 235px; }*/
	.thumb-list-s .thumb-blk .thumb-info { font-size: 16px; padding: 0 12px 8px 12px; }
	header .tag-list .tag { padding: 3px 6px; }
	.highlight-thumb .art-cat { padding: 0; }
	
	/* Slider */
	.slick-prev, .slick-next { top: 32%; }
	.slick-next, [dir='rtl'] .slick-prev { right: 0; }
	.slick-prev, [dir='rtl'] .slick-next { left: 0; }
	.slick-prev:before, .slick-next:before { font-size: 28px; }

	.popup.member-register { width: 92%; padding-left: 24px; padding-right: 24px; }
}

@media only screen and (max-width: 400px) {
	.member-only .context .passage-w .member-only-msg .desc .text-ct-member { font-size: 12px; }
    .member-only .context .passage-w .member-only-msg .title { max-width: 300px; }
	.member-only .context .passage-w .member-only-msg .desc .btn { font-size: 18px; }
	.member-only .context .passage-w .member-only-msg .desc .text-ct-member .btn-register-now { min-width: 200px; }
	.member-only.art-hidden .context .passage-w { margin-bottom: 28px; }	
	.art-content .blog-info .fb-like-and-share { float: none; }
}

@media only screen and (max-width: 320px) {
	#resources { background-image: url("/resources/images/main-bg-w330.jpg"); }
	#res-news, .art-intro.art-news { background-image: url("/resources/images/res-news-w330.jpg"); }
	#res-story, .art-intro.art-story { background-image: url("/resources/images/res-story-w330.jpg"); }
	#res-tips, .art-intro.art-tips { background-image: url("/resources/images/res-tips-w330.jpg"); }
	#res-blog, .art-intro.art-blog { background-image: url("/resources/images/res-blog-w330.jpg"); }
	#res-tools, .art-intro.art-tools { background-image: url("/resources/images/res-tools-w330.jpg"); }
	#res-careerguide, .art-intro.art-careerguide { background-image: url("/resources/images/res-careerguide-w330.jpg"); }
	#res-ngo-careerguide, .art-intro.art-ngo-careerguide { background-image: url("/resources/images/res-ngo-careerguide-w330.jpg"); }
	#res-learning, .art-intro.res-learning { background-image: url("/resources/images/resources/res-learning-w330.jpg"); }
	/* Search Box */
	#search-res .search-box .input-field { width: 180px; }
	
	/* Thumb */
	.thumb-list-s .thumb-blk .title { margin-bottom: 6px; }
	.thumb-list-s .thumb-blk .thumb-info { font-size: 16px; padding: 8px; padding-top: 0; }
	
	/*.thumb-blk .thumb-img-w { padding-bottom: 140px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 80px; }
}

@media only screen and (max-width: 320px) {
	/* .thumb-blk .thumb-img-w { padding-bottom: 140px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 80px; }
}

@media (min-width: 360px) and (max-width: 374px) {
	/* .thumb-blk .thumb-img-w { padding-bottom: 164px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 90px; }
}

@media (min-width: 375px) and (max-width: 413px) {
	/* .thumb-blk .thumb-img-w { padding-bottom: 194px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 96px; }
}

@media (min-width: 414px) and (max-width: 479px) {
	/* .thumb-blk .thumb-img-w { padding-bottom: 195px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 116px; }
}

@media (min-width: 480px) and (max-width: 549px) {
	/* .thumb-blk .thumb-img-w { padding-bottom: 232px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 124px; }
}

@media (min-width: 550px) and (max-width: 619px) {
	/* .thumb-blk .thumb-img-w { padding-bottom: 274px; }*/
	.member-only .context .passage-w { max-height: 510px; height: 510px; }
	.member-only.art-hidden .context .passage { max-height: 510px; height: 510px; }
	.member-only .context .passage-w .member-only-msg { min-height: 510px; }
	.member-only .context .passage-w .member-only-msg .title { font-size: 24px; margin: 0 auto; }
	.member-only .context .passage-w .member-only-msg .desc .text-desc { max-width: 380px; margin: 0 auto; }
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 124px; }
}

@media (min-width: 620px) and (max-width: 719px) {
	/* .thumb-blk .thumb-img-w { padding-bottom: 299px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 166px; }
}

@media (min-width: 720px) and (max-width: 767px) {
	/* .thumb-blk .thumb-img-w { padding-bottom: 350px; }*/
	.thumb-list-s .thumb-blk .thumb-img-w { padding-bottom: 170px; }
}
