  @charset "UTF-8";

.banner_type5 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

    .banner_type5 .slick-wrapper {
        margin-top: 80px;
    }

    .banner_type5::before {
        content: "";
        width: 100%;
        height: 80%;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/Img/Rectangle_153.png") center no-repeat;
        z-index: -2;
    }

    .banner_type5::after {
        content: "";
        width: 100%;
        height: 80%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--color-primary);
        opacity: 0.95;
        z-index: -1;
    }

    .banner_type5 .slick-slide {
        border: none !important;
        border-radius: 5px;
    }

        .banner_type5 .slick-slide .slick-img {
            width: 66.666666%;
            height: auto;
        }

            .banner_type5 .slick-slide .slick-img img {
                width: 950px;
                height: 576px;
                margin: 0 auto;
            }

        .banner_type5 .slick-slide .slick-text {
            width: 33.3333%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-around;
            align-items: flex-start;
            align-content: flex-start;
        }

            .banner_type5 .slick-slide .slick-text a {
                margin-top: 10px;
                text-decoration: none;
                padding: 10px 50px;
                background-color: var(--color-secondary);
                color: #000;
                border-radius: 30px;
            }

            .banner_type5 .slick-slide .slick-text h2 {
                font-size: 2.5rem;
            }

            .banner_type5 .slick-slide .slick-text h2,
            .banner_type5 .slick-slide .slick-text p {
                color: #fff;
            }

    .banner_type5 .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        width: 68px;
        height: 68px;
        font-size: 3rem;
        border-radius: 50%;
        margin: auto 0;
        text-decoration: none;
        text-transform: capitalize;
        z-index: 2;
        transition: .3s ease;
    }

        .banner_type5 .slick-arrow.pic-next {
            right: 8.8%;
        }

        .banner_type5 .slick-arrow.pic-prev {
            left: 8%;
        }

    .banner_type5 .slick-dots {
        display: flex;
        align-items: center;
        list-style-type: none;
        position: absolute;
        padding-left: 0;
        left: 23%;
        bottom: 20px;
    }

        .banner_type5 .slick-dots li {
            margin: 0 8px;
        }

            .banner_type5 .slick-dots li.slick-active button {
                background-color: var(--color-primary);
                width: 100px;
                height: 10px;
                border-radius: 10px;
            }

        .banner_type5 .slick-dots button {
            display: block;
            width: 10px;
            height: 10px;
            padding: 0;
            border: none;
            border-radius: 100%;
            background-color: #5e5e5e;
            text-indent: -9999px;
        }

    .banner_type5 .slick-center {
        margin-bottom: 0;
    }

        .banner_type5 .slick-center .slick-slide {
            text-align: left;
            border: 1px solid #eee;
            margin: 0px;
            transform: scale(0.9) translateY(32px);
            transition: transform 0.3s ease;
        }

        .banner_type5 .slick-center img {
            text-align: center;
            margin: 0 auto;
        }

        .banner_type5 .slick-center .slick-current {
            top: 50%;
            transform: scale(1);
            transform-origin: center center;
            transition: transform 0.3s ease;
        }

/* SliderÖÐég˜ÓÊ½.e
    ----------------------- */
