body.expired {
	overflow: hidden;
}

body.expired #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

.lazyload{
	opacity: 0;
	transform: scale(0.8);
	display: block;
    max-width: 100%;
    height: auto;
}

.lazyloaded {
	opacity: 1;
	transform: scale(1);
	transition: all 700ms;
	max-width: 100%;
    height: auto;
}

/***********************************************************************/
[name=youtube] {
    background-color: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
[name=youtube] img {
	transform: scale(1);
	display: block;
    width: 100%;
    height: auto;
}
[name=youtube] .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
[name=youtube] .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
[name=youtube] img,
[name=youtube] .play-button {
    cursor: pointer;

}
[name=youtube] img,
[name=youtube] iframe,
[name=youtube] .play-button,
[name=youtube] .play-button:before {
    position: absolute;
}
[name=youtube] .play-button,
[name=youtube] .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
[name=youtube] iframe {
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
/***********************************************************************/

#overlay .content {
	font-size: 28px;
	line-height: 1.6;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#overlay .content a {
	font-size: 15px;
}

.overlay-a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Arial, "Microsoft JhengHei", "敺株??甇?暺煾??", PMingLiU, "?鰵蝝唳?𡡞??", Helvetica, sans-serif;
}

hr {
	margin-bottom: 28px;
}

p:last-of-type {
	margin-bottom: 0;
}

section {
	padding: 42px 0;
}

/* Dark Background */
.dark-bg hr {
	border-color: #FFF;
}

.dark-bg a:link, .dark-bg a:visited {
	color: #69abcb;
}

.dark-bg a:hover, .dark-bg a:focus {
	color: #b4def3;
}

/* Nav (Mobile)
/*-------------------------------------------------*/
.nav-m {
	width: 100%;
	background-color: #FFF;
	color: #FFF;
	padding: 12px;
	border-bottom: 4px solid #3d82bb;
	z-index: 99;
	overflow-y: hidden;
	overflow-x: auto;
}

.nav-m .nav>li>a {
	padding: 6px 8px;
	display: inline;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.nav-m .nav>li>a:hover {
	background-color: transparent;
}

.nav-m .nav>li>a:focus {
	background-color: transparent;
}

.nav-m ul li.active a:hover,
.nav-m ul li.active a:focus {
	background-color: #3d82bb;
}

.nav-m ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.nav-m ul li {
	margin-right: 4px;
	display: inline-block;
}

.nav-m ul li.active a {
	background-color: #3d82bb;
	color: #FFF;
}

/* Scroll to top
/*-------------------------------------------------*/
.scrollToTop:link, .scrollToTop:visited, .scrollToTop:focus {
	width: 48px; 
	height: 48px;
	line-height: 26px;
	
	background: #FFF;
	color: #69abcb;
	
	border: 4px solid #69abcb;
	
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	
	opacity: 0.6;
	
	padding: 8px;
	
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
}

.scrollToTop span.glyphicon {
	margin-right: 0;
	margin-left: 1px;
}

.scrollToTop:hover {
	opacity: 1;
}

/* Animation
/*-------------------------------------------------*/
.slideanim { visibility: hidden; }

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	visibility: visible;			
}

@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

/* Navbar Toggle
/*-------------------------------------------------*/
.navbar-toggle .icon-bar { position: relative; transition: all 300ms ease-in-out; }
.navbar-toggle .icon-bar:nth-of-type(2) { top: 1px; }
.navbar-toggle .icon-bar:nth-of-type(3) { top: 2px; }
.navbar-toggle.active .icon-bar:nth-of-type(1) { top: 6px; transform: rotate(45deg); }
.navbar-toggle.active .icon-bar:nth-of-type(2) { background-color: transparent; }
.navbar-toggle.active .icon-bar:nth-of-type(3) { top: -6px; transform: rotate(-45deg); }

/* General
/*-------------------------------------------------*/
.b-bg {
	background-color: #eff5f9;
}

.dark-bg {
	color: #FFF;
}

