.te_hometop_right{
	text-align: right;
}

.te_hometop_right_content{
	position: relative;
	display: block;
}

.te_hometop_right img{
	/*position: relative;*/
	max-width: 100%;
	border-radius: 5px;
	height: 304px;
	object-fit: cover;
}

.te_hometop_button{
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	position: absolute;
	bottom: 35px;
	left: 50%;
}

.te_hometop_right_description{
	color:#FFFFFF;
	text-align: center;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;	

	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 210px;
	left: 50%;
}

.te_hometop_slider_item{
	position: relative;
	height: 304px;
	width: 100%;
}

.te_hometop_slider_item img{
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.te_hometop_slider_item_content{
	position: absolute;
	bottom: 0;
	right: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	display: inline-block;
	width: 240px;
	text-align: center;
}

.te_hometop_slider_item_title{
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	font-size: 24px;
	line-height: 28px;
}

.te_hometop_slider_item_description{
	color:#000000;
	text-align: justify;
	padding: 20px 10px;
	font-size: 12px;
}
.te_hometop_slider_item_button{
	background-color: #9D0010;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}