.item_slide .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
}
#slider_home .item_slide .cover .header-content {
    position: relative;
    padding: 56px 0;
    overflow: hidden;
}
#slider_home .item_slide .cover .header-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%);
}
#slider_home .item_slide .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}
#slider_home .item_slide .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}
#slider_home .item_slide .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}
#slider_home .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#slider_home .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#slider_home .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
#slider_home .owl-item.active a.btn-viewmore {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
#slider_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;
}
#slider_home .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
#slider_home .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
#slider_home .owl-nav .owl-prev:focus {
    outline: 0;
}

#slider_home .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
#slider_home .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
#slider_home .owl-nav .owl-next:focus {
    outline: 0;
}

#slider_home:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
#slider_home:hover .owl-next {
    right: 0px;
    opacity: 1;
}
@media (max-width: 768px) {
    
    #slider_home .item_slide .cover .header-content h1{
        font-size: 32px;
    }
    #slider_home .item_slide .cover .header-content h2{
        font-size: 26px
    }
    #slider_home .item_slide .cover .header-content h4{
        font-size: 18px;
    }
}