.btn_search button {
	height: 60px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
.my-float{
	margin-top:16px;
}
.datepicker {
	padding: 20px !important;
}
.datepicker-days .day.active {
  	background: #FF5A3C !important;
}
.datepicker td, .datepicker th {
	padding: 0 4px;
}
.ltn__brand-logo-item .img-partner {
	max-width: 200px;
}

@media screen and (max-width: 800px) {
  .ltn__brand-logo-item .img-partner {
  	max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mb-sm-30 {
    margin-bottom: 30px; }

  .input-item-date {
  	margin-bottom: 0;
  }

  .ltn__slide-item-3-normal {
  	padding-top: 50px;
  }
}