/* Minification failed. Returning unminified contents.
(48,43): run-time error CSS1046: Expect comma, found '100'
(48,50): run-time error CSS1046: Expect comma, found ')'
(206,43): run-time error CSS1046: Expect comma, found '0'
(206,47): run-time error CSS1046: Expect comma, found '/'
(222,21): run-time error CSS1039: Token not allowed after unary operator: '-color-event-grey'
(251,37): run-time error CSS1046: Expect comma, found '0'
(251,41): run-time error CSS1046: Expect comma, found '/'
 */
/* @@media (min-width: 1200px) {
        .block-container {
            width: 90px;
            height: 90px;
        }

        .btn-front > svg {
            width: 50px;
            height: 50px;
            filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 9%));
        }
    }*/
.header-chuyen-muc-bv {
    margin: 53px 41px;
    text-align: left;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    color: #0076d1;
}

.header-chuyen-muc-bv > span {
    position: relative;
}

    .header-chuyen-muc-bv > span::after {
        content: "";
        position: absolute;
        width: 57%;
        height: 4px;
        background: #0076d1;
        bottom: -10px;
        left: 0;
    }

.CT__color-event-black {
    color: #0076d1;
}

.body-chuyen-muc-bv > .item-bv.item-choose {
    box-shadow: none;
    overflow: unset;
    height: 100%;
}

.item-bv.item-choose .anh-bv {
    overflow: hidden;
    box-shadow: 0 30px 60px -40px rgb(100 100 100);
    border-radius: 20px;
    margin-bottom: 20px;
}

.tieu-de-bv {
    font-size: 20px;
    font-weight: 600;
}

.item-bv img {
    height: 222px;
    transition: .5s ease all;
    object-fit: cover;
    width: 100%;
}

.body-chuyen-muc-bv .item__chooseGP {
    display: flex;
    justify-content: space-between;
}

.item__chooseGP .item__chooseGP-img {
    width: 300px;
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
}

.item__chooseGP-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item__chooseGP .item__chooseGP-wrap {
}

.item__chooseGP-wrap .chooseGP__wrap-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.item__chooseGP-wrap .chooseGP__wrap-des {
    width: 100%;
    white-space: pre-wrap;
}

.block-container {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 32px;
    transition: 250ms;
    perspective: 500px;
    cursor: pointer;
}

    .block-container .btn-back {
        position: absolute;
        inset: 0;
        z-index: -1;
        width: inherit;
        height: inherit;
        border-radius: 32px;
        transition: 250ms;
        transform-style: preserve-3d;
        transform-origin: bottom right;
        transform: rotateZ(15deg);
        will-change: transform;
        box-shadow: 16px 0 40px #d3d3d3;
    }

    .block-container .btn-back-1 {
        background: linear-gradient(135deg, #4682eb -20%, #6ccaeb 120%);
    }

    .block-container .btn-back-2 {
        background: linear-gradient(135deg, #f9bb7b -20%, #4912db 120%);
    }

    .block-container .btn-back-3 {
        background: linear-gradient(135deg, #3edf8d -20%, #38a4c9 120%);
    }

    .block-container .btn-back-4 {
        background: linear-gradient(135deg, #46ebbd -20%, #b001ff 120%);
    }

    .block-container .btn-back-5 {
        background: linear-gradient(135deg, #e7d800 -20%, #ffac00 120%);
    }

    .block-container .btn-back-6 {
        background: linear-gradient(135deg, #dd5825 -20%, #d520c2 120%)
    }

    .block-container .btn-back-7 {
        background: linear-gradient(135deg, #a7df69 -20%, #3dcdff 120%);
    }

    .block-container .btn-back-8 {
        background: linear-gradient(135deg, #8578d9 -20%, #006bff 120%);
    }

    .block-container .btn-back-9 {
        background: linear-gradient(135deg, #eb46a9 -20%, #ffac01 120%);
    }

    .block-container .btn-back-10 {
        background: linear-gradient(135deg, #a3a3a3 -20%, #dd1111 120%);
    }

    .block-container .btn-front {
        position: absolute;
        inset: 0;
        z-index: 1;
        width: inherit;
        height: inherit;
        border-radius: 32px;
        background-color: #d5d5d559;
        backdrop-filter: blur(24px);
        transition: 250ms;
        transform-style: preserve-3d;
        transform-origin: top left;
        overflow: hidden;
    }

        .block-container .btn-front svg.frame {
            width: inherit;
            height: inherit;
        }

            .block-container .btn-front svg.frame rect {
                width: inherit;
                height: inherit;
                fill: none;
                stroke-width: 4;
            }

        .block-container .btn-front svg.icon {
            position: absolute;
            inset: 50% 0 0 50%;
            transform: translate(-50%, -50%);
        }

    .block-container:hover > .btn-back {
        transform: translateZ(20px) rotateZ(15deg) rotateX(-20deg) rotateY(-20deg);
    }

    .block-container:hover > .btn-front {
        transform: translateZ(80px) translateY(-5px) rotateX(15deg) rotateY(15deg);
    }

.btn-front > svg {
    width: 50px;
    height: 50px;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 9%));
}

.item-service {
    text-align: center;
    margin: 10px 30px;
    position: relative;
}
    .item-service .service__link {
        display: block;
        background: none;
        box-shadow: none;
        -webkit-animation: none;
        padding: 0;
        font-size: 0;
        z-index: 1;
        color: var(--color-event-grey) !important;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
    }

#taisaochon .tom-tat-bv  {
    margin-top: 15px;
    text-align: justify;
}


.CT__mg-event {
    width: 100%;
}


@media (max-width: 768px) {
    .header-chuyen-muc-bv {
        margin: 25px 14px;
        font-size: 19px;
    }

    .body-chuyen-muc-bv > .item-bv {
        margin: 0 10px 10px 10px;
    }

    .item-bv > .content-bv {
        padding: 18px 15px 18px 15px;
        box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
        border-radius: 8px;
    }

    .body-chuyen-muc-bv {
        justify-content: space-evenly;
    }

    .item-service {
        margin: 5px 0px;
        width: 33.333%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .block-container {
        width: 60px;
        height: 60px;
        margin: 10px;
    }

    .btn-front > svg {
        width: 35px;
        height: 35px;
    }

    .item-service .service__link {
        font-size: 15px;
    }
}


