.navbar {
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    padding: 0rem 1rem;
    height: 5.5rem;
}

body{
    padding-top: 5.5rem;
}

.nav-link.active,
.nav-link:hover {
    color: #C9062C !important;
}

.nav-link.active::after,
.nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0.78125vw;
    background-repeat: no-repeat;
    height: 9px;
    background-image: url("../images/banner_img/piont.png");
}

.nav-link {
    font-size: 0.9375vw;
    position: relative;
    margin: 0 0.785125vw;
    white-space: nowrap;
    color: #343434 !important;
    transition: all 0.3s ease;
}
.nav-link.active,.nav_active li .active, 
.nav-link:hover {
    color: #C9062C !important;
}

.nav-link.active::after,
.nav-link:hover::after{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0.78125vw;
    height: 9px;
    background-size: contain;
    background-image: url("../images/banner_img/piont.png?v=1");
    background-position: center;
}

.dropdown-item:hover{
    color: #C9062C;
}


@media screen and (max-width:992px) {
    .navbar{
        height:4rem;
    }
    body{
        padding-top: 4rem;
    }
}