body {
    /*padding-top: 0;*/
}

a {
    color: #000;
}

a:hover,
a:active,
a:focus {
    color: #04a118;
}

.header-breadcrumb {
    height: 52px;
    line-height: 52px;
    background: #e9e9e9;
    text-align: right;
    font-weight: 600;
    color: #000;
    font-size: 17px;
}

.header-breadcrumb a,
.header-breadcrumb p {
    color: #000;
}

.header-breadcrumb a:hover {
    color: #04a118;
}



.nav-logo-sm {
    height: 60px;
    padding: 10px;
}

.nav-logo-sm img {
    height: 100%;
}

.header-banner {
    padding: 30px;
    height: 180px;
    background-image: url('/assets/img/header-bg.png');
    background-size: cover;
}

.header-banner .container {
    position: relative;
    height: 100%;
    max-width: 100%;
}

.header-banner .header-logo {
    max-height: 100%;
    max-width: 100%;
}

.navbar-fix{
    margin-bottom: 0;
    margin-top: -18px;
}
.navbar-transparent{
    background-color: transparent;
}
.navbar .first-nav.fixed-nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 50;
}

.navbar .second-nav {
    background-color: #000;
}

.navbar .second-nav.fixed-nav {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 50;
}

.navbar .second-nav .nav-item {
    color: #fff;
}

.navbar .second-nav .nav-item .dropdown-menu {
    padding: 0;
}

.navbar .second-nav .nav-item a {
    padding: 17px 30px;
    color: #fff;
    font-size: 23px;
    background: #000;
}

.navbar .second-nav .nav:not(.navbar-right) .nav-item a:hover,
.navbar .second-nav .nav:not(.navbar-right) .nav-item a:focus {
    background: #333333;
}

.navbar .second-nav .navbar-right .nav-item a {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar .second-nav .navbar-right .nav-item a:hover,
.navbar .second-nav .navbar-right .nav-item a:focus {
    color: #04a118;
}

.navbar .second-nav .navbar-right .nav-item a.currency-active {
    color: #04a118;
}

.navbar .second-nav .active-nav-item > a,
.navbar .second-nav .dropdown-menu a:hover {
    background: #333333;
}

.navbar-form {
    position: relative;
}

.navbar-form .nav-input {
    transition: none;
    width: 300px;
    border: 0;
}

.navbar-form .nav-input:focus {
    border: 0;
    box-shadow: none;
}

.second-nav .navbar-form .nav-submit-btn {
    border: none;
    background: none;
    position: absolute;
    right: 15px;
    top: -5px;
    font-size: 20px;
    color: #8c8c8c;
}

.navbar-form .nav-submit-btn:hover {
    background: none;
    color: #666;
}

.navbar-form .nav-submit-btn:focus {
    background: none;
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-form .nav-submit-btn:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.footer {
    background: #f5f5f5 !important;
    padding-top: 50px;
}

.footer .contact-icon {
    padding-right: 0;
}

.footer .contact-icon img {
    margin-bottom: 30px;
    width: 100%;
}

.footer .contact-detail .contact-text {
    padding: 0 0 0 10px;
    color: #303030;
}

.footer .contact-detail p {
    margin: 0;
}

.footer .contact-detail p:not(:first-child) {
    color: #040404;
    font-weight: 600;
}

.footer .link-list {
    list-style: none;
}

.footer .link-list a {
    background: none;
    display: block;
    color: black;
    width: fit-content;
}

.footer .link-list a:hover {
    color: #04a118;
}

.footer .link-list a:first-child {
    font-size: 18px;
    font-weight: 600;
}

.footer .link-list a:first-child:not(:last-child) {
    color: black;
    cursor: default;
}

.footer .link-list a:not(:first-child) {
    font-size: 14px;
}

.footer .footer-info {
    margin-bottom: 50px;
}

footer.footer .copyright {
    background: #f5f5f5;
    border-top: 1px solid #ebebeb;
    color: #181818;
}


