@charset "UTF-8";
.salient_features {
  margin-top: 100px;
}
.salient_features h2 {
  font-family: "Medium";
  color: #18181B;
  font-size: 38px;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: left;
  margin-bottom: 40px;
}
.salient_features .tab_features {
  display: flex;
}
.salient_features .tab_features .leftFeature {
  width: 75%;
}
.salient_features .tab_features .leftFeature .tab-pane .imgLeft {
  border-radius: 16px;
  border: 1px solid #004C73;
  height: 572.66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.salient_features .tab_features .leftFeature .tab-pane .imgLeft img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 16px;
  width: auto;
}
.salient_features .tab_features .rightFeature {
  display: grid;
  align-items: center;
  padding-left: 39px;
  width: 25%;
}
.salient_features .tab_features .rightFeature .nav {
  border-bottom: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.salient_features .tab_features .rightFeature .nav .nav-item {
  margin-bottom: 20px;
  flex: 1;
  /* Chia đều chiều cao */
}
.salient_features .tab_features .rightFeature .nav .nav-item:last-child {
  margin-bottom: 0px;
}
.salient_features .tab_features .rightFeature .nav .nav-item .nav-link {
  border: 0px;
  position: relative;
  display: grid;
  align-items: center;
  height: 100%;
  padding: 0px 0px 0px 22px;
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: -2%;
  font-family: "Medium";
  color: #061020;
}
.salient_features .tab_features .rightFeature .nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 100%;
  background: #ECF2F7;
  border-radius: 10px;
}
.salient_features .tab_features .rightFeature .nav .nav-item .active:before {
  background: #3DBDFF;
}
.salient_features .tab_features_mobile {
  display: none;
}

@media screen and (max-width: 1600px) {
  .salient_features .tab_features .leftFeature {
    width: 70%;
  }
  .salient_features .tab_features .rightFeature {
    width: 30%;
  }
}
@media screen and (max-width: 1150px) {
  .salient_features .tab_features .rightFeature {
    padding-left: 20px;
  }
  .salient_features .tab_features .rightFeature .nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 130%;
    padding: 0px 0px 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .salient_features .tab_features {
    display: none;
  }
  .salient_features .tab_features_mobile {
    display: block;
  }
  .salient_features .tab_features_mobile .itemsp .image img {
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid #004C73;
  }
  .salient_features .tab_features_mobile .itemsp .title {
    font-family: "Medium";
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 15px;
  }
  .salient_features .tab_features_mobile .owl-dots .owl-dot span {
    background: #ECF2F7;
    height: 10px;
    width: 18px;
  }
  .salient_features .tab_features_mobile .owl-dots .active span {
    background: #004C73;
    width: 32px;
  }
}

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