@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap);

@media (max-width:767px) {
    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important
    }
}

a {
    cursor: pointer
}

    a:hover {
        text-decoration: none
    }

    a:focus {
        text-decoration: none
    }

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 0;
    padding: 0
}

:focus {
    outline: 0
}

.relative {
    position: relative
}

.hidden {
    display: none
}

.fullWidth {
    width: 100%
}

.negativeIndent {
    text-indent: -999999px
}

.reverseFloat {
    float: right
}

.makeDiv {
    display: inline-block
}

.centeredImage {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.italic {
    font-style: italic
}

.noMargin {
    margin: 0
}

.noMarginTop {
    margin-top: 0
}

.noMarginBottom {
    margin-bottom: 0
}

.noMarginLeft {
    margin-left: 0
}

.noMarginRight {
    margin-right: 0
}

.noPadding {
    padding: 0
}

.noPaddingTop {
    padding-top: 0
}

.noPaddingBottom {
    padding-bottom: 0
}

.noPaddingLeft {
    padding-left: 0
}

.noPaddingRight {
    padding-right: 0
}

.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .4s ease
}

    .grayscale:hover {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        filter: none
    }

.invertscale {
    filter: invert(50%);
    -webkit-filter: invert(50%);
    filter: gray;
    -webkit-transition: all .4s ease
}

    .invertscale:hover {
        filter: invert(0);
        -webkit-filter: invert(0);
        filter: none
    }

.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0
}

.row-xs-height {
    display: table-row
}

.col-xs-height {
    display: table-cell;
    float: none
}

@media (min-width:768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }

    .row-sm-height {
        display: table-row
    }

    .col-sm-height {
        display: table-cell;
        float: none
    }
}

@media (min-width:992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }

    .row-md-height {
        display: table-row
    }

    .col-md-height {
        display: table-cell;
        float: none
    }
}

@media (min-width:1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }

    .row-lg-height {
        display: table-row
    }

    .col-lg-height {
        display: table-cell;
        float: none
    }
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

.colNo, .contNo, .rowNo {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0
}

:root {
    scroll-behavior: auto
}

a {
    color: inherit;
    text-decoration: none
}

    a:hover {
        color: inherit
    }

    a:active {
        color: inherit
    }

p {
    margin: 0
}

hr {
    background: #e5e5e5;
    margin: 0;
    opacity: 1
}

.visible-xs {
    display: none !important
}

@media only screen and (max-width:767px) {
    .visible-xs {
        display: block !important
    }
}

.slick-slider :focus {
    outline: 0
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px
}

    .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d8d8d8;
        border: 0;
        font-size: 0;
        padding: 0
    }

    .slick-dots li:only-child {
        display: none
    }

    .slick-dots li.slick-active button {
        background: #00132b
    }

.slick-arrow {
    background-color: #f7f7f7;
    font-size: 0;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    transition: background .4s
}

    .slick-arrow.slick-prev {
        background-image: url(../img/slider-prev.svg)
    }

    .slick-arrow.slick-next {
        background-image: url(../img/slider-next.svg)
    }

    .slick-arrow:hover {
        background-color: #00132b
    }

        .slick-arrow:hover.slick-prev {
            background-image: url(../img/slider-prev-wh.svg)
        }

        .slick-arrow:hover.slick-next {
            background-image: url(../img/slider-next-wh.svg)
        }

.swiper-button-next, .swiper-button-prev {
    position: static;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    background-color: #f7f7f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    transition: background .4s
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .5
    }

.swiper-button-prev {
    background-image: url(../img/slider-prev.svg)
}

    .swiper-button-prev:hover {
        background-color: #00132b;
        background-image: url(../img/slider-prev-wh.svg)
    }

.swiper-button-next {
    background-image: url(../img/slider-next.svg)
}

    .swiper-button-next:hover {
        background-color: #00132b;
        background-image: url(../img/slider-next-wh.svg)
    }

html {
    overflow-x: hidden
}

.container {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width:1400px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1320px
    }
}

body {
    font-family: 'DM Sans',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    padding-right: 100px
}

@media (max-width:1199px) {
    body {
        padding-right: 0
    }
}

@keyframes loadingBar {
    60% {
        bottom: 0
    }

    100% {
        bottom: 100%
    }
}

@keyframes mobileBar {
    100% {
        width: 100%
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99
}

    .loading .box {
        position: absolute;
        top: 90px;
        left: -100px;
        width: 100%;
        height: 100%;
        background: #fff
    }

    .loading .bar {
        position: absolute;
        bottom: -100%;
        right: 0;
        width: 100px;
        height: 100%;
        background: #00132b
    }

    .loading .logo {
        display: none;
        position: absolute;
        top: 70px;
        left: 70px
    }

    .loading .count {
        display: none;
        position: absolute;
        bottom: 70px;
        left: 70px;
        font-size: 6.25rem;
        font-weight: 700;
        color: #fff
    }

    .loading.error .box {
        top: 0;
        left: 0
    }

    .loading.first .box {
        left: 0;
        top: 0;
        background: #00132b
    }

    .loading.first .bar {
        background: #fff
    }

    .loading.first .count, .loading.first .logo {
        display: block
    }

    .loading.first.play .count, .loading.first.play .logo {
        opacity: 0;
        transition: .5s;
        transition-delay: 2.6s
    }

    .loading.first.play .bar {
        animation: loadingBar 5s;
        animation-timing-function: cubic-bezier(.785,.135,.15,.86)
    }

    .loading.first.play .box {
        opacity: 1;
        left: -100%;
        transition: 2s;
        transition-timing-function: cubic-bezier(.785,.135,.15,.86);
        transition-delay: 2.8s
    }

    .loading.play .box {
        opacity: 0;
        visibility: hidden;
        transition: 1s
    }

    .loading.page .box {
        visibility: visible;
        opacity: 1;
        transition: 1s
    }

    .loading.page.error .box {
        left: 0
    }

    .loading.active {
        visibility: hidden
    }

@media (max-width:1199px) {
    .loading .box {
        top: 0 !important;
        left: 0 !important
    }

    .loading .logo {
        top: 30px;
        left: 30px
    }

    .loading .count {
        left: 30px;
        bottom: 30px
    }

    .loading .bar {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 0;
        width: 0;
        height: 20px
    }

    .loading.first.play .bar {
        animation: mobileBar 3s
    }

    .loading.first.play .count, .loading.first.play .logo {
        transition-delay: 0s;
        opacity: 1
    }

    .loading.first.play .box {
        transition: 1s;
        transition-delay: 3s;
        opacity: 0
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden
}

    .popup .popup-tint {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7)
    }

    .popup .cls {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #00132b;
        color: #fff;
        text-align: center;
        border-radius: 50%
    }

        .popup .cls img {
            width: 100%
        }

    .popup .img {
        position: relative;
        z-index: 1
    }

        .popup .img .popup-img {
            max-width: 90vw;
            max-height: 90vh
        }

        .popup .img .cls {
            top: -15px;
            right: -15px;
            width: 30px;
            height: 30px;
            line-height: 30px
        }

    .popup .box {
        position: relative;
        background: #fff;
        padding: 90px 60px 60px 60px;
        width: 1000px;
        max-width: 90%;
        max-height: 80vh;
        overflow: auto;
        z-index: 1
    }

        .popup .box .title {
            font-size: 1.75rem;
            margin: 0 0 30px 0;
            font-weight: 700
        }

        .popup .box p {
            text-align: left !important;
            font-family: 'DM Sans',sans-serif !important;
            margin: 0 0 20px 0 !important;
            color: #000 !important
        }

        .popup .box span {
            font-family: 'DM Sans',sans-serif !important;
            color: #000 !important
        }

        .popup .box ul {
            margin-bottom: 20px !important
        }

            .popup .box ul li {
                margin-bottom: 10px !important;
                color: #000 !important
            }

        .popup .box::-webkit-scrollbar {
            width: 5px
        }

        .popup .box::-webkit-scrollbar-thumb {
            background: #aaa
        }

        .popup .box::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px #bbb
        }

@media only screen and (max-width:767px) {
    .popup .box {
        padding: 60px 24px 24px 24px;
        max-width: calc(100% - 24px)
    }

        .popup .box .title {
            font-size: 1.4rem;
            margin: 0 0 24px 0
        }

        .popup .box .cls {
            top: 12px;
            right: 12px
        }
}

.popup.active {
    opacity: 1;
    visibility: visible
}

.button {
    display: inline-block;
    border: 1px solid #00132b;
    line-height: 38px;
    background: #00132b;
    color: #fff;
    font-size: .75rem;
    border-radius: 20px;
    padding: 0 25px;
    text-decoration: none !important;
    transition: .4s
}

    .button.secondary {
        background: #fff;
        border: 1px solid #e1e1e1;
        color: #000
    }

    .button:hover {
        background: #000 !important;
        color: #fff !important;
        border-color: #000 !important
    }

.cookies {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 25px;
    background: #fff;
    border-radius: 10px;
    font-size: .75rem;
    font-weight: 500;
    padding: 20px;
    width: 250px;
    z-index: 98;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

    .cookies .blue {
        color: #00132b;
        text-decoration: underline
    }

    .cookies .custom-box {
        padding-top: 20px;
        display: none
    }

        .cookies .custom-box .googleCookies input {
            position: relative;
            top: 3px
        }

        .cookies .custom-box .googleCookies span {
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 25px);
            margin-left: 6px
        }

    .cookies .buttons {
        margin-top: 20px
    }

        .cookies .buttons .button {
            display: block;
            background: #eee;
            border: 0 !important;
            color: #000;
            padding: 0;
            text-align: center;
            border-radius: 8px;
            margin-top: 10px;
            transition: background .4s,color .4s
        }

            .cookies .buttons .button.cls {
                display: none
            }

            .cookies .buttons .button:last-child {
                background: #00132b;
                color: #fff
            }

@media only screen and (max-width:767px) {
    .cookies {
        left: 25px;
        width: auto
    }
}

