






.gallery_tab_box .swiper-button-next, 
.gallery_tab_box .swiper-button-prev {
	width: 14px;
    height: 56px;
	border: 0px solid;
	background: transparent !important;
}
.gallery_tab_box .swiper-button-next:hover, 
.gallery_tab_box .swiper-button-prev:hover {
	background: transparent !important;
}
.gallery_tab_box .swiper-button-next:after, 
.gallery_tab_box .swiper-button-prev:after {
	font-size: 0px;
    line-height: 0;
    opacity: 1;
    width: 14px;
    height: 56px;
    display: block;
    z-index: 5;
	left: 0;
    right: 0;
    margin: auto;
}
.gallery_tab_box .swiper-button-prev:after {
	content: '' !important;
	-webkit-mask: url("../../img/svg/gallery_ar_l.svg")no-repeat !Important;
	mask-size: 14px auto ! IMPORTANT;
	-webkit-mask-size: 14px auto ! IMPORTANT;
	background: #fff;
}
.gallery_tab_box .swiper-button-next:after {
	content: '' !important;
	-webkit-mask: url("../../img/svg/gallery_ar_r.svg")no-repeat !Important;
	mask-size: 14px auto ! IMPORTANT;
	-webkit-mask-size: 14px auto ! IMPORTANT;
	background: #fff;
}
.gallery_tab_box .swiper-button-next:hover:after, 
.gallery_tab_box .swiper-button-prev:hover:after {
	background: #E1AF8A  !important;
}
.gallery_tab_box .swiper-button-prev {
	left: 25px;
}
.gallery_tab_box .swiper-button-next {
	right: 25px;
}
.gallery_tab_box .swiper {
    padding-bottom: 40px;
}
.gallery_tab_box .swiper-pagination-bullet {
    opacity: 1;
	border: 0;
	background: #E1AF8A !important;
	width: 12px;
	height: 12px;
	border-radius: 0;
	margin-left: 3px !important;
	margin-right: 0px !important;
}
.gallery_tab_box .swiper-pagination-bullet-active {
	background: #1F110B !important;
}
.gallery_tab_box .swiper-pagination {
	text-align: right;
	bottom: 0;
}

.gallery_tab_box .nav-tabs .nav-item {
	margin-bottom: 0;
}
.gallery_tab_box .nav-tabs {
    border-bottom: 0;
    justify-content: space-between;
	margin-bottom: 24px;
}
.gallery_tab_box .nav-tabs .nav-link {
	border: 2px solid #1F110B;
	background: #fff !important;
	color: #1F110B;
	line-height: 14px;
    font-size: 14px;
    padding: 20px 32px;
    font-weight: bold;
    text-transform: uppercase;
	border-radius: 0;
	text-align: center;
}
.gallery_tab_box .nav-tabs .nav-link:hover,
.gallery_tab_box .nav-tabs .nav-item.show .nav-link, 
.gallery_tab_box .nav-tabs .nav-link.active {
	background: #1F110B !important;
	color: #fff;	
}

.gallery_tab_box h2 {
	margin-top: 68px;
}
@media (min-width: 991px) {
.gallery_tab_box h2 {
	margin-top: 28px;
}	
}
@media (min-width: 1200px) {
.gallery_tab_box .swiper-button-next, 
.gallery_tab_box .swiper-button-prev {
	width: 18px;
    height: 58px;
}	
.gallery_tab_box .swiper-button-next:after, 
.gallery_tab_box .swiper-button-prev:after {
    width: 18px;
    height: 58px;
	mask-size: 18px auto ! IMPORTANT;
	-webkit-mask-size: 18px auto ! IMPORTANT;
}
}

.gallery_tab_box_bg {
	position: relative;
}

@media (max-width: 767px) {
.gallery_tab_box .nav-tabs .nav-item {
	width: calc(50% - 2px);
}	
.gallery_tab_box .nav-tabs {
    justify-content: space-between;
}
}

.gallery_tab_box .swiper-slide img {
	height: 300px;
	object-fit: cover;
}
@media (min-width: 576px) {
.gallery_tab_box .swiper-slide img {
    min-height: 400px;
}
}
@media (min-width: 768px) {
.gallery_tab_box .swiper-slide img {
    min-height: 500px;
}
.gallery_tab_box .nav-tabs .nav-item {
	margin-left: 4px;
}	
.gallery_tab_box .nav-tabs {
    justify-content: flex-end;
    position: absolute;
    top: -14px;
    right: 0;
}
}
@media (min-width: 991px) {
.gallery_tab_box .swiper-slide img {
	height: 540px;
}	
}
@media (min-width: 1200px) {
.gallery_tab_box .swiper-slide img {
	height: 654px;
}	
}
@media (min-width: 1440px) {
.gallery_tab_box .swiper-slide img {
	height: 772px;
}	
}
@media (min-width: 1600px) {
.gallery_tab_box .swiper-slide img {
	height: 800px;
}	
}