.container-solutions {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    /* padding: 0 140px; */
    padding: 0 8%;
    padding-top: .1px;
    margin-top: 100px;
}

.container-solutions .big-title {
    position: relative;
    z-index: 3;
    margin-top: 100px;
    font-size: 56px;
    color: #0426a0;
    font-weight: bold;
}

.container-solutions .contact-gti {
    position: relative;
    margin-top: 45px;
}

.container-solutions .banner-text {
    position: absolute;
    /* right: -8%; */
    right: 0;
    top: 220px;
    font-size: 248px;
    line-height: 100px;
    font-weight: bold;
    font-style: italic;
    color: #f7f7f8;
}

.container-solutions .contact-list {
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 450px;
    margin-top: 70px;
    color: #fff;
}

.container-solutions .contact-list .contact-default {
    flex: 1;
    transition: all 1s;
    overflow: hidden;
}

.container-solutions .contact-list .contact-default.active {
    flex: 2;
}

.container-solutions .contact-list .contact-default.active .content .title {
    font-weight: bold;
}

.container-solutions .contact-list .contact-default.active .content .text {
    opacity: 1;
}

.container-solutions .contact-list .contact-default.active .content::before {
    height: 80px;
}

.container-solutions .contact-list .content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-left: 65px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, .5);
    transition: background-color 1s;
}

.container-solutions .contact-list .content::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: 3px;
    height: 0;
    background-color: #fff;
    transition: all 1s;
}

.container-solutions .contact-list .content .title {
    font-size: 25px;
    transition: all 1s;
}

.container-solutions .contact-list .content .text {
    /* width: 80%; */
    width: 500px;
    margin-top: 30px;
    opacity: 0;
    transition: all 1s;
    text-align: justify;
    line-height: 35px;
    font-size: 17px;
}

/* .container-solutions .contact-list .contact-default:hover .content .title {
    font-weight: bold;
}

.container-solutions .contact-list .contact-default:hover .content .text {
    opacity: 1;
}

.container-solutions .contact-list .contact-default:hover .content::before {
    height: 80px;
} */

.container-solutions .advantage {
    width: 100%;
    margin-top: 65px;
}

.container-solutions .advantage .title {
    font-size: 32px;
    color: #0426a0;
}

.container-solutions .advantage .advantage-list {
    margin-top: 40px;
}

.container-solutions .advantage .advantage-detail {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 45px;
    background-color: #f0f0f0;
    border-left: 3px solid #c2c5cb;
    transition: all .5s;
}

.container-solutions .advantage .advantage-detail:hover {
    background-color: #fff;
    border-left: 3px solid #0426a0;
    box-shadow: 2px 2px 6px #c2c5cb;
}

.container-solutions .advantage .advantage-detail:not(:last-child) {
    margin-bottom: 20px;
}

.container-solutions .advantage .advantage-detail .advantage-icon {
    max-width: 60px;
    margin-right: 40px;
}

.container-solutions .advantage .advantage-detail .advantage-icon img {
    width: 100%;
}

.container-solutions .advantage .advantage-list .title {
    font-size: 24px;
    color: #0c1b38;
    font-weight: bold;
}

.container-solutions .advantage .advantage-list .text {
    margin-top: 18px;
    font-size: 18px;
    color: #787878;
    line-height: 35px;
}

.container-solutions .industry {
    margin-top: 60px;
}

.container-solutions .industry .title {
    font-size: 32px;
    color: #0426a0;
}

.container-solutions .industry .industry-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    row-gap: 20px;

    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 100%;
}

/* .container-solutions .industry .industry-list .industry-detail img {
    transform: scale(1.2);
} */

