body{
    max-width: 100%;
    overflow-x: hidden;
    background-color: #f7fafc;
}
.header-container{
    z-index: 1;
    margin-top: 50px;
}
.banner{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    background-image: url(/images/backgrounds/bg-front.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 80%;
}

@media only screen and (max-width: 600px) {
    .banner{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 70vh;
        background-image: url(/images/backgrounds/bg-front.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
}

.sticky-outer .header-sticky, .sticky-outer .sticky-scroll.show-menu {
    -webkit-animation: header_sticky 0.70s ease-in-out;
    animation: header_sticky 0.70s ease-in-out;
    box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
}

/* body */
.container-fluid, .container{
    z-index: 1;
}
.banner-container{
    border-radius: 20px;
    margin: 40px 0px 0px 0px;
    padding: 30px 0px;
    z-index: 1;
}

h1{
    font-size: 36px;
    font-weight: bold;
    color: #002d1d;
}

.baner-text{
    font-style: italic;
    padding:15px 30px; 
    border-radius: 60px; 
    background-color:#f1ee08; 
    color:#000000; 
    border-width: 0; 
    font-size: 18px; 
    font-weight: bold;
}

.item-image-container{
    border-radius: 100%;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff73;
}

.item-image-container img{
    border-radius: 100%;
}

.item-image-container:before {
    background-color: #0000003d;
    content: '';
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.item{
    margin-bottom: 20px;
}

.item a{
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px;
    background-color: #000;
    margin: 10px 0px;
    margin-top: 7px;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); */
}

.item-content{
    background: #55c49b38;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    height: 100%;
}

.item-content p{
    margin-bottom: 0px;
}

.item.renter a{
    background-image: linear-gradient(to right, #fd592e, #fd8f02);
}

.item.owner a{
    background-image: linear-gradient(to right, #7dc242, #3b9d46);
}

.item.sale a{
    background-image: linear-gradient(to right, #2196f3, #015fab);
}
h2.title {
    font-weight: 800;
    line-height: 130%;
    color: #000;
}
h2.title .title-feature {
    color: #3c9e46;
}


/* Zalo */
.zalo-container {
    position: relative;
    width: 40px;
    height: 40px;
}

.zalo-container.fix {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 10;
}

.zalo-container a {
    display: block;
}

.zalo-container span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
}

@keyframes zoomIn_zalo {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn_zalo {
    animation-name: zoomIn_zalo;
}

.animated_zalo {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated_zalo.infinite {
    animation-iteration-count: infinite;
}

.cmoz-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, .8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

.cmoz-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
    right: -10px;
}

@-webkit-keyframes pulse_zalo {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse_zalo {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse_zalo {
    -webkit-animation-name: pulse_zalo;
    animation-name: pulse_zalo;
}

figcaption {
    text-align: center;
    caption-side: bottom;
    word-break: normal;
    color: #333;
    background-color: #f7f7f7;
    padding: 0.6em;
    font-size: .75em;
    outline-offset: -1px;
}