:root {
    --pm-color: #123991;
    --pm-color-plus: #0B2E75;
    --pm-color-minus: #2753C1;
    --pm-color-hvy-minus: #F1F6FF;
    --cp-color: #18181C;
    --cp-color-plus: #111114;
    --cp-color-minus: #27272F;
    --sd-color: #FFBD6F;
    --bk-color: #18181C;
    --bk-color-minus: #1F1E22;
    --bg-light: #F8FAFE;
    --text-light: #ffffff;
    --text-mild: #aaaaaa;
    --text-dark: #000000;
    --text-cp: #FFBD6F;
    --text-bk: #D9DADB;
    --cta-color: #DE2236;
    --link-color: #5C99FF;
    --h1-font: 56px;
    --h2-font: 36px;
    --h3-font: 22px;
    --h4-font: 18px;
    --p-font: 16px;
    --s-font: 12px;
    --m-font: 14px;
    --l-font: 32px;
    --xl-font: 48px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --n-gap: 24px;
}

.heading-menu,
#customers,
#allFea,
.btmBar {
    display: none;
}

.btmBar.new {
    display: block;
}

#scroll {
    padding: 0;
}

.ecnew {
    padding: 100px 20px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.ecnew [data-client="mobile"] {
    display: none !important;
}

.ecnew [data-client="pc"] {
    display: flex !important;
}

.ecnew h1 {
    font-size: var(--h1-font);
    line-height: 68px;
    font-weight: var(--l-wgt);
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.ecnew h1 span {
    color: #397FF5;
    padding: 0 !important;
}

.ecnew.dark h1 span {
    color: var(--sd-color);
}

.ecnew h1 span i {
    color: #397FF5 !important;
}

.ecnew.dark h1 span i {
    color: var(--sd-color) !important;
}

.ecnew.dark h1 span.selected i {
    color: var(--cp-color) !important;
}

.ecnew h2 {
    font-size: var(--h2-font);
    line-height: 40px;
    font-weight: var(--l-wgt);
    margin: 0 0 8px;
    text-align: center;
}

.ecnew h3 {
    font-size: var(--h3-font);
    line-height: normal;
    font-weight: var(--m-wgt);
    margin: 0 0 8px !important;
}

.ecnew h4 {
    font-size: var(--h4-font);
    margin: 0 !important;
    line-height: normal;
}

.ecnew h4 b {
    font-weight: var(--m-wgt);
    margin: 0 0 8px;
}

.ecnew h4 i {
    font-size: var(--s-font);
    line-height: 30px;
    font-weight: var(--s-wgt);
    margin: 0 0 5px;
}

.ecnew p {
    font-size: var(--p-font);
    line-height: 30px;
    font-weight: var(--s-wgt);
    margin: 0 0 40px;
}

.ecnew h1+p {
    font-size: var(--h4-font);
}

.ecnew li {
    font-size: var(--p-font);
    line-height: 30px;
    font-weight: var(--s-wgt);
    margin: 0 0 5px;
}

.ecnew i strong {
    font-size: var(--l-font);
    font-weight: var(--m-wgt);
}

.ecnew a {
    color: var(--link-color);
}

.ecnew figcaption {
    font-size: var(--m-font);
    color: var(--pm-color-plus);
    font-weight: var(--s-wgt);
    line-height: normal;
}

.ecnew h2+p {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 800px;
}

.ecnew strong,
.ecnew b {
    font-weight: var(--l-wgt);
}

.ecnew h1,
.ecnew h2,
.ecnew h3,
.ecnew h4,
.ecnew p,
.ecnew li,
.ecnew i {
    color: var(--text-dark) !important;
}

.ecnew.dark h1,
.ecnew.dark h2,
.ecnew.dark h3,
.ecnew.dark h4,
.ecnew.dark p,
.ecnew.dark li,
.ecnew.dark i {
    color: var(--text-light) !important;
}

.ecnew .sticky-aside h2 {
    color: var(--text-bk) !important;
    text-align: left;
    margin: 0 0 44px;
}

.ecnew.dark.black h1 {
    color: var(--text-bk) !important;
}

.ecnew.dark.black p {
    color: var(--text-mild) !important;
}

.ecnew .flex {
    display: flex;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    margin: auto;
    grid-gap: var(--n-gap);
}

.ecnew .cta {
    font-size:12px;
    line-height: 22px;
    font-weight: var(--xl-wgt);
    text-transform: uppercase;
    min-width: 150px;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--text-light);
    text-decoration: none;
    border: 1px solid var(--text-light);
    padding: 0 20px;
}

.ecnew .cta.non-mobile-view {
    display: inline-flex;
}

.ecnew .cta-grp {
    grid-gap: 20px;
    justify-content: left;
}

.ecnew .cta.pm {
    background-color: var(--cta-color);
    border: 1px solid var(--cta-color);
}

.ecnew .cta.sd {
    background-color: transparent;
    border: 1px solid var(--text-light);
}

.ecnew .cta.sd.dark {
    color: var(--link-color);
    border-color: var(--link-color);
}

.ecnew .cta.cp {
    background-color: var(--pm-color-minus);
    border: 1px solid var(--pm-color-minus);
}

.ecnew.m-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    background-color: var(--text-light);
    z-index: 4;
}

.ecnew.m-sticky .m-menu {
    width: 50px;
    height: 50px;
    background-color: var(--text-dark);
}

.ecnew.m-sticky .m-menu.active {
    background-color: var(--text-light);
}

body.m-menu-active {
    overflow: hidden;
}

body.m-menu-active:before {
    content: '';
    background: linear-gradient(to bottom, transparent 10%, var(--text-dark));
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

.ecnew.m-sticky .m-menu .hamburger {
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    justify-content: center;
    align-items: center;
    height: 26px;
    margin: 12px auto 0;
}

.ecnew.m-sticky .m-menu .hamburger span {
    color: transparent;
    background-color: var(--text-light);
    display: inline-block;
    width: 26px;
    height: 2px;
    transition: all ease 350ms;
}

.ecnew.m-sticky .m-menu.active .hamburger span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 3px 7px;
    width: 35px;
}

.ecnew.m-sticky .m-menu.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.ecnew.m-sticky .m-menu.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 6px -3px;
    width: 35px;
}

.ecnew.m-sticky .m-menu.active .hamburger span {
    background-color: var(--text-dark);
}

.ecnew.m-sticky .m-menu .popmenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 64px;
    background-color: var(--text-light);
    right: 16px;
    border-radius: 8px;
    padding: 16px 24px 20px;
    transform: translate(0px, 16px);
    transition: all ease 350ms;
}

.ecnew.m-sticky .m-menu.active .popmenu {
    visibility: visible;
    box-shadow: 0 0 8px 8px #0002;
    transform: translate(0px, 0px);
    opacity: 1;
}

.ecnew.m-sticky .m-menu .popmenu li {
    width: 200px;
    margin: 0;
}

.ecnew.m-sticky .m-menu .popmenu li a {
    display: block;
    line-height: normal;
    padding: 12px 0;
    color: var(--text-dark);
    border-bottom: 1px dotted #eee;
}

.ecnew.m-sticky .m-menu .popmenu li:last-child a {
    border: 0;
}

.ecnew.m-sticky .m-cta {
    width: calc(100vw - 50px);
}

.ecnew.m-sticky .m-cta .cta {
    border-radius: 0;
    width: calc(100% - 41px);
    height: 100%;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: var(--cta-color);
    transition: all ease 350ms;
}

.ecnew.m-sticky.active .m-cta .cta {
    background-color: var(--cta-color);
    border-color: var(--cta-color);
    color: var(--text-light);
}

.ecnew.branding {
    display: none;
    padding: 8px;
    background-color: var(--text-light);
    text-align: center;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 4px 0px #ccc;
    z-index: 5;
}

.ecnew.branding img {
    height: 33px;
}

.ecnew.pretopmenu .prdlogo {
    height: 34px;
}

