.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5); }

#myModalform .modal-title {
  color: #441e05; }

#myModalform .infoadd button {
  display: inline-block;
  background: #fff;
  padding: 11px 20px;
  font-weight: bold;
  border: none; }

#myModalform .gettableform {
  display: flex;
  gap: 15px;
  background: #441e05;
  padding: 10px; }
  @media (max-width: 767px) {
    #myModalform .gettableform {
      display: block; } }
  #myModalform .gettableform .gettableform1 {
    width: 40%; }
    @media (max-width: 767px) {
      #myModalform .gettableform .gettableform1 {
        width: 100%; } }
  #myModalform .gettableform .gettableform2 {
    width: 60%; }
    @media (max-width: 767px) {
      #myModalform .gettableform .gettableform2 {
        width: 100%; } }
  #myModalform .gettableform .getthongtin {
    height: 36px;
    margin-bottom: 15px; }
  #myModalform .gettableform textarea.form-control {
    height: auto;
    min-height: 150px; }
  #myModalform .gettableform .gettableform1 input {
    height: 35px; }

#myModalform .fade.in {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1000px) {
  #myModalform .modal-dialog {
    width: 890px; } }

#myModalform .modal-header .close {
  margin-top: 0;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px; }

#myModalform .modal-header {
  position: relative; }

.pageformcontent {
  margin-top: 15px; }

.pagetitlehan {
  font-weight: bold;
  font-size: 18px; }

.contentphone {
  font-size: 16px;
  line-height: 30px; }

.list-service-home .item--service {
  margin-bottom: 30px; }

#myModalform .modal-dialog {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0px auto; }

@media (min-width: 1200px) {
  #myModalform .modal-dialog .modal-content {
    width: 890px; } }

#myModalform .gettableform .gettableform1 input[type="number"]::-webkit-inner-spin-button,
#myModalform .gettableform .gettableform1 input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#myModalform .gettableform .gettableform1 input[type="number"] {
  -moz-appearance: textfield; }
