.home h2,
.home h4 {
  color: var(--body-color);
  letter-spacing: 0.005em;
}

.home-present h2 {
  padding-bottom: 6rem;
}
.title-featured {
  padding: 0px 22% 73px;
}
.home .btn {
  margin-left: 0;
  margin-right: 15px;
}
#header {
	background: #F4F7FB;
}
.title-featured h2 {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
.btn-violet,
.btn-violet-light-1,
.btn-violet-light {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.footer-top .footer-links.icon-link-footer a:hover span {
  opacity: 0.6;
}
.footer-top .fa-linkedin:before {
  content: "\f08c";
}
.footer-top .footer-links.icon-link-footer a:hover i {
  opacity: 1;
}
.icon-link-footer span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #f4f7fb;
  font-weight: normal;
}
.footer-top .icon-link {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
}
.footer-top .facebook a:hover i {
  color: #2962ff;
}
.footer-top .instagram a:hover i {
  background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.footer-top .linkedin a:hover i {
  color: #0077b5;
}
.footer-top .youtube a:hover i {
  color: #e62117;
}
.footer-top .fa-facebook-f:before {
  content: "\f39e";
}
.contact-footer .textwidget {
  padding-top: 5px;
}
footer .footer-top .feature-footer .widget-title,
footer .footer-top .company-footer .widget-title {
  margin-bottom: 40px;
}
#footer .footer-top .footer-links.col-12 ul li {
  margin-bottom: 0px;
}
.contact-footer .textwidget p {
  padding-bottom: 21px;
}
.footer-top p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #f4f7fb;
  margin: 0;
}
.footer-top a {
  color: #f4f7fb;
}
.footer-top .icon-link-footer .icon-link i {
  width: 25px;
  border-radius: 5px;
  position: relative;
}
.instagram .fa-instagram:before {
  content: "\f16d";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-home-banner img {
  width: 100%;
}
.block-home-banner .hero-text {
  padding-top: 8rem;
}
.block-home-banner .image-banner {
  padding-top: 2rem;
}
.home-featured p {
  font-size: 18px;
  line-height: 28px;
  color: #68738c;
}
.home-featured .block-color:nth-child(even) .order-1 {
  order: 2 !important;
}
.home-featured .block-color:nth-child(even) .order-2 {
  order: 1 !important;
  padding-left: 35px;
}
.block-two-featured .block-color:nth-child(odd) .block-color-left {
  padding-right: 0px;
  padding-left: 40px;
}
.block-two-featured .block-color:nth-child(even) .block-color-left {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
}
.home-featured .teaser {
  color: var(--body-color);
}
.home-featured .featured-scroll {
  cursor: pointer;
  height: 100%;
}
.home-featured .h-line {
  overflow: hidden;
  width: calc(100% - 30px);
  padding: 0 0 4rem;
}
.home-featured .block-color .img-fluid {
  width: 100%;
  max-width: 543px;
}
.block-two-featured .block-sub-logo .active {
  background: var(--gradient-btn-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-violet-light-1 span {
  color: #374056;
}
.block-color h4 {
  text-transform: uppercase;
}
.home-featured .featured-scroll.active .block-sub-content {
    background: #2C56EA;
    border-radius: 10px;
    border: 4px solid #2C56EA;
}
.home-featured .featured-scroll:hover h4,
.home-featured .featured-scroll:hover .teaser,
.home-featured .featured-scroll.active .teaser,
.home-featured .featured-scroll.active h4 {
  color: #F4F7FB;
}

   
.home-featured .block-sub-content {
  border-radius: 10px;
  border: 4px solid #97C0E5;
  position: relative;
  height: 100%;
}
.home-featured .featured-logo-2 img,
.logo-operat img {
  margin-left: 0px;
}
.home section {
  padding: 2rem 0;
}
.home .block-hero.block-home-banner {
  padding-top: 8rem;
  padding-bottom: 7rem;
  position: relative;
}

.home .block-hero .background-full {
  position: absolute;
  top: 85px;
  right: 0;
  z-index: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;  
  background-size: contain;
}

.home .block-hero .background-full:before {
  content: "";
  left: 0;
  bottom: 50px;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #f4f7fb;
}

.home section.block-two-featured {
  padding-top: 8rem;
}

.block-two-featured .block-content > .animation-home {
  margin-bottom: -33px;
  margin-top: 15px;
  margin-left: -6px;
}

.block-home-banner .link-to-scroll {
  padding-left: 5px;
}
.block-home-banner .image-banner img {
  max-width: 689px;
  width: 100%;
  position: relative;
  z-index: 20;
  height: auto;
  margin-left: 0;
}
.establish .block-sub-content::before {
  content: "";
  height: 70px;
  position: absolute;
  top: 110%;
  width: 50%;
  left: 0%;
  border-right: dashed 2px var(--dashed);
  border-radius: 0 0 40px 0;
  border-bottom: dashed 2px var(--dashed);
}
.operate .block-sub-content::before,
.deployment .block-sub-content::before,
.develop .block-sub-content::before {
  content: "";
  height: 70px;
  position: absolute;
  top: 110%;
  width: 110%;
  right: 50%;
  border-right: dashed 2px var(--dashed);
  border-radius: 0 0 40px 0;
  border-bottom: dashed 2px var(--dashed);
}
.block-sub-content.block-develop:after {
  content: "";
  position: absolute;
  width: 50%;
  top: 141.5%;
  left: 50%;
  border-bottom: dashed 2px var(--dashed);
}

.home-featured .feature-content-title {
  padding: 24px 40px;
}
.block-sub-content .wrapper {
  display: flex;
}
.home-featured .teaser {
  line-height: 26px;
}
.home-featured .tab-home-3 .teaser {
    padding-left: 0px;
    padding-right: 70px;
}
.home-present {
  position: relative;
  padding: 300px 0px 100px;
}
.home-present .block-content h5 {
  font-weight: 400;
  color: #68738c;
  letter-spacing: 0.01em;
}
.home-present .block-home-present::after {
  content: "";
  left: 0;
  right: 0;
  background-color: #fcfaff;
  width: 100%;
  height: 100%;
  transform: skewY(-10deg);
  z-index: -1;
  position: absolute;
  top: 14%;
}
.home-present .row {
  padding: 17rem 0;
}
.block-two-featured .block-background-cross,
.home-present {
  position: relative;
}
.home-present::after {
  content: "";
  display: block;
  background-color: var(--gray-table);
  height: 120%;
  width: 100%;
  top: 7.5%;
  transform: skewY(-10deg);
  position: absolute;
  z-index: -2;
}
.home-present .col-right p {
  font-size: 20px;
  line-height: 32px;
}
.block-two-featured .block-sub-logo h4 {
  color: var(--gray-content);
}
.block-two-featured .block-color-left .block-content {
  padding: 24px 0px 32px;
}
.block-two-featured .home-buttom:hover {
  color: #4351ee;
  transition: 0.5s;
}
.block-two-featured .home-buttom {
  position: relative;
  font-size: 12px;
  font-weight: 900;
  color: var(--body-color);
}
.block-two-featured .type-comp2 {
  border: none;
  background: no-repeat;
  text-transform: uppercase;
  position: relative;
  --button-duration: 0.45s;
}
.block-color {
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
}
.home-featured #scroll-1 .block-color-right {
  padding-left: 25px;
}
.home-featured #scroll-3 {
  padding-bottom: 0rem;
}
.logo-author,
.tab-logo-author {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-featured .tab-menu-eldesk {
  max-width: 50px;
}
.tab-featured .tab-menu-eldesk li {
  display: flex;
  justify-content: center;  
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.system-featured .group-title li:not(:last-child),
.tab-featured .tab-menu-eldesk li:not(:last-child) {
  margin-bottom: 4.5rem;
}
.home-present-right h2 {
  padding-bottom: 40px;
  line-height: 3.5rem;
}
.block-color h2,
.block-color h4,
.block-color h6 {
  position: relative;
}
.block-color span {
  width: 9px;
  height: 7px;
  position: absolute;
  transform: skewX(-16deg);
  bottom: 13px;
  margin-left: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.block-color h3 {
  position: relative;
  font-size: 36px;
  max-width: 410px;
  margin: 0;
}
.block-color span {
  background: var(--gradient-btn-violet);
}
.block-color h4 {
  padding-left: 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  margin-top: 8px;
  margin-bottom: 0px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: var(--gradient-btn-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block-two-featured .block-content .row:first-child {
  margin-bottom: -10px;
}
.block-two-featured .block-sub-logo {
  display: flex;
  padding-bottom: 1rem;
}
.block-two-featured .style-logo img {
  width: 36px;
  height: 36px;
}
.block-color .logo-author h6::before {
  content: "";
  background-color: #eb446d;
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 50%;
  top: -50%;
  right: 120%;
}
.block-color-left i {
  margin-left: 10px;
}
.feature-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 0;
  margin-top: 8px;
}

/*Quy trình*/
.tab-featured {
  position: relative;
}
.tab-featured h1 span {
  width: 11px;
  height: 8px;
  position: absolute;
  transform: skewX(-20deg);
  bottom: 15px;
  margin-left: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: var(--gradient-btn-violet);
}

.tab-featured {  
  background-color: var(--gray-table);  
  padding-bottom: 0;
}
.tab-featured .section-tabs {  
  background-color: #FFFFFF;
  border-radius: 20px 20px 0 0;
}

.tab-featured .section-tabs .block-tab-eldesk {
  padding-top: 8rem;
  
}
.tab-featured .section-tabs .block-tab-eldesk:last-child {
  padding-bottom: 17rem;
}
.tab-featured .section-tabs .block-tab-menu {
  margin-left: 2rem;
}

.tab-featured h1 {
  font-weight: 800;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  line-height: 66px;
}
.tab-featured .title-subtab {
  padding-top: 80px;
  position: relative;
}
.tab-featured .tab-menu-eldesk {
  margin-top: 4.5rem;
}
.tab-featured .tab-menu-eldesk.sticky {
	margin-top: 2rem;
}
.tab-featured .tab-menu-eldesk ul {
  flex-direction: column;  
}
.tab-featured .tab-menu-eldesk a.nav-link {
  color: #374056;  
  font-size: 20px;
  line-height: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #97C0E5;
}
.tab-featured .tab-menu-eldesk a.nav-link img {
  width: 32px;
}
.tab-featured .tab-menu-eldesk a:hover,
.tab-featured .tab-menu-eldesk a.active {
  color: #F4F7FB;  
  background: #2C56EA;
  border-color: #2C56EA;
}

.tab-featured .title-tab-eldesk h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: var(--gray-black);
}
.tab-featured .title-el-tab h3 {
  color: var(--gray-black);
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  color: #374056;
  font-weight: bold;
}
.tab-featured .tab-el-content a.active {
  color: var(--gray-black);
  background-color: transparent;
  line-height: 32px;
}
.tab-featured .tab-el-content a:not(.mCSB_buttonUp, .mCSB_buttonDown) {
  color: #68738c;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  opacity: 0.8;
  transition: 0.7s;
  overflow: hidden;
  letter-spacing: 0.01em;
  max-width: 25%;
  cursor: pointer;
}
.tab-el-content .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.tab-el-content .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.tab-el-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #68738c !important;
}
.tab-el-content .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.tab-el-content .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
}
.eldeks-tabcontent .title-el-tab { 
  padding-bottom: 24px;
}
.eldeks-tabcontent .right-tab li {
  line-height: 26px;
}

.block-tab-eldesk .align-items-start {
  width: 100%;
}
.tab-logo-author .author h6 {
  font-weight: 700;
  margin-top: 4px;
  color: var(--body-color);
  position: relative;
}
.tab-logo-author .title-logo {
  display: flex;
  justify-content: space-between;
}
.tab-logo-author .title-logo img {
  margin-right: 10px;
}
.tab-logo-author .title-logo h6 {
  width: 100%;
  padding-top: 5px;
  margin-bottom: 0px;
  font-weight: 700;
}
.tab-logo-author h6::before {
  content: "";
  background: var(--gradient-btn-violet);
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 50%;
  top: -50%;
  right: 120%;
}
.tab-logo-author h6::after {
  content: "\f007";
  position: absolute;
  border-radius: 50%;
  top: -25%;
  right: 131%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  font-size: 21px;
}
.tab-el-content .description li {
  padding-bottom: 10px;
}
.tab-featured .tab-el-content .left-tab .nav-link {
  padding: 0 0 0.5rem;
  margin-right: 3rem;
  border-radius: 0;
  position: relative;
  font-weight: bold;  
  color: #68738c;
  opacity: 1;
  cursor: pointer;
}
.tab-featured .tab-el-content .left-tab .nav-link:last-child {
  margin-right: 0;
}
.tab-featured .tab-el-content .left-tab .nav-link:hover::before, 
.tab-featured .tab-el-content .left-tab .nav-link.active::before {
  opacity: 1;
  transform: scale(1);
  background: #2C56EA; 
}
.tab-featured .tab-el-content .left-tab .nav-link.active,
.tab-featured .tab-el-content .left-tab .nav-link:hover {
  color: #374056;
}
.tab-featured .tab-el-content .left-tab .nav-link::before {  
  width: 100%;
  transform: scale(0);
  content: "";
  transition: 0.7s ease-in-out;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #374056;
  position: absolute;
  bottom: 0px;
  opacity: 0;
}

.tab-featured .right-tab .img-fluid-tab {
  width: 100%;
  border-radius: 10px;
}
.tab-el-content .description li::marker {
  color: var(--body-color);
  font-size: 1.4em;
}
.tab-featured .tab-logo-author {
  padding: 20px 30px;
  background-color: var(--gray-table);
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-between;
}
.eldeks-tabcontent .tab-content > .tab-pane {
  transition: 0.5s;
  padding-bottom: 5rem;
}

/*basis-homepage*/
section.block-basis {
  padding: 11rem 0 10.3rem 0;
  position: relative;
}
.block-basis:after {
  content: "";
  left: 0;
  right: 0;
  background-color: #f4f7fb;
  width: 100%;
  height: 150%;
  transform: skewY(-12deg);
  z-index: -1;
  position: absolute;
  top: 5%;
}
.block-basis .design-all-basis {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.block-basis .basis-left {
  width: 128px;
  height: 128px;
  position: absolute;
  left: 0;
  transform: translate(0, 150%);
}
.block-basis .basis-left .basis-logo {
  background: linear-gradient(180deg, #2c56ea 1.35%, #6d47f4 100%);
  border-radius: 50%;  
  width: 128px;
  height: 128px;
  position: relative;
  z-index: 100;
}
.block-basis .block-platform-content {
  position: relative;
}
.block-basis .block-platform-content .rect-runing {
  position: absolute;
  background: #F4F7FB;
}
.block-basis .basis-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-basis .design-layout {
  width: 812px;
  padding-bottom: 7rem;
  padding-top: 7rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.block-basis .v-line {
  position: absolute;
  top: 50%;
  left: 45%;
}
.block-basis .logo-establish,
.block-basis .logo-icon-0 {
  position: absolute;
  top: 0;
  left: 3%;
}
.block-basis .logo-manage,
.block-basis .logo-icon-1 {
  position: absolute;
  right: 3%;
  top: 0;
}
.block-basis .logo-develope,
.block-basis .logo-icon-2 {
  position: absolute;
  left: 3%;
  top: 86%;
}
.block-basis .logo-operat,
.block-basis .logo-icon-3 {
  position: absolute;
  right: 3%;
  top: 86%;
}
.block-basis .style-logo {
  width: 96px;
  height: 96px;
  background-color: #FFFFFF;
  border: 4px solid #97C0E5;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
.block-basis .style-logo img {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-basis .style-logo:hover img.hover,
.block-basis .style-logo img.normal {
  opacity: 1;
  transition: 0.5s;
}

.block-basis .style-logo:hover img.normal,
.block-basis .style-logo img.hover {
  opacity: 0;
  transition: 0.3s;
}
.block-basis .style-logo:hover {
  background-color: #2c56ea;
  border-color: #2c56ea;
}
.block-basis h2 {
  text-align: center;
  margin: 0;
  padding-bottom: 36px;
}
.block-basis .block-content {
  display: flex;
  justify-content: center;
}
.block-basis p {
  max-width: 540px;
  font-size: 20px;
  color: #68738c;
  line-height: 32px;
  margin: 0;
  text-align: justify;
}

.home section.block-footer {
  padding: 8rem 0;
}

/*Responsive*/

@media (max-width: 450px) {
	.registration .wpcf7 .checkbox-regis .wpcf7-not-valid-tip {
		margin-top: 25px;
	}
   .registration .contact-consultation button {
    margin-top: 15px;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
	.registration .wpcf7 .checkbox-regis .wpcf7-not-valid-tip {
		margin-top: 25px;
	}
   .registration .contact-consultation button {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .post-single-relate .post-related .text-relation p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .block-sidebar-left.block-default-page .header-tab-content {
    padding-bottom: 0;
  }
  .registration .button-register .no-account p {
    padding-top: 15px;
  }
  .error-404 .msg h3 {
    font-size: 24px;
    line-height: 34px;
  }
	html, body {
		overflow-x: hidden;
	}
	.block-sidebar-left .header-tab-content {
		padding-left: 0;
		text-align: center;
    top: 65px;
	}
  .home-featured .feature-content .feature-content-title {
    padding: 24px;
  }
	.block-home-banner .image-banner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.block-home-banner .image-banner.col-12 {
		padding-top: 0rem;
	}
  /*header*/
  .block-two-featured.home-featured .container {
    width: 100%;
    max-width: 540px;
  }
  .header-mobile.fixed-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-mobile img {
    max-width: 111px;
    height: 36px;
    width: 100%;
  }
  /*footer*/
  .btn.btn-violet a,
  .btn.btn-violet-light a {
    padding: 13px 25px;
  }
  .textwidget .block-messenger-wrapper .eldesk-chat {
    width: 64px;
    height: 64px;
  }
  .eldesk-chat img {
    width: 35.5px;
    height: 35.5px;
  }
  footer .footer-copy-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-top .logo {
    display: none;
  }
  footer .footer-top h3.widget-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #68738c;
    margin-bottom: 0px;
  }
  .icon-link-footer .social-plugin span,
  .footer-top .footer-links p {
    font-size: 12px;
  }
  #footer .footer-top .footer-links ul.menu a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  footer .footer-copy-right .copyright {
    font-size: 11px;
  }
  footer#footer .footer-top {
    padding-top: 4rem;
    padding-bottom: 0px;
  }
  footer .footer-top .social-plugin {
    margin-top: 24px;
  }
  footer .footer-top .icon-link {
    padding-bottom: 1rem;
  }
  #footer .footer-top .footer-links.icon-link-footer {
    margin-bottom: 2rem;
  }
  .footer-top .contact-footer .textwidget {
    padding-top: 24px;
  }
  .footer-top .footer-links p {
    padding-bottom: 1rem;
  }
  #footer .footer-top .footer-links.hover-footer {
    margin-bottom: 2rem;
  }
  footer .footer-top .feature-footer h3.widget-title,
  footer .footer-top .company-footer h3.widget-title {
    margin-bottom: 24px;
  }
  #footer .footer-top .footer-links.col-12 ul.menu li {
    margin-bottom: 1rem;
    padding: 0;
  }
  #footer .footer-top .footer-links.hover-footer.company-footer {
    margin-bottom: 20px;
  }

  /*conten*/
  .home-featured .block-wrapper {
    padding-top: 0px;
  }
  .block-two-featured .block-sub-logo h4.items {
    background: #68738c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .button-slide .arrow-icon i.fas {
    font-size: 0.75em;
  }
  .container {
    padding-right: var(--bs-gutter-x, 1rem) !important;
    padding-left: var(--bs-gutter-x, 1rem) !important;
  }
  .home .block-hero.block-home-banner.hero-two-columns {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .block-home-banner .hero-text .block-content p {
    margin: auto;
    font-size: 18px;
    line-height: 28px;
    color: #68738c;
    padding-bottom: 40px;
  }
  .home .block-home-banner .hero-text.flex-column {
    padding-top: 6.5rem;
    padding-bottom: 0;
  }
  .block-hero.block-home-banner .block-content h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #374056;
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .block-hero.block-home-banner .image-banner img {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 0px;
  }
  .block-hero.block-home-banner .image-banner .block-content::before {
    height: 100%;
    left: -10%;
  }
  .home section.home-featured {
    padding-top: 80px;
  }
  .block-two-featured .title-featured.col-12 {
    padding-bottom: 36px;
  }
  .block-home-banner .btn {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .block-home-banner .icon-scroll,
  .block-two-featured .animation-home {
    display: none;
  }
  .block-two-featured #scroll-0 {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .block-two-featured .block-color h4 {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 22px;
    align-items: center;
    margin: auto 0;
  }
  .home-featured .block-color p {
    font-size: 16px;
    line-height: 26px;
  }
  .home-featured .block-color .text {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #374056;
  }
  .block-two-featured .block-color .block-sub-logo {
    padding-bottom: 21px;
  }
  .block-two-featured .block-color h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .home-featured .col-right {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-featured #scroll-1 .block-color-right.col-right,
  .home-featured .block-color:nth-child(even) .order-2.col-right {
    padding-left: 16px;
  }
  .block-basis .design-layout.content-one-column {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
  }
  .block-basis .logo-establish {
    position: absolute;
    top: 25px;
    left: -70px;
  }
  .block-basis .logo-manage {
    position: absolute;
    right: -70px;
    top: 25px;
  }
  .block-basis .logo-develope {
    position: absolute;
    left: -70px;
    top: 80%;
  }
  .block-basis .logo-operat {
    position: absolute;
    right: -70px;
    top: 80%;
  }
  footer .block-footer .container h2 {
    color: #f4f7fb;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 0.005em;
    padding-left: 15px;
    padding-right: 15px;
  }
   .home-featured .feature-content {
	   	padding-left: 16px;
	    padding-right: 16px;
   }
  .home section.block-footer.block-padding {
    padding-top: 5rem;
  }
  .home .block-footer .container {
    padding-bottom: 3rem;
  }
  .block-home-banner h1.banner-title {
    font-weight: 800;
    font-size: 34px;
    line-height: 46px;
    color: #374056;
  }
  .block-home-banner button {
    width: 100%;
    margin: 10px 0px;
  }
  .block-home-banner img {
    padding-top: 40px;
  }
  .home-featured .title-featured {
    padding: 0px;
  }
  .home-featured h2 {
    font-size: 28px;
    line-height: 36px;
    color: #374156;
  }
  .home-featured .block-sub-content {
    max-width: 343px;
    width: 100%;
    margin: 0px auto 24px;
  }
  .home-featured h4 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #374056; 
    margin: 0;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .home-featured .feature-content-title .teaser {
    font-size: 16px;
    line-height: 26px;
    max-width: 248px;
    width: 100%;
  }
  .home-featured .tab-home-1 .feature-content-title .teaser {
    max-width: 266px;
  }
  .home-featured .tab-home-3.feature-content .teaser {
    padding-right: 5rem;
  }
  .block-two-featured .block-background-cross .block-color .block-color-left {
    padding-top: 45px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .block-two-featured.home-featured .block-background-cross .row .block-color {
    padding-top: 0px;
  }
  .block-two-featured .block-color .block-color-left .block-content {
    padding: 12px 0 0 0px;
  }
  .home-present.block-two-column .row {
    padding: 0rem;
  }
  .home-present .block-wrapper h2 {
    padding-bottom: 2rem;
  }
  .block-two-featured .block-color:nth-child(odd) .block-color-left.col-12 {
    padding-right: 16px;
  }
  .block-two-featured .block-color {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .block-two-featured .container {
    width: 100%;
  }
  .block-two-featured .block-color span {
    bottom: 8px;
    width: 8px;
    height: 5px;
    background: linear-gradient(180deg, #2c56ea 1.35%, #6d47f4 100%);
  }
  .block-basis .content-basis h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.005em;
    font-weight: bold;
    color: #374056;
  }
  .block-basis .content-basis {
    max-width: 195px;
    width: 100%;
  }
  .block-basis .design-layout.content-one-column {
    padding: 0px;
  }
  .block-basis .block-platform-content {
    padding-top: 0;
    /*position: static;*/
  }
  .block-basis .block-platform-content .rect-runing {
    position: absolute;
    /*top: 50%;
    left: 50%;
    bottom: unset;
    right: auto;
    transform: translate(-50%, -50%);*/
    right: -50px;
    bottom: -50px;
    background:  #F4F7FB;
  }
  .block-basis.block-one-column .basis-left .basis-logo {
  	width: 73px;
    height: 73px;
    top: 50%;
  }
  .block-basis .design-all-basis {
    margin: 0;
  }
  .block-basis .design-all-basis-right {
    margin-top: 10rem;
  }
  .block-basis .basis-left .v-line {
    top: 100%;
  }
  .block-basis .design-layout .style-logo {
    width: 57px;
    height: 57px;
    margin-left: -70px;
    margin-right: -70px;
  }
  .block-basis .design-layout .style-logo img {
    width: 30px;
    height: 30px;
  }
  .block-basis .logo-operat img {
    margin-left: 0px;
  }
  .block-basis .design-all-basis .basis-left {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -65px;
    /*bottom: unset;*/
  }
  .block-basis .icon-basis {
    position: relative;
    width: 100%;
    height: auto;
  }
  .block-basis .design-all-basis .basis-left .d-block {
  	height: 100px;
  }
  .block-basis .basis-left img {
    width: 35px;
    height: 36px;
  }
  .block-basis .content-basis p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #68738c;
    text-align: left;
  }
  .block-basis .content-basis h2 {
    padding-bottom: 24px;
  }
  .home-featured .block-color .img-fluid.animated {
    max-width: 100%;
  }
  .block-basis .v-line.aos-init {
    left: 50%;
  }
  section.block-basis {
    padding: 8rem 0 9rem 0;
  }
  .home-featured .block-sub-content {
    background-color: #fff;
  }
  .block-two-featured .block-background-cross::after {
    top: -0.7%;
  }
  .block-basis.block-one-column:after {
  	top: 12%;
  }
  .block-footer .text-center {
  	padding-left: 16px;
    padding-right: 16px;
  }

  /*Article*/
  section.block-sidebar-left.block-default-page {
    padding: 4rem 0;
  }
  .block-sidebar-left.block-default-page .sidebar-left {
    max-width: 100%;
  }
  .link-page .menu-menu-left-container ul {
    padding-left: 0px;
    padding-top: 0rem;
  }
  .block-sidebar-left.block-default-page .menu-menu-left-container {
    height: auto;
  }
  .link-page .menu-menu-left-container li {
    width: 50%;
    text-align: center;
  }
  .link-page .menu-menu-left-container ul {
    display: flex;
  }
  .link-page .menu-menu-left-container .active::after {
    content: "";
    width: 80%;
    height: 4px;
    background: #2c56ea;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
    left: 10%;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    top: auto;
  }
  .block-sidebar-left .link-page a.nav-link,
  .block-sidebar-left .link-page a.active.nav-link {
    font-size: 14px;
    line-height: 24px;
  }
  .block-sidebar-left .content-page h1 {
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 1rem;
  }
  .block-sidebar-left .content-page .tab-content {
    padding-left: 0px;
  }
  .block-sidebar-left .content-page .tab-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 35px;
  }
  .block-sidebar-left section {
    padding: 3rem 0 0;
  }
  .block-sidebar-left .link-page .menu-menu-left-container::before,
  .block-sidebar-left .link-page .menu-menu-left-container::after {
    height: 0;
  }
  .block-sidebar-left .content-page h4 {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .block-sidebar-left .content-page h5 {
  	font-size: 17px;
    line-height: 27px;
  }
  .block-sidebar-left .content-page strong {
    font-size: 16px;
    line-height: 26px;
  }
  .block-sidebar-left p,
  .block-sidebar-left li {
    font-size: 16px;
    line-height: 26px;
    color: #68738c;
  }
  span.term-font-18 {
    font-size: 16px;
    line-height: 26px;
  }
  .block-sidebar-left .content-page h5.sub-content-page {
  	font-weight: bold;
    font-size: 17px;
    line-height: 27px;
  }

  .system-featured.block-system-featured .page-title h1 {
  	font-weight: 800;
    font-size: 32px;
    line-height: 46px;
    color: #374056;
    padding: 0px;
    margin-bottom: 40px;
  }

  .system-featured.block-system-featured .page-title {
  	padding-top: 36px;
  	margin-bottom: 0rem;
  	padding-bottom: 4rem;
  }
  .system-featured .row-items.row {
  	margin-top: 0;
  }
  .system-featured.block-system-featured .group-title ul {
  	display: flex;	
  }
  .system-featured .group-title li {
  	margin: 0 auto;
  }
  .system-featured.block-system-featured .row-items .group-title {
  	height: auto;
  	padding-top: 0px;
  }
  .system-featured .row.row-items .row-item__group .row-items__title h3 {
  	font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
  .system-featured .row.row-items .row-items__content ul li {
  	line-height: 26px;
    font-size: 16px;
    margin-top: 10px;
  }
  .system-featured .row.row-items .row-item__group {
  	width: 100%;
  	padding-top: 0;
  }
  .system-featured .row.row-items #quan-ly-ban-hang .row-items__image {
  	padding-top: 0;
  }
  .system-featured .row.row-items #thiet-lap-muc-tieu .row-item__group {
  	padding-top: 0;
  }

  /*Register <767*/

  #header.not-show-mobile {
 		height: 65px;
  }
  .registration .block-wrapper h2 {
 	    font-weight: 800;
    font-size: 34px;
    line-height: 46px;
  }
  .registration .col-left p.sub-register {
   	font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .registration .col-left p.sub-register br {
 		display: none;
  }
  .registration.block-two-column .col-left {
  	padding-top: 6rem;
  	padding-bottom: 0rem;
  }
  .registration.block-two-column .col-left .block-wrapper {
  	margin: 0 auto;
  	float: none;
  	max-width: 508px;
  }
  section.link-registration.block-one-column {
  	padding-bottom: 2rem;
  }
  .registration .button-register .no-account p,
  .registration p a {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }

	/*Featured <767*/
	.tab-featured .subtab-content-el .tab-menu-eldesk ul li:first-child {
		margin-left: 10px;
	}
	.tab-featured .subtab-content-el .block-tab-menu {
    padding: 1rem;
	}
	.tab-featured .block-tab-menu span {
		display: block;
	}

	.tab-featured .block-tab-menu .tab-menu-eldesk a.nav-link img {
    margin: 0 auto;
    width: 30px;
  	height: 30px;
	}
	.tab-featured h1.block-tab-title {
		font-weight: 800;
    font-size: 32px;
    line-height: 46px;
    padding: 0 ;
    width: 100%;
    margin: 0 auto;
	}
	.diagram-top {
		display: none;
	}
	.tab-featured .tab-menu-eldesk ul a.nav-link {
		font-size: 14px;
  	line-height: 24px;
  	padding: 8px 0;
	}
	.tab-featured .tab-menu-eldesk img {
		display: block;
		margin: 0 auto;
	}

	.tab-featured .subtab-content-el.col-12 {
  	padding-bottom: 1rem;
	}
	
	.tab-featured .tab-content .title-el-tab h3 {
		font-size: 24px;
  	line-height: 34px;
	}
	.tab-featured .tab-el-content a.nav-link {
		font-size: 18px;
		line-height: 28px;
		max-width: 170px;
  	width: 100%;
		padding: 8px;
		text-align: center;
  	margin-top: 0px;
  	margin-bottom: 1rem;
 	 	margin-right: 1rem !important;
	}
	.tab-featured .block-tab-eldesk .title-el-tab h3 {
		font-size: 24px;
    	line-height: 32px;
    	font-weight: 700;
	}
	.eldeks-tabcontent .right-tab ul li {
		font-size: 16px;
    	line-height: 26px;
	}
	.tab-featured .block-tab-menu .tab-menu-eldesk {
		padding-top: 40px;
	}
	.tab-featured .section-tabs .block-tab-eldesk.tab-pane-fade {
		padding-top: 0;
	}
	.tab-featured .section-tabs .block-tab-eldesk.tab-pane-fade:last-child {
		padding-bottom: 0;
	}
	.tab-featured .tab-title-layout.nav {
		padding-bottom: 0px;
	}
	.eldeks-tabcontent .tab-content > .tab-pane.fade {
		padding-bottom: 0rem;
	}
	.tab-featured .tab-content .description {
		padding-right: 0px;
	}
	.tab-featured .row.title-subtab {
		padding-top: 3rem;
	}
	.tab-featured .subtab-content-el .tab-menu-eldesk.sticky {
		position: static;
	}

	/*Error404*/
	.error404 b {
		display: none;
	}
	.error-404 .err,
	.error-404 .err2 {
		font-size: 10rem;
	}
	.error-404 .fa-question-circle {
		font-size: 10rem;
	}
	.block-service-price .service-price-title h1 {
		font-size: 32px;
		font-weight: 800;
	}
	.block-service-price .btn {
		min-width: 100%;
	}
	.block-service-price .el-icon-list-item::before,
	.block-service-price .el-icon-list-item-free::before {
		margin-right: 18px;
    	margin-left: 6px;
	}
	.tab-featured .section-tabs .subtab-content-el .block-tab-menu {
		padding: 0;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  .registration .contact-consultation button {
    margin-top: 20px;
  }
  .error-404 .msg h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .error-404 .page-content img {
    max-width: 500px;
  }
  svg.d-lg-none .path {
    stroke-width: 3; 
  }
	.system-featured .row-items.row .group-title {
		height: auto;
	}
	.tab-featured .section-tabs .sticky.position-fixed {
		max-width: 736px;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: #fff;
	}
	.tab-featured .section-tabs .sticky ul {
		margin-top: 30px;
	}
	/*Featured 768-991*/
	.eldeks-tabcontent .tab-content > .tab-pane.fade {
		padding-bottom: 0;
	}
	.tab-featured .block-tab-menu span {
		display: block;
	}

	.tab-featured .block-tab-menu .tab-menu-eldesk a.nav-link img {
    margin: 0 auto;
    width: 30px;
  	height: 30px;
	}
	.tab-featured .subtab-content-el .tab-menu-eldesk.sticky {
		position: static;
	}
	.tab-featured .tab-content .description {
		padding-right: 0px;
	}
	html {
    overflow-x: hidden;
	}
	.home-featured .tab-home-3.feature-content .teaser {
		padding-right: 0;
	}
	.tab-featured h1.block-tab-title {
		font-size: 40px;
  	line-height: 52px;
	}
	.tab-featured .tab-menu-eldesk ul a.nav-link {
		font-size: 16px;
  	line-height: 26px;
  	padding: 8px 0;
	}
	.tab-featured .tab-menu-eldesk img {
    display: block;
    margin: 0 auto;
	}
	.tab-featured .tab-content .title-el-tab h3 {
		font-size: 26px;
  	line-height: 36px;
	}
	.tab-featured .tab-el-content a.nav-link {
		font-size: 18px;
    line-height: 28px;
    max-width: 200px;
  	width: 100%;
    padding: 8px 12px;
    text-align: center;
  	margin-right: 1rem !important;
  	margin-bottom: 1rem;
	}
	.eldeks-tabcontent .right-tab ul li {
		font-size: 16px;
	    line-height: 26px;
	}
	.tab-featured .tab-title-layout.nav {
		padding-bottom: 30px;
	}
	.tab-featured .title-subtab.row {
		padding-top: 3rem;
	}
	.tab-featured .diagram-top .h-line {
		width: 76%;
	}
	.diagram-top svg .path {
		stroke-dasharray: 7;
	}

	/*Register 768-991*/
	section.link-registration.block-one-column {
    	padding-bottom: 5rem;
    }
	.registration.block-two-column .col-left {
    	padding-top: 6rem;
    	padding-bottom: 0rem;
    }
	#header.not-show-mobile {
   		height: 65px;
    }
	.registration.block-two-column .col-left .block-wrapper {
    	margin: 0 auto;
    	float: none;
    	max-width: 508px;
    }
	.registration .block-wrapper h2 {
   	    font-weight: 800;
	    font-size: 40px;
	    line-height: 52px;
    }
    .registration .col-left p.sub-register {
	   	font-size: 16px;
	    line-height: 26px;
	    margin-bottom: 0px;
    }
    .registration .button-register .no-account p,
    .registration p a {
	    font-size: 14px;
	    line-height: 24px;
	}

	/*procedure 768-991*/
	.system-featured .row.row-items #thiet-lap-muc-tieu .row-item__group {
	  	padding-top: 0;
	}
	.system-featured .row.row-items #quan-ly-ban-hang .row-items__image {
	  	padding-top: 0;
	}
	.system-featured .row.row-items .row-items__content ul li {
	  	line-height: 26px;
	    font-size: 16px;
	    margin-top: 10px;
	}
	.system-featured .row.row-items .row-item__group .row-items__title h3 {
	  	font-size: 26px;
	    line-height: 36px;
	}
	.system-featured.block-system-featured .page-title h1 {
		font-size: 40px;
    	line-height: 52px;
    	padding: 0;
    	margin-bottom: 40px;
	}
	.system-featured.block-system-featured .group-title ul {
		display: flex;
	}
	.system-featured .group-title li {
	  	margin: 0 auto;
	}
	.system-featured .page-title .group-image-logo {
		max-width: 760px;
    	width: 100%;
	}
	.system-featured.block-system-featured .page-title {
	  	padding-top: 40px;
	  	margin-bottom: 0px;
	}
	.system-featured.block-system-featured .row-items {
	    margin-top: 4em;
	}

	/*Home*/
  .home .block-hero.block-home-banner {   
    margin-top: 65px;
  }
  .home .block-home-banner .hero-text {
    padding-top: 0;
  }
  .block-two-featured .block-color span {
    bottom: 9px;
  }
  .block-hero.block-home-banner .image-banner .block-content::before {
    height: 100%;
    left: -10%;
  }
  .block-two-featured .title-featured {
    padding: 0px 0px 50px;
  }
  .home-featured .block-sub-content {
    max-width: 450px;
    width: 100%;
    margin: 0px auto 32px;
  }
  .block-hero.block-home-banner .image-banner img {
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-bottom: 60px;
  }
  .block-home-banner .container .image-banner {
    padding-top: 60px;
  }
  .block-home-banner .hero-text.flex-column {
    padding-top: 2rem;
  }
  .block-home-banner h1.banner-title {
    font-size: 40px;
    line-height: 45px;
    width: 100%;
  }
  .block-hero.block-home-banner .block-content h5 {
    margin: 1rem 0 3rem 0;
  }
  .block-home-banner .icon-scroll,
  .block-two-featured .animation-home {
    display: none;
  }
  .block-home-banner .button-banner {
    padding-bottom: 3rem;
  }
  .home-featured h2 {
    font-size: 32px;
    line-height: 42px;
    width: 460px;
    margin: 0 auto;
    padding: 0px;
  }
  .home-featured #scroll-1 .block-color-right.col-right {
    padding-left: 0;
  }
  .home-featured .block-color:nth-child(2n) .order-2.col-right {
    padding-left: 12px;
  }
  .home .block-hero.block-home-banner {
    padding-bottom: 2rem;
    padding-top: 4rem;
  }
  .block-two-featured .block-color {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .block-two-featured .block-background-cross .block-color .block-color-left {
    padding-bottom: 24px;
    padding-left: 12px;
  }
  .block-basis .design-layout.content-one-column {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .block-basis .design-layout .style-logo {
    width: 57px;
    height: 57px;
  }
  .block-basis .design-layout .style-logo img {
    width: 24px;
    height: 24px;
  }
  .block-basis .content-basis h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  .block-two-featured .block-color h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-featured .block-color .text {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #374056;
  }
  .block-hero.block-home-banner .block-content h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #374056;
  }
  .block-two-featured .block-color h4 {
    font-size: 13px;
  }
  .home-featured.block-two-featured p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
  }
  .block-basis .content-basis p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #68738c;
    text-align: left;
  }
  .block-basis .design-all-basis .basis-left {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -130px;
  }
  .block-basis .basis-left img {
    width: 45px;
    height: 45px;
  }
  .block-basis .logo-icon-0 {
    position: absolute;
    left: 8%;
  }
  .block-basis .logo-icon-1 {
    position: absolute;
    right: 8%;
  }
  .block-basis .logo-icon-2 {
    position: absolute;
    left: 8%;
  }
  .block-basis .logo-icon-3 {
    position: absolute;
    right: 8%;
  }
  footer .block-footer .container h2 {
    color: #f4f7fb;
    font-size: 32px;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: 0.005em;
  }
  .home section.block-footer.block-padding {
    padding-top: 5rem;
  }

  .block-sidebar-left .content-page h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 2rem;
  }
  .block-sidebar-left .content-page .tab-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .block-sidebar-left .content-page h4 {
    font-size: 20px;
    padding-top: 1rem;
  }
  .block-sidebar-left .term-font-18 {
    font-size: 16px;
  }
  .block-sidebar-left .content-page strong {
    font-size: 16px;
    line-height: 26px;
  }
  .block-sidebar-left section {
    padding: 0;
  }
  .tab-featured .subtab-content-el.col-12 {
  	padding-bottom: 0rem;
  }
  .home-featured .featured-logo {
  	margin: 0 auto;
  }
  .home-featured .fature-home h4,
  .home-featured .fature-home .teaser {
  	text-align: center;
  }
  .block-basis.block-one-column .basis-left .basis-logo {
  	width: 90px;
  	height: 90px;
  }
}

