/*section*/
.services{
    position: relative;
    width:100%;
    height:auto;
    padding:15px 0;
    top:14%;
    padding-top:5%;
    border-top:2px solid rgb(0,0,0,0.3)
}
.services .title{
    width:100%;
    height:10%;
}
.services .title span{
    font-size:40px;
}
.services-tab{
    width:100%;
    height:90%;
}
.services-tab ul{
    width:100%;
    height:20%;
    display:flex;
    text-align: center;
    justify-content: center;
}
.services-tab ul li{
    text-decoration: none;
    list-style: none;
    padding:10px 30px;
}
.ser-link{
    text-decoration: none;
    color:gray;
}
.ser-link i{
    font-size:50px;
    padding:20px;
}
.ser-link.active2 i{
    color:rgba(0, 77, 139);
}
.ser-link.active2 .first{
    color:rgba(0, 0, 0);
}

.ser-content{
    width:100%;
    height:80%;
    border-top:2px solid rgb(0,77,139,0.3)
}
.ser-pane{
    display:none;
    width:100%;
    height:100%;
    padding:10px 30px;
}
.ser-pane.show2 {
    display: flex;
}
.services-left{
    width:60%;
    height:100%;
    font-size:15px;
    padding:10px;
}
.ser-left-title{
    width:100%;
    position: relative;
    padding:10px 0;
}
.ser-left-title span{
    font-size:25px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.ser-left-title span::after{
    content: "";
    position: absolute;
    bottom:-5px;
    left: 5px;
    width: 90%;
    border-bottom: 4px solid;
    border-radius: 20px;
}
.ser-left-about{
    width:100%;
    height:100%;
    padding:20px 0;
    line-height: 25px;
    display: flex;
}
.about-a{
    width:50%;
    height:100%;
}
.about-b{
    width:50%;
}
.services-right{
    width:40%;
    height:100%;
}
.services-right img{
    display:block;
    height:70%;
    width:100%;
    padding:10px;
}

/* HD screen */
@media (max-width: 1366px) {
    .services-left{
        width:70%;
    }
    .services .title span{
        font-size:25px;
    }
    .ser-link i{
        font-size:30px;
        padding: 10px 20px;
    }
    .ser-left-title{
        padding:5px 0;
    }
    .ser-left-title span{
        font-size:20px;
    }
    .ser-left-about{
        padding: 10px 30px;
        font-size:14px;
        line-height: 22px;
    }
    .ser-left-abou span{
        font-size:14px;
        line-height: 22px;
    }
    .services-right{
        width:30%;
    }
    .services-right img{
        height:60%;
    }

}


/* PHone */
@media (max-width: 767px) {
    .services .title{
        width:100%;
        height:7%;
        padding:0 15px;
    }
    .services .title span{
        font-size:20px;
    }
    .services-tab{
        width:100%;
        height:93%;
    }
    .services-tab ul{
        width: 100%;
        height: 15%;
        overflow-x: auto; 
        overflow-y: hidden; 
        padding: 15px 10px;
        display: flex;
        justify-content: center; 
        scroll-snap-type: x mandatory; 
    }
    .services-tab ul li{
        text-decoration: none;
        list-style: none;
        padding:5px 10px;
    }
    .ser-link i{
        font-size:20px;
        padding:10px;
    }
    .ser-link .first{
        font-size:14px;
    }
    .ser-content{
        height:85%;
    }
    .ser-pane{
        padding:5px 10px;
    }
    .ser-pane.show2 {
        display: block;
    }
    .services-left{
        width:100%;
        height:70%;
        font-size:15px;
        padding:10px;
    }
    .ser-left-title span{
        font-size:15px;
    }
    .ser-left-title::after{
        border-bottom: 2px solid;
    }
    .ser-left-about{
        width:100%;
        height:100%;
        padding:5px 10px;
        display:block;
    }
    .about-a{
        width:100%;
        height:auto;
    }
    .about-b{
        width:100%;
        height:auto;
    }
    .ser-left-about span{
        font-size:13px;
        line-height: 20px;
    }
    .services-right{
        width:100%;
        height:30%;
        display:flex;
        justify-content: center;
        align-items: center;
        padding:10px 5px;
    }
    .services-right img{
        display:block;
        height:auto;
        width:100%;
        padding:10px;
        border-radius: 20px;
    }
}