/* BEGIN s-slide-9 */
.s-slide-9 .slick-list::before {
    padding-bottom: calc(37% + 0.88px);
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots li button, .s-slide-9 .slick-dots li span {
    color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.s-slide-9 .slick-slide {
    background-size: cover;
}
.s-slide-9 .slick-active .s_title, .s-slide-9 .slick-active .s_desc, .s-slide-9 .slick-active .s_button {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.s-slide-9 .s_caption {
    width: 65%;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%, -50%);
}
.s-slide-9 .s_caption .s_title {
    font-size: 4em;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0.243em;
    text-shadow: 1px 1px 0 #fff;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
       color: var(--primary-color);
    background-color: rgb(209 202 185 / 70%);
}
.s-slide-9 .s_caption .s_desc {
    font-size: 1.8em;
    margin-bottom: 1em;
    text-shadow: 1px 1px 0 #000000;
    -webkit-animation-delay: 0.75s;
    color: #fff;
    animation-delay: 0.75s;
    padding: 10px 0;
    font-weight: 500;
        color: var(--primary-color);
    background-color: rgb(209 202 185 / 70%);
}
.s-slide-9 .s_caption .s_button {
    display: inline-block;
    color: #000;
    font-weight: bold;
    padding: 0.715em 1.072em 0.715em 1.072em;
    background-color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.s-slide-9 .s_caption .s_button:hover {
    color: #fff;
    background-color: #ffc93d;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* END s-slide-9 */

.s-editor {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
/* BEGIN b-card-23 */
.b-card-24 {
    display: block;
    margin-bottom: 20px;
}
.b-card-24 .b_thumb {
    margin: 1.4px;
}
.b-card-24 .b_title {
    font-size: 26px;
    color: #ffc93d;
    font-weight: bold;
    line-height: 1.112em;
    text-align: center;
    margin: 15px 0 10px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-24 .b_desc {
    color: #fff;
    font-size: 15px;
}
/* END b-card-23 */
.s-why {
    background-color: var(--primary-color);
    padding: 50px 0 30px;
}
.s-why .title {
    text-align: center;
    color: #ffc93d;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.s-why>p {
    text-align: center;
    margin-bottom: 20px;
}

.ht-format-detail.view-more {
    position: relative;
    max-height: 1100px;
    overflow: hidden;
}
.ht-format-detail.pure::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(100, 100, 100, 0) 80%, #fff 100%);
    z-index: 111;
}
.btn-view-more {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    margin-top: 5px;
    color: #f00;
    transition: 0.25s ease;
}
.btn-view-more:hover {
    color: #f40;
}
@media screen and (max-width: 991px) {
    .s-slide-9 .s_caption {
        font-size: 10px;
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .s-slide-9 .s_caption {
        display: none;
    }
    .b-card-24 .b_title {
        font-size: 20px;
    }
    .b-card-24 .b_desc {
        font-size: 14px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.fadeInUp {
    animation-name: fadeInUp
}