/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 4, 2016, 3:16:23 PM
    Author     : thanh
*/

.navinews {
    display: block;
    overflow: hidden;
    background: #fdd504;
    text-align: center
}
.navinews li {
    display: inline-block;
    *float: left;
    overflow: hidden;
    height: 40px;
    margin-left: 10px
}
.navinews li a {
    display: block;
    padding: 5px 12px;
    font-size: 14px;
    color: #333;
    margin: 6px 0;
    cursor: pointer;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px

}
.navinews li a:hover {
    background: #fff
}
.navinews li a.actnavi {
    background: #fff
}
.breadcrumb{
    background-color: white;
}
.breadcrumb span{
    color: #4a90e2;
    float: left;
    font-size: 24px;
    line-height: 1;
    padding: 3px 2px 0 0;
}
.wrap_page {
    display: block;
    padding: 16px 0
}
.pagination {
    float: left;
    overflow: hidden;
    margin-bottom: 15px
}
.pagination a {
    float: left;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #b0b0b0;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-right: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}
.pagination a.actpage {
    background: #d2d2d2;
    color: #000;
    border: 1px solid #d2d2d2
}
.pagination .pre {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #919191;
    float: left;
    margin: 2px 0
}
.pagination .next {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #919191;
    float: left;
    margin: 2px 0
}

.paginate > ul li {
    display: block;
    float: left;
}
.pagination a.active {
    background: #d2d2d2 none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    color: #000;
}
section{
    margin: 65px auto 0
}