﻿.sticky-logo img {
    max-height: 63px;
}



.ticker-content a:hover {
    text-decoration: none !important;
    color: #000;
}

.header-sticky.sticky-bar.sticky .main-menu ul>li>a {
    padding: 33px 10px !important;
}

.header-sticky.sticky-bar.sticky .main-menu ul.submenu>li>a {
    padding: 6px 10px !important;

}

.trand-right-img img {
    max-width: 135px;
}

.trending-area .trending-main .trand-right-single .trand-right-cap h4,
.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4,
.recent-articles .single-recent .what-cap h4 {
    font-size: 14px !important;
}

.trending-area .trending-main .trand-right-single .trand-right-cap h4 {
    margin-bottom: unset !important;
}

.trand-right-cap small,
.what-cap small {
    color: #6d6d6d;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
    font-size: 20px;
}

.text-white,
.text-white * {
    color: #e9e9e9;
}

.whats-news-area .whats-news-caption .single-what-news .what-cap h4 a {
    font-size: 14px !important;
}

.whats-news-area .whats-news-caption .single-what-news .what-cap {
    background: #ffffffa2 !important;
    padding: 10px 5px 10px 0px !important;
    width: 90% !important;
}

.recent-articles .single-recent .what-cap {
    background: #ffffffa2 !important;
    bottom: -63px !important;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-menu {
    background: #ffe7e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;

}

.single-post-area .blog_details {
    padding-top: unset !important;
}

.single-post-area .single-post .blog_details li {
    list-style: unset !important;
}

.post_item img {
    max-width: 100px;
}

div[style="background:#eee;border:1px solid #ccc;padding:5px 10px"] {
    margin-bottom: 20px;
    /* Giá trị margin-bottom bạn muốn thêm */
}

.form-testsmtp .form-group {
    margin-bottom: 10px !important;
}

.footer-tittle hr {
    margin: 15px 0px !important;
}

.footer-area .footer-pera p {
    margin-bottom: 10px;
}

.footer-menu ul li a,
.footer-bottom-area .footer-copy-right p {
    color: #fff;
    ;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a,
.pagination>li>span,
.pagination>li:first-child>span,
.pagination>li:last-child>span {
    border-radius: 100px !important;
    margin: 0 2px;
    margin-left: 2px;
    color: #777777;
    border-color: #ddd;
}

.pagination {
    display: -ms-flexbox;
    /* display: flex; */
    display: -webkit-inline-box;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}