  /*--------------------------------------------------------------
# news_type19
--------------------------------------------------------------*/
.banner_type13 {
    overflow: visible;
    background: #f1f1f1;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .banner_type13 .control_btn_box {
        padding: 0 30px;
        display: flex;
        justify-content: space-between;
    }

    .banner_type13 h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 3.125rem;
        line-height: 60px;
        text-transform: uppercase;
        color: #1f1f1f;
        /* -webkit-text-stroke: 1px #111; */
        margin-bottom: 60px;
    }

    .banner_type13 .stitle {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 38px;
        letter-spacing: 0.1em;
        /* text-transform: uppercase; */
        color: #1f1f1f;
    }

    .banner_type13 .slick-initialized .slick-slide {
        cursor:pointer;
    }

    .banner_type13 .item.isactive,
    .banner_type13 .slider-for .slick-current {
        display: inline-flex;
    }

    .banner_type13 .item img {
        height: auto;
        width: 100%;
        padding: 0 10px;
    }

    .banner_type13 .isactive img,
    .banner_type13 .slider-for .slick-current img {
        width: 310px;
        max-width: 310px;
        max-height: 396px;
        height: 396px;
        /* border: solid 15px var(--color-primary); */
        float: left;
    }

    .banner_type13 .slider-for img {
        margin:0 !important;
    }

        .banner_type13 .item_text_box {
            /*transition: width 1s;*/
            padding: 0px;
            width: 0px;
            overflow: hidden;
            opacity: 0;
            display: none;
        }

    .banner_type13 .isactive .item_text_box,
    .banner_type13 .slider-for .slick-current .item_text_box {
        opacity: 1;
        width: 100%;
        display: block;
    }

    .banner_type13 .control_btn_box3 {
        max-width: 398px;
        position: absolute;
        right: 0px;
        top: 481px;
        width: 100%;
        z-index: 9999;
    }

    .banner_type13 .item_text_stitle {
        width: 500px;
        padding-top: 50px;
        padding-left: 50px;
        padding-bottom: 10px;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 30px;
        text-transform: uppercase;
        color: var(--color-primary);
    }

    .banner_type13 .item_text_title {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 700;
        font-size: 2.25rem;
        line-height: 40px;
        color: #000000;
        padding: 20px 50px;
        width: 100%;
    }

    .banner_type13 .item_text_box p {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.8 !important;
        text-transform: uppercase;
        color: #5e5e5e;
        padding: 0px 50px;
        /*width: 500px;*/
    }

    .banner_type13 .control_btn {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 24px;
        text-transform: uppercase;
        color: #1f1f1f;
        background: none;
        border: none;
        display: inline-flex;
    }

    .banner_type13 .last_btn .decorate_icon {
        text-align: left;
        right: 15px;
        left: auto;
    }

    .banner_type13 .decorate_icon {
        position: relative;
        overflow: hidden;
        width: 44px;
        height: 10px;
        text-align: right;
        display: block;
        top: 3px;
        left: 15px;
    }

        .banner_type13 .decorate_icon i {
            position: relative;
            bottom: 2px;
            text-align: right;
        }

        .banner_type13 .decorate_icon::after {
            width: 100px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            right: 2px;
        }
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .banner_type13 .isactive img,
    .banner_type13 .slider-for .slick-current img {
        width: 50%;
    }

    .banner_type13 .isactive .item_text_box,
    .banner_type13 .slider-for .slick-current .item_text_box {
        width: 50%;
    }

    .banner_type13 .control_btn_box3 {
        /* top: 560px; */
        position: relative;
    }
}
/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .banner_type13 .isactive img,
    .banner_type13 .slider-for .slick-current img {
        width: 100%;
        float: none;
    }

    .banner_type13 .isactive .item_text_box,
    .banner_type13 .slider-for .slick-current .item_text_box {
        width: 100%;
        margin-top: 24px;
    }

    .banner_type13 .control_btn_box3 {
        position: absolute;
        left: 0;
        top: 670px;
    }
}
