body {
  font-size: 16px;
  color: #333;
  background: #fff none repeat scroll 0% 0%;
  font-family: "Roboto", sans-serif !important;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

.top-main {
  flex: none;
  border-bottom: 3px solid #b92424;
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  top: -100px;
  z-index: 1000;
}

html,
body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  margin-bottom: -100px;
  background-color: #eeeef0;
  width: 100%;
}

.page-wrap:after {
  content: "";
  display: block;
}

.container {
  max-width: 980px;
  margin: 24px auto;
  padding: 40px 32px;
  background: #fff none repeat scroll 0% 0%;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 460px;
  box-shadow: 0 4px 4px 0 #aaa;
}

.wrap {
  width: 980px;
  margin: 0 auto;
}

.wrap2 {
  max-width: 858px;
  margin: 0 auto 20px auto;
}

.logo {
  height: 50px;
  position: relative;
}

.logo img {
  padding: 10px 0;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #b71f27;
  margin: 0;
  line-height: 1.5;
}

.text-red {
  color: #b71f27;
  font-weight: bold;
}

.form-group,
.form-group1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 24px 0;
}

.form-group1 {
  justify-content: flex-start;
}

.form-group label,
.form-group1 label {
  width: 256px;
  line-height: 1.2;
  font-weight: bold;
}

.form-cmt,
.form-mxn {
  flex: 1;
}

.form-cmt input,
.form-mxn input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 2px solid #b9bbc3;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 12px;
}

.form-mxn {
  display: flex;
  justify-content: space-between;
  height: 44px;
  gap: 20px;
}

.form-mxn > * {
  flex: 1;
}

.form-mxn > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.refresh-capcha {
  box-sizing: border-box;
  height: 100%;
  width: 44px;
  text-align: center;
  line-height: 43px;
  border: 1px solid #b9bbc3;
  border-radius: 4px;
}

.refresh-capcha > a {
  color: #5c606d;
}

.form-group1 input {
  height: 36px;
  width: 103px;
  border: none;
  border-radius: 8px;
  background-color: #1a54c4;
  color: #fff;
  font-weight: bold;
}

.footer-main,
.page-wrap:after {
  height: 32px;
}

.footer-main {
  background: rgb(144, 24, 25);
  border-top: 1px solid #d5d5d5;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}

p.footer {
  font-size: 10px;
  color: #ccc;
}

.footer-main .wrap {
  line-height: 0.5;
  font-size: 18px;
}

table,
table.table-bordered {
  font-size: 15px;
  width: 644px;
}

table thead {
  float: left;
  margin-left: -5px;
}

.table-bordered1 tbody {
  margin-left: 0;
}

.table-bordered1 {
  margin-bottom: 10px;
}

.table-bordered th,
.table-bordered1 th {
  text-align: left !important;
  font-weight: normal !important;
}

.note {
  width: 634px;
  margin: 0 auto 50px auto;
}

.nguyenvong-item {
  width: 100%;
  display: inline-block;
  background: #fff;
  margin: 10px 0;
  vertical-align: top;
}

.nguyenvong-item .title {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.nguyenvong-item .noidung {
  padding: 12px 0;
}

.nguyenvong-item .noidung th,
.nguyenvong-item .noidung td {
  padding: 8px 23px;
  text-align: left;
}

.nguyenvong-item .noidung th,
.nguyenvong-item .noidung td,
.nguyenvong-item .noidung table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.wrap3 {
  padding: 8px;
  display: flex;
}

.table-tilte {
  font-size: 23px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
}

.wrap3 table {
  font-size: 14px;
  line-height: 1.5;
}

.wrap3 table tr {
  display: flex;
}

.wrap3 table tr > * {
  box-sizing: border-box;
  flex: 1;
  height: 58px;
}

.wrap3 table th,
.wrap3 table td {
  border: none;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .wrap3 {
    display: block;
  }

  .table2-header {
    display: none !important;
  }

  .form-group1 input {
    width: 135px;
    height: 44px;
  }

  .form-group label {
    display: block;
  }
}

@media (max-width: 768px) {
  .form-group {
    display: block;
  }

  .form-group label {
    margin-bottom: 16px;
    width: 100%;
  }

  .form-mxn {
    flex-direction: column-reverse;
    height: 100px;
    gap: 12px;
  }

  #captchaimg {
    height: 44px;
  }

  .table1-header {
    display: none !important;
  }

  .wrap3 table tr {
    display: flex;
    flex-direction: column;
    padding: 13px 0;
  }

  .wrap3 table tr td {
    padding: 2px 24px;
  }
}
