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

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

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

.nowrap {
    white-space: nowrap;
}

.amis-asset-title-small {
    text-align: center;
    color: #32B260;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 16px;
}

.amis-asset-title {
    text-align: center;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 28px;
}

@keyframes animation-opacity {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.amis-asset .tab-pane.active {
    animation: animation-opacity 0.5s ease-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.amis-asset-tab {
    z-index: 99;
}

/*#endregion */

/*#region Tab */
.amis-asset-tab {
    position: absolute;
    top: 16px;
    width: 100%;
    transition: top 0.1s;
}

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

.amis-asset-tab ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

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

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

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

    .amis-asset-tab li a {
        font-family: GoogleSans Medium, Arial, sans-serif;
        color: #20477E;
        padding: 8px 10px;
        border-radius: 5px;
    }

.amis-asset-tab ul li.active a {
    color: #32B260;
}

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

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


@media(min-width: 980px) {
    .amis-asset-tab.stickyCss ul li:last-child a {
        background-color: #2680eb;
        color: #FFF;
    }

    .amis-asset-tab.stickyCss .logo-banner-tab {
        display: block;
    }
}

@media(max-width: 979px) {

    .amis-asset-tab-wrap {
        display: block;
        padding: 0;
    }

    .amis-asset-tab ul {
        justify-content: center;
    }
}

/*#endregion */

/*#region Tong quan */

/*#region Banner */
.amis-asset-banner {
    padding: 80px 0 0;
    background-size: cover;
    display: flex;
    align-items: center;
}

.asset-banner-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 36px;
}

.asset-banner-subtitle {
    padding-top: 15px;
    font-family: GoogleSans Medium;
}

.asset-banner-title-2 {
    color: #0FBE2C
}

.asset-banner-description {
    padding: 40px 0 0;
}

.cls-button-banner {
    display: flex;
    padding-top: 30px;
}

    .cls-button-banner a {
        color: #fff;
        text-align: center;
        padding: 10px 15px;
        border-radius: 5px;
    }

a.btn-free-trial {
    background: #FC7318;
    color: #fff;
}

a.btn-buy-now {
    background: #32B260;
    color: #fff;
}

a.btn-advisory {
    color: #212121;
    border: solid 1px #212121;
}

.cls-button-banner a:not(:last-child) {
    margin-right: 15px;
}

.logo-banner {
    margin-bottom: 20px;
}

.bg-banner {
    position: absolute;
}

.amis-asset-banner-img {
    padding: 0;
}

.banner-t5 {
    opacity: 1 !important;
}

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

/*#endregion */

/*#region video */

.as-video-wrap {
    text-align: center;
    padding-top: 30px;
}

.as-video-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 22px 7px rgba(0,0,0,0.08);
}

.as-video-img img {
    border-radius: 8px;
}

.as-video-play {
    position: absolute;
    overflow: hidden;
}

.as-video-content:hover .as-video-play {
    opacity: 1;
    transform: scale(1.2);
    transition: all 0.1s 0.1s linear;
}

/*#endregion */

/*#region cost-saving */

ul.cost-saving-content {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    padding: 50px 0 0;
    margin: 0;
}

    ul.cost-saving-content li {
        width: 25%;
        margin: 0;
        padding: 15px;
    }

.cost-saving-item {
    background: #fff;
    height: 100%;
    padding: 20px 15px;
    box-shadow: 0 0 18px 8px rgba(0,0,0,0.05);
    border-radius: 8px;
    text-align: center;
}

.cost-saving-item-icon {
    margin: 0 auto 25px;
}

.cost-saving-item-title {
    text-align: center;
    font-family: GoogleSans Bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.cost-saving-item-des {
    padding-bottom: 20px;
    color: #747E8D;
    text-align: justify;
    text-align-last: center;
}

/*#endregion */

/*#region fully-profession */

.amis-asset-img img {
    margin: 30px auto 0;
}

/*#endregion */

/*#region executive-support */

.executive-support {
    background: linear-gradient(to top, #E5F6FA, #F1FAFC, #fff);
}

.executive-support-item {
    padding-top: 50px;
}

.executive-support-text .panel {
    background: unset;
    border: none;
    box-shadow: none;
}

.es-group-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 28px;
    padding-bottom: 20px;
}

.es-item-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 18px;
    background: url(/sites/amis/images/pages/amis-asset/ic_tick.svg) no-repeat left top 2px;
    background-size: 20px;
    margin: 0;
    padding-left: 32px;
    padding-bottom: 6px;
    cursor: pointer;
    display: inline-block;
}

