.pagination li {
    list-style: none;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 1em;
}
.widget_recent_entries ul li{
    list-style: circle;
    color: #000;
}
.widget_recent_entries ul li a{  
    color: #000;
}
.widget_recent_entries ul li a:hover {
    color: dodgerblue;
}
.content-detail {
    background-color: #fff;
    width: 100%;
    padding: 20px;
}
h1.title01 {
    color:#000;
    font-size: 1.2em;
    font-weight: bold;
}
.widget-title {
    font-size: 24px;
    font-size: 1.4117647058824rem;
    color: #094aa8;
    font-weight: bold;
}
.wpforms-field-label {
    color: #000;
}
._red {
    color: red;
}
._success {
    color: #4e9d00;
}