.container-fluid .swiper-wrapper{

	margin-bottom: 2%;

}
.swiper-container {

    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
	z-index: 1;
}

.swiper-wrapper {

    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {

    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;

}

.main-swiper h1 {

    margin-top: 60px;
    font-size: 52px;
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 20px 0;

}

.main-swiper p {

    margin-bottom: 30px;

}



.main-swiper .image-block img {

    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: 100%;

}

.d-lg-inline {

    display: inline !important;

}

.main-swiper .content-tile .row {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}

.main-swiper-bg {
	background: #cfe0ee;
	box-shadow: 0 3px 3px 2px rgba(0,0,0,0.2);
}

.main-swiper {
	
	background-size: auto 100%;
}

.main-swiper .content-tile {
	position: relative;
}

.main-swiper .content-tile img {
	max-width: 100%;
	width: 100%;
}

@media (min-width: 992px) {
	.main-swiper .content-tile .row {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}

.main-swiper h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

@media (min-width: 1200px) {
	.main-swiper h1 {
		font-size: 52px;
	}
}

@media (min-width: 992px) {
	.main-swiper h1 {
		margin-top: 60px;
	}
}

.main-swiper .image-block {
	max-height: 350px;
	text-align: center;
	margin-top: 40px;
}

.main-swiper .image-block img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: 100%;
}

.main-swiper p {
	margin-bottom: 30px;
}

.main-swiper a {
    height: 35px;
    background:  #273db5;
    border-radius: 8px;
    padding: 0 45px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
	display: inline-block;
	transition: all 0.2s ease;
}

.main-swiper a:hover {
	background: #1d85c2;
}

.main-swiper a i {
	padding-left: 10px;
}

.main-swiper .swiper-pagination {
	position: relative;
	text-align: center;
	line-height: 0;
}

.main-swiper .swiper-pagination-bullet {
	width: 19px;
	height: 19px;
	background: #c9c9c9;
	border: 3px solid #ffffff;
	opacity: 1;
	margin: 35px 10px !important;
}

.main-swiper .swiper-pagination-bullet-active {
	background: #273db5;
}

.swiper-pagination-bullet-active {
	background: #273db5;
}
.main-swiper .pagination-container {
	margin-top: -89px;
}

.brands h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	margin: 50px 0 10px 0;
}

.brands p {
	text-align: center;
	color: #939393;
	margin-bottom: 40px;
}

.brands-swiper {
	position: relative;
	margin-bottom: 30px;
}

.common-swiper .logo-tile {
	height: 156px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #dae4e6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.common-swiper .logo-tile img {
	max-width: 100%;
	max-height: 100%;
}

.brands-swiper .swiper-pagination {
	position: relative;
	bottom: unset;
	left: unset;
	line-height: 0;
}

.brands-swiper .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #c9c9c9;
	opacity: 1;
	margin: 25px 7px !important;
}

.brands-swiper .swiper-pagination-bullet-active {
	background: #266680;
}

.common-swiper .swiper-button-prev {
	top: 80px;
	left: -38px;
	color: #c9c9c9;
}

.common-swiper .swiper-button-next {
	top: 80px;
	right: -38px;
	color: #c9c9c9;
}

@media (min-width: 992px) {
	.common-swiper .swiper-button-prev {
		left: -30px;
	}

	.common-swiper .swiper-button-next {
		right: -30px;
	}
}

@media (min-width: 1200px) {
	.common-swiper .swiper-button-prev {
		left: -44px;
	}

	.common-swiper .swiper-button-next {
		right: -44px;
	}
}

.common-swiper .swiper-button-prev:hover,
.common-swiper .swiper-button-next:hover {
	color: #000000;
}

.categories-swiper {
	position: relative;
	margin: 25px 0;
}

.categories-swiper .title-tile {
	padding: 10px 5px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
    margin-bottom: 25px;
}

.item-swiper {
	background: #ffffff;
	border-radius: 10px;
	position: sticky;
	top: 5px;
	overflow: hidden;
}

.item-swiper .item-swiper-title {
	position: relative;
}

.item-swiper .item-swiper-title h3 {
	line-height: 60px;
	padding: 0 20px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
}

.item-swiper .swiper-button-prev::after,
.item-swiper .swiper-button-next::after {
	font-size: 15px;
	color: #b5b5b5;
}

.item-swiper .swiper-button-prev:hover::after,
.item-swiper .swiper-button-next:hover::after {
	color: #000000;
}

.item-swiper .swiper-button-prev {
	left: unset;
	right: 45px;
}

.item-swiper .swiper-button-next {
	right: 10px;
}


.item-swiper .shop-item {
	border: 1px solid #ffffff;
	margin-bottom: 0;
}

.item-swiper .shop-item .more-detail {
	display: inline-block;
}

.item-swiper .shop-item .action-flag {
	border-radius: 0 0 50px 0;
}

.item-swiper .shop-item .image-block {
	margin-bottom: 0;
}