	.search-giai-dau .search-submit {
		position: absolute;
		right: 0;
		top: 0;
		border: 0;
		background-color: transparent;
		height: 100%;
		width: 35px;
	}
/*	*/
.head-custom .title{
	flex: 1;
	padding-right: 10px;
	color: #262626;
	font-family: Impact;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
}
.nam-thi-dau label{
	white-space: nowrap;
	margin-right: 10px;
}
.nam-thi-dau select{
	border-radius: 12px;
	border: 1px solid rgba(38, 38, 38, 0.12);
	background-color: #FFF;
	box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.16);
	font-weight: bold;
}
.head-custom .btn{
	border-radius: 12px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.item-doi {
	border-radius: 12px;
	background: #FAFAFA;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-items: center;
	font-weight: 600;
	/* font-size: 18px; */
}
.item-doi .name{
	font-weight: 18px;
	flex: 1;
	padding: 0 10px 0 7%;
}
.item-doi .btn {
	border-radius: 12px;
	border: 1px solid rgba(38, 38, 38, 0.04);
	background: #FFF;
	backdrop-filter: blur(6px);
	min-width: 200px;
	margin-left: 20px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #D32F2F;
	font-weight: 600;
}
.item-doi .btn:hover {
	background-color: #D32F2F;
	color: #fff;
}
.item-doi .btn svg {
	margin-right: 8px;
}
.item-doi .btn:hover svg path{
	fill: #fff;
}
/**/
.item-doi-bongro .banner{
	aspect-ratio: 1;
	max-width: 100px;
	object-fit: contain;
}
.tab-gioitinh:not(.tab-gioitinh-nam){
	display: none;
}
/**/
.wpcf7 label {
	font-weight: 600;
}
.wpcf7 .note {
	color: rgba(38, 38, 38, 0.60);
}
.btn-td {
	background: #D32F2F;
	padding: 10px 20px;
	white-space: nowrap;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	border-radius: 8px;
	width: 100%;
	text-align: center;
}
/**/
.modal-hvg .modal-content {
	padding: 20px 25px;
	border-radius: 20px;
}
.modal-hvg .modal-dialog:not(.modal-fullscreen) {
	max-width: 630px;
}
.modal-hvg h3 {
	color: #262626;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 25px;
}
.modal-hvg input.wpcf7-form-control, .modal-hvg .wpcf7-form-control.wpcf7-text {
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #C0C0C0;
}
.modal-hvg .wpcf7-form-control.wpcf7-textarea{
	border: 1px solid #C0C0C0;
	border-radius: 10px;
}
.modal-hvg input.wpcf7-form-control.wpcf7-submit{
/*	background-color: #004AB4;*/
	border-radius: 40px;
	color: #fff;
}
.wpcf7-spinner {
	position: absolute;
}
.dinhkem-file {
	border: 1px dashed #FF5757;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 25px;
	cursor: pointer;
	border-radius: 10px;
	color: #D32F2F;
}
.dinhkem-file label{
	margin-bottom: 0;
	font-size: 14px;
}
.dinhkem-file p{
	margin-bottom: 0;
}
button.btn-td {
	width: 100%;
	border: 0;
}
.form-hvg input[type="file"],
.wpcf7-file {
	display: none;
	padding: 5px 10px;
}
/**/
.cat-bongro-box .title{
	text-align: center;
	color: #262626;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
	font-family: Impact;
}
.cat-bongro-box .title b{
	color: #D32F2F;
	text-transform: uppercase;
}
.item-giaidau-bongro a{
	display: block;
	margin-bottom: 40px;
}
.item-giaidau-bongro .title-giaidau {
	background-image: linear-gradient(180deg, #D32F2F 0%, #8D2121 100%);
	color: #fff;
	font-size: 18px;
	border-radius: 50px 50px 0 0;
	padding: 7px 20px;
	display: block;
	margin: 0 auto;
	font-weight: 90%;
	width: 80%;
	text-align: center;
	/* white-space: nowrap; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 2;
}
.item-giaidau-bongro img{
	border-radius: 16px;
	border: 4px solid #FFF;
	box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.20);
	aspect-ratio: 290/160;
	object-fit: cover;
	width: 100%;
}
/**/
.item-doi-bongro.item-doi .btn{
	min-width: 140px;
}
.head-doi-bongro {
	background-color: #D32F2F;
	padding: 15px 20px;
	border-radius: 12px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
/**/
.modal-danhsach-doi-bongro .modal-dialog:not(.modal-fullscreen) .modal-dialog {
	max-width: 846px !important;
}
.table-list-doi {
	max-height: 750px;
	overflow: auto;
	padding: 0 1px;
}
.custom-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e0e0e0;
}

.custom-table table thead {
  background-color: #d62828;
  color: white;
}

.custom-table table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: bold;
}

.custom-table table td {
  padding: 10px;
}
.custom-table table tbody td {
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
}

.custom-table table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.custom-table table tbody tr:last-child td {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.custom-table tbody,
.custom-table td,
.custom-table tfoot,
.custom-table th,
.custom-table thead,
.custom-table tr{
	border-width: 0;
}
.custom-table .stt {
	text-align: center;
	width: 15%;
}

.name-cauthu a {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D32F2F;
	padding: ;
	font-size: 10px;
	border-radius: 100%;
	color: #D32F2F;
}
.name-cauthu a:hover {
	background-color:#D32F2F;
	color: #fff;
}
/**/
#thongtin-cauthu-bongro {
	background-color: #00000040;
}
#thongtin-cauthu-bongro .modal-dialog{
	/*max-width: 656px;*/
}
.avata-cauthu {
	margin: 0 auto;
	/* border-radius: 100%; */
	display: block;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border: 0px solid rgba(0, 0, 0, 0.12);
	max-width: 100%;
	object-fit: cover;
}
.info-cauthu label {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.info-cauthu .text {
  border-radius: 8px;
  border: 1px solid rgba(38, 38, 38, 0.01);
  background: #FAFAFA;
  padding: 12px 20px;
  color: #D32F2F;
  font-weight: 600;
}
.modal-thanhtoan{
	margin: 0 auto;
}
.main-tt-thanhtoan{
	max-width: 600px;
	margin: 0 auto;
}
.qr-tt-thanhtoan{
	border-radius: 20px;
	border: 2px solid #D32F2F;
	padding: 40px;
	padding-bottom: 0;
}
.qr-tt-thanhtoan img {
	max-width: 400px;
}
@media only screen and (max-width: 1399px) {
  .head-custom .title{
    flex:auto;
  }
}
@media only screen and (max-width: 767px) {
	.head-custom .title {
		flex: unset;
		width: 100%;
		font-size: 25px;
	}
	.head-custom .btn {
		border-radius: 10px;
		padding: 6px 13px;
		font-size: 13px;
	}
	.nam-thi-dau {
		margin-bottom: 10px;
	}
	.item-doi .btn{
		min-width: auto;
		font-size: 13px;
		height: auto;
		margin-left: 5px;
	}
	.item-doi .btn svg{
		width: 15px;
	}
	.item-doi {
		padding-left: 10px;
		margin-bottom: 15px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.item-doi .name {
		padding: 0 10px 0 10px;
		min-width: 80%;
	}
	.item-doi .btn {
		margin-top: 10px;
		width: 48%;
	}
	.item-giaidau-bongro .title-giaidau{
		font-size: 16px;
	}
/**/
	.modal-hvg h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.modal-hvg .modal-content {
		padding: 0;
	}
	.main-tt-thanhtoan,
	.qr-tt-thanhtoan img {
		max-width: 100%;
	}
	.qr-tt-thanhtoan h4{
		font-size: 18px;
	}
}

.swal2-confirm{
	background-color: #d62828 !important;
}


#list-cauthu {
  max-height: 200px;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: auto;
}
#list-cauthu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#list-cauthu ul li input {
  margin-right: 5px;
}
#list-cauthu ul li label {
  cursor: pointer;
}
/**/
.item-thanhvien {
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.item-thanhvien img {
	aspect-ratio: 3/4;
	width: 100%;
	object-fit: cover;
	/* border-radius: 100%; */
	border: 2px solid #D32F2F;
}
.item-thanhvien .name {
  margin: 5px 0;
  display: block;
  font-weight: 700;
}
.item-thanhvien .name span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.modal-body.modal-body-bongro h4 {
	background-color: #d62828;
	color: #fff;
	border-radius: 10px 10px 0 0;
	margin-bottom: 13px;
	padding: 5px 10px;
	font-size: 20px;
}