@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2"),
    url("../fonts/SVN-GilroyBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy.woff2") format("woff2"),
    url("../fonts/SVN-Gilroy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyMedium.woff2") format("woff2"),
    url("../fonts/SVN-GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  max-width: 767px;
  font-family: "SVN-Gilroy";
  display: block;
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #2c3d8f;
  color: #212121;
  font-weight: normal;
}

button:focus {
  outline: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

a:visited {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

.img-khobau a {
  display: inline-block;
  width: 100%;
}

.img-head {
  display: inline-block;
  width: 100%;
  position: relative;
}
.img-head a {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
}
.img-head a img {
  width: 250px;
}

#popup-trungthuong .modal-dialog {
  margin: 16px auto;
  max-width: 600px;
}
#popup-trungthuong .modal-content {
  background-image: linear-gradient(
    to bottom,
    #3550c0,
    #3550c0,
    #091854,
    #091854,
    #091854
  );
  border-radius: 50px;
  border: 0;
  background-color: transparent;
}
#popup-trungthuong .modal-header {
  border: 0;
}
#popup-trungthuong .modal-body {
  padding: 0;
}
#popup-trungthuong .bg-popup {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}
#popup-trungthuong .bg-popup img {
  border-radius: 50px;
}
#popup-trungthuong .content {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 16px 20px;
}

.content .logo {
  text-align: center;
  margin-bottom: 20px;
}
.content .logo img {
  width: 160px;
}
.content .btn-gui {
  text-align: center;
}
.content .btn-gui img {
  width: 220px;
}
.content .combo {
  text-align: center;
  margin-bottom: 20px;
}
.content .combo img {
  width: 350px;
}
.content .chucmung {
  text-align: center;
  margin-bottom: 20px;
}
.content .chucmung img {
  width: 300px;
}
.content .img-text {
  text-align: center;
  margin-bottom: 20px;
}

.combo-2 {
  display: none;
}

/* .combo-3 {
  display: none; } */

.close {
  /* float: right; */
  font-size: 26px;
  font-weight: 700;
  line-height: 10px;
  color: #16307f;
  text-shadow: none;
  opacity: 0.9;
  background: center;
  background-color: #f8f9fa !important;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  position: absolute;
  z-index: 9;
  right: 27px;
  top: 30px;
  /* font-weight: normal; */
}

/* --------------Checkbox-------------------- */
.form-group .form-control,
.form-group .custome-select select,
.form-group textarea {
  border: 0;
  font-size: 18px;
  padding: 8px 16px;
  height: 55px;
  border-radius: 50px;
  color: #212121;
  display: inline-block;
  width: 100%;
  font-family: "SVN-Gilroy";
}
.form-group .form-control::placeholder,
.form-group .custome-select select::placeholder,
.form-group textarea::placeholder {
  color: #8587ab;
}
.form-group textarea {
  height: 88px;
}

.input-custom {
  display: none;
}

.label-custom {
  color: #212121;
  line-height: 1.2;
  display: flex;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  align-items: center;
  margin-bottom: 15px;
  font-weight: normal !important;
}
.label-custom:checked {
  color: #000 !important;
}
.label-custom:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 14px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 1px solid #777;
  box-sizing: border-box;
  border-radius: 4px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-custom:checked {
  color: #212121 !important;
}

.input-custom:checked + .label-custom::before {
  color: white;
  background-color: #27338c;
  border: 1px solid #dcaf26;
}

.input-custom:checked + .label-custom {
  color: #212121 !important;
}

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