.modular1 {
    font-size: 24px;
    text-align: center;
    padding: 100px 0;
    line-height: 1.8em;
    letter-spacing: 0px;
}

.modular1::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin: auto;
    margin-top: 40px;
    background: #94673d;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide {
    transition: transform 0.5s;
}

.swiper-slide {
    transform: scale(0.8) !important;
}

.swiper-slide-active {
    transform: scale(1) !important;
}

.modular2 .swiper-slide {
    position: relative;
}

.modular2 .swiper-slide.swiper-slide-active:before{
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-image: linear-gradient(#94673d, transparent);
}

.modular2 .swiper-slide .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;
    color: #fff;
}

.modular2 .swiper-slide i,
.modular2 .swiper-slide h2 {
    font-size: 48px;
}

.modular2 .swiper-slide p {
    font-size: 18px;
}

.modular3 .left,
.modular3 .center,
.modular3 .right {
    float: left;
    padding: 0 40px;
    box-sizing: border-box;
}

.modular3 .left {
    width: 360px;
}

.modular3 .right {
    width: 380px;
    float: right;
}

.modular3 .right img {
    width: 100%;
}

.modular3 .center {
    width: calc(100% - 380px - 360px);
    border-left: 1px solid #94673d;
    padding-top: 0px;
}

.modular3 {
    line-height: 1.8em;
}

.modular3 .left h2 {
    font-size: 48px;
    margin-bottom: 1em;
}

.modular3 .left h3 {
    font-size: 24px;
    margin-bottom: 1em;
}

.modular .title {
    font-size: 48px;
    padding: 60px 0;
    line-height: 1.5em;
}

.modular .top {
    background: #efeff0;
    overflow: hidden;
    padding: 80px 0;
}

.modular4 li img {
    width: 100%;
}

.modular4 ul {
    width: calc(100% + 50px);
    margin-left: -25px;
}

.modular4 li {
    width: calc(25% - 50px);
    float: left;
    margin: 25px;
    position: relative;
}

.modular4 li.on::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #94673d;
    z-index: 99;
}

.modular4 ul {
    overflow: hidden;
}

.modular4 li .info h3 {
    color: #4a4a4a;
    margin-bottom: 0.5em;
}

.modular4 li .info h2 {
    color: #4a4a4a;
    font-size: 24px;
}

.modular4 li .info h2 span {
    display: block;
    float: right;
    padding: 5px 16px;
    background: #94673d;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}

.modular4 li .info h2 span:hover {
    background: #ffb44b;
}

.modular4 li .info {
    padding: 20px 0;
}

.modular4 {
    margin: 80px 0 0 0;
}

.modular .wrap {
    max-width: 1500px;
}

.modular4 .details {
    display: none;
}

.modular4 .openInfo {
    background: #efeff0;
    padding: 60px;
    clear: both;
    display: none;
    line-height: 1.8em;
    font-size: 16px;
    position: relative;
}

.modular4 .openInfo .close {
    position: absolute;
    right: 30px;
    top: 30px;
    margin-top: -0.5em;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .modular2 .swiper-slide i,
    .modular2 .swiper-slide h2 {
        font-size: 24px;
    }
    .modular2 .swiper-slide p {
        margin-top: 1em;
        font-size: 14px;
    }
    .modular .title {
        font-size: 32px;
    }
    .modular4 ul {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .modular4 li {
        width: calc(25% - 30px);
        margin: 15px;
        font-size: 14px;
    }
    .modular4 li .info h2 {
        font-size: 16px;
    }
    .modular4 {
        margin: 40px 0 0 0;
    }
    .modular3 .right {
        width: 280px;
        float: right;
    }
    .modular3 .center {
        width: calc(100% - 280px - 360px);
    }
}

@media screen and (max-width: 1024px) {
    .modular4 li.on::after {
        display: none;
    }
    .modular4 .openInfo {
        padding: 40px 30px;
    }
    .modular4 .openInfo .close {
        top: 20px;
        right: 20px;
    }
    .modular4 li .info h2 span {
        margin-top: 1em;
        display: block;
        width: 4em;
        float: none;
    }
    .modular4 li .info {
        padding-bottom: 0;
    }
    .modular4 li {
        width: calc(50% - 30px);
    }
    .modular4 li .info h3 {
        font-size: 14px;
    }
    .modular4 li .info h2 {
        font-size: 18px;
    }
    .modular3 .left,
    .modular3 .center,
    .modular3 .right {
        float: none;
        width: auto;
        padding: 0;
    }
    .modular3 .right img {
        max-width: 100%;
        width: auto;
    }
    .modular3 .right {
        margin-bottom: 30px;
    }
    .modular3 .center {
        border-left: 0;
        padding-top: 30px;
    }
    .modular3 .left h2,
    .modular .title {
        font-size: 24px;
    }
    .modular3 .left h3 {
        font-size: 20px;
    }
    .modular1 br {
        display: none;
    }
    .modular1 {
        font-size: 18px;
        text-align: center;
        padding: 60px 0;
        line-height: 1.8em;
    }
    .modular2 .swiper-slide .text {
        padding: 40px;
    }
}