@media (max-width: 1600px) {
  body.home {
    overflow-x: hidden;
  }
}
@media (max-width: 1440px) {
  section {
    padding: 4rem 0;
  }
 
  .home .block-hero.block-home-banner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home .block-home-banner .hero-text {
    padding-top: 5.5rem;
  }
  .block-hero .block-content h5 {
    margin: 4rem 0;
  }
  .home section.block-two-featured {
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error-404 .page-content img {
    max-width: 700px;
  }

	html {
		overflow-x: hidden;
	}

	.tab-featured .subtab-content-el .tab-menu-eldesk.sticky {
		max-width: 840px;
    margin: 0 auto;
	}
	.tab-featured .block-tab-menu span {
		display: block;
	}
	.tab-featured .block-tab-menu .tab-menu-eldesk a.nav-link img {
	    margin: 0 auto;
	    width: 40px;
    	height: 40px;
	}
	.home-featured .block-sub-content .feature-content-title {
		padding: 24px 18px;
	}
	
	/*Featured 992-1199*/
	.home-featured .fature-home .h-line svg {
		width: 100%;
    	max-width: 1199px;
	}
	section.link-registration.block-one-column {
    	padding-bottom: 2rem;
    }
	.tab-featured h1.block-tab-title {
		font-size: 43px;
    	line-height: 55px;
	}
	.tab-featured .tab-menu-eldesk img {
	    display: block;
	    margin: 0 auto;
	}
	.tab-featured .tab-menu-eldesk ul a.nav-link {
		font-size: 18px;
    	line-height: 30px;
    	padding: 8px 0;
	}
	.tab-featured .tab-el-content a.nav-link {
		font-size: 16px;
	    line-height: 26px;
	    max-width: 50%;
	    text-align: center;
	}
	.tab-featured .tab-content .description {
		padding-right: 1rem;
	}
	.tab-featured .tab-title-layout.nav {
		padding-bottom: 40px;
	}
	.tab-featured .diagram-top .h-line {
		width: 77%;
	}
	.diagram-top svg .path {
		stroke-dasharray: 8;
	}

	/*Sign up for a trial 992-1199*/
	.registration.block-two-column .col-left .block-wrapper {
    	margin: 0 auto;
    	float: none;
    }
    .registration .block-wrapper h2 {
    	font-size: 40px;
    	line-height: 52px;
    }
    .registration .col-left p.sub-register {
    	margin: 0;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .registration .col-left.col-12 {
    	padding-top: 2rem;
    	padding-bottom: 0rem;
    }
    .registration .text-center {
      margin-bottom: 2rem!important;
    }

	/*Home*/
  .block-two-featured .block-color span {
    bottom: 9px;
  }
  .block-home-banner h1.banner-title {
    font-size: 43px;
    line-height: 55px;
  }
  .block-home-banner .hero-text.flex-column {
    padding-top: 5rem;
  }
  .block-hero.block-home-banner .block-content h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #374056;
    margin: 1rem 0 3rem 0;
  }
  .block-home-banner .btn {
    min-width: 200px;
    max-width: 100%;
  }
  .block-home-banner .image-banner.order-1 {
    padding-top: 0;
  }
  .block-home-banner .image-banner.order-1 img {
    margin-left: 0;
    width: 100%;
    padding-top: 40px;
  }
  .home .block-hero.block-home-banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .home-featured h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
  }
  #footer .footer-top .footer-links.col-12 ul li {
    padding: 0px;
  }
  footer .footer-top .social-plugin {
    margin-top: 42px;
  }
  .home-featured .block-color h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .block-two-featured .block-color:nth-child(odd) .block-color-left.order-1,
  .home-featured #scroll-1 .block-color-right.order-2,
  .home-featured .block-color:nth-child(even) .order-2.block-color-right {
    padding-left: 0px;
  }
  .home-featured .block-color p {
    font-size: 16px;
    line-height: 26px;
  }
  .block-two-featured .block-color-left .block-content {
    padding: 15px 0px 20px;
  }
  .block-two-featured .block-color {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
  .block-two-featured .button-slide.animate .text {
    font-size: 12px;
    line-height: 20px;
  }
  #scroll-1 .col-left,
  #scroll-3 .col-left {
    padding-left: 30px;
  }
  section.block-basis.block-one-column {
    padding: 6rem 0 9rem 0;
  }
  .block-basis h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .block-basis p {
    font-size: 16px;
    line-height: 26px;
  }
  .block-basis .design-all-basis .style-logo {
    width: 70px;
    height: 70px;
  }
  .block-basis .design-all-basis .style-logo img {
    width: 35px;
    height: 35px;
  }
  .block-basis .design-all-basis .basis-left {
    width: 90px;
    height: 90px;
    transform: translate(0, 220%);
  }
  .block-basis .basis-left img {
    width: 50px;
    height: 50px;
  }
  .block-basis .logo-icon-0 {
    position: absolute;
    top: 8%;
    left: 16%;
  }
  .block-basis .logo-icon-1 {
    position: absolute;
    right: 16%;
    top: 8%;
  }
  .block-basis .logo-icon-2 {
    position: absolute;
    left: 16%;
    top: 78%;
  }
  .block-basis .logo-icon-3 {
    position: absolute;
    right: 16%;
    top: 78%;
  }
  .block-basis .design-layout {
    margin-left: 10rem;
    padding-bottom: 10rem;
    padding-top: 10rem;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: center;
  }
  footer .block-footer.block-padding h2 {
    font-size: 38px;
    line-height: 48px;
    padding-left: 20%;
    padding-right: 20%;
  }
  .home section.block-footer.block-padding {
    padding: 5rem 0;
  }
  .home-featured .tab-home-3.feature-content .teaser {
    padding-left: 28%;
    padding-right: 28%;
  }
  .home-featured .dotted-line svg.flow-chart-diagram-svg {
    margin-left: -50px;
  }
  .home section.home-featured {
    padding-top: 5rem;
  }
  .home-featured .title-featured {
    padding: 0px 16% 60px;
  }
  .block-two-featured .block-background-cross {
  	padding-top: 5rem;
  }
  .block-basis .basis-left .v-line {
  	top: 70%;
  }
}