.cookie-tint {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 97
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    height: 90px;
    line-height: 90px;
    z-index: 9;
    font-size: .875rem;
    background: #fff;
    border-bottom: 1px solid #f0f0f0
}

    header a {
        color: #000
    }

    header .menu-row {
        height: 180px
    }

    header .item {
        display: inline-block;
        padding-right: 55px
    }

        header .item:last-child {
            padding-right: 0
        }

        header .item .item-title {
            position: relative;
            cursor: pointer;
            display: inline-block
        }

            header .item .item-title:after {
                content: '';
                width: 0;
                height: 1px;
                position: absolute;
                bottom: 0;
                left: 0;
                background: #00132b;
                transition: .4s
            }

            header .item .item-title svg {
                transition: .4s
            }

        header .item .sub {
            line-height: normal;
            position: fixed;
            top: 90px;
            left: 0;
            width: calc(100% - 100px);
            font-size: .875rem;
            visibility: hidden;
            opacity: 0;
            transition: .3s
        }

            header .item .sub .box {
                position: relative;
                z-index: 1;
                background: #fff;
                border-top: 1px solid #f0f0f0
            }

            header .item .sub .title {
                display: block;
                font-size: 1.5rem;
                margin-bottom: 25px;
                font-weight: 700;
                color: #00132b;
                opacity: 0;
                position: relative;
                top: -15px
            }

@media (max-width:1499px) {
    header .item .sub .title {
        font-size: 1.2rem
    }
}

header .item .sub .links {
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    top: -15px;
    min-height: 86px
}

    header .item .sub .links b {
        display: block;
        margin-bottom: 10px
    }

    header .item .sub .links a {
        display: block;
        font-size: .75rem;
        margin-bottom: 5px;
        transition: opacity .4s
    }

        header .item .sub .links a:before {
            content: '';
            width: 24px;
            height: 24px;
            display: inline-block;
            vertical-align: middle;
            background-image: url(../img/arrow-link.svg);
            background-repeat: no-repeat;
            margin-right: 5px
        }

        header .item .sub .links a:hover {
            opacity: .5
        }

header .item .sub .sus-links {
    opacity: 0;
    position: relative;
    top: -15px
}

    header .item .sub .sus-links a {
        font-size: .875rem;
        display: block;
        margin-bottom: 12px;
        font-weight: 500;
        transition: opacity .4s
    }

        header .item .sub .sus-links a:hover {
            opacity: .5
        }

header .item .sub .img {
    margin-top: 10px;
    display: block;
    height: 120px;
    background-position: center;
    background-size: cover;
    font-weight: 500;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    opacity: 0;
    position: relative;
    top: -15px;
    font-size: 1rem
}

    header .item .sub .img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .4
    }

    header .item .sub .img span {
        position: absolute;
        z-index: 1
    }

header .item .sub .left {
    padding-top: 35px;
    padding-bottom: 40px;
    padding-right: 60px;
    border-right: 1px solid #f0f0f0
}

header .item .sub .right {
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 60px
}

    header .item .sub .right .title {
        color: #353638
    }

    header .item .sub .right .links a:before {
        background-image: url(../img/arrow-link-gr.svg)
    }

header .item .sub.sus .left {
    padding-bottom: 110px
}

    header .item .sub.sus .left .title {
        color: #00132b
    }

header .item .sub.sus .middle {
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 110px;
    padding-right: 60px;
    border-right: 1px solid #f0f0f0
}

    header .item .sub.sus .middle .title {
        color: #353638
    }

header .item .sub.sus .right {
    padding-left: 40px
}

    header .item .sub.sus .right .title {
        color: #00132b
    }

@media (min-width:1200px) {
    header .item:hover .item-title {
        color: #00132b
    }

        header .item:hover .item-title svg {
            transform: rotate(180deg)
        }

            header .item:hover .item-title svg path {
                stroke: #00132b
            }

        header .item:hover .item-title:after {
            width: 100%
        }

    header .item:hover .sub {
        visibility: visible;
        opacity: 1;
        transition: .7s
    }

        header .item:hover .sub .img, header .item:hover .sub .links, header .item:hover .sub .sus-links, header .item:hover .sub .title {
            opacity: 1;
            top: 0;
            transition: .7s
        }

        header .item:hover .sub .title {
            transition-delay: .2s
        }

        header .item:hover .sub .links, header .item:hover .sub .sus-links {
            transition-delay: .4s
        }

        header .item:hover .sub .img {
            transition-delay: .6s
        }

        header .item:hover .sub .middle .title {
            transition-delay: .3s
        }

        header .item:hover .sub .middle .links, header .item:hover .sub .middle .sus-links {
            transition-delay: .5s
        }

        header .item:hover .sub .middle .img {
            transition-delay: .7s
        }

        header .item:hover .sub .right .title {
            transition-delay: .4s
        }

        header .item:hover .sub .right .links, header .item:hover .sub .right .sus-links {
            transition-delay: .6s
        }

        header .item:hover .sub .right .img {
            transition-delay: .8s
        }
}

header .item.active .item-title:after {
    width: 100%;
    height: 2px
}

header .text-end .item {
    padding-right: 0;
    padding-left: 55px
}

    header .text-end .item:first-child {
        padding-left: 0
    }

header .mobile {
    display: none
}

    header .mobile .menu {
        border: 0;
        padding: 0 0 0 10px;
        background: 0 0;
        float: right
    }

    header .mobile .text-right {
        text-align: right
    }

    header .mobile .logo img {
        height: 42px;
        width: auto;
    }

    header .mobile .cls {
        text-align: right;
        display: inline-block;
        font-size: 40px;
        line-height: 20px;
        transform: rotate(45deg);
        margin-bottom: 30px
    }

    header .mobile .mobile-search {
        margin-bottom: 30px
    }

        header .mobile .mobile-search input {
            width: 100%;
            height: 60px;
            border: 0;
            background: #033892;
            padding-left: 65px;
            background-image: url(../img/nav/search.svg);
            background-position: 15px;
            background-repeat: no-repeat;
            color: #fff
        }

    header .mobile .lang {
        display: inline-block;
        text-align: center;
        width: 44px;
        line-height: 44px;
        border-radius: 50%;
        background: #fff;
        color: #000;
        font-size: .75rem;
        margin-right: 15px;
        margin-top: 50px
    }

@media (max-width:1499px) {
    header .item {
        display: inline-block;
        padding-right: 35px
    }

        header .item:last-child {
            padding-right: 0
        }

    header .text-end .item {
        padding-right: 0;
        padding-left: 35px
    }

        header .text-end .item:first-child {
            padding-left: 0
        }
}

@media (max-width:1250px) {
    header .item {
        padding-right: 25px
    }

        header .item:last-child {
            padding-right: 0
        }

    header .text-end .item {
        padding-right: 0;
        padding-left: 25px
    }

        header .text-end .item:first-child {
            padding-left: 0
        }
}

@media (max-width:1199px) {
    header {
        width: 100%;
        height: 70px;
        line-height: 70px
    }

        header .mobile {
            display: block
        }

        header nav {
            padding: 24px 0;
            line-height: normal;
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow-x: hidden;
            overflow-y: scroll;
            background: #00132b;
            color: #fff
        }

            header nav .text-end {
                text-align: left !important
            }

            header nav a {
                color: #fff
            }

            header nav .logo {
                display: none
            }

            header nav .item {
                display: block;
                padding: 0 !important;
                margin-bottom: 25px
            }

                header nav .item .item-title {
                    font-size: 1.2rem;
                    display: block
                }

                    header nav .item .item-title svg {
                        float: right;
                        width: 50px;
                        height: 50px;
                        position: relative;
                        top: -12px;
                        right: -14px
                    }

                        header nav .item .item-title svg path {
                            stroke: #fff
                        }

                    header nav .item .item-title:after {
                        display: none
                    }

                    header nav .item .item-title.active svg {
                        transform: rotate(180deg)
                    }

                header nav .item .sub {
                    display: none;
                    position: static;
                    width: 100%;
                    opacity: 1;
                    visibility: visible;
                    padding-top: 25px
                }

                    header nav .item .sub .box {
                        background: 0 0;
                        border-top: 0
                    }

                        header nav .item .sub .box .container {
                            padding: 0;
                            max-width: none
                        }

                        header nav .item .sub .box .row {
                            display: block
                        }

                    header nav .item .sub .title {
                        color: #fff !important;
                        font-size: 1rem;
                        margin-bottom: 15px
                    }

                    header nav .item .sub .left {
                        padding-top: 0;
                        padding-bottom: 0;
                        padding-right: 12px;
                        border-right: 0
                    }

                    header nav .item .sub .right {
                        padding-top: 0;
                        padding-bottom: 0;
                        padding-left: 12px
                    }

                    header nav .item .sub .links, header nav .item .sub .sus-links, header nav .item .sub .title {
                        opacity: 1;
                        position: static
                    }

                    header nav .item .sub .img {
                        margin-bottom: 30px;
                        opacity: 1;
                        top: 0
                    }

                    header nav .item .sub .menu-row {
                        height: auto
                    }

                    header nav .item .sub .links {
                        font-size: 1rem;
                        min-height: 0
                    }

                    header nav .item .sub.sus .sus-links {
                        font-size: 1rem
                    }

                        header nav .item .sub.sus .sus-links a:last-child {
                            margin-bottom: 0
                        }

                    header nav .item .sub.sus .left {
                        padding-bottom: 0;
                        margin-bottom: 25px
                    }

                    header nav .item .sub.sus .middle {
                        padding-left: 12px;
                        padding-top: 0;
                        padding-bottom: 0;
                        padding-right: 12px;
                        border-right: 0;
                        margin-bottom: 25px
                    }

                    header nav .item .sub.sus .right {
                        padding-left: 12px
                    }

                        header nav .item .sub.sus .right .title {
                            margin-bottom: 15px
                        }

                        header nav .item .sub.sus .right .sus-links a {
                            color: #fff;
                            font-size: 1rem
                        }

                    header nav .item .sub.active {
                        display: block
                    }

            header nav.active {
                display: block
            }
}

