﻿/*tieu đề tên bài*/
h1 {
    color:#ff9900;
    text-align:center;
    font-size:25px;
}
/*hiển thị chữ */
#tinbai-p_img {
    width:100%;
    font-size:20px;
    font-family:'Times New Roman';
    padding-bottom:30px;
}
.tinbai-p {
    text-align: justify;
    text-indent: 30px;
}
.tinbai-p-p {
    text-align: justify;
    text-indent: 50px;
}
.tinbai-p-p-p {
    text-align: justify;
    text-indent: 70px;
}
.tinbai-InDam {
    font-weight: bold;
    margin-bottom:20px;
    margin-top:20px;
}
.tinbai-p p{
    padding-bottom:10px;
}
.tinbai-p-p p{
    padding-bottom:10px;
}
.tinbai-p-p-p p{
    padding-bottom:10px;
}
/*hiển thị hình ảnh*/
.tinbai-img {
    width:100%;
    height:auto;
    padding-bottom:20px;
    padding-top:20px;
}
.tinbai-img-img {
    width:90%;
    height:auto;
    margin-left:5%;
    margin-right:5%;
}
/*người đăng tin*/
.tinbai-nd {
    text-align: end;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
/*Điều khiển trang */
.pagination-container {
    margin-top:10px;
    margin-bottom:10px;
    text-align:right;
    padding-bottom:20px;
}

.pagination-button {
    padding: 8px 12px;
    margin: 0 5px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

    .pagination-button:hover {
        background-color: #ccc;
    }