.header-hn{
  background-image: url(/public/images/bg-top-hn.jpg);
  background-repeat: no-repeat;
  background-position-x: 30%;
}
.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    /* min-height: 80vh; */
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.header-hn .over-title{
  font-size:14px;
  line-height:18px;
  color: #404040;
  padding-bottom:2rem;
}
.header-hn .title{
  font-size: 22px;
  color: #0e9a0e;
  font-weight:600;
  line-height:28px;
  text-transform: uppercase;
}
.header-hn .title span{
  font-size: 26px;
  font-weight:900;
}
.header-hn .title-s{
  font-size:60px;
  font-weight:600;
  color: #8e8e8e;
}

.header-hn .sub-title{
  font-size:16px;
  line-height:20px;
  color: #0f0f0f;
}
.header-hn hr{
  border-top: 1px solid #f8f9fa8c;
}
.header-hn .title-footer{
  font-size:14px;
  line-height:20px;
  color: #737373;
}
.header-hn .btn-success {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: rgb(25, 181, 25);
    padding:1rem;
}
.header-hn .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff8c;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-title{
  color:white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 18px;
  padding-bottom: 1rem;
}