#emp {
	background-image: url(../img/jobs.jpg);
}

/* block employee start */

 #employee {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

#employee .swiper-slide .figcaption {
	width: 100%;
}
#employee .swiper-wrapper .swiper-slide span,
#employee .figure .figcaption time {
	font-family: "Lato Regular",  "Helvetica", sans-serif;
}
#employee .figure .figcaption h4 {
	font-family: "Lato Light",  "Helvetica", sans-serif;
}
#employee .swiper-container {
	min-height: 100vw;
}
#employee .swiper-container {
	background: none;
}
#employee .smi {
	margin-bottom: 3vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	align-content: flex-start;
	width: 24%;
    border: thin solid #0B63AB;
    border-radius: 1em;
    overflow: hidden;
}
/* #employee .smi + .pagination {
    display: none;
} */
#employee .smi .fr-smi-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1em;
    height: 15vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#employee .smi .fr-smi-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
}
#employee .smi .fr-smi-img img {
	width: auto;
	min-width: 130%;
    height: auto;
    margin-left: -5%;
    margin-top: -15%;
}
#employee .smi time {
    color: #056FA9;
    /* font: 0.8vw "GothamXNarrow LightItalic"; */
    font-size: 0.8vw;
}
#employee .smi h5 a {
    margin: 1% auto ;
    color: #056FA9;
    text-transform: uppercase;
    font: 1vw "Lato Bold",  "Helvetica", sans-serif;
}
#employee .smi p {
    width: 100%;
    color: #3F8CCA;
    margin: 0%;
    font-size: 1vw;
}
#employee .smi a.hvr-float-shadow {
	padding: 0.3vw 0.5vw 0.2vw;
	text-transform: uppercase;
	position: absolute;
	bottom: 4%;
    border-radius: 1em;
    border: thin solid #056FA9;
    color: #056FA9;
    font-size: 0.8vw;
}
#employee .smi .fr-smi-img {
    width: 100%;
    overflow: hidden;
    border-radius: 1em;
    height: 15vw;
}
#employee .wrapper-text {
    width: 100%;
    padding: 3%;
    padding-bottom: 40px;
    height: 12vw;
    position: relative;
}
#employee .wrapper-text h5 {
    margin: 0;
}
#smi + .main > h2 {
	text-align: center;
	font-size: 2.2vw;
    text-align: center;
    text-transform: uppercase;
}
/* block employee end */

@media screen and (max-width: 992px) {
    #employee .wrapper-text {
        height: 13vw;
    }
}


@media screen and (max-width:767px) {
	#employee .smi {
		width: 48%;
	}

	#employee .smi p {
		font-size:1.2vw;
    }
    #employee .smi .fr-smi-img {
        height: 30vw;
    }
    #employee .wrapper-text {
        height: 21vw;
    }
    #employee .smi time {
        font-size: 1.8vw;
    }
    #employee .smi h5 a {
        font-size: 2vw;
    }
    #employee .smi p {
        font-size: 1.8vw;
    }
    #employee .smi a.hvr-float-shadow {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 600px) {
    #employee .wrapper-text {
        height: 25vw;
    }
}

@media screen and (max-width: 420px) {
	#employee .smi {
		width: 100%;
    }
    #employee .smi .fr-smi-img {
        height: 60vw;
    }
    #employee .wrapper-text {
        height: auto;
    }
    #employee .smi time {
        font-size: 16px;
    }
    #employee .smi h5 a {
        font-size: 20px;
    }
    #employee .smi p {
        font-size: 18px;
    }
    #employee .smi a.hvr-float-shadow {
        position: relative;
        margin-top: 10px;
        padding: 5px 10px 2px;
        font-size: 16px;
    }
}

