 /*#region Global */
.td-page-content {
    font-size: unset !important;
}

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

/* Mobile avatar image above FAQ title */
@media (max-width: 979px) {
    /* Hiển thị ảnh ngay trên tiêu đề trong section questions */ .questions .col-md-24.common-title.text-center::before, .hrm-questions .col-md-24.common-title.text-center::before {
        content: "";
        display: block;
        width: 213px;
        height: 157px;
        margin: 0 auto 12px;
        background: url(/sites/amis/images/pages/ai-crm/ava-ques.png) no-repeat center/contain;
    }

    /* Ẩn icon cũ nếu có để tránh trùng lặp trên mobile */
    img#IcQuestion {
        display: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.42857143;
}

ul {
    list-style: none;
}

.title-base {
    font-size: 32px;
    text-align: center;
    /* font-family: GoogleSans, Arial, sans-serif; */
    text-transform: none;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.des-base {
    font-size: 18px;
    /* font-family: GoogleSans Bold, Arial, sans-serif; */
    text-align: center;
    color: #212121;
    text-transform: none;
    margin-bottom: 25px;
}

.highlight {
    /* color: #1877f1; */
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 979px) {
    .title-base {
        font-size: 18px;
        display: flex;
        flex-direction: column;
    }

    .des-base {
        font-size: 14px;
    }
}

i.arrow {
    border: solid #000000 !important;
    border-width: 0 2px 2px 0 !important;
}

/*#endregion */
/*#region menu */
.sub-list-item {
    position: absolute;
    width: 216px;
    background-color: #fff;
    border-radius: 4px;
    top: 43px;
    height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: none;
}

.item-menu.sub-product {
    color: #000;
    cursor: pointer;
    padding: 13px 12px;
    position: relative;
}

.item-menu.sub-product:hover .sub-list-item {
    display: block;
}

.stickyCss .item-menu.sub-product {
    color: #000;
}

.arrow {
    border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    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-left: 5px;
}

.stickyCss .arrow {
    border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    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);
}

.sub-list-item a {
    color: #000;
}

.sub-list-item .item {
    margin: 14px 7px;
}

.sub-list-item a:hover {
    opacity: 0.5;
}

.stickyCss .item-menu a {
    color: #000;
}

.stickyCss .logo-a {
    display: none;
}

.logo-sticky {
    display: none;
}

.stickyCss .logo-sticky {
    display: block;
    width: 170px;
}

.stickyCss .item-menu.active a {
    background-color: #1877f1;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
}

#sticky-menu {
    position: absolute;
    width: 100%;
    transition: top 0.1s;
    z-index: 99;
    top: 0px;
}

.stickyCss {
    position: fixed !important;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    top: 0;
    box-shadow: 3px 7px 6px -5px #c9c4c4;
    z-index: 99999 !important;
}

.warp-all-menu {
    display: flex;
    width: 1038px;
}

.item-menu .sub-list-item a {
    color: #000;
}

.logo-menu {
    width: 17%;
}

.warp-item-menu {
    width: 83%;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #000;
}

.item-menu a {
    color: #000;
    margin: 0 13px;
}

.item-menu.active {
    font-family: GoogleSans Bold, Arial, sans-serif;
}

@media screen and (max-width: 979px) {
    .warp-all-menu {
        width: 100%;
        margin-top: 15px;
    }

    .stickyCss .warp-all-menu {
        margin-top: 0;
    }

    .warp-item-menu {
        display: none;
    }

    .logo-menu {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/*#endregion */
/*#region mobile menu */
.toggle-mobile {
    display: none;
}

.stickyCss .warp-icon-menu-mb {
    margin-left: 144px;
    display: block;
}

.warp-icon-menu-mb {
    display: none;
}

@media screen and (max-width: 979px) {
    .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;
    }
}

.mobile-menu-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 0;
    overflow-y: auto;
    background-color: #fff;
}

.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 {
    color: #666666;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    top: 4px;
    position: relative;
}

.mobile-content {
    margin: 20px 20px 0;
    border-top: 1px solid #e7e7e7;
}

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

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

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

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

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

