
.box-asset-hot {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    /*background: #F4FDFF;*/
}

.box-asset-hot.bg-green {
    background: #F4FDFF;
}

.box-asset-hot .heading {
    color: #303030;
}

.box-asset-hot .slide-asset-hot {
    width: 100%;
    display: inline-block;

}

.box-asset-hot .slide-asset-hot .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.box-asset-hot .slide-asset-hot .swiper-slide {

    width: 278px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box-asset-hot .swiper-pagination-bullet {
    background: #AEAEAE;
    border-radius: 7px;
    opacity: 1;
    height: 8px;
    width: 18px;
}

.box-asset-hot .swiper-pagination-bullet-active {
    background: #16BCDC;
    width: 28px;
}

.box-asset-hot .swiper-pagination {
    bottom: 0;
}

.box-asset-hot .photo {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
}

.box-asset-hot .photo img {
    width: 100%;
}

.box-asset-hot .item {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
    border-radius: 10px;

    padding: 15px;
}

.box-asset-hot .btn-event {
    display: inline-block;
    width: auto;
    height: 25px;
    background: #FFEFCD;
    border-radius: 10px;
    padding: 5px 12px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    /*color: #FFAE06;*/
}

.box-asset-hot .title {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #2E3A59;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}

.box-asset-hot .title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    color: #2E3A59;
}

.box-asset-hot .box-price {
    margin: 0;
    margin-top: 4px;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #4D555D;
    padding-left: 18px;
    background: url(../images/icon-money.png) no-repeat 0 center;
}

.box-asset-hot .box-price .price {
    color: #28bcdc;
    font-weight: bold;
    float: right;
}

.box-asset-hot .box-date-time {
    margin: 0;
    margin-top: 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #4D555D;
}

.box-asset-hot .box-date-time .date {
    color: #28bcdc;
    font-weight: bold;
    float: right;
}

.box-asset-hot .button-submit {
    width: 100%;
    display: inline-block;
    border: 0;
    height: 38px;
    cursor: pointer;
    padding: 10px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background: #16BCDC;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-top: 18px;
}

.icon-clock:before {
    margin-left: 0.5px;
}

@media screen and (min-width: 768px) {
    .box-asset-hot {
        padding: 60px 0;
    }

    .box-asset-hot .slide-asset-hot .swiper-container {
        padding-bottom: 30px;
    }
}
