/* Slider */
.block35574 .slick-slider {
    position: relative;
    padding-bottom: 0;
    /* display: flex; */
    box-sizing: border-box;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.block35574 .slick-list {
    position: relative;
    padding: 15px;
    display: block;
    overflow: hidden;
    margin: 0;
}

.block35574 .slick-list:focus {
    outline: none;
}

.block35574 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block35574 .slick-slider .slick-track,
.block35574 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block35574 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
}

.block35574 .slick-track:before,
.block35574 .slick-track:after {
    display: table;

    content: '';
}

.block35574 .slick-track:after {
    clear: both;
}

.block35574 .slick-loading .slick-track {
    visibility: hidden;
}

.block35574 .slick-slide {
    display: none;
    float: left;

    height: auto;
    min-height: 1px;
}

[dir='rtl'] .block35574 .slick-slide {
    float: right;
}

.block35574 .slick-slide img {
    display: block;
}

.block35574 .slick-slide.slick-loading img {
    display: none;
}

.block35574 .slick-slide.dragging img {
    pointer-events: none;
}

.block35574 .slick-initialized .slick-slide {
    display: block;
}

.block35574 .slick-loading .slick-slide {
    visibility: hidden;
}

.block35574 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block35574 .slick-arrow.slick-hidden {
    display: none;
}

.block35574 .blockTitle {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0px;
    color: #1e2428;
    margin: auto;
    margin-bottom: 25px;
    word-break: break-word;
}

.block35574 .wrapper {
    display: flex;
    position: relative
}
.block35574 .wrapper.slick-slider{
    display: block;
}
.block35574 .tile {
    width: 25%;
    outline: none;
    transition: .3s;
    position: relative;
    opacity: 0;
}

.block35574 .tile.slick-active {
    opacity: 1;
}

.block35574 .tile:hover {
    box-shadow: 0px 0px 8px 8px rgba(6, 30, 52, 0.1);
    z-index: 2;
}

.block35574 .tile:hover .title,.block35574 .tile:hover .title * {
    color: var(--color-match-setting1) !important;
}

.block35574 .imgBox {
    width: 100%;
    height: 295px;
}

.block35574 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block35574 .textBox {
    width: 100%;
    background: #fff;
    height: calc(100% - 295px);
}

.block35574 .cont {
    padding: 30px 30px 40px 30px;
}
.block35574 .title,.block35574 .title *{
 color: var(--color-match-setting2) !important;
}

.block35574 .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
   
    margin-bottom: 18px;
    transition: .3s;
    word-break: break-word;
}

.block35574 .title a {
    color: inherit;
    outline: none;
}

.block35574 .imgBox a {
    outline: none;
}

.block35574 .content {
    color: #b5b9bb;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    word-break: break-word;
}

.block35574 .slick-dots {
    width: 100%;
    display: flex;
    padding: 15px 0 30px;
    justify-content: center;
    position: unset;
    transform: unset;
}

.block35574 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-match-setting1);
    opacity: 0.3;
    cursor: pointer;
    transition: .3s;
    margin: 0 5px;
}

.block35574 .slick-dots li button {
    display: none;
}

.block35574 .slick-dots .slick-active {
    opacity: 1;
}

.block35574 .slick-dots li:hover {
    opacity: 1;
}

@media screen and (max-width:1210px) {
    .block35574 .wrapper .slick-list {
        padding: 15px 10px;
        width: calc(100% - 20px);
    }

    .block35574 .imgBox {
        height: 251px;
    }

    .block35574 .textBox {
        height: calc(100% - 251px);
    }

    .block35574 .blockTitle {
        width: calc(100% - 20px);
        margin: 0 10px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:980px) and (min-width:800px) {
    .block35574 .imgBox {
        height: 288px;
    }

    .block35574 .textBox {
        height: calc(100% - 288px);
    }


}

@media screen and (max-width:600px) {
    .block35574 .blockTitle {
        text-align: center;
    }
    .block35574 .tile{
        width:100%;
    }
    .block35574 .imgBox {
        height: 354px;
    }

    .block35574 .textBox {
        height: calc(100% - 354px);
    }

    .block35574 .title {
        text-align: center;
    }

    .block35574 .content {
        text-align: center;
    }
}