/*news article*/
.news-article .sp-page-title .container {display: none;}

.news-article .sp-page-title h2, 
.news-article .sp-page-title h3 {
    display: none;
}

.news-article .entry-header {
    color: #000;
}

.news-article .article-footer-wrap {
    float: left;
}

.careerform .form-group.form-group-actions {
    float: left;
}
/**/



/*health edu*/
.view-category .entry-header h2 {
    margin-top: -38px;
    padding: 30px 20px!important;
    background: #fff;
    border-radius: 10px;
    width: fit-content;
    margin-left: -20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    font-weight: 900;
    color: #000!important;
    display: flex;
    align-items: center;
}

.view-category .entry-header h2:hover {
    background: #f7941d!important;
}

.view-category .entry-header h2 a {
    color: #000;
    line-height: 0!important;
}

/*paw*/
.view-category .entry-header h2 {
    position: relative;
    overflow: hidden!important;
}

.view-category .entry-header h2:before{
    position: absolute;
    background-size: contain !important;
    content: url(/images/0-vet/others/pawprint.png);
    bottom: -25px;
    right: 0;
    margin:auto;
    background-repeat:no-repeat;
    /* z-index:-10 !important; */
    }


.view-category article.item{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;
    border-radius: 30px;
    background: #fff!important;
}
.view-category  .intro-image img {
    border-radius: 30px 30px 0px 0px;
}

.view-category dl.article-info {
    padding: 20px 20px 0px;
}

.view-category article.item p {
    padding: 0 20px 30px;
}