footer {
    position: relative;
    z-index: 7;
    background: #00132b;
    color: #fff;
    padding: 100px 0 30px 0;
    /*    border-right: 1px solid #00132b
*/
}

    footer .logo {
        max-width: 100%
    }

    footer .links a {
        font-size: .75rem;
        display: block;
        margin-bottom: 8px;
        opacity: .75;
        transition: opacity .4s
    }

        footer .links a:hover {
            opacity: .5
        }

    footer .links .title {
        font-size: .875rem;
        font-weight: 500;
        margin-bottom: 8px;
        opacity: 1
    }

    footer .social {
        margin-top: 40px
    }

        footer .social a {
            display: inline-block;
            border: 1px solid #00132b;
            width: 34px;
            line-height: 32px;
            border-radius: 50%;
            text-align: center;
            margin-right: 10px
        }

            footer .social a img {
                position: relative;
                top: -1px;
                width: 28px
            }

@media (min-width:768px) and (max-width:991px) {
    footer .social a {
        margin-bottom: 10px
    }
}

footer .lang {
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: .75rem;
    margin-bottom: 10px
}

footer .bottom {
    margin-top: 85px;
    color: #fff;
    font-size: .75rem
}

    footer .bottom .text-center a {
        display: inline-block;
        margin: 0 15px
    }

    footer .bottom .thatfolk {
        font-size: 10px
    }

        footer .bottom .thatfolk span {
            color: #fff
        }

@media only screen and (max-width:767px) {
    footer {
        padding: 50px 0 30px 0
    }

        footer .logo {
            height: 26px
        }

            footer .logo + .visible-xs {
                float: right;
                margin-top: -7px
            }

        footer .bottom {
            margin-top: 40px
        }

        footer .links .title:first-child {
            margin-top: 40px
        }
}

.tint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

    .tint.active {
        visibility: visible;
        opacity: 1;
        transition: .7s
    }

nav.right {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background: #00132b;
    color: #fff;
    text-align: center;
    z-index: 9
}

    nav.right .region {
        display: block;
        line-height: 90px;
        border-bottom: 1px solid #00132b;
        margin-bottom: 26px
    }

    nav.right .circle {
        display: inline-block;
        width: 46px;
        line-height: 44px;
        text-align: center;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 50%;
        margin-bottom: 10px;
        font-size: .75rem
    }

    nav.right .bottom {
        width: 100%;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #00132b;
        position: absolute;
        bottom: 90px
    }

        nav.right .bottom span {
            font-size: .75rem
        }

        nav.right .bottom.invest {
            background: #353638;
            bottom: 0
        }

@media (max-width:1199px) {
    nav.right {
        display: none
    }
}

.main-search {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    z-index: 7;
    transition: .7s
}

    .main-search input {
        height: 75px;
        background-color: #fff;
        border: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../img/nav/search-bl.svg);
        background-position: center left;
        background-repeat: no-repeat;
        padding-left: 36px;
        font-size: .875rem
    }

    .main-search.active {
        top: 90px
    }

@media (max-width:1199px) {
    .main-search {
        display: none
    }
}

.country-bar {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden
}

    .country-bar .box {
        position: relative;
        z-index: 1;
        background: #fff;
        padding: 25px 45px 30px 45px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
    }

        .country-bar .box .title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 5px
        }

        .country-bar .box .sub {
            margin-bottom: 10px;
            font-weight: 500
        }

        .country-bar .box .desc {
            font-size: .7rem
        }

        .country-bar .box .link {
            display: block;
            font-size: .813em;
            color: #00132b;
            text-decoration: underline;
            margin-top: 10px
        }

        .country-bar .box .choose {
            font-size: .813em;
            opacity: .4;
            margin-bottom: 40px
        }

        .country-bar .box .slider .item {
            background: #f7f7f7;
            margin-right: 5px;
            width: 120px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            font-size: .625rem;
            padding: 0 7px
        }

            .country-bar .box .slider .item img {
                width: 35px;
                margin-bottom: 15px
            }

            .country-bar .box .slider .item .txt {
                height: 30px
            }

        .country-bar .box .slick-arrow {
            background-color: #fff;
            border-radius: 0;
            width: 20px;
            height: 20px
        }

            .country-bar .box .slick-arrow.slick-prev {
                background-image: url(../img/countries/slider-prev.svg)
            }

            .country-bar .box .slick-arrow.slick-next {
                background-image: url(../img/countries/slider-next.svg)
            }

        .country-bar .box .but {
            display: inline-block;
            cursor: pointer;
            width: 50px;
            line-height: 50px;
            background: #00132b;
            color: #fff;
            border-radius: 50%;
            text-align: center
        }

            .country-bar .box .but img {
                position: relative;
                top: -1px
            }

    .country-bar:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        display: none
    }

    .country-bar.active {
        bottom: 20px;
        opacity: 1;
        visibility: visible;
        transition: .7s
    }

@media (min-width:768px) and (max-width:991px) {
    .country-bar {
        left: 0;
        right: 0
    }

        .country-bar:after {
            display: block
        }

        .country-bar .box {
            border-top-left-radius: 24px;
            border-top-right-radius: 24px;
            padding: 25px 25px 30px 25px;
            box-shadow: none
        }

            .country-bar .box .title {
                font-size: 1.4rem
            }

            .country-bar .box .sub {
                font-size: .8rem
            }

            .country-bar .box .slider .item {
                width: 100px;
                height: 100px
            }

            .country-bar .box .txt {
                font-size: .5rem
            }

        .country-bar.active {
            bottom: 0
        }
}

@media only screen and (max-width:767px) {
    .country-bar {
        left: 0;
        right: 0
    }

        .country-bar:after {
            display: block
        }

        .country-bar .box {
            border-top-left-radius: 24px;
            border-top-right-radius: 24px;
            left: 0;
            right: 0;
            padding: 30px 12px;
            box-shadow: none
        }

            .country-bar .box .title {
                font-size: 1.5rem
            }

            .country-bar .box .sub {
                width: 80%;
                margin: 0
            }

            .country-bar .box .arrows, .country-bar .box .desc {
                display: none
            }

            .country-bar .box .choose {
                text-align: left;
                margin-top: 30px;
                margin-bottom: 15px
            }

                .country-bar .box .choose br {
                    display: none
                }

            .country-bar .box .but {
                position: absolute;
                top: 28px;
                right: 12px;
                width: 40px;
                line-height: 40px
            }

            .country-bar .box .link {
                margin-top: 30px
            }

        .country-bar.active {
            bottom: 0
        }
}

main {
    padding-top: 90px
}

@media (max-width:1199px) {
    main {
        padding-top: 70px
    }
}

h1 {
    font-size: 2rem;
    margin: 0 0 20px 0;
    font-weight: 700
}

@media (min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 1.8rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 1.6rem
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 1.5rem
    }
}

h2 {
    font-size: 1.75rem;
    margin: 0 0 40px 0;
    font-weight: 700
}

@media (min-width:992px) and (max-width:1199px) {
    h2 {
        font-size: 1.5rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    h2 {
        font-size: 1.4rem
    }
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 1.3rem;
        margin: 0 0 30px 0
    }
}

