body,
html {
  /* overflow-x: hidden; */
}
.f {
  display: flex;
}
.fv {
  align-items: center;
}
.fc {
  justify-content: center;
}
.fj {
  justify-content: space-between;
}
.f1 {
  flex: 1;
}
.fr {
  justify-content: flex-end;
}
.pr {
  position: relative;
}
.pc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ph {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-ellipsis {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.bg-attchment {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.phone,
.phone-inline,
.phone-flex,
.phone-inline-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .phone {
    display: block;
  }
  .phone-inline {
    display: inline;
  }
  .phone-flex {
    display: flex;
  }
  .phone-inline-block {
    display: inline-block;
  }
}

.i-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
  .i-container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .i-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .i-container {
    overflow: hidden;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