@media (min-width: 1200px) and (max-width: 1399px) {
  .tab-featured .subtab-content-el .tab-menu-eldesk.sticky {
    max-width: 988px;
    margin: 0 auto;
  }
	.tab-featured .block-tab-menu span {
		display: block;
	}
	.tab-featured .block-tab-menu .tab-menu-eldesk a.nav-link img {
	    margin: 0 auto;
	}
	.tab-featured .diagram-top .h-line {
		max-width: 890px;
	}
	.home-featured .fature-home .h-line svg {
		width: 100%;
	}
	html, body {
	    overflow-x: unset;
	}
	.home-featured .block-sub-content .feature-content-title {
		padding: 24px 30px;
	}
	.diagram-top svg .path {
		stroke-dasharray: 8;
	}
  .home-featured .tab-home-3.feature-content .teaser {
    padding-right: 20%;
  }
  .home-featured .dotted-line svg.flow-chart-diagram-svg {
    margin-left: -30px;
  }
  .block-two-featured .block-color:nth-child(even) .block-color-left.order-1 {
    padding-left: 60px;
  }
  .block-two-featured .block-color:nth-child(odd) .block-color-left.col-left,
  .home-featured .block-color:nth-child(even) .order-2.col-right {
  	margin-left: 60px;
    padding-left: 0px;
  }
  .block-home-banner .image-banner.order-1 img {
  	width: 100%;
  }
}

