@media (max-width: 767px) {
    .navbar-brand {
        margin-left: 20px;
    }
    .nav_custom li {
        padding: 0px 20px !important;
    }
    #hero::after {
        transform: skew(8deg) translateX(-50%);
    }
    #hero::before {
        transform: skew(-8deg) translateX(-50%);
    }
    .hero-content h1 {
        font-size: 45px;
    }
    #contact .sp_box {
        margin-top: 20px;
    }
    .dropdown-menu {
        border: 0;
    }
    .dropdown-menu li {
        padding: 2px !important;
    }
}

@media (max-width: 768px) {
    /*--------------------------------------------------------------
    # NavBar
    --------------------------------------------------------------*/
    .nav_custom .nav-link.active {
        border: 0 !important;
        color: var(--theme-primary-color) !important;
        border-bottom: 2px solid transparent !important;
    }
    .nav_custom li {
        padding: 0;
    }
}

@media (min-width: 768px) {
    /*--------------------------------------------------------------
    # NavBar
    --------------------------------------------------------------*/
    .nav-link {
        padding-bottom: 5px !important;
    }
    #contact .sp_box {
        margin-top: 50px;
    }
    .some_sp {
        margin-top: -60px;
    }
}