﻿

.home-InDecalUV {
    background: url(../../../Design/img/indecal.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.home-InDecalUV:before{
     position: absolute;
     content:"";
     background: url(../../../Design/img/Layer6.png) no-repeat;
     width: 13%;
     height: 44%;
}
.home-InDecalUV:after{
         position: absolute;
         content:"";
         background: url(../../../Design/img/Layer7.png) no-repeat;
         width: 7%;
         height: 43%;
         bottom: 0;
         right: 0;
}
.home-InDecalUV-container {
}

.kxjvla {
    display: flex;
    gap: 99px;
    align-items: center;
}

.kxjvla-left {
    width: 59%;
    padding: 76px 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.bvaqe {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: 'KanB';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 117.2%; /* 42.192px */

    text-transform: uppercase;
}

.img2sa {
    position: relative;
    left: -82px;
    top: 13px;
    z-index: 4;
}

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

.mkfkdc {
    color: #FFF;
    text-align: center;
    font-family: 'interSB';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-top: 18px;
}

.kxjcvk:hover {
    background: #028a45; /* đổi sang màu đậm hơn */
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transform: translateY(-3px);
    letter-spacing: 1px; /* giãn chữ nhẹ */
}

.kxjcvk {
    color: #FFF;
    text-align: center;
    font-family: 'interR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 10px 3px;
    background: var(--default-color-2);
    width: 23%;
    border-radius: 10px;
    margin-top: 24px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.img1sa {
    position: relative;
}

.img2sa:before {
    content: "";
    width: 278px;
    height: 256px;
    background: var(--default-color-2);
    position: absolute;
    z-index: -1;
    right: -19px;
    bottom: -12px;
}

.img1sa:before {
    content: "";
    width: 271px;
    height: 244px;
    border: 1px solid var(--default-color-2);
    position: absolute;
    z-index: 0;
    left: -22px;
    top: -40px;
}

.kxjvla-right {
    width: 40%;
}

.lklz img {
    width: 268px;
    height: 258px;
}

.lklz {
    display: flex;
}

.img1sa img {
    margin-top: -71px;
    z-index: 1;
    position: relative;
}

.img2sa img {
}

@media (max-width:739px) {
    .kxjvla {
        flex-direction: column
    }

    .kxjvla-left {
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }

    .mkfkdc, .kjbvxz {
        font-size: 14px
    }

    .img1sa img {
        left: -103px;
    }

    .kxjcvk {
        width: 32%;
        margin-top: 10px;
        font-size: 14px;
    }

    .kxjvla-right {
        display: none
    }

    .home-InDecalUV {
        padding-bottom: 30px;
    }
    .home-InDecalUV:before{
        display:none
    }
}
