.header_content .menu > li {
    display: flex;
    align-items: center;
    height: 150px;
}

.header_content .menu > li:last-child > a {
/*    background-color: #e6c031;*/
    padding:11px 30px 9px;
    margin-left: 15px;
    color: #fff;
    border: 2px solid #e6c031;
}
.header_content .menu > li:last-child:hover > a{
    background-color: #e6c031;
    color: #fff;
}
.header_logo img {
    max-height: 150px;
}
.contact-map:before {
    background-color: #1f222a4f;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.room_item-3 .text-thumbs .text ul{
    color: #898989;
    margin-bottom: 0;
   
    margin-top: 30px;
}
.room_item-3 .text-thumbs .text ul li{
    font-size: 20px;

}
.room_item-3 .text-thumbs .text h2 {
    color: #e6c031;
    
}