section {
	background-color: #FFF;
	color: #333;
}

section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

section ul li {
	text-align: left;
}

section h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 12px 0;
}

section h2.title {
	text-align: left;
}

section h3 {
	line-height: 1.3;
	margin: 0 0 20px 0;
}

section span.glyphicon {
	font-size: 12px;
	margin-left: 8px;
}

.separator {
	background-color: transparent;
	color: #333;
	margin-bottom: 42px;
	display: none;
}

.separator span.glyphicon {
	margin-left: 0;
}

.sec-separator {
	width: 100%;
	background-color: #eff5f9;
	height: 12px;
}

section .sub-sec {
	border-bottom: 1px solid #D2E0EF;
	padding-top: 20px;
}

section .sub-sec:last-child {
	border-bottom: 0;
	margin: 0;
}

section .sub-sec h3 {
	font-weight: bold;
	color: #444;
}

ul.center-list {
	text-align: center;
	margin-bottom: 0;
}

ul.center-list li {
	text-align: center;
	display: inline-block;
	margin: 36px;
	margin-top: 0;
}

/* Form */
.form-group label {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.form-input {
	position: relative;
	display: inline-block;
}

.form-input span.glyphicon {
	font-size: 15px;
	color: #666;
	position: absolute;
	left: 4px;
	top: 12px;
}

.form-inline label {
	margin-right: 16px;
}

.form-inline .form-control {
	width: 100%;
	padding-left: 36px;
}

.form-inline .submit-btn {
	margin-left: 12px;
}

.show-more {
	display: none;
}

.media-sec img {
	width: 100%;
}

/* Button
/*-------------------------------------------------*/
/* Round Corner */
.btn.round {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}

/* Default Button */
.btn-def {
	background-color: #5A94BF;
	border-color: #5A94BF;
	color: #FFF !important;
}

.btn-def:hover,
.btn-def:focus,
.btn-def:active,
.btn-def.active {
	background-color: #4888b8;
	border-color: #407ba6;
	color: #FFF;
}

.btn-def.disabled:hover,
.btn-def.disabled:focus,
.btn-def.disabled:active,
.btn-def.disabled.active,
.btn-def[disabled]:hover,
.btn-def[disabled]:focus,
.btn-def[disabled]:active,
.btn-def[disabled].active,
fieldset[disabled] .btn-def:hover,
fieldset[disabled] .btn-def:focus,
fieldset[disabled] .btn-def:active,
fieldset[disabled] .btn-def.active {
	background-color: #5A94BF;
	border-color: #5A94BF;
}

.btn-white {
	background-color: #FFF;
	border-color: #FFF;
	color: #5A94BF !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	background-color: #5A94BF;
	border-color: #5A94BF;
	color: #FFF !important;
}

.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
	background-color: #5A94BF;
	border-color: #5A94BF;
	color: #FFF !important;
}

/* Readmore Button */
.btn-def.read-more {
	background-color: #5A94BF;
	border-color: #5A94BF;
	color: #FFF !important;
}

.btn-def.read-more:hover,
.btn-def.read-more:focus,
.btn-def.read-more:active,
.btn-def.read-more.active {
	background-color: #4888b8;
	border-color: #407ba6;
	color: #FFF;
}

.btn-def.read-more.disabled:hover,
.btn-def.read-more.disabled:focus,
.btn-def.read-more.disabled:active,
.btn-def.read-more.disabled.active,
.btn-def.read-more[disabled]:hover,
.btn-def.read-more[disabled]:focus,
.btn-def.read-more[disabled]:active,
.btn-def.read-more[disabled].active,
fieldset[disabled] .btn-def.read-more:hover,
fieldset[disabled] .btn-def.read-more:focus,
fieldset[disabled] .btn-def.read-more:active,
fieldset[disabled] .btn-def.read-more.active {
	background-color: #5A94BF;
	border-color: #5A94BF;
}

