.diadiem .noidung {
    margin-top: 50px;
}

.diadiem .noidung .chinh {
    background-color: #255f85;
    border-radius: 10px;
    padding: 20px;
}

.diadiem .noidung .chinh img {
    text-align: center;
    max-width: 100%;
    height: 235px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hotel-tieude {
    font-size: 2.5em;
    color: #ffffff;
    font-weight: bold;
    /*margin-top: 40px;*/
    font-family: 'Roboto', sans-serif;
}

.hotel-noidung{
    line-height: 30px;
    padding-bottom: 35px;
    padding-top: 35px;
    color: #e3eaec;
    font-size: 20px;
}

.diadiem .noidung .phu {
    margin-top: 30px;
    text-align: center;
}

.diadiem .noidung .phu h2 {
    text-align: center;
    font-size: 2em;
    color: #493d7d;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 30px;
}

.card-hotel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.card-hotel .card {
    flex-grow: 1;
    margin: 10px;
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    text-align: left;
}

.card-hotel .card img {
    width: 100%;
    height: 170px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.card-hotel .card a {
    margin-top: 25px;
    margin-bottom: 10px;
}

.card-hotel .content{
    padding-top: 10px;
    line-height: 20px;
    color: rgb(43, 58, 150);
}

.btn-primary {
    background: #6c4620;
}
