.captionOrange,
.captionBlack {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	border-radius: 4px;
}

.captionOrange {
	background: #EB5100;
	background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
	font-size: 16px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange,
A.captionOrange:active,
A.captionOrange:visited {
	color: #ffffff;
	text-decoration: none;
}

a.captionOrange:hover {
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}

.jssora05l {
	display: block;
	position: absolute;
	width: 40px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	left: 2%;
}

.jssora05r {
	display: block;
	position: absolute;
	width: 40px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	right: 2%;
}

.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}


/*----------- css capion -----------*/
.caption-box {
	position: absolute;
	top: 50%;
	left: 6.5%;
	transform: translateY(-50%);
	max-width: 100%;
}

.caption-box .name-cap {
	line-height: 42px;
	background: linear-gradient(92.83deg, #CE990B 4.81%, #F5F196 49.91%, #CE990B 93.6%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	display: block;
	/* height: 40px; */
	/* line-height: 40px; */
	color: #fff;
	text-decoration: none;
	margin-bottom: 20px;
	text-align: left;
}

.caption-box .mota-caption {
	color: #fff;
	text-align: justify;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.caption-box .xem-cap {
	transition: 0.5s;
	/* display: table; */
	background: #009804;
	/* padding: 11px 47px; */
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
}

.nd-slide {
	/* background: rgba(0, 0, 0, 0.5); */
	/* padding: 55px 50px 40px; */
}

.caption-box .xem-cap:hover {
	background: #f43908;
}

.btn-xemthem a {
	text-transform: uppercase;
	background: linear-gradient(96.7deg, #907541 0%, #F5F095 46.57%, #907541 97.2%);
	font-family: 'Montserrat Alternates';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	padding: 4px 20px;
	margin: 0 10px;
}

.btn-xemthem {
	display: flex;
	align-items: center;
}