@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

.fa-cog {
  width: 22px;
  height: 22px;
  /* background: url("../img/cog.svg"); */
  display: inline-block;
  background-size: cover;
  content: "";
  position: relative;
  z-index: 3;
}

.adm-glyphicon span {
  background: url("../img/setting.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block !important;
  position: relative;
  z-index: 9;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

:root {
  --primary-color: #333333;
  --second-color: #ff6109;
  /* --third-color: #EA0000;
    --fourth-color: #007F86; */

  --primary-bg: #e4e4e4;
  --second-bg: #f7f7f7;
}
.back-ground-2 {
  background-color: var(--second-bg);
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

.single .content-blog-detail h3 a {
  color: #000;
}

ol,
ul,
li {
  list-style: none;
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  color: var(--primary-color);
  /* background-color: var(--primary-bg); */
}

html body.modal-open {
  padding-right: 0 !important;
  overflow-y: hidden !important;
}

img {
  max-width: 100%;
  height: auto !important;
  /* border-radius: 12px; */
}
.zoom-img {
  overflow: hidden;
}

.wrap {
  width: 100%;
  /* max-width: 1395px; */
  max-width: 1295px;
  margin: 0 auto;
}

/* header */
.home .header .logo1 {
  display: block;
}

.home .header .logo2,
.header .logo2 {
  display: none !important;
}

/* .home .header.active .logo2, */
.home .header.active .logo1 {
  display: block;
  height: 60px !important;
  padding: 8px 0;
  width: auto !important;
}

/* .home .header.active .logo1 {
  display: none;
} */

.header {
  position: fixed;
  top: 0;
  background-color: #f7f7f7;
  width: 100%;
  z-index: 999;
  transition: all ease 0.3s;
}
.header-nav {
  padding: 0;
  display: flex;
  transition: 0.3s linear;
  max-height: 90px;
  height: 65px;
  align-items: center;
}

.home .header.active {
  /* background-color: var(--primary-color); */
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header.active .header-nav {
  padding: 0 0;
}

.header-logo {
  margin-right: 67px;
}

.header-logo img {
  width: auto !important;
  height: 60px !important;
  padding: 8px 0;
  max-width: none;
}

.nav-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-list ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.nav-list li a {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.header .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 2px;
  left: 0;
  width: 100%;
  transform: scale(0);
  transition: 0.2s linear;
}

.header .nav-list li a {
  transition: 0.2s linear;
}

.header .nav-list li a:hover {
  color: #ff6109;
}

.header.active .nav-list li a:hover {
  color: #c04807;
}

.nav-list li {
  padding: 0 18px;
  line-height: 65px;
  position: relative;
}

.header-funtion {
  display: flex;
  align-items: center;
}

.header-funtion a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
}

.header-funtion a svg {
  margin-right: 10px;
}

.header-funtion a svg use {
  fill: red;
  stroke: red;
}

.header-funtion a:hover span {
  color: var(--second-color);
}

.login-btn,
.btn-register {
  padding: 10px 23px 9px;
  border-radius: 200px;
  transition: all 0.1s linear;
  cursor: pointer;
}

.login-btn {
  background-color: #ff6109;
  color: #fff;
  margin-left: 17px !important;
}

.header-ring {
  float: left;
  margin-top: 6px;
}

.login-btn:hover,
.btn-register:hover {
  background: #fff;
  color: var(--second-color);
}

.login-btn:hover a {
  color: var(--second-color);
}

.login-btn .btn-register,
.login-btn {
  margin-left: 40px;
}

.btn-register {
  transition: all 0.2s linear;
  margin-left: 15px;
}

.btn-register svg {
  margin-left: 20px;
  /* margin-top: 10px; */
  margin-right: 0 !important;
}

.login-btn svg {
  float: left;
  margin-top: 3px;
  color: #ff6109;
}

.login-btn:hover svg {
  color: #ff6109;
}

.btn-register:hover svg path {
  stroke: var(--second-color);
}

/*  */
.menu-sub {
  position: fixed;
  width: 100%;
  left: 0;
  top: 65px;
  transition: 0.2s linear;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
}

.menu-sub .sub-ps {
  position: relative;
  z-index: 1;
  padding: 32px 0;
  background-image: linear-gradient(90deg, #fff 58.33333333%, #f9f9ff 0%);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  min-height: 50vh;
}

.dora-overbg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.menu-sub:hover,
.menu-sub.active {
  top: 65px;
  opacity: 1;
  pointer-events: all;
}

.dora-product-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 600;
}

.dora-product-list {
}

.dora-p-item .icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.dora-p-item {
  margin: 16px 24px 25px;
  position: relative;
}

.dora-p-item .dora-p-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-left: 35px;
  color: #333;
  transition: 0.2s linear;
  cursor: pointer;
}

.dora-p-item .dora-p-name:hover {
  color: #ff6109;
}

.dora-p-item .dora-p-des {
  font-size: 16px;
  margin-left: 35px;
}
.dora-news {
  margin-left: 20%;
}

.sub-menu-sm {
  position: absolute;
  top: 110%;
  right: 0;
  /* transform: translate(-25%, 0); */
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s linear;
  min-width: 230px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.dora-link-item a svg {
  margin-left: 5px;
  transform: rotate(90deg);
}
.dora-link-item:hover > .sub-menu-sm {
  opacity: 1;
  top: 100%;
  pointer-events: all;
}
.sub-menu-sm ul {
  display: block;
}
.sub-menu-sm ul li {
  padding: 10px 25px;
  line-height: 1;
  background-color: #fff;
  transition: 0.2s linear;
  /* border-bottom: 1px solid #d8d8d8; */
}
.sub-menu-sm ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  transition: 0.2s linear;
  display: block;
}
/* end header  */

/* banner */
.banner {
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.banner:before {
  content: "";
  position: absolute;
  top: -160px;
  right: -100px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 97, 9, 0.16),
    rgba(255, 97, 9, 0) 70%
  );
  pointer-events: none;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffff;
  color: #ff6109;
  font-weight: bold;
  font-size: 14px;
  /* border: 1px solid #ffe0cc; */
  margin-bottom: 20px;
  margin-left: -4px;
}
.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffb347;
  box-shadow: 0 0 0 6px rgba(255, 179, 71, 0.18);
}
.content .banner-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.content .banner-title span {
  color: #ff6109;
}
.content .banner-title h1 {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
}
.banner .content .des-1 {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 35px;
}
.banner .content .des-1 h2 {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 35px;
  display: initial;
  font-weight: normal;
}

