

/* banner  */
#banner{
    background-image: url('../image/careers/banner.jpg');
    height: 250px;
    background-size: cover;
    background-position: top center;
    padding: 35px 0px 29px 0px;
    }
    .pgraph {
        max-width: 352px;
    } 
    #banner h1{
    color: #ffffff;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    margin: 0 0 8px;
    }
    
    #banner p{
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
    }
    
    /* banner  */
    
    
    /* Career map  */
    
    #career{
    padding: 35px 0;
    }
    
    
    #career .career_map{
    position: relative;
    background-image:url('../image/careers/Geo.svg');
        height: 373px;
            background-size: 100% 100%;
    }
    .career_map .tag i{
        color:#0060FD;
            font-size: 20px; 
        margin-right: 5px;
        float: left;
    } 
    .career_map .tag.active i{
        color:#39A307;
    }
    .career_map .tag.onload_active i{
        color:#39A307;
    }
    .common_tag.tag{
        position: absolute;
    }
    .common_tag.tag.india{	
        right: 105px;
        top: 164px;
    }
    .common_tag.tag.china{	
    right: 50px;
        top: 85px;
    }
    .common_tag.tag.uk{	
            left: 320px;
        top: 50px;
    }
    .common_tag.tag.canada{	
    left: 161px;
        top: 67px;
    }
    .common_tag.tag.usa{	
        left: 19px;
        top: 71px;
    }
    .common_tag.tag.usa i{
        float:right;
        margin-left: 4px;
    }
    .common_tag.tag.usa span{
        float:right;
    }
    .career_map .tag span{
        border-radius: 11.5px;
       background-color: rgba(0,96,253,0.67);
        text-align: center;
        padding: 4px 18px;
        margin: 10px 0 0;
        cursor: pointer;
            float: left;
        margin-top: 0;
    }
    .career_map .tag.active span{
        background-color: #39A307;
    }
    .career_map .tag.onload_active span{
        background-color: #39A307;
    }
    .career_map .tag span{
    line-height: 19px;
    font-size: 14px;
    color: #FFFFFF;
    }
    
    
    /* Job List */
    
    .job_list{
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    }
    
    .job_list h2{
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    color: #666666;
    margin: 0 0 0px;
    height: 44px;
    background-color: rgba(57,163,7,0.1);
    padding: 7px 16px;
    border-radius: 0 0 4px 4px;
    }
    
    .job_list p{
    padding: 0px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 12px;
    color: #666666;
    }
    .job_list p:last-child{
        margin-bottom: 28px;
    }
    .job_list p:nth-child(2){
    margin-top: 20px;
    }
    
    .job_list p span{
    font-size: 14px;	
    font-weight: 300;	
    line-height: 19px;
    color: #39A307;
    float: right;
    position: relative;
    top: 4px;
    cursor: pointer;
    }
    
    .job_list.noopning p{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 0 16px;
    color: #666666;
    margin-top: 10px;
    }
    
    .job_list p a{
    color: #39A307;
    }
    
    .jobListings{
    display: none;
    }
    
    .jobActive{
    display: block;
    }
    
    .jobdetailshide{
        display:none;
    }
    
    /* job_description */
    #job_description{
    padding: 18px 0px 79px;
    }
    
    .job_des h1{
    margin: 0 0 11px;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    border-bottom: 1px solid #979797;
    padding-bottom: 5px;
    color: #666666;
    
    }
    
    .job_des h6{
    font-size: 14px;	
    font-weight: 400;	
    line-height: 19px;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #C7C7C7;
    color: #666666; 
    }
    .lasth6{
        border-bottom: 0px!important;
        margin-bottom: 0 !important;
        padding-bottom: 4px !important;
    }
    
    .job_des h6 img{
    height: 15px;
    width: 21px;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
    }
    
    .job_des button{
    height: 35px;
    width: 97px;
    border-radius: 4px;
    background-color: #35A100;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin: 14px 0 0;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2), 0 3px 1px -2px rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.14);
    }
    
    .job_des button:hover{
    background-color: #2b8100;
    color: white;
    }
    
    .job_des h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin: 16px 0 13px;
    }
    
    .job_des p{
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    }
    
    .job_des ul{
    padding-left: 30px;
    }
    
    .job_des ul li{
    list-style-type: disc;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 10px;
    }
    
    .job_des p.last{
    margin-top: 22px;
    font-weight: 500; 
    }
    
    .job_des p.last a{
    color:#39A307;
    }
    
    /* all mobile devices*/
    @media only screen and (max-width: 767px){
    .mobile{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    }
    .job_des button{
        margin-bottom:8px;
    }
    .job_list p{
        display:none;
    }
    #career .career_map{
        display: none;
    }
    #banner{  
    background-image: url(../image/careers/banner_mob.jpg);  
    padding: 64px 0 108px;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    }
    
    .job_list{
    margin-bottom: 20px;
    }
    
    #job_description{
    padding: 0 0 7px;
    }
    
    
    .jobListings h2 img {
    float: right;
    position: relative;
    top: 5px;
    height: 21px;
    filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(180deg) saturate(100%) contrast(0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    
    
    
    .jobListings h2 img.rotate {
    transform: rotate(90deg);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    
    
    
    #china p, #uk p, #canada p, #usa p  {
    display: none;
    }
    
    #china h5, #uk h5, #canada h5, #usa h5  {
    display: none;
    }
    
    .jobListings{
    display: block !important;
    }
    
    #career{
    padding: 22px 0 10px;
    }
    
    
    }
    
    
    
    
    
    /* Ipad devices */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) {
    
        .job_list{
        margin-top: 30px;
        }
    
        #job_description{
        padding: 10px 0 40px;
        }
        #career {
        padding: 19px 0;
        }
        #banner {
        background-position: 35% 100%;  
        }  
    }
    
    
    /* landscape for ipad device */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape)
    {
    
    
    }
    
    
    
    
    
    /* Portrait */
    @media only screen 
    and (min-width: 1024px) 
    and (max-height: 1366px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1.5) {
    
    
    }
    
    @media only screen 
    and (min-device-width : 990px) 
    and (max-device-width : 1199px) 
    {
    
        .common_tag.tag.india {
            right: 59px;
            top: 164px;
        }
        .common_tag.tag.china {
            right: 12px;
            top: 100px;
        }
        .common_tag.tag.usa {
            left: -15px;
            top: 86px;
        }
        .common_tag.tag.canada {
            left: 130px;
            top: 82px;
        }
        .common_tag.tag.uk {
            left: 284px;
            top: 62px;
        }
    }
    
    @media only screen 
    and (min-device-width : 801px) 
    and (max-device-width : 991px) 
    {
            .common_tag.tag.india {
            right: 198px;
            top: 164px;
        }
        .common_tag.tag.china {
            right: 141px;
            top: 93px;
        }
        .common_tag.tag.usa {
            left: 111px;
            top: 70px;
        }
        .common_tag.tag.canada {
            left: 260px;
            top: 67px;
        }
        .common_tag.tag.uk {
            left: 416px;
            top: 50px;
        }
    }
    
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 800px) 
    {
            .common_tag.tag.india {
            right: 88px;
            top: 164px;
        }
        .common_tag.tag.china {
            right: 35px;
            top: 93px;
        }
        .common_tag.tag.usa {
        left: 25px;
        top: 99px;
        }   
        .common_tag.tag.usa i {
        /* float: right; */
        margin-left: 4px;
        position: relative;
        right: 18px;
        bottom: 25px;
        }
        .common_tag.tag.canada i {
        /* float: right; */
        position: relative;
        bottom: 24px;
        left: 18px; 
        }
        .common_tag.tag.canada { 
        left: 131px;
        top: 95px;  
        }
        .common_tag.tag.uk {
        left: 301px;
        top: 58px; 
        }
    }

    .jobListings img{
        display: none;
    }
