@charset "UTF-8";
header {
  position: relative;
  border-bottom: 2px solid #ECF2F7;
}

main {
  position: relative;
  margin-top: 0px !important;
  padding-bottom: 60px;
}

.mg-top {
  margin-top: 120px;
}

.banner {
  position: relative;
}
.banner .banner-content {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}
.banner .banner-content .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.banner .banner-content .container .banner-content-left {
  display: grid;
  align-items: center;
}
.banner .banner-content .container .banner-content-left h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: left;
  margin-bottom: 0px;
  color: #FFFFFF;
}
.banner .banner-content .container .banner-content-left p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #FFFFFF;
}
.banner .banner-content .container .banner-content-left p span {
  font-weight: 700;
}
.banner .banner-content .container .banner-content-left .banner-content-left-btn {
  margin-top: 8px;
  padding-top: 20px;
  gap: 12px;
  display: flex;
}
.banner .banner-content .container .banner-content-left .banner-content-left-btn .schedule-btn {
  background: #3DBDFF;
  width: 218px;
  padding: 18px 0px 18px 0px;
  border-radius: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.banner .banner-content .container .banner-content-left .banner-content-left-btn .schedule-btn span {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.banner .banner-content .container .banner-content-left .banner-content-left-btn .appointment-btn {
  background: #3DBDFF;
  width: 218px;
  padding: 18px 0px 18px 0px;
  border-radius: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: linear-gradient(315deg, #FE7838 14.64%, #FE7636 52.83%, #FFAD8A 85.36%);
}
.banner .banner-content .container .banner-content-left .banner-content-left-btn .appointment-btn span {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.banner .banner-content .container .banner-content-right {
  display: grid;
  align-items: center;
  position: relative;
}
.banner .banner-content .container .banner-content-right img {
  max-width: 100%;
}
.banner .banner-content .container .banner-content-right button {
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.banner .banner-content .container .banner-content-right button img {
  width: auto;
}

.application {
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
  padding: 20px 20px 32px 20px;
  border-radius: 12px;
  text-align: center;
}
.application img {
  display: block;
  margin: auto;
}
.application p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  letter-spacing: -1.4400000572px;
  text-align: center;
  color: #061020;
}
.application p span {
  font-weight: 600;
}

.expert {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.expert .expert-left {
  display: grid;
  align-items: center;
}
.expert .expert-left .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: left;
  color: #061020;
  margin-bottom: 0px;
}
.expert .expert-left .summary {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #061020;
}
.expert .expert-right {
  display: grid;
  align-items: center;
}
.expert .expert-right img {
  max-width: 100%;
}

.effective-business {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.effective-business .effective-business-left {
  display: grid;
  gap: 20px;
}
.effective-business .effective-business-left .item {
  padding: 24px;
  border-radius: 8px;
  border-left: 4px solid #3A83FF;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
}
.effective-business .effective-business-left .item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #024FD1;
}
.effective-business .effective-business-left .item ul {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}
.effective-business .effective-business-left .item ul li {
  padding-left: 22px;
  background: url("../../../image/crm/check.svg") no-repeat top 2px left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #6D727C;
}
.effective-business .effective-business-right {
  position: relative;
}
.effective-business .effective-business-right .effective-business-right-content {
  position: sticky;
  top: 60px;
  left: 0px;
  width: 100%;
}
.effective-business .effective-business-right .effective-business-right-content .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: center;
  color: #061020;
  margin-bottom: 40px;
}
.effective-business .effective-business-right .effective-business-right-content img {
  max-width: 100%;
}

.start-with-ommani {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 32px;
}
.start-with-ommani .start-with-ommani-left {
  padding-right: 70px;
  position: relative;
}
.start-with-ommani .start-with-ommani-left .start-with-ommani-left-content {
  position: sticky;
  top: 65px;
  width: 100%;
}
.start-with-ommani .start-with-ommani-left .start-with-ommani-left-content .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: left;
  color: #061020;
}
.start-with-ommani .start-with-ommani-left .start-with-ommani-left-content img {
  max-width: 100%;
}
.start-with-ommani .start-with-ommani-right {
  display: grid;
  gap: 20px;
  position: relative;
}
.start-with-ommani .start-with-ommani-right:before {
  position: absolute;
  content: "";
  left: 48px;
  top: 2px;
  width: 3px;
  height: 100%;
  border-left: 3px dashed #ABC9FF;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  pointer-events: none; /* Để tránh ảnh hưởng đến phần tử chính */
}
.start-with-ommani .start-with-ommani-right .item {
  position: relative;
  padding-left: 136px;
}
.start-with-ommani .start-with-ommani-right .item img {
  top: 0px;
  left: 0px;
  position: absolute;
}
.start-with-ommani .start-with-ommani-right .item .item-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
  padding: 24px;
  border-radius: 12px;
  display: grid;
  gap: 8px;
}
.start-with-ommani .start-with-ommani-right .item .item-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #061020;
}
.start-with-ommani .start-with-ommani-right .item .item-content .summary {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #6D727C;
}
.start-with-ommani .start-with-ommani-right .item .item-content ul {
  display: grid;
  gap: 10px;
}
.start-with-ommani .start-with-ommani-right .item .item-content ul li {
  padding-left: 24px;
  background: url("../../../image/crm/check2.svg") no-repeat top 2px left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #6D727C;
}

