section.profile {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10vh;
    min-height: 400px;
}
.my-profile {
    position: relative;
    overflow: hidden;
    margin: 30px auto 0;
    width: 600px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.profile-info {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    display: block;
    align-items: center;
    padding: 5px 0;
}
.aside {
    overflow: hidden;
    padding: 30px 15px;
    background: #fff;
}
.aside.a-left {
    width: 36%;
    float: left;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}
.other .aside.a-left {
    width: 20%;
    border-right: 0;
}
.aside.a-right {
    float: left;
    width: 46%;
}
.other .aside.a-right {
    margin-top: 3%;
}
.infoprofile {
    display: block;
    overflow: hidden;
}

.other .infoprofile {
    margin-top: 10px;
    color: #666;
}
.other .infoprofile p{
    background: #ddd;
    padding: 5px 10px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    color: #000;
}
.post-box {
    padding: 0 30px 10px;
    background: #fff;
}
ul, ol {
    list-style: none;
}
.titlehome {
    display: block;
    overflow: hidden;
    line-height: 26px;
    font-size: 18px;
    color: #888;
    text-transform: uppercase;
    padding: 10px 0 6px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
}
.lst-topic li {
    padding: 10px 0;
    overflow: hidden;
}
.profile-info .titlehome, .post-box .titlehome {
    font-size: 16px;
    font-weight: normal;
    text-transform: unset;
    font-family: inherit;
    padding: 3px 0 8px;
}
.lst-topic li .img {
    float: left;
    overflow: hidden;
    width: 25%;
    padding-right: 20px;
    height: auto;
}
.lst-topic li .img img {
    width: 100%;
    height: auto;
}
.lst-topic li .title {
    display: inline-block;
    overflow: hidden;
    width: 70%;
}
.lst-topic li .title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.lst-topic li .title p {
    display: block;
    overflow: hidden;
    margin: 5px 0;
    color: #999;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.viewmore {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    margin: 20px 0;
    font-size: 14px;
    color: #288ad6;
    border: 1px solid #eee;
    border-radius: 4px;
    text-align: center;
}
.viewmore {
    background: #fff;
}
.lst-topic .viewmore {
    border: 1px solid #288ad6;
}
.aside.a-left img {
    width: 80px;
    height: 80px;
    color: #666;
    border-radius: 50%;
    background: #4da0b0;
    background: -webkit-linear-gradient(to left,#4da0b0,#d39d38);
    background: linear-gradient(to left,#4da0b0,#d39d38);
    object-fit: cover;
}