.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;
}  
}
#wide-nav ul.header-nav > li > a {
    color: #fff;
}
#wide-nav ul > li > a:hover {
    color: #fed504;
}
.content-home {
    background: #282828;
    padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    background: linear-gradient(to bottom, #FFFFFF 0%, /* vàng nhạt ánh sáng */ #F62C01 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;
}
.content-home h1 {
    text-align: center;
}
.tacgia .box-text-inner *:first-child {
    margin-bottom: 20px;
    font-size: 20px;
}
#comments, .entry-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 22px;
}