.modular1 .title {
    margin-bottom: 1em;
}

.modular1 {
    background: center center;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 140px 0 200px 0;
}

.modular2 ul {
    overflow: hidden;
    width: calc(100% + 50px);
    margin-left: -25px;
}

.modular2 ul li {
    margin: 25px;
    width: calc(50% - 50px);
    box-shadow: 0 10px 15px #ccc;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 0;
}

.modular2 ul li h2 {
    color: #4d4d4d;
    line-height: 1.5em;
    height: auto;
    margin-bottom: 1em;
    font-size: 18px;
}

.modular2 ul li p {
    padding: 0 60px;
    max-height: 4.5em;
	height: 4.5em;
    line-height: 1.5em;
    color: #333333;
}

.modular3 .icons {
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    z-index: 1;
}

.modular3 ul {
    padding: 64px 0;
    overflow: hidden;
}

.modular3 li {
    width: 20%;
    text-align: center;
    float: left;
    position: relative;
    color: #4d4d4d;
}

.modular3 li+li::before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #797779;
}

.modular3 li .icon {
    background: center center no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.modular3 li .icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.modular3 li .icon img.on {
    top: 100%;
}
@media only screen and (min-width:1024px){
	.modular3 li:hover .icon img {
	    top: -100%;
	}
	
	.modular3 li:hover .icon img.on {
	    top: 0;
	}
}


.title_en {
    text-transform: uppercase;
}

.modular5 .title,
.modular4 .title,
.modular3 .title {
    margin: 60px 0;
    margin-top: 100px;
}

.modular3 .info ul {
    padding: 0;
    box-shadow: none;
    z-index: 0;
}

.modular3 .info li {
    width: 50%;
    padding: 40px 56px 68px;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    background: #f0f0f0;
}

.modular3 .info li .worm-scroll-content {
    height: 350px;
}

.modular3 .info li:hover {
    background: #fff;
}

.modular3 .info li+li::before {
    background: #e5e5e5;
}

.modular3 .info li h2 {
    font-size: 30px;
    color: #fff;
    padding: 0.2em 1em;
    background: #ec6700;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 1em;
    position: relative;
}

.modular3 .info li h3 {
    color: #ec6700;
    font-size: 18px;
    margin: 1em 0;
}

.modular3 .info li h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    transform: rotate(45deg);
    background: #ec6700;
}

.modular3 .info {
    position: relative;
}

.modular3 .info .cont {
    position: absolute;
    top: 0;
    width: 100%;
}

.modular3 .info .bg {
    margin-top: -150px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 800px;
    background: url('/images/partner/p2.jpg') center center no-repeat;
    background-size: cover;
}

.modular4 ul {
    width: calc(100% + 50px);
    margin-left: -25px;
    overflow: hidden;
}

.modular4 li {
    width: calc(50% - 50px);
    margin: 0 25px;
    float: left;
}

.modular4 li .info {
    background: #f7f7f9;
    padding: 50px;
}

.modular4 li .info p {
    max-height: 4.5em;
    line-height: 1.5em;
}

.modular4 li .info h2 {
    font-size: 18px;
    margin-bottom: 1em;
}

.modular4 li img {
    width: 100%;
}

.modular5 h2 {
    font-size: 18px;
}

.modular5 ul {
    width: calc(100% + 50px);
    margin-left: -25px;
    overflow: hidden;
}

.modular5 li {
    width: calc(50% - 50px);
    margin: 20px 25px;
    float: left;
    box-shadow: 0 0 10px #ccc;
    padding: 40px 50px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
    height: 160px;
    background: #fff;
}

.modular5 li::before {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ec6700;
    width: 100%;
    position: absolute;
    transition: all .3s;
}

.modular5 li h2 {
    margin-bottom: 0.5em;
}

.modular5 li:hover {
    color: #fff;
}

.modular5 li:hover::before {
    height: 100%;
}

.modular5 {
    background: #f7f7f9;
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 80px;
}

.modular5 .title {
    margin: 60px 0;
}

@media only screen and (max-width:1600px) {
    .modular1 {
        padding: 100px 0 150px 0;
    }
}

@media only screen and (max-width:1024px) {
    .modular5 .title,
    .modular4 .title,
    .modular3 .title {
        margin: 40px 0;
        margin-top: 60px;
    }
    .modular1 br,
    .modular2 br,
    .modular3 br,
    .modular4 br,
    .modular5 br {
        display: block;
    }
    .section {
        padding: 0;
    }
    .modular1 {
        padding: 60px 0 100px 0;
    }
    .modular2 ul {
        width: auto;
        margin-left: 0;
        overflow: visible;
    }
    .modular2 ul li {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 30px;
    }
    .modular5 ul,
    .modular5 li,
    .modular4 ul,
    .modular4 li {
        width: auto;
        margin: 0;
        float: none;
    }
    .modular4 li .info p {
        max-height: none;
    }
    .modular4 li {
        margin-bottom: 1em;
    }
    .modular5 li {
        height: auto;
        margin-bottom: 1em;
    }
    .modular1 {
        margin-bottom: 60px;
    }
    .modular2 ul li p {
        max-height: none;
		  height: auto !important;
    }
    .modular3 ul {
        padding: 20px 0;
    }
    .modular3 ul li {
        width: auto;
        float: none;
        padding: 40px 0;
    }
    .modular3 ul li+li::before {
        width: 100%;
        height: 1px;
    }
    .modular3 .info li {
        width: auto;
    }
    .modular3 .info li .worm-scroll-content {
        height: auto;
    }
    .modular3 .info li {
        padding: 40px 20px;
    }
    .modular3 .info li h2 {
        font-size: 20px;
    }
    .modular3 .info .cont {
        position: relative;
    }
    .modular3 .info .bg {
        display: none;
    }
    .modular2 .title,
    .modular5 .title,
    .modular4 .title,
    .modular3 .title {
        text-align: center;
    }
}








