/* Set default body */
body {
  padding: 0px !important;
  margin: 0px !important;
  direction: "ltr";
  font-size: 0.92rem;
  color: #4c4c4c;
  text-align: justify;
  min-width: 1230px !important;
}

.bg-primary {
  background-color: #054696 !important;
}

.bg-light {
  background-color: #f0f7ff !important;
}

.primary-line {
  height: 6px;
  background-color: #054696 !important;
}

.text-primary {
  color: #054696 !important;
}

.btn-primary {
  background-color: #054696 !important;
  border-color: #054696 !important;
}
.border-primary {
  border-color: #054696 !important;
}

a {
  text-shadow: none;
  color: #555;
}

a:hover {
  color: #00b4ff;
  text-decoration: none;
}

img {
  object-fit: cover;
  object-position: center;
}

.page-link {
  color: #dc3545 !important;
}

.active a.page-link {
  border-color: #dc3545 !important;
  color: #fff !important;
  background-color: #dc3545 !important;
}

@media (min-width: 576px) {
  .container {
    min-width: 1230px;
    max-width: 1230px;
  }
}

@media (min-width: 768px) {
  .container {
    min-width: 1230px;
    max-width: 1230px;
  }
}

@media (min-width: 992px) {
  .container {
    min-width: 1230px;
    max-width: 1230px;
  }
}

@media (min-width: 1200px) {
  .container {
    min-width: 1230px;
    max-width: 1230px;
  }
}

.logo {
  font-size: 1.35rem;
}

.head {
  height: 100px;
}
.head small {
  font-size: 0.76rem;
}
.head .name {
  font-size: 2.5rem;
  margin-top: 13px;
  line-height: 1.3rem;
}

.nav-line {
  height: 3px;
}

.nav {
  font-size: 1.3rem;
}

.nav .no-gutters {
  display: block !important;
}

.nav .col {
  width: auto !important;
  text-align: left;
  float: left;
  margin-right: 35px;
}

.bg-login {
}

.search-bg {
}

/*  search */
.search .tab {
  margin: 0 0 10px -10px;
  color: #198754;
}

.search .tab a {
  margin: 0 10px;
  padding: 5px 10px 8px;
  font-size: 0.95rem;
  color: #198754;
  background-color: #fff;
  background: rgba(255, 255, 255, 75%);
  text-decoration: none;
  outline: medium none;
  border-radius: 5px;
}

.search .tab a.on {
  color: #fff;
  background-color: #198754;
}

.search input::-moz-placeholder {
  color: #aab2bd;
  font-size: 1rem;
}

.container {
  width: 1230px !important;
}

.list-unstyled {
  line-height: 2.4em;
}

ul.dot li {
  padding: 0 0 0 10px;
}

ul.dot li.dot-none {
  padding: 0;
  background: none;
}

li small {
  color: #aaa;
}

.subscribe {
  position: fixed;
  right: 40px;
  top: 235px;
}

.main {
  float: left;
  width: 800px;
}

.side {
  float: right;
  margin-top: 15px;
  width: 350px;
}

.qrcode {
  position: relative;
  cursor: pointer;
}

.qrcode img {
  display: none;
}

.qrcode:hover img {
  position: absolute;
  z-index: 100;
  display: block;
  margin: 10px 0 0 -50px;
  padding: 8px;
  border: 5px solid #ededed;
  background: #fff;
}

.bd-highlight li {
  margin-right: 15px;
  cursor: pointer;
}

.bd-highlight li img {
  vertical-align: bottom;
}

.description {
  line-height: 2rem;
  font-size: 0.85rem;
}

.title {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.content {
  padding: 0 0 50px;
  line-height: 2rem;
  font-size: 16px;
}

.content p {
  text-align: justify;
}

.content table {
  line-height: 1.8rem;
  width: 100%;
}

.content table p {
  margin: 0;
}

.content img {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.content .note-video-clip {
  margin: 0 auto;
  max-width: 800px;
}

.content table tr td {
  padding: 5px;
  border: 1px solid #e3e3e3;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: normal;
}

.content table pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: normal;
  white-space: pre-line;
}

.contact {
  font-size: 0.85rem;
}
.contact .list-unstyled {
  padding-left: 120px;
  line-height: 1.7em;
  font-weight: bold;
}

.credit-book {
  padding: 45px 45px 30px;
  border-radius: 10px;
  border-width: 5px !important;
}

.credit-book .book-head h2 {
  padding-top: 30px;
}

.credit-book .book-line {
  padding: 55px 0 15px;
}

.credit-book .book-body {
  padding: 30px;
}

@media (max-width: 640px) {
  .credit-book {
    padding: 15px 15px 0;
    border-width: 3px !important;
  }

  .credit-book .book-head {
    margin-bottom: -15px;
  }

  .credit-book .book-head h2 {
    padding: 0px;
  }

  .container {
    font-size: 12px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }
}
.bg-cert {
  margin: 0 auto;
  width: 31.8cm;
  height: 22.5cm;
  position: relative;
  color: #000;
}
.bg-cert .cert-bg {
  z-index: 30;
  width: 31.8cm;
  height: 22.5cm;
  position: absolute;
}
.bg-cert .cert {
  z-index: 50;
  width: 31.8cm;
  height: 22.5cm;
  padding: 80px;
  position: absolute;
}

.bg-cert .name {
  font-weight: bold;
  font-size: 3.8rem;
  color: #bea036;
  font-family: "Open Sans", sans-serif;
}
.bg-cert .info {
  margin-top: 60px;
  font-size: 2.3rem;
  line-height: 4.3rem;
}
.bg-cert .product {
  display: inline-block;
  align-items: flex-end;
  padding: 0 15px 5px;
  margin-bottom: -15px;
  width: 630px;
  height: 65px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
  font-size: 1.25rem;
  line-height: 1.7rem;
  border-bottom: 3px solid #000;
}
.bg-cert .signature {
  margin: 80px 50px 70px;
  font-size: 1.5rem;
}
.bg-cert .url {
  margin-left: 20px;
  font-size: 1.05rem;
}
.bg-cert .code {
  font-weight: 600;
  font-size: 8rem;
  color: #bea036;
  font-family: "EU-BZ", Times, serif;
  line-height: 110px;
  height: 110px;
}

.footer h6 {
  font-weight: bold;
}
.footer {
  clear: both;
  font-size: 0.82rem;
}
.footer .list-unstyled {
  line-height: 2em;
}