@media (max-width: 991px) {

	.error-404 .msg p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .registration .text-center.mb-5 a {
    display: none;
  }

	.system-featured .group-title ul li {
		border: 3px solid #97c0e5;
	}
	.system-featured.block-system-featured {
		padding-bottom: 0px;
	}
	.system-featured .page-title.row h1 span {
	  	width: 8px;
	    height: 7px;
	    bottom: 12px;
	    margin-left: 5px;
	}
	.system-featured.block-bacground-cross::after {
		background-color: #fff;
	}
	.system-featured .owl-theme .owl-dots button.owl-dot span {
		width: 48px;
    	height: 4px;
	}
	.order-md-3.img-tab-procedure {
	    order: 2!important;
	}
	.order-md-2.content-tab-procedure {
	    order: 3!important;
	}
	.system-featured .group-title ul li:not(:last-child) {
		margin-bottom: 0;
	}
	.system-featured.block-system-featured .row-items .group-title {
		margin-right: 0;
	}
	.system-featured.block-system-featured .group-title ul::before {
		left: 15%;
	    top:50%;
	    transform: translateY(-50%);
	    background-image: url(../img/v-line.svg);
    	background-repeat: repeat-x;
    	height: 5px;
    	width: 70%;
	}
	.block-system-featured.system-featured .row.row-items .group-title ul {
		display: flex;
	}
	.tab-featured.block-two-column {
	    background-color: #FFFFFF;
	}
	.tab-featured .button-video.col-12 {
		padding-bottom: 4rem;
        padding-top: 1rem;
	}
	.tab-featured .section-tabs .tab-menu-eldesk {
		margin-top: 0;
	}
	.tab-featured .section-tabs .tab-menu-eldesk {
		max-width: 100%;
	}
	.tab-featured .tab-menu-eldesk ul.nav {
		flex-direction: row;
		transition: 0.5s;
	}
	.tab-featured .tab-menu-eldesk li.nav-item:not(:last-child) {
		margin-bottom: 0px;
	}
	.tab-featured .tab-menu-eldesk ul.nav::before {
		height: 4px;
    	width: 80%;
    	background-repeat: repeat-x;
    	left: 10%;
    	top: 50%;
    	background-image: url(../img/v-line.svg);
    	background-position: center;
	}
  .home .block-hero.block-home-banner {
    background-color:  var(--gray-table);
    padding-top: 0;
    margin-bottom: 5rem;
    padding-bottom: 0;
  }
  .home .block-hero .background-full {
    display: none;
  }
  .block-hero.block-home-banner .hero-img img {
    opacity: 1;
    top: 40px;
  }
  .block-hero.block-home-banner .btn {
    width: 100%;
    margin: 0;
  }
  .block-hero.block-home-banner .btn:last-child {
    margin-top: 16px;
  }
  .home-featured .dotted-line {
    display: none;
  }
  .home-featured .block-color {
    display: block;
  }
  .header-mobile {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  }
  .registration .btn-violet.btn label {
  	padding: 0;
  }
}
@media (min-width: 992px) {
  .home
    #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link {
    color: var(--body-color);
    font-weight: 800;
  }
  .home-featured .feature-content,
  .block-two-featured .fature-home .col-lg-3 {
    width: calc(25% - 5px);
  }
  #footer .footer-top .footer-links ul a {
    line-height: 24px;
  }
}

