footer .contact-box a {
    color: #fff;
}
.rd-megamenu-list-link dt {
    color: #000;
    font-weight: bold;
}
.center {
    text-align: center;
}
.bg-image-3 {
    background-color: rgb(5, 36, 57);
    padding: 50px 0!important;
}
.bg-image-3 * {
    color: #fff;
}
.page-contact .post-title {
    text-align: center;
}

#mry-mask { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: #000; z-index: 6000; opacity: 0.5; background-position: initial initial; background-repeat: initial initial; }
#mry-opo { position: fixed; z-index: 7000; left: 50%; top: 50%; width: 500px; height: 200px; margin-left: -250px; margin-top: -100px; background: rgb(255, 255, 255); }
#mry-opo-title { height: 30px; font-size: 14px; padding-left: 10px; line-height: 30px; background-color: #008CFF; color: #FFFFFF; font-weight: bold; }
#mry-opo-content { height: 172px; text-align: center; font-size: 18px}
#mry-opo-button { text-align: center; position: absolute; bottom: 10px; width: 100%}
#mry-opo-message { height: 60px;line-height: 32px;padding: 24px }
#mry-opo-button * { cursor: pointer }
#mry-opo .a-close { position:absolute;right:10px;top:6px;color:#fff;font-size:12px; }

.form-right {
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    z-index: 999;
    border-radius: 5px;
    padding: 20px;
}
.form-right .form-input {
    border-color: #ccc;
}
.button-primary {
    background-color: #007FAE;
    color: #fff!important;
}
@media (min-width: 1200px) {
    .swiper-container .form-right {
        right: 10%;
        top: 200px;
        width: 500px;
    }
}
.error-top-left .form-validation {
    color: #fff;
    margin-top: -12px;
    left: 0;
}