a {
    text-decoration: none;
    color: #1a1d20;
}

.single-content {
    color: #111;
}

.contact-section {
    margin: 50px auto;
}
.contact-item {
    list-style: none;
}

.contact-item li{
    list-style: none;
    color: #111;
}

.contact-main {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 50px;
}

.contact-main-form {
    border-right: 1px solid #ddd;
    padding: 15px 35px 15px 5px;
    color: #111;
}

.about-main {
    margin: 30px 0;
    font-size: 17px;
    line-height: 28px;
}

.detail_posts_header {
    margin: 50px 0;
}

.detail_posts_header-title{
    line-height: 50px;
    margin-bottom: 30px;
    color: #111111;
}

.detail-blockquote {
    border-left: 3px solid #666;
    padding: 15px;
    background: #fbeafb;
    border-radius: 4px;
    font-size: 1.1rem;
    line-height: 30px;
}

.details-info {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #787878;

}

.details-info span{
    margin-right: 15px;
}

.auto_details {
    margin: 30px;
    background-color: #fff;
    padding: 15px 30px;
    box-shadow: 0 0 15px #ddd;
    border-radius: 4px;
}

.detail_posts_detail-content {
    background: #f9f2f2;
    padding: 15px;
    color: #111111;
}

.detail_posts_detail-content p{
    line-height: 33px;
}

.detail_posts_detail-content li{
    line-height: 33px;
}

.detail_posts_detail-content img{
    text-align: center;
    display: block;
    /*margin: 0 auto;*/
    border: 1px solid #ddd;
    padding: 2px;
    box-shadow: 0 0 3px #ddd;
    border-radius: 4px;
}

.detail_posts_header-title{
    font-size: 2.2rem;
}
.detail_posts_header-summary {
    color: #111111;
}

.auto_details h2{
    font-size: 1.9rem;
}

.auto_details h3{
    font-size: 1.6rem;
}

.auto_details h4{
    font-size: 1.3rem;
}

.auto_details h5{
    font-size: 1rem;
}

.detail_posts_detail-image {
    max-height: 800px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.detail_posts_detail-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.auto_details svg path{
    fill: #0a58ca;
}

.table-header-custom th{
    background-color: #f3f3f3;
}

.single-content {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #ddd;
}

.single-content h2{
    padding: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.notfindpage {
    text-align: center;
}

.notfindpage-info {
    text-align: center;
}

.section-refs-main {
    background: #fff;
    color: #111;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 50px;
}

.section-refs-main ul {
    padding: 5px;
}

.section-refs-main ul li{
    list-style: none;
    line-height: 28px;
}

.section-refs-main ul li a{
    color: #0a58ca;
}

.auto-detail-content a{
    color: #0a58ca;
    font-weight: bold;
}