.bg-nav {
  background: none;
}

.main-customer {
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #fff;
  padding-bottom: 35%;
  /* margin-top: -3.41995rem; */
}
.main-customer .card {
  border: 0;
  box-shadow: 0 0.08rem 0.4rem #e9eefb;
  border-radius: 1.5rem;
  margin-top: 3.41995rem;
}
.main-customer .card .card-body .customer-body {
  display: flex;
  flex-direction: column;
  height: 4.42rem;
  align-items: center;
  justify-content: space-between;
}
.main-customer .card .card-body .customer-body div {
  width: 100%;
}
.main-customer .card .card-body .customer-body div p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.15rem;
}
.main-customer .card .card-body .customer-body div p:last-child {
  font-size: 0.85rem;
}
.main-customer .card .card-body .customer-body .item {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #289efc, #7ec5ff);
  border-radius: 0.4rem;
  text-decoration: none;
  padding: 0.2rem 0.5rem;
}
.main-customer .card .card-body .customer-body i {
  display: inline-block;
  width: 1.865rem;
  height: 1.865rem;
  min-width: 1.865rem;
  background-size: cover;
  margin: 0 0.78rem;
}
.main-customer .card .card-body .customer-body i.ic-chat-bubble {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAACXBIWXMAABYlAAAWJQFJUiTwAAABPklEQVR42u3XUZGEMAyAYSREAhKQUAnnABwsDg4JOAAHnINKQEIlVMJ/M/ewHabTgy7J7Mt+vIUhgYbS0nwoQHDMbAQiAJEdz4TTSO7wREoiC+5e8is83SvDslFjoa1J3xGoFS6XoOc1kd4ofXJaAsc98d+G0xK4KyDlAhsafCn9gJLC5COgxRfv3/AZ8Gjy+fujTWwGKBmOBWa0zTYdSPbzV3RCEMaqSBKOBXLj89x0KZI5KyBp8amIvK9AyDvwPPeoiCTxWGAnNyII3xWR8lxmRduP5UzOF08Eba3t1zRYrwd9XkCIFChtwhhRkuaHTR8CYruvcE0Jq97wWG1c1qaMziR9wqCzCtvsTCNjc4ZIRuMHqtyBwMQDD3DvPzP/VETmdBktAxt7Vn5hQJrr+CIQ8bjiLXS4v6NDmg8tv7lstXMFE7foAAAAAElFTkSuQmCC);
}
.main-customer .card .card-body .customer-body i.ic-telegram {
  background-image: url(../../images/vnz66/icon/icon_telegram.png);
}
.main-customer .card .card-body .customer-body i.ic-zalo {
  background-image: url(../../images/vnz66/icon/icon_zalo.png);
}
.main-customer .card .card-body .customer-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.main-customer .card .card-body .customer-header img {
  width: 3.5rem;
  height: 3.5rem;
}
.main-customer .card .card-body .customer-header .customer-content {
  padding-left: 0.68rem;
}
.main-customer .card .card-body .customer-header .customer-content h3 {
  font-size: 1.2295rem;
  color: #414655;
  font-weight: 700;
}
.main-customer .card .card-body .customer-header .customer-content p {
  font-size: 1rem;
  color: #6c7ba8;
  margin-bottom: 0;
}
.main-customer .card .card-body .customer-body .ic-livechat {
  background-image: url(../../images/vnz66/icon/icon-livechat.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.865rem;
  height: 1.865rem;
  min-width: 1.865rem;
  background-size: cover;
  margin: 0 0.78rem;
}

