﻿.homestay-home {
    position: relative;
    background: #008AEB;
    padding-top: 115px;
    padding-bottom: 85px;
}

.content-homestay-home {
    display: flex;
}

.left-homestay-home {
    flex: 1 1 0;
}

.right-homestay-home {
    width: 50%;
    padding-left: 50px;
}

.homestay-home:before {
    content: "";
    position: absolute;
    background: url(/Design/img/TheThaoBien/homestay/1.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.decor-img2-homestay-home a {
    border: 9px solid rgba(255, 255, 255, 0.65);
    border-radius: 15px;
    transform: rotate(2deg);
    width: 584.868px;
    height: 462.326px;
}

.left-homestay-home {
    display: block;
    position: relative;
    text-align: right;
}

.decor-img2-homestay-home a img {
    border-radius: 6px;
    background: #fff;
}

.decor-flower-home {
    position: absolute;
    top: -131px;
    right: -132px;
}

.homestay-home .grid.wide {
    position: relative;
}

.title-homestay-home section {
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    margin-top: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-homestay-home {
    margin-top: 85px;
}

.w-detail-view-homestay {
    margin-top: 32px;
}

.decor-img-homestay-home a img {
    width: 444.071px;
    height: 314.159px;
    transform: rotate(349deg);
    flex-shrink: 0;
    border-radius: 15px;
    border: 9px solid #FFF;
    box-shadow: 0px 4px 9.7px 0px #F0F0F0;
    background: #fff;
}

.decor-img-homestay-home a {
}

.decor-img-homestay-home {
    position: absolute;
    bottom: 26px;
}

.decor-img2-homestay-home {
    position: relative;
    text-align: right;
    margin-left: 82px;
    z-index: 1;
}

.title-homestay-home h2 {
    margin: 0;
    color: #FFF;
    font-family: 'VNM-SANS-STD';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    text-transform: capitalize;
}

a.link-detail-about-home:hover {
    background: #1d92ec;
    color: #fff;
}

a.link-detail-booking-home:hover {
    background: #1d92ec;
}

a.link-detail-about-home {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #767676;
    font-family: 'VNM-Sans-Std';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 159.523%; /* 28.714px */
    text-transform: uppercase;
    border-radius: 28.146px;
    background: #FFF;
    padding: 9px 24px 7px 27px;
    transition: all .3s;
}

a.link-detail-booking-home {
    position: relative;
    left: -44px;
    display: inline-flex;
    border-radius: 28.146px;
    background: #FDBC00;
    align-items: center;
    color: #FFF;
    font-family: 'VNM-SANS-STD';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 159.523%; /* 35.095px */
    padding: 5px 6px 4px 54px;
    text-transform: uppercase;
    transition: all .3s;
}

    a.link-detail-booking-home svg {
        margin-left: 15px;
    }

@media(max-width:1023px) {
    .content-homestay-home {
        display: block;
    }

    .right-homestay-home {
        padding: 0;
        width: 100%;
    }

    .decor-img2-homestay-home {
        padding-left: 5px;
        margin-left: 0;
    }

        .decor-img2-homestay-home a {
            width: 97%;
            height: 405px;
        }

    .decor-img-homestay-home a img {
        width: 100%;
        height: 441px;
    }

    .decor-img-homestay-home {
        bottom: 0;
        left: 15px;
        width: 94%;
    }

    .decor-flower-home {
        right: 0;
        top: -142px;
    }

    .title-homestay-home h2 {
        font-size: 30px;
    }

    .title-homestay-home section {
        font-size: 14px;
        margin-top: 15px;
    }
}

@media(max-width:739px) {
    .decor-img2-homestay-home a {
        width: 100%;
        height: 258px;
    }

    .title-homestay-home h2 {
        font-size: 24px;
    }

    .decor-img-homestay-home a img {
        width: 97%;
        height: 256px;
    }
}