.container-solutions .industry .industry-list>.industry-detail:first-child {
    -ms-grid-column: 1;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(2) {
    -ms-grid-column: 2;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(3) {
    -ms-grid-column: 3;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(4) {
    -ms-grid-column: 4;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(5) {
    -ms-grid-column: 5;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(7) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(9) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(10) {
    -ms-grid-column: 5;
    -ms-grid-row: 2;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}

.container-solutions .industry .industry-list>.industry-detail:nth-child(12) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
}

.container-solutions .industry-list .industry-detail {
    position: relative;
    width: 100%;
    padding: 30px 0;
    border: 1px solid #d9d9d9;
    text-align: center;
    transition: all .5s;
}

.container-solutions .industry-list .industry-detail::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #0426a0;
    transition: all 1s;
}

.container-solutions .industry-list .industry-detail:hover {
    border-color: transparent;
    box-shadow: 0 1px 5px #c2c5cb;
}

.container-solutions .industry-list .industry-detail:hover::after {
    width: 100%;
}

.container-solutions .industry-list .industry-detail .icon {
    max-width: 80px;
    margin: 0 auto;
}

.container-solutions .industry-list .industry-detail .name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.container-solutions .contact-btn {
    position: relative;
    z-index: 3;
    display: inline-block;
    transition: all .5s;
}

.container-solutions .contact-btn:hover {
    transform: translateX(10px);
    filter: drop-shadow(1px 3px 5px #c1c1c1);
}

.container-solutions .contact-btn a.jump-url {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    border-radius: 50px;
    background-color: #f0f0f0;
    font-size: 32px;
    color: #0426a0;
}

.container-solutions .contact-btn a.jump-url .text {
    flex: 1;
}

.container-solutions .contact-btn a.jump-url .btn {
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

.container-solutions .contact-btn a.jump-url .btn img {
    width: 100%;
    height: 100%;
}

.container-solutions .contact-btn.footer {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container-solutions .contact-btn.footer .text {
    flex: 1;
}

@media screen and (max-width: 1670px) {
    .container-solutions .contact-list .content .text {
        width: 400px;
    }
}

@media screen and (max-width: 1460px) {
    .container-solutions .contact-list .content .text {
        width: 350px;
    }
}

@media screen and (max-width: 1255px) {
    .container-solutions .contact-list .content .text {
        width: 300px;
    }
}


@media screen and (max-width: 1200px) {
    .container-solutions .contact-list .contact-default {
        flex: auto;
        width: 100%;
    }

    .container-solutions .contact-list .contact-default:hover {
        flex: auto;
    }

    .container-solutions .contact-list {
        height: auto;
    }

    .container-solutions .contact-list .content .title {
        font-weight: bold;
    }

    .container-solutions .contact-list .content .text {
        width: 90%;
        opacity: 1;
    }

    .container-solutions .contact-list .content::before {
        height: 50px;
    }
}

@media screen and (max-width: 1070px) {
    .container-solutions {
        margin-top: 50px;
    }
}

@media screen and (max-width: 960px) {
    .container-solutions .contact-list .content .text {
        opacity: 0;
        height: 250px;
    }
}

@media screen and (max-width: 900px) {
    .container-solutions .industry .industry-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 800px) {
    .container-solutions .big-title {
        margin-top: 50px;
    }

    .container-solutions .banner-text {
        top: 100px;
        font-size: 60px;
    }

    .container-solutions .contact-btn a .text {
        font-size: 20px;
    }

    .container-solutions .advantage .advantage-detail .advantage-icon {
        position: absolute;
        top: 30px;
        left: 40px;
    }

    .container-solutions .contact-list .content .text {
        width: 80%;
    }

    .container-solutions .advantage .advantage-list .title {
        margin-left: 80px;
    }

    .container-solutions .industry .industry-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-btn.footer .text {
        font-size: 20px;
    }

    .container-solutions .industry .industry-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        margin-top: 20px;
    }

    .container-solutions .industry-list .industry-detail {
        border: none;
        padding: 10px 0;
    }

    .container-solutions .contact-btn.footer {
        margin-top: 40px;
    }

    .container-solutions .industry-list .industry-detail .name {
        margin-top: -5px;
    }
}

@media screen and (max-width: 500px) {
    .container-solutions {
        margin-top: 50px;
    }

    .container-solutions .contact-gti {
        margin-top: 20px;
    }

    .container-solutions .contact-list {
        margin-top: 40px;
    }

    .container-solutions .contact-list .content::before {
        /* left: 10px; */
        display: none;
    }

    .container-solutions .contact-list .content .title {
        /* margin-left: 20px; */
        line-height: 50px;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }

    .container-solutions .contact-list .content .text {
        width: 100%;
        opacity: 0;
        margin-top: 0;
        line-height: 25px;
    }

    .container-solutions .big-title {
        font-size: 25px;
    }

    .container-solutions .banner-text {
        top: 10px;
    }

    .container-solutions .advantage .title {
        font-size: 25px;
    }

    .container-solutions .advantage .advantage-list .title {
        display: flex;
        align-items: center;
        height: 60px;
        font-size: 20px;
    }

    .container-solutions .advantage .advantage-list .text {
        margin-top: 0;
        font-size: 16px;
        line-height: 25px;
    }

    .container-solutions .contact-btn a.jump-url .text {
        display: flex;
        flex-direction: column;
        font-size: 18px;
    }

    .container-solutions .contact-list .content {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-solutions .contact-list .contact-default {
        height: 250px;
        border-bottom: 1px solid #fff;
    }

    .container-solutions .advantage {
        margin-top: 30px;
    }

    .container-solutions .advantage .advantage-list {
        margin-top: 20px;
    }

    .container-solutions .industry .title {
        font-size: 25px;
    }

    .container-solutions .industry {
        margin-top: 30px;
    }

    .container-solutions .advantage .advantage-detail {
        padding: 20px 15px;
    }

    .container-solutions .advantage .advantage-detail .advantage-icon {
        top: 15px;
        left: 20px;
    }

    .container-solutions .contact-btn.footer {
        margin-top: 30px;
        margin-bottom: 40px;
    }


    .container-solutions .industry-list .industry-detail .icon {
        max-width: 60px;
    }
}