.dien-thong-tin-form {
    position: relative;
    width: 100%;
    min-height: 233px;
    background-color: #9d4f00;
    padding: 5px;
	border-radius: 12px;
	margin-bottom: 10px;
	background: url(nen-tra-cuu.jpg);
    background-size: 100% 100%;
}
.dien-thong-tin-border {
    width: 100%;
    border: solid 1px #fff3b2;
    padding: 13px;
	border-radius: 10px;
}
.m-b-10 {
    margin-bottom: 10px!important;
}
.txt-sub-content-mid {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: var(--conent-color);
	
}
.text-white {
    color: #fff!important;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-control-custom {
    height: 36px;
    border: solid 1px var(--border-color);
    padding-left: 5px;
    padding-right: 0;
}
.txt-sub-content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: var(--conent-color);
	margin: 3px;
}
.col-4
{
	flex: 0 0 33.333333%;
}
select {
    -webkit-appearance: button !important;
}

.title_hung {
    text-transform: uppercase;
    font-family: utm-aurora !important;
    margin: 1px 0 0;
    font-size: 23px!important;
    border-radius: 16px;
    min-width: 80%;
    text-align: center !important;
    color: white;
    font-weight: normal;
	text-shadow: black 0.06em 0.06em 0.06em;
}

.lbl__sex
{
	
	font-weight: normal !important;
}
.lbl__sex span
{
	border: 1px solid #fff !important;
}
.lbl__sex input[type=radio]:checked~span {
    background: white !important;
}

.button__xemngay {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    border: 0;
    width: 188px;
    height: 45px;
    border: 0;
    outline: 0;
    color: #9d4f00 !important;
    background: #ffffff !important;
    text-align: center;
    padding-top: 2px;
    font-family: utm-aurora !important;
    border: 3px solid #fff3b2;
}