#subheader {
	/*background-image: url("../img/hero-bg.jpg");
	background-size: cover;
	*/
}
#subheader img.logo {
	max-width: 256px;
}
#footer img.logo {
	max-width: 96px;
}

.social-links img {
	border: 1px solid #ffffff;
}

.issues-item {
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 5px;
  background-color: #fafafa;
  transition: all ease-in-out 0.3s;
  padding: 10px 10px;
  /*
  height: 100%;
  */
}
.issues-item:hover {
  background: var(--bs-primary);
  /*border-color: var(--accent-color);*/
}
.issues-item:hover * {
  color: #ffffff !important;
}
.issues_title {
	position: relative;
	min-height: 60px;
	text-align: center;
	font-weight: 700 !important;
}
.issues_title h4 {
  color: var(--bs-blue);
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.issues_cover {
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.issues_cover_half {
  display: block;
  max-width: 50%;
}

.footer-bottom {
	background-color: var(--accent-color);
	/*min-height: 32px;*/
	padding: 10px;
	color: #fff;
}
.notbold {
  font-weight: var(--bs-body-font-weight) !important;
}
.font-x1 {
	font-size: 1rem !important;
}
.font-x125 {
	font-size: 1.25rem !important;
}
.font-x4 {
	font-size: 4rem !important;
}
.font-x5 {
	font-size: 5rem !important;
}
.bold {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
.link {
	cursor: pointer;
}
.inline {
	display: inline-block !important;
}
.top {
	vertical-align: top;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.center * {
	margin-left: auto;
	margin-right: auto;
}
.floatcenter {
	display: table; margin: auto;
}
.left {
	text-align: left;
}

.blue {
	color: #143980;
}
.blue-primary {
	color: var(--bs-primary);
}
.red {
	color: #D92727;
}
.orange {
	color: var(--bs-orange);
}
.white {
	color: #ffffff;
}
.fullwidth {
	width: 100% !important;
}
.nofullwidth {
	width: auto !important;
}
.autowidth {
	width: 1%;
	white-space: nowrap;
}
.nowrap {
	white-space: nowrap;	
}
.row {
	/*dùng để reset lại các div row, vì hiện bị dính margin -12px trong _grid.scss*/
	/*margin: 0px !important;*/
}
.bordered {
	border: 1px solid rgb(222, 226, 230) !important;
}
.deleted {
	color: #808080 !important;
	text-decoration: line-through;
}
.shadow {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

table {
	border-collapse: collapse !important;
}
td, th {
	vertical-align: top;
}
table.table-bordered td, table.table-bordered th {
	border: 1px solid var(--bs-border-color) !important; /*các table border nhạt (trong admin)*/
}
table.table-bordered-all td, table.table-bordered-all th {
	border: 1px solid #1d1d1d !important; /*các table border đậm (trong hiển thị nội dung)*/
}
.rounded-bordered {
	border: 1px solid rgb(222, 226, 230) !important;
	border-radius: 5px !important;
	padding: 5px;
}

/* các css của bootstrap, chưa có trong main.css */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
