.vti-video-banner-wrapper {
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F3F4F6;
    padding-top: 85px;
    padding-bottom: 140px;
    padding-left: 21%;
    width: 100%;
}

.vti-video-iframe-box {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #000;
}

.vti-video-iframe-container {
    position: relative;
    padding-bottom: 56.25%; /* Ép khung tỷ lệ 16:9 chuẩn Youtube */
    height: 0;
    overflow: hidden;
}

.vti-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vti-video-placeholder {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: #333;
}

.software-service__list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    padding: 28px 0;
    align-items: flex-start;
}

.info__image-column {
    min-width: 680px;
    border-radius: 16px;
    overflow: hidden;
}

.software-service__item {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 24px;      
    line-height: 36px;       
    letter-spacing: 0.36px;    
    border: 1px solid #272E4E;
    border-radius: 8px;
    background-color: #ffffff;
    color: #272E4E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0; 
}

.software-service__item.active {
    background-color: #0781FF;
    color: #ffffff;
    border-color: #0781FF;
}

.software-service__info {
    display: flex;
    gap: 38px;
}

.software-feature__item {
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.software-feature__item svg {
    flex-shrink: 0;
    margin-top: 8px;
}

.software-service__info p.description {
    margin-bottom: 20px;
}

.software-service {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 58px; 
}

/* Retail Tabs CSS */
.tabs-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.tabs-container .tabs-container__tabs {
    display:flex;
    border: 1px solid #98A2B3;
    align-self: center;
    border-radius: 8px;
    padding: 8px 16px;
    gap: 28px;
    color: #565E64;
    justify-content: space-between;
}

.tabs-container__tabs .tab {
    padding: 15px 26px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
}
.tabs-container__tabs .tab.active {
    background-color: #0781FF;
    color: #ffffff;
}
.tabs-container .tabs-container__content {
    display: flex;
    gap: 40px;
    width: 100%;
}
.tabs-container__content-title{
    margin-bottom: 8px;
}
.tabs-container__content-description{
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: var(--main-text);
    margin: 0;
    margin-bottom: 8px;
}
.tabs-container__content .tabs-container__content-image {
    min-width: 680px;
    padding-top: 36px;
}

.tabs-container__content-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.tab-feature__item h4{
    font-family: 'SF Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #272E4E;
    margin-bottom: 8px;
    letter-spacing: 0.32px;

}
.tab-feature__item ul{
    list-style: none;
}
.tab-feature__item ul li, .tab-feature__item p{
    font-family: 'SF Pro', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    position: relative;
}
.tab-feature__item ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    background: #1890FF;
    display: block;
    position: absolute;
    left: -18px;
    top: 8px;
}
.tabs-container .slide-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cột */
    grid-template-rows: repeat(2, auto);   /* 2 hàng */
    gap: 18px 28px;
    padding: 28px 0px;
}
.tabs-container__content-wrapper{
    flex-basis: 60%;
    min-width: 0;
}
.tabs-container__content-wrapper .owl-theme .owl-nav{
    position: absolute;
    right: 0;
    margin: 0;
}
.tabs-container__content-wrapper .owl-dots{
    position: absolute;
}
.tabs-container .tabs-container__content-wrapper .owl-nav button{
    margin-top: 0 !important;
}
.tabs-container__content-wrapper .owl-theme .owl-dot.active span{
    background: #0050AE !important;
}
.tabs-container__content-wrapper .owl-theme  .owl-dot{
    margin-right: 0;
}

.vti-cta-banner-container {
    position: relative;
    background-color: #f6f7f9;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 40px 40px 40px 370px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 220px;
    max-width: 1160px;
}

.vti-cta-image-wrapper {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 315px;
    height: 315px;
    border-radius: 50%;
    z-index: 2;
}

.vti-cta-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.vti-cta-badge {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 60px;
    height: auto;
    z-index: 3;
}

.vti-cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.vti-cta-title {
    color: var(--brand-heading);
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 0;
}

.vti-cta-desc {
    color: var(--main-text);
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 18px;
}

.vti-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brand-color);
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    padding: 3px 21px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.vti-cta-button:hover {
    background-color: #084bb8;
    color: #ffffff;
}

@media (max-width: 767px) {
    .vti-video-banner-wrapper {
        background: none !important;
        background-image: none !important;
        padding: 0;
    }

    .vti-video-banner-wrapper .vti-video-iframe-box {
    max-width: 100% !important;
    width: 100%;
    }

    .vti-video-banner-wrapper .vti-video-iframe-container {
    width: 100%;
    }

    .vti-video-banner-wrapper .vti-video-iframe {
    width: 100%;
    height: auto;
    }

    .software-service__info p.description,
    .software-feature h4 {
        text-align: center;
    }

    .info__image-column {
        min-width: 100%;
    }

    .software-service__list {
        justify-content: center;
    }

    .software-service {
        gap: 28px;
    }

    .tabs-container{
        gap: 28px;
    }
    .tabs-container .slide-container{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
    }
    .tabs-container .tabs-container__content{
        flex-direction: column;
        gap: 52px;
    }
    .tabs-container__content-wrapper, .tabs-container__content .tabs-container__content-image{
        flex-basis: 100%;
        min-width: 100%;
        padding-top: 0;
    }
    .tabs-container__content-wrapper {
        order: 2;
    }
    .tabs-container__content-image {
        order: 1;
    }
    .tabs-container .tabs-container__tabs{
        flex-direction: column;
        gap: 18px;
        align-items: center;
        align-self: auto;
        padding: 11px 8px;
    }
    .tabs-container__content-description{
        padding-bottom: 0;
        border-bottom: none;
    }
    .tabs-container__tabs .tab{
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.36px;
        padding: 8px;
    }
    .vti-cta-banner-container {
        padding: 120px 20px 30px 20px;
        margin-top: 100px;
        flex-direction: column;
        text-align: center;
    }

    .vti-cta-image-wrapper {
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        width: 240px;
        height: 240px;
    }

    .vti-cta-button {
        margin: 0 auto;
    }

    .vti-cta-badge {
        top: 0px;
        right: 0px;
        width: 60px;
        height: auto;
        z-index: 3;
    }
}

@media (max-width: 1023px) {
    .software-service__info {
        flex-direction: column;
        gap: 28px;
    }
}

@media (min-width: 1024px) {
    .software-service__list {
        width: 73.125rem;
    }
}