.sec2{
    margin-top:-19.27%;
}
.sec2 .inner{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    flex-direction:row;
}
.sec2 .img-box{
    width:66.15%;
    border-radius:0.625em;
    overflow:hidden;
}
.sec2 .text-box{
    width:32%;
    border-radius:0.625em;
    background-color:var(--theme-blue);
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    flex-direction:column;
    padding:5.43% 3.4% 3.8%;
}
.sec2 .text-box p{
    line-height:2;
    color:#fff;
}
.sec2 .text-box h5{
    color:#fff;
    font-size:2.25em;
    line-height:1.5;
    font-weight:normal;
    margin:0.5em 0 1.1em;
}
.sec2 .text-box a{
    display:block;
    border-radius:0.5em;
    background-color:#fff;
    color:var(--theme-blue);
    font-weight:bold;
    width:11.375em;
    height:3.5em;
    line-height:3.5;
    text-align:center;
}


.sec3{
    padding: 7.3% 0;
}
.sec3 .tab-controls{
    border-bottom:1px solid var(--theme-blue);
    padding:0 0.75em 1.5em;
    margin-bottom:4.4%;
}
.sec3 .tab-controls a{
    font-size:1.5em;
    color:#666;
    line-height:1.5;
    display:inline-block;
    vertical-align:top;
    margin-right:2.8em;
}
.sec3 .tab-controls a:last-child{
    margin-right:0;
}
.sec3 .tab-controls a.active{
    color:var(--theme-blue);
}
.sec3 .tab-controls a span{
    background-color:var(--theme-green);
    border-radius:50%;
    width:0.54em;
    height:0.54em;
    display:block;
    margin:0 auto 0.6625em;
    opacity:0;
}
.sec3 .tab-controls a.active span{
    opacity:1;
}
.sec3 .list{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom:3.8%;
}
.sec3 .list li{
    width: 23.35%;
    margin-bottom: 2.44%;
    margin-right:2.2%;
    background-color:#F5F5F5;
    border-radius: 0.625em;
    overflow:hidden;
}
.sec3 .list .text-box{
    padding:13.33% 10.43% 9.56%;
}
.sec3 .list .flex-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.sec3 .list h5{
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom:1em;
    color:#333;
    height:2.8em;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.sec3 .list p{
    font-size: 0.875em;
    line-height: 2.86;
    color: #666;
}

@media only screen and (min-width:1025px){
    .sec3 .list li:nth-child(4n-2){
        transition-delay:0.25s,0.25s;
    }
    .sec3 .list li:nth-child(4n-1){
        transition-delay:0.5s,0.5s;
    }
    .sec3 .list li:nth-child(4n){
        transition-delay:0.75s,0.75s;
        margin-right:0;
    }
}
@media only screen and (max-width:1024px){
    .sec1{
        height:24.5em;
    }
    .sec1 img{
        height:100%;
        object-fit:cover;
    }


    .sec2{
        position:relative;
    }
    .sec2 .inner{
        display:block;
    }
    .sec2 .img-box{
        display:none;
    }
    .sec2 .text-box{
        width:100%;
        padding:5%;
    }
    .sec2 .text-box a{
        margin-top:10%;
    }


    .sec3{
        padding: 10% 0 15%;
    }
    .sec3 .tab-controls{
        padding:0 0.75em 5%;
        margin-bottom:10%;
    }
    .sec3 .list{
        margin-bottom:10%;
    }
    .sec3 .list li{
        width: 48%;
        margin-bottom: 4%;
        margin-right:4%;
    }
    .sec3 .list li:nth-child(even){
        margin-right:0;
        transition-delay:0.25s,0.25s;
    }
    .sec3 .list .text-box{
        padding:10%;
    }
    .sec3 .list p{
        font-size: 1em;
    }
}