.container-flex .item { margin: 10px; }

.search-box {
  width: 960px;
  border: 1px solid #666;
  padding: 16px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  margin: 0 auto;
}

.search-box .container-flex { padding:0; padding-left: 10px; }
.search-box .container-button { margin-top: 16px; }

.search-box .search-input {
  flex: 1;
  position: relative;
  font-weight: bold;
  font-family: 'twayfly';
  margin: 5px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 40px;
}

.search-box .search-input:first-child { margin-right: 35px; }

.search-box .search-input label {
  color: #a5a5a5;
  flex-basis: 60px;
  font-weight: normal;
}

.search-box .search-text { border: 1px solid #dce4e3; padding-left: 10px; }

.search-box .search-text,
.search-box .search-select {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
}

.search-box .search-text span:last-child {
  padding: 0 16px;
}

.search-box .search-select .biz-select .biz-selected { height: 40px; display: flex; align-items: center; font-size: 16px; }
.search-box .search-select .biz-select .biz-select-items div {
  padding: 8px 10px;
  font-size: 14px;
}

.search-box .search-select .biz-select .biz-select-items {
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.8);
}

.search-box .search-select .biz-select .biz-selected.open:after {
  top: 6px;
  border: 9px solid transparent;
  border-color: transparent transparent #1376b5 transparent;
}
.search-box .search-select .biz-select .biz-selected:after {
  top: 14px;
  border: 9px solid transparent;
  border-color: #1376b5 transparent transparent transparent;
}

.search-box button {
  width: 100%;
  background-color: #1376b5;
  border: none;
  border-radius: 5px;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  height: 60px;
  font-family: 'twayfly';
}