.banner .btn-group {
  display: flex;
  gap: 20px;
}
.banner .btn-group a {
  flex: 1;
}
.btn-style-1 {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 0;
  color: #ffffff;
  font-weight: 500;
  transition: 0.2s linear;
  background-color: #ff6109;
  padding: 12px 12px;
  border: 2px solid var(--second-color);
  text-align: center;
  cursor: pointer;
}

.btn-style-1:hover {
  background: none;
  border: 2px solid var(--second-color);
  color: var(--second-color) !important;
}

.btn-style-2 {
  border-radius: 10px;
  font-size: 20px;
  margin-top: 0;
  color: #333;
  padding: 12px 12px;
  cursor: pointer;
  border: 2px solid #ff6109;
  -moz-user-select: none;
  display: block;
  transition: 0.2s linear;
  background-color: transparent;
  text-align: center;
}

.btn-style-2:hover {
  background: #ff6109;
  border: 2px solid #f15b43;
  color: #fff !important;
}

.banner-right {
  display: flex;
  align-self: center;
  justify-content: end;
  margin-top: 100px;
}
.banner-chat {
  width: 100%;
  position: relative;
  transition-delay: 180ms;
  max-width: 500px;
}
.banner-chat > div {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgb(240, 230, 215);
  background: rgb(255, 255, 255);
}
.banner-chat-header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px 20px;
  border-bottom: 1px solid rgb(244, 237, 226);
  background: rgb(255, 255, 255);
}
.banner-chat-header .banner-chat-header-avt {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(255, 97, 9);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
}
.banner-chat-header .banner-chat-header-infor {
  flex: 1 1 0%;
}
.banner-chat-header .banner-chat-header-infor .chat-title {
  font-weight: 500;
  font-size: 15px;
  color: rgb(42, 39, 36);
}
.banner-chat-header .banner-chat-header-infor .chat-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgb(138, 130, 123);
}
.banner-chat-header-infor .chat-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(34, 197, 94);
}
.banner-chat .banner-chat-body {
  padding: 20px;
  background: rgb(250, 246, 240);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner-chat-body .banner-chat-mess-left {
  display: flex;
  justify-content: flex-start;
}
.banner-chat-body .banner-chat-mess-right {
  display: flex;
  justify-content: flex-end;
}
.banner-chat-mess-left > div {
  max-width: 82%;
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  border: 1px solid rgb(238, 231, 219);
  padding: 11px 15px;
  border-radius: 16px;
  font-size: 14.5px;
  line-height: 1.5;
}
.banner-chat-mess-right > div {
  max-width: 82%;
  background: rgb(255, 97, 9);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 97, 9);
  padding: 11px 15px;
  border-radius: 16px;
  font-size: 14.5px;
  line-height: 1.5;
}
.banner-chat .chat-crm {
  position: absolute;
  bottom: -60px;
  left: -16px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(240, 230, 215);
  border-radius: 18px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: 4.5s ease-in-out 0s infinite normal none running wpxfloat;
}
.banner-chat .chat-crm > span {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 97, 9, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: rgb(255, 97, 9);
  font-size: 13px;
}
.chat-crm .chat-crm-increased > div:first-child {
  font-weight: 500;
  font-size: 19px;
  color: rgb(42, 39, 36);
  line-height: 1;
}
.chat-crm .chat-crm-increased > div:last-child {
  font-size: 12px;
  color: rgb(138, 130, 123);
}
@keyframes wpxfloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* end banner */

