.products {
    padding: 70px 0 145px;
    background-color: #f2f4f7;
}

.products .row {
    
    padding:0 8px;
}

.products .pro-item {
    background-color: #fff;
    transition: all 0.3s;
    height: 100%;
}

.products .pro-item:hover {
    -webkit-box-shadow: 0px 60px 120px 0px rgba(42, 73, 140, 0.1);
    box-shadow: 0px 60px 120px 0px rgba(42, 73, 140, 0.1);
}

.products .pro-item img {
    aspect-ratio: 384/307;
    object-fit: contain;
}
.products .pro-item a {
    padding: 10px 10px 45px;

}
.products .pro-item p {
    color: #212121;
    font-size: 16px;
    overflow: hidden;
    -webkit-box-orient:vertical;
   
    -webkit-line-clamp:2;
    margin-top: 10px;
}


.adv {background:#f2f4f7;}


.adv .item {
    max-width: 220px;
    width: calc(20% - 20px);
    margin: 0 10px 20px;
    padding: 0 10px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 60px 120px 0px rgba(42, 73, 140, 0.1);
    box-shadow: 0px 60px 120px 0px rgba(42, 73, 140, 0.1);
}
.adv {background:#fff;}
.adv .icon {
    /* position: relative;
    top: -27px; */
    max-width: 60px;
    max-height: 80px;
    margin: -40px auto 20px;
    overflow: hidden;
}

.adv .item h3 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    color: #212121;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-align: center;
    transition: all 0.3s;
}

.design {
    margin: 100px 0 90px;
}

.design .info {
    max-width: 600px;
    padding-right: 80px;
}

.design .info h2 {
    margin-bottom: 45px;
    max-width: 460px;
}

.design .info .tab-outer {
    max-width: 460px;
}

.design .info .tab-outer .info-text {
    position: relative;
    padding-left: 60px;
}

.design .info .tab-outer .img {
    max-width: 460px;
    margin-top: 40px;
}

.text h2 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #212121;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.design .info .tab-outer .num {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #274fff;
    border-radius: 50%;
    line-height: 40px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.text p {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.design .info .tab-outer h4 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    color: #212121;
    margin-bottom: 20px;
}

.design .tab-img {
    position: relative;
    max-width: 580px;
    width: 100%;
    text-align: center;
}

.design .tab-img .tab-title li {
    position: absolute;
    max-width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
}

.design .tab-img .tab-title li:nth-child(2) {
    top: 8%;
    right: 10%;
}

.design .tab-img .tab-title li.active .tab-num::before,
.design .tab-img .tab-title li:hover .tab-num::before {
    opacity: 1;
}

.design .tab-img .tab-title li:nth-child(1) {
    top: 40%;
    right: 0;
}

.design .tab-img .tab-title li:nth-child(3) {
    top: 80%;
    right: 8%;
}

.design .tab-img .tab-num::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    content: '';
    min-width: 50px;
    height: 50px;
    background-color: rgba(56, 91, 249, 0.5);
    border-radius: 50%;
    opacity: 0;
}

.design .tab-img .tab-num {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    background-color: #274fff;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.design .tab-img .tab-name {
    display: inline-block;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    color: #212121;
}

.design .tab-img .line {
    display: inline-block;
    width: 45px;
    height: 1px;
    line-height: 30px;
    background-color: #b5b5b5;
    margin: 0 15px;
}

.detail .desc {
    padding-right: 100px;
}

.detail .text-box {
    display: flex;
    align-items: center;
}

.faq {
    padding: 110px 0 100px;
    background-color: #f2f4f7;
}

.faq .main-title {
    margin-bottom: 40px;
}

.faq .container {
    padding: 0;
    width: 100%;
}

.mml-faq-item {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.mml-faq-item.active {
    background-color: #415B75;
}

.mml-faq-item .mml-faq-item-hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.mml-faq-item .mml-faq-item-hd .number {
    width: 60px;
    text-align: center;
    display: none;
}

.mml-faq-item .mml-faq-item-hd .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 550px;
    padding: 20px 60px;
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    color: #808080;
}


.mml-faq-item.active .mml-faq-item-hd .title {
    color: #fff;
    padding-bottom: 5px;
}

.mml-faq-item .mml-faq-item-hd i {
    position: absolute;
    top: 27px;
    right: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #415B75;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    font-style: normal;
}

.mml-faq-item .mml-faq-item-bd {
    display: none;
    padding: 0 60px 45px 60px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: faricy-new-web, sans-serif;
    /* max-width: 650px; */

}

.mml-faq-item .mml-faq-item-bd p {
    max-width: 550px;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.mml-faq-item.active .mml-faq-item-bd p {
    color: #fff;
}




@media (max-width:767px) {
    .design .info {
        padding-right:0px
    }
    .design .info h2 {
        font-size: 6.3vw;
    }
    .detail .desc {
        padding: 0;
    }
    .detail .text h2 {
        font-size: 6.4vw;
    }
    .design .tab-img {
        width: 80%;
        margin: 0 auto;
    }
    .adv {background:#f2f4f7;}
    .adv .item {
        width: calc(50% - 20px);
        margin-top: 40px;
    }
    .products {
        padding: 20px 0px;
    }
    .products .row {
        margin-top: 0;
    }
    .design {
        margin: 80px 0 60px;
    }
    .faq {
        padding: 80px 0 80px;
    }
    .products .pro-item {
        margin-top: 20px;
    }
    .products .pro-item a {
        padding: 10px 10px 0px;

    }
    .mml-faq-item .mml-faq-item-hd .title {
        padding: 20px 30px;
    }
    .mml-faq-item .mml-faq-item-bd{
        padding: 0 30px 45px 30px;
    }
}