/*#region Common */
.solution-page {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #4B5563;
}

.solution-page h1,
.solution-page h2,
.solution-page h3,
.solution-page h4,
.solution-page h5,
.solution-page h6 {
    line-height: 1.42857143;
}

.nowrap {
    white-space: nowrap;
}

.section-p {
    padding: 50px 0;
}

.default-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #2B3173;
}

.solution-page .text-bold {
    font-family: Inter Bold, Arial, sans-serif;
    font-weight: 700;
}

.solution-page .text-semibold {
    font-family: Inter SemiBold, Arial, sans-serif;
    font-weight: 600;
}

.solution-page .text-center {
    text-align: center;
}

.solution-page .uppercase {
    text-transform: uppercase;
}

.sub-title {
    padding-bottom: 6px;
}

.primary-btn {
    display: inline-block;
    background: linear-gradient(90.43deg, #FF5900 21.29%, #FF2410 99.63%);
    box-shadow: 0px 8px 11.8px 0px #E69F616B;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    text-align: center;
}

.col-50 {
    width: 50%;
}

.icon-desc {
    background-image: url('/mshopkeeper/images/solution/ic-check.svg');
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 24px;
    padding-left: 36px;
}

a.primary-btn {
    color: #fff !important;
}

.solution-page a:hover {
    color: inherit;
}

@media (min-width: 1200px) {
    .solution-page .container {
        width: 1200px;
    }
}

@media (min-width: 1366px) {
    .solution-page .container {
        width: 1310px;
    }
}

@media (max-width: 979px) {
    .solution-page {
        font-size: 14px;
    }

    .default-title {
        font-size: 26px;
    }

    .section-p {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .default-title {
        font-size: 20px;
    }
}

/*#endregion */

/*#region Banner */
.banner {
    background: url('/mshopkeeper/images/solution/bg-banner.webp') no-repeat center center;
    background-size: cover;
    height: 612px;
}

.banner .container {
    height: 100%;
}

.banner-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 24px;
    position: relative;
}

.banner-content {
    width: 50%;
    flex-shrink: 0;
}

.banner-title {
    font-size: 30px;
    color: #2B3173;
    padding-bottom: 12px;
}

.banner-desc {
    padding-bottom: 24px;
}

@media (max-width: 1099px) {
    .banner-title {
        font-size: 28px;
    }
}

@media (max-width: 979px) {
    .banner {
        height: auto;
    }

    .banner-wrapper {
        flex-direction: column;
    }

    .banner-content {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }

    .banner-desc {
        padding-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    .banner-title br {
        display: none;
    }
}

/*#endregion */

/*#region Benefit */
.benefit-list {
    padding-top: 30px;
}

.benefit-item {
    display: flex;
    gap: 24px;
    align-items: center;
}

.benefit-item:not(:last-child) {
    padding-bottom: 30px;
}

.benefit-item:nth-child(even) {
    flex-direction: row-reverse;
}

.bi-title {
    font-size: 24px;
    color: #2B3173;
    padding-bottom: 12px;
}

.bi-desc div:not(:last-child) {
    padding-bottom: 16px;
}

.cta-button {
    padding-top: 24px;
}

.benefit-advice {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.ba-line--left {
    width: 200px;
    height: 4px;
    background: linear-gradient(-90deg, #D0D0D0 0%, #FFFFFF 100%);
}

.ba-line--right {
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, #D0D0D0 0%, #FFFFFF 100%);
}

.ba-frame {
    padding: 28px 24px;
    background: linear-gradient(to right, #ff5700, #feb423);
    border-radius: 8px 36px 8px 36px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.ba-text {
    color: #fff;
}

.ba-form {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ba-form form[lz-id='9991aa72-fc15-44ec-91af-bf808db9d9bd'].private-form {
    background-color: unset !important;
    flex-direction: row !important;
    padding: 0 !important;
    gap: 8px;
}

.ba-form form[lz-id='9991aa72-fc15-44ec-91af-bf808db9d9bd'].private-form .form-row {
    margin-bottom: 0 !important;
}

.ba-form form[lz-id='9991aa72-fc15-44ec-91af-bf808db9d9bd'].private-form .form-row .field-wrapper {
    padding: 0 !important;
}

.ba-form form[lz-id='9991aa72-fc15-44ec-91af-bf808db9d9bd'].private-form .form-row .field-wrapper .field-inner {
    padding: 0 !important;
}

.ba-form form[lz-id='9991aa72-fc15-44ec-91af-bf808db9d9bd'].private-form .submit-wrapper {
    padding: 0 !important;
    flex-shrink: 0 !important;
    width: auto !important;
}

.ba-form form[lz-id='9991aa72-fc15-44ec-91af-bf808db9d9bd'].private-form .submit-wrapper .btn-form-submit {
    font-family: Inter SemiBold, Arial, sans-serif !important;
    height: 42px !important;
    color: #5051DB !important;
    background: #fff !important;
    border-radius: 8px !important;
    width: auto !important;
}

.ba-form form[lz-id='9991aa72-fc15-44ec-91af-bf808db9d9bd'].private-form .form-row .field-wrapper .field-inner .lz-input:not([type="radio"]):not([type="checkbox"]) {
    background: url(/mshopkeeper/images/home-page/ic-phone.svg) no-repeat 8px center #fff !important;
    background-size: 24px !important;
    padding: 8px !important;
    padding-left: 36px !important;
    border-radius: 8px !important;
    border: 1px solid #9CA3AF !important;
    font-size: 16px !important;
    max-width: 200px;
}

@media (max-width: 979px) {
    .bi-title {
        font-size: 20px;
    }

    .ba-line--left,
    .ba-line--right {
        display: none;
    }
}

@media (max-width: 767px) {

    .benefit-item,
    .benefit-item:nth-child(even) {
        flex-direction: column;
    }

    .benefit-item:not(:last-child), .benefit-advice {
        padding-bottom: 24px;
    }

    .benefit-item .col-50 {
        width: 100%;
    }

    .bi-title {
        font-size: 18px;
        text-align: center;
    }

    .cta-button {
        text-align: center;
    }

    .ba-frame {
        flex-direction: column;
    }

    .ba-text {
        text-align: center;
    }
}

/*#endregion */

/*#region Other Benefit */
.other-benefit {
    background-color: #F5F7FF;
}

.other-benefit-wrap {
    background-color: #6D5DFF;
    border-radius: 8px;
    padding: 24px;
    margin-top: 30px;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

.other-benefit-text {
    max-width: 760px;
    color: #fff;
}

.other-benefit-text .icon-desc:not(:last-child) {
    padding-bottom: 16px;
}

.other-benefit-cta {
    margin-top: 30px;
}

@media (max-width: 979px) {
    .other-benefit-wrap {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }
}

/*#endregion */

/*#region Feature */
.feature-tabs {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 30px;
}

.feature-tab {
    flex: 1;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 3px solid #E5E7EB;
    cursor: pointer;
    color: #9CA3AF;
    font-size: 18px;
}

.feature-tab.active {
    font-family: Inter SemiBold, Arial, sans-serif;
    color: #5051DB;
    border-bottom: 3px solid #5051DB;
}

.feature-content {
    position: relative;
    margin-top: 30px;
}

.feature-item {
    display: none;
    gap: 20px;
    align-items: center;
    padding: 24px;
    border-radius: 8px;
}

.feature-item.active {
    display: flex;
}

.feature-img {
    width: 45%;
    display: flex;
    justify-content: center;
}

.fi-content {
    width: 55%;
}

.fi-title {
    font-size: 24px;
    color: #2B3173;
    padding-bottom: 16px;
}


a.fi-more {
    display: inline-block;
    color: #5051DB;
    margin-left: 21px;
    margin-top: 16px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.feature-content.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.feature-content.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #9CA3AF;
    margin: 5px;
}

.feature-content.owl-theme .owl-dots .owl-dot.active span {
    background: #5051DB;
    width: 24px;
}

@media (max-width: 1099px) {
    .feature-content.owl-theme .owl-dots {
        position: relative;
        margin-top: 20px;
    }
}

@media (max-width: 979px) {
    .feature-item {
        flex-direction: column;
        padding: 0;
        background: unset !important;
    }

    .feature-img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .fi-content {
        width: 100%;
    }

    .fi-title {
        font-size: 22px;
        text-align: center;
    }

    .feature-tab {
        font-size: 16px;
        flex-direction: column;
    }

}

@media (max-width: 767px) {
    .fi-title {
        font-size: 18px;
    }

    .feature-tab {
        font-size: 13px;
        text-align: center;
    }
}

/*#endregion */

/*#region Solution */
.solution {
    background-color: #F7F9FF;
}

.solution-wrap {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.solution-item {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.si-icon {
    flex-shrink: 0;
}

.si-content {
    font-size: 24px;
    color: #212121;
}

@media (max-width: 979px) {
    .solution-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .si-content {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .si-icon {
        width: 48px;
        height: 48px;
    }

    .si-content {
        font-size: 16px;
        text-align: center;
    }

    .solution-item {
        padding: 16px;
        flex-direction: column;
        gap: 16px;
    }
}

/*#endregion */

/*#region Customer */
section.customer {
    padding-top: 50px;
    position: relative;
}

.customer .cta-button {
    margin-top: 20px;
}

.left-customer {
    display: none;
    width: 25%;
    background-color: #fff;
    height: 452px;
    padding-right: 16px;
}

.active-left {
    display: block;
    z-index: 3;
    position: relative;
}

.wrap-customer {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border-left: 1px solid #d3d7de;
    margin-top: 30px;
}

.right-customer {
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
    width: 75%;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    position: absolute;
    left: 1px;
    top: 2px;
}

.right-customer>img {
    width: 100%;
    height: auto;
}

.active-right {
    display: flex;
    /* left: 8px; */
    opacity: 1;
    position: relative;
}

.title-case {
    position: absolute;
    bottom: 0;
    font-size: 24px;
    color: #fff;
    padding: 50px 31px 28px;
    width: 100%;
}

.right-customer-1 .title-case {
    background: linear-gradient(180deg, rgba(230, 170, 7, 0) 0%, #E5A708 100%);
}

.right-customer-2 .title-case {
    background: linear-gradient(180deg, rgba(51, 150, 97, 0) 0%, #339661 100%);
}

.right-customer-3 .title-case {
    background: linear-gradient(180deg, rgba(95, 97, 215, 0) 0%, #5F61D7 100%);
}

.right-customer-4 .title-case {
    background: linear-gradient(180deg, rgba(4, 125, 173, 0) 0%, #047DAD 100%);
}

.right-customer-5 .title-case {
    background: linear-gradient(180deg, rgba(45, 199, 171, 0) 0%, #18AC91 100%);
}


.center-customer {
    width: 100%;
    display: flex;
}

.list-logo {
    border-top: 1px solid #d3d7de;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 120px;
    flex: 1;
}

.list-logo img {
    width: initial !important;
    height: initial !important;
}

.name {
    font-size: 24px;
    margin-bottom: 32px;
    border-left: 1px solid #616CE6;
    padding-left: 24px;
    position: relative;
    left: -1px;
    text-transform: uppercase;
}

section.customer .title {
    margin-bottom: 33px;
    text-align: left;
}

.title-info {
    font-size: 18px;
    border-left: 1px solid #616CE6;
    padding-left: 24px;
    position: relative;
    left: -1px;
}

.des-info {
    color: #586074;
    font-size: 16px;
    padding-left: 24px;
    padding-bottom: 32px;
}

.produc-cus {
    padding-left: 24px;
    margin-top: 13px;
    margin-bottom: 10px;
}

.produc-cus>div {
    display: flex;
}

.produc-cus>div>img {
    height: 24px;
    margin-right: 8px;
    width: 24px;
    margin-bottom: 12px;
}

.produc-cus a {
    display: flex;
    gap: 8px;
}

.text-pro-cus {
    margin-top: 4px;
    color: #000;
}

.more-cus-text {
    position: absolute;
    bottom: 9px;
    color: #fff;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.line-cus-right {
    width: 1px;
    background-color: #d3d7de;
    height: 79px;
    position: absolute;
    right: 0;
}

.line-cus-left {
    width: 1px;
    background-color: #d3d7de;
    height: 79px;
    position: absolute;
    left: -1px;
}

.line-cus {
    width: 1px;
    background-color: #d3d7de;
    height: 164px;
    position: absolute;
    left: 0;
}

.list-logo>img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.list-logo.active img {
    filter: unset;
    opacity: unset;
}

@media (max-width: 979px) {
    section.customer {
        padding-top: 40px;
    }

    .wrap-customer {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .right-customer {
        width: 100%;
    }

    .left-customer {
        width: 100%;
        height: 380px;
    }

    .title-case {
        font-size: 16px;
        padding: 24px 16px;
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    section.customer {
        padding-top: 30px;
    }
}

/*#endregion */

/*#region Register */
#register {
    background-color: #F7F9FF;
    color: #fff;
}

#register .container {
    background: url(/mshopkeeper/images/solution/bg-register.webp) no-repeat center center;
    background-size: cover;
    padding: 75px 135px 112px;
}

.register-wrap {
    display: flex;
    gap: 50px;
}

.register-wrap>div {
    flex: 1;
}

.register-title {
    font-size: 36px;
    padding-bottom: 30px;
}

.register-des {
    margin-top: 16px;
}

.register-item {
    display: flex;
    gap: 12px;
    padding-bottom: 20px;
}

.register-item .ri-icon {
    flex-shrink: 0;
}

.ri-title {
    font-size: 18px;
    padding-bottom: 8px;
}

@media (min-width: 1600px) {
    #register .container {
        width: 1550px;
    }
}

.certificate {
    background-color: #fff;
    padding: 36px 0;
    max-width: 1280px;
    margin: -80px auto 0;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0px 4px 60px 0px rgba(78, 95, 116, 0.16);
}

.certificate-wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 665px;
}

.certificate-item {
    display: flex;
    align-items: center;
}

form[lz-id='8cb41958-5145-433d-bd0b-125047d2776b'].private-form .form-row .field-wrapper .field-inner {
    color: #111827;
}

@media (max-width: 1500px) {
    #register .container {
        padding: 75px 60px 112px;
    }
}

@media (max-width: 979px) {
    #register .container {
        padding: 16px;
        border-radius: 8px;
    }

    .register-wrap {
        flex-direction: column;
    }

    .register-title {
        font-size: 24px;
        padding-bottom: 16px;
        text-align: center;
    }

    .register-item {
        padding-bottom: 16px;
    }

    .certificate {
        margin: 24px 16px;
        width: auto;
        padding: 0 16px
    }

    .certificate-wrap {
        width: 100%;

    }

    .register-des {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .register-title {
        font-size: 20px;
    }

    .ri-title {
        font-size: 16px;
    }


}

/*#endregion */