﻿#lienhe {
  position: relative;
}
#lienhe .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#lienhe .container-custom {
  width: 100%;
  max-width: 1319.2px;
  margin: 0 auto;
  padding: 0;
}
#lienhe .title h2 {
  width: 21%;
  background-color: #1977cc;
  font-family: "fs magistral-bold";
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 8px;
}
#lienhe .title hr {
  height: 2px;
  background-color: #1977cc;
  margin-top: 0;
  border: 0;
}
#lienhe .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#lienhe .overlay .breadcrumb-body {
  position: relative;
  padding: 25px 0 25px 15px;
  border-left: 15px solid #FFFFFF;
  margin-top: 106px;
}
#lienhe .overlay .breadcrumb-body .breadcrumb-item + .breadcrumb-item::before {
  color: #EDF1FC;
}
#lienhe .overlay .breadcrumb-body::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #FFFFFF;
}
#lienhe .overlay .breadcrumb-body::after {
  top: 100%;
  margin-top: -15px;
}
#lienhe .overlay .breadcrumb-body::before, #lienhe .overlay .page-header .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #FFFFFF;
}
#lienhe .breadcrumb-area img {
  width: 100%;
  object-fit: cover;
  height: 40vh;
}
#lienhe .contact-main .info-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
#lienhe .contact-main .info-item .icon {
  color: #ffffff;
  background-color: #1977cc;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  margin-right: 15px;
}
#lienhe .contact-main .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: color-mix(in srgb, #212529, transparent 30%);
}
#lienhe .contact-main .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
