
.slide-home .item {
  position: relative;
}
.slide-home .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-home .item .cover {
  position: absolute;
  
  bottom: 30%;
  left: 10%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: left;
}
.slide-home  .slide-content {
  position: relative;
  padding: 56px;
  overflow: hidden;; text-align:left
}
.slide-home  .slide-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slide-home  .slide-content .name {
  color:#BC000E;  font-size:41px; font-weight:bold;  text-transform:uppercase; margin-bottom:20px;
}
.slide-home  .slide-content .text1 {
  font-size: 56px;
  font-weight: 900; text-transform:uppercase;
  margin: 5px 0 20px;
  word-spacing: 3px; line-height:60px;
  color: #fff;
}
.slide-home  .slide-content .text2 {
  color: #FFF;
	font-size: 48px;
	font-weight: 800;
	text-transform: capitalize;
	font-style:italic;
	font-family:HCORONET;
}
.slide-home .owl-item.active .text1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slide-home .owl-item.active .name {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slide-home .owl-item.active .text2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slide-home .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.slide-home .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../images/btn-pre-2.png) center no-repeat;
  width: 50px;
  cursor: pointer;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slide-home .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.slide-home .owl-nav .owl-prev:focus {
  outline: 0;
}
/*.slide-home .owl-nav .owl-prev:hover {
  background: #000 !important;
}*/
.slide-home .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../images/btn-next-2.png) center no-repeat;
  width: 50px;
  cursor: pointer;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slide-home .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slide-home .owl-nav .owl-next:focus {
  outline: 0;
}
/*.slide-home .owl-nav .owl-next:hover {
  background: #000 !important;
}*/
.slide-home:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slide-home:hover .owl-next {
  right: 0px;
  opacity: 1;
}

@media screen  and (max-width: 620px){
	
	.slide-home .item .cover {
  
  bottom: 10%;
  left: 5%;
 
}
.slide-home  .slide-content {
  padding: 16px;
}
.slide-home  .slide-content .line { display:none
}
.slide-home .slide-content .text2 {
	font-size: 21px;
	font-weight: 800;
	
}
.slide-home .slide-content .name {
	 font-size:15px; margin:0; line-height:25px;
}

.slide-home .slide-content .text1 {
	font-size: 18px; margin:0px 0 0px 0;
	font-weight: 900;; margin:0; line-height:25px;
	
}

}