

/*rgba(237,28,36,1)
*/

body {
	background: #f6f6f6;
}

ul {
	margin-bottom: 0;
	padding-left: 0;
}

ul li {
	list-style: none;
}

a:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.92126 0.07152000000000003 0.007220000000000004 0 0 0.02126 0.9715199999999999 0.007220000000000004 0 0 0.02126 0.07152000000000003 0.90722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(10%);
	filter: grayscale(10%);
}

.underline {
	position: relative;
	text-transform: capitalize;
}

.underline:before,
.underline:after {
	content: '';
	position: absolute;
	top: calc(100% + 8px);
	height: 3px;
	background: rgba(237, 28, 36, 1);
}

.underline:before {
	left: 0;
	width: 25px;
}

.underline:after {
	left: 35px;
	width: 50px;
}

.z-1 {
	z-index: 1;
}


/*homepage*/

.hp-search-box {
	height: calc(100vh - 80px);
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hp-search-box h1,
.hp-search-box h2 {
	color: #333;
}

.hp-search-box h1 {
	margin-top: 0;
	font-weight: 700;
	margin-bottom: .25rem;
	font-size: 2.5rem;
}

.hp-search-box h2 {
	font-size: 1.8rem;
}

.hp-search-form {
	padding: .8rem 1.3rem;
	background-color: rgba(0, 0, 0, .3);
	position: relative;
}

.hp-search-form .row {
	margin: 0;
}

.hp-search-form .row>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.hp-search-form .hp-input,
.hp-search-form .select2-selection {
	width: 100%;
	height: 45px;
	border-radius: .4rem;
	border: solid 1px #fff;
}

.hp-search-form .hp-input {
	padding: 5px;
}

.hp-search-form .select2 {
	width: 100% !important;
}

.hp-search-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.hp-search-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 0;
}

.hp-search-form .select2-selection__choice {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hp-search-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	width: 100%;
	height: 45px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
	background-color: #ed1c24;
	border-radius: .4rem;
	text-decoration: none;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.hp-search-submit:hover {
	text-decoration: none;
	color: #fff;
}

.hp-search-form .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-bottom-left-radius: .4rem;
	border-bottom-right-radius: .4rem;
	border: solid 1px #409bee;
}

.hp-search-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.hp-search-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.hp-search-advance {
	position: absolute;
	right: 0;
	top: 100%;
	padding: 0 .5rem .5rem .6rem;
	background-color: rgba(0, 0, 0, .3);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.hp-search-advance a {
	color: #fff;
	text-decoration: none;
	font-size: .9rem;
	line-height: 1;
}

.hp-search-advance a i {
	font-size: .8rem;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.hp-search-advance a i.rotated {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.hp-tabs-head {
	margin-top: -55px;
}

.hp-tabs-head a {
	padding: .75rem .5rem;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	text-transform: capitalize;
	height: 55px;
	background: #f6f6f6;
	-webkit-transition: all .125s linear;
	transition: all .125s linear;
}

.hp-tabs-head a.active {
	background: #fff;
	color: rgba(237, 28, 36, 1);
}

.hp-tabs-head a img {
	width: 30px;
	height: 30px;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
	-webkit-transition: all .125s linear;
	transition: all .125s linear;
	margin-right: 5px;
}

.hp-tabs-head a.active img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.hp-tabs-head .nav-tabs {
	border: none;
}

.hp-tabs-content {
	background: #fff;
	padding: 1.5rem;
	margin-bottom: 2.5rem;
	border-bottom: solid 1px rgba(237, 28, 36, .7);
}

.hp-tabs-content .tab-items a {
	color: #333;
}

.hp-box {
	padding: 1.5rem;
	background: #fff;
	margin-bottom: 1.8rem;
}

.fitsjob-box {
	margin-top: 2rem;
}


/*carousel template*/

.slide-n-title {
	position: relative;
}

.slide-n-title .owl-carousel {
	position: static;
}

.slide-n-title .owl-carousel .owl-nav button.owl-next,
.slide-n-title .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 1.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1.5rem;
	width: 45px;
	height: 30px;
	background: transparent;
	color: #999;
	border: solid 1px #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
	-webkit-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.slide-n-title .owl-carousel .owl-nav button.disabled {
	background: #d1d1d1;
	border: none;
	color: #fff;
}

.slide-n-title .owl-carousel .owl-nav button.owl-next {
	left: calc(100% - 1.5rem - 15px - .4rem - 1px);
}

.slide-n-title .owl-carousel .owl-nav button.owl-prev {
	left: calc(100% - 1.5rem - 65px - .6rem);
}

.slide-n-title .owl-stage-outer {
	margin-top: 2rem;
}


/*end carousel template*/

#hp-company .owl-carousel .owl-stage {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#hp-company .owl-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: auto !important;
}

.owl-company {
	width: calc(100% + 1.5rem);
	margin-left: -.75rem;
	margin-right: -.75rem;
}

.owl-company .company-item {
	position: relative;
	padding: 1.2rem;
	border: solid 1px #ddd;
	border-bottom: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 .75rem;
}

.owl-company .company-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -1px;
	width: calc(100% + 2px);
	height: 3px;
	background: #ddd;
}

.owl-company .fst-part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.owl-company .company-logo {
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 3px;
}

.owl-company .company-logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.owl-company .company-title {
	margin-bottom: 5px;
	text-align: center;
}

.owl-company .fst-part i {
	line-height: 1;
	font-size: .9rem;
}

.owl-company a {
	display: inline-block;
	background: rgba(237, 28, 36, .9);
	color: #fff;
	text-decoration: none;
	padding: .3rem .6rem;
	margin-top: 1rem;
	border-radius: 5px;
}

.spotlight-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.spotlight-slide .fitsjob-item {
	width: calc(50% - .25rem);
}

.spotlight-slide .fitsjob-item.hot {
	background: rgba(247, 148, 29, .13);
	border-color: rgba(247, 148, 29, .3);
}

.spotlight-slide .fitsjob-item.hot:hover {
	border-color: rgba(237, 28, 36, .9);
}

.spotlight-slide .fitsjob-item span.hot {
	background: rgba(237, 28, 36, .9);
	font-size: .75rem;
	text-transform: capitalize;
	display: inline-block;
	line-height: 1;
	padding: .2rem .55rem;
	color: #fff;
	border-radius: .2rem;
}

.spotlight-slide .fitsjob-item .item-info {
	padding: .5rem .5rem
}

.spotlight-slide .fitsjob-item .text-left-bot {
	margin-left: -2px;
	margin-right: -2px;
}

.spotlight-slide .fitsjob-item .text-left-bot span {
	font-size: .7rem;
	background: #eee;
	border-color: #e1e1e1;
}

.spotlight-slide .text-left-top h5 {
	display: block;
}

.spotlight-slide .text-left-top h5 a {
	font-size: 1.1rem;
}

.spotlight-slide .text-left-top .item-cpn-name {
	font-size: .8rem;
}

.spotlight-slide .text-left-top .item-cpn-name span {
	font-size: .85rem;
}

.spotlight-slide .offer {
	font-size: .8rem;
}

.spotlight-slide .offer-date {
	margin-bottom: .25rem;
	font-size: .75rem;
	line-height: 1;
}

.spotlight-slide .fitsjob-item:last-child,
.spotlight-slide .fitsjob-item {
	margin-bottom: .5rem;
}

.spotlight-slide .item-img {
	padding-right: .5rem;
	width: 20%;
}

.spotlight-slide .like-offer {
	width: 30px;
	height: 25px;
	font-size: .78rem;
	border-radius: 9px;
}

.spotlight-slide .like-offer i {
	margin-left: -1px;
}

.btn-red {
	background: rgba(237, 28, 36, 1);
}

.fj-card {
	background-color: #fff;
	padding: 24px;
	padding: 1.5rem
}

.fj-showpage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fj-showpage label {
	margin-bottom: 0;
	margin-right: 8px;
	margin-right: .5rem;
}

.fj-ct-select select {
	padding: 8px 9.6px;
	padding: .5rem .6rem;
	font-size: 14.4px;
	font-size: .9rem;
	outline: none;
	border: solid 1px #eee;
	margin: 3.2px;
	margin: .2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 30px;
}

.fj-ct-select {
	position: relative;
}

.fj-ct-select:before {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	right: 3.2px;
	right: .2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: calc(100% - .4rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fj-title-box {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-bottom: 8px;
	padding-bottom: .5rem;
	border-bottom: solid 1px #eee;
}

.nav-transition {
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all .27s ease-out;
	transition: all .27s ease-out;
}

.nav-transition.scroll {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 14px 20px -19px rgba(0, 0, 0, 0.3);
	border-bottom: solid .5px rgba(0, 0, 0, .2);
}

nav#main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11.2px 0;
	padding: .7rem 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-height: 72px;
	height: 100%;
	-webkit-transition: all .27s ease-out;
	transition: all .27s ease-out;
}

#nav-transition.scroll nav#main-nav {
	max-height: 57px;
}

.has-bg {
	background-image: url(../img/demo-2.png);
	background-size: cover;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fh {
	min-height: 100vh;
}

.has-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(225, 225, 225, .6);
}

#main-nav .logo img {
	z-index: 1;
	max-height: 100%;
}