/* Submit Button */
.submit-btn:link, .submit-btn:visited {
	background-color: #5A94BF;
	border-color: #5A94BF;
	color: #FFF !important;
	padding: 6px 24px;
}

.submit-btn:hover,
.submit-btn:focus,
.submit-btn:active,
.submit-btn.active {
	background-color: #4888b8;
	border-color: #407ba6;
	color: #FFF;
}

.submit-btn.disabled:hover,
.submit-btn.disabled:focus,
.submit-btn.disabled:active,
.submit-btn.disabled.active,
.submit-btn[disabled]:hover,
.submit-btn[disabled]:focus,
.submit-btn[disabled]:active,
.submit-btn[disabled].active,
fieldset[disabled] .submit-btn:hover,
fieldset[disabled] .submit-btn:focus,
fieldset[disabled] .submit-btn:active,
fieldset[disabled] .submit-btn.active {
	background-color: #5A94BF;
	border-color: #5A94BF;
}

/* Highlight Button */
.btn-highlight:link, .btn-highlight:visited {
	background-color: #F27755;
	border-color: #F27755;
	color: #FFF;
}

.btn-highlight:hover,
.btn-highlight:focus,
.btn-highlight:active,
.btn-highlight.active {
	background-color: #E86546;
	border-color: #E86546;
	color: #FFF;
}

.btn-highlight.disabled:hover,
.btn-highlight.disabled:focus,
.btn-highlight.disabled:active,
.btn-highlight.disabled.active,
.btn-highlight[disabled]:hover,
.btn-highlight[disabled]:focus,
.btn-highlight[disabled]:active,
.btn-highlight[disabled].active,
fieldset[disabled] .btn-highlight:hover,
fieldset[disabled] .btn-highlight:focus,
fieldset[disabled] .btn-highlight:active,
fieldset[disabled] .btn-highlight.active {
	background-color: #F27755;
	border-color: #F27755;
}

/* Company Profile Listing
---------------------------------------------------*/
.move-up {
	position: relative;
	top: 0;
	transition: top ease-in-out 0.3s;
}

.move-up:hover {
	top: -4px;
}

.comp-profile-landing hr {
	border-color: #FFF;
	margin: 28px auto;
}

.comp-profile-landing .sorting {
	background-color: rgba(61, 130, 187, 0.75);
	padding: 12px;
	margin-bottom: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.comp-profile-landing .sorting li {
	color: #FFF;
	font-size: 18px;
	margin-right: 24px;
	display: inline-block;
}

.comp-profile-landing .sorting li a:link,
.comp-profile-landing .sorting li a:visited {
	color: #FFF;
	opacity: 0.85;
}

.comp-profile-landing .sorting li a:hover {
	opacity: 1;
}

.comp-profile-landing .sorting li.current a:link {
	font-weight: bold;
	opacity: 1;
}

.comp-profile-landing .sorting li a.disabled {
	opacity: 0.35;
	cursor: default;
}

.comp-profile-listing {
	background: url("../images/company-profile-bg.jpg") no-repeat center center fixed;
	background-size:cover;
	padding: 48px 0;
	
}

.comp-profile-listing h1 {
	color: #FFF;
	text-align: center;
	margin-bottom: 32px;
}

.comp-profile-listing .comp {
	font-size: 16px;
	font-weight: bold;
	min-height: 420px;
	line-height: 1.2;
	text-align: center;
	background-color: #FFF;
	color: #000;
	padding: 16px;
	margin-bottom: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.4);
	position: relative;
	display: block;
}