.ecnew.pretopmenu .prdlogo img {
    height: 100%;
}

.ecnew.pretopmenu {
    padding: 8px;
    position: fixed;
    left: 0;
    right: 0;
    background-color: var(--text-light);
    box-shadow: 0 2px 4px #0002;
    z-index: 9;
}

.ecnew.pretopmenu .menugrp {
    display: inline-flex;
    grid-gap: var(--n-gap);
}

.ecnew.pretopmenu .flex {
    justify-content: space-between;
    max-width: 95%;
}

.ecnew.pretopmenu .prdmenu,
.ecnew.pretopmenu .iconmenu {
    display: inline-flex;
    grid-gap: var(--n-gap);
}

.ecnew.pretopmenu .prdmenu li {
    line-height: normal;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.ecnew.pretopmenu .prdmenu li a {
    color: var(--text-dark);
    font-weight: var(--s-wgt);
    text-decoration: none;
}

.ecnew.pretopmenu .prdmenu li a:hover {
    color: var(--link-color);
}

.ecnew.topmenu {
    padding: 8px;
    position: fixed;
    left: 0;
    right: 0;
    background-color: var(--text-light);
    box-shadow: 0 2px 4px #0002;
    z-index: 9;
}

.ecnew.topmenu .flex {
    justify-content: space-between;
    max-width: 95%;
}

.ecnew.topmenu .prdlogo {
    height: 34px;
}

.ecnew.topmenu .prdlogo img {
    height: 100%;
}

.ecnew.topmenu .prdmenu {
    display: inline-flex;
    grid-gap: var(--n-gap);
}

.ecnew.topmenu .prdmenu li {
    line-height: normal;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.ecnew.topmenu .prdmenu li a {
    color: var(--text-dark);
    font-weight: var(--s-wgt);
    text-decoration: none;
}

.ecnew.topmenu .prdmenu li a:hover {
    color: var(--link-color);
}

.ecnew.topmenu .prdmenu li .cta:hover {
    color: var(--text-light);
}

.ecnew.topmenu .prdmenu li .cta {
    color: var(--text-light);
    min-height: 32px;
    min-width: 90px;
    font-weight: var(--m-wgt);
}

.ecnew.hero {
    padding: 40px 20px 60px;
}

.ecnew.hero.dark {
    background-color: var(--pm-color);
}

.ecnew.hero.dark.black {
    background-color: var(--bk-color);
}

.ecnew.hero .ecnew.topmenu {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 16px;
}

.ecnew.hero .ecnew.topmenu .flex {
    max-width: 1200px;
}

.ecnew.hero.dark .ecnew.topmenu a {
    color: var(--text-light)
}

.ecnew.hero .caption {
    width: 640px;
}

.ecnew.hero .cd-words-wrapper b i {
    background: none;
}

.ecnew.hero .cd-words-wrapper b i em {
    font-style: normal;
    color: #397FF5 !important;
}

.ecnew.hero.dark .cd-words-wrapper b i em {
    color: var(--sd-color) !important;
}

.ecnew.hero .clip {
    position: relative;
    width: 500px;
    height: 550px;
}

.ecnew.hero .clip img {
    width: 95%;
    opacity: 0;
    transition: all ease 500ms;
}

.ecnew.hero.active .clip img {
    opacity: 1;
}

.ecnew.hero .clip .clip-aside {}

.ecnew.hero .clip .clip-aside [data-clip] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all ease 750ms;
    transform: translate(0, 30px);
    z-index: 1;
}

.ecnew.hero.active .clip .clip-aside [data-clip] {
    opacity: 1;
    transform: translate(0, 0);
    filter: drop-shadow(0 0 4px #00000012);
}

.ecnew.hero.dark.active .clip .clip-aside [data-clip] {
    filter: none;
    animation: floating 20s ease infinite;
}

.ecnew.hero.dark .clip .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/ecnew-hero-banner-clip-2.svg);
}

.ecnew.hero .clip .clip-aside [data-clip="1"] {
    background-image: url(../../products/desktop-central/images/ecnew-hero-banner-clip-2a.svg);
    background-position: bottom 30px right;
    background-size: 220px 120px;
    transition-delay: 300ms;
    animation-delay: 1s;
}

.ecnew.hero.dark.black .clip .clip-aside [data-clip="1"] {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-hero-banner-clip-2b.svg);
}

.ecnew.hero.dark .clip .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/ecnew-hero-banner-clip-3.svg);
}

.ecnew.hero .clip .clip-aside [data-clip="2"] {
    background-image: url(../../products/desktop-central/images/ecnew-hero-banner-clip-3a.svg);
    background-position: top 180px right;
    background-size: 240px 120px;
    transition-delay: 600ms;
    animation-delay: 2s;
}

.ecnew.hero.dark.black .clip .clip-aside [data-clip="2"] {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-hero-banner-clip-3b.svg);
}

.ecnew.hero.dark .clip .clip-aside [data-clip="3"] {
    background-image: url(../../products/desktop-central/images/ecnew-hero-banner-clip-4.svg);
}

.ecnew.hero .clip .clip-aside [data-clip="3"] {
    background-image: url(../../products/desktop-central/images/ecnew-hero-banner-clip-4a.svg);
    background-position: top 140px left 100px;
    background-size: 45px 60px;
    transition-delay: 900ms;
    animation-delay: 3s;
}

.ecnew.hero.dark.black .clip .clip-aside [data-clip="3"] {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-hero-banner-clip-4b.svg);
}

.ecnew.hero.dark .clip .clip-aside [data-clip="4"] {
    background-image: url(../../products/desktop-central/images/ecnew-hero-banner-clip-5.svg);
}

.ecnew.hero .clip .clip-aside [data-clip="4"] {
    background-image: url(../../products/desktop-central/images/ecnew-hero-banner-clip-5a.svg);
    background-position: bottom 50px left;
    background-size: 150px 130px;
    transition-delay: 1200ms;
    animation-delay: 4s;
}

.ecnew.hero.dark.black .clip .clip-aside [data-clip="4"] {
    background-image: url(https://cdn.manageengine.com/products/desktop-central/images/ecnew-hero-banner-clip-5b.svg);
}

.ecnew.hero .cta {
    min-width: ;
}

@keyframes jump1 {

    0%,
    30% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.05);
    }
}

@keyframes jump2 {

    15%,
    45% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.05);
    }
}

@keyframes jump3 {

    35%,
    60% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.05);
    }
}

@keyframes jump4 {

    45%,
    75% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.05);
    }
}

.ecnew.arreport {
    background-color: var(--pm-color-plus);
    padding: 60px 20px;
}

.ecnew.arreport.dark.black {
    background-color: var(--bk-color-minus);
}

.ecnew.arreport.light {
    width: 1300px;
    max-width: 90%;
    margin: auto;
    border-radius: 40px 40px 0 0;
    background-color: var(--pm-color-hvy-minus);
}

.ecnew.arreport .box {
    text-align: center;
    flex: 1;
}

.ecnew.arreport .box+.box {
    border-left: .1px solid var(--text-mild);
}

.ecnew.arreport .box img {
    width: 200px;
    max-height: 30px;
    margin: 0 0 15px;
    transition: all ease 350ms;
}

.ecnew.arreport .box:hover img {
    margin: 0 0 10px;
}

.ecnew.arreport.light .box img {
    filter: brightness(0.2);
}

.ecnew.arreport .box p {
    font-size: 15px;
    margin: 0;
    transition: all ease 350ms;
}

.ecnew.arreport .box:hover p {
    margin: 0 0 6px;
    font-size: 14px;
}

.ecnew.arreport .box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    text-decoration: none;
    font-size: 14px;
    transition: all ease 350ms;
}

