.home-slide-hero {
	width: 100%;
	position: relative;
}
.home-slide-hero img {
	width: 100%;
	height: auto;
}
.carousel {
	top:0;
}
.carousel-caption {
	bottom:8rem;
	z-index:1;
}
.carousel-caption .bantxt {
    width: 60%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding:10px 0 20px 0;
    margin: 0 auto;
    border: 2px solid rgba(256, 256, 256, 0.7);
	border-radius: 10px;
}
.carousel-caption .bantxt .lt {
	width:44%;
	float:left;
	padding-top:50px;
}
.carousel-caption .bantxt .rt {
	width:50%;
	float:right;
}
.carousel-caption .bantxt .rt .imgbx {
	float:right;
	width:100%;
	height:520px;
	background: url(../images/ban-rt-img.png) no-repeat;
	background-size:cover;
}
.carousel-caption .bantxt h5 {
	position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 60px;
}
.carousel-caption .bantxt h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom:18px;
	height: 2px;
	width: 50px;
	background:#fff;
}
.carousel-caption .bantxt h4 {
    font-size: 32px;
    color: #fff;
    line-height: 42px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.carousel-caption .bantxt p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.carousel-caption .bokapnt-bx {
	display:inline-block;
	margin:20px 0 0;
}
.carousel-caption .bokapnt-bx a {
	display: block;
    	color: #fff;
    	font-size: 16px;
    	font-weight: 600;
    	line-height: 28px;
    	padding: 8px 18px;
    	margin: 0;
	cursor: pointer;
    	text-decoration: none;
    	transition: 0.3s;
	border-radius:8px;
	background:#ee8961;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.carousel-caption .bokapnt-bx a:hover {
	color: #2e2e2e;
	text-decoration: none;
	background:#fff;
}
.carousel-item {
	width:100%;
	height:100%;
}
 @media screen and (max-width:992px) {
.carousel-item > img {
	width:100%;
	height:100%;
	}
.carousel-caption {
	bottom:2rem;
}
}
@media screen and (max-width:768px) {

.carousel-caption {
	left:5%;
	right:5%;
	bottom:1rem;
}
.carousel-caption .bantxt {
	width:100%;
	text-align: center;
}
.carousel-caption .bantxt h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.carousel-caption .bokapnt-bx a {
    font-size: 14px;
    padding: 5px 15px;
}
.carousel-caption .bantxt p {
    font-size: 15px;
    line-height: 20px;
}
.carousel-caption .bokapnt-bx {
    margin: 10px 0 0;
}
.carousel-caption .bantxt .lt {
	width:100%;
	padding-top:0;
}
.carousel-caption .bantxt .rt {
	display:none;
}
.carousel-caption .bantxt p {
    font-size: 14px;
    line-height: 22px;
}
header .tp-rgt-bx .bokapnt-bx {
    margin: 0 0 5px 0;
}
header .tp-rgt-bx .bokapnt-bx a {
    font-size: 13px;
    font-weight: 400;
	line-height:18px;
    padding: 5px 10px;
}
}
@media screen and (max-width:480px) {
header .tp-rgt-bx .bokapnt-bx {
    float: left;
}
.carousel-caption .bantxt {
    padding: 5px 10px 10px;
    border: 1px solid rgba(256, 256, 256, 0.7);
    border-radius: 4px;
}
.carousel-caption .bantxt h4 {
    font-size: 15px;
    line-height: 22px;
}
    .carousel-caption .bokapnt-bx a {
        font-size: 12px;
        padding: 2px 10px;
    }
}