﻿.box-service-type, .box-service-type p {
    color:#b200ff
}
@media (max-width: 992px) {
    .roomGrid__grid {
        display: block;
    }

    .btn-more-detail {
        background: #ff9c01;
        padding: 5px 25px;
        text-align: center;
        left: calc(50% - 70px);
        color: #fff;
    }
}

@media (max-width: 991px) {
    .roomGrid__grid > *:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .roomGrid__grid > *:nth-child(1) {
        display: block;
    }

    .border-bottom {
        border-bottom: 2px solid;
    }

    .box-info-room {
        border-top: 1px solid #d6c7c7;
    }

    .wrap-room {
        position: relative;
    }

    .btn-more-detail {
        position: absolute;
        bottom: 20px;
    }

    .btn-more-detail-2 {
        display: none !important;
    }

    .roomGrid__content {
        display: block;
        border-top: 1px solid #d6c7c7;
    }

    .roomGrid {
        clear: both;
        padding-bottom: 10px;
        border-bottom: 2px solid;
    }

    .roomGrid__content .group-booking {
        display: flex;
        margin-top: 20px;
    }
    .group-booking .box-booking .input-price-add, 
    .group-booking .box-booking .input-price-minus {
        width:45px;
    }
    .group-booking .box-booking .input-price {
        width:60px;
    }
}
