.header-button a {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #f7d34b, #FF0C01, #f7d34b);
    background-size: 200% auto;
    border: 2px solid #f7d34b;
    padding: 3px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(247, 211, 75, 0.6);
    animation: goldMove 3s linear infinite;
    transition: 0.3s;
}
@keyframes goldMove{
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}
.des1 * {
    font-style: italic;
    color: #fceb0b;
    font-weight: bold;
}
.img-center{
    margin: 0 auto;
    animation: zoom-in-zoom-out-1 .8s ease infinite;
}
@keyframes zoom-in-zoom-out-1{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.section-title-center b {
    background: transparent;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    background: linear-gradient(to bottom, #FFFFFF 0%, /* vàng nhạt ánh sáng */ #ff795c 35%, /* đỏ cam rực rỡ */ #E59007 50%, /* cam vàng ánh kim đậm */ #F0AD0B 75%, /* nâu vàng kim loại */ #FFEA1A 100% /* vàng tươi trở lại */);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title-bold-center span, .section-title-center span {
    font-size: 30px;
}
.content-home {
    background: #282828;
    padding: 20px;
}
.img-br img {
    border-radius: 15px;
}
.post-item .box .box-text {
    background: #282828;
    padding: 12px;
}
.absolute-footer {
    border-top: solid 1px #fff;
}
.breadcrumb {
    font-size: 14px;
    padding-top: 12px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-divider {
    display: none;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 20px;
}
.mobile-nav > li > a {
    color: #fff;
}