.comp-profile-listing .comp .comp-media {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.comp-profile-listing .comp .logo {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	margin-bottom: 16px;
	max-width: 154px;
	max-height: 50px;
}

.comp-profile-listing .comp .info {
	height: 170px;
	position: relative;
}

.comp-profile-listing .comp .info:hover .btn-def {
	background-color: #4888b8;
	border-color: #407ba6;
	color: #FFF;
}

.comp-profile-listing .comp .info .name {
	color: #555;
	line-height: 1.3;
}

.comp-profile-listing .comp .info .ellipsis-text {
	max-height: 60px;
}

.comp-profile-listing .comp .info .more {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.comp-profile-listing .see-more {
	text-align: center;
}

/* Company Intro
/*-------------------------------------------------*/
.company-intro {
    background-attachment: scroll;
	background-size: cover;
	color: #FFF;
	padding: 72px 0 48px 0;
	position: relative;
}

.company-intro h1 {
	font-size: 36px;
	line-height: 1.5;
	margin: 20px 0;
}

.company-intro .logo {
	background-color: #FFF;
	padding: 8px 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
}

.company-intro ul {
	margin: 0;
}

.company-intro ul li {
	line-height: 20px;
	display: inline-block;
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
}

.company-intro ul li:last-child {
	margin-bottom: 0;
}

.company-intro ul li span.icon {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: -2px;
}

.company-intro ul li.employee span.icon { background-position: 0 0; }

.company-intro ul li.loc { margin-left: 16px; }
.company-intro ul li.loc span.icon { background-position: -30px 0; }

.company-intro ul li.job-indus { padding-left: 20px; }
.company-intro ul li.job-indus span.icon { background-position: -60px 0; }
.company-intro ul li.job-indus a:link { line-height: 1.4; margin: 0 8px; }

.company-intro .job-indus-list li {
	padding-left: 12px; margin-bottom: 4px;
}

/* Triangle
/*-------------------------------------------------*/
.tri-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 23px 0 23px;
	border-color: #eff5f9 transparent transparent transparent;
	
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -26px;
}

/* Title with line
---------------------------------------------------*/
.title-w-line {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	display: table;
	white-space: nowrap;
	margin: 24px 0;
}

.title-w-line span {
	padding: 0 12px;
	text-align: center;
}

.title-w-line:before,
.title-w-line:after {
	border-top: 1px solid #ccc;
	content: '';
	display: table-cell;
	position: relative;
	top: 14px;
	width: 50%;
}

.title-w-line:before {
	right: 0;
}

.title-w-line:after {
	left: 0;
}

/* Read more
/*-------------------------------------------------*/
.passage-w {
	width: 100%;
	max-height: 270px;
	position: relative;
	overflow: hidden;
}

.passage-w .read-more { 
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%; 
	text-align: center !important; 
	margin: 0;
	padding-top: 24px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), white);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(1, white));
	background-image: url(IMAGE), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white);
}

.b-bg .passage-w .read-more { 
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(239, 245, 249, 1));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.3)), color-stop(1, rgba(239, 245, 249, 1)));
	background-image: url(IMAGE), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(239, 245, 249, 1));
}

/* Company About us
/*-------------------------------------------------*/
.about-us { position: relative; z-index:1; }

.about-us h2 { font-size: 24px; }

/* Hiring
/*-------------------------------------------------*/
.hiring {
	padding: 36px 0 20px 0;
}

.hiring.no-job {
	color: #FFF;
}

.hiring .job-func li {
	margin-bottom: 8px;
}

.hiring .openings-num {
	font-size: 36px;
	font-weight: bold;
	color: #f27755;
}

.hiring .view-all-jobs {
	margin-left: 16px;
}

.hiring .job-func .job-func-txt {
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
}

.hiring .job-func a:link {
	display: block;
}

/* Search Job
/*-------------------------------------------------*/
.search-job {
	padding: 16px 0;
}

.search-job .form-inline .form-control {
	width: 440px;
}

/* Custom Section
---------------------------------------------------*/
.custom-sec, .custom-sec h2, .custom-sec .sec-desc { text-align: center; }
.custom-sec .date { font-size: 14px; }

.custom-sec .media-sec, .custom-sec .media-desc { text-align: left; margin-bottom: 36px; }


/* Working Life
/*-------------------------------------------------*/
.life {
	background: url("../images/workinglife-bg.jpg") center center no-repeat;
    background-attachment: scroll;
	background-size: cover;
	color: #FFF;
	position: relative;
}

