.rd-navbar-nav .item {
    position: relative;
    /* 添加这个属性来扩展hover区域，防止鼠标移动时状态丢失 */
    padding-bottom: 8px;
}
.rd-navbar-nav .item .second-nav {
    display: none;
    position: absolute;
    min-width: auto;
    width: max-content;
    white-space: nowrap;
    top: 94%;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 0;
    margin-top: 5px;
    transition: all 0.3s ease;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
}

.rd-navbar-nav .item:hover .second-nav {
    display: block;
    animation: fadeIn 0.3s ease;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s;
}
.rd-navbar-nav .item .second-nav:hover {
    visibility: visible;
    opacity: 1;
}

.rd-navbar-nav .item .second-nav li {
    padding: 0 15px;
}

.rd-navbar-nav .item .second-nav li a {
    display: block;
    padding: 8px 15px;
    color: #29292b;
    transition: all 0.2s ease;
    border-radius: 3px;
}

.rd-navbar-nav .item .second-nav li a:hover {
    color: #0f9447;
    background-color: #f5f5f5;
}

.rd-navbar-static .rd-navbar-nav > li {
    margin: 0 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.dark-filter:before {
    background: url("../images/home-bg.jpg");
}
.gallery-item img {
    max-height: 50vh;
}
/* aside */
.fixed_contacts {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 25%;
    transition: all 0.3s;
}
.fixed_contacts_default {
    width: 50px;
    height: 250px;
    background: #1d84dc;
}
.fixed_contacts_active {
    width: 320px;
    height: 380px;
    background: #1d84dc;
}
.fixed_contacts ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: 0 !important;
}
.fixed_contacts ul li:not(:last-child) {
    border-bottom: solid 1px #459ce7;
}
.fixed_contacts ul li:last-child {
    height: 130px;
    align-items: start;
}
.fixed_contacts ul li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px !important;
    padding-inline-start: 0;
    padding: 0 !important;
}
.fixed_contacts ul li a {
    color: inherit;
    display: none;
}
.fixed_contacts ul li a:hover {
    color: inherit !important;
}
.whatsapp_qrcode {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.whatsapp_qrcode a {
    height: 50px;
    line-height: 50px;
}
.whatsapp_qrcode img {
    display: none;
    width: 90px;
    /*	height: 75px;*/
}
.rd-navbar-brand img,.page-loader__logo img{
height:49px;
}
.post-blog-image img{
height:0;
}