#main-nav .logo {
	height: 100%;
	max-width: 250px;
}

.nav-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: .5rem;
}

.nav-top a {
	color: #ed1c24;
	transition: all .3s ease;
}
.nav-top a:hover{
	text-decoration: none;
	color: #222;
}

.nav-top i {
	font-size: .8rem;
}

.employer-lang {
	margin-right: .8rem;
    border: none;
    background: #f4f4f4;
    padding: 0;
    height: auto;
    border-radius: 0;
}

ul.nav li,
ul.nav {
	height: 100%;
	z-index: 1;
}

ul.nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.nav>li>a {
	color: #333;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 5px;
	text-decoration: none;
	font-weight: 600;
	transition: all .3s ease;
}
ul.nav>li>a:hover{
	color: #ed1c24;
}
ul.nav .lg-employer {
	background-color: #ed1c24;
	border-radius: .4rem;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #fff;
}

#mobile-toggle {
	display: none;
}

.dropdown-list {
	position: absolute;
	top: calc(100% - 20px);
	right: 0;
	padding-left: 0;
	padding-top: 16px;
	padding-top: 1rem;
	min-width: 220px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	overflow: hidden;
}

.dropdown.show .dropdown-list {
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.dropdown-list:before {
	content: '';
	position: absolute;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	top: 16px;
	top: 1rem;
	width: 10px;
	height: 10px;
	background: #eee;
	right: 20px;
	z-index: -1;
}

.dropdown-list>li>a {
	width: 100%;
	padding: 8px 10px;
	line-height: 1;
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	-webkit-transition: all .125s linear;
	transition: all .125s linear;
	font-size: 14.4px;
	font-size: .9rem
}

.dropdown-list>li>a:hover {
	background: #f1f1f1;
	color: #000;
}

.dropdown-list>li:first-child>a {
	padding-top: 10px;
}

.dropdown-list>li:last-child>a {
	padding-bottom: 10px;
}

.main-title {
	width: 100%;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px;
	margin-top: 2.5rem;
	color: #333;
}

.main-title h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
}

.fj-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(237, 28, 36, 1);
	margin-top: 24px;
	margin-top: 1.5rem;
	font-size: 20.8px;
	font-size: 1.3rem;
}

.fj-breadcrumb a {
	position: relative;
	text-decoration: none;
	color: #666;
	padding-right: 45px;
	position: relative;
}

.fj-breadcrumb a:after {
	position: absolute;
	content: '\f105';
	font-family: 'FontAwesome';
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	right: 15px;
	line-height: 1;
	color: rgba(237, 28, 36, 1);
}

.offpage-content {
	position: relative;
	top: -56px;
	top: -3.5rem;
}

.main-box {
	background-color: #fff;
	padding: 25px;
}


/*footer*/

#footer {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.footer-content {
	background: rgba(255, 255, 255, .2);
	padding: 24px 0;
	padding: 1.5rem 0;
	box-shadow: 0 14px 20px 19px rgba(0, 0, 0, 0.05);
}

.footer-logo {
	display: block;
	width: 80%;
}

.footer-logo img {
	width: 100%;
}

.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0;
	margin-left: -15px;
	padding: 0;
}

.footer-menu li {
	border-right: solid 1px #eee;
	padding: 4px 0;
	list-style: none;
}

.footer-menu li:last-child {
	border-right: none;
}

.footer-menu li a {
	color: #555;
	font-weight: 600;
	padding: 2px 15px;
	text-decoration: none;
}

.footer-menu h3 {
	color: #fff;
}

.footer-content h3 {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
}

.footer-content .footer-list li a {
	color: #333;
	text-decoration: none;
}