/* Section body */
.section {
  padding: 75px 0;
}
.section-head-wrap {
  padding-bottom: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.section-small-title {
  font-size: 16px;
  text-transform: uppercase;
  /* letter-spacing: 0.12em; */
  color: #ff6109;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 26px;
  text-align: center;
}
.section-description {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  color: #000;
}
.section-description p {
  padding-bottom: 0;
}

.section-title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px;
  text-align: center;
  max-width: unset;
  padding-bottom: 0;
  font-weight: 500;
}
.section-title span {
  color: var(--second-color);
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.audience-card {
  padding: 35px;
  border-radius: 12px;
  background: var(--second-bg);
}
.audience-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff1e8;
  color: #ff6109;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: bold;
}
.audience-card h3 {
  font-size: 24px;
  margin: 0 0 15px;
  color: #1a1a1a;
  line-height: 30px;
}
.audience-card p {
  color: #333;
  margin: 0px 0 20px;
  font-size: 16px;
  line-height: 24px;
}
.audience-card a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ff6109;
}

.featured-number {
  background-color: var(--second-color);
}

.session-5-wrap {
  /* text-align: center; */
  display: flex;
  justify-content: space-evenly;
}

.session-5-wrap .ses-5-item {
  display: flex;
  min-width: 235px;
  color: white;
  align-items: center;
}

.session-5-wrap .ses-5-item .ses-5-item-title {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 1.2px;
}

.session-5-wrap .ses-5-item .ses-5-icon {
  margin-right: 19px;
}

.session-5-wrap .ses-5-item .ses-5-item-title span {
  font-size: 40px;
  position: absolute;
  top: 0;
  right: -30px;
}

.session-5-wrap .ses-5-item p {
  font-size: 16px;
  /* text-align: center; */
}

.session-5-wrap .ses-5-item + .ses-5-item {
  margin-left: 45px;
}