.ecnew.arreport .box a:after {
    background-image: url(https://www.manageengine.com/ems/css/../images/icon/arrow-icon-2.svg);
    content: '';
    width: 10px;
    height: 17px;
    filter: hue-rotate(25deg) saturate(0.5) contrast(0) brightness(1.4);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 7px;
    margin: 0 0 0 4px;
}

.ecnew.arreport .box:hover a {
    bottom: -20px;
    opacity: 1;
}

.ecnew.customers {
    padding: 80px 20px;
}

.ecnew.customers.light {
    position: relative;
    width: 1300px;
    max-width: 90%;
    padding: 0 20px 40px;
    margin: auto;
    border-radius: 0 0 40px 40px;
    background-color: var(--text-light);
    z-index: 1;
}

.ecnew.customers h4 {
    margin: 0 0 40px !important;
    text-transform: uppercase;
}

.ecnew.customers.light h4 {
    background-color: var(--text-light);
    margin: auto !important;
    width: 200px;
    padding: 8px 24px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #00000012;
    transform: translate(0px, -20px);
    text-transform: none;
}

.ecnew.customers .flex {
    flex-wrap: wrap;
    grid-gap: 50px;
}

.ecnew.customers li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ecnew.customers li img {
    height: 50px;
    max-width: 120px;
}

.ecnew.customers li img[alt="Nasa"] {
    height: 70px;
}

.ecnew.customers li img[alt="American Bank & Trust"] {
    max-width: 220px;
}

.ecnew.customers.light li img {
    filter: grayscale(1) brightness(1);
}

.ecnew.platform {
    background-color: var(--pm-color-hvy-minus);
    max-width: 1200px;
    margin: 0 auto 100px;
    border-radius: 10px;
}

.ecnew.platform.dark {
    max-width: none;
    background-color: var(--pm-color);
    border-radius: 0;
    margin: -110px auto 0;
    padding: 200px 20px;
}

.ecnew.platform.dark h2+p {
    color: #bac4df !important;
}

.ecnew.platform.dark .plattemp {
    max-width: 1200px;
    margin: auto;
}

.ecnew.platform.dark .plattemp img {
    max-width: 100%;
}

.ecnew.platform .box {
    background-color: var(--text-light);
    box-shadow: 0 0 14px 0px #00000012;
    border-radius: 16px;
    width: 250px;
    padding: 20px;
    opacity: 0;
    transform: translate(0, 100px);
    transition: all ease 750ms;
}

.ecnew.platform .box.active {
    opacity: 1;
    transform: translate(0, 0)
}

.ecnew.platform .catalog .box.active:nth-child(2) {
    transition-delay: 300ms;
}

.ecnew.platform .catalog .box.active:nth-child(3) {
    transition-delay: 600ms;
}

.ecnew.platform.active .result .box.active:nth-child(3),
.ecnew.platform.active .result .box.active:nth-child(4) {
    transition-delay: 200ms;
}

.ecnew.platform .box img {
    height: auto;
    width: 32px;
}

.ecnew.platform .box h4 {
    text-align: center;
    font-size: var(--p-font);
}

.ecnew.platform .box h4 b {
margin-right: 5px;
    background-color: var(--pm-color-hvy-minus);
    padding: 6px 12px;
    display: inline-block;
    border-radius: 5px;
}

.ecnew.platform .box h4 strong {
    display: block;
    font-size: var(--l-font);
    font-weight: var(--l-wgt);
    color: var(--pm-color-plus);
    line-height: normal;
    margin: 0 0 16px;
}

.ecnew.platform .box ul {
    background-color: var(--pm-color-hvy-minus);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
}

.ecnew.platform .box ul li {
    width: calc(50% - 40px);
    text-align: center;
    padding: 15px;
    border: .1px dashed #d5e0f8;
    margin: 0;
}

.ecnew.platform .box ul li:nth-child(1) {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ecnew.platform .box ul li:nth-child(2) {
    border-right-color: transparent;
    border-top-color: transparent;
}

.ecnew.platform .box ul li:nth-child(3) {
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.ecnew.platform .box ul li:nth-child(4) {
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.ecnew.platform .result {
    flex-wrap: wrap;
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-platform-bg.svg);
    background-position: bottom 60px center;
    background-repeat: no-repeat;
    padding: 320px 0 0;
    justify-content: space-around;
    grid-gap: 50px 40px;
}

.ecnew.platform .result .box {
    position: relative;
    display: flex;
    width: 400px;
    height: 110px;
    align-items: center;
    border-radius: 16px;
    grid-gap: var(--n-gap);
    padding: 20px 32px;
}

.ecnew.platform .result .box a {
    position: absolute;
    color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ecnew.platform .result .box h3 {
    color: var(--pm-color) !important;
}

.ecnew.platform .result .box p {
    margin: 0;
    line-height: 24px;
}

.ecnew.platform .result .box .clip {
    background-color: var(--pm-color-hvy-minus);
    padding: 10px;
    border-radius: 8px;
}

.ecnew.platform .result .box .clip img {
    padding: 15px;
}

.ecnew.features {
    background-color: var(--cp-color);
    padding-bottom: 50px;
}

.ecnew.features>.flex {
    align-items: flex-start;
    justify-content: left;
}

.ecnew.features .sticky-aside {
    max-width: 400px;
    position: sticky;
    top: 150px;
}

.ecnew.features .sticky-aside .cta {
    min-width: 100px;
}

.ecnew.features .sticky-aside #progress-bar {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: calc(100% - 50px);
    height: 4px;
    background-color: var(--cp-color-minus);
    z-index: 9999;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.ecnew.features .sticky-aside #progress-bar .bar {
    height: 100%;
    background-color: var(--sd-color);
    width: 0;
}

.ecnew.features .main-caption {
    max-width: 800px;
    margin-top: -20px;
    position: relative;
}

.ecnew.features .main-caption .flex {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: left;
}

.ecnew.features .main-caption .box {
    width: calc(50% - 60px);
    opacity: 0;
    transform: translate(0, 100px);
    transition: all ease 750ms;
    padding: 24px;
    border-radius: 16px;
    min-height: 220px;
    position: relative;
}

.ecnew.features .main-caption .box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: transparent;
}

.ecnew.features .main-caption .box:hover {
    background-color: var(--cp-color-plus);
}

.ecnew.features .main-caption .box.active {
    opacity: 1;
    transform: translate(0, 0);
}

.ecnew.features .main-caption .box img {
    width: 44px;
    height: auto;
    margin: 0 0 10px;
}

.ecnew.features .main-caption .box p {
    margin: 0;
}

.ecnew.features .main-caption h3 {
    color: var(--text-bk) !important;
    line-height: 32px;
}

.ecnew.benefit {
    background-color: var(--cp-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 200px;
}

.ecnew.benefit .flex {
    overflow: hidden;
    align-items: flex-start;
    justify-content: space-between;
}

.ecnew.benefit .swiper {
    width: 100%;
    height: 570px;
}

.ecnew.benefit .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ecnew.benefit .swiper-slide.sticky {}

.ecnew.benefit .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecnew.benefit .sticky-aside {
    width: 380px;
    max-width: 100%;
}

.ecnew.benefit .main-caption {
    width: 780px;
    grid-gap: 0px;
}

.ecnew.benefit .benefits-pagination.swiper-pagination {
    position: static;
    background-color: var(--cp-color-minus);
    border-radius: 8px;
    transform: none;
    overflow: hidden;
}

.ecnew.benefit .benefits-pagination .swiper-pagination-bullet {
    text-align: left;
    width: auto;
    height: auto;
    color: var(--text-light);
    opacity: 1;
    background-color: transparent;
    padding: 20px 20px 20px 30px;
    font-size: var(--h4-font);
    margin: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ecnew.benefit .benefits-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--cp-color-plus);
    color: var(--text-cp);
}

.ecnew.benefit .benefits-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    background-image: url(https://www.manageengine.com/ems/css/../images/icon/arrow-icon-1.svg);
    background-size: contain;
}

.ecnew.benefit .swiper-pagination-bullet+.swiper-pagination-bullet {
    border-top: .1px solid var(--cp-color);
}


.ecnew.benefit .main-caption .slide-box .clipgrp {
    width: 800px;
    height: 550px;
    position: relative;
}

.ecnew.benefit .main-caption .slide-box .clipgrp .clipcover {
    width: 100%;
    height: 550px;
}

.ecnew.benefit .main-caption .slide-box .clipgrp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}

.ecnew.benefit .main-caption .slide-box.swiper-slide-active .clipgrp img {
    opacity: 1;
    transform: translate(0px, 0px);
}

.ecnew.benefit .main-caption .slide-box.swiper-slide-active .clipgrp img[data-clipgrp="1"] {
    transition-delay: 100ms;
    z-index: 1;
}

.ecnew.benefit .main-caption .slide-box.swiper-slide-active .clipgrp img[data-clipgrp="2"] {
    transition-delay: 200ms;
    z-index: 2;
}

.ecnew.benefit .main-caption .slide-box.swiper-slide-active .clipgrp img[data-clipgrp="3"] {
    transition-delay: 300ms;
    z-index: 3;
}

.ecnew.benefit .main-caption .slide-box.swiper-slide-active .clipgrp img[data-clipgrp="4"] {
    transition-delay: 400ms;
    z-index: 4;
}

.ecnew.benefit [data-direction="back"] .main-caption .slide-box.swiper-slide-active .clipgrp img[data-clipgrp="1"] {
    transition-delay: 400ms;
    z-index: 1;
}

.ecnew.benefit [data-direction="back"] .main-caption .slide-box.swiper-slide-active .clipgrp img[data-clipgrp="2"] {
    transition-delay: 300ms;
    z-index: 2;
}

.ecnew.benefit [data-direction="back"] .main-caption .slide-box.swiper-slide-active .clipgrp img[data-clipgrp="3"] {
    transition-delay: 200ms;
    z-index: 3;
}

.ecnew.benefit [data-direction="back"] .main-caption .slide-box.swiper-slide-active .clipgrp img[data-clipgrp="4"] {
    transition-delay: 100ms;
    z-index: 4;
}

.ecnew.benefit .main-caption .slide-box.swiper-slide-prev .clipgrp img {
    transform: translate(0px, -100px);
}

.ecnew.benefit .main-caption .slide-box.swiper-slide-next .clipgrp img {
    transform: translate(0px, 100px);
}


.ecnew.spot {
    background-color: var(--text-light);
    max-width: calc(1120px - 80px);
    margin: -90px auto;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 48px 80px;
    box-shadow: 0 0 14px 0px #00000012;
}

.ecnew.spot>.flex {
    justify-content: center;
    grid-gap: 80px;
}

.ecnew.spot h2 {
    text-align: left;
    max-width: 520px;
}

.ecnew.spot .cta.sd {
    border-color: var(--pm-color-minus);
    color: var(--pm-color-minus);
}

.ecnew.spot .cta-grp {
    margin: 0;
}

.ecnew.support {
    background-color: var(--bg-light);
}

.ecnew.support .box {
    background-color: var(--pm-color-hvy-minus);
    width: 500px;
    max-width: 100%;
    padding: 40px;
    border-radius: 15px;
    border: .1px solid #CCDBFA;
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    justify-content: center;
}

.ecnew.support .box h3 {
    width: 100%;
    text-align: center;
}

.ecnew.support .box li {
    width: 80px;
    height: 80px;
    text-align: center;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
}

.ecnew.support .box.active li {
    opacity: 1;
    transform: translate(0px, 0px);
}

.ecnew.support .box li:nth-child(6) {
    transition-delay: 100ms;
}

.ecnew.support .box li:nth-child(3) {
    transition-delay: 200ms;
}

.ecnew.support .box li:nth-child(7) {
    transition-delay: 300ms;
}

.ecnew.support .box li:nth-child(4) {
    transition-delay: 400ms;
}

.ecnew.support .box li:nth-child(8) {
    transition-delay: 500ms;
}

.ecnew.support .box li:nth-child(5) {
    transition-delay: 600ms;
}

.ecnew.support .box li:nth-child(9) {
    transition-delay: 700ms;
}

.ecnew.support .box li img {
    margin: 0 0 10px;
    height: 36px;
    max-width: 42px;
}

.ecnew.integration {
    background-color: var(--pm-color);
}

.ecnew.integration .flex {
    position: relative;
    flex-wrap: wrap;
    grid-gap: 30px;
    max-width: 1000px;
}

.ecnew.integration li {
    width: 200px;
    height: 60px;
    background-color: var(--pm-color-minus);
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@keyframes floating {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, 10px);
    }

    50% {
        transform: translate(0, 0px);
    }

    75% {
        transform: translate(-5px, 10px);
    }
}

