@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    height: 100%;
    width: 42px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    background-color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 8;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
    opacity: .3;
}

.slick-prev,
.slick-next
{
    font-size: 0;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
    /*background-image: url(/20241031060148oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico_arrow_left_white.svg);*/
}
[dir='rtl'] .slick-prev
{
    /*right: 50%;
    left: auto;
    background-image: url(/20241031060148oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico_right.svg);*/
}

.slick-next
{
    right: 0;
    /*background-image: url(/20241031060148oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico_arrow_right_white.svg);*/
}
[dir='rtl'] .slick-next
{
    /*right: auto;
    left: 50%;
    background-image: url(/20241031060148oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico_left.svg);*/
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    /*bottom: -60px;*/
    bottom:-30px;
    display: block;

    height: 30px;
    padding: 0;
    margin: 0 auto;
    /*left: -4px;*/
    left: 0;
    right: 0;
    z-index: 1;

    list-style: none;

    text-align: center;
}

@media (min-width: 768px) {
    .slick-dots {
        bottom: -60px;
        right: unset;
        left: 11px;
    }
}
@media (min-width: 992px) {
    .slick-dots {
        left: 5px;
    }
}
.slick-dots li
{
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.slick-dots li button
{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border:1px solid #1AA2FA;
    border-radius: 20px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}
.slick-dots li.slick-active button {
    width: 25px;
    border:0;
    background-image: -webkit-linear-gradient(left, #1AA2FA, #0663BF); 
    background-image:    -moz-linear-gradient(left, #1AA2FA, #0663BF); 
    background-image:     -ms-linear-gradient(left, #1AA2FA, #0663BF); 
    background-image:      -o-linear-gradient(left, #1AA2FA, #0663BF); 
    background-image:         linear-gradient(left, #1AA2FA, #0663BF);
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button,
.slick-dots li.slick-active
{
}
