/*#region Common */

.amis-promotion {
    font-family: GoogleSans, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
}
html{
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.42857143;
}

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

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

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

@media screen and (max-width: 979px) {
    .section-temp{
        padding: 40px 0;
    }
    .amis-promotion br{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .section-temp{
        padding: 30px 0 ;
    }
    .page-title {
        font-size: 24px;
    }
}
/*#endregion */

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

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


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

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

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

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

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

    .amis-crm-tab li a {
        color: #6B778C;
        padding: 8px 10px;
        border-radius: 5px;
    }

.amis-crm-tab.stickyCss li a {
    color: #212121;
}

.amis-crm-tab ul li.active a {
    color: #4262F0;
}

.amis-crm-tab.stickyCss ul li.active a {
    background: #4262F0;
    color: #fff;
}

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

.amis-crm-tab ul li.only-show-in-sticky {
	display: none;
}

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

@media(min-width: 980px) {

    .amis-crm-tab.stickyCss ul {
        justify-content: flex-end;
    }

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

        .amis-crm-tab.stickyCss .logo-banner-tab img {
            width: 230px;
        }
}

@media(max-width: 979px) {

    .amis-crm-tab {
        display: none
    }

        .amis-crm-tab.stickyCss {
            display: block;
        }

    .amis-crm-tab-wrap {
        display: block;
    }

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

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

    .amis-crm-tab {
        top: 15px;
    }

        .amis-crm-tab li a {
            font-size: 14px;
        }

        .amis-crm-tab.stickyCss {
            top: 0;
        }
}

/*#endregion */

/* #region banner */
.p-btn {
    display: flex;
    align-items: center;
}

.btn-ctn {
    display: flex;
    align-items: center;
    /* max-height: 71px; */
}

.btn-buynow {
    color: #000;
    border: 1px solid #F07D42;
    margin-left: 14px;
    border-radius: 10px;
    padding: 10px 15px;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
}

.btn-buynow:hover {
    color: #000;
}

.banner.section-temp{
    padding: 120px 0
}
.btn-filled {
    background: #F07D42;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 24px;
    box-shadow: 0 10px 20px rgb(240,125,66,0.16);
}
.btn-border {
    color: #1F2229;
}
.btn-border:hover {
    color: #1F2229;
}

.p-btn span {
    margin-right: 10px;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
}
.btn-filled:hover{
    color: #fff;
}

.title h1 {
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    padding: 20px 0 30px;
}

.banner-subtitle {
    padding-bottom: 16px;
}

.banner-img img {
    margin: auto;
}

@media screen and (max-width: 979px){
    .banner.section-temp{
        padding: 60px 0
    }
    .logo-banner img{
        margin: auto;
    }
    .title h1 {
        text-align: center;
        padding: 10px 0 10px;
    }
    .banner-subtitle{
        text-align: center;
    }
    .btn-ctn{
        justify-content: center;
    }
}

@media screen and (max-width: 767px){
    .title h1{
        font-size: 24px;
    }
    .btn-ctn{
        flex-direction: column;
    }
    .btn-filled{
        margin-right: 0;
        margin-bottom: 16px;
    }
    .btn-border img{
        width: 50px;
    }
    .banner.section-temp{
        padding: 40px 0
    }
	
	.btn-buynow{
        margin-left: 0;
        margin-top: 15px;
    }
}
/* #endregion */

/* #region integration */
.integration {
    background: url(/sites/amis/images/pages/amis-promotion/bg-integration.png) no-repeat center;
    background-size: cover;
}

.integration.section-temp{
    padding: 80px 0;
}
.integration-ctn {
    position: relative;
    padding-top: 100px;
}

.integration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

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

.integration-grid > div {
    background: #fff;
    border-radius: 10px;
    padding: 60px 30px 30px 30px;
    position: relative;
    box-shadow: 0px 0px 40px rgb(31, 34, 41, 0.04);
}

.i-img {
    position: absolute;
    top: -35px;
    left: calc(50% - 35px );
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    border-radius: 50%;
}

.i-img img {
    width: 70px;
}

img#integration-line {
    position: absolute;
    top: -13px;
    left: 128px;
    width: 73%;
}

.i-content {
    padding: 15px 0;
}

.i-content > div:not(.i-content > div:last-child) {
    margin-bottom: 15px;
}

.i-content > div {
    padding-left: 30px;
    position: relative;
}

.i-content > div:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(/sites/amis/images/pages/amis-promotion/ic-tick.svg);
}

@media screen and (max-width: 979px){
    .integration.section-temp{
        padding: 40px 0;
    }
    img#integration-line{
        top: 10px;
        left: 91px;
    }
    .integration-grid > div{
        padding: 60px 10px 10px 10px;
    }
    .i-content > div:before{
        left: 7px;
    }
    .i-title{
        font-size: 20px
    }
}

@media screen and (max-width: 767px){
    .integration.section-temp{
        padding: 30px 0;
    }
    .integration-grid{
        grid-template-columns: 1fr;
        grid-gap: 50px;
        padding: 15px
    }
    .integration-ctn{
        padding-top: 50px;
    }
}
/* #endregion */

/* #region proccess */
.proccess-container > div {
    display: flex;
    /* align-items: center; */
    width: 100%;
}

