* {
  margin: 0;
  padding: 0;
}

ul.nav.navbar-nav.float-xs-right {
  border-top: 1px solid #f1ebeb;
}

a.nut-hire.btn.btn-primary {
  width: 180px;
  background: black;
  border: none;
  border-radius: 0px;
}

.tt h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 40px;
}

.tt p {
  color: black;
  font-size: 20px;
  line-height: 20px;
  width: 52%;
  margin: auto;
  margin-bottom: 34px;
}

.tt img {
  border-radius: 50%;
  margin-bottom: 50px;
}

.tt {
  z-index: 2;
  position: relative;
  padding-top: 21%;
  /* border-radius: 50%; */
}

a.navbar-brand {
  padding: 0;
}

.khoi-tt-1 {
  height: 100%;
  width: 100%;
  background: #e9585f;
}

.khoi-tt-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background: #e4555b;
  height: 100%;
  z-index: 1;
  position: absolute;
}

body,
html {
  width: 100%;
  height: 100%;
}

nav.navbar.navbar-light.bg-faded.navbar-fixed-top {
  background: white;
}
a.nav-link {
  font-family: segoe ui light;
  text-transform: uppercase;
  font-size: 13px;
  color: #101010;
  line-height: 79px;
}

li.nav-item {
  margin: 0;
  padding: 0 4px;
  margin: 0 17px;
}

nav.navbar.navbar-light.bg-faded {
  margin: 0;
  padding: 0;
  height: 100px;
}

@media (max-width: 576px) {
  * {
    float: none;
  }

  p {
    /* line-height: 125px; */
  }

  p {
  }

  .tt img {
    width: 203px;
    margin-top: 128px;
  }

  .container {
    width: 105%;
    margin: 0 auto;
  }

  a.nav-link {
    line-height: 27px;
    display: inline !important;
  }

  ul.nav.navbar-nav.float-xs-right {
    /* float: none!important; */
    text-align: center;
    background: white;
    margin: 0;
    padding: 0;
    width: 104%;
    padding: 8px 8px;
    /* position: relative; */
    /* left: 2px; */
  }

  li.nav-item {
    float: none !important;
    display: inline !important;
    margin: 0px 0px;
  }

  a.nav-link kn {
    line-height: 27px;
    display: inline !important;
  }

  a.navbar-brand {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.team {
  height: 621px;
  padding: 50px 0;
}

.team__title {
  text-align: center;
}

.team__list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.team__item {
  width: 250px;
  height: 365px;
  /* border: 1px solid black; */
  box-shadow: 0 0 8px 0 rgb(69, 68, 68);
}

.team__img {
  width: 251px;
  height: 215px;
  object-fit: cover;
}

.team__item-content {
  padding: 10px;
}

.team__item-heading {
  margin: 0 auto;
  align-items: center;
}