
/**********************.CategorySliderStyle***********************/
.CategorySliderStyle {
    padding: 20px 0;
}
.CategorySliderStyle .wrap {
    margin:0 auto 30px;
}
.CategorySliderStyle .wrap .head {text-align: center;position: relative;}
.CategorySliderStyle .wrap .title {
    color: #017744;
    padding: 40px 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.CategorySliderStyle .wrap .title:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 85px;
    background-color: #017744;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
}
.CategorySliderStyle .wrap .item {
    background: #ffffff;
    height: auto;
    border-radius: 10px;
    border: 1px solid #ebebeb;
}
.CategorySliderStyle .wrap .item .p-container a {
    text-align:-webkit-center;
}
.CategorySliderStyle .wrap .item a.img img {
    display: block;
    height: auto;
    object-fit: cover;
    width: 110px;
    padding: 20px 0 10px 0;
}
.CategorySliderStyle .wrap .item:hover a.img img {
--animation: toTopFromBottom 0.5s forwards;
}
@keyframes toTopFromBottom {
49% {
transform: translateY(50%);
}
50% {
opacity: 0;
transform: translateY(-50%);
}
51% {
opacity: 1;
}
}
.CategorySliderStyle .wrap .item .info {
    padding: 5px 0;
    text-align: center;
}
.CategorySliderStyle .wrap .item a.name {
    text-decoration: none;
    font-weight: bold;
    color: #017744;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 15px 0;
    text-align: -webkit-center;
    width: 100%;
    padding: 9px 0;
}
.CategorySliderStyle .wrap .item a.name:hover {
    //color: #e03206;
    background: #017744;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.CategorySliderStyle .wrap .item .summary {
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    padding: 0 20px;
    font-family: 'Roboto', Arial;
}
.CategorySliderStyle .wrap .item a.btn.btn-detail {
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 9px 18px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
    background-image: linear-gradient(to right bottom, #088a50, #0b9558, #0ea060, #10ac68, #12b771, #12b771, #12b771, #12b771, #10ac68, #0ea060, #0b9558, #088a50);
}
.CategorySliderStyle .wrap .item a.btn.btn-detail:hover {
    //background: linear-gradient(225deg,#e03206 0%,#ff9c23 100%);
  background: #fff;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 9px 18px;
    border-radius: 3px;
    color: #017744;
    fill: #017744;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
    border-color: #017744;
}

/*************************************/
.owl-nav {
        display: block !important;
}
.owl-nav button:hover {
    color: #9c9c9c !important;
}
.owl-nav button {
    position: absolute;
    color: #017744 !important;
    top: 50%;
    transition: all 0.2s ease;
    outline: none;
    z-index: 99999;
    transform: translate(0, -50%);
    display: inline-block;
}
.owl-nav button.owl-prev {
    left: -50px;
    border-radius: 0 4px 4px 0;
}
.owl-nav button.owl-next {
    right: -50px;
}
.owl-nav i.fa {
    font-size: 60px;
}
.owl-dots.disabled {

}
.CategorySliderStyle  button.owl-dot.active {
    background-color: #01774494;
}
.CategorySliderStyle  button.owl-dot {
    height: 15px;
    width: 15px;
    margin: 5px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid rgb(206 206 206 / 40%);
}
.CategorySliderStyle .owl-dots {
    text-align:center;
    margin:20px 0;
}


