.main {
    background: #f3f4f7;
}

.nav_list {
    padding: 0;
}

.nav_list .nav_li{
    padding: 30px 0;
    padding-bottom: 20px;
}

.swiper-pagination span.swiper-pagination-bullet-active::before {
    border-radius: 10px;
    height: 4px;
    top: 10px;
    background: #0e652b;
}

.swiper-pagination span::before {
    border-radius: 10px;
    height: 4px;
    background: #4b515baa;
}

.modular1 ul.icons {
    overflow: hidden;
    font-size: 0;
    margin: 1vw 0;
}

.modular1 .icons li {
    width: 14%;
    margin: 0.14%;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 1% 2%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.modular1 .icons li img {
    max-height: 3vw;
    transition: 0.5s;
}

.modular1 .icons li .active {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.modular1 .icons li .text {
    margin-top: 0.5em;
    transition: 0.5s;
}

.modular1 .icons li.on img,
.modular1 .icons li:hover img {
    opacity: 0;
}

.modular1 .icons li.on img.active,
.modular1 .icons li:hover img.active {
    opacity: 1;
}

.modular1 .icons li.on .text,
.modular1 .icons li:hover .text {
    color: #128b34;
}

.modular1 .icons li.on {
    background: #f3f4f7;
}

.modular1 .swiper-slide {
    background: #ffffff;
    text-align: center;
    padding: 1em;
    width: 20%;
}

.modular1 .swiper-container {
    padding: 0 39px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.modular1 .swiper-container .swiper-button-prev,
.modular1 .swiper-container .swiper-button-next {
    height: calc(100% - 14px);
    background: #fff no-repeat center center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23424242'%2F%3E%3C%2Fsvg%3E");
    background-size: 50% 50%;
    top: 0;
    transform: translate(0, 0);
    margin-top: 0;
    width: 34px;
    right: 0;
}

.modular1 .swiper-container .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23424242'%2F%3E%3C%2Fsvg%3E");
}

.modular1 .swiper-container .swiper-button-prev.swiper-button-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23b8b8b8'%2F%3E%3C%2Fsvg%3E");
}

.modular1 .swiper-container .swiper-button-next.swiper-button-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23b8b8b8'%2F%3E%3C%2Fsvg%3E");
}

.modular1 .swiper-container .swiper-slide {
    cursor: pointer;
    transition: .5s;
}

.modular1 .swiper-container .swiper-slide:hover,
.modular1 .swiper-container .swiper-slide.on {
    background: #128b34;
    color: #fff;
}

.modular1 .swiper-container .swiper-slide.on::after {
    content: '';
    bottom: 0;
    border: 14px solid transparent;
    border-top: 14px solid #128b34;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -14px;
}

.modular1 .tab-content {
    margin-bottom: 3%;
}

.modular1 .tab-content li {
    background: #fff;

}

.modular1 .tab-content ul li {
    width: 100%;
    display: none;
}

.modular1 .tab-content ul li.on {
    display: flex;
}

.modular1 .tab-content .left {
    padding: 4%;
    flex: 1;
}

.modular1 .tab-content .left a {
    color: #333333;
    border: 1px solid #cccccc;
    padding: 1em 2em;
    border-radius: 9em;
    box-sizing: border-box;
    margin-top: 2em;
}

.modular1 .tab-content .left h2 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.modular1 .tab-content .left h3 {
    line-height: 1.6;
}

.modular1 .tab-content .right {
    padding: 2% 5%;
    width: 42%;
}