body,
html {
    background: #f8f8f8;
}

.l__header__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-right: 4.027778vw;
    padding-left: 4.027778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.l__header__head {
    padding: 15px 0;
}

.l__header__logo a img {
    height: 40px;
}

.l__header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l__header__menu {
    display: none;
}

.l__header__btn {
    display: none;
}


.l__header__lang {
    padding: 0 8px;
    line-height: 30px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
    display: none;
    border: 1px solid #000000;
}


@media screen and (min-width: 992px) {
    .l__header__lang {
        display: block;
    }

    .l__header__head {
        padding: 20px 0;
    }

    .l__header__logo a img {
        height: 50px;
    }

    .l__header__menu {
        height: 100%;
        display: block;
    }

    .l__header__nav {
        height: 100%;
    }

    .l__header__nav ul {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .l__header__nav ul li {
        font-size: 16px;
        margin: 0 1vw;
        font-weight: 400;
        letter-spacing: -0.05em;
    }

    .l__header__nav ul li>a {
        position: relative;
        height: 100%;
        padding: 0 1vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
    }

    .l__header__nav ul li:hover>a::before,
    .l__header__nav ul li.active>a::before {
        bottom: 15px;
        opacity: 1;
    }

    .l__header__nav ul li>a::before {
        content: '';
        width: 100%;
        height: 18px;
        left: 0;
        position: absolute;
        bottom: -15px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: url(../images/icon_logo.png) no-repeat center;
        background-size: auto 100%;
    }

    .l__header__nav .vehicles-img-box {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        overflow: hidden;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all .6s;
    }

    .l__header__nav .vehicles-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
    }

    .l__header__nav .models__vehicles {
        padding-top: 6.197917vw;
    }

    .l__header__btn {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        align-items: center;
        margin-left: 20px;
    }

    .l__header__btn a {
        text-transform: uppercase;
    }

    .l__header__btn a i {
        width: 18px;
        height: 18px;
        margin: 0 auto;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .l__header__btn a i.mall {
        background-image: url(../images/icon_mall.png);
    }

    .l__header__btn a i.yun {
        background-image: url(../images/icon_yun.png);
    }

    .l__header__btn .line {
        margin: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    .l__header__nav ul li {
        margin: 0 1.625vw;
    }

    .l__header__nav ul li>a {
        padding: 0 1.5vw;
    }
}

.models__submenu {
    position: absolute;
    left: 20px;
    right: 20px;
    display: none;
    top: 90px;
    padding: 20px 0 0;
}

@media screen and (min-width: 1440px) {
    .models__submenu {
        right: 50px;
        left: 50px;
    }
}

.models__submenu .row {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.models__submenu .row .col-6 {
    padding: 0;
    background: #ffffff;
}

.models__submenu a:hover .models__text .more {
    color: #247c70;
}

.models__submenu a:hover h2 span {
    background: #247c70;
}

.models__submenu .row .col-6:nth-child(1) a:hover h2,
.models__submenu .row .col-6:nth-child(1) a:hover p,
.models__submenu .row .col-6:nth-child(1) a:hover h3{
    color: #247c70;
}

.models__text {
    padding: 70px 0 0;
    text-align: center;
}

.models__text h2 {
    display: flex;
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.models__text h2 span {
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    padding: 0 20px;
    margin-left: 10px;
    line-height: 30px;
    color: #ffffff;
    background: #000000;
}

.models__text h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1;
}

.models__text .more {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 0;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.models__text .more i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: relative;
    margin-left: 15px;
    background: #289688;
}

.models__text .more i::after,
.models__text .more i::before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    left: 0;
}

.models__text .more i::before {
    background: #289688;
    animation: scale 2s infinite;
}

.models__text .more i::after {
    background: #289688;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.models__text p {
    font-size: 16x;
    font-weight: 500;
}

.models__img {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: url(../vehicle/expectation.jpg);
    background-size: cover;
}

.models__img h2 {
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    margin: 0;
    text-transform: uppercase;
}

.models__img h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin: 15px 0;
}

.models__img p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.models__img .more {
    font-size: 16px;
    line-height: 1;
    margin: 15px 0 60px;
    color: #2c9688;
    font-weight: 500;
}

.models__img button {
    color: #ffffff;
    width: 156px;
    height: 40px;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    margin: 60px 0 0;
    background: #247c70;
}

@media screen and (min-width: 1440px) {
    .models__text h2 {
        font-size: 48px;
    }

    .models__text h2 span {
        height: 40px;
        line-height: 40px;
    }

    .models__text h3 {
        font-size: 48px;
    }

    .models__text p,
    .models__text .more {
        font-size: 18px;
    }

    .models__img h2,
    .models__img h3 {
        font-size: 48px;
    }

    .models__img p,
    .models__img .more {
        font-size: 18px;
    }
}

.about__submenu {
    position: absolute;
    right: 20px;
    top: 90px;
    left: 20px;
    z-index: 999;
    display: none;
    padding: 20px 0 0;
}

.about__submenu__box {
    width: 100%;
    padding: 30px 30px 50px;
    background: #ffffff;
    border-radius: 5px;
}

.about__submenu__box .pic{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.about__submenu__box .pic img{
    width: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.about__submenu__box .pic .models{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #ffffff;
    padding: 30px 40px 0;
}

.about__submenu__box .pic .models h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.about__submenu__box .pic .models p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 0 20px;
}
.about__submenu__box .pic .models i {
    width: 36px;
    height: 36px;
    display: block;
    background: url(../images/in_swiper_next.png) no-repeat center;
    background-size: cover;
}

.about__submenu__box a:hover img{
    transform: scale(1.08);
}

@media screen and (min-width: 1440px) {
    .about__submenu {
        right: 50px;
        left: 50px;
    }

    .about__submenu__box {
        padding: 50px 50px 70px;
    }
    .about__submenu__box .pic .models{
        padding: 60px 50px 0;
    }
}

@media screen and (min-width: 1680px) {
    .about__submenu__box .pic .models{
        padding: 80px 70px 0;
    }
    .about__submenu__box .pic .models h3{
        font-size: 32px;
    }
    .about__submenu__box .pic .models p{
        font-size: 18px;
    }
}



.services__submenu {
    position: absolute;
    right: 20px;
    top: 90px;
    left: 20px;
    z-index: 999;
    display: none;
    padding: 20px 0 0;
}
.customer_service img, .dealer_service img{
    width: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.customer_service:hover img, .dealer_service:hover img{
    transform: scale(1.08);
}
.services__submenu__box {
    width: 100%;
    padding: 30px 30px 50px;
    background: #ffffff;
    border-radius: 5px;
}

.services__submenu__box .col-6>div {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.services__submenu__box .col-6>div .models {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px 40px 0;
    color: #ffffff;
}

.services__submenu__box .col-6>div .models a {
    color: #ffffff;
}

.services__submenu__box .col-6>div .models .services__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.services__submenu__box .col-6>div .models .services__desc {
    margin: 15px 0 20px;
    font-size: 18px;
    line-height: 1;
}

.services__submenu__box .col-6>div .models i {
    width: 36px;
    height: 36px;
    display: block;
    background: url(../images/in_swiper_next.png) no-repeat center;
    background-size: cover;
}

.services__submenu__box .col-6>div .models .services__list {
    display: flex;
}

.services__submenu__box .col-6>div .models .services__list>div:nth-child(1) {
    margin-right: 60px;
}

.services__submenu__box .col-6>div .models .services__list>div p {
    margin-top: 30px;
}

.services__submenu__box .col-6>div .models .services__list a {
    background: url(../images/menu_icon_white.png) no-repeat center left;
    background-size: 14px 14px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.services__submenu__box .col-6>div .models .services__list a:hover {
    background-image: url(../images/menu_icon_hover.png);
    color: #247c70;
}

@media screen and (min-width: 1440px) {
    .services__submenu {
        right: 50px;
        left: 50px;
    }

    .services__submenu__box {
        padding: 50px 50px 70px;
    }

    .services__submenu__box .col-6>div .models {
        padding: 60px 50px 0;
    }
}

@media screen and (min-width: 1680px) {
    .services__submenu__box .col-6>div .models .services__title {
        font-size: 32px;
    }

    .services__submenu__box .col-6>div .models {
        padding: 80px 70px 0;
    }
}


@media screen and (min-width: 1680px) {
    .dealer__service a .model h3 {
        font-size: 32px;
    }

    .dealer__service a .model p {
        font-size: 18px;
        margin: 15px 0 20px;
    }
}





.product__submenu {
    position: absolute;
    top: 90px;
    left: 20px;
    display: none;
    right: 20px;
    padding: 20px 0 0;
}

.product__submenu__wrap {
    background: #ffffff;
    width: 100%;
    padding: 30px 30px 30px;
    border-radius: 5px;
}

.product__submenu .two_submenu {
    display: flex;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px;
}

.product__submenu .two_submenu a {
    margin-right: 80px;
}

.product__submenu .two_submenu a.active,
.product__submenu .two_submenu a:hover {
    color: #2c9689;
}

.three__submenu {
    display: flex;
}

.tow_pic img {
    width: 100%;
    min-height: 224px;
    object-fit: cover;
}

.tow_pic {
    width: 36%;
}

.three__list {
    flex: 1;
    margin-left: 30px;
    line-height: 1;
}

.three__list dl {
    margin: 0 0 10px;
    line-height: 24px;
}

.three__list dl dt {
    font-weight: 500;
    font-size: 16px;
    padding: 0 0 10px;
}

.three__list dl dd {
    font-size: 14px;
    font-weight: 400;
}

.three__list dl dd a {
    color: #a4a4a4;
    padding-left: 25px;
    background: url(../images/menu_icon.png) no-repeat left center;
    background-size: auto 14px;
}

.three__list dl dd a:hover {
    background: url(../images/menu_icon_hover.png) no-repeat left center;
    background-size: auto 14px;
}

.three__list .more a {
    font-size: 14px;
    font-weight: 500;
    color: #a4a4a4;
}

.three__list a:hover {
    color: #2c9689;
}

@media screen and (min-width: 1440px) {
    .tow_pic img {
        min-height: 284px;
    }

    .product__submenu {
        left: 50px;
        right: 50px;
    }

    .product__submenu__wrap {
        padding: 50px;
    }

    .three__list {
        margin-left: 50px;
    }

    .three__list dl dd {
        font-size: 16px;
        font-weight: 500;
        line-height: 36px;
    }

    .three__list .more a {
        font-size: 16px;
    }
}






.pagingbar .pages {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}

.pagingbar a,
.pagingbar span.current {
    line-height: 34px;
    margin: 0 5px;
    text-align: center;
    min-width: 38px;
    font-weight: 600;
    padding: 0 10px;
    border: 1px solid #000000;
}


.pagingbar a:hover,
.pagingbar span.current {
    background: #000000;
    color: #ffffff;
}

.pagingbar span.more {
    margin: 0 5px;
    display: block;
}


@media screen and (min-width: 768px) {
    .pagingbar a.page__number {
        display: block;
    }

    .pagingbar span {
        display: block;
    }

    .pagingbar a.prev,
    .pagingbar a.next {
        padding: 0 15px;
        margin: 0 5px;
    }
}






.l__footer {
    padding: 0 7vw;
}

.l__footer__contact {
    padding: 15px 0;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #323232;
}

.l__footer__contact .contact__title {
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.l__footer__contact .contact__links {
    display: flex;
    margin-left: auto;
}

.l__footer__contact .contact__links a {
    margin-left: 15px;
}

.l__footer__contact .contact__links svg path {
    fill: #7d7e7e;
}

.l__footer__contact .contact__links a:hover svg path {
    fill: #333333;
}

.l__footer__content {
    display: block;
    padding: 30px 0 30px;
}

/*.l__footer__content__links p {
    font-size: 14px;
    font-weight: 500;
    color: #2e9689;
}*/

.form__links {
    margin: 10px 0;
}

.form__links ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

.form__links ul li a:hover {
    text-decoration: underline;
}

.l__footer__content__links .address {
    font-size: 14px;
    font-weight: 600;
}

/*.l__footer__content__links p.phone {
    padding-top: 16px;
}*/
.l__footer__content__links p.phone a,
.l__footer__content__links p.eamil a {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #030000;
}

.l__footer__content__links p.phone a span,
.l__footer__content__links p.eamil a span{
    font-size: 16px;
}


.l__footer__content__links p.address {
    font-size: 14px;
    font-weight: 500;
}

.l__footer__content__links p.wanto {
    display: table;
}

.l__footer__content__links p.wanto a {
    display: table-cell;
    font-size: 14px;
    font-weight: normal;
    color: #7B7B7B;
    line-height: 50px;
}
.l__footer__content__links p.wanto a::before {
    content: '';
    display: inline-block;
    background-image: url(../images/next.png);
    width: 21px;
    height: 21px;
    background-size: cover;
    vertical-align: middle;
}
.l__footer__content__links p.wanto a:first-child {
    padding-right: 32px;
}
.l__footer__content__links p a {
    transition: all 0.6s;
    position: relative;
}
.l__footer__content__links p.phone a::after,
.l__footer__content__links p.eamil a::after {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
    content: '';
    background-color: #2c9689;
}

.l__footer__content__links p a:hover {
    color: #2c9689;
}
.l__footer__content__links p a:hover::after {
    width: 100%;
}

.l__footer__copyright {
    display: flex;
    margin: 15px 0 0;
    flex-direction: column;
    margin-left: auto;
}

.l__footer__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.l__footer__logo {
    margin-top: 20px;
}

.l__footer__logo img {
    height: 75px;
    display: block;
    margin: 0 auto;
}

.l__footer__logo img.logo-highlight { display: none; }

@media screen and (min-width: 768px) {
    .l__footer__content {
        display: flex;
    }

    .l__footer__copyright {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .l__footer__logo {
        display: flex;
        justify-content: flex-end;
    }

    .l__footer__content {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 992px) {
    .l__footer__contact .contact__title {
        font-size: 50px;
    }

    .form__links ul li {
        font-size: 24px;
    }

    .l__footer__text {
        display: flex;
    }

    .l__footer__text .design {
        margin-left: 35px;
    }

    .l__footer__content {
        padding-bottom: 60px;
    }
}

/* 隐私政策样式 */
.privacy-place, .privacy-nav { width: 100%; }
.privacy-nav { position: fixed; bottom: 0; left: 0; color: #FFFFFF; background-color: rgba(0, 0, 0, 0.75); z-index: 199; padding: 20px 30px; backdrop-filter: blur(10px) brightness(90%); }
.privacy-nav a { color: #FFFFFF; }
.privacy-nav .content { word-break: keep-all; word-wrap: break-word; }
.privacy-nav .content a { text-decoration: underline; }
.privacy-nav .content a:hover { color: #2c9689; }
.privacy-nav .actions { display: flex; justify-content: space-evenly; margin-top: 16px; }
.privacy-nav .actions a { display: inline-block; padding: 9px 26px 10px; border-radius: 40px; border: 1px #FFFFFF solid; }
.privacy-nav .actions a:first-child { background-color: #FFFFFF; color: #1E1E21; }
.privacy-nav .actions a:hover { background-color: #2c9689; color: #FFFFFF; border-color: #2c9689; }
.privacy-checkbox { min-height: auto !important; }
.privacy-checkbox a { color: #2c9689; text-decoration: underline; }
.privacy-checkbox .layui-form-checkbox:hover>i, .privacy-checkbox .layui-form-checked>i { border-color: #2c9689 !important; }
.privacy-checkbox .layui-form-checked>i { background-color: #2c9689; }

@media screen and (min-width: 992px) {
    .privacy-nav { padding: 15px 7vw; font-size: 16px; display: flex; align-items: center; justify-content: space-between; }
    .privacy-nav .content { padding-right: 7vw; }
    .privacy-nav .actions { display: block; flex-shrink: 0; align-items: center; margin-top: 0; }
    .privacy-nav .actions a:first-child { margin-right: 16px; }
}

.l__header__button {
    width: 32px;
    height: 22px;
}

.u__humberger {
    position: relative;
    width: 32px;
    height: 22px;
    display: block;
    outline: none;
    cursor: pointer;
}

.u__humberger__bars {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 22px;
}

.u__humberger:hover .u__humberger__bars>span:nth-child(1) {
    width: 27px;
}

.u__humberger:hover .u__humberger__bars>span:nth-child(2) {
    width: 23px;
}

.u__humberger__bars>span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, width 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.u__humberger__bars>span:nth-child(1) {
    top: 0;
}

.u__humberger__bars>span:nth-child(2) {
    top: 10px;
}

.u__humberger__bars>span:nth-child(3) {
    bottom: 0;
}

.top .u__humberger__bars>span {
    -webkit-transition: opacity 0.3s ease-out, width 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, width 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, width 0.3s ease-out, background-color 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, width 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.u__humberger.is-active .u__humberger__bars>span {
    background-color: #333333 !important;
}

.u__humberger.is-active .u__humberger__bars>span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.u__humberger.is-active .u__humberger__bars>span:nth-child(2) {
    opacity: 0;
}

.u__humberger.is-active .u__humberger__bars>span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

.u__humberger.is-active:hover .u__humberger__bars>span:nth-child(1) {
    width: 32px;
}

.u__humberger.is-active:hover .u__humberger__bars>span:nth-child(2) {
    width: 32px;
}

.l__header__navbar {
    position: fixed;
    width: 100%;
    top: 70px;
    bottom: 0;
    padding: 0 20px;
    z-index: 999;
    display: none;
    background: #ffffff;
}

.l__header__navbar__wrap {
    height: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #dfdfdf;
}

.navbar__links {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.navbar__links a {
    text-transform: uppercase;
}

.navbar__links a i {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
    background-size: cover;
    background-position: center;
}

.navbar__links a i.mall {
    background-image: url(../images/icon_mall.png);
}

.navbar__links a i.yun {
    background-image: url(../images/icon_yun.png);
}

.navbar__links .line {
    margin: 0 20px;
}

.navbar__lang__wrap {
    display: flex;
    margin: 30px 0 0;
    justify-content: center;
}

.navbar__lang {
    padding: 2px 15px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    border: 1px solid #000000;
}

.navbar__lang span {
    margin: 0 8px;
}





.l__header__navbar__wrap .l__header__one,
.l__header__navbar__wrap .l__header__two {
    flex: 1;
    margin: 0 0 50px;
}

.l__header__navbar__wrap ul {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.l__header__navbar__wrap ul li {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.l__header__navbar__wrap .l__header__two ul {
    justify-content: center;
}

.l__header__navbar__wrap .l__header__two ul li {
    text-transform: none;
    margin-top: 40px;
}
.l__header__navbar__wrap .l__header__two ul li a.back-btn {
    font-size: 18px;
}

.l__header__navbar__wrap ul li img {
    width: 40px;
}

.l__header__two {
    display: none;
}

@media screen and (min-width: 992px) {
    .l__header__button {
        display: none;
    }
}