/*#region Common */
@media (min-width: 1100px) {
    .container {
        width: 1200px;
    }
}

a:focus {
    color: #fff;
}

.mobile-show {
    display: none;
}

.amis-crm {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000;
    position: relative;
}

.bold {
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.amis-crm h1, .amis-crm h2, .amis-crm h3 {
    line-height: 1.42857143;
    margin-bottom: 20px;
}

.title-orange {
    color: #ffc259;
}

.section-temp.crm-customer {
    padding-top: 71px;
    position: relative;
    background-color: #f4f4f9;
    padding-bottom: 84px;
}

.section-temp * {
    z-index: 1;
}

.mobile-show {
    display: none;
}

html {
    scroll-behavior: smooth;
}

a.advise-bonus-ai {
    display: block;
    width: fit-content;
    position: relative;
    padding: 14px 24px;
    border-radius: 8px;
    color: #fff;
    font-family: GoogleSans medium, Arial, sans-serif;
    font-size: 16px;
    background: linear-gradient(to right, #1265fe, #61b0f3);
}

a.try-bonus-ai {
    display: block;
    width: fit-content;
    position: relative;
    padding: 14px 24px;
    color: #fff;
    font-family: GoogleSans Bold, Arial, sans-serif;
    border-radius: 8px;
    font-size: 16px;
    background: linear-gradient(to right, #ff4d2e, #ffbb5b);
    margin-left: 0;
}

.button-bonus-ai {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.poin-mouse {
    position: absolute;
    right: -22px;
    top: 30px;
    display: inline-block;
    animation: shake-circle 0.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes shake-circle {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-5px, -5px);
    }

    50% {
        transform: translate(5px, 5px);
    }

    75% {
        transform: translate(-5px, -5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* AOS Animation Overrides - Sử dụng thư viện AOS thay vì custom animations */
/* Form shake animations - Giữ lại cho hiệu ứng rung form */
@keyframes shake-form {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-3px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(3px);
    }
}

@keyframes shake-form-strong {
    0%, 100% {
        transform: translateX(0) scale(1);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px) scale(1.02);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(5px) scale(1.02);
    }
}

.animate-shake-strong {
    animation: shake-form-strong 0.8s ease-in-out;
}

.animate-shake {
    animation: shake-form 0.6s ease-in-out;
}

@media screen and (max-width: 768px) {
    .button-bonus-ai {
        margin-top: 20px;
    }

    .view-benefit .button-demo div {
        width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .button-bonus-ai {
        flex-direction: column;
        gap: 20px;
    }
}

@media (min-width: 979px) {
    .company-block {
        flex-wrap: wrap;
    }

    .cb-list-item {
        /* width: 23%; */
    }
}

@media (max-width: 979px) {
    .pc-show {
        display: none;
    }

    .mobile-show {
        display: none;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

.mobile-show.list-form-right {
    color: #fff;
}

.sub-title {
    margin-top: 8px;
    font-size: 20px;
    font-family: GoogleSans, Arial, sans-serif;
}

.nowrap {
    white-space: nowrap;
}

.amis-crm-title {
    font-size: 26px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-align: center;
    margin-bottom: 47px;
}

.amis-crm-title .big-text {
    font-size: 36px;
}

.cubes {
    position: absolute;
    z-index: 0;
}

.cubes-1 {
    top: -220px;
    left: 36%;
    width: 1200px;
}

.cubes-2 {
    top: -178px;
    left: 400px;
}

@media screen and (max-width: 767px) {
    .amis-crm br {
        /* display: none; */
    }
}

/*#endregion*/
/*#region banner */
.wrap-banner {
    display: flex;
    /* height: 700px; */
    flex-wrap: wrap;
    padding-top: 130px;
    justify-content: space-between;
    gap: 10px;
}

section.banner {
    background: url(/sites/amis/images/pages/crm-v2/bg-1.webp) no-repeat center;
    color: #000;
    background-size: cover;
}

.title-form-ai-bonus {
    color: #0569FF;
    font-size: 28px;
    text-align: center;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.des-form-ai-bonus {
    text-align: center;
    color: #0569FF;
    font-size: 18px;
}

.left-banner {
    width: fit-content;
}

.right-banner {
    padding: 20px 0;
    height: min-content;
    width: 40%;
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 20px;
    transition: transform 0.3s ease;
}

.right-banner.animate-shake {
    animation: shake-form 0.6s ease-in-out;
}

.left-banner .title {
    font-size: 36px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    margin-bottom: 21px;
    color: #084AA2;
}

.left-banner .des .des-item {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding-bottom: 16px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

.left-banner .des .des-item .check-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.left-banner .des .des-item.hot-item {
    position: relative;
    width: fit-content;
}

.left-banner .des .des-item.hot-item .hot-label {
    position: absolute;
    top: -17px;
    right: -31px;
    background: #FF3939;
    color: white;
    padding: 2px 3px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-banner {
    padding-top: 31px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.cta-banner .demo {
    /* padding: 14px 30px; */
    /* background-color: #f28853; */
    /* border-radius: 100px; */
}

.buy {
}

.buy a {
    color: #fff;
    font-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding: 14px 31px;
    border-radius: 100px;
    /* background: linear-gradient(to right, #2bb2ee, #2b4eee); */
    /* border: 1.5px solid #8edeff; */
    background: linear-gradient(90deg, #51D6FF 0%, #0569FF 100%);
}

.cta-banner .demo a {
    color: #fff;
    font-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding: 14px 30px;
    background: linear-gradient(90deg, #FF8901 0%, #FF4F00 100%);
    border-radius: 100px;
}

.cta-banner .try-free {
}

.cta-banner .try-free a {
    color: #fff;
    font-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding: 14px 32px;
    background-color: #ffffff;
    border-radius: 100px;
    border: 1.5px solid #186bf1;
    background: #6644F0;
}

.img-banner-ps {
    position: absolute;
    /* width: 700px; */
    right: -131px;
    bottom: -48px;
}

.img-demo-banner {
    margin: 24px 0;
    text-align: center;
    position: relative;
    height: 310px;
}

.img-demo-banner img {
    height: auto;
    border-radius: 8px;
    position: absolute;
    left: 0;
    width: max-content;
}

.logo-banner-section {
    /* background-color: #f4f4f9; */
    padding: 40px 0;
    margin-top: 40px;
}

.logo-banner-section .logo-banner {
    text-align: center;
}

.logo-banner-section .logo-banner img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 979px) {
    .wrap-banner {
        padding-top: 53px;
    }

    .img-demo-banner img {
        position: relative;
    }

    .img-demo-banner {
        height: auto;
    }

    .left-banner .title {
        font-size: 30px;
    }

    .left-banner .title br {
        display: none;
    }

    .cta-banner {
        flex-direction: column;
    }

    .cta-banner div {
        width: 59%;
        text-align: center;
        margin: 0 auto;
    }

    .cta-banner {
        flex-direction: column;
        /* gap: 41px; */
    }

    .cta-banner div {
        width: 59%;
        text-align: center;
        margin: 0 auto;
    }

    .wrap-banner.container {
        height: auto;
        padding-top: 53px;
    }

    .left-banner {
        width: 100%;
    }

    .right-banner {
        width: 100%;
        /* height: 100%; */
        margin-top: 44px;
    }

    .img-banner-ps {
        right: -81px;
        bottom: -53px;
    }

    .left-banner .des .des-item {
        font-size: 18px;
    }

    .left-banner .des .des-item .check-icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .left-banner .des .des-item.hot-item .hot-label {
        right: 9px;
        font-size: 9px;
        width: max-content;
    }

    .logo-banner-section {
        padding: 20px 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 979px) {
    .cta-banner > div {
        display: inline-grid;
    }
}

/*#endregion*/
/* benefit */
section.benefit {
    padding: 71px 0;
}

.benefit .people-benefit {
    width: 100%;
    justify-content: center;
    margin-top: 24.5px;
}

.wrap-benefit.container>.title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 56px;
    width: 100%;
}

.wrap-benefit.container {
    display: flex;
    flex-wrap: wrap;
}

.left-benefit {
    width: 50%;
}

/* #region video wrapper */
.video-wrapper {
    position: relative;
    display: inline-block;
}

.video-wrapper .play-video-item {
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

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

/* #endregion */
.right-benefit {
    margin-left: 64.6px;
}

.right-benefit .head {
    display: flex;
    background: #f4f4f9;
    color: #636363;
    padding: 11px 13px;
    border-radius: 8px;
    align-items: center;
    width: 385.18px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px; */
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.right-benefit .head .option {
    margin-left: 11.2px;
    border-left: 1px solid #636363;
    padding-left: 11.6px;
}

.benefit .img-line {
    position: absolute;
    top: -23px;
    left: 29px;
    z-index: 0;
}

.benefit .bottom .des {
    padding-left: 54px;
    padding-bottom: 5.4px;
    color: #636363;
}

.benefit .bottom {
    display: none;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 0 0 8px 8px;
    padding-top: 15.5px;
    width: 373.18px;
    margin: 0 auto;
    padding-bottom: 18.9px;
}

.benefit .item {
    margin-bottom: 12px;
}

.item.active .head {
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px;
    background: linear-gradient(to right, #2bb2ee, #2e50ee);
    color: #fff;
}

.item.active .head img {
    -webkit-filter: brightness(0) invert(1);
}

.item.active .head .option {
    border-left-color: #ffffff;
}

.benefit .title-bonus.bold {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 0;
}

.sell-benefit {
    width: 100%;
    display: flex;
    gap: 12.3px;
    justify-content: center;
    margin-top: 25.4px;
    flex-wrap: wrap;
}

.sell-benefit div {
    background-color: #e3e3eb;
    padding: 6px 28px;
    border-radius: 15px;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #636363;
}

.sell-benefit div:before {
    content: url(/sites/amis/images/pages/crm-v2/circle-check.png);
    position: absolute;
    left: 10px;
    top: 5px;
}

.people-benefit {
    text-align: center;
    width: 30%;
    font-size: 14px;
    color: #636363;
    align-items: center;
    display: flex;
    gap: 5.7px;
}

section.benefit span {
    color: #186bf1;
}

.benefit-bottom {
    display: flex;
    margin-top: 20px;
}

.benefit-cta {
    margin-top: 22px;
    margin-left: 75px;
}

.trial-btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 5px 5px 15px;
    background-color: #1877F1;
    border-radius: 24px;
    color: #fff;
}

.trial-btn a span {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 979px) {
    .wrap-benefit.container>.title {
        font-size: 23px;
    }

    .benefit .bottom .des {
        font-size: 12px;
    }

    .benefit .img-line {
        top: -30px;
        left: 29px;
    }

    .benefit .bottom {
        width: 96%;
    }

    .left-benefit {
        width: 100%;
    }

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

    .right-benefit {
        margin-left: 0;
        margin-top: 31px;
        width: 100%;
    }

    .right-benefit .head {
        width: 100%;
    }

    .sell-benefit {
        gap: 15px;
        flex-wrap: wrap;
    }

    .sell-benefit div {
        width: auto;
        margin: 0;
    }

    .sell-benefit {
        margin-top: 21px;
    }

    .benefit-bottom {
        flex-direction: column;
        align-items: center;
    }

    .benefit-cta {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .benefit .title-bonus.bold {
        padding: 0;
    }

    .trial-btn a span {
        font-size: 16px;
    }

    section.benefit {
        padding: 30px 0;
    }
}

/* end benefit */
/* view-benefit */
.view-benefit {
    padding: 80px 0;
    background: url(/sites/amis/images/pages/crm-v2/bg-wave.png) no-repeat center;
    background-position: top;
}

.old-section#section3 {
    background: #f4f4f9;
    text-align: center;
}

.benefit-item {
    display: flex;
    align-items: center;
    /* gap: 14px; */
    margin-bottom: 100px;
    /* padding: 40px 0; */
}

.benefit-item:last-child {
    margin-bottom: 0;
}

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

.benefit-image {
    flex: 4;
    text-align: center;
}

.benefit-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.benefit-content {
    flex: 3;
    padding: 20px;
}

.benefit-title {
    font-size: 30px;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 24px;
    line-height: 1.3;
}

.highlight-blue {
    color: #0569FF;
}

.benefit-features {
    margin-bottom: 32px;
}

.benefit-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 12px;
    align-items: stretch;
}

.benefit-feature:last-child {
    margin-bottom: 0;
}

.check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 6px;
}

.benefit-feature span {
    font-size: 19px;
    line-height: 1.5;
    color: #475569;
}

.benefit-title-note {
    margin-top: -17px;
    margin-bottom: 30px;
    font-size: 14px;
}

.benefit-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-trial {
    padding: 14px 28px;
    color: white;
    border-radius: 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    /* transition: transform 0.2s ease; */
    border-radius: 32px;
    background: linear-gradient(90deg, #51D6FF 0%, #0569FF 100%);
}

.btn-trial:hover {
    /* transform: translateY(-2px); */
    text-decoration: none;
    color: white;
}

.btn-demo {
    padding: 14px 28px;
    background: transparent;
    color: #fff;
    /* border: 2px solid #FF8901; */
    border-radius: 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 32px;
    background: linear-gradient(90deg, #FF8901 0%, #FF4F00 100%);
}

.btn-demo:hover {
    background: #FF8901;
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 979px) {
    .benefit-title-note {
        text-align: left;
    }

    .check-icon {
        margin-top: 6px;
    }

    .view-benefit {
        padding: 60px 0;
    }

    .benefit-item {
        /* flex-direction: column !important; */
        gap: 40px;
        margin-bottom: 80px;
        text-align: center;
        flex-direction: column-reverse;
    }

    .benefit-item.reverse {
        flex-direction: column;
    }

    .benefit-content {
        padding: 0;
    }

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

    .benefit-buttons {
        justify-content: center;
    }

    .btn-trial, .btn-demo {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .benefit-item {
        gap: 30px;
        margin-bottom: 60px;
    }

    .benefit-title {
        font-size: 24px;
        text-align: left;
    }

    .benefit-feature span {
        font-size: 18px;
        text-align: left;
    }

    .benefit-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-trial, .btn-demo {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

/* end */
/* demo*/
section.demo {
    padding: 54px 0;
}

.demo .title {
    text-align: center;
    font-size: 32px;
    font-family: GoogleSans bold, Arial, sans-serif;
}

.demo .des {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 27px;
    padding: 10px;
}

.demo-wrap.container {
    display: flex;
    gap: 13px;
}

.list-product-1 {
    width: 192px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-product-2 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 600px;
}

.list-product-3 {
    width: 192px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.text-demo {
    margin-left: 5px;
    border-left: 1px solid #ffffff;
    padding-left: 5px;
}

.title-demo {
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px;
    background: linear-gradient(to right, #2bb2ee, #2e50ee);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    width: 100%;
    height: 54px;
}

.des-demo {
    background: #f4f4f9;
    color: #000;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    /* margin: 15.5px 0; */
    width: 192px;
    height: 54px;
    font-size: 14px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.other-demo {
    background: #f4f4f9;
    color: #000;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    width: 192px;
    height: 54px;
    font-size: 12px;
    font-family: GoogleSans medium, Arial, sans-serif;
}

.des-demo img {
    margin-right: 11px;
}

.cta-demo {
    display: flex;
    justify-content: center;
    position: relative;
    width: 800px;
    margin: 0 auto;
    margin-top: 45.7px;
    padding-left: 32px;
}

.button-demo {
    display: flex;
    width: 100%;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.cta-buy a {
    padding: 13px 24px;
    border-radius: 22px;
    width: 26%;
    color: #186bf1;
    background: #ffffff;
    border: 1.5px solid;
}

.img-demo {
    position: absolute;
    top: -64px;
    left: -70px;
}

.cta-orange a {
    padding: 13px 24px;
    border-radius: 22px;
    width: 21%;
    text-align: center;
    background: linear-gradient(to right, #f28853, #ee6c2b);
}

.cta-blue a {
    padding: 13px 24px;
    border-radius: 22px;
    width: 26%;
    color: #fff;
    background: linear-gradient(to right, #2bb2ee, #2b4eee);
}

.cta-orange a, .cta-blue a {
    color: #fff;
    font-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

@media (max-width: 979px) {
    .cta-blue a {
        width: max-content;
    }

    .demo-wrap.container {
        flex-wrap: wrap;
    }

    .title-demo {
        width: 100%;
        background: #fff;
        box-shadow: unset;
        color: #8d8d8d;
        text-align: center;
        font-family: GoogleSans Bold, Arial, sans-serif;
    }

    .list-product-1 {
        flex-direction: unset;
        flex-wrap: wrap;
        width: 100%;
    }

    .des-demo {
        width: 48%;
    }

    .other-demo {
        width: 47%;
    }

    .list-product-3 {
        width: 100%;
        flex-direction: unset;
        flex-wrap: wrap;
    }

    .img-demo {
        display: none;
    }

    .cta-demo {
        flex-wrap: wrap;
        width: 100%;
    }

    .button-demo {
        display: grid;
        gap: 31px;
        justify-items: center;
        /* grid-template-columns: 1fr 1fr 1fr; */
    }

    .cta-blue {
        /* width: 53%; */
        /* margin-bottom: 11px; */
    }

    .cta-orange {
        /* width: 46%; */
    }

    .people-benefit {
        width: 100%;
        justify-content: center;
        margin-top: 11px;
    }

    .text-demo.mobile-show {
        margin: unset;
        padding: unset;
    }

    .title-demo img {
        display: none;
    }

    .title-demo {
        justify-content: center;
    }
}

/* end demo  */
/* form register */
.wrap-form-register {
    display: flex;
    justify-content: center;
    gap: 52px;
}

section.form-register {
    padding: 85px 0;
    background: url(/sites/amis/images/pages/crm-v2/bg-banner.png) no-repeat center;
    background-size: cover;
}

.left-form {
    color: #fff;
}

.title-form {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.des-form div {
    background: url(/sites/amis/images/pages/crm-v2/circle-check.png) no-repeat left top 0px;
    margin: 0;
    padding-left: 25px;
    background-size: 20px;
    padding-bottom: 13px;
}

.des-form {
    margin-top: 6px;
    font-size: 14px;
}

.right-form {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 20px;
}

.title-form-right {
    font-size: 28px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding: 20px;
    text-align: center;
    margin-bottom: -31px;
}

.list-form-right {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 21px;
    padding: 10px 17px;
    border: 1px solid;
    border-radius: 15px;
}

.list-form-right div {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.list-form-right div img {
    width: 20px;
    height: 20px;
}

.title-bonus {
    font-size: 12px;
    padding: 22px 33px;
    margin-top: -45px;
}

@media (max-width: 979px) {
    .container.wrap-form-register {
        flex-wrap: wrap;
    }

    section.form-register {
        padding: 23px 0;
    }
}

/* end form register */
/* talk */
section.talk {
    padding-top: 72px;
    padding-bottom: 49px;
    background-color: #f4f4f9;
}

.title-talk {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #2b4eee;
}

.des-talk {
    text-align: center;
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.lists-talk {
    display: flex;
    gap: 45px;
    margin-top: 45px;
}

.author-talk {
    margin-bottom: 10px;
    width: 82px;
}

h2.des-talk.container {
    margin: 0 auto;
}

.ic-talk {
    margin-bottom: 3px;
}

.title-list-talk {
    height: 91px;
    font-size: 12px;
    font-family: GoogleSans medium, Arial, sans-serif;
    margin-bottom: 25px;
}

.name-talk {
    font-size: 18px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.position {
    font-style: italic;
    font-size: 12px;
    color: #888787;
    margin-bottom: 12px;
}

.pro-talk {
    background: linear-gradient(to right, #2bb2ee, #2e50ee);
    color: #fff;
    padding: 6px 39px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.need-talk {
    font-size: 14px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    margin-bottom: 9px;
}

.list-talk {
    width: 33.3%;
}

.recomment-talk {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.recomment-talk div {
    color: #636363;
    padding: 5px 12px;
    background-color: #e3e3eb;
    border-radius: 4px;
}

list-talk {
    width: 33.3%;
}

@media (max-width: 979px) {
    .lists-talk {
        flex-direction: column;
        width: 100%;
    }

    .list-talk {
        text-align: center;
        width: 100%;
    }

    .recomment-talk {
        justify-content: center;
    }
}

/* end talk */
/* cup */
.lists-cup {
    display: flex;
    gap: 25px;
}

.cup .owl-carousel .owl-stage-outer {
    height: 300px;
}

section.cup {
    padding-top: 77px;
    padding-bottom: 46px;
}

.title-cup {
    text-align: center;
    font-weight: bold;
    padding-top: 26px;
    padding-bottom: 12px;
    font-size: 16px;
    font-family: GoogleSans Medium, Arial, sans-serif;
}

.img-cup img {
    height: 220px;
}

.des-cup {
    font-size: 14px;
    text-align: center;
}

.title-logo {
    text-align: center;
    font-size: 24px;
    padding-top: 46px;
    font-family: GoogleSans bold, Arial, sans-serif;
}

.list-cup.item {
    width: 33.3%;
}

@media (max-width: 979px) {
    .list-cup.item {
        text-align: center;
        width: 100%;
    }

    .owl-carousel .owl-item img {
        margin: 0 auto;
        width: auto;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #007aff;
    }
}

/* end cup  */
/*#region crm-customer */
ul.company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

ul.company-list li {
    width: 14.28%;
    margin: 15px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.company-block {
    display: flex;
    margin-top: 30px;
    max-height: 260px;
}

.company-block {
    display: flex;
}

.cb-list-item {
    margin: 10px;
    box-shadow: 0 6px 80px rgb(37 53 78 / 12%);
}

.company-block-title {
    font-weight: bold;
    color: #000;
    background-color: #e9ebee;
    padding: 8px 30px;
    border-radius: 8px;
    text-align: center;
}

ul.company-block-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

ul.company-block-item li {
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.company-block-item li.special-cb-item {
    width: 100%;
}

.company-block.owl-carousel .owl-item img {
    width: initial;
}

.company-block.owl-carousel .owl-stage {
    display: flex;
}

.company-block.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

@media (max-width: 979px) {
    .company-block {
        flex-wrap: wrap;
    }

    .cb-list-item {
        width: 44%;
        border-radius: 8px;
    }

    ul.company-list li {
        width: 25%;
    }

    ul.company-block .cb-list-item {
        width: 980px;
    }
}

@media (max-width: 767px) {
    ul.company-list {
        justify-content: space-between;
    }
}

/*#endregion*/
/*#region question */
.question-wrap {
    margin: 0;
    padding-top: 30px;
}

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

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

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

.question .panel-default>.panel-heading.collapsed {
    background: url(/sites/amis/images/pages/amis-crm2/ic_down.svg) 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;
    font-family: GoogleSans Bold, Arial, sans-serif;
    background: url(/sites/amis/images/pages/amis-crm2/ic_up.svg) no-repeat right 15px top 25px;
    background-size: 12px;
}

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

.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;
}

/*#endregion */
/*#region increasing-productivity */
.increasing-productivity-wrap {
    background: #4262f0;
    display: inline-block;
    width: 100%;
    border-radius: 22px;
    position: relative;
    padding: 50px 15px;
}

.increasing-productivity-wrap .page-title {
    color: #fff;
}

.page-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 28px;
    color: #000000;
    text-align: center;
    line-height: 1.3;
}

.increasing-productivity-img {
    position: absolute;
    top: -40px;
    left: 0;
    max-width: 350px;
}

.cls-increasing-button {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.cls-increasing-button .btn-trial {
    text-align: center;
    padding: 10px 25px;
    border-radius: 25px;
    color: #4262f0;
    background: #fff;
}

/*#endregion */
/*#region crm-customer */
ul.company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

ul.company-list li {
    width: 14.28%;
    margin: 15px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.company-block {
    display: flex;
    margin-top: 30px;
    max-height: 260px;
}

.company-block {
    display: flex;
    justify-content: center;
}

.cb-list-item {
    margin: 10px;
    box-shadow: 0 6px 80px rgb(37 53 78 / 12%);
    width: 240px;
}

.company-block-title {
    font-weight: bold;
    color: #000;
    background-color: #e9ebee;
    padding: 8px 30px;
    border-radius: 8px;
    text-align: center;
}

ul.company-block-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

ul.company-block-item li {
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.company-block-item li.special-cb-item {
    width: 100%;
}

.company-block.owl-carousel .owl-item img {
    width: initial;
}

.company-block.owl-carousel .owl-stage {
    display: flex;
}

.company-block.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.section-temp.question {
    padding-top: 61px;
    padding-bottom: 74px;
}

@media (max-width: 979px) {
    ul.company-list li {
        width: 25%;
    }

    ul.company-block .cb-list-item {
        width: 980px;
    }
}

@media (max-width: 767px) {
    ul.company-list {
        justify-content: space-between;
    }
}

/*#endregion*/
/* banner-bottom */
.banner-bottom {
    background: url("/sites/amis/images/pages/crm-v2/banner-bottom.png") no-repeat center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 50%;
    width: 824px;
    height: 118px;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.title-banner-bottom {
    display: flex;
    flex-direction: column;
    margin-left: 205px;
    margin-bottom: 13px;
    color: #fff;
}

.banner-bottom-header {
    font-size: 20px;
    font-family: GoogleSans medium, Arial, sans-serif;
}

.banner-bottom-des {
    font-size: 14px;
}

.button-banner-bottom {
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    gap: 9px;
}

.demo-ad a {
    color: #fff;
}

.demo-ad {
    padding: 12px 25px;
    background-color: #4cd964;
    border-radius: 5px;
}

.demo-ad.try a {
    color: #005c8f;
}

.demo-ad.try {
    background-color: #d9f1ff;
}

#banner {
    display: none;
}

@media (max-width: 979px) {
    .banner-bottom {
        display: none;
    }
}

/* end banner-bottom */
/* video */
section.md-video {
    padding: 87px 0;
    background-color: #f4f4f9;
}

.md-left-video {
    width: auto;
    position: relative;
    border: 17px solid #fff;
    border-radius: 4px;
    width: 70%;
}

.md-right-video {
    width: 30%;
    font-size: 18px;
}

section.md-video .video-demo-wrap {
    display: flex;
    gap: 22px;
}

.icon-click-video.video-click.play-video-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.md-heading-video {
    font-size: 32px;
    font-family: GoogleSans bold, Arial, sans-serif;
}

.md-video .cta-demo {
    padding-left: 0;
}

.md-video .img-demo {
    top: -55px;
    left: 25px;
}

.md-line-video {
    height: 1px;
    width: 100%;
    background-color: #000;
    margin: 20px 0;
}

@media (max-width: 979px) {
    .md-left-video {
        width: 100%;
    }

    .author-talk {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .cb-list-item {
        width: 44%;
    }

    section.md-video {
        padding: 30px 0;
    }

    section.md-video .video-demo-wrap {
        flex-direction: column;
    }

    .md-right-video {
        width: 100%;
    }

    .md-video .cta-demo {
        display: grid;
        margin-top: 15px;
    }

    .md-video .button-demo > div {
        width: 100%;
        margin-bottom: 0;
    }

    .md-video .cta-buy a {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    div#zalo-vr {
        display: none;
    }

    .title-banner-bottom {
        display: none;
    }

    .demo-ad.try {
        display: none;
    }

    .button-banner-bottom {
        justify-content: center;
    }

    .demo-ad {
        padding: 13px 24px;
        border-radius: 22px;
        text-align: center;
        background: linear-gradient(to right, #f28853, #ee6c2b);
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .banner-bottom {
        background: unset;
        justify-content: space-around;
    }

    .demo .cta-demo {
        padding: unset;
    }

    .demo .cta-orange {
        width: fit-content;
    }

    .demo .cta-blue {
        width: fit-content;
        text-align: center;
    }

    .demo .cta-buy {
        padding: 13px 24px;
        border-radius: 22px;
        /* width: 59%; */
        color: #186bf1;
        background: #ffffff;
        border: 1.5px solid;
        text-align: center;
    }

    .demo .cta-buy a {
        border: unset;
    }
}

/* end video */
/* new section */
.sub-a {
    line-height: 34px;
}

.list-new-talk.container {
    display: flex;
    gap: 14px;
    margin-top: 24px;
}

.item-new {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.text-new {
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 23px;
    height: 195px;
}

.mini-text-cust {
    font-size: 10px;
    text-align: center;
}

.button-show-lv {
    background-color: #1B85FA;
    color: #fff;
    padding: 10px 13px;
    border-radius: 40px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
}

span.hight-new-sec {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #298DCE;
}

.wrap-item-new {
    flex: 1;
}

.title-mobile {
    display: none;
}

@media (max-width: 979px) {
    .list-new-talk.container {
        flex-direction: column;
    }

    .text-new {
        height: auto;
    }

    .title-mobile {
        display: block !important;
    }

    .title-desktop {
        display: none;
    }
}

/*#endregion*/
/* ai bonus new */
section.ai-bonus {
    padding: 40px 0;
    /* background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%); */
}

.ai-bonus-new {
    text-align: center;
}

.ai-bonus-title {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    /* color: #084AA2; */
    margin-bottom: 40px;
    line-height: 1.3;
}

.ai-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    margin-bottom: 0;
    /* max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
}

.ai-feature-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    /* padding: 15px 20px; */
    background: #fff;
    border-radius: 12px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.ai-feature-item:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); */
}

.ai-feature-item .check-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 0;
    flex-shrink: 0;
}

.ai-feature-item span {
    font-size: 16px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #333;
    line-height: 1.4;
}

.ai-support-image {
    margin: 41px 0;
    cursor: pointer;
    position: relative;
}

.ai-play-button {
    position: absolute;
    top: 54%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.support-img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); */
}

.ai-cta-button {
    margin-top: 40px;
}

.ai-trial-btn {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 32px;
    background: linear-gradient(90deg, #FF8901 0%, #FF4F00 100%);
    color: #fff;
    font-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-decoration: none;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    /* box-shadow: 0 4px 16px rgba(255, 137, 1, 0.3); */
}

.ai-trial-btn:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 6px 24px rgba(255, 137, 1, 0.4); */
    color: #fff;
    text-decoration: none;
}

@media (max-width: 979px) {
    section.ai-bonus {
        padding: 40px 0;
    }

    .ai-bonus-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .ai-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 40px;
    }

    .ai-feature-item {
        /* padding: 12px 16px; */
    }

    .ai-feature-item span {
        font-size: 18px;
    }

    .ai-trial-btn {
        padding: 14px 36px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .ai-features-grid {
        max-width: 100%;
        padding: 0 15px;
    }

    .ai-feature-item .check-icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
}

/* end ai bonus */
/* #region demo note */
.demo-note {
    font-size: 14px;
    font-style: italic;
    margin-top: 8px;
    text-align: center;
    color: #666;
    width: 100%;
    display: block;
    margin-left: 53px;
}

@media(max-width: 979px) {
    .demo-note {
        margin-left: 0;
    }
}

/* #endregion */
html {
    scroll-behavior: smooth;
}

a.advise-bonus-ai {
    display: block;
    width: fit-content;
    position: relative;
    padding: 14px 24px;
    border-radius: 8px;
    color: #fff;
    font-family: GoogleSans medium, Arial, sans-serif;
    font-size: 16px;
    background: linear-gradient(to right, #1265fe, #61b0f3);
}

a.try-bonus-ai {
    display: block;
    width: fit-content;
    position: relative;
    padding: 14px 24px;
    color: #fff;
    font-family: GoogleSans Bold, Arial, sans-serif;
    border-radius: 8px;
    font-size: 16px;
    background: linear-gradient(to right, #ff4d2e, #ffbb5b);
    margin-left: 0;
}

.button-bonus-ai {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.poin-mouse {
    position: absolute;
    right: -22px;
    top: 30px;
    display: inline-block;
    animation: shake-circle 0.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes shake-circle {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-5px, -5px);
    }

    50% {
        transform: translate(5px, 5px);
    }

    75% {
        transform: translate(-5px, -5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 768px) {
    .button-bonus-ai {
        margin-top: 20px;
    }

    .view-benefit .button-demo div {
        width: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .button-bonus-ai {
        flex-direction: column;
        gap: 20px;
    }
}
