/*Category*/

ul.category {
    margin: 5px 0 0 0;
    font-family: RobotoCondensedRegular;
}
ul.category li.post {
    margin: 5px; 
    padding: 10px; 
    background: #fff; 
    float: left; 
    width: 95%; 
    border-bottom: 1px dotted #C0C0C0;
}
ul.category li.post img  {
    float: left;
    width: 130px;
    height: 100px;
    margin-right: 10px;
}
ul.category li.post a.post-title {
    color: #535353;
    font-size: 18px;
}
ul.category li.post a.post-title:hover {
    color: #5FB435;
}
ul.category li.post p.post-content {
    line-height: 1.8;
    color: black;
    text-align: justify;
}
/* Single Category */
ul.relatedNews {
    margin: 20px 0;
}
ul.relatedNews li {
    margin-right: 5px;
    width:200px; 
    float: left;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    padding: 10px;
    min-height: 260px;
    background:#fff;
    margin-bottom: 10px;
    height: 281px;
    overflow: hidden;
}
ul.relatedNews li:nth-child(3n) {
    margin-right: 0;
}
ul.relatedNews li img {
    width: 200px;
    padding: 2px;
    float: left;
    height: 120px;
    margin-right: 5px;
}
ul.relatedNews li a.post-title {
    font-size: 14px;
    color: #5FB435;
    height: 30px;
    float: left;
    margin: 10px 0;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px dotted #5FB435;
}
ul.relatedNews li p.post-content {
    text-align: justify;
    line-height: 1.6;
}
/*Phan Trang*/
.wp-pagenavi {
    margin: 10px;
    float: left;
    font: bold 12px Arial;
    color: #fff;
    border: none!important;
}
.wp-pagenavi a, .wp-pagenavi span  {
    background: #525252;
    padding: 8px 12px!important;
    color: #fff;
    margin: 4px;
    border: none!important;
}
.wp-pagenavi span.current, .wp-pagenavi span:hover, .wp-pagenavi a:hover, .wp-pagenavi .pages {
    background: #fea502;
    color: #fff;
    border: none!important;

}
/*Contacts*/
.wpcf7 {
    color: #000;
    width: 500px;
}
.wpcf7 p {
    margin: 5px;
    float: left;
}
.wpcf7 input{
    padding: 8px;
    border: 1px solid rgba(0,0,0,.03);
    margin: 5px;
    width:215px;
    background: #F1F1F1;
}
.wpcf7 select {
    padding: 8px;
    border: 1px solid rgba(0,0,0,.03);
    margin: 5px;
    width:228px;
    font: bold 12px Arial;
}
.wpcf7-textarea{
    padding: 8px;
    border: 1px solid rgba(0,0,0,.03);
    margin: 5px;
    width:460px;
    background: #F1F1F1;
}
.wpcf7 .your-subject input {
    width:460px;
}
.wpcf7 .wpcf7-submit {
    cursor: pointer;
    color: white;
    border: none;
    font-weight: bold;
    width:100px;
    float: right;
    background: #E62534;
}
.wpcf7-response-output, .wpcf7-display-none, .wpcf7-mail-sent-ok {
    clear: both;
    float: left;
}
.wpcf7 p {
    font-size: 14px;
}