.proccess-container > div:not(.proccess-container > div:last-child){
    padding-bottom: 20px;
}

.proccess-container > div:nth-child(2) {
    flex-direction: row-reverse;
}

.proccess-container > div .proccess-img  {
    width: 50%;
}
.proccess-container > div .proccess-text {
    width: 50%;
}


.proccess-container > div:nth-child(2n + 1) > .proccess-img {
    padding-right: 20px;
}

.proccess-container > div:nth-child(2n + 1) > .proccess-text {
    padding-left: 20px;
}

.proccess-container > div:nth-child(2n) > .proccess-img {
    padding-left: 20px;
}

.proccess-container > div:nth-child(2n) > .proccess-text {
    padding-right: 20px;
}

.proccess-title {
    font-size: 24px;
    font-family: 'GoogleSans Bold', Arial, sans-serif;
}

.proccess-content {
    padding: 20px 0;
}

.proccess-content > div {
    padding-left: 30px;
    position: relative;
}

.proccess-content > div:not(.proccess-content > div:last-child) {
    margin-bottom: 15px;
}

.proccess-content > div:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(/sites/amis/images/pages/amis-promotion/ic-tick.svg);
}

.btn-border-custom {
    max-width: 183px;
    border: 2px solid #F07D42;
    color: #F07D42;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}
.btn-border-custom:hover{
    color: #F07D42;
}



.proccess-container {
    padding: 40px 0;
}
@media screen and (min-width: 980px){
    .proccess-text {
        padding-top: 20px
    }
}
@media screen and (max-width: 979px){
    .proccess-container > div:nth-child(2n + 1) > .proccess-img {
        padding-right: 15px;
    }

    .proccess-container > div:nth-child(2n + 1) > .proccess-text {
        padding-left: 15px;
    }

    .proccess-container > div:nth-child(2n) > .proccess-img {
        padding-left: 15px;
    }

    .proccess-container > div:nth-child(2n) > .proccess-text {
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px){
    .proccess-container > div {
        flex-direction: column;
        padding: 0 15px ;
    }
    .proccess-container > div .proccess-img  {
        width: 100%;
    }
    .proccess-container > div .proccess-text {
        width: 100%;
    }
    .proccess-title{
        font-size: 18px;
    }
    .proccess-container > div:nth-child(2) {
        flex-direction: column;
        padding: 0 15px;
    }
    .proccess-container > div:nth-child(2n + 1) > .proccess-img {
        padding-right: 0px;
    }

    .proccess-container > div:nth-child(2n + 1) > .proccess-text {
        padding-left: 0px;
    }

    .proccess-container > div:nth-child(2n) > .proccess-img {
        padding-left: 0px;
    }

    .proccess-container > div:nth-child(2n) > .proccess-text {
        padding-right: 0px;
    }
}
/* #endregion */

/*#region hrm-library */

.rc-col {
    float: left;
}

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

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

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

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

@media screen and (min-width: 980px){
    .rc-col-item {
        font-size: 17px;
    }

    .rc-col:nth-child(1) {
        width: 26%;
    }

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

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

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

    .rc-col:nth-child(5) {
        width: 17%;
    }
}
@media screen and (max-width: 767px){
    .rc-col-content a {
        font-size: 14px;
        padding-bottom: 6px;
    }
    .rc-col {
        width: 50% !important;
    }

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

}
/*#endregion */


/* #region register */
.register {
    background: url(/sites/amis/images/pages/amis-promotion/bg-register.png) no-repeat center;
    background-size: cover;
}
.white{
    color: #fff
}
.page-title.white{
    padding-bottom: 40px;
}
.crm-register-text {
    color: #fff;
}

.register #formAI {
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px 15px;
}

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

.register input[type=text], .crm-register input[type=url], .crm-register input[type=tel], .crm-register input[type=email] {
    font-size: 15px !important
}

.register form.private-form div.submit-wrapper {
    display: flex !important;
    justify-content: center !important;
    box-sizing: unset !important;
    width: 100% !important;
}

    .register form.private-form div.submit-wrapper input.btn-form-submit {
        font-size: 15px !important;
        background: #4262F0 !important;
        color: #fff !important;
        border-radius: 25px !important;
        width: auto !important;
        padding: 0 36px !important;
        box-shadow: 0 4px 7px 4px rgba(0, 0, 0, .07) !important;
    }

.register .thank-modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*.crm-register .form-thank-popup {
    margin-top: 100px !important;
    max-width: 500px !important;
    overflow: hidden !important;
    width: auto !important;
    height: auto !important;
    font-size: 16px !important;
    padding: 0 15px !important;
}*/

.register .image-thank-popup {
    margin-top: 0 !important;
}

.register .content-thank-popup {
    font-size: 16px !important;
}

.register .btn-submit-thank {
    font-size: 16px !important;
    background: #4262F0 !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
}
@media screen and (max-width: 979px){
    .register-img img{
        margin: auto
    }
    .page-title.white{
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 767px){
    .register-img{
        display: none;
    }
    .page-title.white{
        padding-bottom: 16px;
    }
}
@media screen and (min-width: 980px){
	.register .col-md-24.no-padding{
		display: flex;
		align-items: center;
	}
}
/* #endregion */