main.news-wrapper .newest .news {
    margin-bottom: 25px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 15%);
    padding: 20px 30px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
main.news-wrapper .newest .news .label {
    position: absolute;
    top: 40px;
    z-index: 3;
    left: -10px;
    background: #206a5d;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.img-fluid-news {
    width: 100%;
        height: 25vw;
        object-fit: cover;
        transition: all .5s;
        margin-bottom: 20px;
}
main.news-wrapper .newest .news .img {
    z-index: 1;
    border-radius: 5px;
    position: relative;
    background-position: center!important;
    background-size: cover!important;
}
main.news-wrapper .newest .news .img a {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
}
main.news-wrapper .newest .news .img a i {
    font-size: 30px;
    color: #fff;
}
main.news-wrapper .newest .news .det {
    padding-left: 20px;
}
main.news-wrapper .newest .news .det .stars {
    display: inline-block;
    vertical-align: middle;
    color: #f87328;
    margin-right: 20px;
}
main.news-wrapper .newest .news .det .location {
    display: inline-block;
    vertical-align: middle;
}
main.news-wrapper .newest .news .det .infos {
    margin-top: 20px;
    margin-bottom: 15px;
}
main.news-wrapper .newest .news .det .fasilitas ul {
    overflow: hidden;
}
main.news-wrapper .newest .news .det .fasilitas ul li:first-child {
    padding-left: 0;
}
main.news-wrapper .newest .news .det .fasilitas ul li {
    float: left;
    padding: 0 7px;
}
main.news-wrapper .newest .news .det .fasilitas ul li span {
    display: none;
    position: absolute;
    background: #f2ffff;
    font-size: 12px;
    padding: 0 10px;
    line-height: 25px;
    border-radius: 3px;
    margin-top: -50px;
}
main.news-wrapper .newest .news .rating-pricing .rating {
    margin-bottom: 60px;
}
main.news-wrapper .newest .news .rating-pricing .pricing .prices {
    margin: 5px 0;
}
main.news-wrapper .newest .news .rating-pricing .pricing .prices .discounted {
    color: red;
    font-size: 13px;
    text-decoration: line-through;
}
main.news-wrapper .newest .news .rating-pricing .pricing .prices .price-now {
    font-size: 22px;
    font-weight: 500;
    color: #206a5d;
}
main.news-wrapper .newest .news .rating-pricing .pricing .prices p {
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}
main .boxs {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.boxs .page-titles {
    font-weight: 300;
}
h3.page-titles {
    font-size: 24px;
}
.page-titles {
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.boxs .info-phone h1 {
    color: #206a5d;
    font-size: 28px;
    font-weight: 500;
}
.boxs .info-phone h1 i {
    margin-right: 10px;
    color: #f87328;
}
.boxs .info-phone p {
    margin-left: 30px;
}
