.AirBStore {
	padding-bottom: 100px;
}

@media only screen and (min-width:768px) {
	.AirBStore {
		font-size: 18px;
	}
	.banner-AirBStore {
		background-color: #F8F8F8;
		height: 627px;
		flex-direction: column;
		display: flex;
		width: 100%;
		place-content: flex-end;
		margin-bottom: 57px;
	}
	.banner-AirBStore-title {
		font-size: 40px;
		color: #00B5E3;
		line-height: 32px;
		padding-bottom: 30px;
	}
	.banner-AirBStore-img {
		display: flex;
		justify-content: center;
	}
	.border-boxStore {
		border: 1px solid #F8F8F8;
		border-radius: 16px;
		background-color: #F8F8F8;
		height: 195px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 29px;
	}
	.boxStore-logo {
		height: 100px;
	}
	.img-lazada {
		padding-top: 15px
	}
	.img-cellphones {
		padding-top: 30px;
	}
	.img-bachlong {
		padding-top: 16px;
	}
	.img-thegioiso360 {
		padding-top: 16px;
	}
	.img-clickbuy {
		padding-top: 16px;
	}
	.img-hoanghamobile {
		width: 120px;
	}
}

@media only screen and (max-width:767px) {
	.banner-AirBStore {
		background-color: #F8F8F8;
		height: 467px;
		flex-direction: column;
		display: flex;
		width: 100%;
		place-content: flex-end;
		margin-bottom: 57px;
	}
	.banner-AirBStore-title {
		font-size: 30px;
		color: #00B5E3;
		max-width: 300px;
		margin: auto;
		line-height: 40px;
	}
	.banner-AirBStore-img {
		display: flex;
		justify-content: center;
	}
	.border-boxStore {
		border: 1px solid #F8F8F8;
		border-radius: 16px;
		background-color: #F8F8F8;
		height: 160px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 32px;
	}
	.boxStore-logo {
		padding-bottom: 20px;
	}
	.banner-AirBStore-img img {
		width: 338px;
	}
	.boxStore-info {
		text-align: center;
	}
	.img-shopee {
		width: 158px;
	}
	.img-lazada {
		width: 135px;
	}
	.img-cellphones {
		width: 158px;
	}
	.img-hoanghamobile {
		width: 94px;
	}
	.img-bachlong {
		width: 146px;
	}
	.img-didongviet {
		width: 135px;
	}
	.img-thegioiso360 {
		width: 172px;
	}
	.img-clickbuy {
		width: 152px;
	}
}