.ses-8-item {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.ses-8-item .img {
  margin-bottom: 18px;
}
.ses-8-item .img .wrap-img {
  padding-bottom: 52.5%;
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.ses-8-item .img img {
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100% !important;
  transition: 0.3s linear;
}
.ses-8-infor {
  padding: 0 15px 15px;
}
.ses-8-infor .date {
  font-size: 12.5px;
  color: #333;
  margin-bottom: 10px;
}
.ses-8-infor .title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 26px;
}
.ses-8-infor .title a {
  color: var(--primary-color);
  transition: 0.2s linear;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ses-8-infor .title a:hover {
  color: var(--second-color);
}
.ses-8-infor .description {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  /* margin-bottom: 20px; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ses-8-infor .view-more {
  margin-top: auto;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #ff6109;
  transition: 0.2s linear;
  display: none;
}
.ses-8-infor .view-more:hover {
  color: var(--primary-color);
}
.ses-8-infor .view-more svg {
  margin-left: 5px;
}
.btn-style-3 {
  padding: 7px 46px;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: block;
  transition: 0.2s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 80px;
  background-color: transparent;
  text-align: center;
}
.btn-style-3:hover {
  background: #ff6109;
  border: 2px solid #f15b43;
  color: #fff !important;
}
.home-session-4 .faq-list {
  max-width: 960px;
  margin: 0 auto;
}
.home-session-4 .faq-list .faq-item {
  background: transparent;
  margin-bottom: 40px;
  cursor: pointer;
  border: none;
  box-shadow: unset;
}
.home-session-4 .faq-list .faq-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0px;
}
.home-session-4 .faq-list .faq-item span {
  float: right;
  cursor: pointer;
  line-height: 23px;
}
.home-session-4 .faq-item .faq-wrap {
  font-size: 16px;
  line-height: 24px;
}
.home-session-4 .faq-item .faq-wrap > div {
  margin-top: 15px;
}
.sosanh-table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0px;
}
.sosanh-table thead .sth-1 {
  text-align: left;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  border-bottom: 2px solid rgb(236, 236, 236);
  width: 24%;
}
.sosanh-table thead .sth-2 {
  text-align: left;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  border-bottom: 2px solid rgb(236, 236, 236);
  width: 38%;
}
.sosanh-table thead .sth-3 {
  text-align: left;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 97, 9);
  border-bottom: 2px solid rgb(255, 97, 9);
  background: #f7f7f7;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 38%;
}
.sosanh-table thead .sth-3 > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.sosanh-table thead .sth-3 .icon-tick {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgb(255, 97, 9);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.sosanh-table tbody tr .std-1 {
  padding: 16px 18px;
  border-bottom: 1px solid rgb(239, 239, 239);
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.sosanh-table tbody tr .std-2 {
  padding: 16px 18px;
  border-bottom: 1px solid rgb(239, 239, 239);
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
}
.sosanh-table tbody tr .std-3 {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 97, 9, 0.18);
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  background: #f7f7f7;
}
.sosanh-table tbody tr .std-1 > div {
  display: flex;
  align-items: center;
  gap: 11px;
}
.sosanh-table tbody tr .std-1 .std-index {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(42, 39, 36);
  color: rgb(255, 255, 255);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-conclusion {
  margin-top: 28px;
  /* background: #fff4ed; */
  /* border: 1px solid #ffd2ba; */
  padding: 22px 26px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #333;
}
.compare-conclusion span {
  color: var(--second-color);
  font-weight: 700;
}

.scenario-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.scenario-flow-card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid #f4e5d6;
  border-radius: 26px;
}

.scenario-flow-card--delay-0 {
  transition-delay: 0ms;
}

.scenario-flow-card--delay-1 {
  transition-delay: 90ms;
}

.scenario-flow-card--delay-2 {
  transition-delay: 180ms;
}

.scenario-flow-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.scenario-flow-card__status {
  padding: 6px 12px;
  color: #fff;
  background: #ff6109;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}

.scenario-flow-card__caption {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scenario-flow-card__timeline {
  position: relative;
  margin-top: 20px;
}

.scenario-flow-step {
  position: relative;
  display: flex;
  gap: 14px;
  padding-bottom: 18px;
}

.scenario-flow-step--result {
  padding-bottom: 0;
}

.scenario-flow-step__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 2px;
  background: #f0e0cf;
}

.scenario-flow-step--trigger .scenario-flow-step__line {
  top: 16px;
}

.scenario-flow-step__marker {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 46px;
  justify-content: center;
  width: 46px;
}

.scenario-flow-step__dot {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  background: #ff6109;
  border: 3px solid #ffe1cd;
  border-radius: 50%;
}

.scenario-flow-step__tag {
  width: 50px;
  padding: 5px 4px;
  color: #ff6109;
  background: #fff;
  border: 1px solid rgba(255, 97, 9, 0.28);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.scenario-flow-step__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #ff6109;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}

.scenario-flow-step__content {
  flex: 1 1 0;
}

.scenario-flow-step__label {
  margin-bottom: 4px;
  color: #ff6109;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.scenario-flow-step__trigger-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.scenario-flow-step__description {
  flex: 1 1 0;
  padding-top: 3px;
  font-size: 16px;
  line-height: 24px;
}

.scenario-flow-result {
  flex: 1 1 0;
  padding: 12px 15px;
  background: #f7f7f7;
  /* border: 1px solid rgba(255, 97, 9, 0.18); */
  border-radius: 12px;
}

.scenario-flow-result__label {
  margin-bottom: 3px;
  color: #ff6109;
  font-size: 14px;
  font-weight: 500;
}

.scenario-flow-result__text {
  font-size: 16px;
  line-height: 24px;
}
/* 
@media (max-width: 767px) {
  .scenario-flow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .scenario-flow-card {
    padding: 22px 18px;
    border-radius: 20px;
  }
} */

.giai-phap-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  transition-delay: 0ms;
}
.giai-phap-tab button {
  font-weight: 500;
  font-size: 14.5px;
  padding: 11px 20px;
  border-radius: 100px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(236, 227, 214);
  transition: 0.2s linear;
}
.giai-phap-tab button:hover,
.giai-phap-tab button.active {
  background: rgb(255, 97, 9);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 97, 9);
  filter: unset;
}
.giai-phap-tab button:hover .feature-showcase__icon-image,
.giai-phap-tab button.active .feature-showcase__icon-image {
  filter: unset;
}
.feature-showcase {
  /* display: flex; */
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
  margin-top: 32px;
  padding: clamp(24px, 4vw, 44px);
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 28px;
  transition-delay: 0ms;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.feature-showcase.active {
  display: flex;
}

/* NÃƒÂ¡Ã‚Â»Ã¢â€žÂ¢i dung bÃƒÆ’Ã‚Âªn trÃƒÆ’Ã‚Â¡i */

.feature-showcase__content {
  flex: 1 1 300px;
  min-width: 260px;
}

.feature-showcase__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 60px;
  height: 60px;
  border-radius: 16px;

  background: #ff6109;
}

.feature-showcase__icon-image {
  width: 20px;
  height: 30px;
  object-fit: contain;
  filter: invert(1);
  vertical-align: bottom;
  margin-right: 5px;
}

.feature-showcase__title {
  margin: 20px 0 12px;

  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  color: #2a2724;
}

.feature-showcase__description {
  max-width: 420px;
  margin: 0;

  font-size: 16px;
  line-height: 1.65;
  color: #333333;
}

.feature-showcase__link {
  display: inline-block;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #ff6109;
  text-decoration: none;
  transition: 0.2s linear;
}

.feature-showcase__link:hover {
  color: var(--primary-color);
}
.feature-showcase__link svg {
  margin-left: 5px;
}
/* KhÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœi preview bÃƒÆ’Ã‚Âªn phÃƒÂ¡Ã‚ÂºÃ‚Â£i */

.feature-showcase__preview {
  flex: 1 1 380px;
  min-width: 280px;
}

/* Mobile */
/*@media (max-width: 680px) {
  .feature-showcase {
    align-items: stretch;
    border-radius: 22px;
  }

  .feature-showcase__content,
  .feature-showcase__preview {
    flex-basis: 100%;
    min-width: 0;
  }

  .feature-showcase__description {
    max-width: none;
  }

  .feature-showcase-browser {
    border-radius: 16px;
  }
}*/

.slide-home-list {
  display: flex;
  gap: 30px;
}
.slide-home-list .slide-home-item {
  flex: 1;
}
.slide-home-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}
.slide-home-img img {
  width: 100%;
  height: auto;
}
.slide-home-txt a {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--primary-color);
  transition: 0.2s linear;
}
.slide-home-txt a:hover {
  color: var(--second-color);
}
/*  */

