/* base color gradient AI */
/* background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
/* end base color gradient AI */

/* base button styles */
.crm-action-buttons {
    /* box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05); */
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    /* margin-bottom: 40px; */
}

.crm-btn-primary {
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(76deg, #1B49F5 0%, #5993FF 100%);
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 4px;
}

.crm-btn-text-white {
    /* padding: 0 2px; */
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.crm-btn-outline {
    min-width: 140px;
    padding: 14px 24px;
    background: linear-gradient(226deg, #F8FAFF 0%, #EEF4FF 100%);
    overflow: hidden;
    border-radius: 12px;
    outline: 2px #1B49F5 solid !important;
    outline-offset: -2px;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.crm-btn-outline-icon {
    min-width: 140px;
    padding: 14px 20px 14px 24px;
    background: white;
    overflow: hidden;
    border-radius: 12px;
    outline: 2px #D9E6FF solid !important;
    outline-offset: -2px;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.crm-btn-text-brand {
    text-align: center;
    color: #1B49F5;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.crm-icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.crm-icon-box {
    width: 24px;
    height: 24px;
}

.crm-icon-arrow {
    width: 24px;
    height: 24px;
}
/* end base button styles */
/*banner change  */
.td-header-wrap .td-header-menu-wrap-full {
    position: relative;
}
.wrap-page-content{
    position: relative;
}

@media (min-width: 1100px) {
    .container {
        width: 1310px;
    }
}

.td-theme-wrap .footer{
    display:none;
}
.td-page-content{
    padding: unset;
}


/* section banner */
.crm-hero-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
    padding-top: 92px;
    background: url(/sites/amis/images/pages/crm-v3-agent/bg-banner.webp);
    background-position: center;
    background-size: cover;
}

.crm-content-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* gap: 42px; */
    position: relative;
    /* margin-top: 116px; */
}

.crm-text-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.crm-heading-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.heading-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.crm-title-row {
    display: block;
}

.title-flex {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
}

.crm-title-text {
    text-align: center;
    color: #181D27;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.crm-title-highlight {
    text-align: center;
    font-size: 54px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    /* max-width: 660px; */
}

.subtitle-text {
    text-align: center;
    color: #252B37;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    word-wrap: break-word;
}

.subtitle-highlight {
    text-align: center;
    font-size: 24px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.subtitle-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* tooltip ai agent note */
.tooltip-ai-agent {
    position: absolute;
    top: calc(100% + 8px);
    left: 564%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

.subtitle-icon:hover .tooltip-ai-agent {
    opacity: 1;
    visibility: visible;
}

.tooltip-ai-agent-content {
    width: 318px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 24px rgba(10, 27, 137, 0.15);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.tooltip-ai-agent-text {
    width: 294px;
    color: #101828;
    font-size: 12px;
    font-family: 'Inter';
    line-height: 16px;
    word-wrap: break-word;
}

/* Arrow cho tooltip */
.tooltip-ai-agent::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 37px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}
/* end tooltip ai agent note */

.icon-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #3990FF;
}

.crm-description {
    width: 888px;
    text-align: center;
    color: #374151;
    font-size: 20px;
    font-family: Inter, sans-serif;
    line-height: 32px;
    word-wrap: break-word;
}

/* section crm hero banner form */
.crm-hero-banner-section {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 24px;
    align-items: start;
    margin-top: 42px;
    width: 100%;
    /* margin-bottom: 108px; */
    position: relative;
}

.crm-hero-banner-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm-hero-banner-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    /* position: absolute; */
    /* width: 725px; */
    top: 0;
}

.crm-hero-form-placeholder {
    min-height: 400px;
    max-width: 515px;
    border-radius: var(--radius-3xl, 24px);
    border: 3px solid var(--Color, #FFF);
    background: var(--Base-Transparens-white-80, rgba(255, 255, 255, 0.80));
    box-shadow: 0 0 2.877px 0 #FFF inset, 0 3.836px 9.59px 0 rgba(210, 206, 227, 0.16);
    backdrop-filter: blur(8px);
    display: flex;
    width: 515px;
    padding: var(--space-32, 32px) var(--space-40, 40px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--space-24, 24px);
}
/* end section crm hero banner form */

@media (max-width: 979px) {
    .subtitle-text{
        font-size: 15px;
    }
        .subtitle-text br{
display: none;
    }
.crm-btn-primary,.crm-btn-outline,.crm-btn-outline-icon{
    width: fit-content;
    padding:14px;
    min-width: unset;
}
    
.crm-btn-primary .crm-btn-text-white, .crm-btn-outline .crm-btn-text-brand, .crm-btn-outline-icon .crm-btn-text-brand {
    font-size: 14px;
}
    .crm-hero-banner-image img{
        position: unset;
    }
    .crm-hero-container {
        gap: 32px;
        padding-top: 40px;
    }

    .crm-content-wrapper {
        /* gap: 24px; */
    }

    .crm-text-section {
        gap: 24px;
    }

    .crm-heading-group {
        gap: 16px;
    }

    .crm-title-text,
    .crm-title-highlight {
        font-size: 21px;
    }

    .crm-description {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .crm-action-buttons {
        flex-wrap: wrap;
        gap: 8px;
    }

    /* section crm hero banner form responsive */
    .crm-hero-banner-section {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .crm-hero-form-placeholder {
        width: 100%;
    }
    /* end section crm hero banner form responsive */
}

/* end section banner */
/* section 2 */
:root {
    --primary: #2563EB;
    --text-700: #374151;
    --text-500: #6B7280;
    --surface: #FFFFFF;
}

.section.hero-surface {
    width: 100%;
    min-height: 100%;
    /* display: flex; */
    justify-content: flex-start;
    padding: 96px 0 0 0;
    background: linear-gradient(180deg, #F2F6FF 0%, #FFF 100%);
}

.stack-lg {
    gap: 84px;
}

.brand-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap:24px; */
    flex-wrap: wrap;
    margin-bottom: 32px;
    gap: 32px;
}

.brand-card {
    width: 150px;
    height: 84px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.brand-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.stats-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 84px;
}

.stat-tile {
    height: 118px;
    padding: 22px 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.glass {
    background: rgba(255, 255, 255, 0.8);
    /* box-shadow: 10px 20px 100px rgba(14, 38, 116, 0.10); */
    outline: 3px #FFFFFF solid;
    outline-offset: -3px;
    backdrop-filter: blur(10px);
}

.stat-value {
    color: #0A0D12;
    font-family: 'Inter Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.stat-label {
    color: #414651;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.hero-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    background: url(/sites/amis/images/pages/crm-v3-agent/bg-ai.webp);
    border-radius: 32px;
    background-size: cover;
    padding: 79px 64px;
    background-repeat: no-repeat;
}

.hero-block .hero-title {
    text-align: center;
}

.t-strong {
    color: #000;
    font-family: 'Inter Bold', sans-serif;
}

.t-accent {
    background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Inter Bold', sans-serif;
    font-size: 32px;
    line-height: 40px;
}

.hero-panel {
    position: relative;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    /* background: url(/sites/amis/images/pages/crm-v3-agent/bg-ai.webp); */
    /* border-radius: 32px; */
    /* background-size: cover; */
    /* padding: 96px 64px; */
    /* background-repeat: no-repeat; */
}

.panel-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 368px;
}

.panel-left .crm-action-buttons {
    margin-top: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.feature-text {
    color: #252B37;
    font-size: 16px;
    line-height: 24px;
}

.badge {
    width: 56px;
    height: 56px;
}

.badge-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.badge-text {
    font-family: 'Inter SemiBold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #111827;
}

.panel-right {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
}

.panel-right>a {
    box-shadow: 0 4px 80px 0 rgba(10, 27, 137, 0.12);
}

.video-stack {
    opacity: 1 !important;
    z-index: 2;
    width: 100%;
    /* aspect-ratio: 1272 / 566; */
    /* border-radius: 32px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #FFFFFF; */
}

.video-frame {
    box-shadow: 0 4px 80px 0 rgba(10, 27, 137, 0.12);
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* border-radius: 32px; */
}

.video-glass {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(235, 241, 255, 0.40) 0%, rgba(235, 241, 255, 0.40) 100%);
}

.video-play {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -50%;
    margin-right: -50%;
}

.play-ring-xl {
    width: 79px;
    height: 79px;
    border-radius: 50%;
}

.play-ring-lg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: -69.5px;
}

.play-core {
    width: 14px;
    height: 19px;
    margin-left: -37px;
}

.cta-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cta {
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Inter SemiBold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05);
}

.cta-primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: #FFFFFF;
}

.cta-outline {
    background: #FFFFFF;
    color: var(--primary);
    outline: 1.5px var(--primary) solid;
    outline-offset: -1.5px;
    padding-right: 18px;
}

.cta-icon {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

@media (max-width: 979px) {
    .hero-block{
        padding:20px;
        gap: 10px;
    }
    .section.hero-surface {
        padding: 40px 16px;
        padding-top: 0;
    }

    .container {
        gap: 48px;
    }

    .t-strong {
        font-size: 18px;
        line-height: 36px;
    }
    .t-strong br{
        display: none;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 34px;
    }

    .stat-value {
        font-size: 24px;
        line-height: 32px;
    }

    .stat-label {
        font-size: 16px;
        line-height: 22px;
    }

    .hero-panel {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 10px;
        display: grid;
    }

    .panel-right .video-stack {
        /* aspect-ratio: 16 / 9; */
    }

    .video-play {
        margin-left: 0;
        margin-right: 0;
    }

    .play-ring-xl {
        width: 64px;
        height: 64px;
    }

    .play-ring-lg {
        width: 48px;
        height: 48px;
        margin-left: -56px;
    }

    .play-core {
        width: 12px;
        height: 16px;
        margin-left: -30px;
    }

    .brand-row {
        gap: 16px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brand-card {
        width: auto;
        height: auto;
    }

    .cta-row {
        flex-wrap: wrap;
    }

    .cta {
        height: 48px;
        padding: 0 20px;
    }
}

/* end section 2 */
/* section 3 */
.crm-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 96px;
    font-family: Inter, sans-serif;
    color: #030712;
    padding: 96px 0;
    /* padding-bottom: 120px; */
    display: none;
}

.intro-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 40px;
}

.intro-title {
    /* max-width: 900px; */
    text-align: center;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 46px
}

.intro-title .accent {
    color: #2763FF
}

.intro-sub {
    font-size: 16px;
    line-height: 32px;
    color: #374151;
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* section intro sales type tags */
.intro-sales-types {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.sales-type-tag {
    padding: 6px 12px 6px 16px;
    background: #EEF4FF;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.sales-type-icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sales-type-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sales-type-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}

.sales-type-text {
    color: #414651;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 24px;
    word-wrap: break-word;
}

@media (max-width: 979px) {
    .intro-sales-types {
        padding-left: 10px;
        padding-right: 10px;
        gap: 16px;
    }

    .sales-type-tag {
        padding: 4px 10px 4px 12px;
    }

    .sales-type-text {
        font-size: 14px;
        line-height: 20px;
    }

    .sales-type-icon {
        width: 20px;
        height: 20px;
    }
}
/* end section intro sales type tags */

/* section preview all features button */
.preview-features-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
}

.preview-features-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 14px 24px;
    background: linear-gradient(76deg, #1B49F5 0%, #5993FF 100%);
    border-radius: 12px;
    text-decoration: none;
    /* transition: all 0.3s ease; */
}

.preview-features-btn:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 8px 16px rgba(27, 73, 245, 0.3); */
}

.preview-features-btn-text {
    color: white;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 24px;
    word-wrap: break-word;
}

.preview-features-btn-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-features-btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 979px) {
    .preview-features-btn-wrapper {
        margin-top: 32px;
    }

    .preview-features-btn {
        width: fit-content;
        padding: 14px;
        min-width: unset;
    }

    .preview-features-btn-text {
        font-size: 14px;
        line-height: 20px;
    }

    .preview-features-btn-icon {
        width: 18px;
        height: 18px;
    }
}
/* end section preview all features button */

.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #EDF1FF;
    padding: 10px 16px;
    border-radius: 16px;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
}

.usage-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #374151
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 65px;
    align-items: flex-start;
    /* margin-bottom: 84px; */
}

.media-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    opacity: 1 !important;
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 90px; */
    /* height: 90px; */
    z-index: 10;
    cursor: pointer;
}

