/* Minification failed. Returning unminified contents.
(16,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-black'
(24,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-grey'
(58,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-black'
(71,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-grey'
(109,39): run-time error CSS1046: Expect comma, found '0'
(109,43): run-time error CSS1046: Expect comma, found '/'
(301,42): run-time error CSS1046: Expect comma, found '104'
(301,50): run-time error CSS1046: Expect comma, found '/'
 */
.block__event {
    justify-content: space-around;
    align-items: center;
}

    .block__event .header__event {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.header__event .header__event-title {
    font-size: 55px;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--color-event-black);
}

.header__event .header__event-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 12px;
    color: var(--color-event-grey);
}

.content__event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .content__event .content__event-boc-img {
        width: calc(60% - 20px);
        margin-right: 62px;
    }

.content__event-boc-img .content__event-img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.content__event .content__event-wrap {
    justify-content: space-around;
    align-items: flex-start;
    width: 50%;
}

.content__event-wrap .content__wrap-text--header {
    padding: 20px 0px;
}

.content__event-wrap .content__event-title {
    font-size: 24px;
    color: var(--color-event-black);
    font-weight: bold;
}

.content__event-wrap .content__event-subtitle {
    font-size: 20px;
    margin-top: 11px;
    color: #0076d6;
    font-weight: 600;
}

.content__event-wrap .content__event-text {
    font-size: 16px;
    color: var(--color-event-grey)
}

.content__event-wrap .content__event-btn {
    margin-top: 30px;
}

.content__event-btn .CT__btn-event {
    background-image: linear-gradient(89deg, #269ee5, #0076d1);
    border: none !important;
    color: #fff !important;
    -webkit-animation: unset;
    box-shadow: none;
    position: relative;
}

.block__event .wrap__item-event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.header-chuyen-muc-bv {
    margin: 20px 0px;
    font-size: 28px;
    font-weight: 500;
    color: #323232;
    text-align: center;
}

.body-chuyen-muc-bv {
    display: flex;
    flex-wrap: wrap;
}

    .body-chuyen-muc-bv > .item-bv {
        padding: 0;
        width: 380px;
        box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
        margin-bottom: 10px;
        border-radius: 8px;
        height: 455px;
        background: none;
        overflow: hidden;
        position: relative;
        margin: 0 8px 30px 8px;
    }

.item-bv .anh-bv {
    overflow: hidden;
    display: block;
    z-index: 1;
}

.item-bv::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease all;
}

.item-bv > .content-bv {
    padding: 18px 16px 0px 10px;
}

.item-bv:hover img {
    transform: scale(1.1);
}

.item-bv:hover::after {
    opacity: 0.2;
}

.item-bv img {
    height: 253px;
    transition: .5s ease all;
}

.item-bv .btn-chiTiet {
    padding-left: 10px;
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

.btn-chiTiet .btn-chiTiet-text {
    font-size: 17px;
    color: #0f7dd3 !important;
    font-weight: 600;
}

.btn-chiTiet .icon-arrow {
    width: 16px;
    height: 16px;
    margin-left: 7px;
    margin-bottom: 1px;
    fill: #0076d1;
}

.shapeEvent {
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
}

.modal-btnXemthem {
    display: flex;
    justify-content: center;
}

.btn-Xemthem {
    letter-spacing: 0.02rem;
    cursor: pointer;
    background: transparent;
    border: 4px solid currentColor;
    padding: 10px 15px;
    font-size: 19px;
    color: #74767a;
    position: relative;
    transition: color 0.3s;
    z-index: 1;
    border-radius: 4px;
}

    .btn-Xemthem:active {
        border-width: 0.25rem;
    }

.CT__btn-event {
    background: #000;
    color: #fff;
    z-index: 1;
}

    .CT__btn-event:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background: #e0e5ec;
        transition: all 0.5s ease;
    }

    .CT__btn-event:hover {
        color: #000 !important;
        font-weight: 600;
    }

        .CT__btn-event:hover:after {
            left: 0;
            width: 100%;
            border-radius: 5px !important;
        }

    .CT__btn-event:active {
        top: 2px;
    }

@media (max-width: 768px) {
    .block__event .header__event {
        align-items: center;
        padding-left: 8px;
        position: relative;
    }

    .header__event .header__event-title {
        font-size: 24px;
        white-space: pre-wrap;
    }

    .header__event .header__event-text {
        font-size: 15px;
        text-align: center;
        line-height: 24px;
        font-weight: 400;
        margin-top: 9px;
    }

    .CT__mg-event {
        margin-top: 30px;
    }

    .content__event {
        flex-direction: column;
    }

        .content__event .content__event-boc-img {
            width: 100%;
            margin-right: 0px;
        }

    .content__event-boc-img .content__event-img {
        border-radius: 0px;
    }

    .content__event .content__event-wrap {
        width: 100%;
        padding: 0 10px;
    }

    .content__event-wrap .content__event-btn {
        margin-top: 17px;
        width: 100%;
    }

    .content__event-btn .CT__btn-event {
        width: 100%;
        background-image: linear-gradient(89deg, #269ee5, #0076d1);
        border: none !important;
        color: #fff !important;
        -webkit-animation: unset;
    }

    .header-chuyen-muc-bv {
        margin: 0px 0px 20px 0px;
    }

    .body-chuyen-muc-bv > .item-bv {
        box-shadow: 0px 0px 10px rgb(104 104 104 / 20%);
        height: auto;
        margin: 0 10px 30px 10px;
        border-radius: 10px;
        padding: 10px;
    }

    .item-bv .anh-bv {
        display: none;
    }

    .item-bv .btn-chiTiet {
        padding-left: 0px;
        position: unset;
        display: flex;
        align-items: center;
        width: 150px;
        padding: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-image: linear-gradient(89deg, #269ee5, #0076d1);
        border-radius: 25px;
        margin: 7px auto;
    }

    .btn-chiTiet .btn-chiTiet-text {
        font-size: 15px;
        color: #ffffff !important;
        font-weight: 500;
        width: 100%;
        text-align: center;
    }

    .btn-chiTiet .icon-arrow {
        display: none;
    }

    .item-bv::after {
        content: '';
        position: unset;
    }

    .shapeEvent {
        display: none;
    }

    .modal-btnXemthem {
        margin-bottom: 20px;
    }

    .btn-Xemthem {
        border: 3px solid currentColor;
        padding: 4px 29px;
        font-size: 15px;
        color: #0076d1;
        z-index: 1;
        font-weight: 500;
    }

    .CT__btn-event:after {
        position: unset;
    }
}

