
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800,900&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Days+One');
body {
  font-size: 14.5px;
  font-family: 'OpenSans';
  background-color:black;
  background-size: inherit;
}
.container{
  max-width: 94%;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
}
.wrapper{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
}
.opps-mes {
  position: relative;
}
.opps-mess-text {
  color: #FFF;
  margin-bottom: 25px;
  position: relative;
  z-index: 9999;
  font-family: 'Icielpanton-Light';
  line-height: 160px;
  font-size: 210px;
  text-align: center;
}
.opps-mess-text h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 85px;
  line-height: 100px;
  color: #00bcd4;  
  letter-spacing: 0.05em;
}

.text404 {
  width: auto;
  margin: 0px auto;
  cursor: default;
  animation: fadeIn 0.6s ease-in-out 2s;
  animation-fill-mode: forwards;
}
.text404 > span {
  display: block;
  -webkit-backface-visibility: hidden;
}
.text404-cut {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.text404-cut span {
  display: block;
  line-height: 120px;
  color:#fff;
  font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: 'Roboto', sans-serif;
}
.mes-ex{
  margin: auto;
  text-align: center;
}
.mes-ex span{
  color: #ee3c25;
}
h3 {
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
.logo img{
  max-width: 130px;
}
.web-link ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
}
.web-link ul li:first-child a {
  padding-left: 0;
  background: none;
}
.web-link{
  margin-top: 40px;
  font-size: 16px;
  display: block;
  padding-left: 12px;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: center;
}
.web-link p{
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.web-link a{
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.web-link a:hover{
  color: #ee3c25;
}
@media (min-width: 768px) {
  .mes-ex .web-link{
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .opps-mes{
    margin-top:60px;
    padding: 0 15px;
    margin-bottom: 60px;
  }    
  h3{
    font-size: 25px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .web-link{
    padding-left: 0;
  }
  h3{
    font-size: 28px;
    line-height: 45px;
  }  
}
@media (max-width: 568px) {
  .text404-cut span {
    font-size: 80px;
    line-height: 75px;
  }
  h3{
    font-size: 22px;
    line-height: 35px;
  }
  .web-link p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
  }
  .wrapper {
    position: static;
    transform: inherit;
  }  
}
@media(max-height: 568px){
  .wrapper {
    position: static;
    transform: inherit;
  }
  body{
    background-size: inherit !important;
  }
}
@media (max-width: 425px) {
  h3 {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  h3 {
    font-size: 17px;
    line-height: 30px;
  }
}
body.dangxaydung{
  font-size: 14.5px;
  font-family: 'OpenSans';
  background: url(../images/bg.jpg);
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center;
}