.block-inner-nav.theme-red .inner_nav a.active {
    text-decoration: underline;
}
.block-inner-nav .inner_nav a:hover {
    text-decoration: none;
}
.block_map .contact_item .text_wrap .value {
    word-break: break-word;
}
.block-contact-grid .each_detail .actions_wrap {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #4A4A4A;
}
.block-contact-grid .each_detail .actions_wrap .lng_btn {
    font-size: 12px;
    letter-spacing: 1.2px;
    height: 43px;
    width: 100%;
    font-weight: 600;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.sticky-awards-section .award-item .award-image-wrap {
    height: 100px;
}
.sticky-awards-section .award-item .award-image-wrap img {
    max-height: 100px;
}
@media screen and (max-width: 768px) {
    .block-contact-grid .each_detail .actions_wrap {
        margin: 12px 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .block-contact-grid .each_detail .actions_wrap .lng_btn {
        line-height: inherit;
    }
}
