/*#region common */

.eshop-lomas {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
    position: relative;
}

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

.nowrap {
    white-space: nowrap;
}

.common-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    color: #2B3173;
}

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

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

/*#endregion */

/*#region banner */

.banner {
    padding: 50px 0 20px;
}

.banner-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #2B3173;
    font-size: 30px;
    text-align: center;
    padding-bottom: 8px;
}

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

#banner_animation rect {
    fill: #fff;
}

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

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

    .cls-button-banner a {
        text-align: center;
        border-radius: 15px;
        padding: 10px 15px;
        border: solid 2px #fff;
        font-size: 16px;
        font-family: GoogleSans Bold;
        color: #fff;
        white-space: nowrap;
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
    }

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

        .cls-button-banner a.btn-banner-hotline {
            background: -webkit-linear-gradient(90deg, #474FA9, #616CE6);
        }
		
		.cls-button-banner a.btn-banner-hotline span {
			 font-family: GoogleSans;
		}

        .cls-button-banner a.btn-register {
            background: -webkit-linear-gradient(90deg, #2C79EB, #A1D6FF);
        }

/*#endregion */

/*#region video */

.eshop-lomas-video {
    background: #FAFAFA;
}

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

.lomas-video-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}

.video-play {
    position: absolute;
    overflow: hidden;
	transition: all 0.1s 0.1s linear;
}

.lomas-video-content:hover .video-play {
    opacity: 1;
    transform: scale(1.2);
}

/*#endregion */

/*#region customer-behavior */

ul.customer-behavior-wrap {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-top: 30px;
    width: 100%;
    justify-content: center;
}

    ul.customer-behavior-wrap li {
        max-width: 430px;
        width: 100%;
        padding: 15px;
        margin: 0;
    }

.customer-behavior-content {
    padding: 20px 15px;
}

    .customer-behavior-content div {
        padding: 20px;
        margin: 0;
        list-style: none;
        background: url(/mshopkeeper/images/eshop-lomas/ic_tick.svg) no-repeat left top 9px;
        padding: 0 0 15px 15px;
    }

/*#endregion */

/*#region customer-member */

.customer-member {
    background: url(/mshopkeeper/images/eshop-lomas/bg_customer-member.svg) center bottom;
    background-size: cover;
    padding-bottom: 150px;
    margin-top: 50px;
}

.customer-member-wrap {
    background: #fff;
    padding: 40px 25px;
    border-radius: 25px;
    margin-top: -100px;
    box-shadow: 0 0px 20px 6px rgba(0, 0, 0, .1);
	position: relative;
}

.customer-member-description {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    padding-top: 20px;
}

.customer-member .group-control label {
    color: #1E1E1E;
    font-family: GoogleSans Medium;
    margin-bottom: 8px;
}

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

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

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

    .cls-button-calculate .btn-calculate {
        background: -webkit-linear-gradient(-90deg, #7FDE99, #33A150);
        border-radius: 10px;
        padding: 12px 35px;
        margin-top: 10px;
        font-size: 15px;
        font-family: GoogleSans Bold;
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
        text-transform: uppercase;
    }

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

.cls-button-back {
	position: absolute;
    bottom: 15px;
    left: 0;
	padding: 0 15px;
	display: flex;
	width: 100%;
}

.btn-back-calculate {
    font-style: italic;
	background: url(/mshopkeeper/images/eshop-lomas/ic_arrow-left-black.svg) no-repeat left;
	background-size: 12px;
    padding-left: 20px;
    z-index: 100;
	cursor: pointer;
}

.btn-advisory-member {
    background: -webkit-linear-gradient(-90deg, #7FDE99, #33A150);
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 15px;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
    color: #fff;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

    .btn-advisory-member span {
        font-family: GoogleSans Bold;
        font-size: 24px;
    }

.customer-member-form {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

    .customer-member-form .group-control-wrap {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        width: 100%;
    }

        .customer-member-form .group-control-wrap .group-control {
            width: 32%;
        }

    .customer-member-form .input-control-full {
        position: relative;
    }


    .customer-member-form .input-control {
        border-radius: 15px;
        font-size: 15px;
        padding: 8px 15px;
        height: auto;
        width: 100%;
        color: #444;
        border: 1px solid #616CE6 !important;
        background: #fff;
        margin-bottom: 15px;
        outline: none;
        resize: none;
        text-align: right;
        color: #1E1E1E;
    }

    .customer-member-form .input-control-full span {
        position: absolute;
        right: 0;
		top: 0;
        padding: 0 15px 0 10px;
        margin: 8px 0;
        border-left: solid 1px #E1E1E1;
        font-size: 15px;
        color: #1E1E1E;
    }

#txtSimpleAverage {
    padding-right: 65px;
}

#txtYearAverage {
    padding-right: 90px;
}

#txtNewCustomer {
    padding-right: 125px;
}

.cubes-1 {
    position: absolute;
    left: -55px;
    bottom: -60px;
}

.cubes-2 {
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 300px;
}

ul.customer-member-result {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

    ul.customer-member-result li {
        width: 24%;
        list-style: none;
        margin: 0;
        padding: 15px;
    }

.result-value {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #506DFF;
    font-size: 22px;
}

    .result-value span {
        font-family: GoogleSans, Arial, sans-serif;
        font-size: 14px;
        color: #8E8E8E;
    }

.customer-member-name {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 15px;
    padding-top: 5px;
}

/*#endregion */

/*#region ebook */

.banner-ebook-wrap {
    display: flex;
    justify-content: center;
    margin-top: -100px;
}

.banner-ebook-img {
    opacity: 1 !important;
}

/*#endregion */

/*#region feature */

.feature-highlight-wrap {
    padding: 30px 0 0;
}

    .feature-highlight-wrap .panel {
        border: none;
        margin: 0;
        box-shadow: none;
    }

        .feature-highlight-wrap .panel:not(:last-child) {
            margin-bottom: 15px;
        }

.feature-title {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
}

    .feature-title .feature-title-icon {
        margin-right: 10px;
        margin-top: 3px;
    }

    .feature-title.collapsed .feature-title-icon img {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .feature-title span {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-size: 16px;
        color: #616CE6;
    }

    .feature-title.collapsed span {
        color: #000;
    }

    .feature-title .feature-title-icon img {
        width: 13px;
        height: 13px;
        margin: 0 auto;
    }

ul.feature-description li {
    margin: 0;
    list-style: none;
    background: url(/mshopkeeper/images/eshop-lomas/ic_tick.svg) no-repeat left top 9px;
    padding: 0 0 15px 15px;
    margin-left: 25px;
    font-size: 15px;
}

.feature-image-wrap .tab-pane.active {
    animation: ani-opacity .2s ease-out;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.feature-image img {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

.feature-comment {
    padding-top: 30px;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.customer-avatar {
    float: left;
    width: 80px;
}

.feature-comment-content {
    padding-left: 15px;
    float: left;
    width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
}

.customer-comment {
    font-style: italic;
    margin-bottom: 8px;
    text-align: justify;
}

.customer-name span {
    font-family: GoogleSans Bold;
    text-transform: uppercase;
}

/*#endregion */

/*#region price */

.price {
    background: #FAFAFA;
}

.price-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}

.price-wrap-content {
    display: flex;
    border-radius: 15px;
    box-shadow: 0 6px 12px 2px rgba(0, 0, 0, .1);
}

.price-left {
    padding: 30px;
    border-radius: 15px 0 0 15px;
    background: -webkit-linear-gradient( -90deg, #E9FBF8, #C8F1EB);
}

.price-right {
    padding: 30px;
    border-radius: 0 15px 15px 0;
    background: #fff;
}

.lomas-name {
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-top: 10px;
	font-size: 18px;
}

.lomas-price {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #4BB567;
    padding-top: 15px;
    font-size: 30px;
}

.lomas-unit {
    font-size: 15px;
}

ul.price-right li {
    margin: 0;
    list-style: none;
    background: url(/mshopkeeper/images/eshop-lomas/ic_tick.svg) no-repeat left top 9px;
    padding: 0 0 10px 15px;
    font-size: 16px;
}

.lomas-price-button {
    display: flex;
    padding-top: 30px;
}

    .lomas-price-button a {
        text-align: center;
        border-radius: 15px;
        padding: 10px 15px;
        border: solid 2px #fff;
        font-size: 14px;
        font-family: GoogleSans Bold;
        color: #fff;
        white-space: nowrap;
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
    }

        .lomas-price-button a:not(:last-child) {
            margin-right: 10px;
        }

        .lomas-price-button a.btn-buy-now {
            background: url(/mshopkeeper/images/eshop-ocm/ic_arrow-right.svg) no-repeat, url(/mshopkeeper/images/eshop-ocm/ic_arrow-left.svg) no-repeat, #43AE5F;
            background-position: left 10px center, right 10px center;
            padding: 10px 40px;
        }

        .lomas-price-button a.btn-register {
            background: -webkit-linear-gradient(90deg, #2C79EB, #A1D6FF);
        }

/*#endregion */

/*#region solution */

.solution {
    border-radius: 0% 0% 100% 100%/0% 0% 20% 20%;
    background: #F0F1FF;
    padding-bottom: 200px;
}

ul.solution-wrap {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-top: 30px;
    width: 100%;
    justify-content: center;
}

    ul.solution-wrap li {
        max-width: 430px;
        width: 40%;
        padding: 15px;
        margin: 0;
    }

.solution-item-description div {
    padding: 20px;
    margin: 0;
    list-style: none;
    background: url(/mshopkeeper/images/eshop-lomas/ic_tick.svg) no-repeat left top 9px;
    padding: 0 0 15px 15px;
}

.solution-item {
    background: #fff;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 0 16px 8px rgba(0, 0, 0, .06);
    display: grid;
}

.solution-item-header {
    padding: 15px 20px;
    border-radius: 15px 15px 0 0;
}

ul.solution-wrap li:nth-child(1) .solution-item-header {
    background: #D5F5F0;
}

ul.solution-wrap li:nth-child(2) .solution-item-header {
    background: #DFE1FA;
}

.solution-item-content {
}

.solution-item-description {
    padding: 20px;
}

.solution-button {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-top: auto;
}

    .solution-button a {
        text-align: center;
        border-radius: 15px;
        padding: 10px 15px;
        border: solid 2px #fff;
        font-size: 14px;
        font-family: GoogleSans Bold;
        color: #fff;
        white-space: nowrap;
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
    }

        .solution-button a:not(:last-child) {
            margin-right: 10px;
        }

        .solution-button a.btn-buy-now {
            background: url(/mshopkeeper/images/eshop-ocm/ic_arrow-right.svg) no-repeat, url(/mshopkeeper/images/eshop-ocm/ic_arrow-left.svg) no-repeat, #43AE5F;
            background-position: left 10px center, right 10px center;
            padding: 10px 40px;
        }

        .solution-button a.btn-register, .solution-button .btn-view-more {
            background: -webkit-linear-gradient(90deg, #2C79EB, #A1D6FF);
        }

/*#endregion */

/*#region success-story */

.success-story {
    margin-top: -150px;
}

.story-item {
    position: relative;
    margin: 0 30px;
    height: 100%;
}

.success-story .owl-stage {
    display: flex;
}

.story-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.story-content {
    width: 100%;
    color: #fff !important;
    padding: 20px 15px 15px;
    display: inline-block;
    background: rgba(80,80,80,0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    opacity: 1 !important;
    border-radius: 0 0 12px 12px;
}

.story-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.success-story-text {
    position: absolute;
    top: -40px;
    right: -33px;
    width: 320px;
}

.story-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.story-sumary {
    font-size: 15px;
}

.success-story .owl-nav {
    margin: 0;
}

    .success-story .owl-nav button[type="button"] {
        outline: none !important;
        background: none !important;
        position: absolute;
        top: 40%;
    }

    .success-story .owl-nav button.owl-next {
        right: 0;
    }

    .success-story .owl-nav button.owl-prev {
        left: 0;
    }

        .success-story .owl-nav button.owl-prev img {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

/*#endregion */

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

.question .panel-group .panel {
    border-radius: 10px;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.1);
}

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

.question .panel-default > .panel-heading.collapsed {
    background: url(/mshopkeeper/images/eshop-lomas/ic_open.svg) no-repeat right 15px top 15px;
    background-size: 24px;
}

.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(/mshopkeeper/images/eshop-lomas/ic_close.svg) no-repeat right 15px top 15px;
    background-size: 24px;
}

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

    .panel-answer div {
        padding-top: 5px;
    }

/*#endregion */

/*#region register-bottom */

.register-bottom-wrap {
    background: url(/mshopkeeper/images/eshop-lomas/bg_register-bottom.svg) no-repeat;
    background-size: cover;
    border-radius: 180px 0 180px 0;
    padding: 30px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: -40px;
}

    .register-bottom-wrap .common-title {
        opacity: .6;
        font-size: 14px;
        color: #fff;
        padding-bottom: 10px;
    }

.register-bottom-des {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: GoogleSans Medium, Arial, sans-serif;
}

    .register-bottom-des span {
        border-radius: 6px;
        border: solid 2px #fff;
        background: #506DFF;
        padding: 0px 8px;
        display: inline-block;
        margin-bottom: 5px;
    }

.register-bottom-form {
    padding-top: 30px;
}

    .register-bottom-form .group-register {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

        .register-bottom-form .group-register .group-control {
            width: 49%;
        }

    .register-bottom-form .input-control {
        border-radius: 25px;
        font-size: 15px;
        padding: 8px 15px;
        height: auto;
        width: 100%;
        color: #444;
        border: 1px solid #e1e1e1 !important;
        background: #fff;
        margin-bottom: 15px;
        outline: none;
        resize: none;
    }

    .register-bottom-form .group-control label {
        font-size: 14px;
    }

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

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

.register-bottom-form .cls-button-register {
    display: flex;
    justify-content: center;
}

    .register-bottom-form .cls-button-register .btn-register {
        background: url(/mshopkeeper/images/eshop-pos/ic_arrow-right.svg) no-repeat, url(/mshopkeeper/images/eshop-pos/ic_arrow-left.svg) no-repeat, #FF895C;
        background-position: left 10px center, right 10px center;
        border-radius: 15px;
        padding: 10px 35px;
        margin-top: 10px;
        border: solid 2px #fff;
        font-size: 15px;
        font-family: GoogleSans Bold;
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
    }

/*#endregion */

/*#region advisory-popup */

.advisory-popup {
    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;
}

.advisory-form {
    position: absolute;
    width: 90%;
    max-width: 1000px;
    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: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.ic-close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    cursor: pointer;
}

.advisory-form-title {
    font-style: italic;
}

.advisory-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 6px;
}

    .advisory-title span {
        font-size: 13px;
        font-family: GoogleSans, Arial, sans-serif;
    }

.advisory-form-content {
    padding-top: 20px;
}

ul.carrer-list {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
}

    ul.carrer-list li {
        width: 25%;
        padding: 10px;
        margin: 0;
    }

.carrer-item {
    font-size: 14px;
    border-radius: 8px;
    height: 100%;
    padding: 15px;
    background: #F7F7F7;
    text-align: center;
    cursor: pointer;
}

    .carrer-item:hover {
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
        background: #fff;
    }

.carrer-img {
    height: 40px;
    margin: 0 auto 10px;
}

.carrer-item-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 8px;
}

.form-advisory-input {
    display: none;
}

.form-advisory-group {
    padding-bottom: 20px;
}

.advisory-select-input {
    display: flex;
}

    .advisory-select-input > div {
        background: #F7F7F7;
        color: #545454;
        text-align: center;
        border-radius: 25px;
        padding: 6px 15px;
        font-size: 15px;
        width: 130px;
        cursor: pointer;
        user-select: none;
    }

        .advisory-select-input > div:not(:last-child) {
            margin-right: 15px;
        }

        .advisory-select-input > div.select {
            background: #616CE6;
            color: #fff;
            box-shadow: 0 4px 8px 3px rgba(0,0,0,.1);
        }

.form-advisory-group .input-control {
    border-radius: 25px;
    font-size: 15px;
    padding: 8px 15px;
    height: auto;
    max-width: 420px;
    width: 100%;
    color: #444;
    border: 1px solid #D2D2D2 !important;
    background: #fff;
    outline: none;
    resize: none;
    color: #1E1E1E;
}

.cls-advisory-bottom {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

    .cls-advisory-bottom input {
        text-align: center;
        border-radius: 15px;
        padding: 10px 20px;
        border: solid 2px #fff;
        font-size: 14px;
        font-family: GoogleSans Bold;
        color: #fff;
        white-space: nowrap;
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0,.2);
    }

        .cls-advisory-bottom input:not(:last-child) {
            margin-right: 10px;
        }

    .cls-advisory-bottom .btn-back-advisory {
        background: url(/mshopkeeper/images/eshop-ocm/ic_arrow-left.svg) no-repeat #2C79EB;
        background-position: left 10px center;
        padding: 10px 20px 10px 40px;
    }

    .cls-advisory-bottom .btn-send-advisory {
        background: -webkit-linear-gradient(90deg, #33A150, #80E19A);
    }

    .cls-advisory-bottom .btn-close-advisory {
        background: -webkit-linear-gradient(90deg, #2C79EB, #A1D6FF);
    }

    .cls-advisory-bottom:before {
        content: '';
        position: absolute;
        background: #D2D2D2;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 80px;
    }

/*#endregion */

/*#region Popup ket qua dang ky */
.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: 630px;
    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: 26px;
    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: #008CD1;
        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 Loader */
.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 responsive */

@media(min-width:980px) {
    ul.customer-behavior-wrap li:first-child .customer-behavior-img {
        padding: 5px 5px 0 0;
    }

    .customer-member-form .group-control-wrap .group-control:nth-child(1) {
        width: 30%;
        padding-right: 15px;
    }

    .customer-member-form .group-control-wrap .group-control:nth-child(2) {
        width: 38%;
        padding-right: 15px;
    }

    .customer-member-form .group-control-wrap .group-control:nth-child(3) {
        width: 32%;
    }

    ul.customer-member-result li:last-child {
        width: 28%;
    }
}

@media(max-width:979px) {
    .common-title {
        font-size: 24px;
    }

    .customer-member {
        padding-bottom: 100px;
    }

    .customer-member-form .group-control-wrap .group-control {
        width: 100%;
    }

    .customer-member-form .group-control-wrap {
        max-width: 450px;
        margin: 0 auto;
    }

    ul.customer-member-result li {
        width: 50%;
    }

    .cubes {
        display: none;
    }

    .feature-image-wrap {
        padding-top: 30px;
    }

    .price-wrap-content {
        flex-flow: row wrap;
    }

    .price-left, .price-right {
        width: 100%;
    }

    .price-left {
        text-align: center;
        border-radius: 15px 15px 0 0;
    }

    .price-right {
        border-radius: 0 0 15px 15px;
    }

    .logo-lomas {
        margin: 0 auto;
    }

    .lomas-price-button {
        justify-content: center;
    }

    ul.solution-wrap li {
        width: 50%;
    }

    .story-content {
        padding-top: 40px;
    }

    .register-bottom-wrap {
        border-radius: 80px 0 80px 0;
    }
}

@media(max-width:767px) {

    .common-title {
        font-size: 22px;
    }

        .common-title br {
            display: none;
        }

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

    .banner-title {
        font-size: 24px;
    }
	
	.cls-button-banner a {
		font-size: 14px;
	}

    .cls-button-back {
        justify-content: center;
		bottom: 5px;
		font-size: 14px;
    }

    ul.customer-member-result li {
        width: 100%;
    }

    .banner-ebook-wrap {
        margin-top: 0;
    }

    .customer-avatar {
        float: left;
        width: 50px;
    }

    .feature-comment-content {
        width: calc(100% - 50px);
        -webkit-width: calc(100% - 50px);
        -moz-width: calc(100% - 50px);
        -o-width: calc(100% - 50px);
    }

    .price-left, .price-right {
        padding: 30px 15px;
    }

    .solution {
        border-radius: 0;
    }

    ul.solution-wrap li {
        width: 100%;
    }

    .success-story {
        margin-top: 50px;
    }

    .story-item {
        margin: 0 15px;
        border-radius: 12px;
        background: #474EA7;
    }

    .success-story-text {
        width: 200px;
        right: -20px;
        top: -30px;
    }

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

    .story-content-wrap {
        position: relative;
    }

    .story-thumb {
        height: auto;
        border-radius: 12px 12px 0 0;
    }

    .story-content {
        padding-top: 15px;
        background: #474EA7;
    }

    .question .panel-default > .panel-heading, .question .panel-default > .panel-heading.collapsed {
        background-position: right 10px top 15px;
        background-size: 20px;
    }

    .register-bottom-wrap {
        border-radius: 30px 0 30px 0;
    }

    .register-bottom-form .group-register .group-control {
        width: 100%;
    }

    .register-bottom-des {
        font-size: 16px;
    }

    .advisory-popup {
        overflow: auto;
    }

    .advisory-form {
        padding: 15px;
        top: 15px;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
    }

    .advisory-form-title {
        font-size: 14px;
    }

    .ic-close-popup {
        right: 5px;
        top: 5px;
        width: 12px;
    }

    .cls-advisory-bottom {
        justify-content: center;
    }

        .cls-advisory-bottom .btn-close-advisory {
            display: none;
        }

        .cls-advisory-bottom:before {
            bottom: 70px;
        }

    .advisory-title {
        font-size: 16px;
    }

    .form-advisory-group {
        padding-bottom: 15px;
    }

    ul.carrer-list li {
        width: 50%;
    }

        ul.carrer-list li:nth-child(even) {
            padding: 7px 0 7px 7px;
        }

        ul.carrer-list li:nth-child(odd) {
            padding: 7px 7px 7px 0;
        }

    .carrer-img {
        height: 26px;
    }

    .carrer-item-title {
        padding-bottom: 0;
    }

    .carrer-item-description {
        display: none;
    }

    .footer {
        padding-top: 70px;
    }
}

@media(max-width:360px) {
	
	.cls-button-banner {
		display: grid;
	}
	
	.cls-button-banner a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.solution-button {
		display: grid;
	}
	
	.solution-button a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media(max-width:320px) {
	
    .lomas-price-button {
        display: grid;
    }

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

/*#endregion */
