body {
  padding: 0;
}

.position-fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

header {
  width: 100%;
  position: relative;
  z-index: 98;
}
header .over-nav {
  background: #0248b7;
  height: 4rem;
  display: flex;
}
header .over-nav .container {
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #fff;
}
header .over-nav .container .hotline,
header .over-nav .container .consulting {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .over-nav .container .hotline span a,
header .over-nav .container .consulting span a {
  color: var(--Main-Blue, #0248b7);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.2rem 1rem;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
}
header .over-nav .container .hotline span a:hover,
header .over-nav .container .consulting span a:hover {
  opacity: 0.8;
}

nav {
  width: 100%;
  height: 100%;
  height: 9rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}
nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
nav .navbar .nav-links {
  line-height: 7rem;
  height: 100%;
  display: flex;
  align-items: center;
}
nav .navbar .nav-links .sidebar-logo {
  display: none;
}
nav .navbar .bx-menu {
  display: none;
}
nav .navbar .links {
  display: flex;
  padding: 0;
  margin: 0;
}
nav .navbar .links .current-page {
  color: #0248b7;
}
nav .navbar .links > li {
  line-height: 8rem;
}
nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 1.4rem;
  color: var(--Main-Black, #0e0e0e);
  font-style: normal;
  font-weight: 400;
}
nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  font-size: 1.8rem;
}
nav .navbar .links li .arrow {
  /*background: red;
      */
  width: 2.2rem;
  text-align: center;
  display: inline-block;
  color: var(--Gray-800, #040f3e);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu {
  position: absolute;
  top: 7rem;
  left: 0;
  line-height: 4rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0.4rem 0.4rem;
  display: none;
  z-index: 2;
  -webkit-border-radius: 0 0 0.4rem 0.4rem;
  -moz-border-radius: 0 0 0.4rem 0.4rem;
  -ms-border-radius: 0 0 0.4rem 0.4rem;
  -o-border-radius: 0 0 0.4rem 0.4rem;
}
nav .navbar .links li .sub-menu a {
  color: inherit;
  font-size: 1.5rem;
}
nav .navbar .links li .sub-menu li {
  padding: 0 2.2rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  color: var(--Gray-800, #040f3e);
}
nav .navbar .links li .sub-menu li:hover {
  color: #0248b7;
}
nav .navbar .links li .sub-menu .more-arrow {
  line-height: 4rem;
}
nav .navbar .links li:hover {
  color: #0248b7;
}
nav .navbar .links li:hover .htmlcss-arrow,
nav .navbar .links li:hover .js-arrow {
  transform: rotate(180deg);
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}
nav .navbar .logo a {
  font-size: 3rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .buy-now {
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  background: var(--Main-Blue, #0248b7);
  color: var(--Backgrounds-Primary, #fff);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
nav .navbar .buy-now:hover {
  cursor: pointer;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  header .over-nav {
    display: none;
  }
  nav .navbar .bx-menu {
    display: block;
    font-size: 2.5rem;
    color: var(--Gray-800, #040f3e);
  }
  nav .navbar .links {
    display: block;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  nav .navbar .links > li {
    line-height: normal;
  }
  nav .navbar .links li .arrow {
    line-height: 4rem;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 50%;
    width: 100%;
    background: #fff;
    line-height: 4rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  nav .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .navbar .nav-links .sidebar-logo .logo-name {
    font-size: 2.5rem;
    color: #fff;
  }
  nav .navbar .nav-links .sidebar-logo i {
    font-size: 2.5rem;
    color: var(--Gray-800, #040f3e);
  }
  nav .navbar .links li nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu {
    display: block;
  }
  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg);
  }
}
@media (max-width: 500px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}
.icare-pin {
  border-radius: 12px;
  background: #e7f0ff;
  padding: 1.2rem 2.4rem;
  color: var(--Main-Blue, #0248b7);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.16rem */
  text-align: center;
  display: inline-block;
}

.center-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icare-primary-btn {
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  background: var(--Main-Blue, #0248b7);
  color: var(--Backgrounds-Primary, #fff);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.icare-primary-btn:hover {
  scale: 1.1;
  color: #fff;
  opacity: 0.9;
}

.icare-sub-btn {
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  border: 1px solid var(--Main-Blue, #0248b7);
  color: var(--Main-Blue, #0248b7);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.icare-sub-btn:hover {
  scale: 1.1;
  opacity: 0.9;
}

.icare-list-btn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.icare-title {
  color: var(--Main-Black, #0e0e0e);
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 6.9rem */
  text-transform: capitalize;
  margin-bottom: 4rem;
}
.icare-title span {
  color: var(--Main-Blue, #0248b7);
}

.icare-sub-title {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.52rem */
}

#breadcrumbs a {
  color: #fff;
}
#breadcrumbs a:hover {
  opacity: 0.9;
}
label.error {
  font-size: 1.4rem;
  padding: 1rem;
}

.loading-form {
  justify-content: center;
  padding: 1rem 0;
  display: none;
}
.loading-form img {
  width: 40px;
}

.form-thankyou {
  padding: 1rem 0;
  font-size: 1.4rem;
  display: none;
}

.form-thankyou-popup {
  padding: 1rem 0;
  font-size: 1.4rem;
  display: none;
}

.side-bar .search-part {
  padding: 1.6rem;
  border-radius: 12px;
  background: #f5f7f8;
  margin-bottom: 2.4rem;
}
.side-bar .search-part .search-part-1 form {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.side-bar .search-part .search-part-1 button {
  border: none;
}
.side-bar .search-part .search-part-1 input {
  color: #878787;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
  padding: 1.2rem;
  border-radius: 8px;
  border: none;
}
.side-bar .search-part .recommend-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 0.6rem;
}
.side-bar .search-part .recommend-search .icare-pin {
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
}
.side-bar .search-part .recommend-search .icare-pin:hover {
  cursor: pointer;
  outline: auto;
}
.side-bar .featured-news {
  margin: 4rem 0;
}
.side-bar .featured-news .featured-news-box {
  display: flex;
  align-items: center;
  padding: 1.6rem;
  border-radius: 8px;
  background: #f5f7f8;
  gap: 1.2rem;
}
.side-bar .featured-news .featured-news-box .content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.side-bar .featured-news .featured-news-box .content .title {
  overflow: hidden;
  color: var(--Main-Black, #0e0e0e);
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.24rem */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}
.side-bar .featured-news .featured-news-box .content .date {
  display: flex;
  align-items: center;
  color: #878787;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.96rem */
  gap: 1rem;
}
.side-bar .featured-news .featured-news-box:hover {
  outline: auto;
}
.side-bar .sidebar-ads {
  width: 100%;
}
.side-bar .form-sidebar {
  background: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/image-2569.png)
    lightgray 50% / cover no-repeat;
  padding: 5rem 3rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
.side-bar .form-sidebar form {
  padding: 1.6rem;
}
.side-bar .form-sidebar form .form-sidebar-head {
  color: var(--Main-Blue, #0248b7);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.4rem;
}
.side-bar .form-sidebar form .form-row {
  margin-bottom: 1.2rem;
}
.side-bar .form-sidebar form input {
  padding: 1.2rem;
  color: #878787;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.96rem */
  border-radius: 5.096px;
  border: 0.637px solid var(--foundation-blue-light-active, #b1c6e9);
}
.side-bar .form-sidebar form .icare-primary-btn {
  border: none;
  width: 100%;
  margin-top: 1.2rem;
}

.icare-popup {
  display: none;
  width: 60%;
  background-image: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/back.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 4rem 4rem 4rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.icare-popup .close-popup {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.icare-popup .close-popup:hover {
  cursor: pointer;
  scale: 1.1;
  color: red;
}
.icare-popup .popup-title {
  color: var(--Main-Black, #0e0e0e);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 1rem;
}
.icare-popup .popup-title span {
  color: var(--Main-Blue, #0248b7);
}
.icare-popup form {
  padding: 1.6rem;
  background: #fff;
  border-radius: 7.643px;
  border: 0.637px solid var(--Foundation-Blue-Light, #e6edf8);
}
.icare-popup form label.error {
  padding: 0;
}
.icare-popup form .form-row {
  margin-bottom: 1rem;
}
.icare-popup form input,
.icare-popup form select {
  border-radius: 5.096px;
  border: 0.637px solid var(--foundation-blue-light-active, #b1c6e9);
  padding: 1.2rem;
  color: #878787;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.96rem */
}
.icare-popup form button {
  width: 100%;
  border: none;
  font-size: 1.4rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  display: none;
}

@media (max-width: 1400px) {
  .icare-popup .popup-title {
    font-size: 2rem;
  }
  .icare-popup form button {
    padding: 0.8rem;
  }
}
@media (max-width: 1200px) {
  .icare-popup {
    width: 70%;
  }
}
@media (max-width: 990px) {
  .icare-popup .popup-title {
    font-size: 1.8rem;
  }
  .icare-popup {
    width: 90%;
    padding: 2rem;
  }
  .icare-popup img {
    display: none;
  }
}
#hero {
  background-image: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/hero-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  /*   padding: 8rem 0; */
  overflow: hidden;
}
#hero .hero-slogan {
  color: var(--Main-Black, #0e0e0e);
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  margin-top: 1rem;
}
#hero .hero-slogan span {
  color: var(--Main-Blue, #0248b7);
}
#hero .hero-subslogan {
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.52rem */
  margin-bottom: 3.2rem;
  margin-top: 1.2rem;
}
#hero .hero-subslogan span {
  color: var(--Main-Blue, #0248b7);
  font-style: italic;
}

#why_choose_icare {
  padding: 8rem 0;
}
#why_choose_icare .icare_video_iframe {
  display: flex;
  justify-content: center;
}
#why_choose_icare .icare_video_iframe iframe {
  width: 60%;
  height: 44rem;
}

#optimal_business {
  padding: 8rem 0;
  background-image: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#optimal_business .icare-title {
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
  font-size: 4.2rem;
}
#optimal_business .nvtu-box {
  padding: 1.6rem 2.4rem;
  border-radius: 12px;
  border: 1px solid var(--Foundation-Blue-Light, #e6edf8);
  background: var(--Backgrounds-Primary, #fff);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
  height: 100%;
}
#optimal_business .nvtu-box .optimal-business-name {
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}
#optimal_business .icare-list-btn {
  margin-top: 3.2rem;
}

#comprehensive_ecosystem {
  padding: 8rem 0;
}
#comprehensive_ecosystem .icare-title {
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
  font-size: 4.2rem;
}
#comprehensive_ecosystem .icare-sub-title {
  margin-bottom: 1.6rem;
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}
#comprehensive_ecosystem .icare-list-btn {
  margin-top: 3.2rem;
}
#comprehensive_ecosystem ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#comprehensive_ecosystem ul li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}

#friendly_interface {
  padding: 8rem 0;
  background-image: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#friendly_interface .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#friendly_interface ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#friendly_interface ul li {
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem;
  border-radius: 12px;
  border: 1px solid var(--Foundation-Blue-Light, #e6edf8);
  background: var(--Backgrounds-Primary, #fff);
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
  gap: 1.6rem;
}
#friendly_interface ul li .kedoc {
  width: 1px;
  height: 40px;
  background: #e6edf8;
}
#friendly_interface .icare-list-btn {
  margin-top: 3.2rem;
}

.list-icare-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  align-items: center;
  flex-wrap: wrap;
}
.list-icare-title .icare-title {
  margin: 0;
}
.list-icare-title .feedback-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#outstanding_auto {
  padding: 8rem 0;
}
#outstanding_auto .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#outstanding_auto .auto-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--Foundation-Blue-Normal, #0248b7);
  background: var(--Backgrounds-Primary, #fff);
  padding: 2.4rem;
  height: 100%;
  gap: 1.6rem;
}
#outstanding_auto .auto-box .name {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

#feedback {
  padding: 8rem 0;
}
#feedback .feedback-box {
  width: 90%;
}
#feedback .feedback-box .feedback-organization {
  color: var(--Main-Black, #0e0e0e);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 4.48rem */
  margin-bottom: 1.6rem;
}
#feedback .feedback-box .feedback-content {
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
  overflow: auto;
  height: 10rem;
}
#feedback .feedback-box .feedback-detail {
  display: flex;
  justify-content: right;
  margin-top: 4rem;
  align-items: center;
  gap: 1.2rem;
}
#feedback .feedback-box .feedback-detail .feedback-info .feedback-name {
  color: var(--Main-Black, #0e0e0e);
  text-align: right;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.24rem */
}
#feedback .feedback-box .feedback-detail .feedback-info .feedback-position {
  color: var(--Main-Black, #0e0e0e);
  text-align: right;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}
#feedback .scroller {
  margin-top: 4rem;
}
#feedback .feedback-nav img:hover {
  opacity: 0.6;
  cursor: pointer;
}
#feedback .scroller[data-animated="true"] {
  overflow: hidden;
}
#feedback .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#feedback .scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}
#feedback .scroller[data-direction="right"] {
  --_animation-direction: reverse;
}
#feedback .scroller[data-direction="left"] {
  --_animation-direction: forwards;
}
#feedback .scroller[data-speed="fast"] {
  --_animation-duration: 10s;
}
#feedback .scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
#feedback .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
#feedback .tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
  display: flex;
  justify-content: center;
  align-items: center;
}