/* footer */
.fixed-icon {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: 0.3s linear;
  z-index: 99;
}

.fixed-icon a {
  transform: translate(100px, 0);
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
}

.fixed-icon.active a {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  line-height: 0;
}

.fixed-icon.active #chat_zalo,
.fixed-icon.active .delay-1 {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  position: relative;
}

.fixed-icon.active #chat_zalo::after,
.fixed-icon.active .delay-1::after {
  animation: pulsate1 1s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
  width: 58px;
  height: 58px;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
}

.fixed-icon.active #chat_zalo::after {
  border: 10px solid #0783c857;
}

.fixed-icon.active .delay-1::after {
  border: 10px solid #f88f5780;
}

.fixed-icon.active #chat_mess.delay-1::after {
  border: 10px solid #108fff80;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.92);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}

.fixed-icon a + a {
  margin-top: 24px;
}

.fixed-icon .delay-1 {
  transition-delay: 0.1s;
}

.fixed-icon .delay-2 {
  transition-delay: 0.2s;
}

.footer {
  background-color: var(--primary-color);
  color: #d8d8d8;
  padding: 75px 0 0;
}
.logo-footer {
  margin-bottom: 24px;
}
.logo-footer img {
  max-width: 200px;
  height: auto;
}
.footer-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #d8d8d8;
}
.footer-infor ul li {
  margin-bottom: 10px;
}
.footer-infor ul li a {
  color: #d8d8d8;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.footer-infor ul li img {
  width: 15px;
}
.footer-infor ul li img.stt1 {
  transform: translate(0, 7px);
}

