﻿.home-bang-hieu {
    background-image: url(../../../Design/img/Rectangle9257.png);
    background-size: 100% 100%;
    padding: 70px 0px 78px 0;
}

    .home-bang-hieu .grid.wide {
    }

.home-bang-hieu-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */

    flex-direction: column;
}

.bang-hieu-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 128px;
}

.bang-hieu-top-left {
}

.sadavxz {
    color: #F15A29;
    font-family: 'BaiJR';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.5px; /* 202% */
    text-transform: capitalize;
}

.askjczxcvb {
    margin: 0;
    color: #034EA2;
    font-family: BaiJBold;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 117.2%; /* 42.192px */
    text-transform: uppercase;
}

.skcjxvkx {
    padding-left: 9px;
    position: relative;
    width: 111%;
    padding-top: 14px;
}

    .skcjxvkx:before {
        content: "";
        position: absolute;
        left: 0;
        width: 2px;
        height: 90%;
        background: var(--default-color-3);
        border-radius: 18px
    }

.bkjkvca {
}

.kbjvckbc {
}

.skmmv {
    padding-top: 29px;
}

    .skmmv .kxcjvaa {
        text-decoration: none;
    }

.sckxjv {
    padding: 10px 7px;
    background: var(--default-color-2);
    border-radius: 9px;
    color: #FFF;
    /* text-align: center; */
    font-family: 'BaiJSemi';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: 116%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.kxcjvaa:hover .sckxjv {
    background: #d94b1f; /* cam đậm hơn */
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

/* hiệu ứng hover cho icon SVG */
.sckxjv svg {
    transition: transform 0.3s ease;
}

.kxcjvaa:hover .sckxjv svg {
    transform: translateX(6px); /* mũi tên trượt sang phải */
}

.bang-hieu-top-right {
    border-radius: 15px;
    border: 1px solid #F15A29;
    background: rgba(238, 255, 255, 0.70);
    padding: 24px;
    width: 123%;
}

.one-item-bang-hieu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
}

.one-item-bh-left {
}

.one-item-bh-left-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-bottom: 29px;
}

.svg-bh-home-left {
    background: var(--default-color-2);
    padding: 9px;
    border-radius: 50%;
    position: relative;
}

    .svg-bh-home-left svg {
        width: 80%;
        transform: translate(15%, 3%);
    }

        .svg-bh-home-left svg path {
        }

.vjcxavkcmx {
    color: #034EA2;
    font-family: 'BaiJSemi';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.one-item-bh-left-middler {
}

.ljkvcb {
    color: #272727;
    font-family: 'interR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.one-item-bh-left-bottom {
    width: 42%;
    padding-top: 31px;
}

.btunta:hover {
    background: #F15A29; /* đổi màu nền */
    transform: translateY(-2px); /* nổi nhẹ lên */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* đổ bóng */
}

    .btunta:hover .detail-product {
        color: #FFFACD; /* đổi màu chữ khi hover */
    }

.btunta {
    padding: 5px 10px;
    background: var(--default-color-3);
    border-radius: 7px;
    transition: all 0.3s ease; /* mượt mà */
}

.detail-product {
    color: #FFF;
    text-align: center;
    font-family: 'interR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.one-item-bh-right {
}

.imgsad-sa {
}

.item-aasd {
    width: 255px;
    height: 286px;
    border-radius: 15px;
}

.bang-hieu-bottom {
}

.bang-hieu-bottom-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    padding-top: 41px;
}


    .bang-hieu-bottom-list > .bang-hieu-bottom-item:nth-child(2) .svjxa svg {
        width: 100%;
    }