.footer-content .footer-list {
	margin-top: 16px;
	margin-top: 1rem;
}

.copyright {
	padding: 8px;
	text-align: center;
	background: #fff;
	border-top: solid 1px #eee;
	color: #333;
}

.copyright p {
	font-size: 11.2px;
	font-size: .7rem;
	margin: 0;
	padding: 0;
}


/*end footer*/


/*element template*/

.result-count {
	color: rgba(237, 28, 36, 1);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.page-item:first-child .page-link {
	margin-right: .8rem;
}

.page-item:last-child .page-link {
	margin-left: .8rem;
}

.page-item .page-link {
	width: 35px;
	height: 35px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #ddd;
	color: #13466f;
	font-weight: 400;
}

.hr-line {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.text-small {
	font-size: .8rem;
}

.cst-btn-green {
	color: #349E1B;
}

.cst-btn-red {
	color: #ed1c24;
}

.cst-btn-blue {
	color: #13466f;
}

.cst-btn-yellow {
	color: #ff8d00;
}

.cst-icon-size {
	font-size: 1rem;
}

.panel {
	width: 100%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w17 {
	width: 17%;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	font-size: .9rem;
	padding: .3rem .5rem;
}

.table-responsive>table {
	min-width: 1060px;
}
.btn-feedback {
    position: fixed;
    right: 5px;
    bottom: 0;
    z-index: 2;
    padding: 10px;
}
.required {
    color: red;
}
.hidden {
    display: none;
}
.feedback-loading, .feedback-msg-success {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(200, 200, 200, 0.58);
    z-index: 1;
}
.feedback-loading .icon-loading {
    position: relative;
    top: 45%;
}
#modal-feedback .form-control:not(select) {
    border-radius: 0;
    border-width: 0 0 1px 0;
    box-shadow: unset;
}

/*=============== TEMPLATE ITEM ==================*/

.fitsjob-item {
	border: solid 1px #eee;
	transition: all .125s linear;
	margin-bottom: 1rem;
}

.fitsjob-item:last-child {
	margin-bottom: 0;
}

.fitsjob-item:hover {
	border: solid 1px rgba(237, 28, 36, 1);
}

.fitsjob-item:hover .item-tag {
	background: rgba(237, 28, 36, 1);
	color: #fff;
}

.spotlight-slide {
	width: 100%;
}

.spotlight-slide .item-text {
	max-width: 80%;
}

.item-info {
	padding: 1rem;
	display: flex;
	height: 100%;
}

.item-tag {
	background: #eee;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem;
	transition: all .125s linear;
}

.item-tag p {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 1rem;
}

.item-tag p span {
	margin-right: 12px;
	font-weight: 400;
	font-size: .9rem;
}

.item-tag p span:first-child {
	margin-left: 10px;
}

.item-tag p span:last-child {
	margin-right: 0;
}

.like-offer {
	color: rgba(237, 28, 36, 1);
	border: 1px solid #ccc;
	display: inline-flex;
	background: #fff;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 30px;
	font-size: 1rem;
	border-radius: 12px;
	text-decoration: none;
	line-height: 1;
}

.like-offer:hover {
	text-decoration: none;
	color: rgba(237, 28, 36, .9);
}

.like-offer:hover i:before,
.like-offer.liked i:before {
	content: '\f004';
}

.item-img {
	width: 170px;
	max-height: 100px;
	padding-right: 1rem;
}

.item-img a {
	max-width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item-img img {
	width: auto !important;
	max-width: 100%;
	max-height: 100%
}

.item-text {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.item-text-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 70%;
}

.text-left-top span.hot {
	display: inline-block;
	color: #fff;
	background: rgba(237, 28, 36, 1);
	line-height: 1;
	font-size: .7rem;
	padding: .25rem .35rem;
	padding-top: calc(.25rem - 1px);
	padding-left: calc(.35rem - 1px);
	margin-left: 5px;
	font-style: italic;
	position: relative;
	top: -2px;
	pointer-events: none;
	font-weight: 400;
}

.text-left-top h5 {
	margin-bottom: 0;
	line-height: 1.2;
}

.text-left-top h5 a {
	color: #222;
	font-size: 1.3rem;
	text-decoration: none;
	transition: all .125s linear;
	margin-bottom: 3px;
	display: block;
	font-weight: 600;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left-top h5 a:hover {
	color: rgba(237, 28, 36, 1);
}

.text-left-top .item-cpn-name {
	color: #999;
	font-size: .9rem;
	font-weight: 400;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: .3rem;
	line-height: 1;
	font-style: italic;
}

.text-left-top .item-cpn-name span {
	color: #111;
	font-size: 1.1rem;
	display: inline-flex;
	padding-right: 8px;
	margin-right: 10px;
	border-right: solid 1px #222;
	font-style: normal;
}

.text-left-top .item-detail {
	font-size: .8rem;
	color: #797979;
	margin-bottom: .5rem;
	max-height: 38px;
	display: block;
	overflow: hidden;
}

.text-left-bot {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
}

.text-left-bot p {
	font-size: .9rem;
	color: #222;
	margin-bottom: 0;
}

.text-left-bot p:first-child {
	margin-right: 25px;
}

.item-text-right {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	margin-left: .5rem;
	width: 100%;
	max-width: calc(30% - .5rem)
}

.offer {
	color: #00A12A !important;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 1.1rem;
	white-space: nowrap;
	line-height: 1.5;
}

.offer-date {
	color: #999;
	font-size: .9rem;
	font-style: italic;
}

.owl-spotlight .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.owl-spotlight button.owl-dot {
	width: 15px;
	height: 15px;
	padding: 3px;
	margin: 2px;
	border-radius: 50%;
	background: rgba(237, 28, 36, .3);
	outline: none;
	transition: all .125s ease-out;
}

.owl-spotlight button.owl-dot.active {
	width: 40px;
	height: 15px;
	border-radius: 10rem;
	background: rgba(237, 28, 36, 1);
}

.fitsjob-item .text-left-bot span {
	display: inline-block;
	padding: 2px 6px;
	margin: 2px;
	background: #eee;
	font-size: .85rem;
	transition: all .125s ease-out;
	border: solid 1px #dfdfdf;
}

.fitsjob-item .text-left-bot span:hover,
.spotlight-slide .fitsjob-item .text-left-bot span:hover {
	background: rgba(237, 28, 36, .3);
	border-color: rgba(237, 28, 36, .1);
}

.row.viewed {
	margin-right: -5px;
	margin-left: -5px;
}

.row.viewed>.col,
.row.viewed>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.viewed .item-info {
	flex-direction: column;
	align-items: center;
}

.viewed .item-info .item-img {
	padding: 0;
	overflow: hidden;
}

.viewed .item-info .offer {
	margin: 0;
	line-height: 1;
}

.fitsjob-item.sm-item {
	margin: 2px;
}

.fitsjob-item.sm-item .item-text-left {
	max-width: 100%;
}


/*=============== END TEMPLATE ITEM ==================*/


/*=============== Employer manager==================*/

.manager-item {
	display: flex;
	padding: 0 10px;
}

.manager-item .item-container {
	width: 100%;
	margin-bottom: 20px;
}

.manager-item .item-header-top {
	padding: .2rem .5rem !important;
	background: #f1f1f1;
	margin-bottom: .5rem;
	border-bottom: 2px solid #ed1c24 !important;
}

.manager-item .item-header-top a {
	font-weight: 500;
	color: #222;
	transition: all .2s ease;
}

.manager-item .item-header-top a:hover {
	color: #ed1c24;
	text-decoration: none;
}

.manager-item .item-header-top span {
	margin-right: .2rem;
	color: #ed1c24;
}

.manager-item .item-body {
	padding: 0 .5rem;
}


/*===============#Employer==================*/


/*===============Manager candidate==================*/

#nav-transition.scroll nav#main-nav {
	max-height: 72px;
}

.nav-transition.scroll {
	box-shadow: 0;
	border-bottom: 0;
}

.tab-list {
	display: flex;
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
}

.tab-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -1px;
}

.tab-list li a {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	border: solid 1px #fff;
	border-bottom: transparent;
	padding: .7rem;
	color: #666;
	background: #eee;
	transition: all .3s ease;
}

.tab-list li.active a, .tab-list li a:hover {
	background-color: #13466f;
	border: solid 1px #eee;
	border-bottom: transparent;
	color: #fff;
}
.tab-list li.active a{	
	pointer-events: none;
}

.tab-content {
	border: solid 1px #eee;
	border-top: 0;
	background: #fff;
	padding: 1.5rem
}

.download-btn {
	background: rgba(237, 28, 36, 1);
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .6rem 1rem;
	border-radius: 6px;
	font-weight: 600;
}

.download-btn:hover {
	color: #fff;
	text-decoration: none;
}

.ionic-select select{
	width: 80px;
    height: 30px;
    margin: 1px;
    border-radius: 4px;
}
.sm-search-note {
	margin-bottom: .5rem;
	display: inline-block;
	color: #666;
}

.search-export {
	margin-top: .4rem;
}

.search-export label {
	margin-bottom: 0;
	font-weight: 500;
	color: #13466f;
}

.search-export .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-export select,
.search-export input {
	width: 100%;
	max-width: 100%;
	border: solid 1px #ddd;
	padding: .4rem;
	height: 40px;
	font-size: .95rem;
	/* -webkit-appearance: none;
	-moz-appearance: none; */
}

.search-export select {
	padding-right: 32px;
}

.search-export .select-wrap {
	position: relative;
}


/* .search-export .select-wrap:before {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	right: 3.2px;
	right: .2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: calc( 100% - .4rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
} */

.search-export .search-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-content: center;
	padding: .5rem .7rem;
	border: solid 1px rgba(237, 28, 36, 1);
	color: #fff;
	background-color: rgba(237, 28, 36, 1);
	text-decoration: none;
	-webkit-transition: all .125s ease-out;
	transition: all .125s ease-out;
}

.search-export .search-submit:hover {
	color: rgba(237, 28, 36, 1);
	background-color: #fff;
}

.search-export .search-submit i {
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ct-table thead tr {
	background: #17a2b8;
	color: #f8f9fa;
}

.ct-table thead tr th {
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

.radio-ctn {
	display: block;
	position: relative;
	padding: 1rem;
	border-top: solid 1px #dee2e6;
	padding-left: 55px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-ctn.checked {
	pointer-events: none;
}

.radio-ctn:first-child {
	border-top: 0;
}

.radio-ctn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 25px;
	width: 25px;
	background-color: #ccc;
	border-radius: 50%;
}

.radio-ctn:hover input~.checkmark {
	background-color: #ccc;
}

.radio-ctn input:checked~.checkmark {
	background-color: rgba(237, 28, 36, 1);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-ctn input:checked~.checkmark:after {
	display: block;
}

.radio-ctn .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.list-down {
	border: solid 1px #dee2e6;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.list-down #date-download {
	padding: 0 1rem;
	border-top: solid 1px #e1e1e1;
}

#date-download h5 {
	padding-top: .8rem;
	font-size: 1.8rem;
}

.collapse .card-container {
	border-top: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ct-datepicker {
	margin-bottom: .8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ct-datepicker label {
	margin: 0 .3rem;
}

.ct-datepicker input {
	border: solid 1px #e1e1e1;
	padding: .4rem;
	height: 40px;
	margin: .3rem;
	width: 100%;
	background: #f9f9f9;
}

.download-btn {
	background: rgba(237, 28, 36, 1);
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .6rem 1rem;
	border-radius: 6px;
	font-weight: 600;
}

.download-btn:hover {
	color: #fff;
	text-decoration: none;
}

.cst-btn-red {
	color: #ed1c24;
}

#manager-candidate .answer-pop {
	font-size: .9rem;
	padding: .3rem 1rem;
	margin-bottom: .5rem;
	cursor: pointer;
}

#manager-candidate .table th,
.table td {
	vertical-align: middle;
}
.popover-body {
    padding: 9px 14px;
}
.popover-body #note-content {
    height: 100px;
    width: 300px;
    resize: vertical;
}

/*===============#Manager candidate==================*/


/*===============#Manager recruitment==================*/

#recruitment-box .panel-heading {
	padding: 0 0 .3rem;
	border-bottom: 2px solid #ed1c24;
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
}

#recruitment-box .panel-body {
	display: flex;
	flex-wrap: wrap;
}

.recruitment-label {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .6rem;
	color: #13466f;
}

#recruitment-box .cst-form-control {
	display: flex;
}