.ecnew.integration li img {
    filter: invert(1) brightness(200);
    height: 40px;
    max-width: 140px;
}

.ecnew.integration li img[alt="Spiceworks"] {
    height: auto;
}

.ecnew.integration li img[alt="Jira Service"] {
    max-width: 95%;
}

.ecnew.why .swiper-cover {
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.ecnew.why .m-why {
    display: none;
}

.ecnew.why .m-why li {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    margin: 0 0 20px;
}

.ecnew.why .m-why li h3 {
    font-size: var(--h4-font);
    margin: 0 !important;
}

.ecnew.why .m-why li img {
    width: 32px;
}

.ecnew.why .swiper-cover:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to top, #fff 10%, transparent);
    z-index: 1;
}

.ecnew.why .swiper {
    height: 161px;
    max-width: 700px;
    margin: 100px 0 0;
    overflow: visible;
}

.ecnew.why .box {
    display: flex;
    grid-gap: 24px;
    align-items: flex-start;
}

.ecnew.why .box .clip {
    background-color: var(--pm-color-hvy-minus);
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ecnew.why .box .caption {
    width: calc(100% - 100px);
}

.ecnew.why .box .caption h3 a {
    text-decoration: none;
}

.ecnew.why .box.swiper-slide-active .caption h3 a {
    color: var(--pm-color) !important;
}

.ecnew.why .box .clip img {
    max-width: 32px;
}

.ecnew.why .main-caption {
    max-width: 700px;
}

.ecnew.why .swiper-wrapper {
    margin: 30px 0 0;
}

.ecnew.why .swiper-pagination {
    position: absolute;
    display: flex;
    grid-gap: 10px;
    transform: none;
    top: -120px;
    left: 0;
    z-index: 9;
    background-color: #fff;
    padding: 30px 0 25px;
}

.ecnew.why .swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: fit-content;
    height: auto;
    border-radius: 20px;
    color: var(--text-dark);
    opacity: 1;
    background-color: var(--pm-color-hvy-minus);
    padding: 6px 20px;
    font-size: var(--p-font);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ecnew.why .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--pm-color);
    color: var(--text-light);
    pointer-events: none;
}

.ecnew.why .swiper-pagination-bullet:hover {
    background-color: #ccdbf5;
}


.ecnew.why .aside-clip {
    position: relative;
    width: 450px;
}

.ecnew.why .aside-clip img {
    position: relative;
    max-width: 100%;
    z-index: 0;
}

.ecnew.why .swiper-wrapper {
    margin: 30px 0 0;
    gap: 10px;
}

.ecnew.why h2,
.ecnew.why p {
    text-align: left;
}

.ecnew.why p {
    margin: 0 0 16px;
}

.ecnew.why .aside-clip[data-why] [data-clip] {
    color: transparent;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.ecnew.why .aside-clip[data-why] [data-clip]:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0;
    transition: all ease 1000ms;
    z-index: 1;
}

.ecnew.why .aside-clip[data-why] [data-clip="6"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-6.svg);
    top: 200px;
    right: 60px;
    width: 90px;
    height: 110px;
}

.ecnew.why .aside-clip[data-why="0"] [data-clip="6"]:before {
    opacity: 1;
    top: 100px;
}

.ecnew.why .aside-clip[data-why] [data-clip="1"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-1.svg);
    bottom: 100px;
    left: -30px;
    width: 180px;
    height: 80px;
    z-index: 2;
}