.bang-hieu-bottom-list > .bang-hieu-bottom-item:nth-child(7) .basd-beta .svjxa{
    width: 107px;
}
.bang-hieu-bottom-item {
    border-radius: 23.468px;
    background: linear-gradient(270deg, #034EA2 0%, #001D72 100%);
    display: block;
    align-items: center;
    padding: 9px 23px;
    transition: all 0.3s ease;
    color: #fff;
}

    .bang-hieu-bottom-item:hover {
        background: linear-gradient(270deg, #001D72 0%, #034EA2 100%);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }

        .bang-hieu-bottom-item:hover svg {
            animation: shake 0.5s ease-in-out infinite;
        }

@keyframes shake {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(10deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    75% {
        transform: translate(-50%, -50%) rotate(-10deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.basd-beta {
    display: flex;
    align-items: center;
    gap: 11px;
}

.svjxa {
    background: #FFFF;
    border-radius: 50px;
    height: 72.75px;
    width: 72.75px;
    position: relative;
}

    .svjxa svg {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        transform-origin: center; /* xoay quanh chính giữa */
    }

        .svjxa svg path {
        }

.basd-beta span {
    color: #FFF;
    font-family: 'BaiJSemi';
    font-size: 19px;
    /* text-align: center; */
    font-style: normal;
    font-weight: 600;
    line-height: 24.641px; /* 94.774% */
    text-transform: capitalize;
}

@media (max-width: 739px) {
    .home-bang-hieu {
        padding: 29px 0; /* Reduce padding for smaller screens */
        background-size: cover; /* Ensure background image scales properly */
    }

    .home-bang-hieu-container {
        flex-direction: column; /* Already column, but reinforcing for clarity */
        gap: 20px; /* Add spacing between stacked elements */
    }

    .bang-hieu-top {
        flex-direction: column; /* Stack top-left and top-right vertically */
        gap: 20px; /* Reduce gap for mobile */
        align-items: flex-start; /* Align to start for better text readability */
    }

    .sadavxz {
        font-size: 18px; /* Reduce font size */
        line-height: 32px; /* Adjust line height for readability */
    }

    .askjczxcvb {
        font-size: 24px; /* Reduce font size */
        line-height: 28px; /* Adjust line height */
    }

    .skcjxvkx {
        width: 100%; /* Ensure full width */
        padding-left: 8px; /* Slightly reduce padding */
        padding-top: 10px;
    }

        .skcjxvkx:before {
            height: 98%; /* Slightly shorter decorative line */
            width: 1.5px; /* Thinner line for mobile */
        }

    .skmmv {
        padding-top: 15px; /* Reduce padding */
    }

    .sckxjv {
        width: 100%; /* Full width for button */
        font-size: 11px; /* Smaller font size */
        padding: 8px 10px; /* Adjust padding */
        gap: 10px; /* Smaller gap for icon */
    }

    .bang-hieu-top-right {
        padding: 15px; /* Reduce padding */
        border-radius: 10px; /* Slightly smaller border radius */
        width: 100%;
    }

    .one-item-bang-hieu {
        flex-direction: column; /* Stack left and right sections */
        gap: 15px; /* Add spacing */
    }

    .one-item-bh-left-top {
        gap: 8px; /* Reduce gap */
        padding-bottom: 15px; /* Reduce padding */
    }

    .svg-bh-home-left {
        padding: 6px; /* Smaller padding for icon container */
    }

        .svg-bh-home-left svg {
            width: 70%; /* Slightly smaller SVG */
            transform: translate(15%, 5%); /* Adjust positioning */
        }

    .vjcxavkcmx {
        font-size: 24px; /* Smaller font size */
    }

    .ljkvcb {
        font-size: 14px; /* Smaller font size */
        line-height: 20px; /* Adjust line height */
    }

    .one-item-bh-left-bottom {
        width: 100%; /* Full width for button area */
        padding-top: 15px; /* Reduce padding */
    }

    .btunta {
        padding: 5px 8px; /* Smaller padding */
    }

    .detail-product {
        font-size: 14px; /* Smaller font size */
    }

    .item-aasd {
        width: 100%; /* Full width for images */
        height: auto; /* Maintain aspect ratio */
        /* Limit height */
        border-radius: 10px; /* Slightly smaller border radius */
    }

    .bang-hieu-bottom-list > .bang-hieu-bottom-item:first-child {
    }

    .bang-hieu-bottom-list {
        grid-template-columns: repeat(2, 1fr); /* Single column layout */
        row-gap: 15px; /* Reduce gap */
        padding-top: 20px; /* Reduce padding */
    }

    .bang-hieu-bottom-item {
        padding: 10px 15px; /* Adjust padding */
        border-radius: 15px; /* Smaller border radius */
    }

    .svjxa {
        height: 50px; /* Smaller icon container */
        width: 50px;
    }
.bang-hieu-bottom-list > .bang-hieu-bottom-item:nth-child(7) .basd-beta .svjxa{
    width: 57%;
}
    .bang-hieu-bottom-list > .bang-hieu-bottom-item:nth-child(8) .basd-beta .svjxa{
        width: 55px;
    }
        .svjxa svg {
            width: 55% !important; /* Adjust SVG size */
        }

    .basd-beta span {
        font-size: 12px; /* Smaller font size */
        line-height: 20px; /* Adjust line height */
        text-align: unset;
    }

    .sckxjv svg {
        width: 5%;
    }
}