.es-item-des {
    padding-left: 32px;
    color: #5c5d60;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .es-group-title br {
        display: none;
    }
}
/*#endregion */

/*#region typical-customers */

ul.typical-customers-content {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    padding: 30px 0 0;
    margin: 0;
}

    ul.typical-customers-content li {
        width: 16.666%;
        margin: 0;
        padding: 15px;
        background: #fff;
    }

        ul.typical-customers-content li img {
            padding: 15px;
            box-shadow: 0 0 18px 8px rgba(0,0,0,0.05);
            border-radius: 8px;
        }

/*#endregion */

/*#region register */

.register-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
}

.have-account a {
    color: #14AA8A;
}

#frmRegister {
    padding-top: 30px;
}

.control-group-parent {
    display: flex;
    width: 100%;
}

.control-group-child {
    width: 49%;
}

    .control-group-child:first-child {
        margin-right: 2%;
    }

.control-group-title {
    color: #9C9FA9;
}

form input.control-input {
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 15px;
    height: 42px;
    width: 100%;
    color: #444;
    border: 1px solid #e1e1e1;
    margin-bottom: 18px;
    outline: none;
    resize: none;
}

input#btnRegister {
    display: block;
    text-align: center;
    line-height: 44px;
    border-radius: 3px;
    height: 44px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    outline: none;
    border: none;
    background: linear-gradient(to right, #50B83C, #31B164, #14AA8A);
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 !important;
}

    input#btnRegister.disabled {
        pointer-events: none;
        background: #ccc;
        -webkit-transition-property: none;
        -moz-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.control-checkbox {
    font-family: GoogleSans, Arial, sans-serif;
    font-weight: normal;
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .control-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: solid 1px #ccc;
}

.control-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.control-checkbox input:checked ~ .checkmark {
    background: linear-gradient(to right, #50B83C, #31B164, #14AA8A);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.control-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.control-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*#endregion */

/*#region amis-asset-readdy */

.amis-asset-register {
    padding-top: 70px;
}

.amis-asset-readdy {
    background-image: linear-gradient(170deg, #fff, #fff, #fff, #F4FBFD, #E5F6FA);
}

    .amis-asset-readdy .container {
        position: relative;
    }

    .amis-asset-readdy .img-world {
        position: absolute;
        bottom: -50px;
        left: -270px;
    }

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

    .cls-button-ready a.btn-buy-now {
        background: #FC7318;
        color: #fff;
    }

    .cls-button-ready a.btn-advisory {
        background: #32B260;
        color: #fff;
        border: none;
    }

    .cls-button-ready a {
        text-align: center;
        padding: 10px 15px;
        border-radius: 5px;
    }

        .cls-button-ready a:not(:last-child) {
            margin-right: 15px;
        }

.readdy-content {
    padding-top: 50px;
    z-index: 100;
}

.rc-col {
    float: left;
}

.rc-col-item {
    font-family: GoogleSans Bold;
    padding-bottom: 15px;
    padding-top: 20px;
}

.rc-col-content a {
    display: block;
    padding-bottom: 10px;
    color: #212121;
    display: table;
}

    .rc-col-content a:hover {
        color: #32B260;
    }

.img-cloud {
    position: absolute;
    bottom: 0;
    left: 0;
}

.register-wrap {
    padding: 30px 0 0;
}

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

.register-form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
}

    .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form {
        background-color: transparent !important;
        padding: 0 !important;
    }

        .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form .form-row {
            margin: 0 !important;
        }

            .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form .form-row .field-wrapper {
                padding: 8px !important;
            }

                .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form .form-row .field-wrapper .field-inner {
                    padding: 0 !important;
                }

                    .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form .form-row .field-wrapper .field-inner * {
                        font-size: 16px !important;
                    }

                    .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form .form-row .field-wrapper .field-inner .lz-input:not([type="radio"]):not([type="checkbox"]) {
                        font-size: 16px !important;
                        outline: none !important;
                        z-index: 100 !important;
                    }

                    .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form .form-row .field-wrapper .field-inner .lz-input::-webkit-input-placeholder {
                        font-size: 16px !important;
                    }

        .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form .submit-wrapper .btn-form-submit {
            width: auto !important;
            border-radius: 5px !important;
            padding: 0 30px !important;
            font-size: 16px !important;
            font-weight: normal !important;
            background: #0095FF !important;
            margin-top: 15px !important;
        }

        .register-form form[lz-id='27f3a840-a539-4360-ad05-156ff7938561'].private-form .submit-wrapper {
            padding: 0 !important
        }
		
/*#endregion */

/*#endregion */

/*#region Tinh nang */

.feature-banner {
    padding: 80px 0 0;
    background-size: cover;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #D2FFFC, #EAF3EE, #FFE9E2);
}

.feature-banner-productname {
    font-size: 22px;
    padding-bottom: 15px;
}

.feature-banner-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 36px;
}

.feature-banner-img {
    padding: 0;
}

.feature-wrap {
    padding: 0;
}

.feature-item {
    padding: 50px 0 0;
}

.feature-item-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 26px;
    padding-bottom: 20px;
    color: #00122D;
}