#price {
  padding: 8rem 0;
}
#price .promo-box {
  padding: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.52rem */
  border-radius: 12px;
  border: 1px solid #f60000;
  background: #fff4f4;
  height: 100%;
}
#price .price-box {
  color: #0e0e0e;
  padding: 2.4rem;
  border-radius: 12px;
  border: 1px solid var(--Main-Blue, #0248b7);
}
#price .price-box .price-type {
  color: inherit;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3.6rem */
  text-transform: capitalize;
}
#price .price-box ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}
#price .price-box ul li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: inherit;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}
#price .price-box .price-number {
  color: var(--Main-Blue, #0248b7);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 4.8rem */
  text-transform: capitalize;
}
#price .price-box .price-note {
  color: inherit;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}
#price .price-box .icare-primary-btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#price .price-middle {
  border: 1px solid var(--Main-Blue, #0248b7);
  background: var(--Main-Blue, #0248b7);
  color: #fff;
}
#price .price-middle .price-number {
  color: #fff;
}
#price .price-middle .icare-primary-btn {
  background: #fff;
  color: var(--Main-Blue, #0248b7);
}
#price .featured-box {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}

#form_register {
  padding: 8rem 0;
  background-image: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/form-background.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#form_register .icare-title {
  color: #fff;
}
#form_register .form-slogan {
  color: var(--Backgrounds-Primary, #fff);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 5.4rem */
  text-transform: capitalize;
}
#form_register .form-sub-slogan {
  color: var(--Backgrounds-Primary, #fff);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.52rem */
}
#form_register form {
  border-radius: 12px;
  padding: 2.4rem;
  background: #fff;
}
#form_register form .form-row {
  margin-bottom: 1.2rem;
}
#form_register form .form-row input {
  padding: 2rem 1.6rem;
  color: #878787;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}
