.bgxemboi {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 100%;
	background-size: 100% 100%
}
.title-searchbox {
	text-align: center;
	font-size: 25px;
	/* font-family: UTMDavida; */
	margin-bottom: 10px;
	color: #d30000;
    text-transform: uppercase;
    font-weight: bold;
}
.search {
    padding: 38px 0px;
}
.search select, .search input, .search .form-control {
    height: 39px;
    margin-left: 2px;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    color: rgb(248 69 148);
    outline: none;
    padding: 4px 10px;
    border-radius: 9px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border: 1px solid #ffffff;
    font-size: 19px;;
}
.search label {
    font-size: 110%;
}
.search .form-group {
    margin-bottom: 15px;
}
.search label {
    font-size: 110%;
}
.search label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    COLOR: #141614;
    font-size: 19px;
    padding-bottom: 5px;
}
.search .selectngaysinh {
	width: 31.5%;
}
.search .form-search {
    max-width: 1000px;
    margin: auto;
    background: linear-gradient(to right, rgb(185 52 65 / 16%), rgb(177 39 54 / 18%));
    padding: 30px 68px 30px 68px;
    border-radius: 10px;
}
.search .form-search .title-searchbox{
    margin-top: 0px;
}
.search .btn {
    background: #f84594;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #ff6099;
    transition: all .3s ease-in;
    width: auto;
    word-wrap: normal;
    white-space: normal;
    border-radius: 4px;
}
.flex-box{
    display: flex;
    justify-content: space-between;
}
#love-form-result .topKq {
    margin: 10px 0px;
    width: 100%;
    background: #9d1c20;
    padding: 10px 9px;
    color: #fceb9c;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}
#love-form-result table{
    border: 1px solid #a35f0f;
    background: #f1ccd1;
    box-sizing: border-box;
    width: 100%;
}
#love-form-result table tbody{
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
#love-form-result table label{
    font-weight: bold;
}
#love-form-result table tr{
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
#love-form-result table tr td, #love-form-result table tr th{
    padding: 10px;
    padding-left: 20px;
}
#love-form-result .tableVCMb tr td:nth-child(1) {
    font-weight: bold;
    color: #000;
    font-family: arial;
}
#love-form-result .tableVCMb tr td #binh-hoa {
    background: #004186;
}
#love-form-result .tableVCMb tr td .khachop {
    background: #9d1c20;
    color: #fff;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#love-form-result .tableVCMb tr td #khac {
    background: #000;
}

#love-form-result a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
#love-form-result {
    padding: 0px;
    min-height: 55px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 9px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
label.error {
    padding: 0 0 0 0;
    color: #ee2c33;
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
}
.error {
    margin: 0px auto;
}
input.error, select.error, textarea.error {
    border: 1px solid #ed1c24 !important;
}
/*Ipad dọc(768 x 1024)*/
@media only screen and (max-width: 768px) {
	.search .form-search{
        padding: 30px 15px 30px 15px;
    }
    #love-form-result {
        padding: 0px;
    }
}
