@font-face
{
    font-family: myFirstFont;
    src: url(../../font/founder.ttf);
}
.jobs-content-wrapper{
    margin-bottom: 55px;
    background-color: #FFF;
    margin-top: 50px;
}
.con-top{
    font: 30px "myFirstFont";
}
.introduce p{
    font: 15px "myFirstFont";
}
.jobs-province{
    border-bottom: 1px solid #76BB38;
    color: #76BB38;
    font-size: 30px;
    width: 50px;
    display: block;
    margin: auto;
}
.map{
    background:  url("../../img/jobs/map.png") no-repeat;
    background-size: 100% 100% ;
}
.map-details{
    color:#FFF;
    border:2px solid #FFF;
    border-radius: 50%;
    display: table;
}

.student{
    background-color: #69BA1D;
    width: 100px;
    height: 100px;
    margin-left: 80px;
}
.jobs-mechanism{
    background-color: #FEAC00;
    width: 80px;
    height: 80px;
    margin-left: 220px;
    margin-top: -17px;
}
.teacher{
    background-color: #0094FB;
    width: 90px;
    height: 90px;
    margin-left: 147px;
    margin-top: 10px;
}
.map-details div{
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}
.map-details p{
    margin: 0 !important;
}
.picture{
    max-width: 350px;
    min-width: 200px;
    height: 200px;
    border-radius: 10px;
    border:3px dashed  #000;

}
.jobs-content-bottom{
    margin-top: 100px;
    border-radius: 20px;
    height: 300px;
    box-shadow: 0 5px 25px -5px;
    background-color: #FEF9D4;
}
.jobs-list li{
    width: 49%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.btn {
    width: 30px;
    height:30px;
    line-height: 40px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    margin: 1.6rem;
    font-size: 0.8rem;
    border: none;
    padding: 0;
    position: relative;
    outline: none;
}

.btn--shockwave.is-active {
    -webkit-animation: shockwaveJump 1s ease-out infinite;
    animation: shockwaveJump 1s ease-out infinite;
}
.btn--shockwave.is-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 1s .65s ease-out infinite;
    animation: shockwave 1s .65s ease-out infinite;
}
.btn--shockwave.is-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 1s .5s ease-out infinite;
    animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    55% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    60% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes shockwaveJump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    50% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    55% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    60% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes shockwave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 2px #7EDFFD, inset 0 0 1px #7EDFFD;
    }
    95% {
        box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
    }
    100% {
        -webkit-transform: scale(2.25);
        transform: scale(2.25);
    }
}
@keyframes shockwave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 2px #7EDFFD, inset 0 0 1px #7EDFFD;
    }
    95% {
        box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
    }
    100% {
        -webkit-transform: scale(2.25);
        transform: scale(2.25);
    }
}
.btn:focus{
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -0px;
}

.button1 {
    position: relative;
    padding: 1em 1.5em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    margin: 1em 0.8em;
}
.button1.type3 {
    color: #fff;
    display: block !important;
    visibility: visible !important;
}

.button1.type3.type3::after, .button1.type3.type3::before {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}
.button1.type3.type3::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #03C3E1;
    border-right-color: #03C3E1;
}
.button1.type3.type3::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #03C3E1;
    border-left-color: #03C3E1;
}
.button1.type3.type3:hover:after, .button1.type3.type3:hover:before {
    border-bottom-color: #03C3E1;
    border-right-color: #03C3E1;
    border-top-color: #03C3E1;
    border-left-color: #03C3E1;
    width: 100%;
    height: 100%;
}
.bottomBG{
    background: url("../../img/jobs/bottomBG.png") no-repeat;
    background-size:100% 300px;
    height:300px;
    margin-top: 20px !important;
}
.other-list li{
    padding: 5px 15px;
    cursor:pointer;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.other-list{
    padding-bottom: 15px;
    min-height: 195px;
}
.More{
    display: block;
    border: 1px solid #7EDFFD;
    width: 47px;
    margin: auto;
    padding: 0 !important;
    border-radius: 24px;
    color: #7EDFFD;
    margin-top: 8px;

}
.bothover-top p{
    color:#FFF;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline !important;
}
.jobsaHover{
	background-color: rgba(255,255,255,0.3) !important;
}