.home-search-container {
    width: 100%;
}


.home-search-container {
    position: relative;
}

.home-search-container a {
    text-decoration: none!important;
}

.home-search-container .search-result-pop {
    background: #fff;
    color: #111;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 6;
    list-style: none;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 10px 0 0;
    overflow: hidden;
}

.home-search-container .search-result-pop .nav-item {
    display: block;
    text-align: left;
    color: #555;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    position: relative;
}

.home-search-container .search-result-pop .nav-item:hover {
    background: #eee;
}

.home-search-container .search-result-pop .nav-item .film-poster {
    float: left;
    width: 50px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.home-search-container .search-result-pop .nav-item .film-poster-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
}

.home-search-container .search-result-pop .nav-item .srp-detail {
    padding-left: 65px;
    padding-top: 0.7rem;
    font-size: 12px;
}

.home-search-container .search-result-pop .nav-item .srp-detail .film-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    max-width: 100%;
    margin-bottom: 8px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111;
}

.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    display: inline-block;
    margin: 3px 10px;
}


.homepage .navbar-brand {
    flex: 1;
}

.home-trending {
    margin-bottom: 80px;
}