html body {
    padding: 0;
}

.l__header.collapsed, .l__header:hover {
    background: #323231 !important;
    opacity: 0.9;
}

.menus__buttons > span {
    background: #ffffff;
}

.l__index__banner {
    height: 100vh;
    position: relative;
}

.l__index__banner .swiper-pc {
    display: none;
}

@media (min-width: 768px) {
    .l__index__banner .swiper-pc {
        display: block;
    }
    .l__index__banner .swiper-h5 {
        display: none;
    }
}

.l__index__banner .swiper,
.l__index__banner .swiper-wrapper,
.l__index__banner .swiper-slide {
    height: 100%;
}

.l__index__banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l__index__banner .swiper-button-next,
.l__index__banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 99;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #ffffff;
}

.l__index__banner .swiper-button-prev::after,
.l__index__banner .swiper-button-next::after {
    font-size: 16px;
    color: #ffffff;
}

.l__index__banner .swiper-button-prev {
    left: 20px;
}

.l__index__banner .swiper-button-next {
    right: 20px;
}

@media (min-width: 768px) {
    .l__index__banner .swiper-button-prev {
        left: 5.2vw;
    }

    .l__index__banner .swiper-button-next {
        right: 5.2vw;
    }
}

.l__index__banner .l__header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: none;
}

.l__header__body .l__header__menus > ul > li > a {
    color: #ffffff;
}

.l__header__body .l__header__lang {
    color: #ffffff;
}

.l__header__body .l__header__lang a {
    color: #ffffff;
}

.l__header__body .l__header__lang a:hover, .l__header__body .l__header__lang a.active {
    color: #ffffff;
}

.l__header__body .l__header__menus > ul > li > a:hover,
.l__header__body .l__header__menus > ul > li > a.hover,
.l__header__body .l__header__menus > ul > li > a.active {
    color: #ffffff;
}

.l__header__body .l__header__menus > ul > li > a::before,
.l__header__body .l__header__menus > ul > li > a::after {
    background: #ffffff;
}

.l__header .l__logo img {
    height: 30px;
}


.l__customized {

}

.l__customized__title {
    text-align: center;
    margin: 0 0 30px;
}

.l__customized__title h3 {
    font-size: 22px;
    color: #553c2d;
    font-weight: bold;
    text-transform: uppercase;
}

.l__customized__title p {
    color: #494949;
    font-size: 14px;
    text-transform: uppercase;
}

.l__customized__image {
    max-width: 1510px;
    margin: 0 auto;
}

.l__customized__image .swiper-slide img {
    width: 100%;
    display: block;
}

.l__index__banner .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 99.83vh;
    object-fit: cover;
    transition: 0.2s linear 0.4s;
    transform: scale(1.1, 1.1);
}

.l__index__banner .swiper .swiper-wrapper .swiper-slide-active img,
.l__index__banner .swiper .swiper-wrapper .swiper-slide-duplicate-active img {
    transition: 3s linear;
    transform: scale(1, 1);
}

@media (min-width: 768px) {
    .l__customized__title h3 {
        font-size: 32px;
    }

    .l__customized__title p {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .l__customized__title h3 {
        font-size: 36px;
    }

    .l__customized__title p {
        font-size: 18px;
    }
}


.l__support__wrap {
    padding: 0 5.2vw;
    background: #f1eeed;
}

.l__support__text .text {
    margin-top: 30px;
}

.l__support__text .text h3 {
    color: #ff5e00;
    font-size: 20px;
    opacity: 0.5;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.l__support__text .text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ff5e00;
    margin: 5px 0;
    text-transform: uppercase;
}

.l__support__text .text p {
    color: #ff5e00;
    font-size: 14px;
}

.l__support__img {
    margin-top: 30px;
}

.l__support__img img {
    display: block;
    width: 100%;
}

.l__support__about {
    margin-top: 30px;
}

.l__support__about div.swiper-box {
    width: 100%;
    display: block;
}

.l__support__about div.swiper-box .swiper-pagination {
    text-align: right;
    padding: 0 15px;
}

.l__support__about div.swiper-box .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff5e00;
}

.l__support__about div.swiper-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l__support__about .text {
    margin: 20px 0 0;
}

.l__support__about .text p {
    font-size: 14px;
    line-height: 24px;
}

.l__support__about .text a {
    display: block;
    margin-left: auto;
    color: #553c2d;
    font-size: 24px;
    font-weight: 500;
    width: 160px;
    text-align: right;
    margin-top: 20px;
    border-bottom: 2px solid #553c2d;
}

.l__support__about .text a:hover {
    color: #ff5e00;
    border-color: #ff5e00;
}

.l__support__left {
    margin-top: 30px;
}