#form_register form .icare-primary-btn {
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
  margin-top: 2rem;
}

#outstanding_news {
  padding: 8rem 0;
}
#outstanding_news .seemore {
  color: var(--Main-Blue, #0248b7);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 3.36rem */
  text-decoration-line: underline;
}
#outstanding_news .outstanding-news-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#outstanding_news .outstanding-news-box .home-thumbnail {
  width: 100%;
  overflow: hidden;
}
#outstanding_news .outstanding-news-box .home-thumbnail img {
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
	height: 260px;
}
#outstanding_news .outstanding-news-box .home-thumbnail img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#outstanding_news .outstanding-news-box .news-content {
  background: #f5f7f8;
  padding: 2.4rem 1.2rem;
}
#outstanding_news .outstanding-news-box .news-content .title {
  color: var(--Main-Black, #0e0e0e);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 3.36rem */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#outstanding_news .outstanding-news-box .news-content .content {
  overflow: hidden;
  color: var(--Main-Black, #0e0e0e);
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin: 1.2rem 0;
}
#outstanding_news .outstanding-news-box .news-content .date {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #878787;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.96rem */
  margin-bottom: 1.2rem;
}
#outstanding_news .outstanding-news-box .news-content .seemore {
  color: var(--Foundation-Blue-Normal, #0248b7);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.24rem */
  display: block;
  width: 100%;
  text-align: right;
}

