/*#region Common */
.amis-labour-relations {
    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-lr-subtitle {
    text-align: center;
    color: #FF8233;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 15px;
}

.amis-lr-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: #1D71F1;
}

.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: #2680eb;
        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-labour-relations-banner {
    padding: 50px 0;
    background: #EBF7FF;
}

    .amis-labour-relations-banner .container {
        position: relative;
    }

    .amis-labour-relations-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 {
    background: #212121;
}

a.btn-advisory {
    background: #1D71F1;
}

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

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

/*#region video */
.video-ctn {
    padding-top: 30px;
    position: relative;
}

img#iconPlay {
    position: absolute;
    top: calc(50% - 41px);
    left: calc(50% - 41px);
}

.video-ctn > a > img:nth-child(1) {
    margin: auto;
}

.video-ctn a {
    max-width: 770px;
    display: block;
    margin: auto;
}

    .video-ctn a:hover > img#iconPlay {
        transform: scale(1.1);
        transition: 0.3s ease;
    }

@media screen and (max-width: 767px) {
    img#iconPlay {
        width: 40px;
        top: calc(50% - 10px);
        left: calc(50% - 20px);
    }
}
/*#endregion*/

/*#region benefit */
ul.benefit-content {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding-top: 30px;
}

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

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

.benefit-item-title {
    text-align: center;
}
/*#endregion*/

/*#region feature */
.feature {
    background: #F8F8F8;
}

.feature-description {
    padding-top: 20px;
    text-align: center;
}

.feature-item {
    padding-top: 15px;
    padding-bottom: 30px;
}

.feature-item-number {
    display: flex;
    justify-content: center;
    color: #FF8233;
    font-size: 18px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    position: relative;
    margin-bottom: 20px;
}

    .feature-item-number:after {
        content: '';
        position: absolute;
        background: #FF8233;
        height: 3px;
        width: 35px;
        bottom: -6px;
    }

.feature-item-des {
    text-align: center;
}

.feature-content .owl-nav button[type="button"] {
    outline: none !important;
    background: none !important;
    position: absolute;
    top: 36%;
}

.feature-content .owl-nav button.owl-next {
    right: -60px;
}

.feature-content .owl-nav button.owl-prev {
    left: -60px;
}

.feature-content .owl-dots {
    display: flex;
    justify-content: center;
}

    .feature-content .owl-dots .owl-dot {
        outline: none;
    }

        .feature-content .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            -webkit-transition: all .1s linear;
            -moz-transition: all .1s linear;
            -o-transition: all .1s linear;
            transition: all .1s linear;
            background: #D5D5D5;
        }

        .feature-content .owl-dots .owl-dot.active span {
            background: #FF8233;
            width: 30px;
        }

        .feature-content .owl-dots .owl-dot:hover span {
            background: #FF8233;
        }

.cubes-2 {
    position: absolute;
    left: 7px;
    bottom: 180px;
}

.cubes-3 {
    position: absolute;
    right: -20px;
    bottom: 120px;
}
/*#endregion*/

/*#region report-info */
.report-info {
    background: #F8F8F8;
}

.report-wrap {
    display: flex;
    padding: 40px 15px 0;
    position: relative;
}

    .report-wrap:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #1D71F1;
        width: 100%;
        height: 80%;
        border-radius: 8px;
        z-index: 0;
    }

    .report-wrap .amis-lr-title {
        text-align: left;
        padding-bottom: 15px;
        color: #fff;
        font-size: 21px;
    }

.report-des {
    color: #fff;
    padding-bottom: 15px;
}

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