#recruitment-box .cst-form-control a {
	color: #222;
	margin-bottom: .3rem;
}

#recruitment-box .cst-form-control span {
	margin-right: .15rem;
	position: relative;
	top: 3px;
	color: #ed1c24;
}

#recruitment-box .cst-form-control .fa-mobile {
	font-size: 1.5rem;
}

#recruitment-box h4 {
	font-size: 1.4rem;
	font-weight: bold;
}

.cs-col-header {
	padding: 0;
}

.input-group-addon {
	background: #e2e2e2;
	border: 1px solid #ccc;
	border-right: none;
	min-width: 175px;
	padding: .5rem 1rem;
}

.btn-search {
	font-size: 1rem;
	background-color: #ed1c24;
	color: #fff;
	padding: .5rem 1rem;
	font-weight: 500;
	transition: all .2s ease;
}

.btn-search:hover {
	background-color: #fff;
	color: #ed1c24;
	border-color: #ed1c24;
}

.well.well-sm {
	width: 100%;
	padding: 1rem;
	border: 1px solid #ccc;
	margin: 2rem 0;
	box-shadow: 0 3px 3px #ccc;
}

.cst-table th,
.cst-table td {
	font-size: .95rem;
	padding: .5rem;
	vertical-align: middle;
}

.cst-table thead th {
	vertical-align: middle;
	background: #13466f;
	color: #fff;
	text-align: center;
}

