.navbar {
	position: fixed;
  z-index: 9999;
  width: 100%;
}
.container {
	max-width:1900px
}

.bg-black {
	background: #000;
}

.dropdown-menu {
	background: #000;
}

.dropdown-menu a {
	color: #fff;
}

.logo-item {
	position:absolute;
	top:0;
}

.logo-item img {
	max-width:150px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.swiper-slide .title {
	color: #fff;
	position: absolute;
	top: 30%;
	left:5%;
	font-size:22px;
}

.swiper-slide .subtitle {
	color: #fff;
	position: absolute;
	top: 20%;
	left:5%;
	font-size:18px;
}

.swiper-slide .content {
	color: #fff;
	position: absolute;
	top: 45%;
	left:5%;
	font-size:16px;
}

.swiper-slide .seles-btn {
	position: absolute;
	bottom: 10%;
	left:5%;
}

.seles-btn {
	padding:5px 20px;
	border-radius:30px;
	font-size:16px;
	font-weight: bold;
}

.seles-btn-black {
	border:2px solid #000;
	background:#000;
	color: #fff;
}

.seles-btn-black-inv {
	border:2px solid #000;
	background: none;
	color: #000
}

.seles-btn-white {
	border:2px solid #000;
	background:#fff;
	color: #000;
}

.big-image {
	position: relative;
	margin-top: 10px;
	margin-bottom:10px;
}

.big-image .image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.big-image .title {
	color: #fff;
	position: absolute;
	top: 30%;
	font-size:22px;
}

.big-image .subtitle {
	color: #fff;
	position: absolute;
	top: 20%;
	font-size:18px;
}

.big-image .content {
	color: #fff;
	position: absolute;
	top: 45%;
	font-size:16px;
}

.big-image .seles-btn {
	color: #fff;
	position: absolute;
	bottom: 10%;
	font-size:16px;
}

.big-image .text-left .big-image-content  {
	left:5%;
}

.big-image .text-right .big-image-content {
	right:5%;
}

.big-image .text-center .big-image-content {
	transform: translate(-50%, -50%);
	left:50%;
}