/*#region Common */
.amis-salary {
    font-family: GoogleSans, 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;
}

.amis-salary-subtitle {
    text-align: center;
    color: #00AD5F;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

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

@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;
}
/*#endregion*/

/*#region Tab */
.amis-head-tab {
    position: absolute;
    top: 16px;
    width: 100%;
    transition: top 0.1s;
    z-index: 99;
    display: none;
}

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

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

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

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

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

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

.amis-head-tab ul li.active a {
    color: #34B057;
}

.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-head-tab.stickyCss ul li:last-child a {
        background-color: #34B057;
        color: #FFF;
    }

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

@media(max-width: 979px) {

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

    .amis-head-tab ul {
        justify-content: center;
        flex-flow: row wrap;
    }

        .amis-head-tab ul li {
            margin: 0;
        }

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

@media(max-width: 375px) {
    .amis-head-tab ul li a {
        padding: 8px;
        font-size: 14px;
    }
}
/*#endregion*/

/*#region banner */
.amis-salary-banner {
    padding: 50px 0;
    background: #F2FCF7;
}

    .amis-salary-banner .container {
        position: relative;
    }

    .amis-salary-banner .row {
        position: relative;
        z-index: 11;
    }

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

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

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

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

a.btn-free-trial {
    color: #34B057;
}

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

a.btn-buy-now {
    background: #34B057;
}

.cubes-1 {
    position: absolute;
    left: -235px;
    top: 10px;
}
/*#endregion*/

/*#region amis-salary-video */
.salary-video-wrap {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.salary-video-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

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

.salary-video-content:hover .salary-video-play {
    opacity: 1;
    transform: scale(1.2);
    transition: all 0.1s 0.1s linear;
}
/*#endregion*/

/*#region data-synthesis */
.data-synthesis-description {
    text-align: center;
    padding-top: 20px;
}

.data-synthesis-text {
    padding: 0;
}

ul.data-synthesis-group {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-top: 30px;
}

    ul.data-synthesis-group li {
        width: 50%;
        margin: 0;
        padding: 15px;
    }

        ul.data-synthesis-group li:nth-child(even) {
            float: right;
            clear: right;
        }

        ul.data-synthesis-group li:nth-child(odd) {
            float: left;
            clear: left;
        }

        ul.data-synthesis-group li:nth-child(2) {
            margin-top: 50px;
        }

.data-synthesis-item {
    background: #fff;
    padding: 15px 15px 20px;
    border-radius: 8px;
    box-shadow: 0 0 16px 8px rgba(0,0,0,0.05);
}

.data-synthesis-item-img img {
    margin: 0 auto 20px;
}

.data-synthesis-item-des {
    text-align: center;
}
/*#endregion*/

/*#region benefit */
.benefit-item {
    padding: 0 0 50px;
}

    .benefit-item:last-child {
        padding-bottom: 0;
    }

.benefit-item-text ul {
    padding-top: 30px;
    list-style: none;
    margin: 0;
}

    .benefit-item-text ul li {
        background: url(/sites/amis/images/pages/amis-salary/ic_tick.svg) no-repeat left top 4px;
        margin: 0;
        padding-left: 25px;
        padding-bottom: 12px;
    }
/*#endregion*/

/*#region ready */
.ready-wrap {
    box-shadow: 0 0 16px 8px rgba(0,0,0,0.05);
    padding: 30px;
    position: relative;
    border-radius: 8px;
    background: #EFFFF4;
}

.ready .amis-salary-title {
    text-align: left;
    position: relative;
    z-index: 2;
}

    .ready .amis-salary-title span {
        color: #34B057;
    }

ul.ready-content {
    list-style: none;
    margin: 0;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

    ul.ready-content li {
        margin: 0;
        padding-bottom: 8px;
        padding-left: 20px;
        background: url(/sites/amis/images/pages/amis-salary/ic_tick.svg) no-repeat top 4px left;
    }

.cls-button-ready {
    display: flex;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

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

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

.cubes-2 {
    position: absolute;
    top: 0;
    left: 0;
}

    .cubes-2 img {
        border-radius: 8px;
    }

.cubes-3 {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 540px;
}

    .cubes-3 img {
        height: 100%;
        border-radius: 8px;
    }
/*#endregion*/

/*#region register */

.section-register {
    padding: 50px 0;
	background: #F2FCF7;
}

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

.register-img {
    margin: 0 auto;
}

.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 16px 8px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
}

    .register-form form[lz-id='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].private-form {
        background-color: transparent !important;
        padding: 0 !important;
    }

        .register-form form[lz-id='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].private-form .form-row {
            margin: 0 !important;
        }

            .register-form form[lz-id='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].private-form .form-row .field-wrapper {
                padding: 8px !important;
            }

                .register-form form[lz-id='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].private-form .form-row .field-wrapper .field-inner {
                    padding: 0 !important;
                }

                    .register-form form[lz-id='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].private-form .form-row .field-wrapper .field-inner * {
                        font-size: 16px !important;
                    }

                    .register-form form[lz-id='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].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='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].private-form .form-row .field-wrapper .field-inner .lz-input::-webkit-input-placeholder {
                        font-size: 16px !important;
                    }

        .register-form form[lz-id='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].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: #34B057 !important;
            margin-top: 15px !important;
        }

        .register-form form[lz-id='9cbe2c25-eaea-49bf-87d2-f3f1233f38f4'].private-form .submit-wrapper {
            padding: 0 !important
        }
		
@media(min-width: 980px) {
	.register-wrap {
		display: flex;
		align-items: center;
	}
}

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

/*#endregion */

/*#region amis-salary-library */
.bg-color {
    background: #E8F6FE linear-gradient(0,#fff,#fff) repeat-x;
    background-size: 100px 20%;
}

.amis-salary-library {
    padding-top: 0;
}

.lc-col {
    float: left;
}

    .lc-col:not(:last-child) {
        padding-right: 10px;
    }

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

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

    .lc-col-content a:hover {
        color: #34B057;
    }
/*#endregion*/

/*#region Responsive */
@media (min-width: 980px) {
    .amis-salary-banner {
        height: 487px;
    }

    .banner-text {
        padding-top: 60px;
        padding-right: 0;
    }

    .banner-img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: 900px;
        width: 100%;
    }

    .salary-video-wrap:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 0;
        background: url(/sites/amis/images/pages/amis-salary/bg_salary-video.svg) no-repeat;
    }

    .salary-video-content {
        margin-top: 80px;
    }

    .data-synthesis-img {
        position: absolute;
        width: 660px;
        top: -40px;
        left: -50px;
    }

    .data-synthesis-text {
        left: 50%;
    }

    .benefit .amis-salary-title {
        text-align: left;
    }

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

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

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

    .benefit-item-text {
        margin-left: 4%;
        margin-right: 4%;
    }

    .ready-wrap {
        padding-left: 42px;
    }

    .ready .amis-salary-title {
        text-align: left;
    }

    .lc-col:nth-child(1) {
        width: 32%;
    }

    .lc-col:nth-child(2) {
        width: 26%;
    }

    .lc-col:nth-child(3) {
        width: 25%;
    }

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

@media (max-width: 979px) {
    .amis-salary-banner {
        padding-bottom: 0;
    }

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

    .cls-button-banner {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

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

    .data-synthesis-img {
        margin-top: -80px;
        margin-bottom: -120px;
    }

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

    .cubes-3 {
        display: none;
    }

    .ready .amis-salary-title {
        text-align: center;
    }

    .lc-col:nth-child(1) {
        width: 38%;
    }

    .lc-col:nth-child(2) {
        width: 32%;
    }

    .lc-col:nth-child(3) {
        width: 30%;
    }

    .lc-col:nth-child(4) {
        width: 30%;
    }
}

@media(max-width: 767px) {
    .section-temp {
        padding: 30px 0;
    }

    .cubes {
        display: none;
    }

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

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

    .amis-salary-banner {
        padding: 30px 0 0;
    }

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

    .banner-subtitle br {
        display: none;
    }

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

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

    .data-synthesis-description br {
        display: none;
    }

    .data-synthesis-img {
        display: none;
    }

    ul.data-synthesis-group li {
        width: 100%;
    }

        ul.data-synthesis-group li:nth-child(2) {
            margin-top: 0;
        }

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

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

    .lc-col-content a {
        padding-bottom: 8px;
        font-size: 15px;
    }

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

    .lc-col:nth-child(1) {
        width: 100%;
    }

    .lc-col:nth-child(2) {
        width: 56%;
    }

    .lc-col:nth-child(3) {
        width: 44%;
    }

    .lc-col:nth-child(4) {
        width: 44%;
    }

    .lc-col-item {
        font-size: 18px;
    }
}

@media(max-width: 320px) {
    .amis-salary-title {
        font-size: 20px;
    }

    .lc-col-item {
        font-size: 16px;
    }

    .lc-col-content a {
        font-size: 14px;
    }
}
/*#endregion*/

/* #region update banner 30/11/2023 */
.header-form-register .register-form {
    border-radius: 45px;
}

/* #endregion */