footer {
  padding: 8rem 0;
  background: #f5f7f8;
}
footer .logo-footer {
  margin-bottom: 2.4rem;
}
footer .list-footer-cert {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 1rem;
}
footer .icare-title {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
}
footer .footer-head {
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.52rem */
  margin-bottom: 3.2rem;
}
footer .footer-map iframe {
  width: 100%;
}
footer .list-footer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
footer .list-footer li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}
footer .list-footer li a:hover {
  color: #0248b7;
}

#title_background {
  padding: 8rem 0;
  background-image: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/title-background.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#title_background .title-background {
  color: var(--Main-White, var(--Backgrounds-Primary, #fff));
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 8.4rem */
  text-transform: capitalize;
}
#title_background .title-breadcrumb {
  color: var(--Main-White, var(--Backgrounds-Primary, #fff));
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.7rem */
}

#full-business {
  padding: 8rem 0;
}
#full-business .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.full-business-row {
  padding: 8rem 0;
  background: var(
    --Main-Background,
    linear-gradient(90deg, #edf5ff -4.18%, #fff 49.91%, #edf5ff 104%)
  );
}
.full-business-row ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
.full-business-row ul li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.full-business-row ul li span {
  color: var(--Main-Blue, #0248b7);
}

.full-business-even-row {
  background: #fff;
}
.full-business-even-row .container .row {
  flex-direction: row-reverse;
}

#intergrate_hrm {
  padding: 8rem 0;
}
#intergrate_hrm .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#intergrate_hrm .center-row {
  align-items: stretch;
}
#intergrate_hrm .integrate-box {
  border-radius: 12px;
  border: 1px solid var(--Foundation-Blue-Light, #e6edf8);
  background: var(--Backgrounds-Primary, #fff);
  padding: 1.6rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.52rem */
  height: 100%;
}

#smart_ui {
  padding: 8rem 0;
}
#smart_ui .container {
  overflow: hidden;
}
#smart_ui .smart-ui-content ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
#smart_ui .smart-ui-content ul li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
#smart_ui .smart-ui-content ul li div {
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#smart_ui .smart-ui-content ul li div span {
  color: var(--Main-Blue, #0248b7);
}
#smart_ui .slick-dots {
  bottom: -5%;
}
#smart_ui .slick-dots li button:before {
  font-size: 1.6rem;
}
#smart_ui .slick-dots li.slick-active button:before {
  color: #b1c6e9;
}

