.nav-link {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: initial;
}

/* .header-top {
    background-color: #002c5f;
} */

.text-top {
    font-family: HyundaiSansRegular !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.text-top:hover {
    color: #00aad2 !important;
}

.header-top {
    font-family: HyundaiSansRegular !important;
    background-color: #000;
    text-align: right;
    color: #fff;
    padding: 5px 40px;
    display: flex;
    justify-content: right;
    gap: 20px;
    font-size: 0.8rem;
}

.header-top i {
    font-size: 15px !important;
    margin-right: 10px !important;
}

/* --------------------------START TOP HEADER CSS --------------------- */

@media (max-width: 540px) {
    .header-top {
        /* display: none; */
        font-size: 9.5px;
        padding: 5px 20px;
        gap: 15px;
    }
    .text-top {
        font-size: 9.5px;
    }
    .header-top i {
        font-size: 12px !important;
    }
    .header-top span,
    .header-top a {
        display: flex;
        place-items: center;
    }
}

/* ---------------------------END TOP HEADER CSS --------------------- */

:root {
    --white-color: #fff;
    --bg-color: #fff;
    --gray-color: #ccc;
}

/* body {
    font-family: "Work Sans", sans-serif;
    color: #4d4d4d;
    font-size: 16px;
    overflow-x: hidden !important;
} */

.nav-item .nav-link {
    color: #000;
}

.logo-hyun {
    width: 15rem;
}

.navbar-toggler {
    background-color: #002c5fff !important;
}

.nav-link:hover {
    color: #002c5f;
}

ul {
    margin: 0px;
    padding: 0px;
}

a:link {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

.navbar-nav .nav-link {
    color: #000;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

.navbar-nav .nav-link:hover {
    color: #002c5f;
    color: rgb(2, 44, 96);
}

.navbar-nav .nav-link:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(2, 44, 96);
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #002c5f;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.navbar-nav .nav-link.active::after {
    background-color: rgb(2, 44, 96);
}

@media only screen and (min-width: 1500px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
}

/* ////////////////////////////////////////////drop down ////////////////////////////////// */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin-top: 0.2rem;
    display: none;
    position: absolute;
    background-color: #002c5f;
    min-width: 178px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
    font-family: HyundaiSansHeadOfficeMedium !important;
    font-size: 12px !important;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    /* background-color: #ddd; */
    color: #0693e3;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* @media (min-width: 1392px) {
  .container {
    max-width: 1000px !important;
  }
} */