.feature-item-des {
    color: #0A2B5A;
}

    .feature-item-des.border-left {
        margin-bottom: 20px;
        padding-left: 20px;
        position: relative;
    }

        .feature-item-des.border-left:after {
            position: absolute;
            content: '';
            background: linear-gradient(to top, #14AA8A, #50B83C);
            height: 100%;
            width: 4px;
            border-radius: 5px;
            left: 0;
            top: 0;
        }

/*#endregion */

/*#region Popup ket qua */
.popup-wrap {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #393a3d;
}

.popup-box {
    position: absolute;
    width: 90%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
    background: #FFF;
    padding: 30px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.popup-box-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}

.popup-box-des {
    font-family: GoogleSans, Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    padding-bottom: 25px;
}

.cls-button-popup {
    display: flex;
    justify-content: center;
}

    .cls-button-popup #btnClosePopup {
        font-family: GoogleSans, Arial, sans-serif;
        font-size: 16px;
        color: #fff;
        background: #2680EB;
        border-radius: 24px;
        padding: 10px 15px;
        width: 140px;
        text-align: center;
    }

@media (max-width: 480px) {
    .popup-box {
        padding: 20px 15px;
    }

    .popup-box-title {
        font-size: 22px;
    }

    .popup-box-des {
        font-size: 16px;
        padding-bottom: 20px;
    }
}
/*#endregion */

