html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}


.top-slider-new .item {
    position: relative;
}
.top-slider-new .item.center {
    text-align: left !important;
}
.top-slider-new .img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.top-slider-new .info {
    padding: 50px 70px;
    box-sizing: border-box;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.top-slider-new .item .info {
    margin-left: 5%;
}

.top-slider-new .item.center .info {
    margin-left: 40%;
}
.top-slider-new .info .name {
    font-size: 36px;
    color: #5fb300;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 6px;
    line-height: 1.4;
}
.top-slider-new .owl-carousel .item .info .text, .top-slider-new .owl-carousel .item .info .txt {
    font-size: 28px;
    color: #3b3b3b;
    font-weight: 300;
    margin: 6px 0;
    line-height: 1.4;
}

.top-slider-new .info .more {
    display: flex;
    margin-top: 16px;
}
.top-slider-new .info .more a {
    padding: 8px 18px;
    line-height: 28px;
    background: #5fb300;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.top-slider-new .info .more a:hover {
    background: #5ea20d;
}

.top-slider-new .owl-carousel .owl-nav {
    position: static;
}
.top-slider-new .owl-carousel .owl-nav button.owl-prev,
.top-slider-new .owl-carousel .owl-nav button.owl-next {
    overflow: hidden;
    text-indent: -9999px;

    outline: none !important;

    position: absolute;
    top: 50%;
    left: 25px; /* 10px; */
    margin-top: -22px;

    width: 44px;
    height: 44px;
    /*background-image: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44' height='44' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52;' xml:space='preserve'%3E%3Cpath fill='%2391613A' d='M143.492,221.863L336.226,29.129c6.663-6.664,6.663-17.468,0-24.132c-6.665-6.662-17.468-6.662-24.132,0l-204.8,204.8 c-6.662,6.664-6.662,17.468,0,24.132l204.8,204.8c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712 L143.492,221.863z'/%3E%3C/svg%3E");*/
    background: url(/_design/slider/left.png);

    background-position: center;
    background-repeat: no-repeat;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;

    opacity: 0;
}
.top-slider-new .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 30px; /* 10px; */

    transform: rotate(180deg);
}
.top-slider-new .owl-carousel:hover .owl-nav button {
    opacity: 1 !important;
}

.top-slider-new .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
}
.top-slider-new button.owl-prev,
.top-slider-new .owl-carousel button.owl-dot {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0 !important;
    box-sizing: border-box;

    width: 12px;
    height: 12px;

    margin: 0 5px;

    outline: none !important;
}
.top-slider-new button.owl-prev, .owl-carousel button.owl-dot.active {
    background: rgba(222, 19, 128, 0.6);
}

@media screen and (max-width: 1200px) {
    .top-slider-new .owl-dots {
        position: static;
        margin-top: 8px;
    }
    .top-slider-new button.owl-prev,
    .top-slider-new .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
    }

    .top-slider-new .info {
        padding-top: 0;
        padding-bottom: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 1000px) {

    .top-slider-new .info .name {
        font-size: 25px;
        margin-bottom: 3px;
    }
    .top-slider-new .owl-carousel .item .info .text, .top-slider-new .owl-carousel .item .info .txt {
        font-size: 17px!important;
    }
    
    .top-slider-new .info .more {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {

    .top-slider-new .owl-carousel .owl-nav {
        display: none;
    }
    
    .top-slider-new .info .name {
        font-size: 22px;
        margin-bottom: 3px;
    }
    
    .top-slider-new .info .more {
        margin-top: 10px;
    }

    .top-slider-new .img {
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
    }

    .top-slider-new .item.center .img {
        justify-content: flex-start;
    }

    .top-slider-new .img img {
        width: 1066px;
        height: 300px;
        max-width: unset;
    }

    .top-slider-new .item.center .info {
        margin: 15px;
    }

    .top-slider-new .item .info {
        top: auto;
        padding: 20px;
        margin: 15px;
        justify-content: flex-end;
        background: rgba(255, 255, 255, 0.7);

    }

    .top-slider-new .item .info .name {
        font-size: 22px;
        color: #5fb300;
        letter-spacing: 1px;
    }

    .top-slider-new .owl-carousel .item .info .text, .top-slider-new .owl-carousel .item .info .txt {
        font-size: 16px!important;
        color: #3b3b3b;
    }
  
    .top-slider-new .owl-carousel .item .info .text .mini, .top-slider-new .owl-carousel .item .info .txt .mini {
        font-size: 15px!important;       
    }

    .top-slider-new .owl-carousel .item .info .txt .mini {
        font-size: 15px!important;       
    }
   
    .top-slider-new .info .more a {
        background: #5fb300;
    }

}
