@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/en/sus_conf/2024/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 28px;
    height: 54px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -50px;
    top: auto;
    bottom: -5px;
    width: 32px;
    height: 18px;
	background: url("/en/sus_conf/2024/img/icon_arrow_l_w_01.png") no-repeat 0 0; background-size: 100% auto; z-index: 2;
}
.slick-prev:hover{opacity: 0.6 !important; transition: 0.4s; cursor: pointer; background: url("/en/sus_conf/2024/img/icon_arrow_l_w_01.png") no-repeat 0 0; background-size: 100% auto;}
.slick-prev:focus{opacity: 0.6 !important; transition: 0.4s; cursor: pointer; background: url("/en/sus_conf/2024/img/icon_arrow_l_w_01.png") no-repeat 0 0; background-size: 100% auto;}

.slick-next
{
    left: 82px;
    top: auto;
    bottom: -5px;
    width: 32px;
    height: 18px;
	background: url("/en/sus_conf/2024/img/icon_arrow_r_w_01.png") no-repeat 0 0; background-size: 100% auto; z-index: 2;
}
.slick-next:hover{opacity: 0.6 !important; transition: 0.4s; cursor: pointer;background: url("/en/sus_conf/2024/img/icon_arrow_r_w_01.png") no-repeat 0 0; background-size: 100% auto;}
.slick-next:focus{opacity: 0.6 !important; transition: 0.4s; cursor: pointer;background: url("/en/sus_conf/2024/img/icon_arrow_r_w_01.png") no-repeat 0 0; background-size: 100% auto;}

.jsSliderButton{ position: absolute; bottom: 3px; left: 130px; cursor: pointer; z-index: 2; height: 20px;}
.jsSliderButton p{ height: 20px;}
.jsSliderButton:focus{ outline: 2px solid #fff;}
.jsSliderButton:focus-within{ outline: 2px solid #fff;}
.jsSliderButton:hover{opacity: 0.6 !important; transition: 0.4s; cursor: pointer;}
.jsSliderButton .slideBtn img{ width: 12px; height: auto; vertical-align: top;}

.slick-num{ display: block; margin: 10px auto 0; font-size: 16px; font-weight: normal; color: #fff; max-width: 1540px; min-width: 1240px; position: relative; left: 35px;}
.slick-num span{ font-size: 16px; font-weight: normal; color: #fff; font-weight: bold; width: 22px; display: inline-block; text-align: center;}

@media screen and (max-width: 1540px){
.slick-num{ left: 72px;}

}


@media screen and (max-width: 768px){
.slick-prev{ left: 35px; bottom: -5px;}
.slick-next{ left: auto; right: 35px; bottom: -5px;}
.jsSliderButton{ left: auto; right: 0; bottom: 3px;}
	
.slick-num{ margin: 10px 0 0 0; font-weight: bold; min-width: 0; left: 43%; transform: translateX(-50%); width: 230px; text-align: center;}
.slick-num span{ font-weight: bold;}
	
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100px;
    padding: 0;
    margin: 0 100px 0 100px;

    list-style: none;

    text-align: center;


}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin:0 0  0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity:1;
    color: #999;
	font-size: 35px;
}