.profession .title {
  font-size: 38px;
  font-weight: 500;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: center;
  color: #061020;
}
.profession .profession-content {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.profession .profession-content .item {
  padding: 20px 16px 20px 16px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
  background: #fff;
}
.profession .profession-content .item p {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #061020;
}
.profession .profession-content .item ul {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}
.profession .profession-content .item ul li {
  padding-left: 22px;
  background: url("../../../image/crm/check2.svg") no-repeat top 2px left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #6D727C;
}
.profession .profession-content-mobile {
  margin-top: 20px;
  display: none;
}
.profession .profession-content-mobile .owl-dots .owl-dot span {
  margin: 0px 7.5px;
  background: #BABABA;
  width: 18px;
  height: 10px;
  border-radius: 100px;
}
.profession .profession-content-mobile .owl-dots .active span {
  background: #004C73;
  width: 32px;
}
.profession .profession-content-mobile .owl-stage-outer {
  border: 1px solid rgba(132, 132, 132, 0.2);
  border-radius: 12px;
  background: #fff;
}
.profession .profession-content-mobile .item {
  padding: 20px 16px 20px 16px;
}
.profession .profession-content-mobile .item p {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #061020;
}
.profession .profession-content-mobile .item ul {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}
.profession .profession-content-mobile .item ul li {
  padding-left: 22px;
  background: url("../../../image/crm/check2.svg") no-repeat top 2px left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #6D727C;
}

.business-development {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 40px;
}
.business-development .business-development-left {
  display: grid;
  align-items: center;
}
.business-development .business-development-left img {
  max-width: 100%;
}
.business-development .business-development-right {
  display: grid;
  align-items: center;
}
.business-development .business-development-right .title-right {
  font-size: 38px;
  font-weight: 500;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: left;
  color: #061020;
}
.business-development .business-development-right .business-development-right-content {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.business-development .business-development-right .business-development-right-content .item {
  padding: 20px 76px 20px 16px;
  gap: 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.2);
  position: relative;
}
.business-development .business-development-right .business-development-right-content .item img {
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
  position: absolute;
}
.business-development .business-development-right .business-development-right-content .item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: -0.02em;
  text-align: left;
}
.business-development .business-development-right .business-development-right-content .item ul {
  margin-top: 4px;
}
.business-development .business-development-right .business-development-right-content .item ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  color: #6D727C;
}

@media screen and (max-width: 1900px) {
  .effective-business .effective-business-right .effective-business-right-content .title br {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .banner {
    padding: 40px 0px;
    background: url("../../../image/crm/banner_overview.webp") no-repeat top left;
    background-size: cover;
  }
  .banner .image-banner-overview {
    display: none;
  }
  .banner .banner-content {
    position: relative;
  }
}
@media screen and (max-width: 1140px) {
  .banner .banner-content .container .banner-content-left h1 {
    font-size: 28px;
    line-height: 33.89px;
    letter-spacing: -1.4400000572px;
  }
  .mg-top {
    margin-top: 32px;
  }
  .application p {
    font-size: 18px;
    line-height: 130%;
  }
  .expert .expert-left .title {
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: -1.4400000572px;
  }
  .effective-business .effective-business-right .effective-business-right-content .title {
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: -1.4400000572px;
  }
  .effective-business .effective-business-left .item .title {
    font-size: 18px;
  }
  .effective-business .effective-business-left .item {
    padding: 12px;
  }
  .start-with-ommani .start-with-ommani-left .start-with-ommani-left-content .title {
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: -1.4400000572px;
  }
  .start-with-ommani .start-with-ommani-right .item .item-content .title {
    font-size: 18px;
    line-height: 130%;
  }
  .profession .title {
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: -1.4400000572px;
  }
  .profession .profession-content {
    margin-top: 20px;
  }
  .profession .profession-content .item p {
    font-size: 16px;
  }
  .business-development .business-development-right .title-right {
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: -1.4400000572px;
  }
  .business-development .business-development-right .business-development-right-content .item .title {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (max-width: 1100px) {
  .effective-business .effective-business-right .effective-business-right-content {
    top: 125px;
  }
}
@media screen and (max-width: 992px) {
  .expert .expert-left .title br {
    display: none;
  }
  .start-with-ommani .start-with-ommani-left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-content .container {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .expert {
    grid-template-columns: 1fr;
  }
  .effective-business {
    display: flex;
    flex-direction: column-reverse;
  }
  .effective-business .effective-business-right .effective-business-right-content .title {
    text-align: left;
    margin-bottom: 15px;
  }
  .start-with-ommani {
    grid-template-columns: 1fr;
  }
  .start-with-ommani .start-with-ommani-left {
    padding-right: 0px;
  }
  .start-with-ommani .start-with-ommani-left img {
    margin: auto;
  }
  .profession .title {
    text-align: left;
  }
  .profession .title br {
    display: none;
  }
  .profession .profession-content {
    display: none;
  }
  .profession .profession-content-mobile {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .business-development {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .start-with-ommani .start-with-ommani-right .item {
    padding-left: 65px;
  }
  .start-with-ommani .start-with-ommani-right .item img {
    width: 50px;
  }
  main {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .banner .banner-content .container .banner-content-left .banner-content-left-btn {
    padding-top: 10px;
    display: block;
  }
  .banner .banner-content .container .banner-content-left .banner-content-left-btn .appointment-btn {
    margin-top: 10px;
  }
  .start-with-ommani .start-with-ommani-right:before {
    left: 24px;
  }
}

/*# sourceMappingURL=overview.css.map */