.ecnew.why .aside-clip[data-why="1"] [data-clip="1"]:before {
    opacity: 1;
    bottom: 200px;
}

.ecnew.why .aside-clip[data-why] [data-clip="2"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-2.svg);
    bottom: 0;
    right: -30px;
    width: 180px;
    height: 80px;
    z-index: 2;
}

.ecnew.why .aside-clip[data-why="1"] [data-clip="2"]:before {
    opacity: 1;
    bottom: 100px;
}

.ecnew.why .aside-clip[data-why] [data-clip="3"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-3.svg);
    top: 100px;
    right: -30px;
    width: 180px;
    height: 80px;
    z-index: 2;
}

.ecnew.why .aside-clip[data-why="1"] [data-clip="3"]:before {
    opacity: 1;
    top: 200px;
}

.ecnew.why .aside-clip[data-why] [data-clip="5"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-5.svg);
    top: 0;
    right: 20px;
    width: 90px;
    height: 110px;
}

.ecnew.why .aside-clip[data-why="3"] [data-clip="5"]:before {
    opacity: 1;
    top: 100px;
}

.ecnew.why .aside-clip[data-why] [data-clip="7"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-7.svg);
    bottom: 100px;
    left: 0px;
    width: 102px;
    height: 108px;
}

.ecnew.why .aside-clip[data-why="3"] [data-clip="7"]:before {
    opacity: 1;
    bottom: 200px;
}

.ecnew.why .aside-clip[data-why] [data-clip="8"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-8.svg);
    bottom: 100px;
    left: 35%;
    width: 100px;
    height: 100px;
}

.ecnew.why .aside-clip[data-why="2"] [data-clip="8"]:before {
    opacity: 1;
    bottom: 200px;
    left: -60px;
}

.ecnew.why .aside-clip[data-why] [data-clip="9"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-9.svg);
    bottom: 100px;
    left: 35%;
    width: 100px;
    height: 100px;
}

.ecnew.why .aside-clip[data-why="2"] [data-clip="9"]:before {
    opacity: 1;
    bottom: 340px;
    left: -30px;
}

.ecnew.why .aside-clip[data-why] [data-clip="10"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-10.svg);
    bottom: 100px;
    left: 35%;
    width: 100px;
    height: 100px;
}

.ecnew.why .aside-clip[data-why="2"] [data-clip="10"]:before {
    opacity: 1;
    bottom: 450px;
    left: 70px;
}

.ecnew.why .aside-clip[data-why] [data-clip="11"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-11.svg);
    bottom: 100px;
    right: 35%;
    width: 100px;
    height: 100px;
}

.ecnew.why .aside-clip[data-why="2"] [data-clip="11"]:before {
    opacity: 1;
    bottom: 450px;
    right: 70px;
}

.ecnew.why .aside-clip[data-why] [data-clip="12"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-12.svg);
    bottom: 100px;
    right: 35%;
    width: 100px;
    height: 100px;
}

.ecnew.why .aside-clip[data-why="2"] [data-clip="12"]:before {
    opacity: 1;
    bottom: 340px;
    right: -30px;
}

.ecnew.why .aside-clip[data-why] [data-clip="13"]:before {
    background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-why-clip-13.png);
    bottom: 100px;
    right: 35%;
    width: 100px;
    height: 100px;
}

.ecnew.why .aside-clip[data-why="2"] [data-clip="13"]:before {
    opacity: 1;
    bottom: 200px;
    right: -60px;
}

.ecnew.edition {
    background-color: var(--cp-color);
}

.ecnew.edition .flex {
    align-items: stretch;
    grid-gap: var(--n-gap);
}

.ecnew.edition .swiper-button-prev,
.ecnew.edition .swiper-button-next {
    display: none;
}

.ecnew.edition .box {
    background-color: var(--cp-color-minus);
    border-radius: 8px;
    padding: 28px;
    max-width: 225px;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-between;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
}

.ecnew.edition .box.active {
    transform: translate(0, 0);
    opacity: 1;
}

.ecnew.edition .box.active:nth-child(2) {
    transition-delay: 100ms;
}

.ecnew.edition .box.active:nth-child(3) {
    transition-delay: 200ms;
    position: relative;
    overflow: hidden;
}

.ecnew.edition .box.active:nth-child(3):before {
    content: 'PHỔ BIẾN NHẤT';
    position: absolute;
    right: -3px;
    top: 6px;
    line-height: normal;
    background-color: #FFC300;
    padding: 6px 36px;
    text-transform: uppercase;
    transform: rotate(45deg) translate(43px, -10px);
    font-size: 12px;
    font-weight: 500;
    color: #000;
    z-index: 8;
}

.ecnew.edition .box.active:nth-child(4) {
    transition-delay: 300ms;
}

.ecnew.edition .box .caption-grp {
    width: 100%;
    margin: 0 0 40px;
}

.ecnew.edition .box .cta-grp {
    width: 100%;
    text-align: center;
}

.ecnew.edition .box a.cta.cp {
    background: transparent;
    border: solid #fff 1px;
}

.ecnew.edition .box a.cta.pm {
    background-color: var(--pm-color-minus);
    border: 1px solid var(--pm-color-minus);
}

.ecnew.edition .box .caption-grp h4 {
    display: block;
}

.ecnew.edition .box .caption-grp i {
    line-height: 32px;
    font-size: var(--m-font);
    font-weight: var(--s-wgt);
   font-style: normal;
}

.ecnew.edition .box .caption-grp i strong {
    margin: 0px 5px 0px 0px;
}

.ecnew.edition .box .caption-grp h4 b {
    background-color: var(--cp-color);
    padding: 6px 12px;
    display: inline-block;
    border-radius: 5px;
    font-weight: var(--xl-wgt);
}

.ecnew.edition .box .caption-grp ul {
    margin: 20px 0 0;
    border-top: 1px solid #78787D;
    padding: 20px 0 0;
}

.ecnew.edition .box .caption-grp li {
    display: inline-flex;
    align-items: center;
    line-height: normal;
    margin: 0 0 20px;
}

.ecnew.edition .box .caption-grp ul li:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(https://www.manageengine.com/ems/css/../images/icon/tick-icon-3.svg);
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}

