
.swiper-viewport {
	margin-top:0px;
	z-index: 1 !important;
	border: 0px solid #EFB45A;
	border-radius: 0px;
	width: 100%;
	position: relative;
	/*overflow: visible;*/
	height: 100vh; /* Full viewport height */
  overflow: hidden;

}

.swiper-container {
	direction: 1tr !important;
	 height: 100%; /* Inherit from parent */
	border: 0px solid #EFB45A;
		border-radius: 0px;
	
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next {
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all .3s ease;
	z-index: 2;
 	background-image: none;
}
.swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	left: 0px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0.7;
	right: 0px;
	
}
.swiper-slide img {
  object-fit: cover;  /* Cover the full slide */
  width: 100%;
  height: 100vh; /* Full height of viewport */
}
@media (min-width: 1280px){

.swiper-slide img {

  object-fit: cover;  /* Cover the full slide */
  width: 100%;
  height: 120vh; /* Full height of viewport */
}

}
@media (max-width: 1081px){

.swiper-viewport {
	margin-top:0px;

}

}
@media (max-width: 990px){
.swiper-viewport {
	margin-top:0px;
}
.swiper-slide img {

  object-fit: cover;  /* Cover the full slide */
  width: 100%;
  height: 120vh; /* Full height of viewport */
}
}
@media (min-width: 768px){
.swiper-viewport .swiper-button-prev {
	opacity: 0;
	left: 0px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0;
	right: 0px;
}
.swiper-viewport:hover .swiper-button-prev {
	opacity: 0.7;
	left: 10px;

}
.swiper-viewport:hover .swiper-button-next {
	opacity: 0.7;
	right:10px;
}
}
.swiper-button-prev:before {
	width: 25px;
    height:25px;
	font-family: FontAwesome;
	content: "\f053"; 
	color: rgba(0,0,0,0.8);
	font-size: 25px;
}
.swiper-button-next:before {
	width: 25px;
    height: 25px;
	font-family: FontAwesome;
	content: "\f054"; 
	color: rgba(0,0,0,0.8);
	font-size: 25px;
}
.swiper-pagination {
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.7);
}
.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.9);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}

	@media(max-width:860px) {
	.swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	left: 0px;
	top:20% !important;
}
.swiper-viewport .swiper-button-next {
	opacity: 0.7;
	right: 0px;
	top:20% !important;
}
.swiper-button-prev:before {
	width: 20px;
    height:20px;
	font-family: FontAwesome;
	content: "\f053"; 
	color: rgba(0,0,0,0.8);
	font-size: 20px;
}
.swiper-button-next:before {
	width: 20px;
    height: 20px;
	font-family: FontAwesome;
	content: "\f054"; 
	color: rgba(0,0,0,0.8);
	font-size: 20px;
}
}