.top-slider-new {margin-bottom: 20px;}


.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 .inform {
    padding: 50px 70px;
    box-sizing: border-box;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.top-slider-new .item.center .inform {
    margin-left: 40%;
}
.top-slider-new .inform .name {
    font-size: 32px;
    color: #e4ae00;
    text-shadow: #000 2px 2px 2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 6px;
    line-height: 1.3;
}
.top-slider-new .inform .text {
    display:inline-block;
    padding: 10px;
    background: rgba(255, 255, 255, 0.55);

    font-size: 26px;
    color: #0000ab;
    font-weight: 400;
    margin: 6px 0;
    line-height: 1.3;
}
.top-slider-new .inform .more {
    display: flex;
    margin-top: 16px;
}
.top-slider-new .inform .more a {
    padding: 0 10px;
    line-height: 28px;
    background: #e4ae00;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    
}
.top-slider-new .inform .more a:hover {
    background: #be8600; color: #fff;
}

@media screen and (max-width: 1000px) {
    .top-slider-new .inform {
        padding-top: 0;
        padding-bottom: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .top-slider-new .inform .name {
        font-size: 25px;
        margin-bottom: 3px;
    }
    .top-slider-new .inform .text {
        font-size: 20px;
    }
    .top-slider-new .inform .more {
        margin-top: 10px;
    }
}


.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: 10px;
    margin-top: -22px;

    width: 34px;
    height: 34px;
    background-image: url("/_design/img/arrow.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: 13px;

    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: 20px;
    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(228, 174, 0, 0.5);
    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: #0000ab;
}

@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 .inform {
        padding-top: 0;
        padding-bottom: 0;

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

@media screen and (max-width: 768px) {
    .top-slider-new .owl-carousel .owl-nav {
        display: none;
    }

    .top-slider-new {
        margin-left: -15px;
        margin-right: -15px;
    }
    .top-slider-new .inform .name {
        font-size: 25px;
        margin-bottom: 3px;
    }
    .top-slider-new .inform .text {
        font-size: 20px;
    }
    .top-slider-new .inform .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 .inform {
        margin: 0;
    }
    .top-slider-new .item .inform {
        top: auto;

        padding: 20px;
        margin: 0;
        justify-content: flex-end;
        background: rgba(255, 255, 255, 0.8);

    }

.top-slider-new .owl-carousel button.owl-dot {
    background: rgba(228, 174, 0, 0.9);}

.top-slider-new button.owl-prev, .owl-carousel button.owl-dot.active {
    background: #0000ab;
}
    .top-slider-new .item .inform .name {
        font-size: 22px;
        color: #e4ae00;
    	text-shadow: #000 1px 1px 1px;
        letter-spacing: 1px;
    }
    .top-slider-new .item .inform .text {
        font-size: 18px; font-weight: 400;
        color: rgba(0, 0, 171);
    padding-left: 0px;
    padding-right: 0px;
    background: none;

    }
    .top-slider-new .inform .more a { }
}
