/* Add here all your css styles (customizations) */
.city{
}

.city dt,.city li{
    margin-bottom: 10px;
}

.s-intro{
    color: #888;
    font-size: 12px;
}

.line-1{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-2{
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-3{
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pro-intro{
    margin: 0;
    font-size: 12px;
    color:#666;
}

.blog-latest-posts p{
    margin-bottom: 3px;
}

.content-smg{
    padding: 20px 0 40px 0;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.gallery-top {
    height: 100%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100px;
    opacity: 0.5;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.contact_data img{
    width:100%;
}