.banner-home{height:350px;position:relative}.banner-home img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-home .banner-home-bg{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.35}.banner-home .banner-home-content{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%)}.banner-home .banner-home-content .title{font-size:30px}.banner-home .banner-home-content .title:after,.banner-home .banner-home-content .title:before{content:"*"}.banner-home .banner-home-content .description{display:none;line-height:32px;font-size:19px}.banner-home .banner-home-content .search-box{display:flex;background-color:transparent;border-radius:50px;flex-direction:column}.banner-home .banner-home-content .search-box .destination{flex:1;margin-bottom:10px}.banner-home .banner-home-content .search-box .destination .label{display:none;margin-left:28px;font-size:14px}.banner-home .banner-home-content .search-box .destination .m-autocomplete input{font-size:17px;background-color:#fff;border:none;line-height:36px;padding-left:18px}.banner-home .banner-home-content .search-box .right{width:100%}.banner-home .banner-home-content .search-box .right .diparture{flex:1}.banner-home .banner-home-content .search-box .right .diparture .label{display:none;font-size:14px}.banner-home .banner-home-content .search-box .right .diparture .m-datepicker .m-datepicker-input{border-radius:50px 0 0 50px;border:none;font-size:17px;line-height:33px;padding-left:18px}.banner-home .banner-home-content .search-box .right .btn-search{border-radius:0 50px 50px 0;font-size:18px;line-height:32px}@media(min-width:992px){.banner-home{height:500px}.banner-home .banner-home-content .title{font-size:35px}.banner-home .banner-home-content .title:after,.banner-home .banner-home-content .title:before{content:"**"}.banner-home .banner-home-content .search-box{background-color:#fff;flex-direction:row}.banner-home .banner-home-content .search-box .destination{display:block;margin-bottom:0}.banner-home .banner-home-content .search-box .destination .label{display:flex}.banner-home .banner-home-content .search-box .destination .m-autocomplete input{background-color:transparent;padding-left:30px;line-height:32px}.banner-home .banner-home-content .search-box .right{width:493px;border-left:1px solid #c3c3c3;padding-left:15px}.banner-home .banner-home-content .search-box .right .diparture{width:355px}.banner-home .banner-home-content .search-box .right .diparture .label{display:flex}.banner-home .banner-home-content .search-box .right .diparture .m-datepicker .m-datepicker-input{line-height:32px;padding:6px 0}.banner-home .banner-home-content .search-box .right .btn-search{font-size:24px;line-height:51px}}@media(min-width:1920px){.banner-home{height:auto;aspect-ratio:16/5}}.m-autocomplete{position:relative;z-index:2}.m-autocomplete-options{position:absolute;min-width:200px;max-height:300px;overflow-y:auto;border:1px solid #e4e4e4;border-radius:2px;background-color:#fff;z-index:100;border-radius:8px;box-shadow:1px 1px 2px rgba(0,0,0,.08),-1px -1px 2px rgba(0,0,0,.04);font-size:17px;padding-top:5px}.m-autocomplete-options::-webkit-scrollbar{width:5px}.m-autocomplete-options::-webkit-scrollbar-track{background:#f1f1f1}.m-autocomplete-options::-webkit-scrollbar-thumb{background:#888}.m-autocomplete-options::-webkit-scrollbar-thumb:hover{background:#555}.m-autocomplete-options .options{min-width:100%;display:flex;flex-direction:column}.m-autocomplete-options .options.group .option-group{font-weight:600;padding:0 10px}.m-autocomplete-options .options.group .option{padding-left:20px;padding-right:20px}.m-autocomplete-options .options .option{cursor:pointer;padding:10px 15px;display:flex;align-items:center;justify-content:start;gap:5px}.m-autocomplete-options .options .option:hover{background-color:rgb(var(--header-bg-color));color:#fff}.m-autocomplete-options .options .option:hover .svg-icon{color:#fff}.m-autocomplete-options .options .option .svg-icon{color:rgb(var(--header-bg-color))}.m-autocomplete-options .options .option.disabled{opacity:.7}.m-autocomplete-options .options .option.disabled:hover{background:none;color:var(--text-color)}