/*Home Blade*/

/*Plugin CSS Marguee*/
.image_running{ max-width: 40px; background: #fff; max-height: 40px; border-radius: 10px; margin-left: 10px; border: 1px solid #dddddd}
.str_wrap {
    overflow:hidden;
    zoom:1;
    width:96%;
    line-height:16px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    /*background:#f6f6f6;*/
    white-space:nowrap;
    margin-left: 20px;

}

.str_wrap.str_active {
    /*background:#f1f1f1;*/
}
.str_move {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    cursor:move;
}
.str_move_clone {
    display:inline-block;
    display:inline;
    zoom:1;
    vertical-align:top;
    position:absolute;
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
.str_wrap img {
    max-width:none !important;
}
.str3 { font-size:0 !important}
.str3 .str_item {
    font-size:0;
    line-height:0
}
.str3 img {
    opacity:0.8;
    margin: 0 8px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dddddd;
}
.str3 img:hover { opacity:1}
.str3.str_wrap.str_active {
    /*background:#fff;*/
}

/*Prepare By*/
.img_prepare{
    max-width:130px !important; max-height: 130px; object-fit: cover; /*border: 1px solid #c4d1f3;*/
}

/*Supported*/
.img_supported{
    max-width: 98px !important; max-height: 110px;object-fit: cover; /*border: 1px solid #c4d1f3;*/
}

/*Supported*/
.img_company{
    max-width: 80px !important; max-height: 80px;object-fit: cover; /*border: 1px solid #c4d1f3;*/
}

.img_companys{
    max-width: 76px  !important; max-height: 110px;object-fit: cover; /*border: 1px solid #c4d1f3;*/
}




.f-category h3 {
    font-size: 18px;
    line-height: 32px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #0f348d;
}
.border_right_cat{
    position: absolute; right: 20px; width: 1px; height: 100%; background: #dddddd
}

/*Detail Company*/
.list_vacancy li{ border-bottom: 1px solid #ddd;  padding: 15px 15px 15px 0;}
.list_vacancy li:first-child{border-top: 1px solid #f1f1f1}
.list_vacancy li:last-child{ border-bottom: none; margin-top: 15px}
.list_vacancy li a:hover{ color: #dc3545}

.btn_apply{
    float: right; margin-top: 10px; padding: 8px; background: #dddddd; border-radius: 5px
}
.btn_after_apply{
    color: #FFFFFF;
    float: right; margin-top: -20px; padding: 8px; background: #28a745; border-radius: 5px
}


/* List Overflow Text */
.overflow_text {
    width: 100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.overflow_text_list {
    float: left;
    width: 75%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.overflow_text_list_100{
    float: left;
    width: 100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    text-align: left;
}



/*For Ipad Version*/
@media only screen and (max-width: 992px) {
    .header_search_bg{
        display: none;
    }
    .border_right_cat{
        display: none;
    }
}
/*For Mobile Version*/
@media only screen and (max-width: 768px) {
    .header_search_bg{
        display: none;
    }
    .border_right_cat{
        display: none;
    }
}
