/* Home Banner */
.h-banner-img {
    height: 100%;
}

.h-banner-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(77.46deg, rgba(27, 77, 86, 0.5) 0.11%, rgba(0, 0, 0, 0) 125.12%);
    z-index: 1;
}

.bottom-line-btn a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 41px;
    height: 1px;
    background: inherit;
    transform-origin: left;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.bottom-line-btn a:hover::after {
    width: 100%;
}

/* Home Banner */

@media (max-width:767px) {
    .h-banner-img::before {
        background: linear-gradient(77.46deg, rgba(27, 77, 86, 0.5) 51.11%, rgba(0, 0, 0, 0) 125.12%);
    }
}