.ecnew.edition .box .caption-grp ul li.plus:before {
    background-image: url(https://www.manageengine.com/ems/css/../images/icon/plus-icon-1.svg);
}

.ecnew.edition .box .caption-grp ul li.more:before {
    background-image: none;
}

.ecnew.edition .cta {
    min-width: -webkit-fill-available;
}

.ecnew.footprint {
    padding: 100px 20px 240px;
    background-color: var(--bg-light);
}

.ecnew.footprint h2 {
    margin: 0 0 40px;
}

.ecnew.footprint .box {
    background-color: var(--pm-color);
    padding: 50px 10px;
    border-radius: 8px;
}

.ecnew.footprint .box h4 {
    color: #fff !important;
    font-size: var(--xl-font);
    text-transform: none;
    text-align: center;
    margin: 0 0 10px;
}

.ecnew.footprint .box p {
    color: #fff !important;
    text-align: center;
    margin: 0;
}

.ecnew.footprint .box-cover {
    display: inline-flex;
    width: 730px;
    background-color: var(--cp-color);
    border-radius: 8px;
    justify-content: center;
}

.ecnew.footprint .box-cover .box {
    background-color: var(--cp-color);
}

.ecnew.footprint .footprint_Swiper {
    width: 1200px;
    height: 320px;
    border-radius: 10px;
    margin: 24px auto 40px;
    background-color: var(--text-light);
    box-shadow: 0 0 14px 0 #00000012;
}

.ecnew.footprint .footprint_Swiper .flex {
    justify-content: left;
    height: 100%;
}

.ecnew.footprint .footprint_Swiper .clip {
    position: relative;
    width: 460px;
}

.ecnew.footprint .footprint_Swiper .clip:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url(https://www.manageengine.com/ems/css/../images/icon/play-icon.svg);
    margin: auto;
    background-size: contain;
    pointer-events: none;
}

.ecnew.footprint .footprint_Swiper .clip img {
    max-width: 100%;
}

.ecnew.footprint .footprint_Swiper .caption {
    width: 700px;
    margin: 0 30px 0 0;
}

.ecnew.footprint .footprint_Swiper .caption p {
    margin: 0 0 20px;
    font-weight: var(--m-wgt);
    font-size: var(--h4-font);
}

.ecnew.footprint .footprint_Swiper .caption .speaker {
    display: inline-flex;
    align-items: center;
    justify-content: left;
}

.ecnew.footprint .footprint_Swiper .caption .speaker .picture {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.ecnew.footprint .footprint_Swiper .caption .speaker .picture img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.ecnew.footprint .footprint_Swiper .caption .speaker .detail h4 {
    margin: 0;
    text-transform: none;
}

.ecnew.footprint .footprint_Swiper .caption .speaker .detail {
    margin: 0 0 0 10px;
}

.ecnew.footprint .footprint_Swiper .caption .speaker .detail i {
    font-weight: var(--xs-wgt);
}

.ecnew.footprint .footprint_Swiper .swiper-button-next,
.ecnew.footprint .footprint_Swiper .swiper-button-prev {
    bottom: 20px;
    right: 20px;
    left: auto;
    width: 25px;
    height: 25px;
    top: auto;
    background-color: #eee;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecnew.footprint .footprint_Swiper .swiper-button-prev {
    right: 60px;
}

.ecnew.footprint .footprint_Swiper .swiper-button-next:after,
.ecnew.footprint .footprint_Swiper .swiper-button-prev:after {
    font-size: var(--p-font);
}

.ecnew.footprint .cta-grp {
    justify-content: center;
}

@property --num {
    syntax: '<integer>';
    initial-value: 0;
    inherits: false;
}

.ecnew.footprint [data-counter] {
    transition: --num 3s;
    counter-reset: num var(--num);
    min-width: 52px;
    display: inline-block;
}

.ecnew.footprint [data-counter="23"] {
    min-width: 60px;
}

.ecnew.footprint [data-counter="190"] {
    min-width: 85px;
}

.ecnew.footprint .active [data-counter="23"] {
    --num: 23;
}

.ecnew.footprint .active [data-counter="28"] {
    --num: 28;
}

.ecnew.footprint .active [data-counter="26"] {
    --num: 26;
}

.ecnew.footprint .active [data-counter="31"] {
    --num: 31;
}

.ecnew.footprint .active [data-counter="20"] {
    --num: 20;
}

.ecnew.footprint .active [data-counter="190"] {
    --num: 190;
}

.ecnew.footprint .active [data-counter]::after {
    content: counter(num);
}

.ecnew.footprint [data-counter] i {
    display: none;
}

.ecnew.talk {
    background-color: var(--pm-color);
    padding: 0 20px 20px;
}

.ecnew.talk h2 {
    text-align: left;
    line-height: normal;
    max-width: 600px;
}

.ecnew.talk>.flex {
    justify-content: left;
    grid-gap: 40px;
}

.ecnew.talk .clip {
    margin: -170px 0 0 0;
    transform: rotateY(90deg);
    transition: all ease 700ms;
}

.ecnew.talk .active .clip {
    transform: rotateY(0deg);
}

.ecnew.talk .clip img {
    width: 500px;
    max-width: 100%;
}

.ecnew.talk .caption p {
    text-align: left;
}

.ecnew.faq h4 b {
    background-color: var(--pm-color-hvy-minus);
    padding: 6px 12px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 20px;
}

.ecnew.faq .box {
    max-width: 850px;
    margin: auto;
}

.ecnew.faq h2 {
    font-size: var(--h4-font);
    text-align: left;
    line-height: normal;
    margin: 0 0 8px;
}

.ecnew.faq p {
    font-size: var(--m-font);
    text-align: left;
    max-width: none;
}

.ecnew.talk .caption .cta-grp .cta.pm[title="GET STARTED"]:after {
    content: "FREE TRIAL";
}

.ecnew.talk .caption .cta-grp .cta.sd[title="TALK TO AN EXPERT"]:after {
    content: "TALK TO AN E XPERT";
}

.ecnew.integration h2:after {
    content: "Đồng Bộ Lực Lượng Lao Động Của Bạn";
}

.ecnew.edition .cta[title="Professional"]:after,
.ecnew.edition .cta[title="Enterprise"]:after,
.ecnew.edition .cta[title="UEM"]:after,
.ecnew.edition .cta[title="Security"]:after {
    content: 'NHẬN BÁO GIÁ';
}

.ecnew.why.mobile {
    display: none;
}

.ecnew .non-mobile-view {
    display: block;
}

.ecnew p.non-mobile-view {
    max-width: 900px;
}

.ecnew .mobile-view {
    display: none;
}

@media (max-width: 1250px) {
    .ecnew .flex {
        max-width: 1000px;
    }

    .ecnew.hero .caption {
        width: 500px;
        text-align: center;
    }

    .ecnew.customers .flex {
        grid-gap: 16px;
    }

    .ecnew.features .sticky-aside {
        max-width: 350px;
    }

    .ecnew.features .main-caption .flex {
        grid-gap: 0;
    }

    .ecnew.benefit .main-caption {
        width: 580px;
    }

    .ecnew.why .swiper-pagination-bullet {
        font-size: 13px;
    }

    .ecnew.edition .box {
        min-width: 180px;
    }

    .ecnew.edition .box .caption-grp li {
        font-size: 14px;
    }

    .ecnew.edition .cta {
        font-size: 14px;
    }

    .ecnew.edition .box .caption-grp h4 b {
        font-size: 16px;
    }

    .ecnew.footprint .box h4 {
        font-size: 30px;
        white-space: nowrap;
    }

    .ecnew.footprint [data-counter] {
        min-width: auto;
    }

    .ecnew.footprint .footprint_Swiper {
        max-width: 1000px;
    }
}

@media (max-width: 1050px) {
    .ecnew .flex {
        flex-wrap: wrap;
    }

    .ecnew.features>.flex {
        flex-wrap: wrap;
    }

    .ecnew.features .sticky-aside {
        position: static;
        max-width: none;
    }

    .ecnew.benefit .flex {
        flex-wrap: wrap;
    }

    .ecnew.edition .flex {
        flex-wrap: wrap;
    }

    .ecnew.edition .box {
        min-width: auto;
        max-width: 300px;
    }

    .ecnew.edition .cta {
        font-size: 14px;
    }

    .ecnew.edition .box .caption-grp h4 b {
        font-size: 25px;
        padding: 15px;
        line-height: 35px;
    }

    .ecnew.footprint .footprint_Swiper .flex {
        flex-wrap: wrap;
    }

    .ecnew.footprint .footprint_Swiper {
        width: auto;
        height: auto;
    }

    .ecnew.footprint .footprint_Swiper .clip {
        width: 100%;
    }

    .ecnew.footprint .footprint_Swiper .caption {
        width: auto;
    }

    .ecnew.features .sticky-aside #progress-bar {
        display: none;
    }

    .ecnew.talk .clip img {
        width: auto;
        max-width: 300px;
    }

    .ecnew.talk .clip {
        margin: -170px auto 0;
    }

    .ecnew.talk>.flex {
        justify-content: center;
    }

    .ecnew.talk .caption h2,
    .ecnew.talk .caption p {
        text-align: center;
    }

    .ecnew.talk .caption .cta-grp {
        justify-content: center;
    }

    .ecnew.footprint .box-cover {
        width: auto;
    }
}

@media (max-width: 765px) {
a.cta.sd.mobile-view {
    white-space: pre-wrap !important;
}

    :root {
        --h1-font: 40px;
        --h2-font: 28px;
        --h3-font: 20px;
        --h4-font: 18px;
        --p-font: 16px;
        --s-font: 10px;
        --m-font: 12px;
        --l-font: 20px;
        --xl-font: 48px;
        --xs-wgt: 200;
        --s-wgt: 300;
        --m-wgt: 400;
        --l-wgt: 500;
        --xl-wgt: 600;
        --n-gap: 24px;
        --swiper-pagination-bottom: 0px;
    }

    .promo-flash {
        display: none;
    }

    .ecnew {
        padding: 40px;
    }

    .ecnew.why {
        display: none;
    }

    .ecnew.why.mobile {
        display: block;
    }

    .ecnew.why h2,
    .ecnew.why p {
        text-align: center;
    }

    .ecnew [data-client="pc"] {
        display: none !important;
    }

    .ecnew [data-client="mobile"] {
        display: flex !important;
    }

    #commonHeader {
        display: none;
    }

    .ecnew h1 {
        line-height: 52px;
        margin-top: -8px;
        text-align: center;
    }

    .cd-words-wrapper {
        text-align: center;
        width: 100% !important;
        align-content: center;
    }

    .cd-words-wrapper b {
        right: 0;
        margin: auto;
    }

    .ecnew h2 {
        line-height: 36px;
        margin: 0 0 20px;
    }

    .ecnew h2+p {
        text-align: center;
        margin: 0 0px 20px;
        max-width: 100%;
        line-height: 26px;
    }

    .ecnew.faq p {
        font-size: 14px;
        margin: 0 0 30px;
    }

    .ecnew.faq h2 {
        margin: 0 0 15px;
    }

    .ecnew h3 {
        line-height: normal;
    }

    .ecnew p {
        margin: 0 0 24px;
    }

    .ecnew .cta-grp.flex {
        justify-content: center;
    }

    .ecnew .benefit_Swiper .swiper-pagination {
        /* bottom: 70%; */
    }

    .ecnew .cta {
        width: 100%;
        font-size: 16px;
        height: 55px;
    }

    .ecnew .cta-grp .cta {
        width: 85%;
        margin: auto
    }

    .ecnew .cta-grp.flex .download {
        display: none;
    }

    .ecnew .cta.sd.dark {
        text-align: center;
        font-size: 100%;
    }

    .ecnew.m-sticky {
        display: flex;
    }

    .zsiq_theme1.zsiq_floatmain .zsiq_flt_rel {
        display: none;
    }

    .ecnew.branding {
        display: block;
    }

    .ecnew.hero {
        padding: 40px;
    }

    .ecnew.hero .clip {
        display: none;
    }

    .ecnew.arreport {
        width: calc(100% - 80px);
        padding: 40px 40px 70px 40px;
    }

    .ecnew.arreport .flex {
        flex-wrap: nowrap;
        justify-content: initial;
        margin: 0;
        align-items: normal;
        /* max-width: none; */
        grid-gap: 0;
    }

    .ecnew.arreport .box {
        flex: none;
        flex-shrink: 0;
        border: 0 !important;
    }

    .ecnew.customers {
        padding: 40px;
    }

    .ecnew.customers h4 {
        margin: 0 0 24px !important;
    }

    .ecnew.customers .flex {
        grid-gap: 40px 20px;
        justify-content: center;
    }

    .ecnew.customers li {
        width: 140px;
        margin: 0;
    }

    .ecnew.customers li:last-child {
        /* display: none; */
    }

    .ecnew.customers li img {
        height: auto !important;
        max-height: 100%;
        max-width: 100% !important;
    }

    .ecnew.customers li img[alt="Nasa"],
    .ecnew.customers li img[alt="Etihad"] {
        height: 50px !important;
        max-height: none;
    }

    .ecnew.platform {
        margin: 0;
        border-radius: 0;
    }

    .ecnew .flex.catalog {
        margin-top: 40px;
        z-index: 1;
        position: relative;
    }

    .ecnew.platform {
        background-position: top 426px center;
        text-align: center;
        background-image: url(https://www.manageengine.com/ems/css/../../products/desktop-central/images/ecnew-platform-bg-1.svg);
        z-index: 2;
        position: relative;
        background-repeat: no-repeat;
    }

    .ecnew.platform .result {
        background: none;
        padding: 320px 0 0;
        grid-gap: var(--n-gap);
    }

    .ecnew.platform .result .box {
        height: auto;
        flex-wrap: wrap;
        border-radius: 8px;
        padding: 20px;
    }

    .ecnew.platform .box ul {
        grid-gap: 16px;
        padding: 0;
        background: transparent;
        justify-content: space-between;
    }

    .ecnew.platform .box ul li {
        padding: 0;
        width: auto;
        border: 0;
    }

    .ecnew.platform .result .box .clip {
        display: none;
    }

    .ecnew.platform .result .box p {
        line-height: 20px;
    }

    .ecnew.platform .box h4 strong {
        display: inline-block;
    }

    .ecnew.platform .box h4 b {
        padding: 0;
        background: transparent;
        font-size: var(--l-font);
        font-weight: 200;
    }

    .ecnew.platform .box img {
        /* filter: brightness(2) grayscale(1); */
    }

    .ecnew.platform .box figcaption {
           width: 65px;
        color: #000;
    }

    .ecnew.support .box figcaption {
        color: #000;
        font-size: 13px;
    }

    .ecnew.platform .result .box .clip img {
        padding: 0;
    }

    .ecnew.platform .box {
        width: 100%;
    }

    .ecnew.benefit .sticky-aside .benefits-pagination {
        display: none;
    }

    .ecnew.benefit .main-caption {
        width: 100%;
    }

    .ecnew.benefit .main-caption .swiper-slide {
        height: 400px;
        width: 90%;
    }

    .ecnew.features .sticky-aside .cta-grp {
        display: none;
    }

    .ecnew.features .main-caption h3 {
        display: inline-flex;
        line-height: normal;
        /* width: calc(100% - 50px); */
        margin: 0 !important;
        /* white-space: nowrap; */
        width: 100%;
    }

    .ecnew.features .main-caption .box img {
        vertical-align: middle;
        margin: 0 0 5px;
    }

    .ecnew.features .main-caption .flex {
        grid-gap: 28px;
        height: 470px;
    }

    .ecnew.features .main-caption .box {
        padding: 0;
        min-height: 200px !important;
    }

    /*.ecnew.features .main-caption .box:nth-child(n+5) {
        display: none;
    }*/

    .ecnew.features .main-caption .box+.cta-grp a {
        width: 100%;
    }

    .ecnew.features .main-caption .box+.cta-grp {
        width: 100%;
    }

    .ecnew.benefit {
        /* display: none; */
        padding-bottom: 40px;
        background: #1F1E22;
    }

    .ecnew.spot {
        margin: auto;
        padding: 40px;
        box-shadow: none;
    }

    .ecnew.spot>.flex {
        grid-gap: 20px;
    }

    .ecnew.spot .cta-grp {
        flex-wrap: nowrap;
    }

    .ecnew.spot .cta-grp .cta {
        min-width: 94px;
    }

    .ecnew.support {
        padding: 40px;
    }

    .ecnew.support .box {
        grid-gap: 28px 4px;
        padding: 16px 5px;
        background-color: var(--text-light);
        box-shadow: 0 0 14px 0px #00000012;
    }

    .ecnew.support .box li {
        width: 80px;
        height: auto;
    }

    .ecnew.support .box li img {
        /* height: 28px; */
        /* filter: brightness(1.5) grayscale(.8); */
    }

    .ecnew.integration {
        background-position: bottom 60px center;
        background-image: none;
    }

    .ecnew.integration h2:after {
        content: "Đồng Bộ Lực Lượng Lao Động Của Bạn";
    }

    .ecnew.integration li {
        position: static;
        width: 140px;
        animation: none;
        margin: 0;
    }

    .ecnew.integration li:nth-child(3) {
        margin: 0
    }

    .ecnew.integration li:nth-child(6) {
        margin: 0
    }

    .ecnew.integration li:nth-child(7) {
        margin: 0
    }

    .ecnew.integration li:nth-child(8) {
        margin: 0
    }

    .ecnew.integration .flex {
        grid-gap: 20px;
        margin: auto;
    }

    .ecnew.integration li img {
        height: 50%;
        max-width: 64%;
    }

    .ecnew.why .swiper-cover {
        display: none;
    }

    .ecnew.why .aside-clip {
        display: none;
    }

    .ecnew.why .m-why {
        display: block;
    }

    .ecnew.footprint {
        padding: 40px;
    }

    .ecnew.footprint .box {
        width: 100%;
        padding: 30px;
    }

    .ecnew.footprint .box h4 {
        white-space: normal;
    }

    .ecnew.footprint .box-cover .box h4 {
        font-size: 26px;
    }

    .ecnew.footprint .footprint_Swiper .flex {
        margin: 20px;
    }

    .ecnew.footprint .footprint_Swiper .flex .clip {
        transform: scale(1.1);
    }

    .ecnew.footprint .footprint_Swiper .caption p {
        font-size: var(--p-font);
        line-height: 24px;
    }

    .ecnew.edition .swiper {
        width: 100%;
        height: auto;
    }

    .ecnew.edition .box {
        max-width: calc(100% - 56px);
        padding: 25px 28px 25px 28px;
    }

    .ecnew.edition .swiper-button-prev,
    .ecnew.edition .swiper-button-next {
        display: flex;
        top: 32px;
        right: 10px;
        left: unset;
        background-color: var(--cp-color);
        width: 40px;
        height: 40px;
        background-size: contain;
        border-radius: 8px;
    }

    .ecnew.edition .swiper-button-prev {
        right: 56px;
    }

    .ecnew.edition .swiper-button-prev:after,
    .ecnew.edition .swiper-button-next:after {
        font-size: 20px;
        color: var(--bg-light);
    }

    .ecnew.edition .flex {
        flex-wrap: nowrap;
        justify-content: initial;
        margin: 0;
        align-items: normal;
        max-width: none;
        grid-gap: 0;
    }

    .ecnew.edition .box .caption-grp li {
        width: 100%;
        font-size: 16px;
    }

    .ecnew.footprint .box-cover {
        max-width: 100%;
        flex-wrap: wrap;
        grid-gap: 17px;
        padding: 30px 15px;
        justify-content: space-between;
        width: 730px;
        align-items: center;
        align-content: center;
    }

    .ecnew.footprint .box-cover .box {
        width: 24%;
        padding: 0;
    }

    .ecnew.footprint .box-cover .box:nth-child(2) {
        width: 39%;
    }

    .ecnew.talk {
        padding: 40px;
    }

    .ecnew.talk>.flex {
        grid-gap: 0;
    }

    .ecnew.talk .clip img {
        width: 160px;
    }

    .ecnew.talk .caption .cta-grp .cta {
        min-width: auto;
        width: 114px;
        white-space: nowrap;
    }

    .ecnew.talk .caption .cta-grp .cta.mobile-view {
        display: inline-flex;
    }

    .ecnew.talk .caption .cta-grp .cta.non-mobile-view {
        display: none;
    }

    .ecnew.talk .caption .cta-grp .cta.pm {
        width: auto;
        padding: 0 10px;
    }

    .ecnew.platform .box,
    .ecnew.features .main-caption .box,
    .ecnew.support .box li,
    .ecnew.edition .box {
        opacity: 1;
        transform: translate(0, 0);
    }

    .ecnew.features .main-caption .box {
        transform: none;
        width: 100%;
    }

    .ecnew.talk .active .clip {
        display: none;
    }

    .ecnew.arreport.dark.black .swiper-pagination {
        bottom: 20px
    }

    .ecnew.arreport.dark.black .swiper-pagination .swiper-pagination-bullet {
        border: 1px solid #DDE4EF;
        background: #000;
        width: 9px;
        height: 9px;
    }

    .ecnew.arreport.dark.black .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #DDE4EF;
    }

    .ecnew.talk .caption .cta-grp .cta.pm[title="GET STARTED"]:after {
        content: "GET STARTED";
    }

    .ecnew.talk .caption .cta-grp .cta.sd[title="TALK TO AN EXPERT"]:after {
        content: "CALL AN EXPERT";
    }

    .ecnew.footprint .footprint_Swiper .swiper-button-prev {
        display: none;
    }

    .ecnew.footprint .footprint_Swiper .swiper-button-next {
        display: none;
    }

    .ecnew.footprint .footprint_Swiper .swiper-slide {
        padding-bottom: 40px;
    }

    .ecnew.footprint .footprint_Swiper .swiper-pagination {
        bottom: 20px;
    }

    .ecnew.edition .box .caption-grp h4 {
        width: 70%;
    }

    .ecnew.edition .cta {
        width: 85%;
    }

    .ecnew.edition .box .caption-grp ul {
        border-top: none
    }

    .ecnew i strong {
        font-size: 40px;
    }

    .ecnew.edition .box .caption-grp i {
        font-size: 14px;
        line-height: 40px;
    }

    /* 
    .ecnew.edition .box .caption-grp i:after {
        content: "for 50 endpoints";
        margin-left: 10px;
        font-size: 14px;
    } */

    .ecnew.edition .cta[title="Professional"]:after,
    .ecnew.edition .cta[title="Enterprise"]:after,
    .ecnew.edition .cta[title="UEM"]:after,
    .ecnew.edition .cta[title="Security"]:after {
        content: "REQUEST QUOTE"
    }

    .ecnew.why.mobile .box.faq-box {
        border-bottom: 2px solid #D6D9DF;
        padding: 20px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 100%;
        text-align: left;
        grid-gap: 0px;
    }

    .ecnew.why.mobile .box .caption {
        display: flex;
        justify-content: space-between;
        width: inherit;
    }

    .ecnew.why.mobile a.faq {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }

    .ecnew.why.mobile .box .caption .icon {
        background: none;
    }

    .ecnew.why.mobile .box.faq-box p {
        text-align: left;
    }

    .ecnew.why.mobile .box.faq-box:last-child {
        border-bottom: none;
    }

    .ecnew.why.mobile .box .caption .icon img {
        width: 8px;
        transform: rotate(270deg);
    }

    .ecnew.why.mobile .box .caption .icon.add img {
        transform: rotate(90deg);
    }

    .ecnew.benefit .swiper {
        height: 450px;
    }

    .ecnew.benefit .main-caption .slide-box .clipgrp .clipcover {
        height: 350px;
    }

    .ecnew.benefit .main-caption .slide-box .clipgrp {
        height: 350px;
        width: 100%;
    }

    .ecnew.benefit .main-caption .slide-box.swiper-slide-active .clipgrp img {
        transform: translate(0px, -60px);
    }

    .ecnew .sticky-aside h2 {
        margin: 0 0 20px;
    }

    .ecnew.features .main-caption {
        width: 300px;
    }

    .ecnew.features .main-caption .flex .slick-dots li.slick-active button {
        background: #ffffff;
    }

    .ecnew.features .main-caption .flex .slick-dots li button {
        border-color: #ffffff;
    }

    .ecnew.features .main-caption .cta-grp.flex {
        height: 60px;
    }

    .ecnew .non-mobile-view {
        display: none;
    }

    .ecnew .mobile-view {
        display: block;
    }

    .ecnew.benefit .swiper .swiper-pagination .swiper-pagination-bullet {
        border: 1px solid #ffffff;
        color: transparent;
    }

    .ecnew.benefit .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #FFFFFF;
    }

    .ecnew.benefit .sticky-aside p {
        font-size: 18px;
    }

    .ecnew.edition p {
        text-align: center;
    }

    .ecnew.platform .result .caption h3 {
        font-weight: 500;
    }
}

@media screen and (max-width:500px) {
    .zsiq_theme1.zsiq_floatmain {
        display: none !important;
    }
}