.registration .form-regis .contact-button {
  padding-top: 12px;
  padding-bottom: 12px;
}
.tab-featured .tab-title-layout {
  position: relative;
  padding-bottom: 48px;
}
.tab-featured .description {
  margin-right: 1rem;
}
.form-regis span {
	color: red;
}

.tab-featured .button-video {
	text-align: center;
	padding-bottom: 7rem;
  padding-top: 3rem;
}
.button-video span {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	font-weight: 800;
	background: var(--gradient-btn-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

body.ve-eldesk #header .logo-1 ,
body:not(.ve-eldesk) #header .logo-2 {
  display: none;
}

body.ve-eldesk #header .logo-2  {
  display: block;
}
body.ve-eldesk #header {
  background: transparent;
  transition: 0.7s;
}
body.ve-eldesk #header.header-scrolled {
  border-bottom: none;
  background: #363636;
  border-color: #303030;
}
body.ve-eldesk #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #F4F7FB;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: aliceblue;
  border-radius: 10px 0 10px 0;
}
body.ve-eldesk #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item::after {
  background: #363636;
}
body.ve-eldesk #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  background: rgba(104, 115, 140, 0.1);
  border-radius: 10px 0;
  font-weight: 800;
}
body.ve-eldesk #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children 
> a.mega-menu-link > span.mega-indicator:after {
  background: #F4F7FB;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-home-banner .btn.btn-violet a {
	padding-top: 13px;
  padding-bottom: 13px;
}
#header.fixed-top {
	transition: none;
}
.post-single .social-media i.fa-twitter::before {
  content: "\f099";
}
.home-featured .animate-2 .dotted-line svg,
.home-featured .animate-3 .dotted-line svg {
  margin-left: -10px;
}
.registration .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
}
.error-404 h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  color: #374056;
}
.error-404 p {
  font-size: 18px;
  line-height: 28px;
  color: #68738C;
  margin-top: 16px;
  margin-bottom: 36px;
}
.error-404 span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.error-404 .btn-violet a {
  padding: 12px 50px;
}
.error-404 .er-404 {
  padding-bottom: 3rem;
}
.error-404 {
  margin-top: 80px;
  margin-bottom: 30px;
}
.error-404 img {
  width: 100%;
  max-width: 905px;
}
.block-solutions-contact-advice .message-customer ::-webkit-input-placeholder {
	color: #ccc;
}

@media (min-width: 995px) and (max-width: 1440px) {
	.registration .contact-consultation button {
		margin-top: 15px;
	}
	.wpcf7 .checkbox-regis .wpcf7-not-valid-tip {
		margin-top: 5px;
	}
}
@media (min-width: 992px) and (max-width: 994px) {
  .wpcf7 .checkbox-regis .wpcf7-not-valid-tip {
    margin-top: 25px;
  }
  .registration .contact-consultation button {
    margin-top: 10px;
  }
}

.wpcf7-form input:-internal-autofill-selected,
.wpcf7-form input:-internal-autofill-selected:focus,
.wpcf7-form input:-internal-autofill-selected:active {
	-webkit-text-fill-color: var(--gray-content)  !important;
	-webkit-box-shadow: 0 0 0 30px var(--gray-table) inset !important;
	border-color: var(--gray-table) !important; 
}

.back-to-top.active {
	display: none !important;
}
.block-solutions-contact-advice textarea {
  height: 75px;
  resize: none;
}
.registration .form-checkbox .checkbox-regis.pb-2 {
  padding-top: 15px;
}
.contact-consultation {
  position: relative;
}
.registration .wpcf7-form .ajax-loader {
  position: absolute;
  bottom: 12px;
  left: 55%;
}