.footer-infor ul li span {
  flex: 1;
}
.footer-tab-1 {
  padding-right: 50px;
}
.footer-tab-menu {
  padding-left: 30px;
  padding-right: 30px;
}
.footer-header {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
  color: white;
}
.footer-menu-list li {
  margin-bottom: 15px;
}
.footer-menu-list li a {
  color: #d8d8d8;
  transition: 0.2s linear;
  font-size: 16px;
  line-height: 24px;
}
.footer-menu-list li a:hover {
  color: var(--second-color);
}
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.copy-right {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
}
.copy-right .txt-banquyen {
  font-size: 13px;
  color: #d8d8d8;
}
.menu-footer-end {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.menu-footer-end a {
  font-size: 13px;
  color: #d8d8d8;
  transition: color 0.2s;
}
/*  */

/* Báº£ng giÃ¡ */
.package-wrap {
  margin-bottom: 60px;
}
.package {
  display: flex;
}
.package .item {
  border: 1px solid rgb(232, 234, 237);
  padding: 40px 14px;
  position: relative;
  width: 25%;
}
.package .item.active {
  border: 2px solid var(--second-color);
}
.package .item:last-child {
  margin-left: 26px;
}
.package .item .des {
  text-align: center;
}

.package .item .des .name {
  line-height: 28px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.package .item .price-wrap {
  height: 133px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.package .item .new-price {
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  color: var(--second-color);
}
.package .item .new-price span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: var(--primary-color);
  margin-left: 10px;
  letter-spacing: 0.25px;
}
.package .item .old-price {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
  display: unset;
}
.dora-price-month {
  display: none;
}
.dora-price-month.dora-price {
  display: unset;
}
.package .item .note-wrap {
  margin: 5px 0 20px;
}
.package .item .note-wrap span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.package .item .des .sup {
  position: relative;
}
.package .item .des .sup-text {
  line-height: 30px;
  letter-spacing: 0;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  font-weight: 500;
  background-color: #fff;
  color: #333;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgb(232, 234, 237);
  font-size: 13px;
}
.package .item .content {
  margin-top: 30px;
  border-top: 1px solid rgb(232, 234, 237);
}
.package .item .content li {
  padding-left: 28px;
  margin: 15px 0;
  position: relative;
  font-size: 15px;
}
.package .item .content li svg {
  color: var(--second-color);
  position: absolute;
  top: 0;
  left: 0;
}
.package .item .content li strong {
  display: block;
}
.package .item .popular {
  position: absolute;
  width: calc(100% + 4px);
  border: 1px solid var(--second-color);
  left: -2px;
  bottom: 100%;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #ffffff;
  background-color: var(--second-color);
  border-radius: 15px 15px 0 0;
}

.package-wrap .so-sanh {
  margin-top: 35px;
  text-align: center;
}
.package-wrap .so-sanh a {
  width: 250px;
  height: 50px;
  line-height: 46px;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: inline-block;
  transition: 0.2s linear;
  position: relative;
  border-radius: 200px;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  transition: 0.2s linear;
}
/* end báº£ng giÃ¡ */

.tyle_16_9 .modal-dialog {
  width: 1100px !important;
}
.tyle_16_9 .modal-dialog iframe {
  height: 600.875px !important;
}
/* menu-m */

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  visibility: hidden;
  transition: 0.2s linear;
}

.menu-mobile.active {
  visibility: visible;
  opacity: 1;
}

.menu-mobile-wrap {
  padding: 60px 20px 20px;
  /* width: 70%; */
  /* border-radius: 0 200px 0 0; */
  background-color: #333333;
  height: 100%;
  transform: translate(-100%, 0);
  opacity: 0;
  transition: 0.2s linear;
}

.menu-mobile-wrap .logo-menu-m img {
  width: 180px;
}

#menu-mobile.active .menu-mobile-wrap {
  opacity: 1;
  transform: translate(0, 0);
}

