﻿.buy-product,
.learn-detail,
.slider-movie,
.slider-center-movie {
	display: block;
	width: 114px;
	height: 36px;
	text-align: center; 
	line-height: 36px;
	font-size: 15px;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	bottom: 18%;
	right: 20%;
	z-index: 99999;
}

.buy-product {
	background: rgba(88,80,69,0.95);
	color: #a29480;
}

.learn-detail {
	bottom: 10%;
	background: rgba(84,80,78,0.95);
	color: #7D7A66;
}

.buy-product:hover {
	background: #696052;
	color: #b4a48e;
}

.learn-detail:hover  {
	background: rgba(88,80,69,0.95);
	color: #a29480;
}

.slider-movie {
	color: #ccae6d;
	bottom: 5%; 
	font-size: 14px;
	line-height: 19px;
	height: auto;
}
.slider-center-movie {
	color: #fff;
	bottom: 12%;
	left: 50%;
	transform: translateX(-57px);
	text-align: center;
	font-size: 14px;
	height: auto;
	width: 100px;
	padding: 5px;
	border-radius: 5px;
}
.slider-center-movie::before {
	content: '';
	display: inline-block;
	background-image: url(../images/movie.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	z-index: 999;
	margin: -5px 5px;
}
@media screen and (max-width: 980px) {
	.swiper-slide.b-915 .slider-imgs {
		padding-top: 0;
		width: 138%;
		margin-top: -5%;
		margin-left: -17%;
	}
	.swiper-slide.banner-center .slider-imgs {
		padding-top: 0;
		width: 140%;
		margin-top: -5%;
		margin-left: -20%;
	}
	.buy-product,
	.learn-detail {
		display: block;
		width: 90px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
		border-radius: 2px;
		position: absolute;
		bottom: 20%;
		left: 82%;
	} 
	.learn-detail {
		bottom: 12%; 
	} 
	.slider-movie {
		bottom: 5%;
		left: 80%;
	}
}
@media screen and (max-width: 600px) {
	.buy-product { 
		bottom: 22%; 
	} 
	.learn-detail {
		bottom: 12%; 
	} 
	.slider-movie {
		font-size: 12px; 
	}
}
@media screen and (max-width: 460px) {
	.buy-product,
	.learn-detail {
		display: block;
		width: 70px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		position: absolute;
		bottom: 25%;
		left: 75%;
	} 
	.learn-detail {
		bottom: 12%; 
	}  
	.slider-movie {
		bottom: 3%;
		left: 74%;
		font-size: 12px;
	}
	.slider-center-movie {
		bottom: 10%;
		transform: translateX(-47px);
		font-size: 12px;
		width: 90px;
		padding: 2px;
		border-radius: 4px;
	}
	.slider-center-movie::before {
		background-size: 15px 15px;
		width: 15px;
		height: 15px;
		z-index: 999;
		margin: -4px 5px;
	}
}