@font-face {
  font-family: _UTMHelveBold;
  src: url('../fonts/_UTM HelveBold.ttf.html') format('truetype');
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  overflow: hidden;
}
body .main {
  width: 100%;
  height: 100%;
  background: url("img/Error-BG.png.html") no-repeat right center;
  background-size: 46.82291667vw 27.890625vw;
  display: flex;
  align-items: center;
}
body .main .left_content {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: 50px;
}
body .main .left_content .img-left {
  width: 509px;
  height: 227px;
  background: url("img/3K-Trang-Error-404.png.html") no-repeat;
  background-size: contain;
}
body .main .left_content .text-img {
  width: 810px;
  height: 68px;
  background: url("img/3K-Trang-Error-hinh-text-1.png.html") no-repeat;
  background-size: contain;
}
body .main .left_content .text {
  font-family: _UTMHelveBold;
  font-size: 20px;
  color: #330000;
  font-weight: bold;
}
body .main .left_content .text a {
  color: #ff3000;
}
