﻿


@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "dongfang";
  src: url("../fonts/dongfang.woff2") format("woff2"),
       url("../fonts/dongfang.woff") format("woff"),
       url("../fonts/dongfang.ttf") format("truetype"),
       url("../fonts/dongfang.eot") format("embedded-opentype"),
       url("../fonts/dongfang.svg") format("svg"),
       url("../fonts/dongfang.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu,  section {
    display: block;
}


.footer {
    padding-left: 5rem;
}
@media screen and (min-width:1850px) {
    .footer {
        padding-left: 5%;
    }
}
@media screen and (max-width:1200px) {
    .footer {
        padding-left: 90px;
    }
}
@media screen and (max-width:767px) {
    .footer {
        padding-left: 0;
    }
}
.footer__inner, .footer__secondary {
    padding-left: 5rem;
}
@media screen and (min-width:1850px) {
    .footer__inner, .footer__secondary {
        /* padding-left: 5rem; */
    }
}
@media screen and (max-width:1200px) {
    .footer__inner, .footer__secondary {
        padding-left: 60px;
    }
}
@media screen and (max-width:768px) {
    .footer__inner, .footer__secondary {
        padding-left: 45px;
    }
}
@media screen and (max-width:767px) {
    .footer__inner, .footer__secondary {
        padding-left: 30px;
    }
}
@media screen and (max-width:350px) {
    .footer__inner, .footer__secondary {
        padding-left: 15px;
    }
}
.footer__inner {
    /* padding-right: 100px; */
}
@media screen and (min-width:1850px) {
    .footer__inner {
        /* padding-right: 120px; */
    }
}
@media screen and (max-width:1200px) {
    .footer__inner {
        padding-right: 60px;
    }
}
@media screen and (max-width:768px) {
    .footer__inner {
        padding-right: 45px;
    }
}
@media screen and (max-width:767px) {
    .footer__inner {
        padding-right: 30px;
    }
}
@media screen and (max-width:350px) {
    .footer__inner {
        padding-right: 15px;
    }
}
.footer {
    margin-top: -9rem;
    z-index: 100;
}
@media screen and (min-width:1850px) {
    .footer {
     
		    z-index: 199;
    }
}
@media screen and (max-width:1200px) {
    .footer {
        margin-top: -90px;
    }
}
@media screen and (max-width:767px) {
    .footer {
        margin-top: 0;
    }
}
.footer:before {
    content: "";
    display: block;
    position: absolute;
    /* top: 0rem; */
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #a10000;
    z-index: 0;
}
@media screen and (min-width:1850px) {
    .footer:before {
        /* top: 170px; */
    }
}
@media screen and (max-width:1200px) {
    .footer:before {
        top: 90px;
    }
}
.footer__inner {
    background-color: #c80000;
    min-height: 100%;
    /* padding-top: 95px; */
    /* padding-bottom: 50px; */
    padding-right: 5%;
    position: relative;
}

    .footer__inner {
        padding-top: 5%;
        padding-bottom: 2%;
    }

@media screen and (max-width:1024px) {
    .footer__inner {
        padding-right: 50px;
    }
}
@media screen and (max-width:767px) {
    .footer__inner {
        padding-right: 30px;
        padding-top: 60px;
    }
}
.footer__inner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width:1023px) {
    .footer__inner__wrap {
        display: block;
    }
}
.footer__inner__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 770px;
    /* flex: 0 1 770px; */
}
.footer__inner__address {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    opacity: .4;
    letter-spacing: .2px;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    margin-left: 50px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}
