@import url("font/font.css");
body {
  color: #fff;
  font: normal 20px/normal "Poppins-Regular", Arial, sans-serif;
  text-align: center;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: #8B1A12;
  background-size: cover;
  overflow-x: hidden;
}
body img {
  max-width: 100%;
}
body .text-underline {
  text-decoration: underline;
}
body a, body a:hover, body a:focus, body a:active {
  color: #fff;
}
@media (max-width: 768px) {
  body .d-none-768 {
    display: none;
  }
}
body .d-block-768 {
  display: none;
}
@media (max-width: 768px) {
  body .d-block-768 {
    display: block;
  }
}
body .btn {
  font: normal 1.7vw/normal "Poppins-Bold", Arial, sans-serif;
  border-radius: 8px;
  background-color: #FD0024;
  border-color: #FD0024;
  color: #fff;
  padding: 0.55vw 2.5vw;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  min-width: 15.6vw;
}
body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
  background-color: #FD0024;
  border-color: #FD0024;
  color: #fff;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
}
body .btn-transparent {
  background-color: transparent;
  border-color: #fff;
}
body .btn-transparent:hover, body .btn-transparent:focus, body .btn-transparent:active, body .btn-transparent:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #fff;
}
@media (min-width: 1920px) {
  body .btn {
    min-width: 300px;
    font-size: 32.7px;
  }
}
@media (max-width: 768px) {
  body .btn {
    min-width: 58.45vw;
    font-size: 5.8vw;
    padding: 2.4vw 3.4vw;
  }
}
body .footer {
  background-color: #fff;
  font: normal 16px/normal "Poppins-Regular", Arial, sans-serif;
  color: #102B4E;
}
body .footer a, body .footer a:hover, body .footer a:focus, body .footer a:active {
  color: #102B4E;
}
@media (min-width: 576px) {
  body .footer .container {
    max-width: 1140px;
    padding: 1vw 0;
  }
}
@media (max-width: 768px) {
  body .footer {
    font-size: 2.1vw;
  }
}
body .wrapper {
  max-width: 89.5vw;
  margin: auto;
}
@media (min-width: 1920px) {
  body .wrapper {
    max-width: 1720px;
  }
}
body .wrapper-home .title {
  text-indent: -10000px;
}
body .wrapper-home .home-img {
  max-width: 1571px;
  width: 81.82vw;
  margin-left: -13vw;
}
@media (max-width: 768px) {
  body .wrapper-home .home-img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body .wrapper-home {
    max-width: 100%;
  }
}
body .container {
  text-align: center;
  padding-bottom: 2vw;
}
@media (min-width: 576px) {
  body .container {
    max-width: 100%;
  }
}
body .container .title {
  position: relative;
  font: normal 1.88vw/normal "Poppins-Regular", Arial, sans-serif;
  color: #fff;
  margin: 1vw auto;
}
@media (max-width: 768px) {
  body .container .title {
    font-size: 6.76vw;
    margin: 2vw auto;
  }
}
body .container-register {
  position: relative;
  margin-top: -25vw;
}
@media (min-width: 1920px) {
  body .container-register {
    margin-top: -510px;
  }
}
@media (max-width: 768px) {
  body .container-register {
    overflow-x: clip;
    margin-top: 0;
  }
}
body .container-register form {
  max-width: 50vw;
  margin: auto;
}
@media (max-width: 768px) {
  body .container-register form {
    max-width: 100%;
  }
}
body .container-register form .mb-3 {
  margin-bottom: 0.5vw !important;
}
body .container-register form .form-control {
  color: #818080;
  font-size: 1.12vw;
  border: 0;
  border-radius: 8px;
  text-align: left;
  height: calc(2.7vw + 2px);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  padding: 0.5vw 1vw;
  font-family: "TrebuchetMS";
}
body .container-register form .form-control[readonly] {
  background-color: #fff;
}
@media (max-width: 768px) {
  body .container-register form .form-control {
    font-size: 4.11vw;
    height: calc(9.7vw + 2px);
    padding: 0.5vw 2vw;
  }
}
body .container-register form .form-control::placeholder {
  color: #818080;
  opacity: 1;
}
@media (max-width: 768px) {
  body .container-register form .btn-success {
    min-width: 75vw;
    margin-top: 5vw;
  }
}
body .container-register form .btn-file {
  font-size: 0.94vw;
  padding: 0.6vw 1vw 0.8vw;
  width: 100%;
  background-color: #8B1A12;
  border-color: #fff;
  font-family: "TrebuchetMS";
  text-transform: none;
  /*@media (max-width: 576px) {
      font-size: 3.38vw;
  }*/
}
body .container-register form .btn-file:hover, body .container-register form .btn-file:focus, body .container-register form .btn-file:active, body .container-register form .btn-file:not(:disabled):not(.disabled):active {
  background-color: #8B1A12;
  border-color: #fff;
}
body .container-register form .btn-file .hidden-xs {
  position: relative;
  top: 0.07vw;
}
@media (min-width: 1920px) {
  body .container-register form .btn-file {
    font-size: 18px;
    padding: 0.6vw 15px 0.8vw;
  }
}
@media (max-width: 768px) {
  body .container-register form .btn-file {
    font-size: 3.38vw;
    padding: 2.3vw 2vw 2.5vw;
  }
}
@media (max-width: 767px) {
  body .container-register form .btn-file .hidden-xs {
    display: block !important;
  }
}
body .container-register form .box-number {
  background: url("img/counter-bg.svg") no-repeat center;
  height: 5.4vw;
  max-width: 23.23vw;
  margin: 3vw auto auto;
  background-size: 100%;
  font-size: 2.71vw;
  color: #fff;
  font-family: "Poppins-Regular", Arial, sans-serif;
  position: relative;
}
@media (max-width: 768px) {
  body .container-register form .box-number {
    background: url("img/counter-bg-m.svg") no-repeat center;
    height: 26.57vw;
    max-width: 49.52vw;
    margin: 11vw auto 8vw;
    background-size: 100%;
    font-size: 9.9vw;
  }
}
body .container-register form .box-number .text-number {
  margin-left: 13.8vw;
  letter-spacing: 0.4vw;
}
@media (max-width: 768px) {
  body .container-register form .box-number .text-number {
    margin-left: 0;
    margin-top: 12.8vw;
  }
}
body .container-register form .field-registerform-agree label {
  font-size: 0.84vw;
  font-weight: normal;
  position: relative;
  left: 2.2vw;
  cursor: pointer;
  font-family: "TrebuchetMS";
}
@media (min-width: 1920px) {
  body .container-register form .field-registerform-agree label {
    font-size: 16px;
    left: 45px;
  }
}
@media (max-width: 768px) {
  body .container-register form .field-registerform-agree label {
    font-size: 3.09vw;
    left: 6.2vw;
    max-width: 90%;
  }
}
body .container-register form .field-registerform-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .container-register form .field-registerform-agree .checkmark {
  position: absolute;
  top: -7px;
  left: -2.2vw;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #fff;
}
@media (min-width: 1920px) {
  body .container-register form .field-registerform-agree .checkmark {
    left: -45px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  body .container-register form .field-registerform-agree .checkmark {
    top: 0;
    left: -6.2vw;
    width: 4vw;
    height: 4vw;
  }
}
body .container-register form .field-registerform-agree .checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}
body .container-register form .field-registerform-agree input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #fff;
}
body .container-register form .field-registerform-agree input:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  left: 0.45vw;
  top: 0.1vw;
  width: 0.5vw;
  height: 1vw;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1920px) {
  body .container-register form .field-registerform-agree input:checked ~ .checkmark:after {
    left: 9px;
    top: 2px;
    width: 10px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  body .container-register form .field-registerform-agree input:checked ~ .checkmark:after {
    left: 1.45vw;
    top: 0.3vw;
    width: 1.1vw;
    height: 2.5vw;
  }
}
body .container-register form .field-registerform-agree.has-error .help-block {
  padding-left: 0;
}
body .container-register form .text-bottom {
  font-size: 0.84vw;
  margin-bottom: 2vw;
  font-family: "TrebuchetMS";
}
body .container-register form .text-bottom .more-text {
  cursor: pointer;
}
body .container-register form .text-bottom .collapse.in {
  display: block !important;
}
@media (min-width: 1920px) {
  body .container-register form .text-bottom {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-register form .text-bottom {
    font-size: 3.09vw;
  }
}
body .container-register form .field-registerform-documentfile .help-block {
  color: #FD0024;
}
body .container-register form .field-registerform-documentno,
body .container-register form .field-registerform-buydate,
body .container-register form .field-registerform-nipno {
  position: relative;
}
body .container-register form .field-registerform-documentno input,
body .container-register form .field-registerform-buydate input,
body .container-register form .field-registerform-nipno input {
  padding-right: 45px;
}
body .container-register form .field-registerform-documentno .hint,
body .container-register form .field-registerform-buydate .hint,
body .container-register form .field-registerform-nipno .hint {
  display: block;
  position: absolute;
  content: url("img/info-icon.svg");
  background: transparent;
  color: #fff;
  width: 2.3vw;
  height: 2.3vw;
  top: 0.4vw;
  right: 1.5vw;
  cursor: pointer;
}
@media (max-width: 1200px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    right: 1.8vw;
  }
}
@media (max-width: 991px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    right: 2.3vw;
  }
}
@media (max-width: 768px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    width: 6vw;
    height: 6vw;
    top: 1.5vw;
    right: 3.5vw;
  }
}
@media (max-width: 576px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    right: 4.5vw;
  }
}
@media (max-width: 400px) {
  body .container-register form .field-registerform-documentno .hint,
  body .container-register form .field-registerform-buydate .hint,
  body .container-register form .field-registerform-nipno .hint {
    right: 5.5vw;
  }
}
body .container-register form .receipt {
  position: absolute;
  left: calc((100% - 18vw) / 2);
  top: 3vw;
  margin: auto;
  width: 18vw;
  max-width: 100%;
  height: 600px;
  cursor: pointer;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Poppins-Regular", Arial, sans-serif;
  padding: 5px;
  display: none;
  z-index: 10005;
  background-color: transparent;
}
@media (max-width: 768px) {
  body .container-register form .receipt {
    top: 12vw;
    width: 48vw;
    left: calc((100% - 48vw) / 2);
  }
}
body .container-register form .receipt img {
  max-width: 100%;
  max-height: 68vh;
}
body .container-contact .title {
  font-family: "Poppins-Regular";
  font-size: 2.08vw;
  line-height: 2.5vw;
}
body .container-contact .title a {
  color: #fff;
  font-family: "Poppins-Bold";
}
body .container-contact .title a:hover, body .container-contact .title a:focus, body .container-contact .title a:active {
  color: #fff;
}
@media (max-width: 768px) {
  body .container-contact .title {
    font-size: 6.76vw;
    line-height: 8.85vw;
  }
  body .container-contact .title a {
    font-size: 4.35vw;
  }
}
body .container-contact .btn {
  margin: 2vw auto;
}
@media (max-width: 768px) {
  body .container-contact .btn {
    margin: 3vw auto;
  }
}
body .container-contact .bottom-text {
  font-size: 1.1vw;
}
body .container-contact .bottom-text .big-text {
  font-size: 1.3vw;
  font-weight: bold;
}
@media (min-width: 1920px) {
  body .container-contact .bottom-text {
    font-size: 21px;
  }
  body .container-contact .bottom-text .big-text {
    font-size: 25px;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  body .container-contact .bottom-text {
    font-size: 3.38vw;
    line-height: 5vw;
  }
  body .container-contact .bottom-text .big-text {
    font-size: 4.35vw;
    font-weight: bold;
  }
}
body .container-contact .text-click {
  max-width: 50vw;
  margin: auto;
  font-size: 0.84vw;
  margin-bottom: 2vw;
  font-family: "TrebuchetMS";
}
body .container-contact .text-click .more-text {
  cursor: pointer;
}
body .container-contact .text-click .collapse.in {
  display: block !important;
}
@media (min-width: 1920px) {
  body .container-contact .text-click {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-contact .text-click {
    font-size: 2.7vw;
    max-width: 100%;
  }
}
body .receipt-transparent-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10002;
}
body .has-error .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
  color: #FD0024 !important;
  font-size: 1vw;
  margin-top: 0.3vw;
  margin-bottom: 0.5vw;
  text-align: left;
  padding-left: 1vw;
  font-family: "TrebuchetMS" !important;
}
@media (max-width: 768px) {
  body .has-error .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
    font-size: 2.35vw;
  }
}
body .has-error .form-control {
  border-color: #FD0024 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  font-size: 1vw;
  text-align: left;
  font-family: "TrebuchetMS" !important;
}
@media (max-width: 768px) {
  body .has-error .form-control {
    font-size: 2.35vw;
  }
}
body .pop-up {
  position: relative;
  width: 33.3vw;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  body .pop-up {
    width: 63.3vw;
  }
}
body .pop-up .btn-close {
  font-family: "Poppins-Regular", Arial, sans-serif;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0.7vw;
  top: -1.04vw;
  z-index: 100;
  font-size: 5vw;
}
@media (max-width: 768px) {
  body .pop-up .btn-close {
    font-size: 10vw;
  }
}
body .pop-up .btn-close:hover {
  text-decoration: none;
}

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