/** carrer **/

.careerContent h3{
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaylight';
    color: #137693;
}
.careerContent h4{
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaylight';
    color: #54585c;
}
.careerContent p{
    font-size: 14px;
    line-height: 24px;
    font-family: 'latolight';
    color: #54585c;
    margin: 10px 0 15px;
}
.careerContent p.endTime {
    margin-bottom: 0;
    margin-top: 30px;
}
.careerContent .careerContact p {
    margin: 0;
}
.careerContent p span{
    font-family: 'latobold';
}
.careerList ul li{   
    padding: 50px 0;
}
.careerList ul li:first-child {
    padding-top: 0;
}
.careerList ul li:not(:last-child){
    border-bottom: 1px dashed #bec2c3;
}
.careerContact ul li:not(:last-child){
    border-bottom: none;
}
.careerPoints ul li:not(:last-child){
    border-bottom: none;
}
.careerContent .careerPoints ul{
    list-style: disc;
    padding:  0px 30px; 
}
.careerPoints ul li{
    font-size: 14px;
    line-height: 24px;
    font-family: 'latolight';
    color: #54585c;
    padding: 0 5px;   
}
.careerContact ul {
    display: inline-block;
    padding: 20px 0;
}
.careerContact ul li{
    display: inline-block;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.careerContact ul li a span{
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    /*color: #137693;
     * 
     */
    color: #137693;
}
.careerContact ul li .blueColor {
    color: #137693;
}
.careerContact ul li i {
    /*color: #137693;*/
   	color: #137693 !important;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: 2px;
}
.careerContact ul li p span{
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
     /*color: #137693;*/
   	color: #137693 ;
}
.careerTips ul li{
    border-bottom: 1px solid #c7cacb;
    padding: 20px 0;
}
.careerTips ul li:first-child {
    padding-top: 0;
}
.careerQuote h2{
    font-size: 16px;
    line-height: 22px;
    font-family: 'ralewaylight';
    color: #137693; 
    margin-bottom: 20px;
}
.careerQuote h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaymedium';
    color: #54585c; 
    margin-bottom: 20px;
}
/*
.careerQuote h2:before{
    content: '“';
}
.careerQuote h2:after{
    content: '”';
}
*/
.careerQuote p{
    font-size: 14px;
    line-height: 20px;
    font-family: 'latolight';
    color: #54585c;  
}
.tipsContent h3{
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaysemibold';
    color: #54585c;
    margin-bottom: 20px;
}
.tipsContent p{
    font-size: 14px;
    line-height: 24px;
    font-family: 'latolight';
    color: #54585c;
    margin-bottom: 10px;
}
.careerImg {
    height: 120px;
    max-width: 100%;
    width: 120px;
}
/** small size offer page **/
@media (max-width:767px){
    .careerImg{
        display: inline-block !important;
    }
    .careerTitleSmall{
        display: inline-block !important;
        vertical-align: top;
        width: 55%;
        padding-left: 10px;
    }
    .careerContent h3{
        font-size: 30px;
        line-height: 36px;        
    }
    .careerContent h4{
        font-size: 22px;
        line-height:  26px;
    }
    .careerContent p, .careerPoints ul li{
        font-size: 16px;
        line-height: 20px;
    }
    .careerContent .careerPoints ul{
        padding: 0 20px;
    }
    .careerContact ul li p span{
        font-size: 12px;
        line-height: 14px;
    }
    .careerMoredetail{
        text-align: center;
        padding: 10px 0;
    }
    .careerContact ul{
        width: 100%;
    }
    .careerContact ul li img{
        display: inline-block;
        width: 12px;
        height: 20px;
    }
    .careerContact ul li p{
        font-size: 14px;
        line-height: 16px;
        font-family: 'latoregular';
        color: #7e8688;
        display: inline-block;
        padding-left: 5px;
        margin: 0;
        vertical-align: baseline;
    }
    .careerContact ul li a span{
        font-size: 14px;
        line-height: 16px;
    }
    .careerContact ul li{
        padding: 10px;
        display: inline-block !important;
        width: 49%;
    }
    .careerContact ul li:nth-child(3){
        border-right: 1px dotted #c2c6c7;        
    }        
    .careerContact ul li:first-child{        
        border-bottom: 1px dotted #c2c6c7;
        border-right: 1px dotted #c2c6c7;
    }
    .careerContact ul li:nth-child(2){
        border-bottom: 1px dotted #c2c6c7;
        margin-left: -4px;
    }
    .careerContent .btn-custom{
        font-size: 14px;
        line-height: 20px;        
    }
}
@media (max-width:640px){
    .careerContact ul li p{
        font-size: 12px;        
    }
    .careerContact ul li a span{
        font-size: 12px;
    }
    .careerContact ul li p span{
        font-size: 12px;
    }
    .careerContact ul li{
        padding: 10px 5px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .careerContact ul li{
        padding-right: 10px;
    }
    .careerImg {
        height: 95px;
        width: 95px;
    }
}
