﻿:root {
    --text-color: #1c1930;
}

body {
    font-family: sans-serif;
    position: relative;
    background-color: #1c1930;
}
.page-hv{
    margin-top: 100px;
}
.page-hv .title .nice-select {
    font-size: 40px;
    text-transform: none;
    font-weight: 600;
    background: transparent;
    border: 0px;
}
.page-hv .title .nice-select .list {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}
.page-hv .title .nice-select .list li{
    font-size: 16px;
    text-transform: math-auto;
}
.page-hv .title .nice-select:after{
    width:12px;
    height:12px;
    margin-top: -10px;
    right: -10px;
}

.loading-card-hv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

    .loading-card-hv .img {
        width: 90%;
        height: 70%;
        left: 5%;
        background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
        background-size: 200% 100%;
        -webkit-animation: 1.5s shine linear infinite;
        animation: 1.5s shine linear infinite;
    }

    .loading-card-hv .text {
        width: 90%;
        height: 60px;
    }

.text-1 {
    margin: 0 auto 12px;
    width: 100px;
    height: 24px;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

.text-2 {
    width: 100%;
    height: 24px;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.bgc-effect {
    position: fixed;
    top: 0;
    left: 0;
    width: 4000px;
    height: 100%;
    z-index: -1;
}

.moving-clouds {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: cloudLoop 100s linear infinite;
    animation: cloudLoop 100s linear infinite;
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.menu {
    height: 80px;
    background-image: url("https://trungbayonline.hoangthanhthanglong.vn/assets/img/background/bg.jpg");
}

.page-hv .title {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    padding: 36px 0 24px;
    /*background-color: #fff;*/
    color: #000;
    margin-bottom: 30px;
    justify-content:center;
}

.page-hv .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.page-hv .list .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background-color: #fff;
    padding: 24px 12px;
    border-radius: 12px;
}

.page-hv .list .item .loading-card-hv {
    z-index: 2;
    border-radius: 12px;
    gap: 24px;
    padding: 24px 12px;
    justify-content: flex-start;
}

    .page-hv .list .item .loading-card-hv .img {
        width: 250px;
        height: 250px;
        border-radius: 100rem;
    }

.page-hv .list .item:nth-child(2n) {
    grid-row: span 4;
}

    .page-hv .list .item:nth-child(2n) .thumb {
        border: 1px dashed #ff0000;
    }

.page-hv .list .item:nth-child(2n+1) {
    grid-row: span 3;
}

    .page-hv .list .item:nth-child(2n+1) .thumb {
        border: 1px dashed #000;
    }

.page-hv .list .item .thumb {
    width: 250px;
    height: 250px;
    border-radius: 100rem;
    background-color: #fff;
    position: relative;
}

.page-hv .list .item .thumb .thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100rem;
}

.page-hv .list .item .thumb .border-cus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-hv .list .item .content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.page-hv .list .item .content .name {
    color: #1c1930;
    font-size: 16px;
    text-align:center;
    font-weight: 600;
}
.page-hv .list .item:hover .btn-view-details{
    /*color: rgb(45, 84, 224) !important;*/
    opacity:1;
}

.page-hv .list .item .content a {
    color: #fff;
    font-style: italic;
    font-size: 14px;
}

.page-hv.hv-3d .list {
    gap: 12px;
}

    .page-hv.hv-3d .list .item {
        padding: 16px;
    }

        .page-hv.hv-3d .list .item .loading-card-hv .img {
            border-radius: 10px;
            width: 100%;
        }

        .page-hv.hv-3d .list .item:nth-child(2n+1) {
            grid-row: span 4;
        }

        .page-hv.hv-3d .list .item:nth-child(2n) {
            grid-row: span 3;
        }

        .page-hv.hv-3d .list .item .thumb {
            border-radius: 10px;
            border: 0px;
            width: 100%;
            aspect-ratio: 1/1;
        }

            .page-hv.hv-3d .list .item .thumb .thumb-img {
                height: 100%;
                border-radius: 12px;
                object-fit: cover;
            }

@media screen and (max-width: 1023px) {
    .page-hv .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-hv.hv-3d .list .item {
        grid-row: span 1 !important;
    }
}

@media screen and (max-width: 767px) {
    .page-hv.hv-3d .list .item {
        padding: 12px;
    }

    .page-hv .title {
        margin-top: 0;
        font-size: 20px;
        padding: 16px 0;
    }

    .page-hv .list {
        gap: 16px;
        width:calc(100% - 32px);
        margin: 0 auto;
    }

        .page-hv .list .item {
            grid-row: span 1 !important;
        }

            .page-hv .list .item .loading-card-hv .img {
                width: 100%;
                height: 60%;
                border-radius: 0;
            }

            .page-hv .list .item .thumb {
                width: 100%;
                height: unset;
                aspect-ratio: 1/1;
                border: 0px !important;
            }

            .page-hv .list .item .content .name {
                font-size: 16px;
            }

            .page-hv .list .item .content a {
                font-size: 12px;
            }
}


@media screen and (max-width: 479px){
    .page-hv .list{
        width: calc(100% - 24px);
    }
}
/*# sourceMappingURL=style.css.map */
