.widget-kit-slideshowbanner  {
}
.widget-kit-slideshowbanner h1,
.widget-kit-slideshowbanner h2,
.widget-kit-slideshowbanner h3,
.widget-kit-slideshowbanner h4,
.widget-kit-slideshowbanner h5,
.widget-kit-slideshowbanner h6,
.widget-kit-slideshowbanner .h1,
.widget-kit-slideshowbanner .h2,
.widget-kit-slideshowbanner .h3,
.widget-kit-slideshowbanner .h4,
.widget-kit-slideshowbanner .h5,
.widget-kit-slideshowbanner .h6
{
}
.widget-kit-slideshowbanner .jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.widget-kit-slideshowbanner .jssorb032 {position:absolute;}
.widget-kit-slideshowbanner .jssorb032 .i {position:absolute;cursor:pointer;}
.widget-kit-slideshowbanner .jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.widget-kit-slideshowbanner .jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.widget-kit-slideshowbanner .jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.widget-kit-slideshowbanner .jssorb032 .i.idn {opacity:.3;}

.widget-kit-slideshowbanner .jssora051 {display:block;position:absolute;cursor:pointer;}
.widget-kit-slideshowbanner .jssora051 .a {fill:none;stroke:#ffffff;stroke-width:360;stroke-miterlimit:10;}
.widget-kit-slideshowbanner .jssora051:hover {opacity:.8;}
.widget-kit-slideshowbanner .jssora051.jssora051dn {opacity:.5;}
.widget-kit-slideshowbanner .jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.widget-kit-slideshowbanner .divTitle { position: absolute; top: 110px; left: 90px; right: 90px; height: 250px; z-index: 0; line-height: 30px; text-align: center; padding: 10px; box-sizing: border-box; }
.widget-kit-slideshowbanner .title-hilight-01 { color: #ffffff; font-weight: bold; text-shadow: 1px 1px 1px #636161; }
.widget-kit-slideshowbanner .title-hilight-02 { color: #fff; font-weight: bold; margin-top: 45px; margin-bottom: 35px; text-shadow: 1px 1px 1px #636161; }
.widget-kit-slideshowbanner .title-hilight-01.h1, .title-hilight-02.h1 { font-size: 2em; }
.widget-kit-slideshowbanner .title-hilight-01.h2, .title-hilight-02.h2 { font-size: 1.5em; }
.widget-kit-slideshowbanner .title-hilight-01.h3, .title-hilight-02.h3 { font-size: 1.17em; }
.widget-kit-slideshowbanner .title-hilight-01.h4, .title-hilight-02.h4 { font-size: 1.12em; }
.widget-kit-slideshowbanner .title-hilight-01.h5, .title-hilight-02.h5 { font-size: .83em; }
.widget-kit-slideshowbanner .title-hilight-01.h6, .title-hilight-02.h6 { font-size: .75em; }
.widget-kit-slideshowbanner .title-hilight-01.text-center, .title-hilight-02.text-center { text-align: center; }
.widget-kit-slideshowbanner .title-hilight-01.text-left, .title-hilight-02.text-left { text-align: left; }
.widget-kit-slideshowbanner .title-hilight-01.text-right, .title-hilight-02.text-right { text-align: right; }

.widget-kit-slideshowbanner .image { width: 100% !important; object-fit: cover !important;}
.widget-kit-slideshowbanner a .image {object-position: top;}

/* ===== Video Background Mode ===== */
.widget-kit-slideshowbanner .slideshowbanner-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.widget-kit-slideshowbanner .slideshowbanner-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.widget-kit-slideshowbanner .slideshowbanner-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.widget-kit-slideshowbanner .slideshowbanner-video-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 40px 20px;
}
.widget-kit-slideshowbanner .slideshowbanner-video-slide {
    display: none;
    text-align: center;
    max-width: 900px;
    width: 100%;
}
.widget-kit-slideshowbanner .slideshowbanner-video-slide.active {
    display: block;
    animation: slideshowVideoFadeIn 0.8s ease-in-out;
}
@keyframes slideshowVideoFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.widget-kit-slideshowbanner .slideshowbanner-video-slide a {
    text-decoration: none;
    color: inherit;
}
/* Indicators */
.widget-kit-slideshowbanner .slideshowbanner-video-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 8px;
}
.widget-kit-slideshowbanner .slideshowbanner-video-indicators .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.3s;
}
.widget-kit-slideshowbanner .slideshowbanner-video-indicators .indicator.active,
.widget-kit-slideshowbanner .slideshowbanner-video-indicators .indicator:hover {
    background: #fff;
}