.news-page {
    margin-bottom: 30px
}

.vsip-news-content {
    min-height: 500px;
}

    .vsip-news-content .pagination {
        margin-top: 20px !important;
    }

    .vsip-news-content .news-page__item {
        margin-bottom: 15px;
    }

.news-page__item--inner {
    background: url(../images/bg-a.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 20px;
    color: #fff;
}

    .news-page__item--inner h4 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        overflow: hidden
    }

    .news-page__item--inner span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px
    }

    .news-page__item--inner .description-box {
        font-size: 16px;
        font-weight: 300px;
        height: 44px;
        overflow: hidden
    }

    .news-page__item--inner .read-more {
        display: block;
        text-align: right
    }

        .news-page__item--inner .read-more img {
            display: inline-block;
            width: 40px;
            height: 40px
        }

        .news-page__item--inner .read-more:hover img {
            opacity: .7
        }

    .news-page__item--inner.bg-2 {
        background: url(../images/bg-b.jpg) repeat-x center;
    }

    .news-page__item--inner.bg-3 {
        background: url(../images/bg-c.jpg) no-repeat center;
    }

.news-page__slider {
    /* margin-bottom: 70px!important */
}


.custom-slick-dots {
    position: relative;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0 15px 0 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

    .custom-slick-dots .nextPage,
    .custom-slick-dots .prevPage {
        position: relative;
        display: inline-block;
        border: 1px solid #bbd040;
        width: 20px;
        height: 20px;
        background-color: #fff;
        vertical-align: top;
        z-index: 1;
    }

        .custom-slick-dots .nextPage span,
        .custom-slick-dots .prevPage span {
            display: inline-block;
            color: #bbd040;
            vertical-align: top;
            line-height: 14px;
        }


    .custom-slick-dots .slick-dots {
        position: relative;
        bottom: 0;
        display: inline-block;
        width: auto;
        vertical-align: top;
        text-align: inherit;
        z-index: 1;
    }

        .custom-slick-dots .slick-dots li button {
            font-size: 10px;
        }

            .custom-slick-dots .slick-dots li button:before {
                content: '';
                font-size: 0;
            }

        .custom-slick-dots .slick-dots li button {
            background: #fff;
            border: 1px solid #bbd040;
            color: #23527c;
        }

        .custom-slick-dots .slick-dots li.slick-active button {
            background: #bbd040;
            border: 1px solid #bbd040;
            color: #fff;
        }

        /* .pagination-sm>li.active>a {
    background: #bbd040;
    border: 1px solid #bbd040;
} */

        .custom-slick-dots .slick-dots li {
            vertical-align: top;
        }

@media (min-width: 768px) {
    .news-page__item .post-thumb img {
        max-height: 210px;
    }

    .vsip-news-content .news-page__item {
        margin-bottom: 0;
    }
}

.tenants-item.odd {
    background-color: rgba(181,209,197, 0.65);
}

.events {
    margin-bottom: 0
}

.events .width-100 {
    height: 100%
}

.events img {
    display: inline-block;
    width: 70%
}

.events h4 {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.events h4 span {
    display: block;
    margin-top: 5px
}

    .events a.pull-right {
        font-size: 17px;
        color: #000;
        line-height: 50px;
        padding: 0 25px;
        display: inline-block;
        border-radius: 6px;
        border: 1px solid #000
    }

        .events a.pull-right:hover {
            background: #bbd040;
            border: 1px solid #bbd040;
            color: #fff !important
        }

#clock, #clock-2,
.clock {
    font-size: 17px
}

#clock span, 
#clock-2 span,
.clock span {
    color: #fff;
    background: #c3cf21;
    line-height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 5px
}

.events-img {
    height: calc(67% - 77px)
}

.events-img img {
    width: 100%;
    height: 100%
}

.upcoming-events {
    height: 150px;
    display: flex;
    align-items: center
}

.upcoming-events .container, .upcoming-events .container .row {
    height: 100%
}

.upcoming-events [class*=col-] {
    height: 100%;
    display: flex;
    align-items: center
}

@media (min-width: 1023px) and (max-width: 1199px) {
    .events a {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }

    #clock, 
    #clock-2,
    .clock {
        font-size: 15px
    }
    
    #clock span, 
    #clock-2 span,
    .clock span {
        line-height: 40px;
        width: 40px;
    }    
}

@media (max-width: 1022px) {
    #clock, #clock-2,
    .clock {
        font-size: 11px
    }
    
    #clock span, 
    #clock-2 span,
    .clock span {
        line-height: 35px;
        width: 35px;
    }   
    
    .events a {
        padding: 0 15px;
        font-size: 11px;
        line-height: 35px;
    }  
}

@media (min-width: 768px) and (max-width: 1022px) {
    .upcoming-events .container .row {
        display: flex;
        align-content: space-between;
    }
    .upcoming-events [class*=col-] {
        padding: 0;
        padding-left: 10px;
    }

    .upcoming-events [class*=col-]:nth-child(1) {
        -webkit-flex: 1 1 20%; /* Safari 6.1+ */
        -ms-flex: 1 1 20%; /* IE 10 */ 
        flex: 1 1 20%;
    }

    .upcoming-events [class*=col-]:nth-child(2) {
        -webkit-flex: 1 1 30%; /* Safari 6.1+ */
        -ms-flex: 1 1 30%; /* IE 10 */ 
        flex: 1 1 30%;
    }

    .upcoming-events [class*=col-]:nth-child(3) {
        -webkit-flex: 1 1 35%; /* Safari 6.1+ */
        -ms-flex: 1 1 35%; /* IE 10 */ 
        flex: 1 1 35%;
    }    

    .upcoming-events [class*=col-]:nth-child(4) {
        -webkit-flex: 1 1 15%; /* Safari 6.1+ */
        -ms-flex: 1 1 15%; /* IE 10 */ 
        flex: 1 1 15%;
    }  
}

@media (max-width: 767px) {
    .events-img {
        height: auto;
    }

    .upcoming-events {
        display: block;
        height: auto;
    }

    .upcoming-events [class*=col-] {
        display: block;
        flex: none;
    }

    .events img {
        display: block;
        margin: 10px auto 15px;
        width: auto;
        height: auto;
        max-width: 100%;
        float: none !important;
    }

    .events h4 {
        display: block;
        margin-bottom: 15px;
        float: none !important;
    }

    .events #clock,
    .events .clock {
        margin-bottom: 15px;
        float: none !important;
        text-align: center;
    }

    .events a {
        float: none !important;
        display: block;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .events .our-events a {
        margin-bottom: 0;
        font-size: 20px;
        padding: 0;
        text-align: left;
    }
}
.tenants-content {
    padding: 100px 0;
    padding-bottom: 30px;
    min-height: 1000px;
    background: 0 0;
    margin-bottom: 30px
}

.tenants-item {
    padding: 0 25px;
    background: hsla(0, 0%, 100%, .8);
    padding-bottom: 30px;
    margin-bottom: 30px;
    min-height: 267px;
    width: 100%;
    position: relative
}

    .tenants-item span.count {
        display: inline-block;
        color: #fff;
        background: #c4d024;
        padding: 5px 10px;
        font-size: 44px
    }

    .tenants-item h4 {
        font-style: italic;
        height: 70px;
        font-size: 21px;
        margin: 15px 0;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        color: #333;
    }

    .tenants-item .read-more {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(208,222,188, .8)
    }

        .tenants-item .read-more img {
            width: 40px;
            height: 40px
        }

        .tenants-item.read-more:hover {
            cursor: pointer;
        }

    .tenants-item:hover h4 {
        color: #337ab7
    }

    .tenants-item .description-box,
    .tenants-item .description-box p {
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
    }

@media (max-width: 1024px) {
    .tenants-content {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .tenants-content {
        min-height: auto;
    }
}

.tenants-item a {
    color: black;
}

    .tenants-item a:hover {
        color: #337ab7;
    }