.report-box-title {
    display: flex;
    justify-content: center;
}

    .report-box-title span {
        padding: 8px 30px;
        border-radius: 25px;
        font-family: GoogleSans Bold, Arial, sans-serif;
        color: #fff;
        background: linear-gradient(180deg, #F76E48, #FE9658);
        background: -moz-linear-gradient(180deg, #F76E48, #FE9658);
        background: -o-linear-gradient(180deg, #F76E48, #FE9658);
        background: -webkit-linear-gradient(180deg, #F76E48, #FE9658);
    }

ul.report-box-content {
    list-style: none;
    margin: 0;
    padding-top: 15px;
}

    ul.report-box-content li {
        margin: 0;
        padding-bottom: 5px;
        padding-left: 18px;
        position: relative;
    }

        ul.report-box-content li:last-child {
            padding-bottom: 0;
        }

        ul.report-box-content li:before {
            position: absolute;
            content: '';
            background: #FF8233;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            left: 0;
            top: 6px;
        }

.report-img {
    display: flex;
    align-items: flex-end;
    z-index: 11;
}

    .report-img img {
        width: 100%;
    }

.img-dots-white {
    position: absolute;
    top: 24px;
    right: 16px;
}
/*#endregion*/

/*#region staff-sticking */
.staff-sticking-content {
    display: flex;
    padding-top: 50px;
}

.staff-sticking-img {
    width: 55%;
    box-shadow: 0 0 16px 8px rgba(0,0,0,0.05);
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    z-index: 11;
}

    .staff-sticking-img img {
        max-width: 430px;
        width: 100%;
    }

.staff-sticking-tick {
    position: absolute;
    width: 100%;
    left: 0;
    top: -18px;
    z-index: 11;
}

    .staff-sticking-tick img {
        width: 36px;
        height: auto;
        margin: 0 auto;
    }

.staff-sticking-text-item {
    box-shadow: 0 0 16px 8px rgba(0,0,0,0.05);
    padding: 30px;
    border-radius: 8px;
    position: relative;
    z-index: 11;
    background: #fff;
}

    .staff-sticking-text-item:not(:last-child) {
        margin-bottom: 20px;
    }

.cubes-4 {
    position: absolute;
    top: -6px;
    left: -45px;
}
/*#endregion*/

/*#region register */

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

.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='263796a2-0246-453d-97bd-b0569d623307'].private-form {
        background-color: transparent !important;
        padding: 0 !important;
    }

        .register-form form[lz-id='263796a2-0246-453d-97bd-b0569d623307'].private-form .form-row {
            margin: 0 !important;
        }

            .register-form form[lz-id='263796a2-0246-453d-97bd-b0569d623307'].private-form .form-row .field-wrapper {
                padding: 8px !important;
            }

                .register-form form[lz-id='263796a2-0246-453d-97bd-b0569d623307'].private-form .form-row .field-wrapper .field-inner {
                    padding: 0 !important;
                }

                    .register-form form[lz-id='263796a2-0246-453d-97bd-b0569d623307'].private-form .form-row .field-wrapper .field-inner * {
                        font-size: 16px !important;
                    }

                    .register-form form[lz-id='263796a2-0246-453d-97bd-b0569d623307'].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='263796a2-0246-453d-97bd-b0569d623307'].private-form .form-row .field-wrapper .field-inner .lz-input::-webkit-input-placeholder {
                        font-size: 16px !important;
                    }

        .register-form form[lz-id='263796a2-0246-453d-97bd-b0569d623307'].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='263796a2-0246-453d-97bd-b0569d623307'].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 ready */
.ready-wrap {
    box-shadow: 0 0 16px 8px rgba(0,0,0,0.05);
    padding: 30px;
    position: relative;
    border-radius: 8px;
    background: #fff;
}

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

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-labour-relations/ic_tick-1.svg) no-repeat top 4px left;
    }

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

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

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

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

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

.cubes-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

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

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

.amis-lr-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: #1D71F1;
    }
/*#endregion*/

/*#region Responsive */
@media (min-width: 980px) {
    .view-m {
        display: none;
    }

    .amis-labour-relations-banner {
        height: 575px;
    }

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

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

    .staff-sticking-text {
        margin-left: 5%;
        width: 40%;
    }

    .staff-sticking-text-item:last-child {
        width: 80%;
    }

    .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) {
    .view-d {
        display: none;
    }

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

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

    .feature-content .owl-nav button[type="button"] {
        display: none;
    }

    .report-info {
        padding-top: 0;
    }

    .report-wrap {
        display: grid;
        padding: 30px 15px;
    }

        .report-wrap .amis-lr-title {
            text-align: center
        }

        .report-wrap:before {
            height: 100%;
        }

    .report-img {
        padding-top: 20px;
    }

    .img-dots-white {
        display: none;
    }

    .staff-sticking-img {
        display: none;
    }

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

    .cubes-6 {
        display: none;
    }

    .cls-button-ready {
        justify-content: 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-lr-title {
        font-size: 22px;
    }

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

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

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

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

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

    .feature-description br {
        display: none;
    }

    .feature-item {
        padding-bottom: 15px;
    }

    .feature-item-des br {
        display: none;
    }

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

    .staff-sticking-content {
        padding-top: 35px;
    }

    .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-lr-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-banner .register-form{
    border-radius: 45px;
}


/* #endregion */
