﻿/*#region Common */
.amis-aiMarketing-ldp {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #666666;
    position: relative;
}

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

ul {
    list-style: none;
}

a:hover {
    color: initial;
}

.section-temp {
    padding: 60px 0;
    position: relative;
}

.nowrap {
    white-space: nowrap;
}

.container {
    position: relative;
    z-index: 10;
}

.ai-feature-title {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-align: center;
    color: #000;
    padding-bottom: 40px;
}

.text-center {
    text-align: center
}

.ai-feature-title.left-title {
    text-align: left;
    padding-bottom: 30px;
}

a.btn-item {
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 20px;
}

.trial-btn {
    background-color: #FF5637;
}

.advise-btn {
    background-color: #686CDE;
}

.btn-item.buynow-btn {
    border: 1px solid #FF5637;
    color: #FF5637;
}

.content-btn {
    padding-top: 30px;
}

.des-item {
    background: url(/sites/amis/images/pages/aiMarketing-ldp/ic-check.svg) left 5px no-repeat;
    padding: 8px 0 8px 28px;
}

.block-cubes {
    position: absolute;
    z-index: 1;
    width: auto;
}

span.text-bold {
    font-weight: bold;
    color: #000000;
}

@media (max-width: 979px) {
    .content-btn {
        padding-bottom: 40px;
    }

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

    .section-temp {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .ai-feature-title {
        font-size: 24px;
    }

    .amis-aiMarketing-ldp {
        font-size: 14px;
    }

    .section-temp {
        padding: 30px 0;
    }
}

@media (min-width: 980px) {
    .ai-feature-title.left-title {
        width: 80%;
    }

    .description {
        width: 85%;
    }
}

/* #endregion */

/*#region Tab */
.ai-feature-tab {
    position: absolute;
    top: 20px;
    width: 100%;
    transition: top 0.1s;
    z-index: 99;
    min-height: 60px;
}

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

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

.ai-feature-tab ul li {
    padding: 0;
    margin: 0;
}

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

.ai-feature-tab li {
    display: flex;
}

.ai-feature-tab li:first-child {
    margin-left: 0;
    padding: 0;
}

.ai-feature-tab li a {
    color: #666666;
    padding: 8px 10px;
    border-radius: 5px;
}

.ai-feature-tab.stickyCss li a i.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: 0 0 3px 3px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ai-feature-tab ul li.active>a {
    color: #FF5637;
}

.ai-feature-tab.stickyCss ul li.active>a {
    background: #FF5637;
    color: #fff;
}

.logo-banner-tab {
    display: none;
}

.ai-feature-tab ul li.only-show-in-sticky {
    display: none;
}

.ai-feature-tab.stickyCss ul li.only-show-in-sticky {
    display: block;
}

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

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

.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: 7px 0;
}

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

.td-toggle {
    display: none;
}

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

.ai-feature-tab.stickyCss .logo-banner-tab {
    display: block;
}

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

    .ai-feature-tab.stickyCss .logo-banner-tab img {
        width: 188px;
    }

    #menu1 li {
        width: 33.33%;
        margin-right: 0;
        padding: 0 5px;
    }

    .menu-item:hover ul.menu-child {
        width: 250px;
    }
}

@media (max-width: 979px) {
    .ai-feature-tab.stickyCss ul {
        display: none;
    }

    .ai-feature-tab.stickyCss .toggle-mobile {
        display: block;
    }

    .ai-feature-tab {
        display: none;
    }

    .ai-feature-tab.stickyCss {
        display: block;
    }

    .ai-feature-tab ul {
        justify-content: center;
    }
}

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

    .ai-feature-tab {
        top: 15px;
    }

    .ai-feature-tab li a {
        font-size: 14px;
    }

    .ai-feature-tab.stickyCss {
        top: 0;
    }
}

/*#endregion*/

/*#region mobile menu */
.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;
}

.ai-feature-mobile-menu {
    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: #FF5637;
    font-weight: bold;
}

/*#endregion*/

/*#region Banner */
.ai-feature-banner {
    background: url(/sites/amis/images/pages/aiMarketing-ldp/background-banner.png) center;
    background-size: cover;
    padding-bottom: 0;
}

.ai-feature-banner .ai-feature-title {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 36px;
}

.banner-des {
    text-align: center;
}

.banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.banner-img {
    position: relative;
    height: 450px;
}

.banner-img img {
    position: absolute;
    width: 100%;
}

.banner-img img:nth-child(3) {
    width: 8%;
    top: 16%;
    left: 1%;
    border-radius: 8%;
    box-shadow: 0 6px 60px rgba(0, 0, 0, .10);
    z-index: 2;
}

.banner-img img:nth-child(5) {
    width: 17%;
    top: 35%;
    right: -1%;
    border-radius: 5%;
    box-shadow: 0 6px 60px rgba(0, 0, 0, .10);
    z-index: 2;
}