#guide {
  padding: 8rem 0;
}
#guide .faq-item:last-child {
  border-bottom: none;
}
#guide ul li {
  list-style: inside;
}
#guide .faq-question {
  color: var(--Main-Blue, #0248b7);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 2.7rem */
}
#guide .faq-question span {
  color: var(--Priamry-light-2, #f24e1e);
}
#guide .faq-answer {
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
#guide .icon-container i {
  font-size: 1.6rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: #0248b7;
}
#guide .icon-container i.active {
  transform: rotate(90deg);
}
#guide .faq-box {
  display: flex;
  padding: 1.2rem 2.4rem;
  flex-direction: column;
  align-self: stretch;
  background: #fff;
  border: 1px solid var(--Main-Blue, #0248b7);
  background: var(--Backgrounds-Primary, #fff);
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  height: 100%;
}
#guide .faq-box:hover {
  background: #fffaf3;
}
#guide .faqBoxActive {
  background: #fffaf3;
}
#guide .faq-item {
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#resource {
  padding: 8rem 0;
}
#resource th {
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.52rem */
  background: var(--Foundation-Blue-Light, #e6edf8);
}
#resource td {
  color: var(--Main-Black, #0e0e0e);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.52rem */
}

.icare-price .icare-title {
  margin-bottom: 2rem;
}
.icare-price .icare-price-title {
  margin: 2rem 0;
}
.icare-price .icare-sub-btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.icare-price .price-middle .icare-sub-btn {
  border: 1px solid var(--Backgrounds-Primary, #fff);
  color: #fff;
}

#aboutus-hero {
  background-image: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0;
}
#aboutus-hero .icare-title {
  margin-bottom: 0;
}
#aboutus-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-us-row {
  padding: 8rem 0;
}
.about-us-row .icare-title {
  margin-bottom: 2rem;
}

