/*#region common */
.amis-task {
    line-height: 1.42857143;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    color: #262626;
}

.page-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 32px;
    color: #393939;
    text-align: center;
    line-height: 1.3;
}

.nowrap {
    white-space: nowrap;
}

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

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

.text-bold {
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.title-underline, .title-underline span {
    position: relative;
}

    .title-underline:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 5px;
        left: 0;
        bottom: 0;
        border-radius: 3px;
    }

    .title-underline.title-green-underline:before {
        background: #C1FFD8;
    }

    .title-underline.title-orange-underline:before {
        background: #FFC259;
    }

.title-orange {
    color: #FFC259;
}

.green-text {
    color: #079E5A;
}

.big-text {
    font-size: 36px;
}

.view-desk {
    display: block;
}

.view-mobile {
    display: none;
}

@media (min-width: 1170px) {
    .amis-task .container {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    .view-desk {
        display: none;
    }

    .view-mobile {
        display: block;
    }
}

/*#endregion */

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

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

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

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

.amis-tab li {
    display: flex;
}

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

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

        .amis-tab li a:hover, .amis-tab li.active a {
            color: #028449;
        }

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

.amis-tab.stickyCss li:nth-last-child(3) a {
    background: url(/sites/amis/images/pages/amis-task/ic-phone.svg) no-repeat;
    background-size: 24px;
    background-position: left 15px center;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #028449;
    margin: 0 5px;
    padding: 0 13px 0 48px;
}

.amis-tab.stickyCss li:nth-last-child(2) a {
    background: #028449;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 0 13px;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}


.amis-tab.stickyCss li:last-child a {
    height: 40px;
    line-height: 38px;
    color: #028449;
    border: solid 1px #028449;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

@media(min-width: 980px) and (max-width: 1100px) {
    .amis-tab li a {
        font-size: 14px;
    }
}

@media(min-width: 980px) {
    .amis-tab.stickyCss .logo-banner-tab {
        display: block;
    }
}

@media(max-width: 979px) {

    .amis-tab {
        display: none;
    }

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

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

/*#endregion */

/*#region banner */

.amis-task-banner {
    background: url(/sites/amis/images/pages/amis-task/bg-banner.webp) no-repeat center;
    background-size: cover;
    padding: 60px 0 40px;
}

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

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

.banner-subtitle {
    text-transform: uppercase;
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 24px;
}

.banner-des {
    margin: 20px 0 50px;
}

.banner-des div {
    background: url(/sites/amis/images/pages/amis-task/ic-tick.svg) no-repeat left top 4px;
    background-size: 14px;
    padding-left: 25px;
    margin-bottom: 20px;
    text-align: left;
}

.banner-img {
    position: absolute;
    left: 42%;
    width: 60%;
}

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

.cls-button {
    display: flex;
    align-items: center;
    gap: 20px;
	z-index: 999;
    position: relative;
}

.cls-button a {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
}

a.btn-trial {
    background-color: #FFA200;
    border: 1px solid #fff;
    padding: 5px 10px;
}

a.btn-buynow {
    background-color: #16C332;
    border: 1px solid #F8F36A;
}

a.btn-advise {
    background-color: #007AFF;
    border: 1px solid transparent;
}

@media (min-width: 980px) and (max-width: 1169px) {
    .banner-img {
        position: absolute;
        left: 48%;
        width: 55%;
        top: 14%;
    }
}

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

    .banner-img {
        position: relative;
        width: 100%;
        left: 0;
    }

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

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

    .banner-subtitle {
        font-size: 18px;
    }

    .banner-img {
        margin-top: 30px;
    }
	
}

@media (max-width: 676px) {
    .cls-button {
        gap: 10px;
    }

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

    .banner-des {
        margin: 20px 0;
    }

    .amis-task-banner {
        padding: 20px 0;
    }
}

@media (max-width: 389px) {
    .cls-button {
        display: grid;
    }
}
/*#endregion */

/*#region Video */
.video-content {
    position: relative;
    width: fit-content;
    margin: 30px auto 0;
}

.video-content img.video-thumb {
    width: 100%;
    max-width: 800px;
}

.video-content img.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.video-content:hover img.video-play {
    transform: translate(-50%, -50%) scale(1.2);
    transition: transform ease .2s;
}
/* #endregion  */

/*#region Certificate */
.certificate-item {
    margin: 20px auto 0;
    max-width: 980px;
}

@media (max-width: 767px) {
    .certificate-item.view-desk {
        display: none;
    }

    .certificate-item {
        display: flex;
        flex-direction: column;
    }

    .video-content {
        margin-top: 20px;
    }
}
/* #endregion  */

/*#region Overall */
.bg-linear {
    background: linear-gradient(rgba(245, 249, 249), rgba(245, 249, 249, 31%));
}

.overall .page-title {
    max-width: 1000px;
    margin: 0 auto 30px;
}

.overall-list {
    margin-top: 15px;
}

.overall-item {
    margin-bottom: 15px;
}

.overall-item .head {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #CDF3D0;
    border-radius: 6px;
    padding: 8px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.overall-item .head-icon {
    width: 48px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.overall-item .head-line {
    height: 46px;
    width: 2px;
    background-color: #fff;
}

.overall-item .head-text {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 18px;
    padding: 12px;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
}

.overall-item .bottom {
    display: none;
    border-radius: 9px;
    border: 1px solid #C5C5C5;
    background-color: #F0FCF1;
    position: relative;
    top: -10px;
    padding: 25px 0 5px;
}

.overall-item .bottom-line {
    position: absolute;
    top: 3px;
    left: 31px;
}

.overall-item .bottom-des {
    padding-bottom: 4px;
    padding-left: 54px;
}

.overall-item.active .head {
    background-color: #16C332;
}

.overall-item.active .head-icon img{
    filter: brightness(0) invert(1);
}

.overall .cls-button {
    margin-top: 20px;
}

@media (min-width: 980px) {
    .overall .col-md-12:first-child {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .overall .page-title {
        margin-bottom: 20px;
    }

    .overall-item .head-text {
        font-size: 14px;
        padding: 8px;
    }

    .overall-item .bottom-des {
        font-size: 14px;
    }

    .overall-item .bottom {
        padding-top: 24px;
    }

    .overall-item .bottom-line {
        top: 0;
    }

    .overall-item .bottom-des {
        padding-bottom: 6px;
    }
}
/* #endregion  */

/*#region benefit */
.benefit .page-title {
    font-size: 28px;
    color: #262626;
}

.benefit-1 .advance {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 860px;
    margin: 30px auto 0;
}

.advance-item {
    background-color: #CDF3D0;
    border-radius: 25px;
    padding: 6px 12px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 18px;
}

.benefit-1 {
    background-color: #F5F9F9;
}

.benefit-1.section-temp {
    padding-bottom: 0;
}

.advance-img {
    margin-bottom: -6px;
}

.benefit-list div {
    background: url(/sites/amis/images/pages/amis-task/ic-tick.svg) no-repeat left top 4px;
    background-size: 14px;
    padding-left: 25px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
}

.benefit-2 {
    background-color: #F5F9F9;
}

.benefit-2 .page-title {
    margin-bottom: 20px;
}

.benefit .cls-button {
    position: relative;
}

.benefit-des {
    font-size: 20px;
    text-align: center;
    margin: 15px auto 30px;
    max-width: 1000px;
}

.benefit-4 .cls-button {
    justify-content: center;
    margin-top: 30px;
}

.img-benefit-4 {
	max-width: 760px;
	margin: 0 auto;
}

@media (min-width: 980px) {
    .benefit-2 .col-md-12:first-child,
    .benefit-3 .col-md-pull-12 {
        padding-right: 0;
    }

    .benefit-2 .col-md-12:last-child,
    .benefit-3 .col-md-push-12 {
        padding-left: 0;
    }

    .benefit-2 .benefit-list {
        margin-top: 40px;
    }

    .benefit-3 .benefit-list {
        margin-top: 90px;
    }

     .benefit-2 .cls-button {
        top: -60px;
    }

    .benefit-3 .cls-button {
        justify-content: right;
        top: -60px;
    }

    .benefit-2.section-temp, .benefit-3.section-temp {
        padding-bottom: 0;
    }
}

@media (min-width: 1170px) {
    .benefit-2 .cls-button {
        top: -90px;
    }

    .benefit-3 .cls-button {
        justify-content: right;
        top: -90px;
    }
}

@media (max-width: 979px) {
    .benefit-3 .page-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .benefit .page-title {
        font-size: 22px;
    }

    .benefit-1 .advance {
        gap: 10px;
    }

    .advance-item {
        font-size: 16px;
    }

    .benefit-list div {
        font-size: 16px;
    }

    .benefit-des {
        font-size: 14px;
    }
}
/*#endregion*/

/*#region Customer */
.customer {
    background: #F5F9F9;
}

.customer .page-title {
    padding-bottom: 50px;
}

.customer-group:not(:last-child) {
    padding-bottom: 10px
}

.customer-item {
    padding: 15px;
    height: 100%;
	max-height: 90px;
    max-width: 120px;
}

.customer-group-wrap {
    float: left;
}

/*#endregion*/

/*#region news */
.list-logo-news {
    padding-top: 30px;
}

    .list-logo-news .owl-carousel .owl-stage {
        display: flex;
    }

.news-item {
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.news-item a:hover{
	opacity: 1;
}

.owl-item .news-item img {
    width: auto;
    max-height: 60px;
}

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

a.post-wrap {
    display: flex;
}

.post-thumb {
    width: 33%;
    height: 90px;
    margin-right: 20px;
    overflow: hidden;
}

    .post-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

.post-content {
    width: 64%;
    display: flex;
    flex-direction: column;
}

.post-title {
    font-size: 16px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #000;
}

.news-name {
    color: #a5a4a4;
    font-size: 14px;
    padding-top: 10px;
}

.news .list-post-wrap {
    width: 100%;
    display: flex;
    padding-top: 50px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.video-news-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

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

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

.video-news-title {
    padding-top: 10px;
    font-family: GoogleSans Medium, Arial, sans-serif;
}

.play-video-item {
    text-align: center;
    cursor: pointer;
}

/*#endregion */

/*#region prize */
.list-prize {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
/* .prize-cup .owl-item { */
    /* width: 291px !important; */
    /* height: 361px; */
/* } */
.prize-cup .owl-carousel .owl-stage-outer {
    padding: 18px 0px;
    /* display: flex; */
    /* justify-content: center; */
}
.prize {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 215px;
    height: 350px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 40px 0px rgba(195, 199, 205, 0.25);
}
.prize-cup .owl-item:nth-child(2n) {
    margin-top: 60px;
}
.prize-cup .owl-stage {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-left: 26px;
}

.prize-cup .owl-item {
    flex: 1;
}
.title-prize {
    margin-top: 50px;
    font-size: 16px;
    font-family: GoogleSans medium, Arial, sans-serif;
    text-align: center;
}

.prize:nth-child(2n) {
    margin-top: 60px;
}
.prize-cup .owl-carousel .owl-item img {
    height: 205px;
    width: auto;
}

.prize-cup .owl-theme .owl-nav [class*="owl-"] {
    background: unset;
    border-radius: 100%;
    border: 1px solid #6e737a !important;
}

.prize-cup .owl-nav {
    position: relative;
}

.prize-cup button.owl-prev {
    position: absolute;
    top: -273px;
    left: -55px;
}

.prize-cup button.owl-next {
    position: absolute;
    right: -55px;
    top: -273px;
}
@media (max-width: 979px) {
    .prize-cup .owl-carousel.owl-drag .owl-item {
        padding: 21px;
    }
    .list-prize {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
		margin-top: 10px;
    }

    .prize {
        width: 100%;
        height: 286px;
        align-items: center;
        justify-content: space-between;
    }

    .prize:nth-child(2n) {
        margin-top: unset;
    }

    .title-prize {
        font-size: 14px;
        margin-top: 0;
    }

    .owl-stage {
    }

    .prize-cup .owl-item:nth-child(2n) {
        margin-top: unset;
    }

    .prize-cup .owl-item {
        width: 100px !important;
    }

    .prize-cup .owl-stage {
        margin-left: 3px;
    }
}

@media (max-width: 767px) {
	.prize-cup .owl-item {
		height: auto;
	}
}
/*#endregion prize */

/*#region success */
.success {
    padding: 30px 0
}

.success-story {
    padding: 0
}

.ss-content img {
    width: 38px !important
}

.ss-content>div:nth-child(3)>a {
    display: flex;
    align-items: center;
    color: #212121;
    position: relative
}

.ss-content>div:nth-child(2) {
    padding: 16px 0
}

.customer-voice .owl-stage {
    display: flex
}

.customer-voice-wrap {
    padding: 0
}

.customers-voice-item {
    padding: 30px 15px 15px;
    position: relative
}

.image-quote {
	width: 36px;
	height: 36px;
}

.customers-voice-item-wrap {
    padding: 30px 15px 15px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-flow: column
}

.video-feedback {
    padding: 20px;
    background: #f6f6f6;
    border-radius: 16px;
    margin-top: 25px;
    cursor: pointer
}

.video-feedback-title {
    padding-top: 20px;
    font-size: 20px;
    font-family: googlesans bold
}

.video-img {
    position: relative
}

.ic-play-feedback {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px)
}

.ss-list .owl-nav {
    position: absolute;
    top: -53px;
    right: 0
}

.ss-list .owl-nav button img {
    box-shadow: 0 3px 6px rgba(63, 63, 255, .16);
    border-radius: 50%;
    margin-left: 10px
}

.image-quote {
    position: absolute;
    left: 28px;
    top: 10px;
    z-index: 11;
    width: 60px !important
}

.customers-voice-content {
    padding-bottom: 30px;
    line-height: 1.5
}

.customers-info {
    display: flex;
    margin-top: auto;
    position: relative
}

.customers-info:before {
    position: absolute;
    content: "";
    background: #ccc;
    height: 1px;
    width: 100%;
    left: 0;
    top: -15px
}

.customers-avatar {
    width: 60px;
    display: inline-table;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden
}

.customers-name {
    padding-bottom: 3px
}

.customers-position {
    font-size: 13px
}

.customer-voice .owl-theme .owl-dots {
    display: flex;
    justify-content: center
}

.customer-voice .owl-theme .owl-dots .owl-dot {
    outline: none
}

.customer-voice .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.customer-voice .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    height: 8px;
    background: #00a0ed
}

.ss-content {
    background: #f6f6f6;
    border-radius: 8px;
    padding: 24px 15px
}

.ss-img img {
    border-radius: 8px
}

.ss-img {
    z-index: 9
}

.ss-content {
    z-index: 10
}

.ss-content>div:nth-child(3)>a:after {
    border: solid #212121;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 7px;
    left: 81px;
    width: 7px;
    height: 7px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

div.success-story.section-temp>div>div>div:nth-child(3)>div>div.owl-nav.disabled {
    display: block !important;
    top: -70px;
    right: 0;
    position: absolute
}

.ss-list {
    padding-top: 16px
}

div.success-story.section-temp>div>div>div:nth-child(3)>div>div.owl-nav.disabled>button.owl-prev>img {
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(63, 83, 255, .16);
    margin-right: 10px
}

div.success-story.section-temp>div>div>div:nth-child(3)>div>div.owl-nav.disabled>button.owl-next>img {
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(63, 83, 255, .16);
    margin-right: 10px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none
}

@media screen and (max-width: 979px) {
    .video-feedback-title {
        font-size: 16px
    }
}

/*#endregion success */

/*#region register */
.register {
    background: #F5F9F9;
}

.register-wrap {
    display: inline-block
}

.cubes-register {
    position: absolute;
    top: 50px;
    left: -25px;
}

.register-description {
    padding-top: 20px;
}

.cubes-register {
    position: absolute;
    top: 50px;
    left: -25px;
}

.register-form-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.register-form-wrap form {
    box-shadow: 0 4px 22px 2px rgba(0, 0, 0, .05);
    padding: 30px;
    border-radius: 12px;
    background: #fff;
}

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

.register-form-wrap select.input-control {
    background: url(/sites/amis/images/pages/amis-task/ic-select.svg) no-repeat, #FFF;
    background-position: right 16px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

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

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

.cls-button-register {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

    .cls-button-register .btn-register {
        background: #F68645;
        color: #fff;
        border-radius: 25px;
        padding: 10px 35px;
        border: none !important;
        outline: none !important;
    }

        .cls-button-register .btn-register:hover {
            background: #f25d06;
        }

/*#endregion*/

/*#region increasing-productivity */

.increasing-productivity-wrap {
    background: #028449;
    display: inline-block;
    width: 100%;
    border-radius: 22px;
    position: relative;
    padding: 50px 15px;
}

    .increasing-productivity-wrap .page-title {
        color: #fff;
    }

.increasing-productivity-img {
    position: absolute;
    top: -40px;
    left: 0;
    max-width: 350px;
}

.cls-increasing-button {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

    .cls-increasing-button .btn-trial {
        text-align: center;
        padding: 10px 25px;
        border-radius: 25px;
        color: #028449;
        background: #fff;
    }

/*#endregion */

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

.ic-question {
    margin: 0 auto 10px;
}

.question .panel-group .panel {
    border-radius: 10px;
}

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

.question .panel-default > .panel-heading.collapsed {
    background: url(/sites/amis/images/pages/amis-task/ic_down.svg) no-repeat right 15px top 20px;
    background-size: 12px;
}

.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(/sites/amis/images/pages/amis-task/ic_up.svg) no-repeat right 15px top 25px;
    background-size: 12px;
}

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

    .panel-answer ul li {
        padding: 0 0 10px 18px;
        position: relative;
        list-style: none;
        margin: 0;
    }

        .panel-answer ul li::after {
            position: absolute;
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #C8C8C8;
            left: 0;
            top: 6px;
        }

        .panel-answer ul li:last-child {
            padding-bottom: 0;
        }

    .panel-answer > div:not(:last-child) {
        padding-bottom: 6px;
    }

/*#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 */
.banner-bottom {
  background: url("/sites/amis/images/pages/amis-task/amis-cong-viec-banner-bottom.webp") no-repeat
    center;
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 50%;
  width: 888px;
  height: 120px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 24px;
  background-size: cover;
  background-position: center;
}

.title-banner-bottom {
  display: flex;
  flex-direction: column;
  margin-left: 272px;
  margin-bottom: 12px;
  color: #fff;
}

.banner-bottom-header {
  font-size: 20px;
  font-family: GoogleSans medium, Arial, sans-serif;
}

.banner-bottom-des {
  font-size: 14px;
}

.button-banner-bottom {
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  gap: 9px;
}

.demo-ad a {
  color: #fff;
}

.demo-ad {
  padding: 12px 25px;
  background-color: #4cd964;
  border-radius: 5px;
}
.demo-ad.try a {
  color: #005c8f;
}

.demo-ad.try {
  background-color: #d9f1ff;
}
#dy-banner {
  display: none;
}
@media (max-width: 979px) {
  .banner-bottom {
    display: none !important;
  }
}

/*#region responsive */

@media(min-width: 980px) {
    .banner-wrap {
        display: flex;
        align-items: center;
    }

    .list-post-wrap .owl-carousel {
        display: block !important;
    }

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

    .register-wrap .page-title {
        text-align: left;
    }
}

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

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

    .list-post {
        width: 100%;
    }

    .post-thumb {
        height: auto;
    }

    .video-news {
        padding-top: 40px;
    }

    .cubes-register {
        display: none
    }

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

    .register-form-wrap form {
        max-width: 480px;
        margin: 30px auto 0;
        padding: 30px 20px;
    }

    .increasing-productivity-img {
        display: none;
    }
}

@media(max-width: 767px) {

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

    .big-text {
        font-size: 28px;
    }

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

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

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

    .customer-item {
        max-width: 100%;
    }

    .list-post-wrap {
        padding-top: 30px;
    }

    .post-title {
        font-size: 15px;
    }

    .increasing-productivity-wrap {
        padding: 30px 15px;
    }
}

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

    .register-form-title {
        font-size: 18px;
    }
}

.close-banner {
    position: absolute;
    right: -13px;
    top: 32px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 100%;
    cursor: pointer;
}

/*#endregion */
/* ava-solution */

.wrap-ava {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 45px;
  background: url(/sites/amis/images/pages/amis-task/box-ava.webp) no-repeat;
  background-position: bottom;
  border-radius: 23px;
  position: relative;
  padding-bottom: 93px;
}

.item-ava {
  display: grid;
  grid-template-columns: 47px 289px;
  margin-bottom: 15px;
  gap: 13px;
}

.box-send {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
  font-family: GoogleSans medium, Arial, sans-serif;
  background-color: #fff;
}

.item-ava > img {
  width: 47px;
}

.title-register-ava {
  font-size: 28px;
  font-family: GoogleSans Bold, Arial, sans-serif;
}

.des-register-ava {
  font-size: 32px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #4FD287;
  margin-bottom: 7px;
}

.title-item-ava {
  font-size: 16px;
  font-family: GoogleSans , Arial, sans-serif;
  background-size: 20px;
  padding: 10px 0 9px 8px;
}
span.dot-ava {
  background-color: #000;
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: 19px;
}

.item-register-ava {
  position: relative;
}

.button-ava-register {
  margin-top: 66px;
  z-index: 1;
  position: absolute;
}

section.ava-solution {
  padding-top: 100px;
}

img.men-ava {
  position: absolute;
  left: -117px;
  width: 531px;
  bottom: 0;
  z-index: 0;
}

img.robot-ava.lazyloaded {
  position: unset;
  /* left: -71px; */
  /* top: 60px; */
  width: 129px;
}

.button-ava-register .trial-btn {
  margin-left: 20px;
}
.item-box-send {
  position: relative;
  padding-left: 7px;
}

.item-box-send .dot-ava {
  top: 7px;
  left: 0;
}
.box-send.change-ava {
  background-color: #1a3091;
  color: #fff;
}
a#register,
a#register2,
a.register-btn {
  padding: 14px 24px;
  border-radius: 8px;
  color: #fff;
  font-family: GoogleSans medium, Arial, sans-serif;
  font-size: 16px;
  background: #4FD287;
}
.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
a#try,
a#try2,
a#register4,
a.trial-btn {
  padding: 14px 24px;
  color: #fff;
  font-family: GoogleSans Bold, Arial, sans-serif;
  border-radius: 8px;
  /* border: 1px solid #ffa200; */
  /* background-color: #ffa200; */
  font-size: 16px;
  background: linear-gradient(to right, #ff4d2e, #ffbb5b);
}
@media (max-width: 979px) {
  .wrap-ava {
    grid-template-columns: 1fr;
    background: unset;
  }
	section.ava-solution {
    padding-top: 50px;
}
	.des-register-ava {
    font-size: 22px;
}
	.title-register-ava {
    font-size: 22px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

  img.robot-ava {
    position: unset;
    width: 111%;
    left: 0px;
    top: -26px;
    width: 129px;
  }

  img.men-ava {
    display: none;
  }

  .mess-ava {
    display: none;
  }

  .button-ava-register a {
    font-size: 16px;
    padding: 14px 14px;
  }
  .img-ava-solution {
    display: none;
    justify-content: center;
  }
.title-register-ava br {
    display: none;
}
  .button-ava-register {
    display: flex;
    justify-content: center;
    margin-top: 27px;
  }
}
/* video mobile */
.ava-solution .video-container {
  position: relative;
  margin: auto;
  height: 626px;
}

.ava-solution .video-wrapper {
  position: absolute;
  width: 877px;
  height: 910px;
  cursor: pointer;
  overflow: hidden;
  left: -111px;
  top: -191px;
  z-index: 0;
}

.ava-solution .video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ava-solution .custom-play-button {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.ava-solution .custom-play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 1;
  position: relative;
}

.hidden {
  display: none;
}
.ava-solution video#customVideo {
  position: absolute;
  z-index: 2;
  width: 257px;
  height: 447px;
  top: -139px;
  left: -43px;
  border-radius: 10%;
}

/* end video mobile */
img.ava-bonus-1 {
    width: 250px;
    display: block;
    top: 61px;
    position: absolute;
    right: 77px;
}

.advance-img {
    position: relative;
}

img.ava-bonus-2 {
    position: absolute;
    top: 166px;
    width: 250px;
    right: 0;
}
@media (max-width:979px) {
	img.ava-bonus-1 {
    width: 93px;
}
    img.ava-bonus-2 {
        width: 66px;
    }
    
}
/* end ava-solution */