.cst-table:not(.only-hover) tbody tr:nth-child(2n) {
	background-color: rgba(245, 245, 245, 0.66);
}

.cst-table .btn-detail {
	background-color: #333;
	color: #fff;
}

.input-group-label {
	font-weight: bold;
	color: #13466f;
}

.row-search .input-group select,
.row-search .input-sm, .search-export select, .search-export input {
	max-width: 300px;
	border-top: none;
	border-left: none;
	border-radius: 0;
	border-right: none;
	border-color: #13466f;
	padding: .2rem;
	margin: 0 1rem;
}
.search-export select, .search-export input{
	max-width: calc(100% - 2rem);
}
#main-panel select:focus,
#main-panel input:focus {
	box-shadow: none;
	outline: none;
}

.btn-search {
	background: #ed1c24;
	color: #fff;
	border-color: #ed1c24;
	padding: .5rem 1rem;
	font-weight: bold;
}

.rec-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem;
	background: #f1f1f1;
	border-bottom: 2px solid #ed1c24;
	margin-bottom: 1rem;
}

.rec-custom {
	display: flex;
	align-items: flex-start;
}

.cst-recruitment .change-status {
	max-width: 175px;
	margin: 0 .5rem;
	background-color: #13466f;
	color: #fff;
}

.cst-recruitment .change-status.changed {
	background-color: #dc3545;
}

.cst-recruitment .change-status:focus {
	box-shadow: none;
}

.cst-recruitment .btn-edit {
	background: #d8d8d8;
	border-color: #d8d8d8;
}

.cst-recruitment .cst-icon-size {
	margin-right: .4rem;
}

.bg-blue {
	background-color: #13466f;
	color: #fff;
}

.cst-btn-white {
	color: #fff;
}

.rec-info {
	max-width: calc(100% - 440px);
}
.cst-candidate .rec-info {
	max-width: calc(100% - 260px);
}
.rec-ttl,
.rec-ttl a {
	font-weight: bold;
	font-size: 1.2rem;
	color: #222;
	transition: all .2s ease;
}

.rec-ttl a:hover {
	color: #ed1c24;
	text-decoration: none;
}

.rec-date-number .date,
.rec-date-number .number {
	font-size: .9rem;
	color: #676767;
	margin: 0 .2rem;
	line-height: 1;
}

.rec-name-see .name,
.rec-name-see .see {
	font-size: .9rem;
	color: #222;
	margin: 0 .2rem;
	line-height: 1;
	font-weight: 500;
}

.rec-name-see .name {
	font-size: 1rem;
	color: #13466f;
}

.rec-name-see .seen {
	color: #ed1c24;
}

.rec-stt .btn, .rec-react .btn{
	width: 100%;
}
.rec-stt .btn:hover {
	color: #222;
	background-color: #e8e8e8;
}

.btn-show-note:focus,
.btn-show-detail:focus {
	box-shadow: none;
}

.rec-complet {
	margin: .5rem 0;
}

.rec-complet [disabled] {
	opacity: .7;
}


/*================ BLOG ITEMS ================*/

.blog-item {
	background: #fff;
	margin-bottom: 1rem;
	margin-top: .5rem;
	border: solid 1px #e8e8e8;
}

.blog-item .blog-item-thumb {
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	display: block;
	position: relative;
}

.blog-item .blog-item-thumb img {
	height: auto;
	width: auto;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog-item .blog-item-content {
	padding: .75rem;
}

.blog-item .blog-item-content h5 {
	margin-bottom: .25rem;
}

.blog-item .blog-item-content h5 a {
	color: #222;
	text-decoration: none;
	font-size: 1.5rem;
	display: block;
}

.blog-item .blog-item-content h5 a:hover {
	color: rgba(237, 28, 36, .9);
}

.blog-item .blog-sm-review {
	font-size: .9rem;
	color: #666;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
	margin-bottom: .75rem;
}

.blog-view {
	display: flex;
	text-align: right;
	align-items: center;
	justify-content: flex-end;
	font-size: .9rem;
	margin-bottom: 0;
	color: #111;
}

.blog-view i {
	color: rgba(237, 28, 36, .9);
	font-size: 1rem;
	margin-right: .25rem;
}


/*================ END BLOG ITEMS ================*/


/*================ BLOG HORIZON ==================*/

.fj-blog {
	margin-bottom: .7rem
}

.ft-blog-hz {
	display: flex;
	padding: .5rem;
	border: solid 1px #ddd;
	border-radius: 5px;
	transition: all .2s ease-out;
	margin-bottom: .7rem;
}

.ft-blog-hz:hover {
	border-color: rgba(237, 28, 36, .4);
}

.blog-hz-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	min-width: 27%;
	height: 130px;
	object-fit: cover;
	overflow: hidden;
	margin-right: .7rem;
}

.blog-hz-img img {
	width: 100%;
	height: auto
}

.blog-hz-content {
	flex-grow: 1;
	display: flex;
	width: auto;
	flex-direction: column;
	justify-content: space-between;
}

.blog-hz-content a {
	color: #222;
	line-height: 1.3;
	font-size: 1.3rem;
	max-height: 3.4rem;
	overflow: hidden;
	display: block;
	margin-bottom: .7rem;
	transition: all .2s ease-out;
}