.mobile-content li a.mobile-menu-item {
    color: #1877f1;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

/*#endregion*/
/* #region form register */
.register {
    padding-bottom: 500px;
    background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
    background-size: contain;
    background-position: top;
}

.title-reg {
    font-size: 32px;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 15px;
    font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.star {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.des-reg {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.warp-content {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: space-between;
    gap: 5px;
}

.warp-form {
    min-height: 463px;
    width: 34%;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background-color: #fff;
    /* color: #3f53ff; */
    /* text-align: center; */
    padding-top: 16px;
    border-radius: 8px;
    margin-right: -98px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    bottom: 9px;
    border: 9px solid rgba(204, 224, 252, 0.40);
    top: 326px;
    height: max-content;
}

div#register {}

.warp-text {
    width: 44%;
}

.warp-text .title {
    font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
    margin-bottom: 5px;
    font-size: 18px;
}

.warp-text .text {
    margin-bottom: 3px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    background: url(/sites/amis/images/pages/hrm-v3/check.png) no-repeat left 5px;
    background-size: 16px;
}

.warp-text .text:after {
    display: none;
}

.warp-text .text .hot {
    background-color: #e31837;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 4px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    animation: blink-hot 1s ease-in-out infinite;
}

@media (max-width: 979px) {
    .warp-text .text .hot {
        font-size: 12px;
        padding: 1px 6px;
    }
}

.img-text {
    color: #000;
    position: relative;
}

.ava-register {
    position: absolute;
    bottom: 20px;
    right: -123px;
    width: 193px;
    height: 75px;
    z-index: 2;
}

.ava-register img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 979px) {
    .ava-register {
        width: 60px;
        height: 60px;
        bottom: 15px;
        right: 15px;
    }
}

.append-des-form {
    font-size: 16px;
    margin-top: -26px;
    color: #0000008c;
    font-family: "GoogleSans Medium";
}

.sub-min-text {
    font-size: 14px;
    margin-top: 6px;
    /* padding: 0 39px; */
    font-size: 14px;
    color: #000;
    margin-bottom: -22px;
}

@media (max-width: 980px) {
    .register-title.common-title.text-center {
        font-size: 23px;
    }

    .warp-text {
        width: 100%;
    }

    .warp-form {
        width: 100%;
        margin-bottom: 20px;
        height: 760px;
    }

    .img-text {
        width: 88%;
    }

    .img-text .star {
        display: flex;
    }

    .img-text > div:nth-child(2) > img:nth-child(3) {
        display: none;
    }

    .register {
        padding-bottom: 0;
        background: url(/sites/amis/images/pages/hrm-v3/bg-mb-1.png) no-repeat center;
        background-size: contain;
        background-position: top;
    }

    div.warp-content > div.warp-text > div.img-text > div > img:nth-child(4) {
        display: none;
    }
}

.field-wrapper p {
    /* font-size: 16px; */
    /* text-align: left; */
    /* color: #000; */
}

/* #endregion */
/*#region hrm-questions */
.col-md-24.common-title.text-center {
    /* color: #1877f1; */
    font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
    font-size: 32px;
}

.questions {
    margin-top: -80px;
}

.col-md-24.no-padding.bg-white {
    background: #fff;
    padding: 56px 60px;
    border-radius: 16px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.hrm-questions {
    padding: 0px 0 50px;
}

.hrm-questions-content {
    padding-top: 30px;
}

img#IcQuestion {
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
}

.hrm-questions-text {
    padding: 0;
    margin: 0;
}

.hrm-questions .panel-group .panel {
    border-radius: 0;
    border-bottom: 1px solid #c4c4c4 !important;
    border: none;
}

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

.hrm-questions .panel-default > .panel-heading.collapsed {
    background: url(/sites/amis/images/pages/amis-hrm/ic_arrow-rigth.svg) no-repeat right 15px top 22px;
    background-size: 20px;
    font-size: 21px;
    color: #1877f1;
}

.hrm-questions .panel-default > .panel-heading {
    padding: 20px 25px 33px 15px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: GoogleSans Bold, Arial, sans-serif;
    background: url(/sites/amis/images/pages/amis-hrm/ic_arrow-bottom.svg) no-repeat right 15px top 22px;
    background-size: 20px;
    font-size: 21px;
}

.panel-default>.panel-heading {
    color: #1877f1;
}

.hrm-answer {
    padding: 0 15px 15px 28px;
    line-height: 1.5;
    font-size: 18px;
}

.hrm-answer br {
    display: block;
    margin-top: 10px;
    content: "";
}

.hrm-answer a {
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #2680eb;
}

.col-md-24.common-title.text-center {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .hrm-questions .panel-default > .panel-heading.collapsed {
        background: url(/sites/amis/images/pages/amis-hrm/ic_arrow-rigth.svg) no-repeat right 0px top 16px;
        font-size: 16px;
    }

    .hrm-questions .panel-default > .panel-heading {
        padding: 15px 25px 15px 15px;
        background: url(/sites/amis/images/pages/amis-hrm/ic_arrow-bottom.svg) no-repeat right 0px top 16px;
        font-size: 16px;
    }

    .col-md-24.no-padding.bg-white {
        padding: 40px;
    }

    .hrm-questions {
        padding: 40px 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .col-md-24.common-title.text-center {
        font-size: 23px;
    }

    .col-md-24.no-padding.bg-white {
        box-shadow: none;
        /* margin-top: -78px; */
    }
}

/*#endregion */
/*#region banner */
.wrap-banner {
    display: flex;
    grid-template-columns: 2fr 1fr;
    padding-top: 60px;
    position: relative;
}

.form-banner {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 626px;
    background-color: #fff;
    border-radius: 15px;
}

section.banner {
    background: url(/sites/amis/images/pages/hrm-v3/bg-banner.png) no-repeat center;
    background-size: cover;
    /* margin-bottom: 75px; */
}

.title-banner {
    font-size: 30px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    background: -webkit-linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    background: -moz-linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.des-banner {
    /* font-family: GoogleSans Bold, Arial, sans-serif; */
    font-size: 30px;
    margin-bottom: 16px;
}

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

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

.list-item-banner div {
    background: url(/sites/amis/images/pages/hrm-v3/check.png) left 13px no-repeat;
    background-size: 16px;
    padding: 9px 0 0px 25px;
}

.content-banner {
    width: 62%;
}

.wrap-img-banner {
    /* position: relative; */
    height: 594px;
}

.wrap-img-banner img {
    position: absolute;
    top: 382px;
    width: 971.59px;
    z-index: 1;
    left: -258px;
}

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

.cta-banner a {
    padding: 12px 24px;
    border-radius: 100px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.cta-banner .try-cta {
    /* background: #0d6efd; */
    color: #fff;
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
}

/* .cta-banner .try-cta:hover {
  background: #0b5ed7;
} */
.cta-banner .advise {
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background: transparent;
}

.cta-banner .advise:hover {
    background: rgba(13, 110, 253, 0.1);
}

.cta-banner .buy-cta {
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background: transparent;
}

.cta-banner .buy-cta:hover {
    background: rgba(13, 110, 253, 0.1);
}

@media (max-width: 979px) {
    .content-banner {
        width: 100%;
    }

    section.banner {
        margin-bottom: unset;
    }

    .wrap-banner {
        flex-direction: column;
        padding-top: 30px;
    }

    .wrap-img-banner img {
        bottom: 0;
        left: -5px;
        margin-top: 21px;
    }

    .title-banner {
        font-size: 28px;
        background: -webkit-linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
        background: -moz-linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
        background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        display: inline-block;
    }

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

    .des-banner {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .wrap-img-banner {
        height: 315px;
    }

    .cta-banner {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 6px;
    }

    .cta-banner a {
        padding: 7px 9px;
        font-size: 12px;
    }
}

/*#endregion */
/* ai */
.img-ai {
    position: relative;
    height: 409px;
    margin-top: 131px;
}

img.banner-ai {
    position: absolute;
    top: -247px;
}

section.ai-section {
    padding: 55px 0;
    /* background: #F8F9FF; */
    /* overflow: visible; */
    padding-bottom: 80px;
    padding: 70px 0;
    background: url(/sites/amis/images/pages/ai-crm/bg-3.png) no-repeat center;
    background-position: right;
    background-size: auto;
}

.ai-wrapper {
    display: flex;
    align-items: center;
    /* gap: 60px; */
    /* margin-top: -144px; */
    /* margin-bottom: -100px; */
}

/* Content styles */
.ai-content {
    flex: 4;
    z-index: 2;
    position: relative;
}

.ai-title {
    text-align: center;
    margin-bottom: 22px;
}

.ai-title .main-title {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    background: linear-gradient(90deg, #0B34F1 27.87%, #4386FD 72.64%);
    /* background-clip: text; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-title .sub-title {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    margin-bottom: 6px;
    color: #000;
}

.ai-title .description {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ai-title .highlight {
    /* color: #1877f2; */
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Feature items */
.ai-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.feature-item {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 8px 12px;
      /* border-radius: 16px; */
      /* transition: all 0.2s ease; */
      cursor: pointer;
      margin-bottom: 8px;
      position: relative;
}
.feature-item.active {
    border-radius: 6px;
    border: 0.5px solid #ADDAFF;
    background: #FFF;
    /* box-shadow: 2.5px 15px 46px 0 rgba(34, 85, 227, 0.20); */
    align-items: center;

}

.feature-item.active .feature-text h3 {
    color: #2B63F8;
}

.ai-content .feature-item.active .feature-icon img {
    content: url('/sites/amis/images/pages/ai-crm/ic-v-active.svg');
    width: 14px;
    height: 14px;
}

.ai-content .feature-item:hover .feature-icon img {
    content: url('/sites/amis/images/pages/ai-crm/ic-v-active.svg');
    width: 14px;
    height: 14px;
}

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

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

.feature-text h3 {
    font-size: 18px;
    /* font-family: GoogleSans Bold, Arial, sans-serif; */
    margin: 0;
    color: #000;
    line-height: 1.2;
}

.feature-text p {
    font-size: 16px;
    color: #666666;
    margin: 0;
}

/* CTA buttons */
.ai-cta {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.text-center {
    justify-content: center;
}

.ai-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 100px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.ai-cta a img {
    width: 14px;
    /* height: 9.334px; */
    transition: transform 0.3s ease;
}

.ai-cta .btn-try {
    /* background: #0d6efd; */
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    color: #ffffff;
    position: relative;
    padding-right: 52px;
}

.ai-cta .btn-try img {
    width: 30px;
    height: 30px;
    background: #ffffff;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/* .ai-cta .btn-try:hover {
  background: #0b5ed7;
} */
.ai-cta .btn-try:hover img {
    transform: translate(4px, -50%);
}

.ai-cta .btn-advise {
    border: unset;
    color: #0d6efd;
}

.ai-cta .btn-advise:hover {
    background: rgba(13, 110, 253, 0.1);
}

.ai-cta .btn-advise:hover img {
    transform: translateX(4px);
}

/* Demo section */
.ai-demo {
    flex: 7;
    position: relative;
    overflow: visible;
    z-index: 10;
    /* margin-top: -144px; */
    position: relative;
    z-index: 1;
    height: 500px;
}

.demo-screen {
    position: relative;
    width: 100%;
}

.screen-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
}

.screen-img {
    width: 116%;
    height: auto;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 4%;
    opacity: 0;
    transition: opacity 0.3s ease;
    max-width: none;
    z-index: 15;
}

.screen-img.active {
    opacity: 1;
    position: relative;
}

.play-button {
    position: absolute;
    top: 52%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

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

/* Responsive */
@media (max-width: 979px) {
    .ai-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .ai-title .main-title {
        font-size: 20px;
    }

    .ai-title .sub-title {
        font-size: 28px;
    }

    .feature-item {
        padding: 8px 12px;
        width: fit-content;
    }

    .feature-text h3 {
        font-size: 16px;
    }

    .feature-text p {
        font-size: 14px;
    }

    .ai-cta {
        /* flex-wrap: wrap; */
        font-size: 12px;
        gap: 0;
    }

    .ai-cta a {
        width: max-content;
        justify-content: center;
        padding: 12px 17px;
    }

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

/*end*/
/* section img show */
section.view-benefit {
    background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
    /* margin-top: 77px; */
    /* background: url(/sites/amis/images/pages/hrm-v3/bg-show-app.png) no-repeat
    center; */
    background-size: cover;
    /* padding-bottom: 305px; */
    /* margin-bottom: 59px; */
    background-position: top;
    padding-top: 50px;
}

.all-img {
    text-align: center;
    position: relative;
    margin-top: -25px;
}

.all-img img {
    max-width: 100%;
    height: auto;
}

.img-all-mb {
    display: none;
}

@media (max-width: 979px) {
    .img-all-mb {
        display: flex;
        justify-content: center;
    }

    .all-img {
        display: none;
    }

    .img-all-mb img {
        margin-bottom: 20px;
        width: 90%;
    }
}

/* end */
/* all-function */
.item-func {
    display: flex;
    margin-top: 61px;
}

.has-func {
    border: 1px solid #1877f1;
    width: max-content;
    padding: 11px 21px;
    border-radius: 15px;
    color: #1877f1;
    font-size: 33px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.title-func {
    font-size: 20px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    margin-top: 15px;
    margin-bottom: 13px;
}

.list-func {
    font-size: 18px;
}

.button-func {
    background: linear-gradient(to right, #148cfb, #0b50c9);
    font-size: 18px;
    color: #fff;
    padding: 11px 18px;
    margin-top: 23px;
    width: fit-content;
    border-radius: 9px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

section.all-function a {
    width: fit-content;
    display: block;
}

.button-func span {
    margin-left: 36px;
}

.list-func div {
    background: url(/sites/amis/images/pages/hrm-v3/check-banner.png) left 12px no-repeat;
    background-size: 16px;
    padding: 9px 0 9px 21px;
}

.other .img-func {
    width: 141%;
    position: absolute;
    left: -74px;
    top: -159px;
}

.item-func.change {
    flex-direction: row-reverse;
}

.content-func {
    width: 40%;
}

.wrap-img {
    width: 60%;
    position: relative;
}

.button-func.other {
    background: linear-gradient(to right, #ff6f00, #ffbb00);
    font-family: GoogleSans Bold, Arial, sans-serif;
}

/* other func*/
section.other-func {
    background: url(/sites/amis/images/pages/hrm-v3/bg-other.png) no-repeat center;
    background-size: cover;
    padding-top: 93px;
    padding-bottom: 42px;
}

.other .title-func {
    color: #fff;
}

.other .list-func {
    color: #fff;
}

.other .has-func {
    color: #fff;
    border-color: #fff;
}

/* end other  */
@media (max-width: 979px) {
    section.all-function {
        margin-top: 70px;
    }

    .item-func {
        flex-direction: column;
        margin-top: 0;
    }

    .wrap-img {
        width: 100%;
        margin-top: 36px;
    }

    .content-func {
        width: 100%;
    }

    .item-func.change {
        flex-direction: column;
    }

    section.other-func {
        margin-top: 57px;
        padding-top: 0px;
    }

    .other .img-func {
        position: unset;
        width: auto;
    }
}

/* end all-function */
/* Banner ads */
.banner-ad {
    margin-top: 22px;
    margin-bottom: 60px;
}

.wrap-banner-ad {
    background: #cce0fc;
    border-radius: 16px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    width: 690px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #7BD0FF;
    background: #E3EEFF;
    box-shadow: 2.511px 35.912px 46px 0 rgba(24, 119, 241, 0.14);
}

.banner-content {
    color: #212121;
}

.title-ban {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #0B34F1 27.87%, #4386FD 72.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.des-ban {
    font-size: 16px;
    opacity: 0.8;
    color: #000;
}

.cta-banner-ad .btn-try {
    /* background: #0d6efd; */
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    border-radius: 100px;
    padding: 9px 12px 9px 20px;
    color: #ffffff;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.cta-banner-ad .btn-try:hover {
    background: #0b5ed7;
}

.cta-banner-ad .btn-try .arrow-wrapper {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.cta-banner-ad .btn-try .arrow-wrapper img {
    width: 14px;
    height: 14px;
}

.cta-banner-ad .btn-try:hover .arrow-wrapper {
    transform: translateX(4px);
}

.banner-shadow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 40px;
    /* background: linear-gradient(180deg, #08b8ff 0%, #3CA0FF 100%); */
    opacity: 0.2;
    filter: blur(13px);
    border-radius: 50%;
}

@media (max-width: 979px) {
    .banner-ad {
        margin: 40px 0;
    }

    .wrap-banner-ad {
        flex-direction: column;
        text-align: center;
        padding: 24px;
        gap: 20px;
        width: 100%;
    }

    .title-ban {
        font-size: 24px;
    }

    .des-ban {
        font-size: 14px;
    }

    .cta-banner-ad .btn-try {
        font-size: 14px;
        padding: 10px 20px 10px 28px;
    }

    .cta-banner-ad .btn-try .arrow-wrapper {
        width: 24px;
        height: 24px;
    }

    .cta-banner-ad .btn-try .arrow-wrapper img {
        width: 12px;
        height: 12px;
    }
}

/*other banner  */
.other .wrap-banner-ad {
    margin-top: 108px;
    width: unset;
    grid-template-columns: 1fr 14fr 3fr;
}

.other .title-ban {
    font-size: 32px;
}

section.banner-ad.other {
    margin-bottom: 111px;
}

@media (max-width: 979px) {
    .other .wrap-banner-ad {
        grid-template-columns: 1fr;
    }

    .other .title-ban {
        font-size: 24px;
    }
}

/* end other banner  */
/* list slider */
.list-slider .item {
    display: flex;
    gap: 37px;
}

.list-slider {
    margin-top: 37px;
}

.img-customer {
    width: 50%;
}

.content-sli {
    width: 50%;
    text-align: left;
}

.text-sli {
    font-style: italic;
    font-size: 18px;
}

.name-sli {
    color: #1877f1;
    font-size: 20px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    margin-top: 21px;
}

.pos-sli {
    /* color: #1877f1; */
    font-size: 18px;
    /* font-family: GoogleSans medium, Arial, sans-serif; */
}

section.slider {
    text-align: center;
    padding: 70px 0;
    background: url(/sites/amis/images/pages/ai-crm/bg-3.png) no-repeat center;
    background-position: left;
    background-size: auto;
}

.logo-list {
    display: block;
    gap: 37px;
}

.wrap-left-lo {
    /* width: 50%; */
}

.wrap-logo {
    margin-top: 50px;
}

.wrap-right-lo {
    /* width: 50%; */
    font-size: 18px;
    /* margin-top: 170px; */
    font-style: italic;
    text-align: center;
}

.button-lo a {
    /* padding: 14px 21px; */
    /* background: linear-gradient(to right, #ff6f00, #ffbb00); */
    color: #fff;
    /* border-radius: 9px; */
    /* font-family: GoogleSans Bold, Arial, sans-serif; */
}

.button-lo {
    width: fit-content;
    margin: 0 auto;
    margin-top: 21px;
    margin-bottom: 22px;
}

.text-lo {
    text-align: center;
    font-size: 15px;
}

.text-lo a {
    color: #1877f1;
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-transform: uppercase;
}

.owl-nav {
    position: absolute;
    right: 457px;
    bottom: 30px;
}

.owl-nav .button-left, .owl-nav .button-right {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 15px 15px 0px rgba(20, 117, 223, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.owl-nav .button-left:hover, .owl-nav .button-right:hover {
    transform: translateY(-2px);
    box-shadow: 0px 20px 20px 0px rgba(20, 117, 223, 0.2);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: unset;
}

.wrap-right-lo span img {
    margin-top: -4px;
}

.owl-dots {
    display: none;
}

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

    .list-slider .owl-dots {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .list-slider .owl-dot {
        display: inline-block;
        margin: 0 5px;
    }

    .list-slider .owl-dot span {
        width: 10px;
        height: 10px;
        background: #1E40B233 !important;
        border-radius: 50%;
        display: block;
        transition: all 0.3s ease;
        margin: unset !important;
    }

    .list-slider .owl-dot.active span {
        background: #1E40B1 !important;
        /* transform: scale(1.2); */
    }

    .list-slider .item {
        flex-direction: column;
    }

    .img-customer {
        width: 100%;
    }

    .content-sli {
        width: 100%;
    }

    .logo-list {
        flex-direction: column;
        margin-top: 44px;
    }

    .wrap-left-lo {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .wrap-right-lo {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 20px;
        order: -1;
    }

    .wrap-right-lo br {
        display: none;
    }

    .wrap-logo {
        margin-top: 20px;
    }

    .wrap-logo img {
        content: url(/sites/amis/images/pages/hrm-v3/list-logo-mobile.png);
        width: 100%;
        height: auto;
    }

    /* Mobile-only adjustments for customer slider section */
    section.slider {
        padding: 40px 0;
        /* giảm padding cho mobile để giống thiết kế */
        background-size: cover;
        background-position: center top;
    }

    /* Tiêu đề trong section.slider trên mobile */
    section.slider .des-base {
        font-size: 18px;
        /* line-height: 24px; */
        margin-bottom: 8px;
    }

    section.slider .title-base {
        font-size: 32px;
        /* line-height: 20px; */
        color: #4b5563;
    }

    /* Ảnh khách hàng bo góc, full width */
    .img-customer img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
    }

    /* Tối ưu nội dung trích dẫn cho mobile */
    .content-sli {
        text-align: left;
    }

    .content-sli .text-sli {
        font-size: 14px;
        line-height: 22px;
        color: #4b5563;
    }

    .content-sli .name-sli {
        font-size: 16px;
        margin-top: 12px;
    }

    .content-sli .pos-sli {
        font-size: 14px;
        color: #6b7280;
    }
}

/* edn list slide */
/* support */
.line {
    background-color: #1877f1;
    width: 1px;
}

.wrap-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
    color: #000;
}

.title-sub {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 19px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.des-sup {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.wrap-list a {
    color: #000;
}

.wrap-sup {
    margin-top: 60px;
}

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

    .line {
        height: 1px;
        width: 206px;
        margin: 20px auto;
    }
}

/* end support */
@keyframes blink-hot {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.list-item-banner .hot {
    background-color: #e31837;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 4px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    animation: blink-hot 1s ease-in-out infinite;
    position: relative;
    top: -1px;
}

@media (max-width: 979px) {
    .list-item-banner .hot {
        font-size: 12px;
        padding: 1px 6px;
    }
}

.logo-banner {
    text-align: center;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    /* padding: 24px; */
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    /* width: 90%; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 68px;
}

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

@media (max-width: 979px) {
    .logo-banner {
        margin-top: -20px;
        padding: 16px;
        width: 95%;
    }
}

.logo-banner .logo-slider {
    padding: 9px 40px;
}

.logo-banner .logo-slider .item {
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-banner .logo-slider .item img {
    max-height: 80px;
    width: auto;
    display: inline-block;
    object-fit: contain;
}

.logo-banner .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.logo-banner .owl-nav button {
    pointer-events: auto;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 -16px !important;
}

.logo-banner .owl-nav button:hover {
    background: #f5f5f5 !important;
}

.logo-banner .owl-dots {
    display: none;
}

@media (max-width: 979px) {
    .logo-banner .logo-slider {
        padding: 16px 32px;
    }

    .logo-banner .logo-slider .item {
        height: 60px;
    }

    .logo-banner .logo-slider .item img {
        max-height: 45px;
    }
}

/* Banner responsive control */
.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

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

    .mobile-banner {
        display: block;
    }
}

/* Logo grid cho mobile */
@media (max-width: 979px) {
    .mobile-banner .logo-banner {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
        padding: 20px;
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }

    .mobile-banner .logo-slider {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
        padding: 0;
    }

    .mobile-banner .logo-slider .owl-stage-outer, .mobile-banner .logo-slider .owl-stage, .mobile-banner .logo-slider .owl-item {
        width: 100% !important;
        transform: none !important;
    }

    .mobile-banner .logo-slider .item {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-banner .logo-slider .item img {
        max-height: 40px;
        width: auto;
        object-fit: contain;
    }

    .mobile-banner .logo-slider .item:nth-child(n + 9) {
        display: none;
    }

    .mobile-banner .logo-slider .owl-nav, .mobile-banner .logo-slider .owl-dots {
        display: none;
    }
}

/* Logo layout control */
.desktop-logo {
    display: block;
}

.mobile-logo {
    display: none;
}

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

    .mobile-logo {
        display: block;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
        padding: 20px;
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }

    .mobile-logo .logo-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }

    .mobile-logo .grid-item {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-logo .grid-item img {
        max-height: 40px;
        width: auto;
        object-fit: contain;
    }
}

/* KiÃ¡Â»Æ'm soÃƒÂ¡t hiÃ¡Â»Æ'n thÃ¡Â»â€¹ section AI */
.desktop-ai {
    display: block;
}

.mobile-ai {
    display: none;
}

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

    .mobile-ai {
        display: block;
    }

    .mobile-ai .ai-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .mobile-ai .ai-demo {
        order: -1;
        /* Ã„ÂÃ†Â°a phÃ¡ÂºÂ§n demo lÃƒÂªn trÃƒÂªn */
    }

    .mobile-ai .ai-content {
        padding: 0 16px;
    }

    .ai-title .main-title {
        font-size: 28px;
    }

    .ai-title .sub-title {
        font-size: 24px;
    }

    .ai-title .description {
        font-size: 14px !important;
        padding: 0 16px;
    }

    .mobile-ai .ai-title .main-title {
        font-size: 32px;
        text-align: center;
    }

    .mobile-ai .ai-title .sub-title {
        font-size: 24px;
        text-align: center;
        /* margin-bottom: 16px; */
    }

    .mobile-ai .ai-title .description {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 32px;
        padding: 0 16px;
    }

    /* Mobile AI Slider với Owl Carousel */
    .mobile-ai .ai-mobile-slider {
        margin-bottom: 32px;
    }

    .mobile-ai .ai-slide-item {
        text-align: center;
        padding: 0 16px;
    }

    .mobile-ai .feature-button {
        font-family: GoogleSans Bold, Arial, sans-serif;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        background: #FFF;
        color: #2B63F8;
        border-radius: 6px;
        border: 0.5px solid #ADDAFF;
        font-size: 14px;
        font-weight: 500;
        /* margin-bottom: 24px; */
        box-shadow: 2.5px 15px 46px 0 rgba(34, 85, 227, 0.20);
        margin-bottom: 29px;
    }

    .mobile-ai .feature-button .feature-icon {
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-ai .feature-button .feature-icon img {
        content: url('/sites/amis/images/pages/ai-crm/ic-v-active.svg');
        width: 14px;
        height: 14px;
    }

    .mobile-ai .slide-image {
        border-radius: 16px;
        overflow: hidden;
        /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); */
    }

    .mobile-ai .dashboard-img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Owl Carousel customization for mobile AI */
    .mobile-ai .owl-dots {
        text-align: center;
        margin-top: 24px;
    }

    .mobile-ai .owl-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        background: #E0E6FF;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .mobile-ai .owl-dot.active {
        background: #0D6EFD;
        width: 20px;
        border-radius: 10px;
    }

    .mobile-ai .owl-nav {
        display: none;
    }

    .mobile-ai .feature-item {
        padding: 16px;
        margin-bottom: 8px;
        border-radius: 12px;
    }

    .mobile-ai .feature-text h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .mobile-ai .feature-text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .mobile-ai .ai-cta {
        flex-direction: row;
        gap: 12px;
        margin-top: 32px;
        padding: 0 16px;
        justify-content: center;
    }

    .mobile-ai .ai-cta a {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 24px;
        border-radius: 100px;
        font-size: 14px;
        font-family: GoogleSans Bold, Arial, sans-serif;
        text-decoration: none;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .mobile-ai .btn-try {
        background: #0d6efd;
        color: #ffffff;
        position: relative;
        padding-right: 52px !important;
    }

    .mobile-ai .btn-try img {
        width: 24px;
        height: 24px;
        background: #ffffff;
        padding: 6px;
        border-radius: 50%;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-ai .btn-advise {
        border: 1px solid #0d6efd;
        color: #0d6efd;
    }

    .mobile-ai .btn-advise img {
        width: 12px;
        height: auto;
    }

    @media (max-width: 374px) {
        .mobile-ai .ai-cta {
            flex-direction: column;
        }

        .mobile-ai .ai-cta a {
            width: 100%;
        }
    }
}

/* Mobile AI Section */
@media (max-width: 979px) {
    .mobile-ai {
        padding: 40px 0;
        background: #fff;
    }

    /* Header */
    .mobile-ai .ai-header {
        text-align: center;
        margin-bottom: 32px;
    }

    .mobile-ai .main-title {
        font-size: 20px;
        color: #1877f2;
        /* margin-bottom: 8px; */
    }

    .mobile-ai .sub-title {
        font-size: 24px;
        font-family: GoogleSans Bold, Arial, sans-serif;
    }

    .mobile-ai .highlight {
        color: #1877f2;
    }

    /* Default media */
    .mobile-ai .ai-default-media {
        margin-bottom: 40px;
        position: relative;
    }

    .mobile-ai .default-screen {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
    }

    .mobile-ai .default-screen img {
        width: 100%;
        height: auto;
        display: block;
    }

    .mobile-ai .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .mobile-ai .play-button:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    /* Feature slides */
    .mobile-ai .ai-feature-slides {
        position: relative;
        padding: 0 16px;
    }

    .mobile-ai .feature-slide {
        display: none;
        animation: fadeIn 0.5s ease;
    }

    .mobile-ai .feature-slide.active {
        display: block;
    }

    .mobile-ai .feature-content {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .mobile-ai .feature-item {
        background: #f8f9ff;
        padding: 16px;
        border-radius: 12px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .mobile-ai .feature-icon {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .mobile-ai .feature-text h3 {
        font-size: 16px;
        font-family: GoogleSans Bold, Arial, sans-serif;
        margin-bottom: 4px;
    }

    .mobile-ai .feature-text p {
        font-size: 14px;
        color: #666666;
        line-height: 1.4;
        margin: 0;
    }

    .mobile-ai .feature-image {
        border-radius: 12px;
        overflow: hidden;
    }

    .mobile-ai .feature-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Dots navigation */
    .mobile-ai .feature-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
    }

    .mobile-ai .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d9d9d9;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .mobile-ai .dot.active {
        background: #1877f2;
    }

    /* CTA buttons */
    .mobile-ai .ai-cta {
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-top: 32px;
        padding: 0 16px;
        justify-content: center;
    }

    .mobile-ai .ai-cta a {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 24px;
        border-radius: 100px;
        font-size: 14px;
        font-family: GoogleSans Bold, Arial, sans-serif;
        text-decoration: none;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .mobile-ai .btn-try {
        background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
        color: #ffffff;
        position: relative;
        padding-right: 52px !important;
    }

    .mobile-ai .btn-try img {
        width: 30px;
        height: 30px;
        background: #ffffff;
        padding: 8px;
        border-radius: 50%;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-ai .btn-try:hover img {
        transform: translate(4px, -50%);
    }

    .mobile-ai .btn-advise {
        border: unset;
        color: #0d6efd;
    }

    .mobile-ai .btn-advise:hover {
        background: rgba(13, 110, 253, 0.1);
    }

    .mobile-ai .btn-advise:hover img {
        transform: translateX(4px);
    }

    .mobile-ai .btn-advise img {
        width: 12px;
        height: auto;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Security Certificates Section */
.security-certificates {
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #7BD0FF;
    background: #FFF;
    box-shadow: 2.511px 35.912px 46px 0 rgba(24, 119, 241, 0.14);
    width: fit-content;
    margin: 0 auto;
}

.certificates-wrapper {
    text-align: center;
}

.certificates-title {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 24px;
    color: #212121;
}

.certificates-title .highlight {
    /* color: #1877f2; */
    font-family: GoogleSans Bold, Arial, sans-serif;
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.certificates-list {
    max-width: 800px;
    margin: 0 auto;
}

.certificates-list img {
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 979px) {
    .security-certificates {
        padding: 32px 16px;
        margin-top: 29px;
    }

    .certificates-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .certificates-list {
        max-width: 100%;
        padding: 0 16px;
    }
}

/* Section All Functions */
section.all-function {
    padding: 70px 0;
    background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
    background-position: top;
}

.all-function-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.function-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
    justify-content: center;
}

/* Dots cho mobile slider của all-function */
.function-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.function-dot {
    width: 8px;
    height: 8px;
    background: #E0E6FF;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.function-dot.active {
    background: #0D6EFD;
    width: 20px;
    /* border-radius: 10px; */
}

.function-tab {
    padding: 24px 20px;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    position: relative;
    overflow: hidden;
}

.function-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.function-tab.active {
    border-color: #3B82F6;
    border-radius: 18px;
    border: 1px solid #7BD0FF;
    background: #FFF;
    box-shadow: 2.511px 35.912px 46px 0 rgba(24, 119, 241, 0.14);
}

.tab-icon {
    margin-bottom: 12px;
}

.tab-icon img {
    width: 40px;
    height: 40px;
}

.tab-title {
    font-size: 18px;
    /* font-family: GoogleSans Bold, Arial, sans-serif; */
    color: #1F2937;
    margin-bottom: 4px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.tab-subtitle {
    font-size: 12px;
    color: #6B7280;
    line-height: 1.3;
    color: #303030;
    font-size: 18px;
}

.function-tab.active .tab-title {
    color: #303030;
}

.function-tab.active .tab-subtitle {
    /* color: #303030; */
}

.function-content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    position: relative;
}

.function-info {
    flex: 1;
    max-width: 45%;
    margin-top: 57px;
}

.function-title {
    font-size: 20px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    /* margin-bottom: 8px; */
    background: linear-gradient(90deg, #0B34F1 27.87%, #4386FD 72.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.function-subtitle {
    color: #303030;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-family: GoogleSans Bold, Arial, sans-serif;
    line-height: normal;
    margin-bottom: 16px;
}

.function-features {
    margin-bottom: 30px;
}


.feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.feature-icon img {
    width: 100%;
    height: 100%;
}

.feature-text {
    color: #303030;
    /* font-family: "Google Sans"; */
    font-size: 18px;
    font-style: normal;
    /* font-weight: 400; */
    line-height: 24px;
    /* 133.333% */
}

.feature-text br {
    display: none;
}

.function-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    /* background: linear-gradient(90deg, #0831F1 0%, #488CFE 100%); */
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.function-cta:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 5px 15px rgba(8, 49, 241, 0.2); */
}

.function-image {
    flex: 1;
    max-width: 50%;
}

.function-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

/* Responsive */
@media (max-width: 979px) {
    .function-dots {
        display: flex;
    }

    section.all-function {
        padding: 40px 0;
    }

    .function-tabs {
        display: block;
        /* chỉ show 1 tab tại 1 thời điểm */
        padding: 0 16px;
    }

    .function-tab {
        padding: 16px 12px;
        min-width: unset;
        width: 100%;
        max-width: 100%;
    }

    .tab-icon img {
        /* width: 42px; */
        /* height: 47px; */
    }

    .tab-title {
        font-size: 14px;
    }

    .tab-subtitle {
        font-size: 11px;
    }

    .function-tab[data-tab="tienluong"] {
        padding: 9px 26px;
    }

    .function-cta-wrapper {
        display: none;
    }

    .function-cta-wrapper-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
        justify-content: center;
    }

    .function-cta {
        width: auto;
        white-space: nowrap;
        flex: 1;
    }

    .function-content {
        flex-direction: column;
        gap: 30px;
    }

    .function-info, .function-image {
        max-width: 100%;
        margin-top: 0;
    }

    .function-title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .feature-item {
        margin-bottom: 13px;
        padding: 0;
    }

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

    .function-features {
        margin-bottom: 0;
    }
}

/* Style cho tag HOT */
.feature-text .hot {
    background: linear-gradient(90deg, #ff4d4f 0%, #ff7875 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    display: inline-block;
    animation: blink-hot 1s infinite;
    vertical-align: middle;
    line-height: 16px;
}

@keyframes blink-hot {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

/* Style cho icon check */
.feature-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 3px; */
}

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

/* Style cho buttons */
.function-cta-wrapper {
    display: flex;
    gap: 16px;
    /* margin-top: 23px; */
}

.function-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 100px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
}

.function-cta img {
    width: 14px;
    transition: transform 0.3s ease;
}

.function-cta.primary {
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 52px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.function-cta.primary img {
    width: 30px;
    height: 30px;
    background: #ffffff;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.function-cta.primary:hover {
    /* background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%); */
    /* color: #fff; */
    /* transform: translateY(-2px); */
}

.function-cta.primary:hover img {
    transform: translate(4px, -50%);
}

.function-cta.secondary {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

.function-cta.secondary:hover {
    background: rgba(13, 110, 253, 0.1);
}

.function-cta.secondary:hover img {
    transform: translateX(4px);
}

@media (max-width: 979px) {
    .function-cta-wrapper {
        display: none;
    }

    .function-cta-wrapper-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
        justify-content: center;
    }

    .function-cta {
        width: auto;
        justify-content: center;
    }
}

/* Style cho function image */
.function-image {
    flex: 1;
    max-width: 55%;
    /* position: relative; */
    height: 500px;
}

.function-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    position: absolute;
    width: 711px;
    right: -61px;
}

/* Position cho tÃ¡Â»Â«ng Ã¡ÂºÂ£nh */
#chamcong .function-image img {
    transform: scale(1.1);
    margin-top: -20px;
}

#tienluong .function-image img {
    transform: scale(1.15);
    margin-left: -30px;
}

#nhansu .function-image img {
    transform: scale(1.1);
    margin-top: -10px;
}

#tuyendung .function-image img {
    transform: scale(1.2);
    margin-left: -20px;
}

#muctieu .function-image img {
    transform: scale(1.15);
}

#mangxahoi .function-image img {
    transform: scale(1.1);
    margin-top: -15px;
}

/* Responsive */
@media (max-width: 979px) {
    .function-cta-wrapper {
        flex-direction: row;
    }

    .function-image {
        max-width: 100%;
    }

    .function-image img {
        transform: none !important;
        margin: 0 !important;
        position: unset;
    }
}

.function-cta-wrapper-mobile {
    display: none;
    /* áº¨n trÃªn desktop */
}

@media (max-width: 979px) {
    .function-cta-wrapper {
        display: none;
    }

    .function-cta-wrapper-mobile {
        display: flex;
        /* Hiá»ƒn thá»‹ trÃªn mobile */
        flex-direction: column;
        gap: 10px;
        margin-top: 24px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
}

/* Support 24/7 section */
@media (max-width: 979px) {
    .support-247 {
        background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
        background-size: cover;
        margin-top: 30px;
    }
}

/* Desktop & Mobile Versions */
.warp-text.mobile-version {
    display: none;
}

.warp-text.desktop-version {
    display: block;
}

.img-text-mobile {
    position: relative;
    margin-bottom: 20px;
}

.img-text-mobile img {
    width: 100%;
    height: auto;
}

.img-text-mobile .star {
    /* position: absolute; */
    bottom: 10px;
    left: 10px;
    display: grid;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.ava-register-mobile {
    margin-top: 20px;
    text-align: center;
}

.ava-register-mobile img {
    width: 193px;
    height: auto;
}

@media (max-width: 979px) {
    .warp-text.desktop-version {
        display: none;
    }

    .warp-text.mobile-version {
        display: block;
        width: 100%;
    }

    .warp-form {
        width: 100%;
        margin-bottom: 30px;
        position: unset;
        min-height: 500px;
        height: unset;
        margin: 0 auto;
    }

    .warp-content {
        position: unset;
    }
}

/* form ai custom */
form[lz-id='3b0bc7c6-c02c-4b47-b695-010c19afb990'] .btn-orange {
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%) !important;
    font-size: 16px !important;
}

div#register .title {
    font-size: 28px;
    font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
    color: #275DF7;
    margin-top: 17px;
}

/* end form ai custom */
/* Vertical Banner Layout for AI CRM */
.wrap-banner-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* gap: 40px; */
    padding: 38px 0;
    position: relative;
}

.content-banner-vertical {
    max-width: 800px;
    margin: 0 auto;
}

.content-banner-vertical .title-banner {
    font-size: 40px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    line-height: 1.2;
    color: #1e3a8a;
    margin-bottom: 13px;
}

.content-banner-vertical .des-banner {
    font-size: 18px;
    line-height: 1.5;
    color: #303030;
    margin-bottom: 16px;
}

.content-banner-vertical .subtitle-banner {
    font-size: 18px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 40px;
    font-weight: 400;
}

.banner-image-section {
    width: 110%;
    max-width: unset;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.banner-image-section .play-icon {
    position: absolute;
    left: 47%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
}

.wrap-img-banner-main {
    text-align: center;
    height: 760px;
    position: relative;
}

.banner-main {
    max-width: 100%;
    border-radius: 12px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
    position: absolute;
    left: -141px;
    width: 1313.66px;
    height: fit-content;
    top: 38px;
}

.logo-section {
    width: 100%;
    margin: 0 auto;
    margin-top: -70px;
}

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

.logo-list {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 20px 30px;
    filter: drop-shadow(2.511px 35.912px 46px rgba(24, 119, 241, 0.14));
    background-color: #fff;
    border-radius: 23px;
}

/* Mobile responsive for vertical layout */
@media (max-width: 979px) {
    .wrap-img-banner-main {
        height: auto;
    }
.banner-image-section {
    width: auto;
}
    .wrap-banner-vertical {
        gap: 30px;
        padding: 40px 0;
    }

    .content-banner-vertical .title-banner {
        font-size: 33px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .content-banner-vertical .des-banner {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .content-banner-vertical .subtitle-banner {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .banner-main {
        border-radius: 8px;
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
        position: unset;
        width: auto;
    }
}

@media (max-width: 767px) {
    .content-banner-vertical .title-banner {
        font-size: 33px;
    }

    .content-banner-vertical .des-banner {
        font-size: 16px;
    }

    .content-banner-vertical .subtitle-banner {
        font-size: 15px;
    }

    .wrap-banner-vertical {
        gap: 25px;
        padding: 30px 0;
    }
}

/* ================= Apps Ecosystem (under all-function) ================= */
.apps-ecosystem {
    padding: 60px 0 40px;
    background: linear-gradient(180deg, rgba(8,49,241,0.03) 0%, rgba(72,140,254,0.06) 100%);
    padding: 70px 0;
    background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
    background-position: top;
}

.apps-ecosystem__inner {
    position: relative;
    text-align: center;
    min-height: 400px;
}

.apps-ecosystem__robot {
    position: absolute;
    left: 144px;
    top: -20px;
    width: 120px;
    height: auto;
    z-index: 10;
}

.apps-ecosystem__title {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    /* margin-bottom: 6px; */
    position: relative;
    z-index: 5;
    background: linear-gradient(90deg, #0B34F1 27.87%, #4386FD 72.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.apps-ecosystem__subtitle {
    font-size: 24px;
    color: #303030;
    margin-bottom: 24px;
    position: relative;
    z-index: 5;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.apps-ecosystem__graphic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 120%;
    max-width: 1200px;
}

.apps-ecosystem__graphic {
    height: 344px;
    position: relative;
}

.apps-ecosystem__graphic img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.apps-ecosystem__footer {
    margin-top: 12px;
    position: relative;
    z-index: 5;
}

.apps-ecosystem__headline {
    font-size: 32px;
    color: #111827;
    /* font-weight: 600; */
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.apps-ecosystem__desc {
    font-size: 32px;
    /* color: #374151; */
    /* margin-bottom: 12px; */
    background: linear-gradient(90deg, #0B34F1 27.87%, #4386FD 72.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.apps-ecosystem__text {
    font-size: 18px;
    margin-bottom: 16px;
}

/* Mobile Showcase */
.mobile-showcase {
    margin: 40px 0;
    position: relative;
    z-index: 5;
}

.mobile-showcase__container {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
}

.mobile-showcase__item {
    flex: 1;
    text-align: center;
    width: 387px;
    max-width: 387px;
    background: #EAF4FF;
    border-radius: 16px;
    padding: 20px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    transition: background 0.3s ease;
    border: 2px solid transparent;
    padding-bottom: 0px;
}

.mobile-showcase__item {
}

/* Đã bỏ tất cả hiệu ứng hover */
/* Hiệu ứng khi slider đang chạy */
.mobile-showcase__item.sliding {
    background: #CEE4FF;
    transition: background 0.3s ease;
}

.mobile-showcase__item.sliding .mobile-showcase__header {
    /* color: #0B34F1; */
    transition: color 0.3s ease;
}

.mobile-showcase__header {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.4;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.mobile-showcase__slider {
    position: relative;
    min-height: 435px;
}

.mobile-showcase__slider.owl-carousel {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-showcase__slider.owl-carousel.owl-loaded {
    opacity: 1;
}

.mobile-showcase__slide {
    text-align: center;
}

/* Ảnh trong từng slide (desktop) */
.mobile-showcase__slider .owl-item .mobile-showcase__slide img {
    width: 271px !important;
    height: 435px !important;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); */
    transition: transform 0.3s ease;
    border-radius: 12px !important;
    object-fit: cover;
    display: block !important;
    margin: 0 auto;
}

/* Owl Carousel customization for individual sliders */
.mobile-showcase__slider.owl-carousel .owl-nav {
    display: none;
}

.mobile-showcase__slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.mobile-showcase__slider.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.mobile-showcase__slider.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    transition: all 0.3s ease;
}

.mobile-showcase__slider.owl-carousel .owl-dot.active span {
    background: #0B34F1;
    transform: scale(1.3);
}

/* Đã bỏ hover effects cho ảnh */
@media (max-width: 979px) {
    .apps-ecosystem {
        padding: 40px 0 30px;
    }

    .apps-ecosystem__inner {
        min-height: 300px;
        position: relative;
    }

    /* Biến container thành slider: khi Owl active, bỏ layout flex mặc định */
    .mobile-showcase__container.owl-carousel {
        display: block;
    }

    .mobile-showcase__container.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .mobile-showcase__container.owl-carousel .owl-item {
        padding: 0 8px;
    }

    .mobile-showcase__container.owl-carousel .mobile-showcase__item {
        width: 100%;
        max-width: 100%;
    }

    /* Typography mobile của headline/desc/text trong footer */
    .apps-ecosystem__footer {
        margin-top: 8px;
    }

    .apps-ecosystem__headline {
        font-size: 20px;
        line-height: 28px;
    }

    .apps-ecosystem__desc {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .apps-ecosystem__text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .apps-ecosystem__robot {
        /* position: static; */
        /* width: 80px; */
        /* margin: 0 auto 10px; */
        display: block;
        z-index: 10;
        position: absolute;
        top: 0;
        width: 76px;
        right: 0;
        left: unset;
    }

    .apps-ecosystem__title {
        font-size: 24px;
        text-align: left;
        padding-right: 60px;
    }

    .apps-ecosystem__subtitle {
        font-size: 14px;
        text-align: left;
        font-family: GoogleSans Bold, Arial, sans-serif;
    }

    .apps-ecosystem__graphic {
        position: relative;
        left: 16px;
        top: -13px;
        transform: none;
        width: 100%;
        max-width: 100%;
        height: 144px;
    }

    .apps-ecosystem__graphic img {
        max-width: none;
        /* cho phép vượt quá 100% để phóng to */
        width: 130%;
        /* phóng to ảnh trên mobile */
        display: block;
        margin: 0 auto;
        /* canh giữa khi phóng to */
    }

    /* Mobile showcase responsive */
    .mobile-showcase {
        margin: 30px 0;
    }

    .mobile-showcase__container {
        flex-direction: column;
        gap: 16px;
    }

    /* Ảnh trong slider mobile: co giãn theo khung, bo góc và đổ bóng nhẹ */
    .mobile-showcase__slider {
        min-height: 0;
    }

    .mobile-showcase__slide img {
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        border-radius: 12px !important;
        /* box-shadow: 0 8px 24px rgba(17, 24, 39, 0.12); */
    }

    /* Dots nhỏ gọn hơn cho mobile */
    .mobile-showcase__slider.owl-carousel .owl-dots {
        margin-top: 10px;
    }

    .mobile-showcase__slider.owl-carousel .owl-dot span {
        width: 7px;
        height: 7px;
    }

    /* CTA trong footer trên mobile: khoảng cách hợp lý */
    .apps-ecosystem__footer .ai-cta {
        margin-top: 12px;
    }
}

/* ================= Companies Trust Section ================= */
.companies-trust-section {
    text-align: center;
    padding: 70px 0;
    background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
    background-position: top;
}

.companies-trust__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.companies-trust__title {
    /* font-family: GoogleSans Bold, Arial, sans-serif; */
    line-height: 1.2;
    font-size: 32px;
    background: linear-gradient(90deg, #0B34F1 27.87%, #4386FD 72.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.companies-trust__subtitle {
    font-size: 32px;
    margin: 0 0 40px 0;
    line-height: 1.3;
    font-family: GoogleSans Bold, Arial, sans-serif !important;
}

.companies-trust__desktop {
    display: block;
}

.companies-trust__mobile {
    display: none;
}

.companies-trust__main-image, .companies-trust__mobile-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}

/* Mobile Responsive */
@media (max-width: 979px) {
    .companies-trust-section {
        padding: 60px 0;
    }

    .companies-trust__title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .companies-trust__subtitle {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .companies-trust__desktop {
        display: none;
    }

    .companies-trust__mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .companies-trust-section {
        padding: 40px 0;
    }

    .companies-trust__title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .companies-trust__subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

/* Customer Stats Section */
.customer-stats-section {
    background: #F7F9FF;
    border-radius: 20px;
    padding: 24px 40px;
    margin: 15px 0px 59px 0;
    text-align: center;
    filter: drop-shadow(2.511px 35.912px 46px rgba(24, 119, 241, 0.14));
}

.stats-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    /* margin-bottom: 40px; */
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    min-width: 200px;
}

.stat-title {
    font-size: 28px;
    font-weight: 400;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.4;
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #2D2D2D;
}

.stat-value {
    background: linear-gradient(90deg, #0B34F1 27.87%, #4386FD 72.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    line-height: normal;
    font-family: GoogleSans Bold, Arial, sans-serif !important;
}

.stat-unit {
    font-size: 24px;
    font-weight: 400;
}

.stat-divider {
    width: 43px;
    height: 1px;
    background: #1877F1;
    transform: rotate(90deg);
}

.cta-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-cta, .btn-secondary-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
}

.btn-primary-cta {
    background: #1E40B1;
    color: white;
    border: 2px solid #1E40B1;
}

.btn-primary-cta:hover {
    background: #0f2a8a;
    border-color: #0f2a8a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 64, 177, 0.3);
    color: white;
    text-decoration: none;
}

.btn-secondary-cta {
    background: white;
    color: #1E40B1;
    border: 2px solid #1E40B1;
}

.btn-secondary-cta:hover {
    background: #1E40B1;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 64, 177, 0.2);
    text-decoration: none;
}

.btn-primary-cta img, .btn-secondary-cta img {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.btn-primary-cta:hover img, .btn-secondary-cta:hover img {
    transform: translateX(4px);
}

@media (max-width: 979px) {
    .customer-stats-section {
        /* padding: 40px 20px; */ /* margin: 40px 0 0 0; */
    }

    .stats-wrapper {
        flex-direction: column;
        gap: 30px;
        /* margin-bottom: 30px; */
        /* transform: rotate(90deg); */
    }

    .stat-divider {
        /* display: none; */
        transform: unset;
        width: 88px;
    }

    .stat-value {
        font-size: 36px;
    }

    .stat-unit {
        font-size: 20px;
    }

    .cta-section {
        flex-direction: column;
        gap: 16px;
    }

    .btn-primary-cta, .btn-secondary-cta {
        width: 100%;
        min-width: unset;
    }
}

/* Register Section Styles */
.register {
    padding: 80px 0;
    /* background: #F8FAFE; */
}

.register-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.register-form-section {
    width: 32%;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background-color: #fff;
    /* color: #3f53ff; */
    /* text-align: center; */
    padding-top: 10px;
    /* font-size: 26px; */
    /* font-family: GoogleSans, Roboto, Arial, sans-serif; */
    border-radius: 8px;
    margin-right: 0px;
    margin-bottom: 10px;
    min-height: 463px;
}

.form-header {
    margin-bottom: 32px;
    margin-top: 30px;
}

.form-title {
    font-size: 28px;
    /* font-family: GoogleSans Bold, Arial, sans-serif; */
    color: #3f53ff;
    margin-bottom: 8px;
    line-height: 1.3;
    font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
    text-align: center;
}

.form-subtitle {
    font-size: 18px;
    color: #000;
    margin: 0;
    /* padding: 0 50px; */
    text-align: center;
    margin-bottom: -43px;
}

.aimarketing-form-embed-code {
    /* margin: 20px 0; */
}

.form-footer {
    text-align: center;
    font-size: 16px;
    color: #0000008c;
    margin-top: -26px;
    margin-bottom: 0;
    font-family: "GoogleSans Medium";
}

.register-content-section {
    flex: 1;
    padding-left: 20px;
}

.content-header {
    margin-bottom: 8px;
}

.content-title {
    font-size: 18px;
    /* font-weight: 600; */
    color: #2D2D2D;
    margin-bottom: unset !important;
    line-height: 1.4;
    font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.question-list {
    /* margin-bottom: 40px; */
}

.question-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 6px;
    line-height: 1.6;
}

.question-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.question-text {
    font-size: 16px;
    color: #333;
}

.demo-preview {
    text-align: center;
}

.demo-screens {
    margin-bottom: 20px;
}

.demo-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    margin-top: -44px;
}

/* Mobile Responsive */
@media (max-width: 979px) {
    .register {
        padding: 60px 0;
    }

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

    .register-form-section {
        width: 100%;
        margin-bottom: 30px;
        min-height: 500px;
    }

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

    .register-content-section {
        padding-left: 0;
        order: -1;
    }

    .content-title {
        font-size: 20px;
        text-align: center;
    }

    .demo-preview {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .register {
        padding: 40px 0;
    }

    .form-title {
        font-size: 24px;
    }

    .content-title {
        font-size: 18px;
    }

    .question-text {
        font-size: 14px;
    }
}

/* ================= Mobile Function Tabs Navigation Styles ================= */
@media (max-width: 979px) {
    .function-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 24px;
        padding: 0 20px;
    }

    .function-nav-arrow {
        background: #fff;
        border: 2px solid #e5e7eb;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #6b7280;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .function-nav-arrow:hover,
    .function-nav-arrow:active {
        background: #f3f4f6;
        border-color: #d1d5db;
        color: #374151;
        transform: scale(1.05);
    }

    .function-nav-arrow svg {
        width: 20px;
        height: 20px;
    }

    .function-dots {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .function-dot {
        background: #fff;
        border: 2px solid #e5e7eb;
        border-radius: 20px;
        padding: 8px 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 14px;
        font-weight: 500;
        color: #6b7280;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .function-dot.active {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        /* border-color: #667eea; */
        color: #fff;
        /* transform: scale(1.05); */
        width: fit-content;
    }

    .function-dot:not(.active):hover {
        background: #f9fafb;
        border-color: #d1d5db;
        color: #374151;
    }

    .function-dot-label {
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

    .function-tap-indicator {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 12px;
        opacity: 0.8;
        animation: fadeInOut 3s ease-in-out infinite;
        pointer-events: none;
        z-index: 10;
    }

    .function-tap-indicator span {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    @keyframes fadeInOut {
        0%, 100% { opacity: 0.3; }
        50% { opacity: 0.8; }
    }

    /* Đảm bảo function-content có position relative để chứa tap indicator */
    .function-content {
        position: relative;
    }

    /* Responsive cho mobile nhỏ */
    @media (max-width: 480px) {
        .function-navigation {
            gap: 12px;
            padding: 0 16px;
        }

        .function-nav-arrow {
            width: 40px;
            height: 40px;
        }

        .function-nav-arrow svg {
            width: 18px;
            height: 18px;
        }

        .function-dots {
            gap: 8px;
        }

        .function-dot {
            padding: 6px 12px;
            font-size: 12px;
            min-height: 37px;
            width: fit-content;
        }

        .function-dot-label {
            font-size: 12px;
        }

        .function-tap-indicator {
            font-size: 11px;
            padding: 6px 12px;
            bottom: 16px;
        }
    }
}