.play-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media-frame {
    width: 100%;
    max-width: 857px;
    border-radius: 32px
}

.media-screenshot {
    width: 95%;
    max-width: 803px;
    margin-top: -550px;
    border-radius: 16px;
    border: 2px solid #fff;
    box-shadow: 0 4px 60px rgba(10, 27, 137, .1)
}

.feature-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 518px
}

.check-item img {
    width: 24px;
    height: 24px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    padding: 20px 16px;
    cursor: pointer;
}

.feature-card.is-active {
    border-radius: var(--radius-xl, 16px);
    border: 1px solid var(--Blue-100, #D9E6FF);
    background: #FFF;
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
}

.feature-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
}

.feature-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 8px
}

.feature-card:not(.is-active) .feature-body {
    display: none;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #374151
}

.banner-try {
    margin-bottom: 96px;
}
.cta-banner {
    position: relative;
    gap: 16px;
    background: url(/sites/amis/images/pages/crm-v3-agent/formtrial.webp);
    box-shadow: 10px 20px 100px rgba(14, 38, 116, .1);
    background-size: cover;
    border-radius: 24px;
}

.cta-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 620px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.cta-title {
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 46px;
    color: #fff
}

.cta-sub {
    font-size: 16px;
    color: #fff
}

.wrap-left {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    margin-left: 42px;
}

.cta-actions {
    display: flex;
    gap: 12px;
    padding: 79px;
    background: url(/sites/amis/images/pages/crm-v3-agent/bg-button.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 109px;
    padding-bottom: 40px;
    padding-right: 106px;
    padding-left: 143px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 52px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    text-decoration: none
}

.btn.primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: #fff;
    border: unset;
}

.btn.outline {
    background: #fff;
    color: #2563EB
}

