/* Inter Light */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Inter Regular */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter Regular Italic */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-Italic.ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Inter Medium */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Inter Medium Italic */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Inter SemiBold */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter SemiBold Italic */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Inter Bold */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter Bold Italic */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Inter ExtraBold */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Inter Black */
@font-face {
    font-family: 'Inter';
    src: url('/sites/library/fonts/Inter-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/* #region brandsBlock */
.brandsBlock {
    background: #fff;
}

.brandsBlock .common-title {
    margin-bottom: 16px;
}

.brandsDescription {
    color: var(--Text-Secondary, #252B37);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 48px;
}

.brandsGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1250px;
    margin: 0 auto;
}

.brandCategory {
    border-radius: var(--radius-xl, 16px);
    background: var(--Background-Base, #FFF);
    box-shadow: 0 2px 20px -6px rgba(116, 135, 255, 0.12), 0 12px 46px -4px rgba(10, 27, 137, 0.08);
    overflow: hidden;
    /* transition: all 0.3s ease; */
}

.brandCategory:hover {
    /* transform: translateY(-4px); */
    box-shadow: 0 4px 30px -6px rgba(116, 135, 255, 0.18), 0 16px 56px -4px rgba(10, 27, 137, 0.12);
}

.brandImage {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .brandsGrid {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .brandsBlock .common-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .brandsDescription {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }

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

/* #endregion */

/* #region heroBlock */
.heroBlock.commonPadding {
    background: url(/sites/amis/images/pages/amis-san-xuat-cung-ung-do-go-noi-that/bg-banner.webp);
    padding-top: 110px;
    padding-bottom: 80px;
    background-size: cover;
    /* background: radial-gradient(58.45% 68.78% at 52.14% 110.08%, rgba(255, 255, 255, 0.56) 0.25%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(79.22% 83.53% at 38.8% 128.54%, rgba(255, 220, 67, 0.35) 0%, rgba(255, 201, 8, 0.07) 68.28%, rgba(255, 201, 8, 0.00) 100%), radial-gradient(149.59% 183.51% at 52.86% 195.22%, #FFDD9F 0%, #FFFDF6 92.33%); */
}

.heroBlock form[lz-id='dd901814-a78e-4a14-8cbc-6c98733850ee'].private-form {
    padding: 0 !important;
}

.heroBlock form[lz-id='dd901814-a78e-4a14-8cbc-6c98733850ee'].private-form .submit-wrapper .btn-form-submit {
    display: flex;
    width: 100% !important;
    min-width: 100px;
    padding: var(--Spacing-Padding-8px, 8px) var(--Spacing-Padding-20px, 20px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-Padding-8px, 8px);
    align-self: stretch;
    border-radius: var(--radius-l, 12px);
    width: 100%;
    background: linear-gradient(86.35deg, #C07D4F -10.61%, #DBB996 134.5%);
}

.heroTopSection {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.heroBadge {
    padding: 8px 20px;
    background: white;
    border-radius: 9999px;
    border: 2px solid #C07D4F;
    backdrop-filter: blur(12px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 12px; */
}

.heroBadgeText {
    color: #C07D4F;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.heroFormTitle {
    text-align: center;
    color: var(--Text-Secondary, #252B37);
    text-align: center;

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

.heroTitle {
    color: #252B37;
    text-align: center;
    font-family: 'Inter Bold';
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: var(--Letter-spacing-None, 0);
    margin-bottom: 12px;
}

.heroDescription {
    color: #061C3D;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.heroTitleHighlight {
    color: var(--Green-700, #007C5E);
    font-family: 'Inter Bold';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Line-height-2xxl, 60px);
    letter-spacing: var(--Letter-spacing-None, 0);
    white-space: nowrap;
}

.heroFeaturesList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 30px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

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

.heroFeatureItem img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.heroFeatureText {
    color: var(--Text-Secondary, #252B37);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.heroBtnPrimary {
    background: linear-gradient(86.35deg, #C07D4F -10.61%, #DBB996 134.5%) !important;

}

.heroBtnPrimary:hover {
    background: linear-gradient(86.35deg, #C07D4F -10.61%, #DBB996 134.5%) !important;
    box-shadow: 0px 8px 16px rgba(255, 166, 0, 0.24) !important;
}

.heroBtnOutline {
    border: 2px solid #C07D4F !important;
    color: #C07D4F !important;
}

.heroBtnOutline:hover {
    background: #FFF8E7 !important;
    color: #C07D4F !important;
    border-color: #C07D4F !important;
}

.heroButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.heroBottomSection {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.heroImageWrapper {
    flex: 0 0 60%;
    max-width: 60%;
}

.heroImage {
    width: auto;
    height: auto;
    display: block;
    border-radius: var(--radius-xl, 16px);
}

.heroFormWrapper {
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: var(--radius-xl, 16px);
    background: var(--Base-White, #FFF);
    box-shadow: 0 4px 20px rgba(0, 155, 113, 0.08);
    padding: 24px 16px;
}

@media (max-width: 1024px) {
    .heroBlock {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .heroTitle,
    .heroTitleHighlight {
        font-size: 42px;
        line-height: 52px;
    }

    .heroFeaturesList {
        gap: 24px;
    }

    .heroBottomSection {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .heroBlock.commonPadding {
        background: url(/sites/amis/images/pages/amis-san-xuat-cung-ung/bg-banner.webp);
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: cover;
    }

    .heroBlock {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .heroTopSection {
        margin-bottom: 32px;
        gap: 8px;
    }

    .heroBadge {
        padding: 6px 16px;
    }

    .heroBadgeText {
        font-size: 14px;
        line-height: 20px;
    }

    .heroTitle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .heroDescription {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .heroButtons {
        gap: 12px;
    }

    .heroBottomSection {
        flex-direction: column;
        gap: 24px;
    }

    .heroImageWrapper,
    .heroFormWrapper {
        flex: 1;
        max-width: 100%;
    }

    .heroFormWrapper {
        padding: 16px;
    }
}

/* #endregion */

/* #region hide footer */
.td-header-wrap .td-header-menu-wrap-full {
    position: relative;
}


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

.td-theme-wrap .footer {
    display: none;
}

.td-page-content {
    padding: unset;
}

/* #endregion */

/* #region common */
.common-title {
    color: var(--Text-Primary, #181D27);
    text-align: center;
    /* Title 1/Bold */
    font-family: 'Inter Bold';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

.common-padding,
.commonPadding {
    padding: 96px 0;
}

.text-bold {
    font-family: 'Inter Bold';
    font-weight: var(--Font-weight-Bold, 700);
}

.text-medium {
    font-family: 'Inter Medium';
    font-weight: var(--Font-weight-Medium, 600);
}

@media screen and (max-width: 979px) {

    .common-padding,
    .commonPadding {
        padding: 40px 0;
    }

    .common-title {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {

    .common-padding,
    .commonPadding {
        padding: 30px 0;
    }

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

/* #endregion */

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

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

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

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

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

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

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

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

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

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

.title-logo-images {
    display: none;
}

.stickyCss .title-logo-images {
    display: block
}

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

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

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

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

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

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

.logo-banner-tab img {}

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

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

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

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

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

@keyframes zwc-slide-down-animate {
    0% {
        transform: translateY(-100px)
    }

    100% {
        transform: translateY(0)
    }
}

.menu-item {
    position: relative;
}

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

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

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

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

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

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

.td-toggle {
    display: none;
}

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

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

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

.menu-flex {
    display: flex;
}

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

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

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

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

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

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

.toggle-mobile {
    display: none;
}

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

.amis-tab-custom.stickyCss .logo-banner-tab img {
    width: auto;
    max-width: unset;
    height: 40px;
}

.wrap-menu-pc {
    padding: 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*#endregion*/

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

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

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

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

.mobile-container {
    position: relative;
}

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

.mobile-header {
    height: 60px;
}

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

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

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

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

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

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

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

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

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

.mobile-main-menu i.rotate-down {
    transform: rotate(90deg);
    /* transition: transform 0.3s ease; */
}

a.misa-footer__contact-link.misa-footer__contact-strong {
    color: #2662FF;
}

/*#endregion*/
/* end menu */

/* #region securityBlock */
.securityBlock {
    background: rgba(251, 247, 241, 1);
}

.securityBlock .common-title {
    margin-bottom: 48px;
}

.securityIconsWrapper {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-gap: 32px;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.securityIconItem {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-xl, 16px);
    border: 3px solid var(--Border-Gradient-white, rgba(255, 255, 255, 0.60));
    background: var(--Text-White, #FFF);

    /* Shadow/m */
    box-shadow: 0 8px 30px -6px rgba(116, 135, 255, 0.05), 0 8px 30px -4px rgba(10, 27, 137, 0.03);
    transition: all 0.3s ease;
}

.securityIconItem img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.securityIconItem:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
    .securityIconsWrapper {
        /* gap: 16px; */
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 16px;
    }

    .securityBlock .common-title {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .securityIconsWrapper {
        gap: 20px;
    }

    .securityIconItem {
        min-width: 120px;
        min-height: 120px;
        padding: 20px;
    }

    .securityIconItem img {
        width: 90px;
        height: 90px;
    }
}

/* #endregion */

/* #region workflowBlock */
.workflowBlock {
    background: #FDF9EC;
}

.workflowBlock .common-title {
    margin-bottom: 24px;
}

.workflowDescription {
    color: var(--Text-Secondary, #252B37);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
    margin-bottom: 32px;
    /* max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
}

.workflowDescription .textMedium {
    font-weight: 600;
}

.workflowButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.btnPrimary {
    display: flex;
    min-width: 140px;
    padding: var(--space-14, 14px) var(--space-24, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--space-4, 4px);
    border-radius: var(--radius-l, 12px);
    background: linear-gradient(45deg, var(--Green-600, #009B71) 0%, var(--Green-400, #2FD8A1) 100%);
    color: var(--Base-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 14px 26px;
    background: linear-gradient(86.35deg, #C07D4F -10.61%, #DBB996 134.5%);

}

.btnPrimary:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0px 8px 16px rgba(0, 155, 113, 0.24); */
    color: var(--Base-White, #FFF);
    text-decoration: none;
}

.btnOutline {
    display: flex;
    min-width: 140px;
    justify-content: center;
    align-items: center;
    gap: var(--space-4, 4px);
    border-radius: var(--radius-l, 12px);
    background: var(--Base-White, #FFF);
    backdrop-filter: blur(12px);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 12px 25px;
    border: 2px solid rgba(179, 105, 67, 1);
    color: var(--Yellow-600, #C07D4F) !important;
}

.btnOutline:hover {
    background: var(--Green-50, #EBFEF6);
    /* transform: translateY(-2px); */
    color: var(--Green-600, #009B71);
    text-decoration: none;
}

.btnOutline img {}

.btnOutline:hover img {}

.workflowImageWrapper {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.workflowImage {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-xl, 16px);
}

@media (max-width: 767px) {
    .workflowBlock .common-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .workflowDescription {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .workflowButtons {
        margin-bottom: 32px;
        gap: 12px;
    }

    .btnPrimary {
        min-width: 120px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .btnOutline {
        min-width: 120px;
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .workflowDescription {
        font-size: 16px;
        line-height: 26px;
    }
}

/* #endregion */

/* #region businessBlock */
.businessBlock {
    background: var(--Green-50, #EBFEF6);
}

.businessBlock .common-title {
    margin-bottom: 32px;
}

.businessTabsWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 9999px;
    background: #F5F5F5;

    /* Backdrop blurs/lg */
    backdrop-filter: blur(12px);
    max-width: 641px;
    margin: 0 auto 40px;
}

.businessTab {
    cursor: pointer;
    border-radius: var(--radius-max, 9999px);
    background: var(--Neutral-Gray-100, #F5F5F5);
    backdrop-filter: blur(12px);
    display: flex;
    padding: var(--space-12, 12px) var(--space-24, 24px);
    align-items: center;
    gap: var(--space-0, 0);
    color: var(--Text-Secondary, #252B37);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    user-select: none;
}

.businessTab span {
    padding: 4px 16px;
}

.businessTab.active {
    border-radius: var(--radius-max, 9999px);
    background: var(--Green-600, #009B71);
    box-shadow: 0 0 14px -6px rgba(176, 219, 199, 0.15), 0 10px 15px -4px rgba(77, 208, 160, 0.08);
    display: flex;
    padding: var(--space-12, 12px) var(--space-24, 24px);
    align-items: center;
    gap: 8px;
    color: var(--Base-White, #FFF);
    font-weight: 600;
}

.businessTab:hover:not(.active) {
    background: var(--Neutral-Gray-200, #E9EAEB);
}

.businessContentWrapper {
    position: relative;
    margin-bottom: 48px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.businessContent {
    display: none;
    opacity: 0;
}

.businessContent.active {
    display: block;
    opacity: 1;
}

.businessImage {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-xl, 16px);
}

.businessButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btnOutlineNoIcon {
    display: flex;
    min-width: 140px;
    justify-content: center;
    align-items: center;
    gap: var(--space-4, 4px);
    border-radius: var(--radius-l, 12px);
    background: var(--Base-White, #FFF);
    backdrop-filter: blur(12px);
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 26px;
    border: 2px solid rgba(179, 105, 67, 1);
    color: var(--Yellow-600, rgba(179, 105, 67, 1)) !important;
}

.btnOutlineNoIcon:hover {
    /* background: var(--Green-50, #EBFEF6); */
    /* transform: translateY(-2px); */
    /* color: var(--Green-600, #009B71); */
    text-decoration: none;
}

@media (max-width: 767px) {
    .businessBlock .common-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .businessTabsWrapper {
        margin-bottom: 32px;
        gap: 12px;
    }

    .businessTab {
        font-size: 14px;
        padding: 6px;
    }

    .businessTab span {
        padding: 2px 12px;
    }

    .businessTab.active {
        padding: 10px 20px;
        font-size: 14px;
    }

    .businessContentWrapper {
        margin-bottom: 32px;
    }

    .businessButtons {
        gap: 12px;
    }

    .btnPrimary {
        min-width: 120px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .btnOutlineNoIcon {
        min-width: 120px;
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .businessTab {
        font-size: 15px;
    }
}

/* #endregion */

/* #region featuresBlock */
.featuresBlock {
    background-color: var(--Base-White, #FFFFFF);
    position: relative;
}

.featureItem {
    margin-bottom: 80px;
}

.featureItem:last-child {
    margin-bottom: 0;
}

.featureContent {
    display: flex;
    align-items: center;
    gap: 64px;
}

.featureReverse .featureContent {
    flex-direction: row-reverse;
}

.featureText {
    flex: 1;
}

.featureText .common-title {
    text-align: left;
    margin-bottom: 24px;
}

.featureDescription {
    color: var(--Text-Secondary, #252B37);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 24px;
}

.featureList {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.featureListItem {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.featureListItem img {
    flex-shrink: 0;
    margin-top: 2px;
}

.featureListText {
    flex: 1;
}

.featureListTitle {
    color: var(--Text-Primary, #181D27);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 4px;
}

.featureListDesc {
    color: var(--Text-Secondary, #252B37);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.featureButtons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.featureMedia {
    flex: 1;
    position: relative;
}

.featureItem:first-child .featureMedia {
    position: relative;
}

.playVideoItem {
    display: block;
    position: relative;
    border-radius: var(--radius-xl, 16px);
    overflow: hidden;
    cursor: pointer;
}

.playVideoItem:hover {
    /* transform: scale(1.02); */
}

.playVideoItem::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 155, 113, 0.9);
    border-radius: 50%;
    z-index: 2;
    display: none;
}

.playVideoItem::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-left: 24px solid white;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 3;
    display: none;
}

.playVideoItem:hover::before {
    background: rgba(0, 155, 113, 1);
}

.featureImage {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-xl, 16px);
}

.featureBgDecor {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

.featureBgDecor1 {
    top: -10%;
    right: 0;
    width: 411px;
    height: 564px;
    transform: rotate(0deg);
}

.featureBgDecor2 {
    left: 0;
    width: 411px;
    height: 564px;
    transform: rotate(180deg);
    top: 18%;
}

@media (max-width: 1024px) {
    .featureContent {
        gap: 40px;
    }

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

    .featureListDesc {
        font-size: 14px;
        line-height: 22px;
    }

    .featureBgDecor1,
    .featureBgDecor2 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .featureItem {
        margin-bottom: 60px;
    }

    .featureContent,
    .featureReverse .featureContent {
        flex-direction: column;
        gap: 32px;
    }

    .featureText .common-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
        text-align: center;
    }

    .featureDescription {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .featureList {
        gap: 16px;
        margin-bottom: 24px;
    }

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

    .featureListDesc {
        font-size: 14px;
        line-height: 20px;
    }

    .featureButtons {
        justify-content: center;
        gap: 12px;
    }

    .playVideoItem::before {
        width: 60px;
        height: 60px;
    }

    .playVideoItem::after {
        border-left-width: 18px;
        border-top-width: 12px;
        border-bottom-width: 12px;
    }

    .featureBgDecor1 {
        top: -30px;
        right: -40px;
        width: 100px;
        height: 100px;
    }

    .featureBgDecor2 {
        bottom: -30px;
        left: -40px;
        width: 100px;
        height: 100px;
    }
}

/* #endregion */

/* #region processBlock */
.processBlock {
    background: #fff;
}

.processBlock .common-title {
    margin-bottom: 32px;
}

.processButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.processStepsWrapper {
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    justify-content: space-around;
}

.processStep {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 230px;
    flex: 0 0 auto;
    height: 208px;
}

.processStepIcon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: var(--radius-xl, 16px);
    background: var(--Base-White, #FFF);
    box-shadow: 0 8px 30px -6px rgba(116, 135, 255, 0.05), 0 8px 30px -4px rgba(10, 27, 137, 0.03);
    Colors Color format Hex Background colors Base/White Selection colors Yellow/500 Icon/Black Assets Icons Icon/chart rates checkmark 40 x 40 Export;
}

.processStep:hover .processStepIcon {
    /* box-shadow: 0px 8px 20px rgba(0, 155, 113, 0.15); */
}

.processStepIcon img {
    width: 40px;
    height: 40px;
}

.processStepNumber {
    color: var(--Text-Primary, #181D27);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

.processStepDesc {
    color: var(--Text-Secondary, #252B37);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.processLine {
    position: absolute;
    top: 23px;
    pointer-events: none;
}

.processLine1 {
    left: 14%;
    width: 150px;
    height: auto;
}

.processLine2 {
    left: 34.5%;
    top: 49px;
    width: 150px;
    height: auto;
}

.processLine3 {
    right: 34%;
    width: 150px;
    height: auto;
    top: 20px;
}

.processLine4 {
    right: 14%;
    width: 150px;
    height: auto;
    top: 42px;
}

@media (max-width: 1200px) {
    .processStepsWrapper {
        gap: 20px;
    }

    .processStep {
        max-width: 180px;
    }

    .processLine1 {
        left: 16%;
        width: 120px;
    }

    .processLine2 {
        left: 33%;
        width: 120px;
    }

    .processLine3 {
        right: 33%;
        width: 120px;
    }

    .processLine4 {
        right: 16%;
        width: 120px;
    }
}

@media (max-width: 1024px) {
    .processStepsWrapper {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-around;
    }

    .processStep {
        max-width: 160px;
    }

    .processLine {
        display: none;
    }
}

@media (max-width: 767px) {
    .processBlock .common-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .processButtons {
        margin-bottom: 40px;
        gap: 12px;
    }

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

    .processStep {
        max-width: 100%;
    }

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

    .processStepIcon img {
        width: 36px;
        height: 36px;
    }

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

    .processStepDesc {
        font-size: 14px;
        line-height: 20px;
    }
}

/* #endregion */

/* #region awardsBlock */
.awardsBlock {
    background-color: var(--Base-White, #FFFFFF);
    padding-bottom: 0;
}

.awardsBlock .common-title {
    margin-bottom: 48px;
}

.awardsSliderWrapper {
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
}

.awardsSwiper {
    /* overflow: hidden; */
}

.awardsSwiper .swiper-wrapper {
    align-items: center;
}

.awardItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* padding: 20px; */
    gap: 16px;
    justify-items: flex-start;
}

.awardImageWrapper {
    position: relative;
    width: 200px;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 24px; */
}

.awardImage {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    width: auto;
}

.awardHoverEffect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.awardItem:hover .awardHoverEffect {
    width: 300px;
    height: 300px;
    opacity: 1;
}

.awardItem:hover .awardImage {}

.awardTitle {
    color: var(--Text-Primary, #181D27);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.2px;
    max-width: 250px;
}

.awardsNavBtn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: var(--Base-White, #FFF);
    box-shadow: 0px 4px 12px rgba(0, 155, 113, 0.08);
}

.awardsNavBtn:hover {
    box-shadow: 0px 8px 20px rgba(0, 155, 113, 0.15);
}

.awardsNavBtn img {
    width: 100%;
    height: 100%;
    display: none;
}

.awardsNavBtn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.awardsNavBtn.swiper-button-disabled:hover {}

.swiper-button-prev.awardsNavBtn {
    left: 0;
}

.swiper-button-next.awardsNavBtn {
    right: 0;
}

.swiper-button-prev.awardsNavBtn::after,
.swiper-button-next.awardsNavBtn::after {
    display: none;
}

.awardsPagination {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.awardsPagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--Neutral-Gray-200, #E9EAEB);
    opacity: 1;
    margin: 0;
    border-radius: 50%;
}

.awardsPagination .swiper-pagination-bullet-active {
    background: rgba(149, 84, 57, 1);
    width: 12px;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .awardsSliderWrapper {
        padding: 0 50px;
    }

    .awardImageWrapper {
        width: 180px;
        height: 180px;
    }

    .awardItem:hover .awardHoverEffect {
        width: 260px;
        height: 260px;
    }
}

@media (max-width: 767px) {
    .awardsBlock .common-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .awardsSliderWrapper {
        padding: 0 40px;
    }

    .awardImageWrapper {
        width: 150px;
        height: 150px;
        margin-bottom: 16px;
    }

    .awardItem:hover .awardHoverEffect {
        width: 220px;
        height: 220px;
    }

    .awardTitle {
        font-size: 14px;
        line-height: 20px;
    }

    .awardsNavBtn {
        width: 40px;
        height: 40px;
    }

    .awardsNavBtn img {
        width: 40px;
        height: 40px;
    }

    .awardsPagination {
        margin-top: 32px;
    }
}

/* #endregion */

/* #region challengesBlock */
.challengesBlock {
    background-color: var(--Base-White, #FFFFFF);
}

.challengesBlock .common-title {
    text-align: left;
    margin-bottom: 32px;
}

.challengesBlock .common-title .titleHighlight {
    color: var(--Yellow-500, #C07D4F);
}

.challengesWrapper {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.challengesContent {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    /* flex-wrap: wrap; */
}

.challengesTitle {
    width: 405px;
}

.challengesTitle .titleHighlight {
    color: var(--Yellow-500, #C07D4F);
    font-family: 'Inter Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.challengesTitle .titleText {
    color: var(--Text-Primary, #181D27);
    font-family: 'Inter Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.challengesCards {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    max-width: 843px;
    align-items: center;
}

.challengesColumn {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 384px;
    flex: 1;
    height: fit-content;
}

.challengesColumn.changel {}

.challengeCard {
    flex: 1;
    padding: 24px;
    background: var(--Base-White, #FFF);
    border-radius: var(--radius-3xl, 24px);
    border: 1px solid var(--Yellow-100, #FFEC85);
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* transition: all 0.3s ease; */
}

.challengeCard:hover {
    /* box-shadow: 0px 8px 20px rgba(255, 166, 0, 0.15); */
    /* transform: translateY(-4px); */
}

.challengeHeader {
    display: flex;
    align-items: center;
    gap: 16px;
}

.challengeIconWrapper {
    width: 64px;
    height: 64px;
    padding: 12px;
    background: var(--Yellow-25, #FBF8EB);
    border-radius: var(--radius-l, 12px);
    border: 1px solid var(--Yellow-100, #FFF5C5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.challengeIconWrapper img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.challengeTitle {
    color: var(--Text-Primary, #181D27);
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.challengeDesc {
    color: var(--Text-Secondary, #252B37);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.challengeDecoration {
    position: relative;
}

.challengeDecorationLeft {
    width: 556px;
    /* height: 476px; */
    position: absolute;
    top: 39px;
    left: -148px;
}

.challengeDecorationRight {
    width: 218px;
    height: 202px;
    position: absolute;
    right: -79px;
    top: -123px;
}

@media (max-width: 979px) {
    .challengesWrapper {
        gap: 64px;
    }

    .challengesContent {
        flex-direction: column;
    }

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

    .challengesCards {
        width: 100%;
    }

    .challengesColumn {
        min-width: auto;
    }

    .challengeCard {
        padding: 20px;
    }

    .challengeTitle {
        font-size: 18px;
        line-height: 26px;
    }

    .challengeDesc {
        font-size: 15px;
        line-height: 22px;
    }

    .challengeDecorationLeft,
    .challengeDecorationRight {
        display: none;
    }
}

/* #endregion */

/* #region smartSolutionBlock */
.smartSolutionBlock {
    background-color: var(--Base-White, #FFFFFF);
}

.smartSolutionWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 96px 64px;
    background: url(/sites/amis/images/pages/amis-san-xuat-cung-ung-do-go-noi-that/img-smart-solution.webp);
    border-radius: var(--radius-3xl, 24px);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: unset;
}

.smartSolutionDecorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.smartSolutionDecoration {
    position: absolute;
}

.smartSolutionDecoration.decoration1 {
    width: 223.52px;
    /* height: 220.13px; */
    bottom: 0;
    right: 0;
    z-index: 1;
}

.smartSolutionDecoration.decoration2 {
    width: 158.48px;
    top: 0;
    left: 35px;
}


.smartSolutionContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1227px;
    position: relative;
    z-index: 1;
}

.smartSolutionTitle {
    text-align: center;
}

.smartSolutionTitleHighlight {
    color: var(--Yellow-500, #C07D4F);
    font-family: 'Inter Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.smartSolutionTitleText {
    color: var(--Text-Primary, #252B37);
    font-family: 'Inter Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.smartSolutionTitleTextHighlight {
    color: var(--Yellow-500, #C07D4F);
}

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

.smartSolutionBtnPrimary {
    display: flex;
    min-width: 140px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-l, 12px);
    background: linear-gradient(86.35deg, #C07D4F -10.61%, #DBB996 134.5%);
    color: var(--Base-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.smartSolutionBtnPrimary:hover {
    background: linear-gradient(86.35deg, #C07D4F -10.61%, #DBB996 134.5%);
    box-shadow: 0px 8px 16px rgba(255, 166, 0, 0.24);
    text-decoration: none;
    color: var(--Base-White, #FFF);
}

.smartSolutionBtnOutline {
    display: flex;
    min-width: 140px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-l, 12px);
    border: 2px solid rgba(179, 105, 67, 1);
    background: var(--Base-White, #FFF);
    color: rgba(179, 105, 67, 1);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    backdrop-filter: blur(12px);
}

.smartSolutionBtnOutline:hover {
    background: #FFF8E7;
    text-decoration: none;
    color: #DA930B;
    border-color: #FFB633;
}

.smartSolutionMedia {
    width: 100%;
    max-width: 982px;
}

.smartSolutionImageWrapper {
    padding: 20px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03);
    border-radius: var(--radius-xl, 24px);
    border: 2.73px solid white;
    position: relative;
    padding-bottom: unset;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.smartSolutionImage {
    width: 100%;
    height: 100%;
    max-width: 942px;
    /* height: 628px; */
    object-fit: cover;
    border-radius: var(--radius-xl, 16px);
    box-shadow: 0px 0px 5.4555559158325195px rgba(0, 0, 0, 0.06);
    display: block;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.smartSolutionPlayButton {
    width: 137.22px;
    height: 137.22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.smartSolutionPlayButton img {
    width: 52px;
    height: 52px;
    display: none;
}

.smartSolutionPlayButton:hover {}

/* Responsive max-width 979px */
@media screen and (max-width: 979px) {
    .smartSolutionWrapper {
        padding: 60px 24px;
        gap: 32px;
    }

    .smartSolutionDecorations {
        display: none;
    }

    .smartSolutionContent {
        gap: 24px;
    }

    .smartSolutionTitleHighlight,
    .smartSolutionTitleText {
        font-size: 24px;
        line-height: 32px;
    }

    .smartSolutionButtons {
        gap: 12px;
        flex-wrap: wrap;
    }

    .smartSolutionBtnPrimary,
    .smartSolutionBtnOutline {
        min-width: 120px;
        padding: 12px 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .smartSolutionImageWrapper {
        padding: 16px;
        border-radius: var(--radius-l, 16px);
    }

    .smartSolutionImage {
        height: auto;
        max-height: 400px;
    }

    .smartSolutionPlayButton {
        width: 100px;
        height: 100px;
    }

    .smartSolutionPlayButton img {
        width: 40px;
        height: 40px;
    }
}

/* #endregion */

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

.register-section {
    background: url(/sites/amis/images/pages/amis-san-xuat-cung-ung-do-go-noi-that/bg-register.webp);
    width: 100%;
    position: relative;
    /* border-radius: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

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

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

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

.register-section__feature-icon {}

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

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

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

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

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

.register-section__form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 508px;
    border-radius: 36px;
    background: url(/sites/amis/images/pages/crm-v3/bg-form.webp);
    box-shadow: 0 4px 60px 0 rgba(10, 27, 137, 0.10);
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--radius-3xl, 24px);
    border: 2px solid var(--Base-Transparens-white-40, rgba(255, 255, 255, 0.40));
    background: var(--Base-Transparens-white-40, rgba(255, 255, 255, 0.40));

    /* Backdrop blurs/md */
    backdrop-filter: blur(8px);
}

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

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

#register form[lz-id='dd901814-a78e-4a14-8cbc-6c98733850ee'].private-form .submit-wrapper .btn-form-submit {
    display: flex;
    width: 100% !important;
    min-width: 100px;
    padding: var(--Spacing-Padding-8px, 8px) var(--Spacing-Padding-20px, 20px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-Padding-8px, 8px);
    align-self: stretch;
    border-radius: var(--radius-l, 12px);
    width: 100%;
    padding: 14px 20px !important;
    white-space: normal;
    work-wrap: break-word;
    height: fit-content !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(86.35deg, #C07D4F -10.61%, #DBB996 134.5%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 979px) {
    .register-section br {
        display: none;
    }

    .register-section__container {
        background-size: cover;
        background-position: center;
        padding: 15px;
        padding-top: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end section 8 */
/*#region question */
page-title {
    margin: 0 auto;
}

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

.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/crm-v3/ic-dow.webp) no-repeat right 15px top 20px;
    background-size: 12px;
    color: var(--Text-Primary, #181D27);

    /* Title 3/Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-height-s, 24px);
    /* 133.333% */
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

.panel-heading:not(.collapsed) {
    color: var(--Yellow-600, rgba(179, 105, 67, 1));
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Line-height-s, 24px);
    /* 133.333% */
    letter-spacing: var(--Letter-spacing-Default, -0.2px);
}

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

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

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

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

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

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

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

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

/*#endregion */
/* robot  */
.robot {
    position: absolute;
}

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

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

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

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

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

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

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

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

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

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

    img.robot.robot-6 {
        width: 51%;
    }



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

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

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

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

    img.robot.robot-9 {
        left: 0;
        z-index: 9;
    }
}

/* end robot  */