.blog-hz-content a:hover {
	text-decoration: none;
	color: rgba(237, 28, 36, .9);
}

.blog-hz-content .hz-top p {
	font-size: .95rem;
	color: #999;
	line-height: 1.2;
	max-height: 3.42rem;
	overflow: hidden;
}

.blog-hz-content .hz-bot {
	display: flex;
	justify-content: flex-end;
}

.blog-hz-content .hz-bot p {
	margin-bottom: 0;
	font-size: .85rem;
}

.blog-hz-content .hz-bot p:first-child {
	margin-right: .7rem;
}

.blog-hz-content .hz-bot span {
	font-weight: 600;
}

.fj-seemore {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: rgba(237, 28, 36, .9);
}

.fj-seemore:hover {
	text-decoration: none;
}

.fj-seemore i {
	font-size: 1.1rem;
}

.as-search {
	display: flex;
	margin-bottom: 1.3rem;
}

.as-search input {
	width: 100%;
	height: 40px;
	border: solid 1px #ddd;
	border-right: none;
	padding: 5px 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	outline: none;
	font-size: .9rem;
}

.as-search a {
	width: 45px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	background: #ddd;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border: solid 1px #ddd;
	border-left: none;
	transition: all .2s ease-out;
}

.as-search a:hover,
.as-search a:focus {
	background: rgba(237, 28, 36, 1);
}

.as-content {
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: .6rem;
	margin-bottom: 1.3rem;
}

.as-content ul.list a {
	display: block;
	font-size: .95rem;
	color: #333;
	padding-left: 12px;
	position: relative;
	margin-bottom: .25rem;
}

.as-content ul.list li:last-child a {
	margin-bottom: 0;
}

.as-content ul.list a:hover {
	text-decoration: none;
	color: rgba(237, 28, 36, 1);
}

.as-content ul.list a:before {
	position: absolute;
	content: '\f0da';
	font-family: 'FontAwesome';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(237, 28, 36, .7);
	font-size: .8rem;
}

.as-content .tags {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-left: -3px;
	margin-right: -3px;
}

.as-content .tags li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.as-content .tags a {
	font-size: .9rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 4px 7px;
	border-radius: 4px;
	background: #eee;
	margin: 3px;
	max-width: 100%;
	text-decoration: none;
	color: #333;
}

.as-content .tags a i {
	font-size: 1rem;
	margin-right: 3px;
}

.as-content .tags a:hover,
.as-content .tags a i {
	color: rgba(237, 28, 36, .7);
}


/*================ Job detail ================*/

.nav-transition.job-detail {
	position: absolute;
}

.nav-transition.job-detail.scroll {
	background: none;
	box-shadow: none;
	border-bottom: none;
}

#nav-transition.scroll.job-detail nav#main-nav {
	max-height: 72px
}


/*no fixed nav*/

.jd-head {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.jd-head .jd-head-left {
	display: flex;
	flex-grow: 1;
	margin-right: .5rem;
}

.jd-head .jd-head-left a {
	width: 160px;
	height: 140px;
	object-fit: cover;
	position: relative;
	overflow: hidden;
	border: solid 1px #eee;
	margin-right: 1rem;
}

.jd-head .jd-head-left a img {
	width: auto;
	height: auto;
	max-width: calc(100% - 25px);
	max-height: calc(100% - 25px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.jd-head .jd-head-left .left-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jd-head .jd-head-left .left-content h4 {
	font-size: 1.7rem;
	margin-bottom: .3rem;
	color: #333;
	line-height: 1;
}

.jd-head .jd-head-left .left-content h5 {
	font-size: 1.2rem;
	color: #333;
	font-weight: 400;
	margin-bottom: .2rem;
}

.left-top p {
	display: inline-flex;
	padding: 6px 7px;
	border: solid 1px #d8d8d8;
	background-color: #f1f1f1;
	margin-top: .25rem;
	font-size: .9rem;
	align-items: center;
	border-radius: 3px;
	line-height: 1;
	margin-bottom: 0;
}

.left-top p span {
	font-weight: 600;
	color: rgba(237, 28, 36, 1);
	font-size: 1.1rem;
	margin-left: .3rem;
}

.left-bot p {
	margin-bottom: 0;
	color: #999;
	font-size: .95rem;
	line-height: 1;
	margin-top: .25rem;
}

.jd-head-right {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 200px;
}

.jd-head-right a {
	height: 45px;
	padding: .5rem;
	margin: .25rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	text-decoration: none;
	transition: all .125s ease-out;
}

.jd-head-right a.apply {
	background-color: rgba(237, 28, 36, 1);
	color: #fff;
}

.jd-head-right a.save {
	border: solid 1px #999;
	color: #999;
}

.jd-head-right a.save:hover {
	border-color: rgba(237, 28, 36, 1);
	color: rgba(237, 28, 36, 1);
}

.jd-head-right a.save i {
	margin-right: .5rem;
}

.jd-tabs {
	border-bottom: 0;
}

.jd-content .jd-tabs li a {
	background: #e1e1e1;
	margin: 0;
	padding: .5rem 1.5em;
	font-size: 1.2rem;
	min-width: 200px;
	text-align: center;
	transition: all .125s ease-out;
}

.jd-content .jd-tabs li a.active {
	background: #fff;
	color: rgba(237, 28, 36, 1);
}

.jd-content .tab-content {
	background: #fff;
}

.jd-content .tab-content .tab-pane {
	padding: 1.5rem;
	padding-bottom: .5rem;
}

.jd-list {
	border: solid 1px rgba(237, 28, 36, .3);
	background: rgba(237, 28, 36, .05);
	padding: .4rem;
	margin-bottom: 1rem;
	margin-left: 2rem;
}

.jd-list .jd-list-item {
	padding: .4rem .3rem;
	display: flex;
}

.jd-list .jd-list-item:last-child {
	border-bottom: none;
}

.jd-list .jd-list-item i {
	color: #888;
	margin-right: .6rem;
	font-size: 1.5rem;
}

.jd-list .jd-list-item .text {
	flex-grow: 1;
}

.jd-list .jd-list-item .text span {
	line-height: 1;
	display: block;
	font-size: .9rem;
	color: #999;
}

.jd-list .jd-list-item .text p {
	font-size: 1rem;
	margin: 0;
	padding-top: .2rem;
	line-height: 1.2;
}

.jd-content h5 {
	color: #333;
	font-size: 1.5rem;
	margin-bottom: .7rem;
	text-transform: capitalize;
}

.benefit {
	margin-bottom: 1.2rem;
}

.benefit ul {
	padding: .3rem;
	padding-left: 15px;
	margin-left: 1px;
	margin-top: 5px;
	border-left: solid 5px rgba(237, 28, 36, 1);
}

.benefit ul li {
	padding: .25rem 0;
}

.benefit ul li i {
	font-size: 1.2rem;
	margin-right: .3rem;
}

.list-box {
	margin-bottom: 1.2rem;
}

.list-box ul li {
	padding-left: 20px;
	position: relative;
}

.list-box ul li:before {
	position: absolute;
	content: '\f111';
	font-family: 'FontAwesome';
	left: 2px;
	top: 0;
	font-size: .45rem;
	color: #444;
	line-height: calc(1rem * 1.5)
}

#company .st-info h4 {
	font-size: 2rem;
}

#company .st-info p {
	margin-bottom: .1rem;
}

#company .st-info p span {
	font-weight: 600;
	font-size: 1.1rem;
}