.core-value {
  background-image: url(https://tokhaibaohiem.vn/wp-content/uploads/2024/10/section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.core-value .icare-sub-title {
  margin-bottom: 2rem;
}
.core-value .core-value-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.core-value .core-value-box .core-value-name {
  color: var(--Main-Blue, #0248b7);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 3.36rem */
  margin: 1.2rem;
}
.core-value .core-value-box .core-value-content {
  color: var(--Main-Black, #0e0e0e);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
}

.safe-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Main-Blue, #0248b7);
  background: var(--Backgrounds-Primary, #fff);
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.52rem */
  padding: 2.4rem;
  gap: 2.4rem;
}

#main_news_content {
  padding: 8rem 0;
}
#main_news_content .category-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
#main_news_content .category-part .category-name {
  color: var(--Main-Blue, #0248b7);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 3.36rem */
  padding-left: 1.6rem;
  position: relative;
}
#main_news_content .category-part .category-name:before {
  content: "";
  height: 80%;
  width: 4px;
  position: absolute;
  left: 0;
  bottom: 10%;
  background-color: #0248b7;
}
#main_news_content .category-part .seemore {
  color: var(--Main-Blue, #0248b7);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.24rem */
  text-decoration-line: underline;
}
#main_news_content .news-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 12px;
  background: #f5f7f8;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}
#main_news_content .news-box .home-thumbnail {
  width: 100%;
  overflow: hidden;
}
#main_news_content .news-box .home-thumbnail img {
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#main_news_content .news-box .home-thumbnail img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#main_news_content .news-box .news-content {
  padding: 16px 12px;
}
#main_news_content .news-box .news-content .title {
  overflow: hidden;
  color: var(--Main-Black, #0e0e0e);
  text-overflow: ellipsis;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.52rem */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
}
#main_news_content .news-box .news-content .content {
  overflow: hidden;
  color: var(--Main-Black, #0e0e0e);
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin: 1.2rem 0;
}
#main_news_content .news-box .news-content .date {
  color: #878787;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.96rem */
}
#main_news_content .news-box .news-content .seemore {
  display: flex;
  justify-content: right;
  color: var(--Foundation-Blue-Normal, #0248b7);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 2.24rem */
  align-items: center;
}
#main_news_content .news-box .news-content .seemore:hover {
  text-decoration: underline;
}