.main-slider {
    position: relative
}

    .main-slider .item {
        position: relative;
        background-size: cover;
        background-position: center;
        height: calc(100vh - 90px);
        min-height: 600px;
        max-height: 1200px
    }

        .main-slider .item .container {
            position: relative;
            height: 100%
        }

        .main-slider .item .item-txt {
            position: absolute;
            z-index: 1;
            color: #fff;
            top: 100px;
            left: 12px;
            width: 570px;
            max-width: 100%
        }

            .main-slider .item .item-txt h1 {
                font-size: 4.063rem;
                margin: 0
            }

        .main-slider .item video {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: absolute
        }

        .main-slider .item.about-item .container {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .main-slider .item.about-item .about-txt {
            color: #fff
        }

@media (max-width:1380px) {
    .main-slider .item.about-item {
        padding-top: 120px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main-slider .item.about-item {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-slider .item.about-item {
        padding: 90px 0
    }
}

@media only screen and (max-width:767px) {
    .main-slider .item.about-item {
        padding: 200px 0 50px 0
    }
}

@media (max-width:1380px) {
    .main-slider .item {
        height: auto;
        min-height: 0;
        max-height: none;
        padding-bottom: 120px
    }

        .main-slider .item video {
            position: static;
            height: auto
        }
}

@media only screen and (max-width:767px) {
    .main-slider .item {
        padding-bottom: 60px
    }
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    text-align: center;
    z-index: 1
}

.main-slider .mute {
    position: absolute;
    bottom: 60px;
    right: 72px;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-image: url(../img/muted.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3
}

    .main-slider .mute.active {
        background-image: url(../img/unmuted.svg)
    }

@media (min-width:768px) and (max-width:991px) {
    .main-slider .mute {
        bottom: 32px;
        right: 32px
    }
}

@media only screen and (max-width:767px) {
    .main-slider .mute {
        bottom: 20px;
        right: 12px
    }
}

.main-slider .box-container {
    position: absolute;
    bottom: 120px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2
}

@media (min-width:768px) and (max-width:991px) {
    .main-slider .box-container {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .main-slider .box-container {
        display: none
    }
}

.main-slider .boxes {
    transition: .4s
}

    .main-slider .boxes .box {
        display: inline-block;
        vertical-align: top;
        width: 190px;
        padding-bottom: 50px;
        height: 132px;
        background: #fff;
        margin-right: 16px;
        position: relative;
        overflow: hidden
    }

        .main-slider .boxes .box .txt {
            padding: 11px 13px;
            position: relative;
            background: #fff;
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: .7s
        }

            .main-slider .boxes .box .txt .arrow {
                position: absolute;
                top: 6px;
                right: 6px;
                transition: .2s
            }

            .main-slider .boxes .box .txt .number {
                font-size: .75rem;
                font-weight: 500;
                color: #929292
            }

            .main-slider .boxes .box .txt .title {
                font-size: .875em;
                width: 110px;
                height: 22px
            }

        .main-slider .boxes .box .img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover
        }

        .main-slider .boxes .box:hover .txt {
            transform: translateY(-100%)
        }

    .main-slider .boxes.hide {
        opacity: 0;
        visibility: hidden
    }

.main-slider .logo {
    height: 275px;
    margin-bottom: 60px
}

@media (max-height:800px) {
    .main-slider .logo {
        height: 160px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main-slider .logo {
        height: 200px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-slider .logo {
        height: 200px
    }
}

@media only screen and (max-width:767px) {
    .main-slider .logo {
        height: 175px
    }
}

.main-slider .bcrumb {
    position: absolute;
    top: 20px;
    margin: 0;
    width: 100%;
    z-index: 1;
    color: #fff
}

    .main-slider .bcrumb.anim {
        position: absolute;
        top: 50px
    }

        .main-slider .bcrumb.anim.play {
            top: 20px
        }

.see-all {
    color: #00132b;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .see-all {
        display: inline-block;
        margin-top: 30px
    }
}

.const-boxes {
    margin: 120px 0
}

    .const-boxes .box {
        position: relative;
        display: block;
        background-position: center;
        background-size: cover;
        padding-bottom: 52%
    }

        .const-boxes .box h2 {
            font-size: 1.2rem;
            color: #fff;
            position: absolute;
            height: 30px;
            margin: auto;
            left: 0;
            right: 0;
            top: 30px;
            bottom: 0;
            text-align: center;
            z-index: 1
        }

            .const-boxes .box h2 span {
                display: inline-block;
                text-align: center;
                margin-left: 10px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 50%;
                background: #00132b;
                transition: .4s
            }

                .const-boxes .box h2 span img {
                    position: relative;
                    top: -2px;
                    width: 100%
                }

                .const-boxes .box h2 span.green {
                    background: #353638
                }

        .const-boxes .box:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.2)
        }

        .const-boxes .box:hover h2 span {
            background: #00132b !important
        }

@media only screen and (max-width:767px) {
    .const-boxes .box {
        margin-bottom: 15px
    }
}

.const-boxes .col-md-6:last-of-type .box h2 span {
    background: #353638
}

@media (min-width:768px) and (max-width:991px) {
    .const-boxes {
        margin: 60px 0
    }
}

@media only screen and (max-width:767px) {
    .const-boxes {
        margin: 50px 0 35px 0
    }
}

@keyframes boxAnimTop {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@keyframes boxAnimBottom {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@keyframes boxAnimRight {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

.number-boxes hr {
    margin-bottom: 50px
}

.number-boxes h2 {
    margin-bottom: 10px
}

.number-boxes .sub {
    margin-bottom: 40px;
    text-align: center;
    font-style: italic
}

    .number-boxes .sub b {
        font-weight: 500
    }

.number-boxes .box {
    color: #fff;
    position: relative;
    padding-bottom: 100%;
    background-color: #00132b;
    background-position: 95% 16px;
    background-size: 60px;
    background-repeat: no-repeat
}

    .number-boxes .box .title {
        font-size: 1.125rem;
        width: 50%;
        position: absolute;
        top: 16px;
        left: 20px
    }

    .number-boxes .box .number {
        font-size: 2.9rem;
        position: absolute;
        left: 20px;
        bottom: 15px;
        line-height: 38px;
        font-weight: 500
    }

        .number-boxes .box .number span {
            font-size: .875rem;
            margin-left: 5px;
            font-weight: 400
        }

.number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(1) .box {
    padding-bottom: 200%
}

.number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(4) .box {
    margin-top: 50%;
    padding-bottom: 50%
}

.number-boxes .box-row:nth-of-type(2) .box-col:nth-of-type(1) .box {
    padding-bottom: 50%;
    background-image: url(../img/enr.png)
}

.number-boxes .box-row:nth-of-type(2) .box-col:nth-of-type(2) .box {
    padding-bottom: 50%
}

.number-boxes .box-row:nth-of-type(3) .box-col:nth-of-type(1) .box {
    padding-bottom: 200%
}

.number-boxes .box-row:nth-of-type(3) .box-col:nth-of-type(2) .box {
    padding-bottom: 50%
}

.number-boxes .box-row:nth-of-type(4) .box-col:nth-of-type(1) .box {
    padding-bottom: 50%
}

    .number-boxes .box-row:nth-of-type(4) .box-col:nth-of-type(1) .box:nth-of-type(1):before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(0,0,0,.2)
    }

.number-boxes .box-row:nth-of-type(5) .box-col:nth-of-type(2) .box {
    padding-bottom: 50%
}

.number-boxes .box-row:nth-of-type(5) .box-col:nth-of-type(3) .box {
    padding-bottom: 50%
}

.number-boxes .box-row:nth-of-type(6) .box-col:nth-of-type(1) .box {
    padding-bottom: 33.333%
}

.number-boxes .box-row:nth-of-type(6) .box-col:nth-of-type(2) .box {
    margin-top: -50%
}

@media (max-width:1499px) {
    .number-boxes .box .number {
        font-size: 2rem;
        line-height: 28px
    }

    .number-boxes .box .title {
        width: 60%;
        font-size: 1rem
    }
}

@media (max-width:1300px) {
    .number-boxes .box .title {
        width: 60%;
        font-size: 1rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .number-boxes .box .number {
        font-size: 1.5rem
    }

        .number-boxes .box .number span {
            font-size: .8rem
        }
}

@media (min-width:768px) and (max-width:991px) {
    .number-boxes .box {
        background-size: 40px
    }

        .number-boxes .box .title {
            font-size: .8rem;
            width: 70%
        }

        .number-boxes .box .number {
            font-size: 1rem;
            line-height: 14px
        }

            .number-boxes .box .number span {
                font-size: .55rem
            }
}

@media only screen and (max-width:767px) {
    .number-boxes .box {
        padding-bottom: 50% !important;
        margin: 0 !important
    }

    .number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(1) {
        width: 50%
    }

        .number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(1) .box {
            padding-bottom: 100% !important
        }

            .number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(1) .box:nth-of-type(2) {
                width: 200%;
                margin-left: -100% !important
            }

    .number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(2) {
        width: 50%
    }

        .number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(2) .box {
            padding-bottom: 100% !important
        }

            .number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(2) .box:first-child {
                width: 100%
            }

            .number-boxes .box-row:nth-of-type(1) .box-col:nth-of-type(2) .box:nth-of-type(2) {
                width: 200%;
                margin-left: -100% !important
            }
}

.announcements {
    position: relative
}

    .announcements .item {
        position: relative
    }

    .announcements .img {
        width: 50%;
        padding-bottom: 38%;
        background-position: center;
        background-size: cover
    }

    .announcements .container {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0
    }

    .announcements .txt {
        padding-left: 80px;
        padding-top: 80px;
        padding-right: 60px;
        overflow: hidden
    }

        .announcements .txt h3 {
            font-size: 1.8rem;
            font-weight: 500;
            margin: 0 0 15px 0
        }

    .announcements .button {
        margin-left: 80px;
        margin-top: 30px
    }

    .announcements .dots {
        top: auto;
        bottom: 180px;
        text-align: right;
        z-index: 1
    }

        .announcements .dots .slick-dots {
            margin-right: 60px
        }

            .announcements .dots .slick-dots li {
                margin: 0 0 0 10px
            }

@media (max-width:1600px) {
    .announcements .dots {
        bottom: 110px
    }
}

@media (max-width:1500px) {
    .announcements .txt h3 {
        font-size: 1.4rem
    }
}

@media (max-width:1300px) {
    .announcements .txt {
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 30px
    }

    .announcements .button {
        margin-left: 30px
    }

    .announcements .dots .slick-dots {
        margin-right: 30px
    }
}

@media (max-width:1100px) {
    .announcements .container:not(.dots) {
        max-width: none
    }

    .announcements .txt {
        padding-right: 0
    }

    .announcements .dots {
        bottom: 0
    }

        .announcements .dots .slick-dots {
            margin-right: 0
        }
}

@media (min-width:768px) and (max-width:991px) {
    .announcements .txt {
        padding-top: 0;
        padding-left: 15px
    }

        .announcements .txt h3 {
            font-size: 1.2rem
        }

    .announcements .button {
        margin-left: 15px
    }
}

@media only screen and (max-width:767px) {
    .announcements .container {
        position: static
    }

    .announcements .img {
        margin-bottom: 30px;
        width: 100%;
        padding-bottom: 65%
    }

    .announcements .txt {
        padding: 0
    }

    .announcements .button {
        margin-left: 0
    }

    .announcements .dots {
        position: absolute
    }
}

.news .filter {
    margin-bottom: 65px;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 12px
}

    .news .filter::-webkit-scrollbar {
        height: 5px
    }

    .news .filter::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 5px
    }

    .news .filter::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ddd;
        border-radius: 5px
    }

    .news .filter .button {
        border: 1px solid #00132b;
        margin-right: 5px;
        color: #fff
    }

        .news .filter .button:not(.active) {
            background: 0 0;
            border-color: #5e646b;
            color: #000
        }

@media only screen and (max-width:767px) {
    .news .filter {
        margin-bottom: 40px
    }
}

.news .box {
    display: block;
    margin-bottom: 65px
}

    .news .box .img {
        position: relative;
        padding-bottom: 68%;
        background-position: center;
        background-size: cover;
        margin-bottom: 15px
    }

        .news .box .img .date {
            background: #fff;
            color: #00132b;
            position: absolute;
            bottom: 15px;
            left: 15px;
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            border-radius: 50%
        }

            .news .box .img .date .day {
                font-size: 1.3rem;
                font-weight: 700;
                line-height: 20px
            }

            .news .box .img .date .month {
                font-size: .688rem;
                line-height: 10px
            }

            .news .box .img .date .year {
                font-size: .5rem
            }

    .news .box .cat {
        font-size: .875rem;
        margin-bottom: 10px;
        opacity: .5;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .news .box h3 {
        font-size: 1rem;
        font-weight: 400;
        margin: 0 0 10px 0
    }

    .news .box .txt {
        font-size: .75rem
    }

@media only screen and (max-width:767px) {
    .news .box {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    .news .list .box-col:nth-of-type(3n+2) {
        transition-delay: .2s
    }

    .news .list .box-col:nth-of-type(3n+3) {
        transition-delay: .4s
    }
}

.news .search-title {
    margin-top: 80px;
    font-weight: 500;
    font-size: .875rem
}

.news .search-result {
    margin-bottom: 80px;
    margin-top: -5px;
    font-size: .875rem
}

.news .search-noresult {
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 20px;
    font-size: .875rem;
    width: 205px
}

.news .search-form {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 400px;
    max-width: 100%
}

    .news .search-form input {
        font-size: .875rem;
        width: 100%;
        border: 0;
        border-radius: 30px;
        height: 60px;
        background: #f8f8f8;
        padding-left: 55px;
        background-image: url(../img/nav/search-bl.svg);
        background-repeat: no-repeat;
        background-position: 20px
    }

.news .search-buttons {
    text-align: center;
    margin-bottom: 240px
}

    .news .search-buttons .button {
        margin: 5px;
        background: #58595b;
        border: 0
    }

@media (min-width:992px) and (max-width:1199px) {
    .news .search-noresult {
        margin-top: 90px
    }

    .news .search-buttons {
        margin-bottom: 150px
    }
}

@media only screen and (max-width:767px) {
    .news .search-title {
        margin-top: 40px
    }

    .news .search-result {
        margin-bottom: 40px
    }

    .news .search-noresult {
        margin-top: 40px
    }

    .news .search-buttons {
        margin-bottom: 120px
    }
}

.news-detail {
    margin-bottom: 100px
}

    .news-detail .intro {
        margin-bottom: 110px
    }

@media (min-width:768px) and (max-width:991px) {
    .news-detail .intro {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .news-detail .intro {
        margin-bottom: 40px
    }
}

.news-detail .date {
    margin-left: auto;
    background: #00132b;
    color: #fff;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%
}

    .news-detail .date .day {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 20px
    }

    .news-detail .date .month {
        font-size: .688rem;
        line-height: 10px
    }

    .news-detail .date .year {
        font-size: .5rem
    }

@media only screen and (max-width:767px) {
    .news-detail .date {
        margin-bottom: 30px
    }
}

.news-detail .cat {
    opacity: .5;
    margin-bottom: 10px;
    font-size: .875rem
}

@media only screen and (max-width:767px) {
    .news-detail .cat {
        margin: 23px 0 0 0
    }
}

.news-detail .banner {
    height: 280px;
    background-size: cover;
    background-position: center
}

@media (min-width:992px) and (max-width:1199px) {
    .news-detail .banner {
        height: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news-detail .banner {
        height: 150px
    }
}

@media only screen and (max-width:767px) {
    .news-detail .banner {
        height: auto;
        padding-bottom: 68%;
        margin-top: 40px
    }
}

.news-detail .share .buttons {
    padding: 30px 0
}

    .news-detail .share .buttons span {
        margin-right: 15px;
        font-size: .75rem;
        color: #7b7b7b
    }

    .news-detail .share .buttons a {
        display: inline-block;
        margin-right: 5px;
        width: 36px;
        line-height: 36px;
        border-radius: 50%;
        text-align: center;
        background: #f6f6f6
    }

.news-detail .gallery {
    margin-top: 60px
}

    .news-detail .gallery .item {
        width: 200px;
        margin-right: 10px
    }

        .news-detail .gallery .item .img {
            display: block;
            padding-bottom: 70%;
            background-size: cover;
            background-position: center
        }

@media only screen and (max-width:767px) {
    .news-detail .gallery .arrows {
        display: none
    }
}

.news-detail .file {
    margin-top: 40px
}

    .news-detail .file img {
        margin-right: 10px
    }

.news-detail .content {
    margin-top: 40px
}

    .news-detail .content img {
        width: 100%
    }

    .news-detail .content + .share {
        margin-top: 70px
    }

@media only screen and (max-width:767px) {
    .news-detail .content + .share {
        margin-top: 40px
    }
}

.news-detail ul {
    padding-left: 20px
}

    .news-detail ul li {
        margin-bottom: 15px
    }

@media only screen and (max-width:767px) {
    .news-detail {
        margin-bottom: 50px
    }
}

.news-detail + .news {
    margin-bottom: 70px
}

@media (min-width:768px) and (max-width:991px) {
    .news-detail + .news .col-md-6:last-of-type {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .news-detail + .news {
        margin-bottom: 40px
    }

        .news-detail + .news .row {
            display: block;
            white-space: nowrap;
            overflow: auto
        }

            .news-detail + .news .row .col-md-6 {
                display: inline-block;
                vertical-align: top;
                white-space: normal;
                width: 80vw
            }
}

section.areas {
    margin: 0 0 120px 0
}

    section.areas h2 + .desc {
        margin-top: -20px
    }

    section.areas .desc {
        margin-bottom: 40px
    }

    section.areas hr {
        margin: 110px 0
    }

@media only screen and (max-width:767px) {
    section.areas hr {
        margin: 50px 0
    }
}

section.areas .areas-img {
    width: 100%;
    display: block;
    margin: 80px 0
}

@media only screen and (max-width:767px) {
    section.areas .areas-img {
        margin: 50px 0
    }
}

section.areas .slider .item {
    width: 325px;
    margin-right: 24px
}

    section.areas .slider .item img {
        display: inline-block;
        vertical-align: middle
    }

    section.areas .slider .item .box {
        background: #fbfbfb;
        padding: 30px;
        font-size: .813rem;
        min-height: 360px
    }

        section.areas .slider .item .box .icon {
            margin-bottom: 15px;
            font-size: .875rem
        }

            section.areas .slider .item .box .icon img {
                margin-right: 5px
            }

        section.areas .slider .item .box h3 {
            font-size: 1.625rem;
            font-weight: 500;
            margin: 0 0 10px 0;
            width: 82%
        }

        section.areas .slider .item .box .links {
            margin: 30px 0;
            min-height: 72px
        }

            section.areas .slider .item .box .links a {
                display: block
            }

                section.areas .slider .item .box .links a:before {
                    content: '';
                    width: 24px;
                    height: 24px;
                    display: inline-block;
                    vertical-align: middle;
                    background-image: url(../img/arrow-link.svg);
                    background-repeat: no-repeat;
                    margin-right: 5px
                }

        section.areas .slider .item .box .countries {
            white-space: nowrap;
            position: absolute;
            left: 30px;
            right: 30px;
            bottom: 30px
        }

            section.areas .slider .item .box .countries div {
                display: inline-block;
                margin-right: 15px
            }

                section.areas .slider .item .box .countries div img {
                    width: 18px;
                    margin-right: 5px
                }

@media only screen and (max-width:767px) {
    section.areas {
        margin: 0 0 50px 0
    }

        section.areas .arrows {
            display: none
        }

        section.areas .slider .item {
            width: 80vw;
            margin: 0 12px
        }

        section.areas .slider .dummy {
            display: none
        }
}

.bcrumb {
    margin: 20px 0 40px 0;
    font-size: .625rem
}

    .bcrumb .container {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

@media only screen and (max-width:767px) {
    .bcrumb .container {
        overflow: auto;
        text-overflow: unset
    }
}

main.home .news {
    margin-top: -120px;
    padding-top: 260px;
    padding-bottom: 110px;
    background: #1a295a
}

    main.home .news .filter {
        margin-bottom: 50px
    }

        main.home .news .filter .button {
            color: #fff
        }

    main.home .news hr {
        background: #49525e;
        margin-bottom: 50px
    }

    main.home .news h2 {
        color: #fff
    }

    main.home .news .see-all {
        color: #fff
    }

    main.home .news .box {
        margin-bottom: 0
    }

        main.home .news .box .cat {
            font-size: .75rem
        }

    main.home .news .slider .item {
        width: 325px;
        margin-right: 24px
    }

        main.home .news .slider .item .cat, main.home .news .slider .item .txt, main.home .news .slider .item h3 {
            color: #fff
        }

@media (max-width:1600px) {
    main.home .news {
        margin-top: -60px;
        padding-top: 160px
    }
}

@media (max-width:1100px) {
    main.home .news {
        margin-top: 60px;
        padding-top: 60px
    }
}

@media only screen and (max-width:767px) {
    main.home .news {
        margin-top: 50px;
        padding: 50px 0
    }

        main.home .news .slider .item {
            margin: 0 12px;
            width: 80vw
        }

        main.home .news .slider .dummy {
            display: none
        }
}

main.home .number-boxes {
    margin-bottom: 120px
}

    main.home .number-boxes .sub {
        text-align: left
    }

@media only screen and (max-width:767px) {
    main.home .number-boxes {
        margin-bottom: 50px
    }
}

main.home .areas {
    margin-top: 80px
}

@media only screen and (max-width:767px) {
    main.home .areas {
        margin-top: 50px
    }
}

.projects h1 {
    color: #00132b;
    margin: 0 0 15px 0
}

.projects hr {
    background: #00132b;
    margin: 60px 0
}

@media only screen and (max-width:767px) {
    .projects hr {
        margin: 40px 0
    }
}

.projects .areas h2 {
    margin: 0 0 10px 0;
    font-size: .875rem;
    font-weight: 500
}

@media (min-width:768px) and (max-width:991px) {
    .projects .areas h2 {
        font-size: .7rem
    }
}

.projects .areas a {
    display: block;
    margin-bottom: 5px;
    font-size: .813rem
}

    .projects .areas a:before {
        content: '';
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../img/arrow-link.svg);
        background-repeat: no-repeat;
        margin-right: 5px
    }

@media (min-width:768px) and (max-width:991px) {
    .projects .areas a {
        font-size: .7rem
    }
}

@media only screen and (max-width:767px) {
    .projects .areas .row {
        display: block;
        white-space: nowrap;
        overflow: auto
    }

        .projects .areas .row .col-md-3 {
            display: inline-block;
            vertical-align: top;
            width: 250px
        }
}

.projects .list .filter {
    margin-bottom: 40px
}

    .projects .list .filter select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #e1e1e1;
        margin-right: 10px;
        padding: 0 32px 0 20px;
        height: 40px;
        border-radius: 20px;
        background-image: url(../img/select-arrow.svg);
        background-position: 95%;
        background-repeat: no-repeat;
        font-size: .75rem;
        width: 190px
    }

        .projects .list .filter select.cat {
            width: 230px
        }

@media only screen and (max-width:767px) {
    .projects .list .filter select {
        width: 130px
    }

        .projects .list .filter select.cat {
            width: 190px
        }
}

@media (max-width:374px) {
    .projects .list .filter select.cat {
        width: 140px
    }
}

@media (min-width:992px) {
    .projects .list .row .anim:nth-of-type(4n+2) {
        transition-delay: .2s
    }

    .projects .list .row .anim:nth-of-type(4n+3) {
        transition-delay: .4s
    }

    .projects .list .row .anim:nth-of-type(4n+4) {
        transition-delay: .6s
    }
}

.projects .list .box {
    display: block;
    margin-bottom: 40px
}

    .projects .list .box .img {
        padding-bottom: 70%;
        background-position: center;
        background-size: cover
    }

    .projects .list .box .country {
        color: #626262;
        font-size: .688em;
        margin: 10px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .projects .list .box h3 {
        font-size: .875rem;
        font-weight: 500;
        width: 80%;
        height: 34px
    }

    .projects .list .box hr {
        margin: 15px 0 5px 0;
        background: #ebebeb
    }

    .projects .list .box .cat {
        color: #626262;
        font-size: .688em
    }

        .projects .list .box .cat img {
            margin-right: 5px
        }

@media (min-width:992px) and (max-width:1199px) {
    .projects .list .box h3 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .projects .list .box h3 {
        height: 50px
    }
}

.projects .empty {
    display: none;
    padding: 150px 12px;
    background: #f7f7f7;
    text-align: center;
    font-size: 1.3rem
}

@media only screen and (max-width:767px) {
    .projects .empty {
        padding: 60px 12px;
        font-size: 1rem
    }
}

.projects.investment h1 {
    color: #353638
}

.projects.investment hr {
    background: #353638
}

.projects.investment .areas a:before {
    background-image: url(../img/arrow-link-gr.svg)
}

.projects + .const-boxes {
    margin: 60px 0 100px 0
}

    .projects + .const-boxes .box {
        padding-bottom: 28%
    }

@media only screen and (max-width:767px) {
    .projects + .const-boxes {
        margin: 50px 0
    }

        .projects + .const-boxes .box {
            padding-bottom: 52%
        }
}

.project-detail {
    padding-bottom: 75px
}

    .project-detail h1 {
        font-size: 1.7rem;
        margin: 30px 0 50px 0;
        width: 80%
    }

@media (min-width:992px) and (max-width:1199px) {
    .project-detail h1 {
        font-size: 1.3rem;
        margin: 30px 0;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .project-detail h1 {
        font-size: 1.3rem;
        margin: 30px 0;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .project-detail h1 {
        font-size: 1.8rem;
        margin: 30px 0;
        width: 100%
    }
}

.project-detail .cat {
    font-size: 1.125rem
}

    .project-detail .cat img {
        width: 64px;
        margin-left: -10px
    }

@media (min-width:992px) and (max-width:1199px) {
    .project-detail .cat {
        font-size: .8rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .project-detail .cat {
        font-size: .8rem
    }
}

@media only screen and (max-width:767px) {
    .project-detail .cat {
        font-size: .8rem
    }

        .project-detail .cat img {
            width: 45px
        }
}

.project-detail .info .item {
    padding-left: 12px;
    font-size: .75rem;
    border-left: 1px solid #d8d8d8;
    padding-bottom: 0;
    margin-bottom: 20px
}

    .project-detail .info .item span {
        display: block;
        color: #00132b;
        font-size: 1.125rem
    }

    .project-detail .info .item.invest span {
        color: #353638
    }

@media (min-width:992px) and (max-width:1199px) {
    .project-detail .info .item {
        padding-bottom: 20px
    }

        .project-detail .info .item span {
            font-size: .8rem
        }
}

@media (min-width:768px) and (max-width:991px) {
    .project-detail .info .item {
        padding-bottom: 20px
    }

        .project-detail .info .item span {
            font-size: .8rem
        }
}

@media only screen and (max-width:767px) {
    .project-detail .info .item {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        padding-right: 10px
    }

        .project-detail .info .item span {
            font-size: 1rem
        }
}

.project-detail .content {
    font-size: 1.125rem
}

    .project-detail .content img {
        width: 100%;
        display: block;
        margin: 60px 0
    }

@media only screen and (max-width:767px) {
    .project-detail .content img {
        margin: 40px 0
    }
}

.project-detail .content hr {
    margin: 70px 0;
    background: #d8d8d8
}

@media only screen and (max-width:767px) {
    .project-detail .content hr {
        margin: 40px 0
    }
}

.project-detail .gallery {
    margin-bottom: 120px
}

    .project-detail .gallery .left {
        position: relative
    }

        .project-detail .gallery .left .slick-arrow {
            position: absolute;
            bottom: 0;
            left: 0
        }

            .project-detail .gallery .left .slick-arrow.slick-next {
                margin-left: 70px
            }

    .project-detail .gallery .item {
        margin-right: 24px
    }

        .project-detail .gallery .item img {
            height: 360px
        }

@media (min-width:992px) and (max-width:1199px) {
    .project-detail .gallery .item img {
        height: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .project-detail .gallery .item img {
        height: 160px
    }
}

@media only screen and (max-width:767px) {
    .project-detail .gallery {
        margin-bottom: 40px
    }

        .project-detail .gallery .arrows {
            display: none
        }

        .project-detail .gallery .item img {
            height: auto;
            width: 80vw
        }
}

.project-detail .fixed-scroll-container + .col-md-8 {
    min-height: 1000px
}

@media only screen and (max-width:767px) {
    .project-detail .fixed-scroll-container + .col-md-8 {
        min-height: 0
    }
}

@media only screen and (max-width:767px) {
    .project-detail {
        padding-bottom: 40px
    }
}

.projects-other {
    margin-bottom: 65px
}

    .projects-other .cat {
        font-size: .688em;
        color: #626262;
        margin-bottom: 15px
    }

        .projects-other .cat img {
            margin-right: 5px
        }

    .projects-other h3 {
        font-size: 2.25em;
        font-weight: 700;
        margin: 0;
        width: 80%
    }

    .projects-other .img {
        padding-bottom: 80%;
        background-position: center;
        background-size: cover
    }

    .projects-other .left {
        position: relative
    }

        .projects-other .left .button {
            position: absolute;
            left: 12px;
            bottom: 0
        }

@media (min-width:768px) and (max-width:991px) {
    .projects-other h3 {
        font-size: 1.8rem
    }
}

@media only screen and (max-width:767px) {
    .projects-other h3 {
        font-size: 1.8rem
    }

    .projects-other .img {
        padding-bottom: 70%;
        margin-top: 30px
    }

    .projects-other .button {
        display: none
    }
}

section.about .boxes {
    text-align: center;
    padding-bottom: 90px;
    padding-top: 55px
}

    section.about .boxes .box {
        background: #00132b;
        color: #fff;
        height: 210px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

        section.about .boxes .box h3 {
            font-size: 2.813rem;
            font-weight: 500;
            line-height: 62px;
            margin: 0
        }

        section.about .boxes .box span {
            font-size: .875rem
        }

@media (min-width:768px) and (max-width:991px) {
    section.about .boxes .box {
        height: 170px
    }

        section.about .boxes .box h3 {
            font-size: 2rem
        }
}

@media only screen and (max-width:767px) {
    section.about .boxes .box {
        margin-bottom: 10px
    }
}

section.about .boxes .col-md-4:nth-of-type(2) .box {
    background: #00132b
}

section.about .boxes .col-md-4:nth-of-type(3) .box {
    background: #353638
}

@media only screen and (max-width:767px) {
    section.about .boxes {
        padding: 20px 0 40px 0
    }

        section.about .boxes h2 {
            text-align: left
        }
}

section.about .box-desc {
    padding-top: 90px;
    padding-bottom: 55px
}

    section.about .box-desc .left {
        position: relative
    }

        section.about .box-desc .left img {
            position: absolute;
            bottom: 0;
            left: 0
        }

@media only screen and (max-width:767px) {
    section.about .box-desc {
        padding: 40px 0
    }

        section.about .box-desc .left {
            margin-bottom: 40px
        }

            section.about .box-desc .left img {
                display: none
            }
}

section.about-history {
    background: #f2f2f2
}

    section.about-history .history {
        padding: 70px 0 0 0
    }

        section.about-history .history .arrows {
            margin-bottom: 45px
        }

        section.about-history .history .history-slider {
            cursor: grab;
            user-select: none
        }

            section.about-history .history .history-slider .item {
                width: 300px;
                text-align: left;
                margin: 0 40px
            }

                section.about-history .history .history-slider .item .img {
                    background-position: center;
                    background-size: cover;
                    padding-bottom: 70%;
                    margin-top: 30px
                }

                section.about-history .history .history-slider .item h3 {
                    font-size: 1rem;
                    margin: 0
                }

                section.about-history .history .history-slider .item .txt {
                    font-size: .875rem
                }

                    section.about-history .history .history-slider .item .txt .date {
                        font-size: 1.125rem;
                        font-weight: 500;
                        color: #00132b;
                        margin-bottom: 15px
                    }

@media (max-width:1700px) {
    section.about-history .history .history-slider .item {
        width: 250px;
        margin: 0 25px
    }

        section.about-history .history .history-slider .item .img {
            margin-top: 20px
        }

        section.about-history .history .history-slider .item .txt .date {
            margin-bottom: 5px
        }
}

@media only screen and (max-width:767px) {
    section.about-history .history .history-slider .item {
        width: calc(100% - 24px)
    }
}

section.about-history .history .years-slider {
    position: relative;
    margin-bottom: 45px;
    text-align: center
}

    section.about-history .history .years-slider .slick-list {
        z-index: 1
    }

    section.about-history .history .years-slider .item {
        padding-top: 21px;
        width: 160px;
        cursor: pointer
    }

        section.about-history .history .years-slider .item .line {
            position: relative;
            display: inline-block;
            height: 30px;
            margin-top: 10px
        }

            section.about-history .history .years-slider .item .line:after {
                content: '';
                border: 1px dashed #00132b;
                position: absolute;
                top: 0;
                left: 0;
                height: 0;
                opacity: 0;
                transition: .5s
            }

        section.about-history .history .years-slider .item .year {
            color: #838383;
            font-size: .875rem
        }

        section.about-history .history .years-slider .item .circle {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #bfbfbf;
            position: relative
        }

        section.about-history .history .years-slider .item.swiper-slide-active {
            padding-top: 0
        }

            section.about-history .history .years-slider .item.swiper-slide-active .line:after {
                height: 100%;
                opacity: 1;
                transition-delay: .3s
            }

            section.about-history .history .years-slider .item.swiper-slide-active .year {
                color: #000;
                font-size: 1.125rem;
                font-weight: 500;
                margin-bottom: 10px
            }

            section.about-history .history .years-slider .item.swiper-slide-active .circle {
                width: 32px;
                height: 32px;
                background: #00132b
            }

                section.about-history .history .years-slider .item.swiper-slide-active .circle:after {
                    content: '';
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: #fff;
                    position: absolute;
                    top: 13px;
                    left: 13px
                }

@media only screen and (max-width:767px) {
    section.about-history .history .years-slider .item {
        width: 150px
    }
}

section.about-history .history .years-slider:after {
    content: '';
    border-bottom: 1px solid #cacaca;
    position: absolute;
    left: 0;
    width: 100%;
    top: 53px
}

@media only screen and (max-width:767px) {
    section.about-history .history {
        padding: 50px 0 0 0
    }
}

section.about-history .number-boxes {
    padding: 55px 0 110px 0
}

@media only screen and (max-width:767px) {
    section.about-history .number-boxes {
        padding: 50px 0
    }
}

section.about-team {
    text-align: center;
    padding-top: 110px;
    position: relative
}

    section.about-team h2 {
        margin-bottom: 70px
    }

@media only screen and (max-width:767px) {
    section.about-team h2 {
        margin-bottom: 50px
    }
}

section.about-team h3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0
}

@media (max-width:1250px) {
    section.about-team h3 {
        font-size: .9rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    section.about-team h3 {
        font-size: .7rem
    }
}

@media only screen and (max-width:767px) {
    section.about-team h3 {
        font-size: .8rem
    }
}

@media (max-width:345px) {
    section.about-team h3 {
        font-size: .7rem
    }
}

section.about-team .sub {
    font-size: .75rem
}

section.about-team .img {
    position: relative
}

    section.about-team .img img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }

@media (max-width:1399px) {
    section.about-team .img img {
        max-width: 300px
    }
}

section.about-team .img .hover {
    opacity: 0;
    cursor: pointer;
    width: 70px;
    line-height: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #00132b;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    transform: translateY(30px);
    transition: .4s
}

    section.about-team .img .hover img {
        display: inline-block;
        width: auto;
        margin-top: 0;
        position: relative;
        top: -1px
    }

section.about-team .slider .item .txt {
    display: none
}

section.about-team .slider .item:hover .img .hover {
    transform: translateY(0);
    opacity: 1
}

section.about-team .slider .slick-arrow {
    position: absolute;
    bottom: 38px;
    z-index: 1
}

    section.about-team .slider .slick-arrow.slick-prev {
        left: calc(50% - 60px)
    }

    section.about-team .slider .slick-arrow.slick-next {
        right: calc(50% - 60px)
    }

section.about-team .arrows {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    text-align: center;
    z-index: 1
}

section.about-team .detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .7s
}

    section.about-team .detail .detail-tint {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background: rgba(0,0,0,.5)
    }

    section.about-team .detail .box {
        height: 100%;
        width: 50%;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        overflow: auto;
        z-index: 1;
        text-align: left;
        padding: 75px 50px;
        transform: translateX(100%);
        transition: .7s
    }

        section.about-team .detail .box .cls {
            cursor: pointer;
            width: 50px;
            line-height: 50px;
            position: absolute;
            top: 30px;
            right: 30px;
            background: #00132b;
            color: #fff;
            border-radius: 50%;
            text-align: center
        }

@media only screen and (max-width:767px) {
    section.about-team .detail .box .cls {
        top: 12px;
        right: 12px
    }
}

section.about-team .detail .box .txt {
    margin-top: 30px;
    position: relative;
    z-index: 1
}

section.about-team .detail .box .img {
    display: none;
    position: absolute;
    bottom: auto;
    left: 0;
    margin: 0;
    width: 100%
}

    section.about-team .detail .box .img img {
        display: block;
        width: 50%;
        margin: auto
    }

@media (max-height:650px) {
    section.about-team .detail .box .img img {
        width: 40%
    }
}

@media only screen and (max-width:767px) {
    section.about-team .detail .box .img {
        bottom: auto
    }

        section.about-team .detail .box .img img {
            width: 80%
        }
}

section.about-team .detail .box .hover {
    display: none
}

@media only screen and (max-width:767px) {
    section.about-team .detail .box {
        width: 100%;
        padding: 75px 12px
    }
}

section.about-team .detail.active {
    opacity: 1;
    visibility: visible
}

    section.about-team .detail.active .box {
        transform: translateX(0)
    }

@media only screen and (max-width:767px) {
    section.about-team {
        padding-top: 50px
    }
}

.content-page {
    padding-bottom: 170px
}

    .content-page .content-nav a {
        display: block;
        font-size: 1.125rem;
        color: #afafaf;
        margin-bottom: 20px
    }

        .content-page .content-nav a.active {
            color: #000;
            font-weight: 500
        }

@media (min-width:768px) and (max-width:991px) {
    .content-page .content-nav a {
        font-size: .9rem
    }
}

.content-page h1 {
    margin: 0 0 35px 0
}

@media only screen and (max-width:767px) {
    .content-page h1 {
        margin: 0 0 15px 0
    }
}

.content-page h2 {
    margin: 0 0 25px 0
}

.content-page h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 20px 0
}

.content-page .sgt {
    width: 125px;
    max-width: 100%
}

.content-page select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    background-image: url(../img/select-arrow.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    font-size: .75rem;
    width: 210px;
    max-width: 100%
}

    .content-page select.cat {
        width: 230px
    }

.content-page .page-select {
    height: 62px;
    background-color: #f8f8f8;
    width: 100%;
    border-radius: 0;
    border: 0;
    background-size: 40px;
    background-position: 98%;
    font-size: .8rem;
    margin-bottom: 40px
}

.content-page .content {
    min-height: 50vh
}

    .content-page .content table {
        border: 1px solid #ccc
    }

        .content-page .content table td {
            border-width: 1px;
            padding: 5px
        }

    .content-page .content p {
        margin-bottom: 20px
    }

    .content-page .content .links a {
        display: block;
        margin-bottom: 20px
    }

        .content-page .content .links a:before {
            content: '';
            width: 32px;
            height: 32px;
            display: inline-block;
            vertical-align: middle;
            background-image: url(../img/arrow-link-bl.svg);
            background-repeat: no-repeat;
            background-size: 32px;
            margin-right: 5px
        }

    .content-page .content img {
        max-width: 100%
    }

    .content-page .content iframe {
        width: 100%;
        height: 420px
    }

@media (min-width:992px) and (max-width:1199px) {
    .content-page .content iframe {
        height: 340px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .content-page .content iframe {
        height: 250px
    }
}

@media only screen and (max-width:767px) {
    .content-page .content iframe {
        height: 200px
    }
}

.content-page .content ul li {
    list-style-type: none;
    margin-bottom: 15px
}

    .content-page .content ul li:before {
        content: '●';
        margin-right: 10px;
        color: #00132b;
        font-size: .75rem
    }

.content-page .content .files {
    margin-bottom: 40px
}

    .content-page .content .files .item {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px 26px;
        margin-bottom: 10px
    }

        .content-page .content .files .item .name {
            margin-left: 10px;
            font-size: .875rem;
            display: inline-block;
            width: calc(100% - 44px);
            vertical-align: middle
        }

@media (min-width:768px) and (max-width:991px) {
    .content-page .content .files .item .name {
        font-size: .7rem
    }
}

@media only screen and (max-width:767px) {
    .content-page .content .files .item {
        padding: 24px 12px
    }
}

.content-page .content .files .button {
    padding: 0 16px
}

@media (max-width:1280px) {
    .content-page .content .files .button {
        padding: 0 14px;
        font-size: .6rem
    }
}

@media only screen and (max-width:767px) {
    .content-page .content .files .buttons {
        text-align: left !important;
        margin-top: 20px
    }

        .content-page .content .files .buttons .button {
            padding: 0 20px;
            font-size: .8rem;
            margin-right: 10px
        }

            .content-page .content .files .buttons .button + .button {
                margin-left: 0
            }
}

.content-page .content a {
    text-decoration: underline
}

    .content-page .content a.maps {
        color: #527f71;
        font-size: .75rem;
        display: none
    }

.content-page .content .button + .button {
    margin-left: 10px
}

@media (max-width:1280px) {
    .content-page .content .button + .button {
        margin-left: 5px
    }
}

.content-page .content .accordion .item {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 10px
}

    .content-page .content .accordion .item .title {
        position: relative;
        padding-right: 30px;
        cursor: pointer;
        font-weight: 500
    }

        .content-page .content .accordion .item .title:after {
            content: '+';
            position: absolute;
            right: 0;
            top: 0;
            line-height: 24px;
            font-size: 1.5rem
        }

        .content-page .content .accordion .item .title.active:after {
            content: '-'
        }

    .content-page .content .accordion .item .txt {
        display: none;
        padding-top: 20px;
        font-size: .875rem
    }

        .content-page .content .accordion .item .txt .col-md-4, .content-page .content .accordion .item .txt .col-md-6 {
            margin-bottom: 45px
        }

@media only screen and (max-width:767px) {
    .content-page .content .accordion .item .txt .col-md-4, .content-page .content .accordion .item .txt .col-md-6 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .content-page .content .accordion .item {
        padding: 24px 12px
    }
}

.content-page .content a.blue {
    color: #00132b
}

.content-page .content .charts img {
    display: none
}

.content-page .content .gallery {
    margin-bottom: 30px
}

    .content-page .content .gallery .item {
        width: 200px;
        margin-right: 10px
    }

        .content-page .content .gallery .item .img {
            display: block;
            padding-bottom: 70%;
            background-size: cover;
            background-position: center
        }

.content-page .page-boxes {
    margin-top: 40px
}

    .content-page .page-boxes .box {
        display: block;
        margin-bottom: 40px;
        text-align: center;
        text-decoration: none
    }

    .content-page .page-boxes h3 {
        font-weight: 500;
        padding: 0 10px
    }

    .content-page .page-boxes .img {
        padding-bottom: 70%;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px
    }

.content-page .contact h2 {
    font-size: 1.313rem;
    color: #00132b
}

.content-page .contact .accordion {
    margin-bottom: 60px;
    border-top: 1px solid #e9e9e9
}

    .content-page .contact .accordion .item {
        padding: 30px 0;
        border: 0;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 0
    }

        .content-page .contact .accordion .item .title h2 {
            font-size: 1.125rem;
            margin: 0;
            color: #000
        }

        .content-page .contact .accordion .item .title:after {
            line-height: 22px;
            font-size: 2rem;
            color: #00132b
        }

        .content-page .contact .accordion .item .txt {
            padding-top: 40px;
            font-size: .875rem
        }

            .content-page .contact .accordion .item .txt h3 {
                font-size: 1rem;
                color: #00132b;
                margin: 0 0 10px 0;
                min-height: 19px
            }

.content-page.finance {
    min-height: 0;
    padding-bottom: 0;
    margin-top: 110px
}

@media only screen and (max-width:767px) {
    .content-page.finance {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .content-page {
        padding-bottom: 60px
    }
}

nav.page {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 6;
    overflow: auto;
    white-space: nowrap;
    padding: 0 12px;
    transition: .4s
}

    nav.page .box {
        background: #00132b;
        color: #fff;
        display: inline-block;
        padding: 12px 15px;
        border-radius: 24px;
        box-shadow: 0 2px 21px 0 rgba(0,0,0,.08)
    }

        nav.page .box a {
            position: relative;
            display: inline-block;
            margin: 0 15px;
            font-size: .75rem;
            transition: color .4s
        }

            nav.page .box a:after {
                content: '';
                position: absolute;
                width: 0;
                bottom: -14px;
                left: 0;
                background: #fff;
                height: 2px;
                transition: .4s
            }

            nav.page .box a:hover {
                color: #ccc
            }

            nav.page .box a.active:hover {
                color: #fff
            }

            nav.page .box a.active:after {
                width: 100%
            }

    nav.page.active {
        opacity: 1;
        visibility: visible
    }

main.page section.areas {
    margin: 55px 0
}

    main.page section.areas .areas-img {
        margin-top: 0
    }

@media only screen and (max-width:767px) {
    main.page section.areas {
        margin: 0 0 40px 0
    }
}

main.error {
    padding: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center
}

    main.error h1 {
        font-size: 9.375rem;
        color: #fff;
        white-space: nowrap
    }

    main.error .button {
        position: absolute;
        bottom: 120px;
        width: 165px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center
    }

@media (max-width:1700px) {
    main.error h1 {
        font-size: 8rem
    }
}

@media (max-width:1500px) {
    main.error h1 {
        font-size: 7rem
    }
}

@media (max-width:1300px) {
    main.error h1 {
        font-size: 6rem
    }
}

@media (max-width:1100px) {
    main.error h1 {
        font-size: 5rem
    }
}

@media (max-width:900px) {
    main.error h1 {
        font-size: 4rem
    }
}

@media (max-width:750px) {
    main.error h1 {
        font-size: 3rem
    }
}

@media (max-width:560px) {
    main.error h1 {
        font-size: 2rem
    }
}

.fixed-scroll-container {
    position: relative
}

    .fixed-scroll-container .fixed-scroll {
        position: fixed
    }

    .fixed-scroll-container.end .fixed-scroll {
        position: absolute;
        top: auto;
        bottom: 0
    }

@media only screen and (max-width:767px) {
    .fixed-scroll-container .fixed-scroll {
        position: static
    }

    .fixed-scroll-container.end .fixed-scroll {
        position: static
    }
}

#page-1018 h1 {
    margin: 0 0 40px 0
}

#page-1018 .filter {
    display: none
}

#page-1018 .list .col-lg-4:nth-child(2) {
    margin-right: 33.3333333333%
}

@media (min-width:768px) and (max-width:991px) {
    #page-1018 .list .col-lg-4:nth-child(2) {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    #page-1018 .list .col-lg-4:nth-child(2) {
        margin-right: 0
    }
}

#page-1018 .news .box .img .date {
    display: none
}

#page-1019 .news-detail .date, #page-1019 .news-detail .news-about, #page-1019 .news-detail .share, #page-1020 .news-detail .date, #page-1020 .news-detail .news-about, #page-1020 .news-detail .share, #page-1021 .news-detail .date, #page-1021 .news-detail .news-about, #page-1021 .news-detail .share, #page-1022 .news-detail .date, #page-1022 .news-detail .news-about, #page-1022 .news-detail .share, #page-1023 .news-detail .date, #page-1023 .news-detail .news-about, #page-1023 .news-detail .share, #page-1024 .news-detail .date, #page-1024 .news-detail .news-about, #page-1024 .news-detail .share, #page-1025 .news-detail .date, #page-1025 .news-detail .news-about, #page-1025 .news-detail .share, #page-1026 .news-detail .date, #page-1026 .news-detail .news-about, #page-1026 .news-detail .share, #page-1027 .news-detail .date, #page-1027 .news-detail .news-about, #page-1027 .news-detail .share {
    display: none
}

#page-1019 .news-detail + .news, #page-1020 .news-detail + .news, #page-1021 .news-detail + .news, #page-1022 .news-detail + .news, #page-1023 .news-detail + .news, #page-1024 .news-detail + .news, #page-1025 .news-detail + .news, #page-1026 .news-detail + .news, #page-1027 .news-detail + .news {
    display: none
}

#page-1019 .intro, #page-1020 .intro, #page-1021 .intro, #page-1022 .intro, #page-1023 .intro, #page-1024 .intro, #page-1025 .intro, #page-1026 .intro, #page-1027 .intro {
    margin-bottom: 20px
}

#page-1019 .content, #page-1020 .content, #page-1021 .content, #page-1022 .content, #page-1023 .content, #page-1024 .content, #page-1025 .content, #page-1026 .content, #page-1027 .content {
    margin-top: 0
}

.main-slider .slider .sus-item {
    height: calc(100vh - 120px);
    margin-bottom: 30px
}

    .main-slider .slider .sus-item h1 {
        font-size: 3.5rem;
        margin: auto;
        line-height: 110px;
        width: 990px;
        text-align: center;
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        color: #fff;
        background: #5aab4e;
        background: linear-gradient(90deg,#5aab4e 0,#02b3bc 40%,#00132b 100%)
    }

@media (min-width:992px) and (max-width:1199px) {
    .main-slider .slider .sus-item {
        height: auto
    }

        .main-slider .slider .sus-item h1 {
            width: 850px;
            font-size: 3rem
        }

        .main-slider .slider .sus-item .mute {
            bottom: auto;
            top: 20px
        }
}

@media (min-width:768px) and (max-width:991px) {
    .main-slider .slider .sus-item {
        height: auto
    }

        .main-slider .slider .sus-item h1 {
            width: 710px;
            font-size: 2.5rem
        }

        .main-slider .slider .sus-item .mute {
            bottom: auto;
            top: 20px
        }
}

@media only screen and (max-width:767px) {
    .main-slider .slider .sus-item {
        height: auto
    }

        .main-slider .slider .sus-item h1 {
            width: 90%;
            font-size: 1.1rem;
            line-height: 60px
        }

        .main-slider .slider .sus-item .mute {
            bottom: auto;
            top: 20px
        }
}

.sus-section {
    text-align: center;
    margin: 120px 0;
    color: #8f8d8d
}

    .sus-section img {
        width: 101px
    }

    .sus-section h2 {
        margin: 30px 0;
        font-size: 1.4rem
    }

    .sus-section a.button {
        margin-top: 30px;
        background: #eee;
        border: 0;
        color: #000
    }

        .sus-section a.button.grad {
            color: #fff;
            background: linear-gradient(90deg,#5aab4e 0,#02b3bc 40%,#00132b 100%);
            margin-top: 90px
        }

        .sus-section a.button:hover {
            color: #fff;
            background: #000
        }

@media (min-width:768px) and (max-width:991px) {
    .sus-section h2 {
        font-size: 1rem
    }
}

@media only screen and (max-width:767px) {
    .sus-section {
        margin: 60px 0
    }

        .sus-section img {
            width: 80px
        }

        .sus-section h2 {
            font-size: 1.3rem
        }
}

#page-1241 .filter {
    display: none
}

#page-1241 h1 {
    margin-bottom: 65px
}

.filter .button[data-cat=c939] {
    display: none
}

.anim {
    position: relative;
    opacity: 0;
    top: 30px;
    transition: 1s
}

    .anim.anim-del-2 {
        transition-delay: .2s
    }

    .anim.anim-del-4 {
        transition-delay: .4s
    }

    .anim.anim-del-6 {
        transition-delay: .6s
    }

    .anim.anim-del-8 {
        transition-delay: .8s
    }

    .anim.play {
        top: 0;
        opacity: 1
    }

    .anim.page {
        top: -30px;
        opacity: 0
    }
