.header-button a {
    padding: 2px 12px;
    animation: pulse 1s ease-in-out infinite;
    font-size: 13px;
}
@keyframes pulse{
    0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
}
.header-button-1 a {
    background: #f42308;
}
.header-button-2 a {
    background: #e4a400;
}
#wide-nav ul > li > a {
    color: #fff;
    font-size: 15px;
}
#wide-nav ul > li > a:hover {
    color: #fedd40;
}
.fake-form {
    background: url(/wp-content/uploads/2026/01/bg-form.png) top center no-repeat;
    background-size: 100% 90%;
    padding: 3rem 0 6rem;
    width: 100%;
    margin: 0 auto;
}
.form-group {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.icon_user {
    background-image: url(/wp-content/uploads/2026/01/icon-user.png);
}
.icon_eye {
    background-image: url(/wp-content/uploads/2026/01/icon-lock.png);
}
.icon_field {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    left: 16px;
    position: absolute;
    top: 0;
    width: 40px;
}
.form_field {
    background: url(/wp-content/uploads/2026/01/bg-input.png) center no-repeat;
    background-size: 100% 100%;
    width: 100% !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fff !important;
    flex: 1;
    font-size: 16px !important;
    height: 55px !important;
    padding: 0 55px !important;
    text-align: center !important;
    background-color: transparent !important;
}

.form_field:focus {
    box-shadow: none !important;
}
.anhgiua2 {
    position: absolute;
    bottom: 117px;
    left: 50%;
    transform: translate(-50%);
}
.anhgiua{
    margin: 0 auto !important;
}
.anhgiua2 {
    width: 80% !important;
}
.content-home {
    background: #f5f5f569;
    padding: 20px;
    border: solid 1px #cccccc29;
}
.post-item .box {
    border: solid 1px #fe990126;
}
.section-title-normal span {
    border-bottom: 0;
}
.breadcrumb {
    padding-top: 12px;
}
#comments, .entry-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-content {
    padding-top: 0;
}
.mobile-nav > li > a {
    color: #fff !important;
}