﻿.splide:hover > .splide__arrows > .splide__arrow--prev {
    opacity: 0.75;
}

.splide:hover > .splide__arrows > .splide__arrow--next {
    opacity: 0.9;
}

.splide__track {
    height: 100%;
}

.splide__arrow {
    opacity: 0;
    height: 25px;
    width: 25px;
    transform: none;
    background-color: #FFF;
    border: 0.5px solid rgb(0 0 0 / 0.3);
}

    .splide__arrow:disabled {
        opacity: 0;
    }

.splide__arrow--prev {
    left: 8px;
    position: absolute;
    top: 50%;
    z-index: 2;
    opacity: 0;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.splide__arrow--next {
    right: 8px;
    position: absolute;
    top: 50%;
    z-index: 2;
    opacity: 0;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.splide__arrow svg {
    height: 12px;
    width: 12px;
}

/* Doanh nghiệp - Start */

.home-page-list-item:hover > .splide__arrows > .splide__arrow--prev {
    left: 0;
}

.home-page-list-item:hover > .splide__arrows > .splide__arrow--next {
    right: 0;
}

/* Doanh nghiệp - End */

/* Ngành chủ lực - Start */

#splide-nganh-chu-luc {
    padding: 0 30px 0 30px;
}

    #splide-nganh-chu-luc > .splide__arrows > .splide__arrow--prev {
        opacity: 0.75;
        left: 0;
        top: 35%;
    }

    #splide-nganh-chu-luc > .splide__arrows > .splide__arrow--next {
        opacity: 0.9;
        right: 0;
        top: 35%;
    }

.nganh-chu-luc-item {
    cursor: pointer;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(113, 113, 113);
    row-gap: 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

    .nganh-chu-luc-item > img {
        width: 32px;
        height: 32px;
        opacity: 0.6;
    }

    .nganh-chu-luc-item:hover > img {
        opacity: 1;
    }

    .nganh-chu-luc-item:hover {
        color: var(--bgxgx);
        border-bottom: 2px solid var(--j-qkgmf);
    }

    .nganh-chu-luc-item.active {
        color: var(--bgxgx);
        border-bottom: 2px solid;
    }

        .nganh-chu-luc-item.active > img {
            opacity: 1;
        }

/* Ngành chủ lực - End */