@media screen and (min-width:1850px) {
    .footer__inner__address {
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (max-width:1023px) {
    .footer__inner__address {
        margin-left: 0;
        margin-top: 0;
    }
}
@media screen and (max-width:767px) {
    .footer__inner__address {
        margin-bottom: 40px;
    }
}
.footer__inner__address span+span {
    margin-left: 46px;
}
.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 850px;
    width: 100%;
}
@media screen and (min-width:1850px) {
    .footer__menu {
        max-width: 50%;
    }
}
@media screen and (max-width:1023px) {
    .footer__menu {
        display: none;
    }
}
.footer__menu__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 0.1rem solid #fff;
    padding-top: 1rem;
    position: relative;
    width: 20%;
}
.footer__menu__item+.footer__menu__item {
    margin-left: 30px;
}
.footer__menu__item__link {
    color: #fff;
    margin-bottom: 4px;
}
.footer__menu__item__link strong {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
@media screen and (min-width:1850px) {
    .footer__menu__item__link strong {
        font-size: 20px;
        line-height: 32px;
    }
}
.footer__menu__item__link-description {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    opacity: .5;
    letter-spacing: .2px;
    color: #fff;
    display: block;
}
@media screen and (min-width:1850px) {
    .footer__menu__item__link-description {
        font-size: 1rem;
        line-height: 2;
    }
}
.footer__secondary {
    height: 3rem;
    padding-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:1024px) {
    .footer__secondary {
        height: 90px;
        padding-right: 50px;
    }
}
@media screen and (max-width:767px) {
    .footer__secondary {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.footer__copyright {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    /* opacity: .4; */
    letter-spacing: .2px;
    color: #fff;
}
@media screen and (min-width:1850px) {
    .footer__copyright {
        font-size: 1rem;
        line-height: 3rem;
    }
}
.footer__cta {
    margin-bottom: 1rem;
    width: 100%;
}
@media screen and (max-width:767px) {
    .footer__cta {
        margin-bottom: 90px;
    }
}
.footer__cta h2 {
    font-weight: 300;
    /* font-size: 48px; */
    /* line-height: 60px; */
    color: #fff;
    margin-bottom: 2rem;
}

    .footer__cta h2 {
        font-size: 3rem;
        line-height: 0;
    }

@media screen and (max-width:1024px) {
    .footer__cta h2 {
        font-size: 43px;
    }
}
@media screen and (max-width:767px) {
    .footer__cta h2 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (max-width:1023px) {
    .footer__cta h2 {
        margin-bottom: 30px;
    }
}
.footer__cta p {
    font-weight: 300;
    /* font-size: 18px; */
    /* line-height: 32px; */
    letter-spacing: .2px;
    color: #fff;
}

    .footer__cta p {
        font-size: 1.2rem;
        line-height: 2;
    }

@media screen and (max-width:767px) {
    .footer__cta p {
        font-size: 17px;

        line-height: 24px;
    }
}
@media screen and (max-width:1023px) {
    .footer__cta__text br {
        content: " ";
    }
}
.footer__cta hr {
    height: 0.05rem;
    display: block;
    border: 0;
    background-color: #fff;
    width: 3rem;
    margin: 2rem auto 1rem 0;
}
.footer__home {
    position: absolute;
    z-index: 1;
    bottom: 140px;
    left: 50px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateX(25%) rotate(-90deg);
    transform: translateX(25%) rotate(-90deg);
}
@media screen and (min-width:1850px) {
    .footer__home {
        left: 65px;
    }
}
@media screen and (max-width:1200px) {
    .footer__home {
        left: 27px;
    }
}
@media screen and (max-width:1024px) {
    .footer__home {
        bottom: 90px;
    }
}
@media screen and (max-width:767px) {
    .footer__home {
        display: none;
    }
}
.footer__home svg {
    width: 135px;
    height: 32px;
    fill: #fff;
}
.footer__small-logo {
    display: none;
    fill: #fff;
    margin-bottom: 23px;
}
@media screen and (max-width:767px) {
    .footer__small-logo {
        display: block;
    }
}
.footer__social {
    /* font-weight: 300; */
    /* font-size: 12px; */
    /* line-height: 22px; */
    font-weight: 400;
    letter-spacing: .2px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer__social {
        font-size: 1rem;
        line-height: 2;
    }

.footer__social--mobile {
    display: none;
}
@media screen and (max-width:767px) {
    .footer__social--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width:767px) {
    .footer__social--desktop {
        display: none;
    }
}
.footer__social__label {
    display: inline-block;
    line-height: 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width:767px) {
    .footer__social__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }
}
.footer__social__label::before {
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100px;
    height: 100px;
    /*background: url(../images/icon.jpg) no-repeat center;*/
    background-size: 100px;
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
         -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
}
.footer__social__label:hover::before {
    opacity: 1;
    visibility: visible;
    bottom: 26px;
}
.footer__social__label:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    width: 26px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 12px;
    margin-right: 18px;
}
@media screen and (max-width:350px) {
    .footer__social .social-icons__icon {
        height: 34px;
        width: 34px;
    }
}
@-webkit-keyframes arrowBackToStart-data-v-262420ea {
    0% {
        left: 20px;
    }
    to {
        left: 0;
    }
}
@keyframes arrowBackToStart-data-v-262420ea {
    0% {
        left: 20px;
    }
    to {
        left: 0;
    }
}
@-webkit-keyframes arrowInFromLeft-data-v-262420ea {
    0% {
        right: 100%;
    }
    to {
        right: 0;
    }
}
@keyframes arrowInFromLeft-data-v-262420ea {
    0% {
        right: 100%;
    }
    to {
        right: 0;
    }
}
@-webkit-keyframes arrowOutFromLeft-data-v-262420ea {
    0% {
        right: 0;
    }
    to {
        right: -100%;
    }
}
@keyframes arrowOutFromLeft-data-v-262420ea {
    0% {
        right: 0;
    }
    to {
        right: -100%;
    }
}
@-webkit-keyframes arrowOutToRight-data-v-262420ea {
    0% {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@keyframes arrowOutToRight-data-v-262420ea {
    0% {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes elasticWidth-data-v-262420ea {
    0% {
        width: 46px;
    }
    to {
        width: 32px;
    }
}
@keyframes elasticWidth-data-v-262420ea {
    0% {
        width: 46px;
    }
    to {
        width: 32px;
    }
}
@-webkit-keyframes hide-data-v-262420ea {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes hide-data-v-262420ea {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes show-data-v-262420ea {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes show-data-v-262420ea {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.arrow-link[data-v-262420ea] {
    font-weight: 300;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .75px;
    line-height: 27px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}
@media screen and (min-width:1850px) {
    .arrow-link[data-v-262420ea] {
        font-size: 20px;
    }
}
@media screen and (max-width:767px) {
    .arrow-link[data-v-262420ea] {
        font-size: 14px;
    }
}
.arrow-link.arrow-link--button[data-v-262420ea] {
    border: 0;
    background: 0;
    color: currentColor;
    cursor: pointer;
    padding: 0;
    outline: none;
}
.arrow-link.arrow-link--expand[data-v-262420ea]:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.arrow-link__arrow[data-v-262420ea] {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 52px;
    vertical-align: middle;
    height: 1em;
}
@media screen and (min-width:1850px) {
    .arrow-link__arrow[data-v-262420ea] {
        margin-top: 3px;
    }
}
.arrow-link--right .arrow-link__arrow[data-v-262420ea] {
    float: right;
    margin: 10px 0 auto 2px;
}
.arrow-link--back .arrow-link__arrow[data-v-262420ea] {
    margin-top: -10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.arrow-link--large .arrow-link__arrow[data-v-262420ea] {
    height: 2.3em;
}
@media screen and (min-width:1850px) {
    .arrow-link--large .arrow-link__arrow[data-v-262420ea] {
        height: 3.3em;
    }
}
@media screen and (max-width:767px) {
    .arrow-link--large .arrow-link__arrow[data-v-262420ea] {
        display: none;
    }
}
.arrow-link__arrow__icon[data-v-262420ea] {
    position: absolute;
    height: 9px;
    overflow: hidden;
}
.arrow-link--large .arrow-link__arrow__icon[data-v-262420ea] {
    top: 50%;
}
.arrow-link__arrow__icon--original[data-v-262420ea] {
    right: 0;
    width: 32px;
    -webkit-animation-name: arrowBackToStart-data-v-262420ea;
    animation-name: arrowBackToStart-data-v-262420ea;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.arrow-link--back .arrow-link__arrow__icon--original[data-v-262420ea], .arrow-link--right .arrow-link__arrow__icon--original[data-v-262420ea] {
    -webkit-animation: none;
    animation: none;
}
.arrow-link--hover-only .arrow-link__arrow__icon--original[data-v-262420ea] {
    -webkit-animation-name: show-data-v-262420ea, arrowOutFromLeft-data-v-262420ea;
    animation-name: show-data-v-262420ea, arrowOutFromLeft-data-v-262420ea;
    -webkit-animation-duration: 0s, .3s;
    animation-duration: 0s, .3s;
    -webkit-animation-fill-mode: backwards, forwards;
    animation-fill-mode: backwards, forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.arrow-link:hover .arrow-link__arrow__icon--original[data-v-262420ea] {
    -webkit-animation-name: arrowOutToRight-data-v-262420ea;
    animation-name: arrowOutToRight-data-v-262420ea;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.arrow-link:hover.arrow-link--back .arrow-link__arrow__icon--original[data-v-262420ea], .arrow-link:hover.arrow-link--right .arrow-link__arrow__icon--original[data-v-262420ea] {
    -webkit-animation-name: arrowOutFromLeft-data-v-262420ea;
    animation-name: arrowOutFromLeft-data-v-262420ea;
}
.arrow-link:hover.arrow-link--hover-only .arrow-link__arrow__icon--original[data-v-262420ea] {
    opacity: 0;
    -webkit-animation-name: hide-data-v-262420ea;
    animation-name: hide-data-v-262420ea;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}
.arrow-link__arrow__icon--hover[data-v-262420ea] {
    right: 100%;
    width: 46px;
    -webkit-animation-name: hide-data-v-262420ea;
    animation-name: hide-data-v-262420ea;
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.arrow-link:hover .arrow-link__arrow__icon--hover[data-v-262420ea] {
    -webkit-animation-name: arrowInFromLeft-data-v-262420ea, elasticWidth-data-v-262420ea;
    animation-name: arrowInFromLeft-data-v-262420ea, elasticWidth-data-v-262420ea;
    -webkit-animation-duration: .38s, .33s;
    animation-duration: .38s, .33s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.38, .35, 0, 1.01);
    animation-timing-function: cubic-bezier(.38, .35, 0, 1.01);
    -webkit-animation-delay: .15s, .33s;
    animation-delay: .15s, .33s;
}
.arrow-link__arrow__icon svg[data-v-262420ea] {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 0;
}
.arrow-link__text[data-v-262420ea] {
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    font-size: 1rem;
}
