﻿@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

.main--right {
    margin-top: 0;
}

.body--main {
    margin-top: 0;
}

.search-text-result {
    font-size: 20px;
    padding: 10px;
}

.context-job {
    background-color: #fff;
    padding: 25px;
    position: relative;
    padding-bottom: 10px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.32s;
    -o-transition: all 0.32s;
    transition: all 0.32s;
    font-family: 'Roboto-Regular' !important;
}

    .context-job:hover {
        border-left: 4px solid #f37c3e;
        padding-left: 22px;
    }

.job__href {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.context-job--title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

    .context-job--title h3 {
        word-wrap: break-word;
        margin: 0;
        font-weight: bold;
    }

.main--content h3 {
    margin: 0;
    font-weight: normal;
    font-size: inherit;
}

.context-job__salary {
    color: #0c51a0;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.context-job__flag {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.context-job__location {
    color: #f27024;
    font-size: 14px;
    margin: 10px 0 20px 0;
}

.context-job--body {
    padding-left: 30px;
    margin-bottom: 20px;
}

    .context-job--body ul {
        list-style: disc;
        margin-left: 1em;
        color: #3e3e3e;
        margin-bottom: 10px;
    }
        .context-job--body ul ul {
            list-style: circle;
        }

        .context-job--body ul li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
            display: none;
        }


.context-job--foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.context-job--foot--right {
    width: 35%;
}
.context-job--foot--left {
    width: 65%;
}

.context-job--foot--right {
    text-align: right;
    color: #828282;
    font-size: 15px;
}

.context-job--foot--left {
    text-align: left;
}

.view-more-btn {
    width: 328px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fff;
    height: 48px;
    -webkit-box-shadow: 0 4px 2px -2px #d3d3d3;
    box-shadow: 0 4px 2px -2px #d3d3d3;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.032s;
    -o-transition: all 0.032s;
    transition: all 0.032s;
}

    .view-more-btn:hover {
        -webkit-box-shadow: 0 4px 1px -3px #d3d3d3;
        box-shadow: 0 4px 1px -3px #d3d3d3;
    }

@media (min-width: 991px) {
    .mobile__salary {
        display: none;
    }
}

@media (max-width: 990px) {
    .mobile__salary {
        display: inline-block;
        font-size: 13px;
    }

    .banner,
    .list-tag,
    .start-date {
        display: none;
    }

    .context-job--foot--left {
        display: none;
    }

    .context-job--foot--right {
        width: 100%;
        text-align: right;
    }

    .context-job--title h3 {
        font-size: 23px;
        overflow: hidden;
        max-height: 30px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold;
        -o-text-overflow: -o-ellipsis-lastline;
        text-overflow: -o-ellipsis-lastline;
    }

    .context-job--title .context-job__salary {
        display: none;
    }

    .context-job--body ul:first-child li {
        font-weight: bold;
    }

    .context-job--body ul:not(:first-child) {
        list-style: none;
    }

    .context-job--body p {
        line-height: 16px;
        overflow: hidden;
        max-height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        -o-text-overflow: -o-ellipsis-lastline;
        text-overflow: -o-ellipsis-lastline;
    }
}

@media (max-width: 768px) {
    .context-job--title h3 {
        font-size: 18px;
    }

    .context-job__location {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .context-job--body {
        padding-left: 15px;
    }

    .context-job--head .context-job--title h3 {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .context-job--head .context-job--title h3 {
        font-size: 13px;
    }
}


.context-job--title h3:first-child {
    max-width: 65%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


@media (max-width: 991px) {
    .context-job--title h3:first-child {
        max-width: 55%;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
/* Replace data style*/
.context-job--body li,
.context-job--body span,
.context-job--body a,
.context-job--body p {
    font-family: 'Roboto-Regular' !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 15px !important;
}

.context-job--body ul {
    font-family: 'Roboto-Regular' !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 15px !important;
}
