.banner-aricle {
    width: 100vw;
    height: calc(69.8rem - 8.8rem);
    background:
        url("/img/bai-viet/grid-bai-viet.svg") no-repeat center/cover,
        linear-gradient(to bottom, #C4D2FF, #DAE3FF);

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contnet-banner-aricle {
    position: relative;
    width: 144rem;
    height: 41.4rem;
    padding-left: 9.6rem;
    padding-right: 9.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8rem;
}

.img-logo-aricle {
    position: absolute;
    width: 58.1rem;
    height: 63.5rem;
    top: -5rem;
    left: 61.5rem;
}

.tag-article {
    position: relative;
    width: auto;
    height: auto;
    min-height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.58em;
    padding-right: 0.8rem;
    border-radius: 20rem;
    background: transparent;
    gap: 1rem;
}

.tag-article::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 0.2rem;
    /* độ dày border */
    background: linear-gradient(to right, #26B3F7, #99EB53);

    /* tạo border rỗng nhưng giữ border-radius */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tag-article h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}

.left-banner-aricle {
    width: 66.2rem;
    height: 34.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.left-banner-aricle h1 {
    font-size: 4.8rem;
    z-index: 2;
    font-weight: 600;
}

.left-banner-aricle p {
    color: #475467;
    font-size: 2rem;
    font-weight: 500;
}

.view-now {
    width: 11.6rem;
    height: 4.8rem;
    border: none;
    background-color: #375DFA;
    border-radius: 1.2rem;
    color: #FFF;
    font-size: 1.6rem;
}
.view-now:hover{
          background-color: #0f37d5;
}
.right-banner-aricle {
    z-index: 2;
    width: 50.6rem;
    height: 41.4rem;
}

.right-banner-aricle img {
    width: 50.6rem;
    height: 41.4rem;
    object-fit: cover;
    display: block;
    border-radius: 1rem;
}

.content-article {
    width: 144rem;
    height: 151.1rem;
    padding: 9.6rem;
}

@media (max-width:430px) {
    .banner-aricle {
        width: 100vw;
        height: 72.2rem;
        background:
            url("/img/bai-viet/grid-bai-viet.svg") no-repeat center/cover,
            linear-gradient(to bottom, #C4D2FF, #DAE3FF);

        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .contnet-banner-aricle {
        display: flex;
        flex-direction: column;
        width: 34.3rem;
        height: 65.8rem;
        padding: 0;
        gap: 4rem;
    }

    .left-banner-aricle {
        width: 34.3rem;
        height: 33.8rem;
        gap: 1.6rem;
    }

    .left-banner-aricle h1 {
        font-size: 3.2rem;
        line-height: 4.8rem;
    }

    .left-banner-aricle p {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .view-now{
        width: 11.6rem;
        height: 4rem;
    }
    .right-banner-aricle{
        width: 34.3rem;
        height: 28.064rem;
    }
    .right-banner-aricle img{
        width: 34.3rem;
        height: 28.064rem;
        border-radius: 2rem;
    }
}