.l__support__left img {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .l__support__text {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .l__support__text .stickybox {
        padding-top: 110px;
    }


    .l__support__text img {
        display: block;
        width: 50vw;
        margin-right: 50px;
        flex: 0 0 auto;
    }

    .l__support__text .text {
        margin-left: auto;
        padding-bottom: 40px;
        position: sticky;
        top: 200px;
    }

    .l__support__img {
        margin: 0;
    }

    .l__support__img img {
        width: 21.25vw;
        margin-left: 42.2vw;
        max-width: 408px;
    }

    .l__support__left {
        margin-top: 0;
        margin-left: -5.2vw;
    }

    .l__support__left img {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .l__support__text .text {
        padding-bottom: 80px;
    }

    .l__support__about {
        display: flex;
        margin-top: 0;
        align-items: flex-end;
    }

    .l__support__about div.swiper-box {
        width: 37vw;
        margin-left: 5.2vw;
        flex: 0 0 auto;
    }

    .l__support__about .text {
        width: 40vw;
        max-width: 480px;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .l__support__left img {
        width: 10.4vw;
    }
}

@media (min-width: 1200px) {
    .l__support__text .text h3,
    .l__support__text .text h4 {
        font-size: 24px;
    }

    .l__support__text .text p {
        font-size: 16px;
    }

    .l__support__about .text p {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (min-width: 1680px) {
    .l__support__text .text h3,
    .l__support__text .text h4 {
        font-size: 32px;
    }

    .l__support__text .text p {
        font-size: 18px;
    }
}

.l__material {

}

.l__material__title {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-end;
}

.l__material__title h2 {
    color: #553c2d;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    margin-right: 10px;
}

.l__material__title h3 {
    font-size: 14px;
    color: #553c2d;
    margin: 0;
}

.l__material__title h3 p {
    font-weight: 500;
    line-height: 1;
}

.l__material__title h3 span {
    font-weight: normal;
    margin: 5px 0 0;
    display: block;
    line-height: 1;
}

.l__material__list .l__material__title {
    margin-top: 30px;
}

.l__material__list .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.l__material__list .swiper-slide img {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .l__material__title h2 {
        font-size: 32px;
    }

    .l__material__title h3 p {
        font-size: 20px;
    }

    .l__material__title h3 span {
        font-size: 16px;
    }

    .l__material__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .l__material__list {
        display: flex;
        align-items: flex-end;
        margin-top: 50px;
    }

    .l__material__list .l__material__title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .l__material__list .list {
        width: 60%;
        margin-left: auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1440px) {
    .l__material__list .list {
        width: calc(100% - 500px);
    }

    .l__material__title {
        align-items: center;
    }

    .l__material__title h2 {
        font-size: 80px;
        margin-right: 20px;
    }

    .l__material__title h3 p {
        font-size: 24px;
    }

    .l__material__title h3 span {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (min-width: 1680px) {
    .l__material__list .list {
        width: calc(100% - 550px);
    }
}

.l__lht {
    padding-top: 0 !important;
}

.l__lht__text {
    position: relative;
    border-radius: 20px;
    background: #f9f6f6;
}

.l__lht__text img {
    width: 100%;
    display: block;
}

.l__lht__text .text {
    padding: 20px 20px 0;
}

.l__lht__text .text h2 {
    color: transparent;
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    background-image: url("../img/logo_hollow.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.l__lht__text .text h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.l__lht__text .text p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
}

.l__lht__text .text a.more {
    display: flex;
    height: 50px;
    align-items: center;
    padding-right: 30px;
    position: relative;
    font-size: 16px;
}

.l__lht__text .text a.more:hover {
    padding-left: 15px;
    padding-right: 15px;
    color: var(--theme-color);
}

.l__lht__text .text a.more:hover::after {
    border-color: var(--theme-color);
}

.l__lht__text .text a.more::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #1d1a19;
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

.l__lht__text .text a.more i {
    width: 42px;
    height: 14px;
    margin-left: 5px;
    background: url(../images/jt.png);
    background-size: cover;
}

.l__lht__text .text a.more:hover i {
    background-image: url(../images/jt_hover.png);
}

@media (min-width: 768px) {
    .l__lht__text {
        position: relative;
    }

    .l__lht__text .text {
        position: relative;
        z-index: 9;
        padding-bottom: 30px;
    }

    .l__lht__text img {
        width: auto;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 8;
    }
}

@media (min-width: 992px) {
    .l__lht__text .text {
        width: 60vw;
        padding-top: 0;
        top: -50px;
    }

    .l__lht__text .text h2 {
        font-size: 100px;
        line-height: 1;
    }

    .l__lht__text .text h3 {
        font-size: 20px;
    }

    .l__lht__text .text p {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .l__lht__text .text {
        width: 760px;
        padding-left: 50px;
    }
}

@media (min-width: 1680px) {
    .l__lht__text .text {
        padding-bottom: 100px;
    }
}

.l__lht__image .lhtimg {
    position: relative;
    overflow: hidden;
}

.l__lht__image .lhtimg img {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

.l__lht__image .lhtimg:hover img {
    transform: scale(1.08);
}

.l__lht__image .lhtimg div.icon {
    position: absolute;
    right: 4%;
    top: 20%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l__lht__image .lhtimg div.icon i {
    color: #ff5e00;
    font-size: 24px;
}

.l__lht__image img {
    display: block;
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
}


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

    .l__lht__image {
        margin-top: 40px;
    }

    .l__lht__image img {
        margin: 0;
    }

    .l__lht__image div:nth-child(1) {
        width: 39%;
        position: relative;
        top: -90px;
        flex: 0 0 auto;
    }

    .l__lht__image div:nth-child(2) {
        width: 44%;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .l__lht__text {
        margin-left: 5.2vw;
    }

    .l__lht__image .lhtimg div.icon {
        right: 4%;
        top: 5%;
        width: 56px;
        height: 56px;
    }
    .l__lht__image .lhtimg div.icon i {
        font-size: 28px;
        color: #000000;
        transition: all 0.3s;
    }

    .l__lht__image .lhtimg:hover div.icon i {
        color: #ff5e00;
    }
}

@media (min-width: 1200px) {
    .l__lht__image {
        margin-top: 60px;
    }

    .l__lht__image div:nth-child(1) {
        top: -150px;
    }
}
#new-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

#new-swiper .swiper-pagination-bullet-active {
    background-color: #ff5e00;
}

.l__index__news .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.3);
}

.l__index__news .column {
    font-weight: 500;
    color: #553c2d;
    text-transform: uppercase;
}

.l__index__news .column a {
    color: #553c2d;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

.l__index__news .column span {
    display: none;
}

.l__index__news .column a.active,
.l__index__news .column a:hover {
    color: #ff5e00;
    border-bottom: 2px solid #ff5e00;
}

.l__index__news .list dl {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

.l__index__news .list dl:last-child {
    border-bottom: 0;
}

.l__index__news .list dl dt {
    font-weight: normal;
    font-weight: 500;
    margin-bottom: 15px;
}

.l__index__news .list dl dd {
    display: flex;
    line-height: 18px;
    color: #494949;
    font-weight: lighter;
}

.l__index__news .list dl dd a {
    background: #ffe2cd;
    padding: 0 10px;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 9px;
    font-weight: normal;
}

.l__index__news .list dl dt a:hover{
    color: #ff6a00;
}

.l__index__news .list {
    display: none;
}

.l__index__news .list.active {
    display: block;
}

.l__news__image {
    display: none;
}

@media (min-width: 768px) {
    .l__index__news .title {
        margin-bottom: 20px;
    }

    .l__index__news .list {
        margin-top: 30px;
    }

    .l__index__news .list dl {
        padding: 20px 0;
    }

    .l__index__news .column {
        display: flex;
        position: relative;
    }

    .l__index__news .column::after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #dddddd;
    }

    .l__index__news .column a {
        font-size: 16px;
        margin: 0;
        padding-bottom: 5px;
    }

    .l__index__news .column span {
        display: block;
        margin: 0 5px;
        padding-bottom: 5px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .l__index__news {
        display: flex;
        align-items: center;
    }

    .l__index__swiper {
        width: 50%;
    }

    .l__index__swiper img {
        transition: all .3s;
    }

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

    .l__news__list {
        width: 520px;
        margin-left: 50px;
        flex: 0 0 auto;
    }

    .l__index__news .column a {
        font-size: 14px;
    }

    .l__news__image {
        display: block;
    }

    .l__news__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .l__news__image a {
        display: none;
        height: 100%;
    }

    .l__news__image a.active {
        display: flex;
    }
}

@media (min-width: 1440px) {
    .l__index__news .column a {
        font-size: 16px;
    }

    .l__news__list {
        width: 600px;
        margin-left: 100px;
    }
}

@media (min-width: 1680px) {
    .l__index__news {
        align-items: center;
    }
}
.l__index__contact {
    background-image: url(../images/empty.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition:all 1s;
}
.l__index__contact:hover {
    color: #FFFFFF;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
}

.l__index__contact:hover a.more {
    background: url(../images/more_white.png);
    background-size: 100% 100%;
}

.l__index__contact a.more {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/more.png);
    background-size: 100% 100%;
}

.l__index__contact a.more:hover {
    background: url(../images/more_hover.png);
    background-size: 100% 100%;
}

.l__index__contact h2 {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}

.l__index__contact p {
    margin: 10px 0 20px;
}

@media (min-width: 992px) {
    .l__index__contact {
        position: relative;
        padding-right: 31.25%;
    }

    .l__index__contact h2 {
        font-size: 70px;
    }

    .l__index__contact p {
        font-size: 18px;
        margin: 20px 0 0;
    }

    .l__index__contact a.more {
        width: 60px;
        height: 60px;
        right: 5.2vw;
        top: 50%;
        margin-top: -30px;
        position: absolute;
    }
}