.article-page .item {
    border-radius: 15px;
    background: var(--grayblue);
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

    .article-page .item figure {
        padding: 8px 8px 0;
    }

        .article-page .item figure img {
            border-radius: 10px;
            width: 100%;
        }

/*.article-page .item:hover {
        background-color: var(--blue);
        color: var(--white);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);    
    }

        .article-page .item:hover a {
            color: var(--white);
        }

        .article-page .item:hover .more a {
            background-color: var(--yellow);
            color: var(--font-color)
        }*/

.article-page .content {
    padding: 10px 15px;
}

.article-page .info {
    font-weight: 700;
    color: var(--red);
    font-size: 15px;
}

    .article-page .info .fa {
        margin-right: 5px;
    }

.article-page h3.title {
    margin-bottom: 10px;
    min-height: 90px;
}

    .article-page h3.title a {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5em;
    }

.article-page .abstract {
    margin-bottom: 15px;
    line-height: 1.5em;
    min-height: 120px;
    overflow: hidden;
}

.article-page .more {
    margin: 0;
    padding: 8px 0;
}

    .article-page .more a {
        font-weight: 700;
        font-size: 15px;
        color: var(--white);
        background-color: var(--green);
        padding: 10px 25px;
        border-radius: 6px;
    }

        .article-page .more a:hover {
            background-color: var(--yellow);
            color: var(--font-color);
        }

.article-page .item .more a .fa {
    margin-left: 8px;
}

.view-article-page {
    margin-bottom: 25px;
}

    .view-article-page .title {
        color: #ff4f01;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.5em;
    }

    .view-article-page .abstract {
        margin-bottom: 15px;
        line-height: 1.5em;
        font-weight: 700;
        font-size: 18px;
    }

    .view-article-page .body {
        line-height: 1.5em;
    }

        .view-article-page .body table {
            border-color: var(--grayblue);
        }

            .view-article-page .body table tr {
            }

            .view-article-page .body table td {
                padding: 10px;
            }

        .view-article-page .body img {
            max-width: 100% !important;
            height: auto !important;
            border-radius: 15px;
        }

        .view-article-page .body p {
            margin: 0;
        }

    .view-article-page .relate {
        margin-top: 30px;
    }

        .view-article-page .relate p {
            font-weight: 700;
            font-size: 18px;
        }

        .view-article-page .relate li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 15px;
        }

            .view-article-page .relate li:before {
                content: '';
                display: block;
                width: 7px;
                height: 7px;
                background-color: #ff4f01;
                position: absolute;
                top: 6px;
                left: 0px;
            }

.h-news .img {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .h-news .img img {
        border-radius: 5px;
        transition: transform .3s;
        width: 100%;
        height: auto;
    }

        .h-news .img img:hover {
            -ms-transform: scale(1.1); /* IE 9 */
            -webkit-transform: scale(1.1); /* Safari 3-8 */
            transform: scale(1.1);
        }

.h-news .img img:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.art-spec .abs {
    overflow: hidden;
}

.art-spec .abs, .h-news .abs a {
    color: #fff;
}

    .art-spec .abs a:hover {
        color: #ff4500;
        text-decoration: none;
    }

    .art-spec .abs h3 {
        margin-top: 2px;
        line-height: 18px;
    }

.relateArticles li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
    line-height: 22px;
}

    .relateArticles li:before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        background-color: var(--blue);
        border-radius: 8px;
        position: absolute;
        left: 0px;
        top: 6px;
    }

    .relateArticles li a:hover {
        text-decoration: underline;
    }

.frm-norms .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.frm-norms .form-control {
    height: 40px;
    border-radius: 15px;
    box-shadow: none;
}

    .frm-norms .form-control:focus {
        border-color: var(--red)
    }

.frm-norms .btn-primary {
    width: 100%;
    border-radius: 1px;
    background-color: var(--red);
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

    .frm-norms .btn-primary:hover {
        background-color: var(--blue);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        -moz-transition: var(--transition);
        transition: var(--transition);
    }

.frm-norms {
    margin-bottom: 30px;
}

    .frm-norms .ttl {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        color: var(--green);
        margin-bottom: 15px;
        background: url(/images/images_pj/title-bg-green.png) center bottom no-repeat;
        padding-bottom: 40px;
    }

    .frm-norms .note {
        color: var(--red);
        font-style: italic;
        margin-bottom: 12px;
    }

.model-view-norms .modal-title {
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    color: var(--blue);
}

.model-view-norms .modal-dialog {
    margin-top: 100px;
}

.model-view-norms .war {
    color: var(--red);
}

.model-view-norms table {
    margin-bottom: 0;
}

.model-view-norms thead {
    background-color: var(--yellow);
}

    .model-view-norms thead > tr > th {
        border-bottom: none
    }

.model-view-norms tbody {
    text-align: left;
}

    .model-view-norms tbody > tr:first-child > td {
        border-top: none;
    }

.model-view-norms .quote {
    margin-top: 25px;
    margin-bottom: 15px;
}

    .model-view-norms .quote span {
        background-color: var(--blue);
        color: #fff;
        font-weight: 700;
        padding: 10px 15px;
        border-radius: 5px;
    }

    .model-view-norms .quote a {
        color: #fff;
    }

.employer-view .img-responsive {
    border: 8px var(--orange) solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
}

.employer-view .name {
    font-size: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--blue);
    font-weight: 700;
    color: var(--blue);
    padding-bottom: 3px;
}

.employer-view .details img {
    max-width: 100%;
    height: auto;
}