/* Responsive: <= 979 px */
@media (max-width: 979px) {
    .cta-text{
        padding-left:10px;
    }
    .intro-title {
        font-size: 32px
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .media-box {
        order: 2;
        position: relative;
    }

    .play-icon {
        width: 60px;
        height: 60px;
    }

    .media-screenshot {
        margin-top: -440px
    }

    .feature-stack {
        max-width: none
    }

    .cta-banner {
        flex-direction: column;
        text-align: center;
        /* padding: 32px 24px; */
        padding-top: 28px;
    }

    .wrap-left {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .cta-title {
        font-size: 26px;
    }

    .cta-actions {
        flex-direction: column;
        width: 100%;
        padding: 45px;
        background-position: -32px;
        background-position-y: 9px;
        flex-wrap: wrap;
    }

    .btn {
        width: fit-content;
        padding: 14px;
        font-size: 14px;
    }
}

/* section 3 */

/* section x3 nang suat */
.section-x3-productivity {
    width: 100%;
    background: #FFFFFF;
    padding: 96px 0;
    font-family: Inter, sans-serif;
}

.x3-footer-note {
    position: absolute;
}

.wrap-x3-button {
    position: relative;
    max-width: 206px;
}

.x3-footer-actions {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.x3-productivity-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.x3-productivity-title {
    color: #030712;
    font-size: 20px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 48px;
    color: var(--Text-Blue, #2662FF);
    text-align: center;
    font-style: normal;
    font-family: 'Inter SemiBold';
    line-height: var(--Line-height-m, 28px); /* 140% */
    letter-spacing: var(--Letter-spacing-None, 0);
}

.x3-productivity-subtitle {
    color: #374151;
    font-size: 20px;
    line-height: 32px;
    color: var(--Text-Primary, #181D27);
    text-align: center;

/* Title 1/Bold */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-family: 'Inter Bold';
    line-height: 40px; /* 125% */
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

.x3-productivity-content {
    display: grid;
    grid-template-columns: 484px 1fr;
    gap: 64px;
    align-items: flex-start;
}

.x3-accordion-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.x3-accordion-item {
    /* background: #FFFFFF; */
    border-radius: 16px;
    /* overflow: hidden; */
    cursor: pointer;
    /* transition: all 0.3s ease; */
}

.x3-accordion-item:not(.active) {
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
    background: #FFFFFF;
}

.x3-accordion-item.active {
    border-radius: var(--radius-xl, 16px);
    border: 1px solid var(--Blue-100, #D9E6FF);
    background: #FFF;
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
}

.x3-accordion-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
}

.x3-step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: linear-gradient(135deg, #2563EB 0%, #1B49F5 100%);
    font-size: 20px;
    font-family: 'Inter Bold', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--blue, linear-gradient(180deg, #3990FF 0%, #2662FF 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-family: 'Inter Bold';
    line-height: var(--Line-height-m, 28px); /* 70% */
    letter-spacing: var(--Letter-spacing-None, 0);
}

.x3-accordion-item:not(.active) .x3-step-number {
    /* background: #F3F4F6; */
    /* color: #6B7280; */
}

.x3-step-title {
    color: #030712;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
    color: var(--Text-Primary, #181D27);

/* Title 2/Bold */
    font-size: 20px;
    font-style: normal;
    line-height: var(--Line-height-m, 28px); /* 140% */
    letter-spacing: var(--Letter-spacing-None, 0);
}

.x3-accordion-item:not(.active) .x3-step-title {
    /* color: #6B7280; */
}

.x3-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
}

.x3-accordion-item.active .x3-accordion-body {
    max-height: 500px;
    padding: 0 24px 24px;
}

.x3-step-description {
    color: #374151;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.x3-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    color: #1B49F5 !important;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    border-radius: var(--radius-l, 12px);
    border: 2px solid var(--Gradient-Base-Blue, #1B49F5);
    background: var(--Gradient-Second-Sky-1, linear-gradient(244deg, var(--Blue-25, #F8FAFF) 10.19%, var(--Blue-50, #EEF4FF) 105.78%));

/* Backdrop blurs/lg */
    backdrop-filter: blur(12px);
}

.x3-btn-primary:hover {
    transform: translateY(-2px);
}

.x3-image-container {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 24px;
    overflow: hidden;
}

.x3-image {
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 24px;
}

.x3-image.active {
    opacity: 1;
}

.x3-footer-note {
    margin-top: 8px;
    text-align: center;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

@media (max-width: 979px) {
    .wrap-x3-button{
        width: fit-content;
        max-width: unset;
    }
    
    .x3-btn-primary {
        padding: 14px;
        font-size: 14px;
    }
    
    .x3-footer-note {
        position: relative;
    }

.x3-footer-note {
    position: absolute;
    left: 0;
}
    .section-x3-productivity {
        padding: 56px 16px;
    }

    .x3-productivity-header {
        margin-bottom: 40px;
    }

    .x3-productivity-title {
        font-size: 28px;
        line-height: 36px;
    }

    .x3-productivity-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .x3-productivity-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .x3-image-container {
        height: 300px;
        order: -1;
    }

    .x3-footer-actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        /* flex-wrap: wrap; */
    }

    .x3-accordion-header {
        padding: 16px;
    }

    .x3-step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .x3-step-title {
        font-size: 16px;
    }

    .x3-accordion-item.active .x3-accordion-body {
        padding: 0 16px 16px;
    }
}
/* end section x3 nang suat */

/* section 4 */
.mobile-app {
    background: #f2f6ff;
    display: flex;
    justify-content: center;
    padding: 96px 320px 0 320px;
    display: none;
}

.mobile-app__inner {
    /* width: 100%; */
}

.mobile-app__title {
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    font-size: 40px;
    color: #030712;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.mobile-app__title--highlight {
    color: #2764ff;
}

.mobile-app__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 120px;
}

.features {
    display: grid;
    gap: 20px 32px;
    max-width: 813px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

img.feature__icon {
    width: 24px;
    height: 24px;
}

.feature__text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #252B37;
}

.download {
    display: flex;
    align-items: center;
    gap: 14px;
}

.download__qr {}

.download__qr img {
    /* border-radius: 6px; */
    /* width: 101px; */
    /* height: 100px; */
}

.download__badges {
    display: flex;
    flex-direction: column;
    /* gap: 14px; */
}

.download__badge {
    /* width: 187px; */
    /* height: 56px; */
}

/* Phone mock-ups */
.screens {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.screens__phone {
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    width: 100%;
    width: 356px;
    border-radius: 36px 36px 0px 0px;
}

.screens__phone:nth-child(2) {
    margin-top: -34px;
    width: 391px;
}
.center-phone {
    margin-top: -34px;
    width: 391px;
}

@media (max-width: 979px) {
    .mobile-app__title {
        font-size: 32px;
    }

    .download {
        flex-wrap: wrap;
        justify-content: center;
    }

    .screens__phone:nth-child(2) {
        margin-top: 0;
    }

    .mobile-app__inner {
        gap: 40px;
    }

    .mobile-app {
        padding: 48px 24px;
    }

    .mobile-app__content {
        flex-direction: column;
        align-items: center;
    }

    .features {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .download__badges {
    }

    .screens {
        gap: 24px;
        flex-wrap: wrap;
    }

    .screens__phone {
        max-width: 280px;
    }
}

/* end section 4 */
/* section 5 */
.crm-benefits {
    width: 100%;
    background-color: #ffffff;
    padding: 96px 0 96px 0;
    padding-top: 0;
}

/* section crm benefits header */
.crm-benefits-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
}

.crm-benefits-title {
    text-align: center;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 40px;
    color: #030712;
}

.crm-benefits-title-text {
    color: #030712;
}

.crm-benefits-title-highlight {
    background: linear-gradient(66deg, #1B49F5 0.38%, #875BF7 51.18%, #F969B7 94.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Inter Bold', sans-serif;
}

@media (max-width: 979px) {
    .crm-benefits-header {
        margin-bottom: 40px;
    }
    
    .crm-benefits-title {
        font-size: 24px;
        line-height: 32px;
    }
}
/* end section crm benefits header */

.crm-benefits-inner {
    /* max-width: 1440px; */
    margin: 0 auto;
    /* padding-top: 150px; */
    display: flex;
    flex-direction: column;
    gap: 96px;
    box-sizing: border-box;
}

.feature-section {
    width: 100%;
}

.feature-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}

.feature-row-reverse {
    /* flex-direction: row-reverse; */
}

/* Cot anh va noi dung */
.feature-media {
    /* flex: 0 0 50%; */
    /* display: flex; */
    /* justify-content: center; */
    /* width: 608px; */
}

.feature-image {
    position: relative;
    /* width: 100%; */
    /* max-width: 686px; */
    /* height: auto; */
    display: block;
}

.feature-content {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 608px;
    width: auto;
}

/* Tieu de + mo ta */
.feature-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-title {
    color: #030712;
    font-family: 'Inter Bold', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    line-height: 1.2;
}

.feature-description {
    color: #374151;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 26px;
}

/* Danh sach bullet */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    /* width: max-content; */
}

.feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.feature-item-text {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: var(--Text-Tertiary, #414651);
}

.feature-item-text-strong {
    font-family: 'Inter SemiBold', sans-serif;
}

.feature-item-text-normal {
    font-family: 'Inter';
}

/* CTA buttons */
.feature-cta-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    /* box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05); */
    padding-top: 4px;
    padding-bottom: 4px;
}

.feature-cta {
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    cursor: pointer;
}

.feature-cta-primary {
    background-image: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
}

.feature-cta-secondary {
    background-color: #ffffff;
    border: 1.5px solid #2563EB;
    outline-offset: -1.5px;
    background: var(--Gradient-Second-Sky-1, linear-gradient(244deg, var(--Blue-25, #F8FAFF) 10.19%, var(--Blue-50, #EEF4FF) 105.78%));
}

.feature-cta-text {
    text-align: center;
    color: #ffffff;
    font-family: 'Inter SemiBold', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
}

.feature-cta-secondary .feature-cta-text {
    color: #2563EB;
}

/* Responsive: max-width 979px */
@media (max-width: 979px) {
    .feature-item{
        width: 100%;
    }
    .feature-image {
    width: 100%;
}
    
    .feature-cta {
        width: fit-content;
        padding: 10px;
        min-width: unset;
        height: fit-content;
    }
    
    .feature-cta-text {
        font-size: 14px;
    }
    .crm-benefits {
        padding: 50px 0 50px 0;
    }

    .crm-benefits-inner {
        /* padding: 80px 16px; */
        gap: 80px;
    }

    .feature-row {
        flex-direction: column;
        gap: 32px;
    }

    .feature-row.feature-row-reverse {
        flex-direction: column-reverse;
    }

    .feature-media,
    .feature-content {
        flex: 1 1 auto;
        width: 100%;
    }

    .feature-title {
        font-size: 28px;
    }

    .feature-list {
        gap: 16px;
    }

    .feature-item-text {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-cta-group {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 6px;
    }

    .feature-cta-text {
        white-space: normal;
    }

    .crm-benefits .crm-btn-outline-icon {
        width: fit-content;
        height: fit-content;
        padding: 10px;
    }
}

/* feature-data-label */
.feature-data-label {
    width: 100%;
    color: #2662FF;
    font-size: 20px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 28px;
    word-wrap: break-word;
}
/* end feature-data-label */

/* end section 5 */
/* section 6 */
.app-connection-hero {
    width: 100%;
    box-sizing: border-box;
    padding: 96px 0 102px 0;
    background: url(/sites/amis/images/pages/crm-v3-agent/app-connection-hero.webp);
    background-size: cover;
    background-position: center;
    display: none;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* gap: 24px; */
    text-align: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.hero-title {
    font-family: 'Inter Bold', sans-serif;
    color: #030712;
    font-size: 32px;
    line-height: 1.2;
    word-wrap: break-word;
    margin-bottom: 12px;
}

.hero-description {
    color: #374151;
    font-size: 20px;
    line-height: 32px;
    word-wrap: break-word;
    max-width: 800px;
}

.cta-button-group {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.cta-button-content {
    white-space: nowrap;
}

.cta-button-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.cta-button--primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: white;
    border: none;
    box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.05);
}

.cta-button--primary:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 4px 12px rgba(38, 98, 255, 0.4); */
}

.cta-button--secondary {
    background: white;
    color: #2563EB;
    border: 1px solid #2563EB;
}

.cta-button--secondary:hover {
    /* background-color: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2); */
}

@media (max-width: 979px) {
    .hero-container {
        gap: 20px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-description {
        font-size: 18px;
    }

    .cta-button-group {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .cta-button {
        width: 100%;
        max-width: 400px;
    }
}

/* end section 6 */
/* section 7 */
.industry-section {
    width: 100%;
    padding: 96px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    background: #EEF4FF;
}

.industry-section__full-width-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-section__container {
    width: 100%;
    max-width: 1272px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
}

.industry-section__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    text-align: center;
}

.industry-section__title {
    color: black;
    font-size: 32px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 48px;
    margin: 0 auto;
}

.industry-section__subtitle {
    color: #374151;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

.industry-cards {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.industry-card {
    flex: 1 1 calc(25% - 18px);
    border-radius: 16px;
    box-sizing: border-box;
}

.industry-card__content {
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    /* outline: 2px #E5E7EB solid; */
    outline-offset: -2px;
    backdrop-filter: blur(35px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
}

.industry-card__header {
    align-self: stretch;
    height: 40px;
    background: #2563EB;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.industry-card__title {
    color: white;
    font-size: 18px;
    font-family: 'Inter SemiBold', sans-serif;
    word-wrap: break-word;
}

.industry-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-grow: 1;
}

.industry-card__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.cta-button-group {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.cta-button-content {
    white-space: nowrap;
}

.cta-button-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.cta-button--primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: white;
    border: none;
    box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.05);
}

.cta-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 98, 255, 0.4);
}

.cta-button--secondary {
    background: white;
    color: #2563EB;
    border: 1px solid #2563EB;
}

.cta-button--secondary:hover {
    background-color: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

@media (max-width: 979px) {
    .industry-card__title{
        font-size:14px;
    }
    .industry-section {
        padding: 48px 0;
        gap: 32px;
    }

    .industry-section__title {
        font-size: 24px;
        line-height: 40px;
    }

    .industry-section__subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    .industry-section__subtitle br{
        display:none;
    }

    .industry-card {
        flex: 1 1 calc(50% - 12px);
    }

    .cta-button-group {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .cta-button {
        width: 100%;
        max-width: 400px;
    }
}

/* end section 7 */
/* section 8 */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
}

.register-section {
    background: url(/sites/amis/images/pages/crm-v3-agent/bg-register.webp);
    width: 100%;
    position: relative;
    /* border-radius: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* display: none; */
}

/* .register-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('bg-register.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
} */
.register-section__container {
    /* background: url(/sites/amis/images/pages/crm-v3-agent/bg-register.webp); */
    /* padding: 80px 42px 42px 42px; */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    position: relative;
}

.register-section__header {
    width: 100%;
    max-width: 898px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 42px;
}

.register-section__title {
    color: white;
    font-size: 40px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 48px;
    word-wrap: break-word;
}

.register-section__content {
    display: flex;
    justify-content: space-between;
}

.register-section__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    max-width: 829px;
}

.register-section__feature-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.register-section__feature-icon {}

.register-section__feature-icon img {
    width: 80px;
    height: 76px;
    object-fit: contain;
}

.register-section__feature-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 288px;
}

.register-section__feature-title {
    color: white;
    font-size: 18px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__feature-description {
    color: white;
    font-size: 16px;
    word-wrap: break-word;
}

.register-section__subtitle {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 18px;
    line-height: 24px;
    grid-column: span 2;
    max-width: 475px;
    font-family: 'Inter SemiBold', sans-serif;
}

.register-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 508px;
    border-radius: 36px;
    background: url(/sites/amis/images/pages/crm-v3-agent/bg-form.webp);
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-section__form {
    padding: 38px 0px;
    background: white;
    box-shadow: 24px 24px 100px -12px rgba(0, 82.38, 235.38, 0.50);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* gap: 24px; */
    width: 100%;
    /* max-width: 400px; */
    padding-bottom: 16px;
    padding: 32px;
}

.register-section__form-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.register-section__form-title {
    width: 100%;
    text-align: center;
    color: #27272D;
    font-size: 24px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-subtitle {
    width: 100%;
    text-align: center;
    color: #2563EB;
    font-size: 16px;
    font-family: 'Inter Bold', sans-serif;
    word-wrap: break-word;
}

.register-section__form-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.register-section__form-field {
    align-self: stretch;
    padding: 11px 12px;
    background: white;
    border-radius: 8px;
    border: 1px #D1D5DB solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.register-section__form-input-placeholder {
    flex: 1 1 0;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.register-section__form-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.register-section__form-agreement {
    font-size: 14px;
    font-style: italic;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 18px;
    word-wrap: break-word;
    text-align: center;
}

.register-section__form-agreement span {
    color: black;
}

.register-section__form-agreement a {
    color: #0263E0;
    text-decoration: none;
}

.register-section__form-side-image {
    width: 100%;
    max-width: 508px;
    height: auto;
    opacity: 0.80;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(196, 196, 196, 0) 100%);
    box-shadow: 0px 4px 60px rgba(9.90, 26.89, 137.31, 0.10);
    border-radius: 36px;
    border: 2px white solid;
    backdrop-filter: blur(30px);
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Inter SemiBold', sans-serif;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.cta-button-content {
    white-space: nowrap;
}

.cta-button--primary {
    background: linear-gradient(270deg, #3990FF 0%, #2662FF 100%);
    color: white;
    border: none;
    align-self: stretch;
}

.cta-button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 98, 255, 0.4);
}

@media (max-width: 979px) {
    .register-section__container {
        background-size: cover;
        background-position: center;
        padding: 15px;
        padding-top: 20px;
    }

    .register-section {
        /* padding: 40px 20px; */
    }

    .register-section__title {
        font-size: 24px;
        line-height: 40px;
    }

    .register-section__content {
        flex-direction: column;
        gap: 40px;
    }

    .register-section__features {
        /* align-items: center; */
        max-width: 100%;
        /* grid-template-columns: 1fr; */
        display: flex;
        flex-wrap: wrap;
    }

    .register-section__form-wrapper {
        flex-direction: column;
        padding: unset;
    }

    .register-section__form {
        max-width: 100%;
        padding: 13px;
    }
}

/* New register section features styles */
.register-features-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}

.register-features-main {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
    /* padding-top: 94px; */
}

.register-features-title {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    padding-top: 94px;
}

.register-features-title-text {
    flex: 1 1 0;
    color: white;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    word-wrap: break-word;
}

.register-features-list {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.register-features-item {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.register-features-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-features-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.register-features-content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
}

.register-features-text {
    align-self: stretch;
}

.register-features-text-normal {
    color: white;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    word-wrap: break-word;
}

.register-features-text-bold {
    color: white;
    font-size: 16px;
    font-family: 'Inter Bold';
    line-height: 24px;
    word-wrap: break-word;
}

.register-features-demo-box {
    padding: 16px;
    border-radius: 12px;
    outline: 1px #8EB9FF solid;
    outline-offset: -1px;
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.register-features-demo-item {
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}

.register-features-demo-item-short {
    max-width: 312px;
}

.register-features-demo-item-long {
    max-width: 437px;
}

.register-features-demo-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-features-demo-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.register-features-demo-content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.register-features-demo-text {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    word-wrap: break-word;
}
@media(max-width:979px){
        .register-features-title-text {
        font-size: 26px;
    }
    .register-features-title{
    padding-top: 0;
}
    
}
/* end section 8 */
/*#region question */
page-title {
    margin: 0 auto;
}

.question-wrap {
    margin: 0;
    padding-top: 40px;
    font-size: 18px;
}

.ic-question {
    margin: 0 auto 10px;
}

.question .panel-group .panel {
    border-radius: 16px;
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 15px;
}

.question .panel-default>.panel-heading.collapsed {
    background: url(/sites/amis/images/pages/crm-v3-agent/ic-dow.webp) no-repeat right 15px top 20px;
    background-size: 12px;
}

.question .panel-default>.panel-heading {
    padding: 15px 35px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    background: url(/sites/amis/images/pages/crm-v3-agent/ic-up.webp) no-repeat right 15px top 25px;
    background-size: 12px;
    font-family: 'Inter SemiBold', sans-serif;
}

.panel-answer {
    padding: 0 35px 15px 15px;
    line-height: 1.5;
    font-size: 16px;
}

.panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0;
}

.panel-answer ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c8c8;
    left: 0;
    top: 6px;
}

.panel-answer ul li:last-child {
    padding-bottom: 0;
}

.panel-answer>div:not(:last-child) {
    padding-bottom: 6px;
}

.page-title {
    color: #212121;
    text-align: center;
    font-family: 'Inter Bold', sans-serif;
    font-size: 40px;
    font-style: normal;
}

.section-temp.question {
    padding: 64px 0 96px 0;
}

/* Style cho panel khi active */
.section-temp.question .panel-default:has(.panel-collapse.in) {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

/* Fallback cho trinh duyet khong ho tro :has() */
.section-temp.question .panel-default.active-panel {
    border-radius: var(--radius-4xl, 24px);
    border: 1px solid var(--Blue-400, #5993FF);
    background: var(--Base-White, #FFF);
    box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.03), 0 3px 6px -6px rgba(10, 27, 137, 0.03);
}

/* Style cho panel-heading khi active - su dung :has() */
.section-temp.question .panel-default:has(.panel-collapse.in) .panel-heading {
    color: var(--Text-Blue, #2662FF);
}

/* Fallback cho panel-heading khi active */
.section-temp.question .panel-default.active-panel .panel-heading {
    color: var(--Text-Blue, #2662FF);
}
@media(max-width:979px){
    .page-title{
        font-size:24px;
    }
}
/*#endregion */
/* robot  */
.robot {
    position: absolute;
}

img.robot.robot-1 {
    left: 68px;
    bottom: 415px;
    width: 254px;
}

img.robot.robot-2 {
    bottom: 0;
    right: 0;
}

img.robot.robot-5 {
    bottom: 0;
    right: 0;
    z-index: 3;
}

.robot.robot-4 {
    top: 14px;
    right: 311px;
    z-index: 3;
}

img.robot.robot-3 {
    bottom: 0;
    right: 50%;
    z-index: 3;
}

img.robot.robot-6 {
    right: -5px;
    bottom: -98px;
}

img.robot.robot-7 {
    bottom: 0;
    left: 37%;
}

img.robot.robot-8 {
    z-index: 1;
    bottom: -72px;
    left: 0;
}

img.robot.robot-9 {
    bottom: 0;
    left: 43%;
}

@media (max-width: 979px) {
    .robot {
        width: 20%;
    }
    img.robot.robot-6 {
        width: 51%;
    }



    img.robot.robot-1 {
        bottom: 0;
    }

    img.robot.robot-4 {
        /* top: -43px; */
        /* left: 50%; */
        right: 0;
    }

    img.robot.robot-7 {
        display: none;
    }

    img.robot.robot-3 {
        left: 0;
    }

    img.robot.robot-9 {
        left: 0;
        bottom: -51px;
    }
}

/* end robot  */
/* none */
/* div#zalo-vr {
    display: none;
}

.live-chat {
    display: none !important;
}

.hotline-quick-access {
    display: none;
}

.BackTop {
    display: none !important;
} */

/* end none */

/* Video Modal Styles */
#video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video-modal .video-container {
    position: relative;
    width: 80%;
    max-width: 900px;
}

#video-modal #close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}

#video-modal iframe {
    width: 100%;
    height: 500px;
    border: none;
}

/* Responsive for video modal */
@media (max-width: 768px) {
    #video-modal .video-container {
        width: 95%;
    }

    #video-modal iframe {
        height: 250px;
    }

    #video-modal #close-modal {
        top: -30px;
        font-size: 24px;
    }
}

/* section 10 */
.crm-testimonials {
    width: 100%;
    background: #EEF4FF;
    padding: 96px 240px;
    box-sizing: border-box;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #0a0d12;
    display: none;
}

.crm-testimonials__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    gap: 40px;
}

.crm-testimonials__title-wrap {
    max-width: 1227px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
    justify-items: center;
    text-align: center;
}

.crm-testimonials__title {
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #0a0d12;
    white-space: pre-line;
}

.crm-testimonials__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
}

.crm-testimonials__card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 12px 32px -6px rgba(141, 141, 141, 0.1);
    overflow: hidden;
    display: grid;
}

.crm-testimonials__card-inner {
    padding: 24px 24px 32px;
    display: grid;
    gap: 20px;
    box-shadow: 0 8px 24px -6px rgba(129, 166, 255, 0.08), 0 12px 32px -6px rgba(141, 141, 141, 0.10);
    border-radius: 24px;
}

.crm-testimonials__avatar {
    width: 100%;
    height: 236px;
    border-radius: 16px;
    object-fit: cover;
    display: block;
    background: #f2f4f7;
}

.crm-testimonials__person {
    display: grid;
    gap: 4px;
}

.crm-testimonials__name {
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
    color: #0a0d12;
}

.crm-testimonials__meta {
    font-size: 16px;
    font-family: Inter;
    line-height: 24px;
    color: #414651;
    white-space: pre-line;
}

.crm-testimonials__quote {
    font-size: 18px;
    font-family: 'Inter Medium';
    line-height: 24px;
    color: #0a0d12;
}

@media (max-width: 979px) {
    .crm-testimonials {
        padding: 56px 16px;
    }

    .crm-testimonials__title {
        font-size: 24px;
        line-height: 32px;
        white-space: unset;
    }

    .crm-testimonials__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .crm-testimonials__card-inner {
        padding: 16px;
    }

    .crm-testimonials__avatar {
        height: 220px;
    }
}

/* end section 10 */
/* section 11 */
.awards-section {
    width: 100%;
    background: 3fff;
    padding: 96px 240px;
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #2662ff;
    text-decoration: none;
}

span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #E9EAEB;
    text-decoration: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.swiper.awards-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: relative;
    z-index: 0;
    height: 342px;
}


.awards-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    gap: 40px;
}

.awards-head {
    max-width: 1227px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    justify-items: center;
    text-align: center;
}

.awards-title {
    color: #0A0D12;
    font-size: 32px;
    font-family: 'Inter Bold';
    line-height: 40px;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.award-card {
    /* background: #fff; */
    /* border-radius: 24px; */
    /* box-shadow: 0px 12px 32px -6px rgba(141, 141, 141, 0.10); */
    /* padding: 24px 24px 32px; */
    /* display: grid; */
    /* gap: 20px; */
    /* min-width: 0; */
}

.award-media {
    border-radius: 12px;
    height: 240px;
    width: 100%;
    object-fit: cover;
    display: block;
    background: linear-gradient(180deg,
            rgba(0, 59, 186, 0.40) 0%,
            rgba(21, 94, 239, 0) 23%,
            rgba(21, 94, 239, 0) 69%,
            rgba(0, 59, 186, 0.40) 100%);
}

.award-body {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.award-name {
    color: #0A0D12;
    font-size: 20px;
    font-family: 'Inter SemiBold';
    line-height: 28px;
}

.award-desc {
    color: #414651;
    font-size: 20px;
    font-family: Inter;
    line-height: 28px;
}

@media (max-width: 979px) {
    .awards-section {
        padding: 56px 16px;
    }

    .awards-head {
        max-width: 100%;
    }

    .awards-title {
        font-size: 26px;
        line-height: 34px;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .award-card {
        padding: 20px;
        border-radius: 20px;
    }

    .award-media {
        height: 200px;
    }

    .award-name,
    .award-desc {
        font-size: 18px;
        line-height: 26px;
    }
}

/* end section 11 */
/* menu */
/*#region Tab */
.amis-tab-custom {
    position: absolute;
    width: 100%;
    z-index: 1999;
    /* display: none; */
    top: 20px;
}

.amis-tab-custom.ex-two-menu {
    position: absolute;
    /* padding-top: 163px; */
    display: flex;
}

.amis-tab-custom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amis-tab-custom ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    /* width: 100%; */
}

.amis-tab-custom ul li {
    color: #212121;
    padding: 0;
    margin: 0;
}

.amis-tab-custom ul li:not(:last-child) {
    margin-right: 15px;
}

.amis-tab-custom li {
    display: flex;
}

.amis-tab-custom li:first-child {
    margin-left: 0;
    padding: 0;
}

.amis-tab-custom li a {
    color: #0A0D12;
    padding: 8px 10px;
    border-radius: 5px;
    opacity: 1;
    font-size: 16px;
    font-family: 'Inter';
}

.amis-tab-custom.stickyCss li a {
    color: #212121;
}

.amis-tab-custom.stickyCss li a i.arrow {
    border: solid #212121;
    border-width: 0 2px 2px 0;
    margin: 0 0 2px 2px;
    display: inline-block;
    opacity: 0.5;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 3px;
}

.amis-tab-custom ul li.active a {
    color: #fff;
    opacity: 1;
}

.amis-tab-custom.stickyCss ul li.active>a {
    color: #4262f0;
}

.amis-aiMarkting.stickyCss ul li.active>a {
    background: #FF5637;
    color: #fff;
}

.logo-banner-tab {
    /* display: none; */
    /* height: 29px; */
    display: flex;
    gap: 12px;
    /* width: 100%; */
    font-size: 24px;
    font-family: 'Inter SemiBold';
    align-items: center;
}

.logo-banner-tab img {
}

.logo-banner-tab img {
    height: 36px;
    width: 36px;
}

.amis-tab-custom.stickyCss .logo-banner-tab {
    /* display: block; */
}

.amis-tab-custom ul li.only-show-in-sticky {
    display: none;
}

.amis-tab-custom.stickyCss ul li.only-show-in-sticky {
    display: none;
}

.stickyCss {
    animation: .3s ease-out forwards zwc-slide-down-animate;
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    top: 0;
    box-shadow: 3px 7px 6px -5px #c9c4c4;
    z-index: 99999;
}
@keyframes zwc-slide-down-animate {
    0% {
        transform: translateY(-100px)
    }

    100% {
        transform: translateY(0)
    }
}

.menu-item {
    position: relative;
}

.menu-item ul.menu-child {
    list-style: none;
    box-shadow: 0 1px 8px -1px #e0e0e0;
    position: absolute;
    top: 44px;
    background: #fff;
    width: 300px;
    height: auto !important;
    padding: 10px 15px 10px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.amis-act .menu-item ul.menu-child {
    width: 400px;
}

.menu-item ul.menu-child::before {
    content: " ";
    display: block;
    position: absolute;
    left: 20px;
    top: -8px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.menu-item ul.menu-child::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

.menu-item ul.menu-child a {
    padding: 4px 0;
}

.menu-item:hover ul.menu-child {
    display: block;
    z-index: 99;
}

.td-toggle {
    display: none;
}

i.arrow {
    border: solid #A4A7AE;
    border-width: 0 2px 2px 0;
    margin: 0 0 2px 4px;
    display: inline-block;
    opacity: 0.5;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-child a {
    color: #212121 !important;
}

.menu-col-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 8px;
}

.menu-flex {
    display: flex;
}

.menu-col-1 {
    flex: 1;
}

.menu-col-3 {
    flex: 3;
} 

.amis-tab-custom.stickyCss .container {
    /* width: 100%; */
    /* max-width: 1600px; */
}

.amis-act.stickyCss a#tel-banner2 {
    background: url(/sites/amis/images/pages/amis-accounting/ic-phone.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #4262f0;
    padding: 0 13px 0 30px;
    display: inline-block;
    height: 32px;
}

.amis-act.stickyCss a#dungthu-banner2 {
    display: inline-block;
    background: #4262f0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

.amis-act.stickyCss a#dangnhap-banner2 {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    color: #4262f0;
    border: solid 1px #4262f0;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

.toggle-mobile {
    display: none;
}

.ic-mobile:before {
    background: url(/sites/amis-blog/images/digital-conversion-rate/ic-toggle-menu.png) no-repeat center;
    content: '';
    width: 42px;
    height: 42px;
    display: block;
}

.amis-tab-custom.stickyCss .logo-banner-tab img {
    width: auto;
    max-width: unset;
    height: 40px;
}
.wrap-menu-pc {
    padding: 0 15px;
}

@media (min-width: 1170px) {
    .amis-tab-custom .container {
        /* width: 1170px; */
    }
}

@media (min-width: 980px) {
    .amis-tab-custom.stickyCss ul {
        justify-content: flex-end;
    }

    .menu-item:hover ul.menu-child {
        display: flex;
        align-items: flex-start;
        flex-flow: row wrap;
        width: 445px;
    }

    .amis-act .menu-item:hover ul.menu-child {
        width: 600px;
        left: -250px;
    }

    .amis-act .menu-item ul.menu-child::before {
        left: 50%;
    }

    .menu-item ul.menu-child .menu-col {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .amis-tab-custom.stickyCss li a {
        font-size: 14px;
        padding: 8px;
    }

    .amis-tab-custom ul li:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 1070px) {
    .amis-tab-custom.stickyCss ul {
        display: none;
    }

    .amis-tab-custom.stickyCss .toggle-mobile {
        display: block;
    }

    .amis-tab-custom ul {
        display: none;
    }
}

@media (max-width: 979px) {
    .amis-tab-custom {
        display: none;
    }

    .amis-tab-custom.stickyCss {
        display: block;
    }
}

@media (max-width: 767px) {
    .amis-tab-custom {
        top: 15px;
    }

    .amis-tab-custom li a {
        font-size: 14px;
    }

    .amis-tab-custom.stickyCss {
        top: 0;
    }
}

.menu-item:hover ul.menu2 {
    display: block;
    width: 264px;
}

/*#endregion*/

/*#region mobile menu */
@media (max-width: 700px) {
    .amis-tab-custom-wrap ul:nth-child(2) {
        display: none;
    }
}

@media (min-width: 701px) {
    .amis-tab-custom-wrap ul:nth-child(3) {
        display: none;
    }
}

.amis-tab-custom-wrap ul:nth-child(3) {
    padding-bottom: 10px;
}

.amis-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 0;
    overflow-y: auto;
    background-image: linear-gradient(#36404a, #378bac);
}

.mobile-container {
    position: relative;
}

.mobile-close {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1000;
}

.mobile-header {
    height: 60px;
}

.mobile-close .td-icon-close-mobile {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    top: 4px;
    position: relative;
}

.mobile-content {
    padding: 20px 20px 0;
}

.mobile-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-content ul li {
    margin: 0;
    padding: 0;
}

.mobile-content li a {
    color: #fff;
    padding: 12px 30px 12px 12px;
    line-height: 1.42857143;
    display: block;
}

.mobile-content .td-icon-menu-right {
    font-size: 14px;
    padding: 6px 12px;
    right: 15px;
    position: absolute;
}

.mobile-content .mobile-sub-menu {
    display: none;
}

.mobile-content .mobile-sub-menu a {
    padding: 9px 26px 9px 36px;
}

.mobile-main-menu i {
    transition: transform 0.3s ease;
}

.mobile-main-menu i.rotate-down {
    transform: rotate(90deg);
    /* transition: transform 0.3s ease; */
}
a.misa-footer__contact-link.misa-footer__contact-strong {
    color: #2662FF;
}

/*#endregion*/
/* end menu */
/* vsupport */
section.vsupport {
    display: none;
}

 .fab-stack {
    width: 100%;
    height: 100%;
    padding: 0 64px 64px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 32px;
  }

  .fab-stack__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    outline-style: solid;
    outline-width: 8px;
  }

  .fab-stack__item--icon {
    width: 52px;
    height: 52px;
    gap: 10px;
  }

  .fab-stack__item--icon-white {
    /* background: #ffffff; */
    outline-color: rgba(83, 154, 255, 0.2);
    position: relative;
  }

  .fab-stack__item--icon-white::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.6) 0%, rgba(37, 99, 235, 0.3) 40%, rgba(37, 99, 235, 0) 70%);
    z-index: -1;
    animation: pulse-green 2s infinite;
  }

  @keyframes pulse-green {
    0% {
      transform: translate(-50%, -50%) scale(0.8);
      opacity: 0.8;
    }
    50% {
      transform: translate(-50%, -50%) scale(1.2);
      opacity: 0.4;
    }
    100% {
      transform: translate(-50%, -50%) scale(0.8);
      opacity: 0.8;
    }
  }

  .fab-stack__item--icon-gradient {
    /* background: linear-gradient(270deg, #5b7cff 0%, #466bff 100%); */
    outline-color: rgba(83, 154, 255, 0.2);
    position: relative;
  }

  .fab-stack__item--icon-gradient::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.6) 0%, rgba(37, 99, 235, 0.3) 40%, rgba(37, 99, 235, 0) 70%);
    z-index: -1;
    animation: pulse-green 2s infinite;
  }

  .fab-stack__icon {
    /* width: 32px; */
    /* height: 32px; */
    display: block;
    border-radius: 8px;
  }

  .fab-stack__item--cta {
    height: 52px;
    gap: 8px;
    justify-content: flex-start;
    position: relative;
    padding: 25px 11px;
    border: 8px solid transparent;
    border-radius: 9999px;
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(
        141deg,
        rgba(55, 148, 255, 0.10) 0%,
        rgba(213, 43, 255, 0.10) 100%
      ) border-box;
  }

  .fab-stack__item--cta::before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 246px;
    height: 70px;
    border-radius: 35px;
    background: radial-gradient(ellipse, rgba(37, 99, 235, 0.4) 0%, rgba(37, 99, 235, 0.2) 30%, rgba(37, 99, 235, 0) 60%);
    z-index: -1;
    animation: pulse-green 2s infinite;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fab-stack__avatar {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 128px;
    background: linear-gradient(141deg, #3794ff 0%, #d52bff 100%);
    outline: 2px solid #ffffff;
    outline-offset: -2px;
  }

  .fab-stack__avatar-img {
    /* width: 58px; */
    /* height: 75px; */
    /* display: block; */
    /* object-fit: cover; */
  }

  .fab-stack__label {
    color: #0a0d12;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-family: 'Inter SemiBold';
    line-height: 24px;
    white-space: nowrap;
  }

  @media (max-width: 979px) {
    .fab-stack {
      padding: 0 16px 24px 0;
      gap: 16px;
    }

    .fab-stack__item--cta {
      padding: 0 12px 0 8px;
    }

    .fab-stack__label {
      font-size: 14px;
      line-height: 20px;
    }
  }
/* end vsupport */

/* ai-agent-cta-button */
.ai-agent-cta-wrapper {
    width: 100%;
    box-shadow: 0px 12px 24px rgba(3.68, 91.64, 255, 0.25);
    border-radius: 12px;
    /* outline: 8px #CEE5FF solid; */
    outline-offset: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* border: 3px solid var(--Color, #FFF); */
    margin-top: 45px;
    padding: 4px;
    background: linear-gradient(136deg, #CEE5FF, #F8DCFF);
}

.ai-agent-cta-container {
    align-self: stretch;
    box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.05);
    border-radius: 12px;
    outline-offset: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 3px solid var(--Color, #FFF);
}

.ai-agent-btn {
    width: 319px;
    height: 52px;
    min-width: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background: linear-gradient(59deg, #2662FF 0%, #5993FF 100%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.ai-agent-btn-text {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Inter Bold', sans-serif;
    line-height: 22px;
    word-wrap: break-word;
}

.ai-agent-btn-icon {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.ai-agent-btn-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

@media (max-width: 979px) {
    .ai-agent-btn {
        width: 100%;
        /* max-width: 319px; */
    }
}
/* end ai-agent-cta-button */

/* badge hot */
.badge-hot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 4px;
    background: #F04438;
    border-radius: 4px;
    margin-left: 8px;
}

.badge-hot-text {
    color: white;
    font-size: 12px;
    font-family: 'Inter Medium';
    line-height: 18px;
    word-wrap: break-word;
}
/* end badge hot */

/* section crm consultation box */
.crm-consultation-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    /* padding: 40px 0; */
}

.crm-consultation-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.crm-consultation-note {
    text-align: center;
    color: #374151;
    font-size: 16px;
    font-family: Inter, sans-serif;
    line-height: 24px;
    max-width: 600px;
}

@media (max-width: 979px) {
    .crm-consultation-box {
        padding: 32px 0;
        gap: 20px;
    }

    .crm-consultation-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        flex-wrap: wrap;
    }

    .crm-consultation-buttons .crm-btn-primary,
    .crm-consultation-buttons .crm-btn-outline {
        width: fit-content;
        padding: 14px;
    }

    .crm-consultation-note {
        font-size: 14px;
        line-height: 20px;
        padding: 0 16px;
    }
}
/* end section crm consultation box */

/* analysis-hero */
.analysis-hero{
  background: url(/sites/amis/images/pages/crm-v3-agent/analysis-hero.webp);
  background-size: cover;
  background-position: center;
  border-radius:20px;
  padding:96px 0;
  overflow:hidden;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  display: none;
}

.analysis-hero-inner{
  display:grid;
  gap:40px;
}

.analysis-hero-content{
  display:grid;
  gap:12px;
  justify-items:center;
  text-align:center;
}

.analysis-hero-kicker{
  color:#2662ff;
  font-size:20px;
  font-family: 'Inter SemiBold';
  line-height:28px;
  letter-spacing:.02em;
}

.analysis-hero-title{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  color:#181d27;
  font-size:32px;
  font-family: 'Inter Bold';
  line-height:40px;
}

.analysis-hero-title-highlight{
  font-family: 'Inter Bold';
  background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.analysis-hero-subtitle{
  max-width:890px;
  color:#252b37;
  font-size:20px;
  font-family: 'Inter';
  line-height:28px;
}



.analysis-hero-preview-image{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  border-radius:16px;
}

@media (max-width:979px){
  .analysis-hero{
    padding:56px 0;
    border-radius:16px;
  }

  .analysis-hero-title{
    font-size:24px;
    line-height:32px;
  }

  .analysis-hero-subtitle{
    font-size:16px;
    line-height:24px;
  }

  .analysis-hero-preview{
    padding:16px;
  }
}
/* end analysis-hero */
 /* section price */
 .awards-section {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
    overflow: hidden;
  }

  .awards-header {
    max-width: 1227px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 12px;
    text-align: center;
  }

  .awards-title {
    color: #181d27;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-family: 'Inter Bold';
    font-size: 32px;
    line-height: 40px;
  }

  .awards-subtitle {
    color: #414651;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-family: 'Inter';
    font-size: 20px;
    line-height: 28px;
  }

  .awards-slider {
    margin-top: 40px;
    /* display: grid; */
    /* grid-template-columns: 56px 1fr 56px; */
    align-items: center;
    gap: 16px;
  }

  /* Swiper sÃ¡ÂºÂ½ tÃ¡Â»Â± Ã„â€˜Ã¡Â»â„¢ng xÃ¡Â»Â­ lÃƒÂ½ layout cho .awards-track (.swiper-wrapper) */

  .award-card {
    /* display: grid; */
    justify-items: center;
    align-content: start;
    gap: 12px;
    scroll-snap-align: center;
  }

  .award-card-muted {
    opacity: 0;
    pointer-events: none;
  }

  .award-shadow {
    width: 111px;
    height: 24px;
    background: rgba(190, 190, 190, 0.4);
    position: absolute;
    bottom: 147px;
    filter: blur(11.395349502563477px);
    left: 50%;
    transform: translate(-50%);
  }

  .award-shadow-small {
    width: 116px;
    height: 24px;
  }

  .award-shadow-medium {
    width: 121px;
    height: 26px;
  }

  .award-shadow-xsmall {
    width: 111px;
    height: 24px;
  }

  .award-frame {
    width: 266.84px;
    /* height: 245px; */
    display: grid;
    place-items: center;
    text-decoration: none;
  }

  .award-frame-image {
    width: 266.84px;
    height: 245px;
    display: block;
    object-fit: cover;
  }

  .award-image-link {
    display: grid;
    place-items: center;
    text-decoration: none;
  }

  .award-image {
    height: 187.07px;
    width: auto;
    display: block;
    position: relative;
    z-index: 2;
  }

  .award-caption {
    width: 209px;
    display: grid;
    justify-items: center;
    gap: 6px;
  }

  .award-caption-wide {
    width: 267px;
  }

  .award-name {
    width: 100%;
    text-align: center;
    color: #181d27;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-family: 'Inter Medium';
    font-size: 18px;
    line-height: 24px;
  }

  .award-name-emphasis {
    color: #212121;
    font-size: 20px;
    line-height: 29px;
  }

  .awards-nav {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.1);
    outline: 1px solid #ffffff;
    display: grid;
    place-items: center;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
  }

  .awards-nav-icon {
    width: 24px;
    height: 24px;
    display: block;
  }

  .awards-dots {
    margin-top: 40px;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .awards-dot {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background: #e9eaeb;
    text-decoration: none;
  }

  .awards-dot.is-active {
    background: #2662ff;
  }

  @media (max-width: 979px) {
    .awards-section {
      padding-top: 64px;
      padding-bottom: 64px;
    }

    .awards-title {
      font-size: 26px;
      line-height: 34px;
    }

    .awards-subtitle {
      font-size: 16px;
      line-height: 24px;
    }

    .awards-slider {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .awards-nav {
      display: none;
    }

    .awards-track {
      justify-content: start;
      grid-auto-columns: 240px;
      /* gap: 16px; */
    }

    .award-frame,
    .award-frame-image {
      width: 240px;
      height: 220px;
    }

    .award-caption {
      width: 100%;
    }
  }
 /*  section price */
 /* crm-agent-section */
  .crm-agent-section{
    background:#eef4ff;
    padding:96px 0;
  }

  .crm-agent-wrap{
    display:block;
  }

  .crm-agent-head{
    display:flex;
    justify-content:center;
    margin-bottom:40px;
  }

  .crm-agent-title{
    max-width:1002px;
    text-align:center;
    color:#181d27;
    font-family: 'Inter Bold';
    font-size:32px;
    /* font-family: 'Inter Bold'; */
    line-height:40px;
  }

  .crm-agent-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:32px;
  }

  .crm-agent-card{
    display:grid;
    grid-template-rows:auto 1fr;
    gap:20px;
    border-radius:24px;
  }

  .crm-agent-media{
    border-radius:12px;
    overflow:hidden;
    height:240px;
  }

  .crm-agent-media-knowledge{ background:#cee9fe; }
  .crm-agent-media-ops{ background:#d8ede4; }
  .crm-agent-media-performance{ background:#dce3ff; }

  .crm-agent-media-demo{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
  }

  .crm-agent-content{
    display:grid;
    gap:12px;
    padding-bottom:32px;
  }

  .crm-agent-card-title{
    color:#181d27;
    font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size:20px;
    font-family: 'Inter SemiBold';
    line-height:28px;
  }

  .crm-agent-card-desc{
    color:#414651;
    font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size:20px;
    font-family: 'Inter';
    line-height:28px;
  }

  .crm-agent-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
    margin-top: 8px;
  }

  .crm-agent-btn{
    min-width:140px;
    padding:14px 24px;
    border-radius:12px;
    text-decoration:none;
    font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size:16px;
    font-family: 'Inter SemiBold';
    line-height:24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:4px;
  }

  .crm-agent-btn-primary{
    color:#fff;
    background:linear-gradient(76deg, #1b49f5 0%, #5993ff 100%);
  }

  .crm-agent-btn-outline{
    color:#1b49f5;
    background:linear-gradient(226deg, #f8faff 0%, #eef4ff 100%);
    box-shadow:inset 0 0 0 2px #1b49f5;
  }

  .crm-agent-btn-ghost{
    color:#2662ff;
    background:#fff;
  }

  @media (max-width:979px){
      .crm-agent-btn{
          width: fit-content;
          padding: 14px;
          font-size: 14px;
          min-width: unset;
      }
      .crm-agent-actions{
          /* display: grid; */
          width: 100%;
          flex-wrap: wrap;
          gap: 4px;
      }
    .crm-agent-section{
      padding:56px 0;
    }

    .crm-agent-title{
      font-size:24px;
      line-height:32px;
    }

    .crm-agent-grid{
      grid-template-columns:1fr;
      gap:24px;
    }

    .crm-agent-card-desc{
      font-size:18px;
      line-height:26px;
    }
  }
 /* end crm-agent-section */