#main_single {
  padding: 8rem 0;
}
#main_single .single-content .icare-pin {
  padding: 0.8rem 2rem;
  border-radius: 20px;
}
#main_single .single-content .title {
  color: var(--Main-Black, #0e0e0e);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 1.6rem 0;
}
#main_single .single-content .info .date {
  color: #878787;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.24rem */
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#main_single .single-content .main-content {
  margin-top: 2.4rem;
  font-size: 1.6rem;
}
#main_single .single-content .main-content p,
#main_single .single-content .main-content a {
  font-size: inherit;
}
#main_single .single-content .main-content p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
#main_single .single-content .main-content h1,
#main_single .single-content .main-content h2,
#main_single .single-content .main-content h3,
#main_single .single-content .main-content h4,
#main_single .single-content .main-content h5 {
  font-weight: bold;
  margin: 1.4rem 0;
}
#main_single .single-content .main-content h1 span,
#main_single .single-content .main-content h2 span,
#main_single .single-content .main-content h3 span,
#main_single .single-content .main-content h4 span,
#main_single .single-content .main-content h5 span {
  font-weight: bold !important;
}
#main_single .single-content .main-content iframe {
  max-width: 100% !important;
}

#default-page-content {
  padding: 8rem 0;
}

@media (max-width: 1400px) {
  #hero,
  #why_choose_icare,
  #optimal_business,
  #comprehensive_ecosystem,
  #friendly_interface,
  #outstanding_auto,
  #feedback,
  #price,
  #form_register,
  #outstanding_news,
  footer,
  .full-business-row,
  #full-business,
  #title_background,
  #intergrate_hrm,
  #smart_ui,
  #guide,
  #resource,
  #aboutus-hero,
  .about-us-row,
  #main_news_content,
  #main_single,
  #default-page-content,
  #default-page-title {
    padding: 5rem 0;
  }
  #hero .hero-slogan {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
  .icare-pin {
    padding: 0.6rem 1rem;
  }
  .icare-title {
    font-size: 2.4rem;
  }
  #feedback .feedback-box .feedback-organization {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  #feedback .feedback-box .feedback-detail {
    margin-top: 2rem;
  }
  #why_choose_icare .icare_video_iframe iframe {
    height: 38rem;
  }
  #form_register .form-slogan {
    font-size: 1.8rem;
  }
}
@media (max-width: 990px) {
  #hero {
    padding-bottom: 0;
  }
  #hero .hero-slogan {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .icare-pin {
    font-size: 1.6rem;
  }
  #hero .hero-subslogan {
    margin-bottom: 2rem;
  }
  .icare-primary-btn,
  .icare-sub-btn {
    font-size: 1.6rem;
    padding: 1rem;
  }
  #why_choose_icare .icare_video_iframe iframe {
    height: 24rem;
  }
  .icare-title {
    margin-bottom: 2rem;
  }
  .list-icare-title .feedback-nav img {
    width: 30px;
  }
  #feedback .feedback-box {
    width: 100%;
  }
  nav .navbar .buy-now {
    padding: 1rem;
  }
  #price .promo-box {
    padding: 1rem;
    font-size: 1.6rem;
  }
  #title_background .title-background {
    font-size: 3rem;
  }
  #intergrate_hrm .integrate-box {
    flex-direction: column;
    text-align: center;
  }
  footer .list-footer-cert {
    justify-content: left;
  }
}
@media (max-width: 550px) {
  #why_choose_icare .icare_video_iframe iframe {
    height: 22rem;
    width: 90%;
  }
  nav .navbar .buy-now {
    padding: 0.6rem;
    font-size: 1.6rem;
    gap: 0.4rem;
  }
  #feedback .feedback-box .feedback-content {
    height: auto;
  }
}

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