﻿.section-top-location {
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    background-color: #f1f1f1;
}

.location-city .location-item {
    display: inline-block;
    width: 220px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    background-color: #fff;
    margin: 0 10px;
    text-decoration: none;
    background-color: #f1f1f1;
}

    .location-city .location-item:hover {
        box-shadow: 0 0 10px 10px rgb(0 0 0 / 5%);
    }

    .location-city .location-item .location-bg {
        width: 100%;
        height: 110px;
    }

    .location-city .location-item.city-1 .location-bg {
        background: url(/images/province_hcm.jpg) center no-repeat;
        background-size: cover;
    }

    .location-city .location-item.city-2 .location-bg {
        background: url(/images/province_hn.jpg) center no-repeat;
        background-size: cover;
    }

    .location-city .location-item.city-3 .location-bg {
        background: url(/images/province_dn.jpg) center no-repeat;
        background-size: cover;
    }

    .location-city .location-item.city-4 .location-bg {
        background: url(/images/province_bd.jpeg) center no-repeat;
        background-size: cover;
    }

    .location-city .location-item .location-cat {
        padding: 12px 10px;
        display: block;
        font-weight: bold;
        background-color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

.location-district,
.location-ward {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

    .location-district li {
        width: 170px;
        float: left;
        text-align: left;
    }

    .location-district .district-item {
        display: inline-block;
        padding: 4px 0;
    }

    .location-ward li {
        width: 20%;
        float: left;
        text-align: left;
    }

    .location-ward li > a {
        display: inline-block;
        padding: 5px 0;
        font-size: 1rem;
    }

.location-category {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

    .location-category li {
        width: 220px;
        float: left;
        text-align: left;
    }

    .location-category .category-item {
        display: inline-block;
        padding: 4px 0;
    }

.section {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

    .section .section-header {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .section h2.section-title {
        font-size: 1.5rem;
    }

    .section .section-title.small {
        font-size: 1.2rem;
    }

    .section .section-title.big {
        font-size: 2rem;
    }

    .section.section-text .section-content {
        font-size: 1.05rem;
        padding: 20px;
    }

        .section.section-text .section-content *:first-child {
            margin-top: 0;
            padding-top: 0;
        }

    .section.section-text.has-readmore {
        position: relative;
        padding-bottom: 30px;
    }

        .section.section-text.has-readmore .section-content {
            position: relative;
            margin-top: 0;
        }

            .section.section-text.has-readmore .section-content *:first-of-type {
                margin-top: 0;
                padding-top: 0;
            }

            .section.section-text.has-readmore .section-content .content-read {
                max-height: 350px;
                position: relative;
                overflow: hidden;
            }

    .section.section-text .button-readmore {
        display: none;
    }

    .section.section-text.has-readmore .button-readmore {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 100px 0 0 0;
        background: rgb(2, 0, 36);
        background: linear-gradient( 180deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 1) 66% );
        color: #007aff;
        font-size: 1.1rem;
        font-weight: bold;
    }

        .section.section-text.has-readmore .button-readmore span:hover {
            cursor: pointer;
            text-decoration: underline;
        }

    .section.section-text h2 {
        font-size: 1.5rem;
    }

    .section.section-text h3 {
        font-size: 1.2rem;
    }

    .section.section-text h4 {
        font-size: 1.05rem;
    }

    .section.section-text figure {
        background-color: transparent;
    }

    .section.section-text figcaption {
        padding: 10px;
        font-size: 1rem;
    }

    .section.section-text img {
        max-width: 600px;
        margin: 0 auto;
        height: auto;
    }

.post-listing.aside .post-item {
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #eee;
}

    .post-listing.aside .post-item a {
        display: flex;
    }

    .post-listing.aside .post-item:last-of-type {
        border-bottom: 0;
    }

    .post-listing.aside .post-item figure {
        width: 65px;
        height: 65px;
    }

    .post-listing.aside .post-item .post-price {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .post-listing.aside .post-item.vipnoibat .post-title {
        padding-right: 22px;
    }

    .post-listing.aside .post-item .post-time {
        font-size: 0.9rem;
        margin-bottom: 0;
    }

    .post-listing.aside .post-item .star {
        width: 12px;
        background-size: 12px 12px;
    }

        .post-listing.aside .post-item .star.star-5 {
            width: 60px;
            height: 16px;
        }

        .post-listing.aside .post-item .star.star-4 {
            width: 48px;
            height: 16px;
        }

        .post-listing.aside .post-item .star.star-3 {
            width: 36px;
            height: 16px;
        }

        .post-listing.aside .post-item .star.star-2 {
            width: 24px;
            height: 16px;
        }

.post-listing .post-item .post-meta {
    margin-left: 15px;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.section .section-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.post-listing .post-item figure img.lazy_done {
    opacity: 1;
}

.post-listing .post-item figure img {
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
}

img {
    border-style: none;
}



.post-listing.aside .post-item .post-price {
    font-size: 1rem;
    margin-bottom: 0;
}

.post-listing .post-item .post-time {
    float: right;
    margin-right: 0;
    color: #aaa;
    line-height: 19px;
    font-size: .9rem;
}

.post-listing.aside .post-item {
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #eee;
}

.post-listing .post-item.normal {
    border-color: #e8e8e8 !important;
    z-index: 1;
}

.post-listing .post-item {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #e8e8e8;
    margin: 0;
    background-color: #fff;
    z-index: 0;
    position: relative;
}

    .post-listing .post-item .post-title {
        display: block;
        white-space: normal;
        margin: 0 0 10px;
    }

.post-listing.aside .post-item .post-price {
    font-size: 1rem;
    margin-bottom: 0;
}

.post-listing .post-item .post-price {
    color: #080;
    font-size: 14px;
    font-weight: 700;
}

.post-item a:hover {
    text-decoration: none;
    cursor: pointer;
}

.tags-block {
    padding: 15px 0;
    margin-bottom: 15px;
}

    .tags-block .tags-block-title {
        font-weight: 500;
        font-size: 16px;
        margin: 0 0 15px;
        display: block;
    }

.tags-list .tag-item {
    display: inline-flex;
}

    .tags-list .tag-item a {
        display: inline-flex;
        align-items: center;
        margin-right: 5px;
        margin-bottom: 7px;
        padding: 5px 15px;
        border-radius: 30px;
        border: 1px solid #e5e3e8;
        background-color: #fff;
        font-size: 13px;
    }

        .tags-list .tag-item a:hover {
            text-decoration: underline;
        }