.typejob-list {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 74px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.typejob-item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.typejob-item__box {
	background: #fff;
	display: block;
	padding-left: 48px;
	padding-bottom: 33px;
	padding-right: 48px;
	padding-top: 55px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.typejob-item__box:hover {
	text-decoration: none;
}
.typejob-item__img img {
	max-width: 85px;
}
.typejob-item__default {
	display: block;
    transition: all .5s ease-in-out;
}
.typejob-item__hover {
	display: none;
	transition: all .5s ease-in-out;
}
.typejob-item:hover .typejob-item__default {
	display: none;
}
.typejob-item:hover .typejob-item__hover {
	display: block;
}
.typejob-item__name {
	color: #2f2f3e;
	font-size: 24px;
	font-weight: 700;
	margin-top: 25px;
}
.typejob-item__text {
	color: #646478;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.19px;
	line-height: 28px;
	margin-top: 15px;
	padding-bottom: 47px;
	
}

.typejob-item__more .card-link-sm {
	margin-right: 23px;
}
.typejob-item__bg {

}
.typejob-item__mask {
    background: rgba(47,49,99,0.9);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.typejob-item__bgs {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.typejob-item__img,
.typejob-item__name,
.typejob-item__text,
.typejob-item__more {
	position: relative;
	z-index: 2;
    transition: all .5s ease-in-out;
}
.typejob-item__more {
	position: absolute;
	bottom: 33px;
}
.typejob-item__bg {
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.typejob-item:hover .typejob-item__bg {
	visibility: visible;
	opacity: 1;
}
.typejob-item:hover .typejob-item__name {
	color: #fff;
}
.typejob-item:hover .typejob-item__text {
	color: #cecee0;
}
.typejob-item:hover .typejob-item__more .card-link-sm {
	color: #cecee0;
}
.typejob-item:hover .typejob-item__more .more span {
    background: url(../images/right_white.svg) 0 0 no-repeat;
}

@media (max-width:991px){
    .typejob-item__box {
        min-height: auto !important;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url(../img/menu-dark.svg);
    }
	.typejob-item {
		width: 100%;
	}
	.typejob-list {
		margin-top: 66px;
	}
}
@media (max-width:600px){
	.section-typejob {
		padding-top: 20px;
	}
	.typejob-list {
	    margin-top: 47px;
	}
	.typejob-item__name {
		font-size: 21px;
	}
	.typejob-item:last-child {
		margin-bottom: 0;
	}
}