.banner-img img:nth-child(7) {
    width: 94%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3%;
    box-shadow: 0 6px 60px rgba(0, 0, 0, .10);
    z-index: 1;
}



.ai-feature-design {
    padding-top: 230px;
}

.ai-feature-banner .ellipse-1 {
    top: -20%;
    left: -10%;
}

.ai-feature-banner .ellipse-2 {
    bottom: -10%;
    right: -8%;
}

.ai-feature-design video {
    width: 100%;
}

@media (min-width: 980px) {
    .ai-feature-design .row {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .banner-btn .trial-btn {
        margin-right: 4px;
    }

    .advise-btn {
        margin: 6px;
    }
}

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

    .design-email .col-md-12:last-child {
        display: flex;
        justify-content: center;
    }

    .ai-feature-title br {
        display: none;
    }

    .banner-img {
        height: 300px;
    }

    .ai-feature-design {
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .banner-btn {
        display: block;
        text-align: center;
        padding-bottom: 50px;
    }

    .banner-btn div:first-child {
        margin-bottom: 30px;
    }

    .ai-feature-banner .ellipse-1 {
        top: 15%;
        left: -50%;
    }

    .ai-feature-banner .ellipse-2 {
        bottom: -30%;
        right: -60%;
    }

    .ai-feature-banner .ai-feature-title {
        padding-top: 30px;
        font-size: 26px;
    }
}

@media (max-width: 740px) {
    .ai-feature-design {
        padding-top: 50px;
    }
}

@media (max-width: 479px) {
    .ai-feature-design {
        padding-top: 120px;
    }

    .banner-img {
        height: 140px;
    }
}

/*#endregion*/

/*#region content design*/
.ai-feature-content-design .content-btn {
    text-align: center;
    padding-top: 50px;
}

/* #endregion */

/*#region Templates */
.ai-feature-templates {
    background-color: #1A202E;
}

.ai-feature-templates .ai-feature-title {
    color: #fff;
}

ul.tab-bar li {
    margin: 0 10px;
    padding: 0;
    text-align: center;
}

ul.tab-bar li a {
    color: #fff;
}

.tab-bar .first,
.tab-bar .second {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tab-bar .second {
    grid-template-columns: 1fr 1fr;
}

.tab-bar img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.templates-content {
    margin-top: 40px;
    position: relative;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.templates-content ul.active {
    display: flex;
    justify-content: center;
}

.templates-content ul li {
    margin: 5px;
    padding: 0;
}

.ai-feature-templates .content-btn {
    text-align: center;
}

.ai-feature-templates .tab-bar li.active {
    border-bottom: 3px solid #FF5637;
}

.ai-feature-templates .ellipse-1 {
    top: -15%;
    left: 0;
}

.ai-feature-templates .ellipse-2 {
    bottom: -20%;
    right: -10%;
}

.templates-content .owl-carousel {
    display: none;
}

/* @media (min-width: 980px) {
    ul.tab-bar li {
        margin: 0 30px;
    }
} */


@media (min-width: 768px) {
    .ai-feature-templates ul.tab-bar {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .tab-bar .second {
        margin-top: 20px;
    }

    .ai-feature-templates .ellipse-1 {
        top: 5%;
        left: -75%;
    }

    .ai-feature-templates .ellipse-2 {
        bottom: 0;
        right: -70%;
    }
}

/*#endregion*/

/*#region Benefits */
.bg-benefit {
    background: url(/sites/amis/images/pages/aiMarketing-ldp/background-benefit.png) no-repeat;
    background-size: cover;
}

@media (min-width: 980px) {
    .benefits .row {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 979px) {
    .benefits .col-md-12:last-child {
        display: flex;
        justify-content: center;
    }
}

/*#endregion*/

/*#region Prices */
.prices {
    background: url(/sites/amis/images/pages/aiMarketing-ldp/prices-background.png) no-repeat;
    background-size: cover;
}

.prices .ai-feature-title {
    color: #fff;
}

.prices .prices-des {
    text-align: center;
    color: #fff;
}

ul.prices-tab-btn {
    background-color: #fff;
    border-radius: 8px;
    width: fit-content;
    display: flex;
    margin: 0 auto;
}

ul.prices-tab-btn li {
    margin: 0;
    padding-bottom: 0;
    border-radius: 8px;
}

ul.prices-tab-btn li.active {
    background-color: #FF5637;
}

ul.prices-tab-btn li.active a {
    color: #fff;
}

.prices-tab-btn li a {
    color: #454545;
    display: block;
    padding: 10px 40px;
    font-weight: bold;
}

.prices-content {
    margin-top: 40px;
}

.prices-content .p-list {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
}

.p-top {
    text-align: center;
    font-weight: bold;
    color: #000000;
    margin-top: 25px;
    position: relative;
}

.p-top::after {
    content: "";
    background-color: #FF5637;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.p-standard .p-top::after {
    background-color: #6C5DD3;
}

.p-middle {
    text-align: center;
    margin: 30px 0;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p-package:not(:last-child) {
    border-right: 1px solid #E7E7E7;
}

.p-package:last-child ul.p-bottom li {
    padding-right: 5px;
}

.p-package {
    position: relative;
    padding-bottom: 40px;
    min-width: 140px;
}

.p-package::after {
    content: "";
    background-color: #FF5637;
    width: 30%;
    height: 4px;
    position: absolute;
    bottom: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

ul.p-bottom li {
    font-size: 14px;
    margin: 0;
    padding: 5px 15px 5px 30px;
}

ul.p-bottom li::before {
    content: "\2022";
    color: #FF5637;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 20px;
    margin-left: -15px;
}

.p-standard ul.p-bottom li::before {
    color: #6C5DD3;
}

.p-standard::after {
    background-color: #6C5DD3;
}

.text-highlight {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}

.p-buynow .buynow-btn {
    border: unset;
    color: #fff;
    background-color: #FF5637;
    padding: 10px 30px;
}

.p-standard .buynow-btn {
    background-color: #6C5DD3;
}

.p-recommend {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    background-color: #6C5DD3;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 8px;
}

.prices-content .owl-carousel .owl-stage {
    display: flex;
}

.prices-content .owl-carousel.owl-drag .owl-item {
    display: flex;
    flex: 1 0 auto;
}

@media (max-width: 767px) {
    .prices-content .p-list {
        background: unset;
    }

    .p-package {
        border-radius: 20px;
        background-color: #fff;
        margin: 0 5px;
        margin-top: 10px;
        width: 100%;
    }
}

/*#endregion*/

/* #region video */
.video .ai-feature-title {
    padding-bottom: 16px;
}

.video-des {
    margin: 10px auto 36px;
    font-size: 18px
}

.video-icon-pause {
    position: absolute;
    top: calc(50% - 36.22px);
    left: calc(50% - 36.22px);
    animation: animate-pulse 3s linear infinite;
    border-radius: 50%;
    cursor: pointer
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, .7), 0 0 0 0 rgba(255, 109, 74, .7)
    }

    40% {
        box-shadow: 0 0 0 50px transparent, 0 0 0 0 rgba(255, 109, 74, .7)
    }

    80% {
        box-shadow: 0 0 0 50px transparent, 0 0 0 30px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent, 0 0 0 30px transparent
    }
}

@media screen and (max-width: 767px) {
    .video-icon-pause {
        width: 64px;
        top: calc(50% - 32px);
        left: calc(50% - 32px)
    }
}

@media screen and (max-width: 480px) {
    .video-des {
        margin-bottom: 40px
    }

    .video-icon-pause {
        width: 32px;
        top: calc(50% - 16px);
        left: calc(50% - 16px)
    }
}

/* #endregion */

/*#region aiMarketing-customer */
ul.company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

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

ul.company-block .cb-list-item {
    display: block;
    width: 25%;
    min-width: 240px;
    max-height: 200px;
    margin: 10px;
    padding: 16px 12px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 80px rgba(37, 53, 78, .12);
}

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

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

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

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

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

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

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

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

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

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

/*#endregion*/

/*#region Register*/
.ai-feature-register {
    background: url(/sites/amis/images/pages/aiMarketing-ldp/register-background.png) no-repeat;
    background-size: cover;
    padding-top: 10px;
}

.ef-register-content {
    width: 100%;
}

.ef-register-form {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 6px 20px rgba(37, 53, 78, .12);
}

.ef-register-form-title {
    font-size: 24px;
    color: #27272D;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

.ef-register-content {
    display: flex;
}

.ai-feature-register.mobile .ef-register-form {
    margin: 0 auto;
}

form[lz-id='36dfa02f-74d0-4e9a-aa8a-33196edb711d'].private-form {
    border-radius: 20px;
}

@media (max-width: 979px) {
    .ef-register-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ai-feature-register .ai-feature-title br {
        display: none;
    }

    .ef-register-first,
    .ef-register-second {
        display: none;
    }
}

@media (max-width: 767px) {
    .ef-register-form-title {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .ef-register-form {
        min-width: unset;
        width: 100%;
    }
}

/*#endregion*/

/*#region question */

.question-wrap {
    margin: 0;
    padding-top: 20px;
}

.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/aiMarketing-ldp/ic_down.svg) no-repeat right 15px top 20px;
    background-size: 12px;
}

.question .panel-default>.panel-heading {
    padding: 15px 35px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: GoogleSans Bold, Arial, sans-serif;
    background: url(/sites/amis/images/pages/aiMarketing-ldp/ic_up.svg) no-repeat right 15px top 25px;
    background-size: 12px;
}

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

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

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

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

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

@media (max-width: 767px) {
    .question .ai-feature-title {
        padding-bottom: 0;
    }

    .question-wrap {
        margin: 0;
        padding-top: 30px;
    }
}

/*#endregion */