.header-product {
    height: 3vh;
    margin-right: 10px;
}
.slick-slide {
    text-align: center;
}
.slick-slide img {
    box-shadow: none;
}
.width-max-content {
    width: max-content !important;
}
/* .resource-link {
    margin-right: 1.6rem;
}
.resource-link:last-child {
    margin-right: 0rem;
} */
.resource-icon {
    margin-bottom: .5rem;
}
figure:last-child {
    margin-bottom: 0rem;
}
.home-resource {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/styles/maruey/images/background/resource_banner.png');
}

/*
|--------------------------------------------------------------------------
| Article Slide
|--------------------------------------------------------------------------
*/
.slick-slide img.no-shadow {
    box-shadow: none;
}
.news-shelf .slick-slide {
    height: 360px;
}
.img-news {
    max-height: 230px;
    height: 230px
}

/*
|--------------------------------------------------------------------------
| VDO Slide
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| PODCAST Slide
|--------------------------------------------------------------------------
*/
.bg-product-list.podcast {
    margin-top: 168px;
}

/*
|--------------------------------------------------------------------------
| Optimize for all devices
|--------------------------------------------------------------------------
*/

/*--- Small devices (landscape phones, 576px and down) ---*/
@media (min-width: 576px) {
}

/*--- Medium devices (tablets, 1024px and down) ---*/
@media (max-width: 1024px) {
    .resource-icon {
        width: 100px;
    }
    .home-resource {
        background-image: none !important;
        background: rgb(2,0,36);
        background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(229,229,229,1) 100%) !important;
    }
}

/*--- iPad Air 4 ---*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .resource-icon {
        width: 100px;
    }
}

/*--- Large devices (desktops, 992px and down) ---*/
@media (max-width: 992px) {
}

/*--- Extra large devices (ipad, 1024px and down) ---*/
@media (max-width: 1024px) {
}

/*--- Extra large devices (large desktops, 1200px and down) ---*/
@media (max-width: 1200px) {
}

/*--- Extra large devices (large desktops, 1440px and up) ---*/
@media (min-width: 2560px) {
}