.icon-xh{
	position: fixed;
	bottom: 110px;
	left: 30px;
	z-index: 999;
	display: block;
  }
  .icon-xh li{
	width: 45px;
	height: 45px;
    border-radius: 50%;
    background: #26bdb6;
  }
  .icon-xh li a{
	    display: flex;
    align-items: center;
    justify-content: center;
        height: 100%;
  }
  .icon-xh img{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	width: 25px;
  }
  .icon-xh a{
	overflow: hidden;
  }
  .icon-xh a img:hover{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  }
  .icon-xh ul{
	list-style: none;
  }
  .popup_form_booking_car{
  	display: none;
  	position: fixed;
  	width: 100%;
  	height: 100vh;
  	z-index: 9999;
  	top: 0;
  	left: 0;
  }
  .mask_popup_system{
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	background-color: #00000073;
  	position: absolute;
  }
  .content__popup_system{
  	width: 100%;
  	max-width: 600px;
  	background-color: #fff;
  	border-radius: 5px;
  	z-index: 10;
  	position: relative;
  	transform: translate(-50%, -50%);
  	top: 50%;
  	left: 50%;
  	min-height: 500px;
  }
  .button_refresh_booking_par{
  	cursor: pointer;
  }