.landing-banner {
    height: 100vh;
    background: url("/v6/home/css-nguonhangcn/img/banner.jpg")
        center center no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: -100px;
    z-index: 1;
}