.header-button a {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #f7d34b, #FF0C01, #f7d34b);
    background-size: 200% auto;
    border: 2px solid #f7d34b;
    padding: 0px 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;
}  
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    background: linear-gradient(to bottom, #FFFFFF 0%, /* vàng nhạt ánh sáng */ #f6b601 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;
}
.sapo {
    border-left: solid 5px #eec115;
    background: #1e1e1e;
    padding: 8px 8px 8px 20px;
    margin-bottom: 20px;
}
.sapo *{
  margin: 0;
}
.content-home {
    border: 2.5px solid #eec115;
    border-radius: 15px;
    height: 800px;
    padding: 10px;
    margin-bottom: 36px;
    box-shadow: #eec115 0px 5px 15px;
    overflow-y: auto;
    background: #0000008c;
}
.content-home::-webkit-scrollbar {
    width: 5px;
}
.content-home::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #eec115;
}
.nopad{
  padding-bottom: 0 !important;
}
footer {
    padding-top: 30px;
    background: #161616;
}
.ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}
.ux-menu-link__link {
    font-weight: bold;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.breadcrumb {
    padding: 8px 0;
    background: #161616;
}
.breadcrumb>div * {
    margin: 0;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