/*#region Loading */
.loader {
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
}

    .loader:before {
        content: '';
        border: 10px solid #F3F3F3;
        border-radius: 50%;
        border-top: 10px solid #0a72ba;
        width: 60px;
        height: 60px;
        -webkit-animation: spin .3s linear infinite;
        animation: spin .3s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion */

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

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

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

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

.question .panel-default > .panel-heading.collapsed {
    background: url(/sites/amis/images/pages/amis-task/ic_down.svg) no-repeat right 15px top 20px;
    background-size: 12px;
}

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

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

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

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

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

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

/*#endregion */

/*#region Responsive */

@media (min-width: 1366px) {

    .feature-item {
        width: auto;
    }

        .feature-item .feature-item-text {
            width: 445px;
            padding-top: 120px;
        }

        .feature-item:nth-child(2n) .feature-item-img {
            width: 780px;
            margin-left: -165px;
        }

        .feature-item:nth-child(2n+1) .feature-item-img {
            width: 730px;
            margin-left: 40px;
        }

        .feature-item:nth-child(7) .feature-item-text {
            padding-top: 200px;
        }

        .feature-item:nth-child(7) .feature-item-img {
            margin-left: 50px;
        }
}

@media (min-width: 980px) {

    .view-m {
        display: none;
    }

    .amis-asset-banner .row, .feature-banner .row {
        display: -webkit-box;
        display: -moz-box;
    }

    .amis-asset-banner-img, .feature-banner-img {
        left: -40px;
        width: 63%;
    }

    .amis-asset-banner-text {
        padding-top: 80px;
    }

    .executive-support-item {
        display: flex;
        align-items: center;
    }

        .executive-support-item:nth-child(2n+1) {
            display: flex;
            direction: rtl;
        }

            .executive-support-item:nth-child(2n+1) .executive-support-text {
                direction: ltr;
            }

    .es-item-title:hover {
        color: #32B260;
    }

    .cubes {
        position: absolute;
        top: 25px;
        left: -130px;
        opacity: .7;
        width: 200px;
    }

    .rc-col:nth-child(1) {
        margin-left: 20%;
        width: 20%;
    }

    .rc-col:nth-child(2) {
        width: 16%;
    }

    .rc-col:nth-child(3) {
        width: 20%;
    }

    .rc-col:nth-child(4) {
        width: 24%;
    }

    .rc-col:not(:first-child) {
        padding-left: 20px;
    }

    .feature-banner-text {
        padding-top: 80px;
    }

    .feature-item-text {
        padding-top: 80px;
    }

    .feature-item {
        display: -webkit-box;
        display: -moz-box;
    }

        .feature-item:nth-child(2n) {
            direction: rtl;
        }

            .feature-item:nth-child(2n) .feature-item-text {
                direction: ltr;
            }

        /* bg item */
        .feature-item:nth-child(6) {
            position: relative;
        }

            .feature-item:nth-child(6) > * {
                z-index: 1;
            }

            .feature-item:nth-child(6)::after {
                content: '';
                position: absolute;
                height: 110%;
                width: 2000%;
                background: #F2FAFC;
                right: -10000px;
                top: 10px;
            }
}

@media(min-width: 1600px) and (max-width: 1800px) {
    .bg-banner {
        transform: scale(1.3);
    }
}

@media(min-width: 1440px) and (max-width: 1599px) {
    .bg-banner {
        transform: scale(1.7);
    }
}

@media(min-width: 1366px) and (max-width: 1439px) {
    .bg-banner {
        transform: scale(2);
    }
}

@media(min-width: 1200px) and (max-width: 1365px) {
    .bg-banner {
        transform: scale(2.5);
    }
}

@media(min-width: 980px) and (max-width: 1199px) {
    .bg-banner {
        transform: scale(2.8);
    }
}

@media(max-width: 979px) {

    .view-d {
        display: none;
    }

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

    .amis-asset-banner {
        background-image: linear-gradient(to top right, #D2FFFC, #EAF3EE, #FFE9E2);
    }

    .amis-asset-banner-text {
        text-align: center;
    }

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

    .amis-asset-banner-img img {
        margin: 20px auto 0;
    }

    .logo-banner {
        margin: 0 auto 20px;
    }

    .bg-banner {
        display: none;
    }

    ul.cost-saving-content li {
        width: 50%;
    }

    .executive-support-img img {
        max-width: 400px;
        margin: 0 auto;
    }

    ul.typical-customers-content li img {
        padding: 5px;
    }

    .register-img {
        display: none;
    }

    .register-title, .have-account {
        text-align: center;
    }

    #frmRegister {
        max-width: 500px;
        margin: 0 auto;
    }

    .img-world {
        display: none;
    }

    .rc-col {
        width: 25%;
    }

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

    .feature-banner-img img {
        margin: 20px auto 0;
    }

    .feature-item-img img {
        max-width: 400px;
        margin: 20px auto 0;
    }

    .feature-item:nth-child(6) {
        background: #F2FAFC;
        padding: 30px 0;
        margin-top: 30px;
    }
}

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

        .amis-asset-title br {
            display: none;
        }

    .amis-asset-tab ul {
        flex-flow: row wrap;
    }

    .amis-asset-tab li a {
        padding: 5px 10px;
    }

    .amis-asset-banner-text {
        padding-top: 20px;
    }

    .asset-banner-title {
        font-size: 24px;
    }

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

    .cls-button-banner {
        display: grid;
    }

        .cls-button-banner a:not(:last-child) {
            margin-right: 0;
            margin-bottom: 10px;
        }

    ul.cost-saving-content {
        padding-top: 20px;
    }

        ul.cost-saving-content li {
            width: 100%;
        }

    .executive-support-item {
        padding-left: 0;
        padding-right: 0;
    }

    .es-group-title {
        font-size: 24px;
    }

    .executive-support-img img {
        max-width: 100%;
    }

    ul.typical-customers-content {
        padding-left: 7px;
        padding-right: 7px;
    }

        ul.typical-customers-content li {
            width: 33.33%;
            padding: 7px;
        }

            ul.typical-customers-content li img {
                box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);
            }

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

    .control-checkbox {
        font-size: 14px;
    }

    .cls-button-ready {
        padding-top: 20px;
    }

    .readdy-content {
        padding-top: 20px;
    }

    .rc-col:nth-child(2n+1) {
        width: 45%;
        padding-right: 10px;
    }

    .rc-col:nth-child(2n) {
        width: 55%;
    }

    .rc-col-content a {
        font-size: 14px;
        padding-bottom: 6px;
    }

    .feature-banner-text {
        padding-top: 20px;
    }

    .feature-banner-title {
        font-size: 24px;
    }

    .feature-item-title {
        font-size: 22px;
    }

    .feature-item-img img {
        max-width: 100%;
    }

    .amis-asset-banner {
        padding: 120px 0 0;
    }
}

@media(max-width: 320px) {

    .asset-banner-title {
        font-size: 22px;
    }

    .amis-asset-title {
        font-size: 22px;
    }

    .es-group-title {
        font-size: 20px;
    }

    .feature-banner-productname {
        font-size: 20px;
    }

    .feature-banner-title {
        font-size: 22px;
    }
}

/*#endregion */