#menu-mobile-live-chat.active .menu-mobile-wrap {
  opacity: 1;
  transform: translate(0, 0);
}

.menu-m_btn-close {
  position: absolute;
  top: 25px;
  left: 25px;
}

.menu-mobile-item {
  padding-top: 35px;
  text-align: center;
}

.menu-mobile-item li {
  padding: 10px 0;
  border-bottom: 1px solid #525252;
  position: relative;
  text-align: left;
}

.menu-mobile-item li a {
  font-size: 18px;
  color: white;
  font-weight: 500;
}

.open-modal-login {
  display: inline-block;
  padding: 11px 40px 11px 40px;
  color: white;
  background-color: #ff6108;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  position: relative;
}

.open-modal-login svg {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

#menu-mobile .footer-social,
#menu-mobile-live-chat .footer-social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  */
/*  */

/* mobile */

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  .header-logo {
    margin-left: 45px;
    text-align: center;
    width: 100%;
  }
  .header-time {
    background-color: white;
    padding: 15px 0;
  }
  .header-time-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-time-wrap a {
    color: #fff;
    width: 195px;
    height: 34px;
    background-color: var(--second-color);
    line-height: 34px;
    display: flex;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
    font-size: 16px;
    position: relative;
    top: 50%;
  }
  .header-time-time {
    display: flex;
  }
  .header-time-time svg {
    margin-right: 10px;
  }
  .header-time-time p:first-child {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 2px;
    font-weight: 600;
  }
  .header-time-time p:last-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }
  .header {
    position: unset;
    background-color: var(--primary-color);
  }
  .banner {
    padding: 35px 0;
  }
  .section-head-wrap {
    padding-bottom: 30px;
  }
  .content .banner-title {
    font-size: 38px;
    line-height: 46px;
  }
  .content .banner-title h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .banner .btn-group {
    flex-direction: column;
  }
  .banner-right {
    /* margin-top: 35px; */
    display: none;
  }
  .section {
    padding: 35px 0;
  }
  .section-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
  }
  .section-description {
    font-size: 16px;
    line-height: 24px;
  }
  .sosanh-table thead .sth-1,
  .sosanh-table thead .sth-2,
  .sosanh-table thead .sth-3 {
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    width: calc(100% / 3);
  }
  .why-me-new .sosanh-table-wrap {
    overflow-x: auto;
  }
  .compare-conclusion {
    margin-top: 0;
  }
  .slide-home-list {
    flex-direction: column;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .session-5-wrap {
    flex-wrap: wrap;
  }
  .session-5-wrap .ses-5-item {
    width: 50%;
    flex-direction: column;
    min-width: unset;
    text-align: center;
  }
  .ses-5-icon img {
    width: 55px;
    height: 65px !important;
  }
  .session-5-wrap .ses-5-item + .ses-5-item {
    margin-left: 0;
  }

  .session-5-wrap .ses-5-item .ses-5-item-title {
    margin-right: 0;
    font-size: 28px;
  }

  .footer-tab-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-header {
    margin-top: 25px;
  }
  .package-wrap .package {
    overflow: auto;
  }
  .package-wrap .tab-content {
    width: 1000px;
    min-width: 1000px;
    display: flex;
    gap: 15px;
  }
  .package .tab-pane {
    padding-top: 15px;
  }
  .package .item .popular {
    top: -1px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
  }
  .package .item {
    width: 100%;
    height: 100%;
    padding: 40px 14px;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    margin-left: 0;
    padding-top: 55px;
  }
  .package .item:last-child {
    margin-left: 0;
  }
  .giai-phap-tab button {
    padding: 9px 14px;
    font-size: 14px;
  }

  /* menu-m */
  #menu-mobile.active .menu-mobile-wrap {
    overflow: auto;
  }
  .menu-mobile-item li a svg {
    float: right;
    margin-top: 8px;
  }
  .sub-menu-sm {
    position: unset;
    opacity: 1;
    transform: unset;
    pointer-events: all;
  }
  .dora-product-list {
    margin-top: 15px;
  }
  .dora-product-title {
    color: white;
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .dora-p-item {
    margin-left: 0;
    margin-right: 0;
  }
  .dora-p-item .dora-p-name {
    color: white;
  }
  .dora-p-item .dora-p-des {
    color: white;
    text-align: left;
  }
  #menu-mobile .footer-social {
    position: unset;
    transform: unset;
    justify-content: center;
  }
  /*  */
}