.search-box > ul {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.search-box > ul li {
  display: flex;
}

.item-banner-ads-full {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  cursor: pointer;
}

.list-rentcar .item {
  width: 305px;
  height: 290px;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
}

.list-lodgment .item {
  width: 305px;
  height: 280px;
  border-radius: 5px;
  /* border: 2px solid #000; */
  cursor: pointer;
  position: relative;
}

div.lod-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

div.lod-top,
div.lod-bottom {
  width: 100%;
  background-color: #00000080;
}

div.lod-top {

  position: absolute;
  top: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: 'twayfly';
  font-size: 22px;
  color: #fff;
  padding: .8rem 0;
  border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div.lod-top span {
  padding-left: 10px;
}


div.lod-bottom {

  position: absolute;
  bottom: 0;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  display: grid;
  font-family: 'twayfly';
  font-size: 14px;
  color: #fff;
  line-height: 1.6em;
  padding: .5rem 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


span.lod-price {
  font-size: 24px;
  color: #ffde00;
}

span.lod-price b.lod-normal-price {
  font-size: 20px;
  padding-left: 20px;
  font-weight: normal;
  color: #b8b8b8;
  text-decoration: line-through;
}


.list-banner-ads .item {
  width: 630px;
  height: 220px;
  border: 1px solid #000;
  margin: 15px;
}

.list-banner-ads .item.bn1,
.list-banner-ads .item.bn3 {
  margin: 15px 15px 15px 0;
}

.list-banner-ads .ads-wrapper .container-flex {
  padding: 0;
}

.list-banner-info .item {
  flex: 1;
  height: 160px;
}

.list-banner-info .info-main {
  flex: .6;
}

.list-banner-info .info-main .item {
  height: 330px;
}


.list-rentcar .item { cursor: pointer }

.rentcar-img-wrapper {
  width: 100%;
  height: 165px;
  /* box-shadow: 0px 3px 9px #00000029; */
  overflow: hidden;
  text-align: center;
  position: relative;
}

.rentcar-img {

  width: 80%;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: 80%; */
  background-color: #fff;
  transition: .3s;

}

.list-rentcar .item:hover .rentcar-img {
  transform: scale(1.2);
}


.rentcar-name {
  font-family: 'twayfly';
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
}

.rentcar-option,
.rentcar-price {
  text-align: center;
  color: #383838;
  height: 25px;
  line-height: 25px;
}

.rentcar-option { font-size: 14px; padding: 0 5px; }
.rentcar-option span {
  font-family: 'twayfly';
}

.rentcar-option label { color: #a5a5a5;}

div.rentcar-price span {
  font-weight: bold;
  font-size: 20px;
}

.fontcolor-white {color: #fff;}

ul.footer2 {
  margin: 0;
  padding: 0;
}

ul.footer2 li {
  float: left;
  width: 300px;
  height: 220px;
  border-radius: 5px;
  border: 1px solid #000;
  margin-left: 30px;
  margin-bottom: 25px;
  cursor: pointer;
}

ul.footer2 li p {
  height: 70px;
  width: 100%;
  background-color: #00000070;
  margin-top: 75px;
  font-family: 'twayfly';
}

ul.footer2 li:not(:nth-child(1)) p {
  font-size: 22px;
  color: #fff;
  line-height: 70px;
  text-align: center;
}

ul.footer2 li:nth-child(1) {
  width: 630px;
  height: 460px;
  margin-left: 0px;
}

ul.footer2 li:nth-child(1) p {
  height: 100%;
  width: 380px;
  background-color: #00000070;
  margin-left: 248px;
  margin-top: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


ul.footer2 li:nth-child(1) { background: url('/theme/basic/img/renewal/inx-5.png') no-repeat center center;
  background-size: cover;
}
ul.footer2 li:nth-child(2) {
  background: url('/theme/basic/img/renewal/inx-6.png') no-repeat center center;
  background-size: cover;
}
ul.footer2 li:nth-child(3) {
  background: url('/theme/basic/img/renewal/inx-7.png') no-repeat center center;
  background-size: cover;
}
ul.footer2 li:nth-child(4) {
  background: url('/theme/basic/img/renewal/inx-9.png') no-repeat center center;
  background-size: cover;
}
ul.footer2 li:nth-child(5) {
  background: url('/theme/basic/img/renewal/inx-8.png') no-repeat center center;
  background-size: cover;
}


div.bn1 {
  background: url('/theme/basic/img/renewal/inx-1.png') no-repeat center center;
  background-size: cover;
}

div.bn2 {
  background: url('/theme/basic/img/renewal/inx-2.png') no-repeat center center;
  background-size: cover;
}

div.bn3 {
  background: url('/theme/basic/img/renewal/inx-3.png') no-repeat center center;
  background-size: cover;
}

div.bn4 {
  background: url('/theme/basic/img/renewal/inx-4.png') no-repeat center center;
  background-size: cover;
}

section.middelbn {
  height: 160px;
  background: url('/theme/basic/img/renewal/inx-bn-1.webp') no-repeat center center;
  background-size: cover;
}

section.middelbn2 {
  height: 160px;
  margin-top: 20px;
  background: url('/theme/basic/img/renewal/inx-bn-2.webp') no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.banner-text-link {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff !important;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.75), 0 0 20px rgba(0,0,0,0.5);
  text-decoration: none !important;
  letter-spacing: 0.05em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .search-box {
    width: 100%;
  }

  .search-box .search-text,
  .search-box .search-select {
    font-size: 1.3rem;
  }

  .search-box .search-select .biz-select .biz-selected {
    font-size: 1.3rem;
  }

  .search-box > .container-flex {
    flex-direction: column;
  }

  .search-box .search-input:first-child {
    margin-right: 5px;
  }

  .list-banner-ads .item {
    width: 100%;
    background-position: 50% 50%;
    background-size: contain;
    height: 137px;
  }

  ul.footer2 { display: flex; flex-wrap: wrap; }

  ul.footer2 li { width: 100%; margin: 5px; }

  ul.footer2 li:nth-child(1) {
    display: none;
    width: 100%;
  }
  ul.footer2 li:nth-child(1) p {
    width: 50%;
    margin-left: 0;
  }

  .list-rentcar > .w-full > .container-flex {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 1rem;
    row-gap: 1.6rem;
    padding: 1rem;
  }

  .list-rentcar .item { width: 100%; height: auto; margin: 0; padding-bottom: 10px; }

  .rentcar-img-wrapper { height: 90px; }

  .rentcar-name { font-size: 1.4rem; }
  .rentcar-option { font-size: 1.1rem; }

  .list-lodgment > .w-full > .container-flex {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:.5rem;
    padding: 1rem;
  }

  .list-lodgment .item { width: 100%; margin: 0; height: 240px; }

  div.lod-top { font-size: 1.4rem; }

  div.lod-bottom { padding: .5rem 1rem; font-size: 1.2rem; }

  div.lod-bottom span.lod-price { font-size: 2rem; padding: .5rem 0; }

  .slide-wrapper .slider-info .main-title-text {
    line-height: 38px;
}
.slide-wrapper .slider-info .main-title-text span {
    font-size: 2.6rem;
    padding: 2px 5px;
}

}
