.danhgiadichvu {
	margin-top: 31px;
	margin-bottom: 44px;
}

.danhgiadichvu input.btn.btn-primary.btn-block{
	 background-color: #00AD6E;
	 font-family: 'Roboto Regular';
	 font-size: 16px;
	 color: #ffffff;
	 width: 350px;
	 margin: 32px auto 0 auto;
	 padding-left: 12px;	 
}


.danhgiadichvu .form-control::placeholder {
	color: #95989A;
	opacity: 1;
}
  
.danhgiadichvu .title-section{
	font-family: 'Roboto Bold';
	font-size: 22px;
	color: #00AD6E;
}
 
.danhgiadichvu .box-form{
	font-family : Roboto;
	font-weight : bold;
}
  
.danhgiadichvu input[type="radio"] {
	vertical-align: middle;
}  

.danhgiadichvu .rating-text {
	font-family: Roboto Bold;
	font-size: 16px;
	margin-left: 20px;
}

.star-empty {
	background: url("/WebVien10/Images/star_empty.png");
	display: inline-block;
	width: 32.44px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.star-filled {
	background: url("/WebVien10/Images/star_filled.png");
	display: inline-block;
	width: 32.44px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.rating-symbol {
	margin: 0 9.4px;
}

.danhgiadichvu .ty-le-danh-gia-trung-binh-label {
	font-family: 'Roboto Regular';
	font-size: 16px;
	color: #000000;
	margin-top: 32px;
	/* text-align: center; */
	width: 184px;
	margin-left: auto;
	margin-right: auto;
}

.danhgiadichvu #tyLeDanhGiaTrungBinh {
	font-family: 'Roboto Bold';
	font-size: 32px;
	color: #00AD6E;
	margin-top: 7px;
	text-align: center;
}

.danhgiadichvu #luotDanhGiaPhanTramHaiLong {
	font-family: 'Roboto Regular';
	font-size: 16px;
	color: #000000;
	margin-top: 6px;
	/* text-align: center; */
	width: 319px;
	margin-left: auto;
	margin-right: auto;
}

.danhgiadichvu #phanTramHaiLong {
	font-family: 'Roboto Bold';
}

.danhgiadichvu .label-for-field {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #000000;
}

.danhgiadichvu .form-control {
    border: solid 1px #95989A;
    font-family: 'Roboto Regular';
	font-size: 14px;
	color: #000000;
	padding-left: 8px;
}

.danhgiadichvu input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
}

.danhgiadichvu .was-validated .form-control:valid:focus, 
.danhgiadichvu .form-control.is-valid:focus, 
.danhgiadichvu .was-validated .custom-select:valid:focus, 
.danhgiadichvu .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25), 0 0 0 50px #ffffff inset !important;
}