/* HOMEPAGE - CATEGORY SLIDER */
#category-slider {
    height: 230px;
    margin-top: 0px;
    overflow: hidden;
    width: 80%;
}

#category-slider .slider-item:first-child {
    margin-left: 15px;
}

#category-slider .slick-list {
    margin-right: auto;
    margin-left: auto;
}

#category-slider .slider-item {
    margin: 10px 10px;
    padding: 20px;
    box-shadow: 0px 1px 17px #DCDCDC;
    border-radius: 10px;
    justify-content: center;
    background-color: #fff;
}

#category-slider .slider-item img {
    width: 100%;
    min-width: 70px;
}

#category-slider .slider-item span {
    position: absolute;
    bottom: 20px;
}

#category-slider .slider-item:hover {
    border: 2px solid #0179E9;
}

/* things todo slider */
#todo-slider {
    height: 230px;
    margin-top: 0px;
    overflow: hidden;
}

#todo-slider .slider-item:first-child {
    margin-left: 15px;
}

#todo-slider .slick-list {
    margin-right: 60px;
}

#todo-slider .slider-item {
    margin: 10px 10px;
    box-shadow: 0px 1px 10px #DCDCDC;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
}

#todo-slider .slider-item img {
    height: 100px;
    margin-bottom: 50px;
}

#todo-slider .slider-item span {
    position: absolute;
    bottom: 20px;
}

#todo-slider .slider-item:hover {
    border: 2px solid #0179E9;
}

.pinkBg {
    background-color: #ed184f !important;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}

.intro-banner-vdo-play-btn {
    height: 0px;
    width: 0px;
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 20vw;
    height: 20vw;
    z-index: -1;
    opacity: 0;
    border-radius: 100%;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

#vibrant-slider {
    height: 270px;
    margin-top: 0px;
    overflow: hidden;
}

#vibrant-slider .slider-item:first-child {
    margin-left: 10px;
}

#vibrant-slider .slick-list {
    margin-right: 0px;
}

#vibrant-slider .slider-item {
    margin: 10px 10px;
    box-shadow: 0px 1px 10px #DCDCDC;
    border-radius: 5px;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
}

#vibrant-slider .slider-item img {
    height: 100px;
    margin-bottom: 50px;
}

#vibrant-slider .slider-item span {
    position: absolute;
    bottom: 20px;
}

#vibrant-slider .slider-item:hover {
    border: 2px solid #0179E9;
}


#rp {
    position: fixed;
    right: 17vw;
    bottom: 17vw;
    z-index: 999998;
}

#seventyfive {
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    z-index: 999999;
    width: 10vw;
}

#cls {
    position: fixed;
    right: 3vw;
    bottom: 10vw;
    z-index: 9999999;
    color: #f00;
    font-size: 30px
}

@media only screen and (max-width: 950px) {
    #rp {
        position: fixed;
        right: 170px;
        bottom: 170px;
        z-index: 999998;
    }

    .intro-banner-vdo-play-btn .ripple {
        width: 200px;
        height: 200px;
    }

    #seventyfive {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 999999;
        width: 100px;
    }

    #cls {
        position: fixed;
        right: 15px;
        bottom: 100px;
        z-index: 9999999;
        color: #f00;
        font-size: 30px
    }
}

#myCarousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #404040;
}

.slick-dots>li>button:before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #404040;
    content: "";
}
