@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.mbws-section-vong-quay {
  background-image: url(../img/bg.png);
  min-height: 100vh !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mbws-section-vong-quay ul li {
  margin-bottom: 0;
}
.mbws-section-vong-quay .section-bg {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: -90px 50px !important;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .mbws-section-vong-quay .section-bg {
    background-position: 30px 184px !important;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .mbws-section-vong-quay .section-bg {
    background-position: 30px 184px !important;
  }
}
@media (max-width: 767px) {
  .mbws-section-vong-quay .section-bg {
    background-size: cover !important;
  }
}

#btn-quayso {
  border-radius: 99px;
  font-size: 1.2rem;
  padding: 0.1em 1.4em;
  outline: 6px solid #ccbd00;
  background-color: #f4ea0a;
  box-shadow: 0px 5px 4px 2px rgba(0, 0, 0, 0.5490196078);
  color: red;
}

.form-quay-so input, .form-quay-so select {
  background-color: transparent !important;
  color: white !important;
  text-transform: uppercase;
  text-indent: 10px;
}
.form-quay-so input::placeholder, .form-quay-so select::placeholder {
  color: white !important;
}
.form-quay-so option {
  background-color: white;
  color: black;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  box-shadow: none !important;
}

.luot-quay {
  text-transform: uppercase;
  font-size: 1.4em;
}
.luot-quay #luotquay {
  background-color: white;
  padding: 2px 20px;
  color: black;
}/*# sourceMappingURL=style.css.map */