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

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

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

.nowrap {
    white-space: nowrap;
    text-transform: initial;
}

.amis-executive-title-small {
    text-align: center;
    color: #0FBE2C;
    font-family: GoogleSans Bold;
}

.amis-executive-title {
    text-align: center;
    font-family: GoogleSans Bold;
    font-size: 24px;
}

@keyframes animation-opacity {
    0% {
        opacity: 0;
        transform: scale(0.99);
        -webkit-transform: scale(0.99);
        -moz-transform: scale(0.99);
        -o-transform: scale(0.99);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

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

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

/*#endregion */

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

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

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

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

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

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

    .amis-executive-tab li a {
        color: #212121;
        padding: 8px 10px;
        border-radius: 5px;
    }

.amis-executive-tab ul li.active a {
    background: #212121;
    color: #fff;
}

.page-name-header {
    font-family: GoogleSans Bold;
    white-space: nowrap;
    color: #0FBE2C;
    display: none;
}

.amis-executive-tab.stickyCss .page-name-header {
    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;
}

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

@media(max-width: 979px) {

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

    .page-name-header {
        text-align: center;
        padding-bottom: 10px;
    }

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

/*#endregion */

/*#region Tong quan */

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

.executive-banner-title {
    font-family: GoogleSans Bold;
    font-size: 40px;
}

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

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

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

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

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

a.btn-buy-now {
    background: #0FBE2C;
    color: #fff;
}

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

.cls-button-banner a:not(:first-child) {
    margin-left: 20px;
}

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

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

@media (min-width: 980px) {
    .banner-t5 img {
        margin-top: 20px;
    }
}

/*#endregion */

/*#region video */

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

.amv-video-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.amv-video-img img {
    width: 700px;
    border-radius: 5px;
}

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

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

.img-dot {
    position: absolute;
    left: 75%;
    bottom: -40px;
}

/*#endregion */

/*#region connect */

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

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

    ul.ae-connect-content li {
        width: 25%;
        margin: 0;
        padding: 10px;
    }

.ae-connect-item {
    background: #fff;
    height: 100%;
    padding: 15px;
    box-shadow: 0 0 14px 3px rgba(0,0,0,0.03);
    border-radius: 5px;
}

.ae-connect-item-icon {
    margin: 0 auto;
    margin-bottom: 15px;
}

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

.ae-connect-item-des {
    padding-bottom: 20px;
}

.ae-product-item {
    display: flex;
    padding: 8px 0;
    align-items: center;
}

.ae-product-logo {
    width: 40px;
}

.ae-product-name {
    padding-left: 10px;
}

/*#endregion */

/*#region library */

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

    ul.ae-library-content li {
        width: 33.33%;
        margin: 0;
        padding: 10px;
    }

.ae-library-item {
    background: #fff;
    height: 100%;
    padding: 20px 15px;
    box-shadow: 5px 5px 22px 1px rgba(0,0,0,0.08);
    border-radius: 5px;
}

.ae-library-item-icon {
    margin: 0 auto 20px;
    width: 60px;
}

.ae-library-item-title {
    text-align: center;
    font-family: GoogleSans Bold;
    padding-bottom: 15px;
}

.ae-library-item-des {
    min-height: 50px;
}

.ae-library-item-button {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

    .ae-library-item-button a {
        background: #fff;
        color: #0FBE2C;
        border: solid 1px #0FBE2C;
        text-align: center;
        padding: 10px 15px;
        border-radius: 5px;
    }

        .ae-library-item-button a:hover {
            background: #0FBE2C;
            color: #fff;
        }

/*#endregion */

/*#region digital-workplace */

.digital-workplace {
    background: #F3F8FB url(/sites/amis/images/pages/amis-executive/bg_digital-workplace.jpg) bottom left;
    background-size: cover;
}

    .digital-workplace .container {
        position: relative;
    }

    .digital-workplace .windmill {
        position: absolute;
        bottom: -50px;
        left: -310px;
    }

.digital-workplace-title {
    text-align: center;
    font-family: GoogleSans Bold;
    font-size: 40px;
    padding-bottom: 20px;
}

.digital-workplace-subtitle {
    text-align: center;
    padding-bottom: 20px;
    font-family: GoogleSans Bold;
    font-size: 18px;
}


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

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

        .cls-button-digital-workplace a:not(:first-child) {
            margin-left: 20px;
        }

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

.dw-col {
    float: left;
}

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

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

    .dw-col-content a:hover {
        color: #2680eb;
    }

/*#endregion */

/*#region register */

.register {
    background: #E5F6FA;
}

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

.register-text {
    padding-top: 50px;
}

    .register-text div:first-child {
        font-family: GoogleSans Bold, Arial, sans-serif;
        padding-bottom: 20px;
        font-size: 18px;
    }

    .register-text div:not(:first-child) {
        background: url(/sites/amis/images/pages/amis-executive/ic_tick.svg) no-repeat left top 2px;
        background-size: 18px;
        margin: 0;
        padding: 0 0 16px 30px;
    }

.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='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].private-form {
        background-color: transparent !important;
        padding: 0 !important;
    }

        .register-form form[lz-id='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].private-form .form-row {
            margin: 0 !important;
        }

            .register-form form[lz-id='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].private-form .form-row .field-wrapper {
                padding: 8px !important;
            }

                .register-form form[lz-id='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].private-form .form-row .field-wrapper .field-inner {
                    padding: 0 !important;
                }

                    .register-form form[lz-id='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].private-form .form-row .field-wrapper .field-inner * {
                        font-size: 16px !important;
                    }

                    .register-form form[lz-id='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].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='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].private-form .form-row .field-wrapper .field-inner .lz-input::-webkit-input-placeholder {
                        font-size: 16px !important;
                    }

        .register-form form[lz-id='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].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: #0FBE2C !important;
            margin-top: 15px !important;
        }

        .register-form form[lz-id='1f34cdf3-c081-45b1-9d61-4aff033aa4cd'].private-form .submit-wrapper {
            padding: 0 !important
        }

/*#endregion */

/*#region Responsive */

@media(min-width: 980px) {

    .view-m {
        display: none;
    }

    .amis-executive-banner {
        background: url(/sites/amis/images/pages/amis-executive/bg_banner_1920.png) top right;
        height: 600px;
    }

    .dw-col:nth-child(1) {
        width: 22%;
    }

    .dw-col:nth-child(2) {
        width: 12%;
    }

    .dw-col:nth-child(3) {
        width: 29%;
    }

    .dw-col:nth-child(4) {
        width: 17%;
    }

    .dw-col:nth-child(5) {
        width: 20%;
    }

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

@media(min-width: 1521px) and (max-width: 1600px) {
    .digital-workplace .windmill {
        width: 300px;
        left: -255px;
    }
}

@media(min-width: 1367px) and (max-width: 1520px) {
    .digital-workplace .windmill {
        width: 260px;
        left: -200px;
    }
}

@media(max-width: 1366px) {
    .amis-executive-banner {
        background: url(/sites/amis/images/pages/amis-executive/bg_banner_1366.png) top;
    }

    .executive-banner-title {
        font-size: 36px;
    }

    .digital-workplace .windmill {
        width: 200px;
        left: -170px;
    }
}

@media(max-width: 1280px) {
    .amis-executive-banner {
        background: url(/sites/amis/images/pages/amis-executive/bg_banner_1280.png) top;
    }

    .digital-workplace .windmill {
        display: none;
    }
}

@media(max-width: 979px) {

    .view-d {
        display: none;
    }

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

    .amis-executive-banner {
        background: #EAF8FB url(/sites/amis/images/pages/amis-executive/bg_banner_mobile.png);
        background-size: cover;
        height: 440px;
    }

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

    .executive-banner-description {
    }

        .executive-banner-description br {
            display: none;
        }

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

    .img-dot {
        display: none;
    }

    ul.ae-connect-content li {
        width: 50%;
    }

    ul.ae-library-content li {
        width: 50%;
    }
	
	.register-text {
        padding-top: 0;
    }

    .register-form {
        margin-top: 20px;
        padding: 20px 10px;
    }

    .dw-col {
        width: 33%;
    }
}

@media(min-width: 767px) {
    .dw-col-fake {
        display: none;
    }
}

@media(max-width: 767px) {

    .amis-executive-tab {
        padding-left: 10px;
        padding-right: 10px;
    }

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

            .amis-executive-tab ul li {
                margin-left: 15px;
            }

    .amis-executive-banner {
        padding-top: 120px;
        height: auto;
    }

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

    .executive-banner-description {
        padding: 30px 0;
    }

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

        .cls-button-banner a.btn-item {
            margin-left: 0;
        }

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

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

    ul.ae-connect-content {
        padding-top: 30px;
    }

        ul.ae-connect-content li {
            width: 100%;
        }

    ul.ae-library-content {
        padding-top: 30px;
    }

        ul.ae-library-content li {
            width: 100%;
        }

    .ae-library-item-des {
        min-height: unset;
    }

    .digital-workplace-title {
        font-size: 32px;
        padding-bottom: 10px;
    }

    .cls-button-digital-workplace {
        display: grid;
    }

        .cls-button-digital-workplace a.btn-item {
            margin-left: 0;
        }

            .cls-button-digital-workplace a.btn-item:not(:last-child) {
                margin-bottom: 15px;
            }

    .dw-col-real {
        display: none;
    }

    .dw-col-content a {
        font-size: 14px;
    }

    .dw-col:nth-child(1) {
        width: 60%;
    }

    .dw-col:nth-child(2) {
        width: 40%;
    }

    .dw-col:nth-child(4) {
        width: 60%;
    }

    .dw-col:nth-child(5) {
        width: 40%;
    }

    .dw-col-fake {
        width: 100%;
    }
}

@media(max-width: 320px) {

    .amis-executive-tab ul li {
        margin-left: 6px;
    }

    .amis-executive-tab li a {
        font-size: 15px;
    }

    .executive-banner-title {
        font-size: 20px;
    }

    .amis-executive-title {
        font-size: 20px
    }

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

/*#endregion */

/*#endregion */

/*#region Loi ich */

.benefit-banner {
    padding: 80px 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to top, #E5F6FA, #F1FAFC, #fff);
}

.benefit-banner-content {
    padding: 0;
}

.benefit-banner-title {
    font-size: 32px;
    padding-bottom: 20px;
    font-family: GoogleSans Bold;
}

.benefit-banner-sub-title {
    font-size: 20px;
    padding-bottom: 20px;
    font-family: GoogleSans Bold;
}

ul.benefit-banner-description {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.benefit-banner-description li {
        background: url(/sites/amis/images/pages/amis-executive/ic_tick.svg) no-repeat left top 5px;
        background-size: 20px;
        margin: 0;
        padding-left: 32px;
    }

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

.benefit-content-wrap {
    box-shadow: 0 0 14px 3px rgba(0,0,0,0.08);
    top: -50px;
    background: #fff;
    padding: 0;
}

.benefit-group {
    padding-top: 30px;
    padding-bottom: 30px;
}

.benefit-group-title {
    font-size: 32px;
    text-align: center;
}

    .benefit-group-title span {
        position: relative;
    }

        .benefit-group-title span::after {
            content: '';
            height: 2px;
            width: 100%;
            background: #0FBE2C;
            position: absolute;
            bottom: -3px;
            left: 0;
        }

.benefit-group-content {
    padding-top: 30px;
}

ul.benefit-group-text {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.benefit-group-text li {
        width: 50%;
        margin: 0;
        padding: 15px 20px;
    }

.benefit-item-img img {
    margin: 0 auto 20px;
    width: 80px;
}

.benefit-item-title {
    font-family: GoogleSans Bold;
    text-align: center;
    padding-bottom: 15px;
}

.benefit-item-des {
    font-size: 15px;
}

@media (min-width: 980px) {

    .benefit-banner-content {
        display: flex;
        align-items: center;
    }

    .benefit-group-content {
        display: flex;
    }

    .benefit-group:nth-child(2n) .benefit-group-content {
        direction: rtl;
    }

        .benefit-group:nth-child(2n) .benefit-group-content .benefit-group-text {
            direction: ltr;
        }

    .benefit-group-img {
        display: flex;
        align-items: flex-end;
        background: #F3F9FA;
        padding-bottom: 30px;
    }
}

@media (max-width: 979px) {
    .benefit-banner-title {
        text-align: center;
    }

    .benefit-banner-sub-title {
        text-align: center;
    }

    .benefit-banner-img {
        max-width: 500px;
        margin: 30px auto 0;
    }

    .benefit-group-content {
        padding-left: 0;
        padding-right: 0;
    }

    .benefit-group-img img {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .benefit-banner {
        padding-top: 120px;
    }

    .benefit-banner-title {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .benefit-banner-sub-title {
        font-size: 18px;
    }

    .benefit-group-title {
        font-size: 28px;
        font-family: GoogleSans Bold;
    }

    .benefit-group-img {
        display: none;
    }

    ul.benefit-group-text li {
        width: 100%;
        padding: 15px 10px;
    }
}

/*#endregion */
