.thumb-modern__caption,
.swiper-slide-caption .container
{
    background-color: #ffffffbd;
}

.swiper-slide-caption .container h1,
.swiper-slide-caption .container h4,
.thumb-modern__title {
    color: #414141;
}

.swiper-slide-caption .container {
    padding-bottom: 20px;
}



.loadingProgressG {
    background: #005ea6;
    margin-top: 0;
    margin-left: -400px;
    animation-name: bounce_loadingProgressG;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 400px;
    height: 5px;
}

.page .text-primary {
    color: #005ea6;
}


.rd-navbar-fullwidth .rd-navbar-nav > li.opened > a, .rd-navbar-fullwidth .rd-navbar-nav > li.active > a, .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
    color: #005ea6;
    background: transparent;
}

.object-decorated__divider {
    height: 4px;
    width: 36px;
    background: #005ea6;
    flex-shrink: 0;
}

.swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: scale(0.5);
    opacity: 0;
    border: 2px solid #005ea6;
    border-radius: inherit;
    transition: .22s ease-in;
}

.tabs-custom.tabs-inline .nav-link.active, .tabs-custom.tabs-inline .nav-link:hover {
    color: #005ea6;
}
.post-modern__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #005ea6;
    transition: 0.33s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
    color: #fff;
    background: #005ea6;
}

.page .icon-style-modern:hover {
    color: #fff;
    border-color: #005ea6;
}
.page .icon-style-modern::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #005ea6;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.4, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: ease, ease;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}



a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}



.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a {
    color: #fff;
    background: #015ea6;
}



