.page-index .rd-navbar-static.rd-navbar-classic .rd-navbar-nav > li > a, .page-index .rd-navbar-static.rd-navbar-classic .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu-toggle {
    color: #000;
    font-weight: bold;
}
.rd-navbar-nav.nav-top  > li > a{
	color: #000 !important;
    font-weight: bold;
}
.rd-navbar-static.rd-navbar-classic.rd-navbar--is-stuck .rd-navbar-nav > li > a, .rd-navbar-static.rd-navbar-classic.rd-navbar--is-stuck .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu-toggle{
	color: #000;
    font-weight: bold;
}
.rd-navbar-static.rd-navbar-classic .rd-navbar-nav > li > a:hover:before{
	border-color: #6eb92b;
}
.rd-navbar-static.rd-navbar-classic .rd-navbar-nav .rd-navbar-submenu.focus .rd-navbar-submenu-toggle{
	color: #6eb92b !important;
}
.swiper-slide h1{
	color: #6eb92b;
	z-index: 5;
    white-space: nowrap;
    font-size: 110px;
    line-height: 120px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: Oswald;
    text-transform: uppercase;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-shadow: 0 10px 15px rgba(255, 255, 255, .3)
}
.banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
   /*  background-color: rgba(255, 255, 255, .6); */
    background-image: linear-gradient(to bottom, #fff, #fff,#fff, transparent);
    opacity: .7;
}
.swiper-slide .h6{
	color: #000;
	font-weight: 200;
	font-size: 30px;
	font-family: 'Open Sans'
}
.qbutton{
	background: #6eb92b !important;
	border-color: #6eb92b !important;
	transition: all .3s;
	padding: 20px 30px;
	color: #fff;
	display: block;
	margin: 70px auto 0;
	width: 200px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.list-breadcrumb{
    text-transform: uppercase;
    letter-spacing: .340em;
    color: #fff !important;
}

.page-index .breadcrumb-classic{
    display: none;
}