#company .swiper-slide img {
	width: 100%;
	height: auto;
}

#company .swiper-slide {
	max-height: 200px;
}

#company .swiper-container {
	margin: 1rem auto;
}

.st-info a {
	color: rgba(237, 28, 36, 1);
	text-decoration: none;
}

.st-info a i {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: .7rem;
	margin-left: .25rem;
}

.jd-head-scroll {
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 98;
	color: #333;
	transition: all .2s ease-in-out;
	box-shadow: 0 14px 20px -19px rgba(0, 0, 0, 0.3);
	border-bottom: solid .5px rgba(0, 0, 0, .2);
}

.jd-head-scroll.show {
	top: 0;
}

.jd-head-scroll .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.jd-head-scroll .box-left,
.jd-head-scroll .box-right {
	flex-grow: 1;
	padding: .3rem 1.5rem;
}

.jd-head-scroll .box-left {}

.jd-head-scroll .box-left h4 {
	font-size: 1.2rem;
	margin-bottom: .25rem;
}

.jd-head-scroll .box-left h5 {
	font-size: .9rem;
	font-weight: 400;
}

.jd-head-scroll .box-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.jd-head-scroll .box-right .scroll-save,
.jd-head-scroll .box-right .scroll-apply {
	transition: all .125s ease-out;
}

.jd-head-scroll .box-right .scroll-save {
	color: #333;
	text-decoration: none;
	font-size: .9rem;
	white-space: nowrap;
}

.jd-head-scroll .box-right .scroll-save:hover {
	color: rgba(237, 28, 36, 1);
}

.jd-head-scroll .box-right .scroll-apply {
	margin-left: 1rem;
	padding: .5rem;
	color: #fff;
	background: rgba(237, 28, 36, 1);
	border-radius: 4px;
	text-decoration: none;
	min-width: 150px;
	max-width: 300px;
	width: 100%;
	text-align: center;
	flex-grow: 1;
}

.cta {
	display: block;
	width: 100%;
	max-width: 280px;
	padding: .5rem;
	color: #fff;
	background: rgba(237, 28, 36, 1);
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	margin: 0 .7rem 1.5rem .7rem;
}

.cta:hover {
	color: #fff;
	text-decoration: none;
}

.fitsjob-item .text-left-top {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fitsjob-item .text-left-top .item-cpn-name,
.fitsjob-item .text-left-top .item-cpn-name span {
	font-size: .9rem;
}


/*================ Employer profile ==================*/

.cv-left,
.cv-right {
	background: #fff;
	width: 100%;
	margin-top: 1rem;
	padding: 1rem;
}

.cv-left .cv-avt {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 1px #eee;
	position: relative;
	margin: 0 auto;
}

.cv-left .cv-avt img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cv-left .cv-title {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.cv-left .cv-title h3 {
	margin-top: .7rem;
	font-size: 1.6rem
}

.cv-left .cv-title h4 {
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: .25rem;
}

.split {
	width: 70%;
	height: 1px;
	background: #ddd;
	display: block;
	margin: 0 auto;
}

.left-info-list {
	position: relative;
	margin: 1.2rem 0;
}

.left-info-list:last-child {
	margin-bottom: 0
}

.left-info-list p {
	padding-left: 45px;
	font-size: .95rem;
	margin: 0;
}

.left-info-list i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.7rem
}

.cv-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: .2rem;
	padding: .5rem;
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
	font-size: .85rem;
	line-height: 1;
	border-radius: .2rem;
	transition: all .175s ease-out;
	border: solid 1px #cc181f;
}

.cv-btn i {
	font-size: 1.2rem;
}

.cv-btn:hover {
	background: transparent;
	color: #ed1c24;
	text-decoration: none;
}

.cv-form h3 {
	font-size: 1.3rem;
	position: relative;
	margin-bottom: 15px;
	display: block
}

.cv-form h3:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 80px;
	height: 1px;
	background: #ed1c24;
	z-index: 2;
}

.cv-form h3:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	z-index: 1;
}

.cv-form .form-group {
	padding-top: .8rem;
}

.cv-form .form-group .form-control {
	margin: .7rem 0;
	display: block;
	background: #f9f9f9;
	font-size: .9rem;
}

.cv-form .form-group input:first-child {
	margin-top: 0;
}

.cv-form .form-group textarea {
	min-height: 120px;
}

.cv-form .form-check {
	display: flex;
	align-items: center;
	font-size: .9rem
}

.cv-right .cv-title {
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 0;
	display: block;
}

.cv-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: .3rem;
}

.cv-list li {
	width: 100%;
	padding: .4rem 0;
	font-size: .94rem;
	display: flex;
}

.cv-list li span {
	margin-left: .5rem;
	display: block;
	width: 100%;
}

.cv-list li small {
	display: block;
	width: 100%;
	font-size: .78rem;
	color: #666;
}

.cv-list li i.fa {
	font-size: 1.4rem;
	margin-top: 3px;
	min-width: 25px;
}

.cv-desc {
	font-size: .85rem;
	color: #555;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 0;
	margin-top: .3rem;
}

.cv-timelist {
	padding-top: 1rem;
}

.cv-time-items {
	position: relative;
	padding-left: 115px;
}

.cv-time-items:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background: #bbb;
	z-index: 2;
	border-radius: 50%;
}

.cv-time-items:after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(10px + 3px);
	width: 100px;
	height: 1px;
	background: #bbb;
	z-index: 1;
}

