.tab-list-career {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.tab-list-career li {
    width: 135px;
    height: 180px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.tab-list-career a {
    width: 110px;
    display: inline-block;
    outline: none;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.img-tab-career {
    width: 110px;
    height: 110px;
    border: 2px solid #d7d7d7;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
}
.icon-career-1 .img-tab-career {
    background: url(../img/career/tab-ico-1.png) no-repeat -2px -2px;
}
.icon-career-2 .img-tab-career {
    background: url(../img/career/tab-ico-2.png) no-repeat -2px -2px;
}
.icon-career-3 .img-tab-career {
    background: url(../img/career/tab-ico-3.png) no-repeat -2px -2px;
}
.icon-career-4 .img-tab-career {
    background: url(../img/career/tab-ico-4.png) no-repeat -2px -2px;
}
.icon-career-5 .img-tab-career {
    background: url(../img/career/tab-ico-5.png) no-repeat -2px -2px;
}
.tab-list-career li.active .img-tab-career {
    border: 2px solid #841f3f;
}
.tab-list-career li.active a {
    cursor: default;
}

.tab-content-career {
    float: left;
    width: 100%;
    text-align: center;
}
.tab-career {
    display: inline-block;
    width: 690px;
    background: #ececec;
    padding: 20px;
}
.tab-content-career > .tab-career {
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 472px !important;
    overflow: auto;
}
.tab-content-career > .tab-career .tab-fide {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}
.tab-content-career > .tab-career.active {
    display: inline-block;
}
.tab-career {
    font-size: 13px;
}
.tab-career ul {
    font-weight: 300;
    margin-bottom: 10px;
}

.triangle-tabs-grey {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 18px 12px;
    border-color: transparent transparent #ececec transparent;
    display: none;
    margin-left: -12px;
	bottom:-6px;
}
.active .triangle-tabs-grey {
    display: block;
}


/* tabs mobile versions */
#vacancy-slider {
    display: none;
}
.v-slide {
    width: 141px;
    margin: 0 auto;
    position: relative;
}

.v-slide ul {
    padding: 0;
    width: 137px;
    height: 156px;
    font-size: 17px;
    font-weight: 400;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.v-slide li {
    width: 137px;
    height: 156px;
    margin: 0 auto;
    padding: 0;
    display: none;
}

.v-slide li p {
    text-align: center;
    margin: 5px 0;
    color: #841f3f;
	font-size:14px;
}

.v-slide li:first-child,
.p-slide li:first-child {
    display: inline-block;
}

.v-sl-ing {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #c4171e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.v-sl-1 .v-sl-ing {
    background: url(../img/career/tab-ico-1.png) no-repeat -2px -2px;
}

.v-sl-2 .v-sl-ing {
    background: url(../img/career/tab-ico-2.png) no-repeat -2px -2px;
}

.v-sl-3 .v-sl-ing {
    background: url(../img/career/tab-ico-3.png) no-repeat -2px -2px;
}

.v-sl-4 .v-sl-ing {
    background: url(../img/career/tab-ico-4.png) no-repeat -2px -2px;
}
.v-sl-5 .v-sl-ing {
    background: url(../img/career/tab-ico-5.png) no-repeat -2px -2px;
}

.v-l-arrow,
.v-r-arrow {
    width: 17px;
    height: 36px;
    position: absolute;
    top: 30px;
    cursor: pointer;
}

.v-l-arrow {
    left: -65px;
    background: url(../img/career/left-errow.svg) no-repeat;
}

.v-r-arrow {
    right: -65px;
    background: url(../img/career/right-errow.svg) no-repeat;
}

.p-sl1 .p-img-sl,
.p-sl2 .p-img-sl,
.p-sl3 .p-img-sl {
    width: 100%;
    height: 102px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
}
.p-img-sl {
    text-align: center;
}


.title-img-sl {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    margin: 0;
    display: inline-block;
    padding: 0 !important;
    text-transform: uppercase;
    color: #D71921 !important;
    left: 0;
}
.v-slider-cnt {
    width: 100%;
    background: #ececec;
    font-size: 17px;
    padding: 40px 0 20px 0;
}
.v-slider-cnt ul {
    margin-bottom: 20px;
	padding:0 0 0 10px;
}
.bold-text {
    font-size: 14px;
    font-weight: bold !important;
}
.col-md-8.col-md-offset-2 > p {
    font-size: 14px;
}
.col-md-8.col-md-offset-2 li {
    font-size: 14px;
	margin-bottom:4px;
	}
.col-md-8.col-md-offset-2 img {
    width: 100%;
}
.col-md-8.col-md-offset-2 h4 {
    font-size: 14px;
}
