.job-item {
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding: 15px;
}

.job-item a.btn {
    display: inline-block;
}

.job-portal #content {
    margin-top: 0;
    padding-top: 0;
}

.background[_ngcontent-c1] .job-container[_ngcontent-c1] {
    padding-top: 0 !important;
}


/* Hide application success notification */
.novo-toast.launched {
    display:none !important
}

/* LATEST POST MODULE */
#rs-latest-post {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	clear: both;
}

.right-item {
    border: 1px solid #efefef;
    padding: 30px;
    border-radius: 15px;
}
.right-item a{
	background: #58fe3c;
    padding: 10px 15px;
    color: #002015;
    font-weight: bold;
    text-decoration: none !important;
	-o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.right-item a:hover {
	background: #002015;
    color: #58fe3c;	
}

.right-item .hovereffect img:hover {
	-o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	transform: scale(1.02);
}

.left-item{
	margin-bottom: 20px;
}

.left-item .hovereffect img:hover {
	    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	transform: scale(1.02);
}

@media screen and (max-width: 920px){
	#rs-latest-post	h4, .right-item p{
		display: none
	}
	#rs-latest-post {
		padding:15px;
	}
	.right-item {
		border:0;
		padding:0;
		margin-bottom: 20px; 
	}
	#rs-latest-post img {
		padding:15px;
		border: 1px solid #efefef;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
	overflow: hidden;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* JOBS CAROUSEL */
.jobitem {
    max-height: 400px;
    font-family: 'futuralight' !important;
    overflow: hidden;
    margin-bottom: 30px;

}

.white-fade {
    position: absolute !important;
    bottom: 25px !important;
    left: 0;
    width: 100% !important;
}

.owl-item {
	padding:15px;
    border: 1px solid #dfdddd;

}

.owl-item h2{
	font-size: 22px;
}

.jobdesc {
	min-height: 277px;
}

.owl-item button{
    background: #63ff42;
    color: #002015;
    border: 0;
    margin: 0 auto;
    display: inherit;	
    text-transform: none;
	padding: 10px 26px;
    border-radius: 15px;   
    position: absolute;
    bottom: 15px; 
    left:30%;
}


.owl-item button:hover{
    background: #002015;
    color: #63ff42;
    border: 0;
    margin: 0 auto;
    display: inherit;	
}
.owl-prev {
	font-size: 36px !important;
    position: absolute;
    top: 36%;
    left: -30px;		
}
.owl-next {
	font-size: 36px !important;
    position: absolute;
    top: 36%;
    right: -30px;	
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: none !important;
    color: #002015 !important;
    text-decoration: none !important;	
}

.see-more {
    background: #63ff42;
    color: #002015;
    border: 0;
    margin: 0 auto;
    display: inherit;
    text-transform: none;
    padding: 15px 76px;
    border-radius: 10px;
    font-size: 16px !important;
    margin-top: 50px;
    margin-bottom: 30px !important;

}

.applybtn {
    padding: 5px 30px !important;
    background: #58fe3c !important;
    color: #000 !important;
    font-weight: bold !important;
    border: 0 !important;
    font-size: 20px !important;
    cursor: pointer;
}

.applybtn:hover {
    background: #002015 !important;
    color: #fff !important;
    font-weight: bold !important;
}

@media screen and (max-width: 400px){
    #job-carousel {
        width: 100% !important;
    }
}

/*-------------------------------------
LOADER
------------------------------------*/
.loader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000073;
    top: 0;
    left: 0;
    z-index: 99999999999 !important;
    text-align: center;
    padding-top: 14%;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

/*--------------------------------------------
JOB SUB CAT
--------------------------------------------*/
.btn-green{
    background: #59FF3D !important;
    color: black;
    font-weight: bold !important;
    border-radius: unset !important;
    font-size: 18px !important;
    padding: 5px 25px !important;
}

.jobcat-item {
    padding: 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 25px;  
}