.cv-time-items .work-time {
	position: absolute;
	left: 8px;
	top: 20px;
	font-size: .72rem;
	color: #444;
}

.cv-time-items .comp-name {
	font-size: .92rem;
	color: #ed1c24;
}

.cv-time-items .pos-name {
	font-size: 1.1rem;
	margin-bottom: .3rem;
}

.cv-time-items p {
	font-size: .87rem;
	color: #777;
	margin-bottom: 1rem;
}

.cv-time-items:last-child p {
	margin-bottom: .5rem;
}

.cv-skill {
	margin: .8rem 0;
}

.cv-skill label {
	font-size: .9rem;
	margin-bottom: 3px;
	font-style: italic;
}

.cv-skill .progress {
	border-radius: 10rem;
	height: 7px;
	background: #eee;
}

.cv-skill .progress-bar {
	background: #ed1c24;
}

.cv-want {
	display: flex;
	flex-wrap: wrap;
	margin-top: .8rem;
}

.cv-want .want-item {
	width: 33%;
	display: flex;
	align-items: center;
	margin: .6rem 0;
}

.cv-want .want-item p {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 600;
	margin-left: .5rem;
}

.cv-want .want-item i.fa {
	font-size: 1.5rem;
}


/*================ Search employer ==================*/

.search-wrap {
	height: auto;
	/* min-height: calc(100vh - 72px); */
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 7rem;
	padding-bottom: 3rem;
	background: url(../img/demo-2.png);
}

.inner-form {
	width: 100%;
	max-width: 960px;
	margin: 1rem;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .13);
	background-color: #fff;
}

.inner-form input {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .15);
	background: 0 0;
	padding: .7rem 1rem;
	outline: none;
	min-height: 40px;
	color: #444;
}

.inner-form input:focus {
	border-color: rgba(237, 28, 36, .4);
}

.basic-search {
	position: relative;
	padding: 1rem 1rem;
	border-bottom: solid 3px rgba(237, 28, 36, .7);
}

.basic-search input {
	padding-right: 3.5rem;
	border: none;
}

.basic-search input::placeholder {
	color: #666;
	font-size: 1.3em;
	font-weight: 600;
	;
}

.basic-search i {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 1.5rem;
	height: 100%;
	width: 3rem;
	font-size: 2.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
}

.advance-search {
	padding: 1rem 1.5rem 0 1.5rem;
}

.advance-search input {
	margin: .5rem;
	width: calc(100% - 1rem);
}

.advance-search input::placeholder {
	color: #999;
}

.btn-wrap {
	display: flex;
	margin: .5rem;
	width: calc(100% - 1rem);
}

.inner-form .ct-btn {
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	padding: .5rem 1rem;
	text-transform: uppercase;
}

.inner-form .ct-btn.search-btn {
	background-color: rgba(237, 28, 36, 1);
	color: #fff;
	width: 60%;
	font-weight: 600;
}

.inner-form .ct-btn.reset-btn {
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px;
	width: 40%;
	color: #333;
}

.result-title {
	margin-top: 1.5rem;
	font-size: 1.4rem;
}

.result-title span {
	color: rgba(237, 28, 36, 1);
	font-size: 1.5rem;
}
/*================ Template search ==================*/
.advance-search .advance-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3.5rem;
	background: #fff;
	color: #333;
	text-decoration: none;
	font-size: 1.4rem;
	padding: .5rem;
	box-shadow: 12px 0 46px rgba(237,28,36,0.07)
}

.advance-search .advance-title i {
	font-size: 1.7rem;
	transition: all .2s ease-out;
}

.advance-title[aria-expanded="true"] i {
	transform: rotate(90deg);
}

.advance-box {
	background: #fff;
	border-bottom: solid 2px rgba(237,28,36,1);
}

.advance-box .left-side {
	padding: 1.5rem;
}

.advance-box .left-side input {
	width: calc(100% - .5rem);
	margin: .25rem;
	height: 40px;
	border: solid 1px #ddd;
	padding: .7rem;
	border-radius: .4rem;
	outline: none;
	transition: all .125s;
}

.advance-box .left-side input:focus {
	background: rgba(237,28,36,.1);
}
.advance-box .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	height: 40px;
	font-weight: 600;
	font-size: 1.1rem;
}

.advance-box .btn i {
	margin-right: 5px;
}

.btn-advance {
	margin: .25rem;
	font-size: .9rem;
	border-radius: .4rem;
}

.btn-advance-submit {
	border-radius: .4rem;
	margin: .25rem;
	font-size: .9rem;
}

.advance-form-group {
	display: flex;
	align-items: center;
}

.advance-form-group label {
	margin: .25rem;
	font-size: .9rem;
}

.advance-box .select2-container--default .select2-selection--single {
	border: solid 1px #ddd;
	border-radius: 15px;
	height: 40px;
}

.advance-box .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
	display: flex;
	align-items: center;
}

.advance-box .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.advance-box .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.advance-box .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	background: rgba(237,28,36,.1);
	transition: background .125 ease-out;
}

.advance-box .select2-container {
	flex-grow: 1;
	margin: .25rem;
	font-size: .9rem;
}

.advance-box .select2-container--default .select2-selection--single:focus {
	box-shadow: none;
	outline: none;
}



/*****14052020*****/
.cst-table-candidate th, .cst-table-candidate td{
	border: none;
	padding: .5rem .75rem;
}
.cst-table-candidate th{
	color: #13466f;
}
.cst-table-candidate tr:nth-child(odd) td{
	background-color: #f5f5f5;
}
.cst-table-candidate tfoot tr td{
	background: transparent !important;
}
.cst-table-candidate .button-group .btn{
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/*****15052020*****/
#date-download{
	display: none;
}
/*================ #==================*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.owl-company .company-logo {
		width: 200px;
		display: block;
		position: relative;
	}
	.owl-company .company-logo img {
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.owl-company .company-title {
		width: 100%;
	}
	.owl-company .fst-part {
		margin-bottom: auto;
		width: 100%;
	}
	.fitsjob-box .item-img a {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.fitsjob-box .item-img img {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fitsjob-item.sm-item .item-img {
		width: 150px;
		height: 110px;
	}
	.fitsjob-item.sm-item .item-img img {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.item-img a {
		display: block;
		position: relative;
	}
	.item-img a img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 auto;
	}
	.item-img img {
		margin: 0 auto;
	}
	.item-text-left {
		width: 100%;
	}
	.blog-hz-content {
		display: block;
	}
}

