body {
  font-family: "SFProDisplay", "arial", sans-serif;
  padding: 0;
  margin: 0;
}

.lp {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000000ab;
  top: 0;
  left: 0;
}

img {
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.wrap {
  padding-top: 50px;
}

#contents {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #000;
}

#cdtf {
  padding: 20px;
  border-radius: 15px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

.ibb {
  border: none;
  box-shadow: inset 5px 5px 5px rgb(0 0 0 / 20%);
  width: 75%;
  font-size: 30px;
  border-radius: 50px;
  padding: 0.5rem 15px;
  margin-top: 35px;
}

.ibb:focus-visible {
  outline: none;
}

.bb-btn {
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 5px 30px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(to bottom, #C58D4A, #977B5A);
  border: 1px solid #fff;
}

.mbb {
  background-color: transparent;
  border: none;
  transition: all 2s ease;
}

.mbb img {
  transition: transform 0.2s ease-in-out;
  width: 100px;
}

.img-100 {
  width: 100%;
}

.img-50 {
  width: 50%;
}

.bbb {
  position: relative;
}

.col-bb {
  height: fit-content;
}

.mbb:hover .hdbb {
  animation: shake 0.5s;
}

.mbbc img {
  width: 200px;
}

.obb {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.xh {
  transform: rotate(-45deg);
  transition: transform 0.5s ease;
  position: absolute;
  z-index: -1;
}

.hop-mo {
  top: -90px;
  left: -110px;
}

.than-mo {
  bottom: -80px;
  right: -130px;
}

.tbkq {
  border-radius: 25px;
  background: linear-gradient(to bottom, #987D5B, #C99C68);
  padding: 30px;
}

.truot-text {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bolder;
  color: #201912bd;
  margin-top: 60px;
}

.trung-text {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bolder;
  color: #201912bd;
}

.truot,
.trung {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.anh-trung {
  width: 60% !important;
}

.bblc {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-bottom: 15px;
  transform: translate(-50%, 0);
}

.bb-btn span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.bb-btn:hover span {
  transform: scale(1.2);
}
.bb-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.tB {
  position: fixed;
  right: 0;
  top: 20vh;
  width: 25vw;
  z-index: 9000;
}
.text-justify{
  text-align: justify;
}
@media (max-width: 767px) {
  .tB {
    width: 100vw;
  }

  .bblc {
    position: relative;
    margin-top: 150px;
  }

  .anh-truot {
    width: 50% !important;
  }

  .ibb {
    font-size: 20px;
    width: 100%;
  }

  .mbb img {
    width: 100%;
  }

  .hop-mo,
  .than-mo {
    width: 150px !important;
  }

  .img-md-80 {
    width: 80% !important;
  }

  .img-sm-100 {
    width: 100% !important;
  }
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 300;
  src: url("../f/SFProDisplay-Light.otf") format("opentype");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 400;
  src: url("../f/SFProDisplay-Regular.otf") format("opentype");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 500;
  src: url("../f/SFProDisplay-Medium.otf") format("opentype");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 600;
  src: url("../f/SFProDisplay-Semibold.otf") format("opentype");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 700;
  src: url("../f/SFProDisplay-Bold.otf") format("opentype");
}