@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(Montserrat.woff2) format('woff2');
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
}

.navbar-nav.navbar-center {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-bg {
    background-color: #FFBB00;
}

.navbar-transparent {
    background-color: rgb(0 0 0 / 40%);
}

.navbar input {
    border: 1px solid #f8f9fa;
}

.nav-link {
    font-weight: bold;
}

.masthead {
    position: relative;
}

#search_form {
    position: absolute;
    z-index: 10;
    bottom: 70px;
}

.page-section {
    padding: 50px 0;
    position: relative;
}

#product {
    background-color: #FFBB00;
    /*margin-top: -100px;*/
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.product {
    position: relative;
    overflow: hidden;
}

.product-desc {
    bottom: 10px;
    transform: translateY(0);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.4, 0.4, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.4, 0.4, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.4, 0.4, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.4, 0.4, 1);
}

.product-desc h3 {
    color: #FFF;
}

.img-cover {
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.img-cover:before {
    background-color: rgb(0 0 0 / 25%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
}

.product:hover>.product-desc {
    transform: translateY(-25%);
}

.product:hover>.img-cover {
    transform: scale(1.1);
    filter: blur(1px);
}

.banner-bg {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.banner-bg:before {
    background-color: rgb(0 0 0 / 25%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#contact {
    height: 450px;
    padding: 0;
}

.contact {
    padding: 10px;
    position: relative;
    z-index: 1;
}

.contact-desc {
    background-color: #ffffffad;
    padding: 10px;
}

.footer {
    background-color: #FFBB00;
    padding: 20px;
    text-align: center;
}

.footer span {
    font-size: 14px;
}

.btn-elipse,
.input-elipse,
.input-group-sm>.form-control {
    border-radius: 1.2rem;

}

.input-group-sm>.input-group-append>.btn {
    border-radius: 1.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 480px) {
    /* .rslides {
        height: 400px;
    }

    .rslides img {
        width: auto;
    } */
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 992px) {

    .dropdown-menu,
    .submenu {
        background-color: #ffffffbf;
        border: none;
        border-radius: 0;
    }

    .dropdown-menu>.nav-link {
        display: block;
        width: 100%;
        padding-top: 0.25rem;
        padding-right: 1.5rem !important;
        padding-bottom: 0.25rem;
        padding-left: 1.5rem !important;
        clear: both;
        font-weight: 400;
        color: #212529 !important;
        text-align: inherit;
        white-space: nowrap;
        border: 0;
    }

    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -0;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-item:hover,
    .dropdown-menu>.nav-link:hover {
        background-color: #FFBB00;
    }

    .nav-link:hover+.submenu,
    .submenu:hover {
        display: block !important;
    }
}