@font-face {
  font-family: 'UTM_Bebas';
  src: url("../fonts/UTM_Bebas.ttf"); }
@font-face {
  font-family: 'UTM_Helve';
  src: url("../fonts/UTM-Helve.ttf"); }
@font-face {
  font-family: 'UTM_HelveBold';
  src: url("../fonts/UTM-HelveBold.ttf"); }
body {
  background: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  body .bong_topl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 77;
    width: 17%; }
  body .bong_topr {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 77;
    width: 20%; }
  body .bong_btl {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 77;
    width: 20%; }
  body .bong_btr {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 77;
    width: 16%; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

img {
  max-width: 100%; }

.pad0 {
  padding: 0; }

.no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

.logo {
  width: 13%;
  margin: 0rem auto;
  padding-top: 2rem; }
  @media (min-width: 1600px) {
    .logo {
      padding-top: 4rem; } }

.btn-register {
  position: fixed;
  bottom: 0;
  right: 5%;
  background: #2f2420;
  width: 300px;
  cursor: pointer;
  transition: margin-bottom 0.1s, bottom 1s;
  z-index: 99;
  text-align: center;
  padding: 5px 20px;
  border: 3px solid #e7ce80;
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  .btn-register .title_form {
    text-transform: uppercase;
    margin: 0;
    color: #e7ce80;
    font-family: "UTM_Bebas";
    font-size: 150%;
    padding-top: 0px; }

.form-register {
  position: fixed;
  bottom: -100%;
  background: url(../images/bg.jpg);
  background-size: cover;
  transition: margin-bottom 0.1s, bottom 1s;
  z-index: 99;
  right: 5%;
  width: 300px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 3px solid #e7ce80;
  border-bottom: 0;
  padding-top: 1rem; }
  .form-register .form-header {
    text-transform: uppercase;
    margin: auto;
    color: #e7ce80;
    font-size: 150%;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "UTM_Bebas"; }
    .form-register .form-header hr {
      width: 50%;
      border-top: 3px solid #e7ce80;
      margin-top: 10px;
      margin-bottom: 10px; }
  .form-register form {
    padding: 20px; }
    .form-register form input {
      background: transparent;
      border: 1px solid #e7ce80;
      color: #e7ce80;
      text-align: center;
      width: 80%;
      margin-left: 10%;
      padding: 7px; }
      .form-register form input::placeholder{color: rgba(231, 206, 128, 0.5)}
    .form-register form .btn-default {
      background: #650e0e;
      color: #e7ce80;
      width: 60%;
      margin-left: 20%;
      border: 1px solid #e7ce80;
      border-radius: 0;
      font-size: 120%; }

#header {
  margin-top: 0; text-align: center;}
  #header img{width: 75%}
  @media (min-width: 1600px) {
    #header {
      margin-top: 0; } }
  #header .dangky {
    width: 28%;
    margin: 0 auto;
    cursor: pointer;     opacity: 0;
    margin-top: -124px;}
    @media (min-width: 1600px) {
      #header .dangky {
        width: 23%; } }

#sale {
  position: relative; }
  #sale .title {
    text-transform: uppercase;
    color: #e9c572;
    text-align: center;
    font-family: "UTM_Bebas";
    font-size: 500%; margin-bottom: 1rem;}
    @media (min-width: 1600px) {
      #sale .title {
        font-size: 600%;
        margin: 2rem 0; } }
  #sale p {
    text-transform: uppercase;
    color: #fff;
    font-family: "UTM_Bebas";
    font-size: 200%; }
  #sale .sp {
    position: relative; }
    #sale .sp .uudai {
      position: absolute;
      top: 0;
      left: 5%;
      width: 35%;
      z-index: 77;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -webkit-animation: flash linear 3s infinite;
      animation: flash linear 3s infinite; }
@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }
    #sale .sp .combo {
      width: 90%; }
  #sale .line {
    margin-top: 2rem; }
  #sale .btn_dk {
    position: absolute;
        left: 24.3%;
            bottom: 2%;
        width: 20.7%;
        cursor: pointer;
        width: 280px;
        height: 90px;}

#footer {
  background: #360b0c;
  color: #fff;
  font-family: "UTM_Helve";
  margin: 2rem 0 0rem;
  padding: 2rem 0; }
  #footer .tieude {
    text-transform: uppercase;
    margin-bottom: 1rem; }
  #footer .phone {
    padding: .5rem 0; }
  #footer .icon {
    margin-bottom: 1rem; }
  #footer .text_ft {
    color: #fcff00;
    text-decoration: underline;
    font-family: "UTM_HelveBold"; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e7ce80;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e7ce80;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e7ce80;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #e7ce80;
  opacity: 1; }

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*# sourceMappingURL=style.css.map */

.bong1{        position: absolute;
    top: 67rem;
    right: 0;
    z-index: -1;
}
.bong2{    position: absolute;
    bottom: 48rem;
    right: 0;
    z-index: -1;}

@media (max-width: 1024px) {
  #sale .title {
      font-size: 326%;
  }
  .bong1 {
      display: none;
  }
  .bong2 {
      display: none;
  }
}
@media (max-width: 768px) {
  #header img{width: 100%}
  #header .dangky{    margin-top: -70px;}
  #sale .title {
      font-size: 270%;
  }
  #sale p {
      font-size: 169%;
  }
  .phone,.mail,.adress2{font-size: 12px}
  .adress{display: none;}
  .adress2{display: block!important;}
  .col-md-4.offset-md-1 p{font-size: 12px}
  #footer {
      padding: 2rem 0 3rem;
  }
}
@media (max-width: 480px) {
  #sale .title{display: none;}
  #sale .title2{display: block!important;line-height: 1.2;}
  .logo {
      width: 40%;
  }
  #header .dangky {
      width: 67%;
  }
  #sale .sp {
      margin-bottom: 20px;
  }
  #sale .line {
      margin-top: 0;
  }
  .mail{margin-bottom: 2rem}
  .btn-register,.form-register{right: 50%;transform: translateX(50%);}
  .visible-xs{display: block!important}
  .hidden-xs{display: none!important}
  #sale .btn_dk {
      left: 50%;
      bottom: -45px;
      width: 63%;
      transform: translateX(-50%);
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
      color: #fff;
      position: absolute;
      top: 42%;
      font-size: 75px;
      line-height: 1;
  }
  .owl-carousel .owl-nav button.owl-next {
      right: 8px;
  }
  .owl-carousel .owl-nav button.owl-prev {
      left: 8px;
  }
}