.life-desc {
	padding: 22px 0 36px 0;
}

.life-desc .media-desc {
	text-align: left;
}

.life-desc .media-sec, .life-desc .media-desc {
	margin-bottom: 36px;
}

.life-menu {
	margin: 0;
	margin-top: 16px;
}

.life-menu li {
	font-size: 18px;
	margin: 0 8px;
	display: inline-block;
}

.life-menu li span.glyphicon {
	margin: 0;
}

.life-menu li a:link, .life-menu li a:visited {
	color: #FFF;
}

.meet-employees .more-btn {
	margin-bottom: 36px;
}

.gallery .caption {
	font-size: 16px;
	color: #333;
	padding: 10px 0 8px 0;
	border-bottom: 3px solid #5A94BF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

/* BG overlay
---------------------------------------------------*/
.company-intro .bg-overlay,
.life .bg-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.company-intro>:not(.bg-overlay),
.life>:not(.bg-overlay) {
	position: relative;
	z-index: 2;
}


/* Video
/*-------------------------------------------------*/
.company-video {
	background: url("../images/video-bg.jpg") center center no-repeat;
    background-attachment: scroll;
	background-size: cover;
	color: #FFF;
	padding-bottom: 72px;
}

/* Benefit
/*-------------------------------------------------*/
.company-benefit { padding-bottom: 8px; }

.company-benefit .benefit-list { font-size: 20px; }

.company-benefit .benefit-list.center-list li { margin: 0; margin-bottom: 36px; }

.benefit-list .ct-icon {
	font-size: 60px;
	margin-bottom: 12px;
	display: block;
}

/* Testimonial
/*-------------------------------------------------*/
.testimonial-list {
	width: 55%;
	margin: 0 auto;
}

.testimonial-list li {
	margin-bottom: 28px;
	padding-left: 108px;
	position: relative;
}

.testimonial-list li .says {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 12px;
}

.testimonial-list li .staff {
	color: #888;
}

.testimonial-list li img {
	width: 88px;
	position: absolute;
	left: 0;
	top: 0;
}

/* Awards
---------------------------------------------------*/
.awards .blk {
	color: #5A94BF;
	background-color: #FFF;
	text-align: left;
	border-bottom: 3px solid #5A94BF;
	padding: 12px 16px 12px 16px;
	margin-bottom: 24px;
	position: relative;
}

.awards .blk h4 {
	line-height: 1.3;
}

.awards .blk p {
	color: #888;
	line-height: 1.3;
	margin-bottom: 6px;
}

.awards .blk span.icon {
	width: 44px;
	height: 50px;
	background: url("../images/icons.png") 0 -30px no-repeat;
	position: absolute;
	top: 12px;
	left: 16px;
}

.awards .blk .logo {
	margin-bottom: 15px;
}

/* Article
---------------------------------------------------*/
.article-blk {
	color: #444;
	position: relative;
	display: block;
}

.article-blk:link {
	color: #444;
}

.article-blk:hover {
	color: #3d82bb;
}

.article-blk .title {
	font-size: 26px;
	font-weight: bold;
	background-color: #FFF;
	text-align: left;
	border-bottom: 3px solid #5A94BF;
	padding: 12px 16px;
	-webkit-transition: border 0.35s;
	-moz-transition: border 0.35s;
	transition: border 0.35s;
	margin: 0;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-blk:hover .title {
	border-bottom-color: #3d82bb;
}

/* Article Thumbnail */
.article-blk .thumbnail-container {
	position: relative;
	width: 100%;
}

.article-blk .thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.article-blk .thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
}

.article .heading {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 12px;
}

.article .article-blk {
	margin-bottom: 24px;
}

.article-blk .thumbnail-container {
	padding-bottom: 175px;
}

.article .article-blk .theme-pic {
	height: 175px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.article .article-blk .title {
	font-size: 18px;
	padding: 10px 0 8px 0;
}

.article .article-blk .caption {
	width: 100%;
	height: 100%;
	color: white;
	background-color: rgba(61, 130, 187, 0.9);
	opacity: 0;
	display: block;
	
	position: absolute;
	bottom: 0;
	text-align: center;

	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	
	margin-bottom: 0;
}

.article .article-blk:hover .caption {
	opacity: 1;
}

.article .article-blk .caption .content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 12px;
}

.article .article-blk .caption h2 {
	font-size: 22px;
	line-height: 1.3;
	margin: 0;
}

.article .article-blk .caption .date {
	font-size: 18px;
	margin-bottom: 8px;
}

/* Job
---------------------------------------------------*/
.job-blk {
	text-align: left;
	display: block;
}

.job-blk .title {
	font-size: 16px;
	line-height: 1.4;
	height: 44px;
	margin-bottom: 2px;
}

.job-blk .title.ellipsis-text {
	max-height: 44px;
}

.job-blk .post-date {
	font-size: 12px;
	color: #666;
}

.job-blk .company-name {
	font-size: 15px;
	color: #666;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Job Alert
/*-------------------------------------------------*/
.job-alert {
	background: url("../images/jobalert-bg.jpg") center center no-repeat;
    background-attachment: scroll;
	background-size: cover;
	padding: 28px 0;
}

.job-alert form {
	width: 60%;
	margin: 0 auto;
}

.job-alert .form-group {
	width: 100%;
	margin-bottom: 12px;
}

.job-alert .form-inline .form-input {
	width: 100%;
}

/* Alert
/*-------------------------------------------------*/
.alert {
	padding: 6px 12px 6px 36px;
	margin-top: 6px;
	margin-bottom: 0;
	text-align: left;
}

.alert span.glyphicon {
	font-size: 18px;
	margin-right: 4px;
	margin-left: 0;
	vertical-align: -2px;
	top: 33%;
}

/* Footer
/*-------------------------------------------------*/
footer {
	font-size: 15px;
	background-color: #5a94bf;
	color: #FFF;
}

footer .back-to-top { font-size: 22px; color: #FFF; }
footer .back-to-top-wrapper { margin-bottom: 12px; }
footer .copyright-wrapper { line-height: 1.6; }

/* Read more
/*-------------------------------------------------*/
.dolessmore { overflow: hidden; }

.dolessmoreblock { position: relative; }

.lm-control {
	width: 100%;
	height: 34px;
	margin-top: 20px;
	text-align: left;
}


/* Finance Graduate
/*-------------------------------------------------*/
.finance-graduate {
	font-weight: 300;
	text-align: center;
	background: linear-gradient(92.3deg,#6ac0f0,#3a49ce);
	color: #FFF;
	padding: 20px;
}

.finance-graduate .container {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}

.finance-graduate i.fa-graduation-cap {
	font-size: 36px;
}

.finance-graduate a:link,
.finance-graduate a:visited {
	width: fit-content;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 8px 16px;
	border-radius: 24px;
	transition: background-color .3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 6px;
}

.finance-graduate a:hover {
	background-color: rgba(255, 255, 255, .1);
}


/* Media Queries
/*-------------------------------------------------*/
@media (min-width: 768px) {

}

@media only screen and (max-width : 1200px){
	.navbar-default .nav>li { margin-left: 2px; }
	.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus { font-size: 14px; padding: 8px 5px; }
}

@media (min-width: 992px) and (max-width: 1200px) {
	.comp-profile-listing .comp {
		/* min-height: 380px; */
		max-height: 380px;
	}
}

@media only screen and (max-width : 1100px){
	.navbar-default .nav>li { margin-left: 2px; }
	.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus { font-size: 13px; }
}

@media only screen and (max-width : 992px){
	.navbar-default .navbar-header .navbar-brand { font-size: 13px; margin-right: 4px; }
	
	.comp-profile-listing .comp { /* min-height: 410px; */ max-height: 410px; }
	
	.sticky-back-to-top { bottom: 60px; }

	.media-sec { margin-bottom: 20px; }
	
	.media-sec:last-child { margin-bottom: 0; }
	
	.testimonial-list { width: 80%; }
	
	.separator { display: block; }
	
	.lm-control { text-align: center; }

	.custom-sec .media-sec, .custom-sec .media-desc { margin-bottom: 20px; }
	
	.search-job .form-inline .form-control { width: 360px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.article-blk .thumbnail-container { padding-bottom: 114px; }
}

@media only screen and (max-width : 767px){
	body, p { font-size: 15px; }	
	
	p { line-height: 1.6; margin-bottom: 16px; }
	
	section { padding: 32px 0; }
	
	section h2 { font-size: 24px; }
	
	.about-us h2 { font-size: 20px; }
	
	.navbar-default .navbar-header .navbar-brand { font-size: 16px; }
	.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus { font-size: 16px; padding: 8px; }
	
	.comp-profile-listing .comp { min-height: auto; max-height: none; }
	.comp-profile-listing .comp .info { height: auto; }
	.comp-profile-listing .comp .info .more { position: relative; margin-top: 16px; }
		
	section .sub-sec { padding-top: 16px; }
	
	.form-inline label { margin-right: 0; margin-bottom: 12px; }
	
	.form-input { padding: 0 24px; display: block; }
	
	.form-input span.glyphicon { left: 28px; }
	
	ul.center-list li { font-size: 16px; margin: 24px; margin-top: 0; }
	
	.submit-btn { font-size: 16px; padding: 8px 32px; }
	
	.company-intro { padding: 62px 0 32px 0; }
	.company-intro h1 { font-size: 28px; }
	
	.company-video { padding-bottom: 64px; }

	.life-desc .media-sec,
	.life-desc .media-desc { text-align: center; margin-bottom: 20px; }

	.life-desc .gallery .media-sec { margin-bottom: 32px; }

	.life-menu li { font-size: 16px; margin: 0 2px; }
	.life-menu li span.glyphicon { font-size: 8px; vertical-align: 2px; }
	
	.gallery .caption { font-size: 14px; padding: 6px 0 4px 0; }

	.meet-employees .more-btn { margin-bottom: 20px; }

	.hiring .hide-br { display: block; }

	.hiring .view-all-jobs { margin-top: 16px; }
	
	.job-blk {	margin-bottom: 24px; }
	.job-blk .title { margin-bottom: 2px; }
	.job-blk .company-name { margin-bottom: 0; }
	
	.testimonial .testimonial-list { width: 95%; }
	
	.search-job .form-inline .form-control { width: 100%; }
	.job-alert form { width: 70%; margin-bottom: 16px; }
}

@media only screen and (max-width : 767px){
	.job-alert form { width: 80%; }
	
	.comp-profile-listing h1 { font-size: 32px; margin-bottom: 24px; }
	
	.comp-profile-landing hr { margin: 24px auto; }
}

@media only screen and (max-width : 480px){
	section { padding: 24px 0; }
	
	section h3 { font-size: 20px; margin-bottom: 12px; }
	
	hr { margin: 0 auto 16px auto; }
	
	ul.center-list li { font-size: 14px; }
	
	.company-video { padding-bottom: 54px; }
	
	.company-intro ul li.job-indus a:link { margin-bottom: 6px; display: block; }
	
	.life-desc { padding: 4px 0 24px 0; }
	
	.hiring .openings-num { font-size: 28px; }
	
	.title-w-line { font-size: 18px; }

	.hiring.no-job .title-w-line:before,
	.hiring.no-job .title-w-line:after { display: none; }
	
	.job-alert form { width: 90%; }
	
	.benefit-list .ct-icon { font-size: 48px; }
	.company-benefit .benefit-list.center-list li { height: 78px; }
	
	
	.comp-profile-landing hr { margin: 20px auto; }
	
	.comp-profile-listing { padding-top: 90px; }
	
	.comp-profile-listing h1 { font-size: 26px; margin-bottom: 20px; }
}

@media only screen and (max-width : 320px) {

}
