/*main list room*/
#main {
    background-color: #f2f0eb;
}
.path p{
    margin-left: 7.5%;
    margin-top: 30px;
}
.path{
    margin-bottom: 30px;
}
.path a{
    color: #334862;
}

.path i{
    font-size: 9px;
    color: #334862;
}
.main__list__room{
	padding-bottom: 40px;
}
.list__room{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 40px;
}
.list__room:last-child{
	margin-bottom: 0;
}
.room__content__info{
    width: 45%;
    /* position: relative; */
    z-index: 4;
    align-self: center;
}
.main__room__info{
    /* position: absolute; */
    background-color: #f7f7f7;
    padding: 20px;
    /* left: 0; */
    width: 100%;
    /* height: 90%;
    top: 5%; */
    border-top: 5px solid #0F5667;
    border-bottom: 5px solid #0F5667;
}
.room__info__left{
	display: block;
}
.room__info__left ul{
	font-size: 14px;
}
.room__info__left div,
.room__info__left ul{
	line-height: 25px;
	color: #000000c4;
	font-size: 15px;
}

.main__room__info h5{
    font-size: 27px;
    color: #144b54;
    font-weight: bold;
    margin-bottom: 20px;
	
}

.main__room__info p{
    font-size: 14px;
    line-height: 22.4px;
    margin-bottom: 31px;
}
.main__room__info ul li{
    margin-bottom: 10px;
	font-size: 14px;
}
.main__room__info ul li:nth-child(1) i{
    margin-right: 8px;
}
.main__room__info ul li:nth-child(2) i{
    margin-right: 7px;
}
.main__room__info ul li:nth-child(3) i{
    margin-right: 5px;
}
.main__room__info ul li:nth-child(4) i{
    margin-right: 9px;
}
.main__room__info ul li:nth-child(5) i{
    margin-right: 5px;
}
.main__room__info ul li:nth-child(6) i{
    margin-right: 9px;
}

.btn-book-room{
    text-align: center;
    margin-top: 19px;
}

.btn-book-room a{
    display: inline-block;
    padding: 10px 25px;
    background-color: #0F5667;
    border-radius: 5px;
    color: #fed58e;
    font-size: 14px;
    transition: all linear 0.3s;
}
.btn-more-room{
    font-size: 14px;
    color: #132146;
    text-decoration: underline;
    text-decoration-color: #132146;
    line-height: 22.4px;
    letter-spacing: 0.42px;
    width: 100%;
    text-align: center;
}

.btn-book-room a:hover{
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    transition: all linear 0.3s;
}
.slider__list__room__image {
	overflow: hidden;
}
.slider__list__room__image .owl-stage-outer,
.slider__list__room__image .owl-stage,
.slider__list__room__image.owl-drag .owl-item,
.slider__list__room__image.owl-drag .owl-item div{
    height: 100%;
}

.slider__list__room__image{
    width: 55% !important;
}

.slider__list__room__image div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	border: 10px solid #fed58e;
}

.slider__list__room__image .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -5%;
    color: #fff !important;
    transition: all linear 0.3s;
}

.slider__list__room__image .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -5%;
    color: #fff !important;
    transition: all linear 0.3s;
}
.slider__list__room__image .owl-nav i{
    font-size: 24px;
}
.slider__list__room__image .owl-nav button:hover{
    background-color: transparent !important;
}
.slider__list__room__image:hover .owl-nav button.owl-prev{
    left: 1% !important;
    color: #727272 !important;
    transition: all linear 0.3s;
}
.slider__list__room__image:hover .owl-nav button.owl-next{
    right: 1% !important;
    color: #727272 !important;
    transition: all linear 0.3s;
}
/*end main list room*/ 


@media only screen and (max-width: 820px){
    .list__room{
        flex-direction: column;
    }
    .slider__list__room__image{
        width: 100% !important;
    }
    .room__content__info{
        align-self: start;
    }
    .main__room__info{
        position: static;
        padding-bottom: 0;
    }
    .main__footer ul{
        width: 100%;
    }
}

@media only screen and (max-width: 768.98px){
    .room__content__info{
        width: 100%;
    }

    .slider__list__room__image{
        margin-top: 30px;
    }

    .list__room{
        width: 95%;
        flex-flow: column-reverse;
        margin: 0 auto;
        justify-content: center;
    }

    .main__room__info{
        width: 100%;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 414.98px){
 
    .slider__list__room__image .owl-nav{
        display: none;
    }
}

