.h07-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EFEFEF;
}
.h07-section .bgimg {
  width: 66%;
}
.h07-section .bgimg img {
  width: 100%;
  overflow: hidden;
}
.h07-section .text {
  width: 34%;
  margin-left: 96px;
}
.h07-section .text .title {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  margin-bottom: 32px;
}
.h07-section .text .car_filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 96px;
}
@media screen and (max-width: 1700px) and (min-width: 991px) {
  .h07-section .text .car_filter-container {
    margin-right: 16px;
  }
}
@media screen and (max-width: 991px) {
  .h07-section .text .car_filter-container {
    margin-right: unset;
  }
}
.h07-section .text .car_filter-container .car_filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .h07-section .text .car_filter-container .car_filter {
    margin-bottom: 16px;
  }
}
.h07-section .text .car_filter-container .car_filter .type_input {
  width: 100%;
  background: #fff;
  cursor: pointer;
  border-radius: 28px;
  color: #293241;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 48px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 991px) {
  .h07-section .text .car_filter-container .car_filter .type_input {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 3, 56, 0.04);
            box-shadow: 0px 3px 10px 0px rgba(0, 3, 56, 0.04);
    border-radius: 20px;
    padding: 8px 48px 8px 16px;
  }
}
.h07-section .text .car_filter-container .car_filter .arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.h07-section .text .car_filter-container .car_filter.active .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.h07-section .text .car_filter-container .car_filter .type_list {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  padding: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(10, 32, 78, 0.09);
          box-shadow: 0px 0px 8px 0px rgba(10, 32, 78, 0.09);
  border-radius: 16px;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 176px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .h07-section .text .car_filter-container .car_filter .type_list {
    max-height: 152px;
    padding: 12px 8px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.08);
            box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.08);
    border-radius: 8px;
  }
}
.h07-section .text .car_filter-container .car_filter .type_list .type_item {
  font-size: 16px;
  color: #293241;
  line-height: 24px;
  font-weight: 400;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .h07-section .text .car_filter-container .car_filter .type_list .type_item {
    padding: 4px 8px;
    font-size: 12px;
    list-style: 18px;
  }
}
.h07-section .text .car_filter-container .car_filter .type_list .type_item:hover, .h07-section .text .car_filter-container .car_filter .type_list .type_item:active {
  background-color: #f7f8fa;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .h07-section .text .car_filter-container .car_filter .type_list .type_item:hover, .h07-section .text .car_filter-container .car_filter .type_list .type_item:active {
    border-radius: 8px;
  }
}
.h07-section .text .btn {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  padding: 16px 48px;
  background: #4C75C4;
  border-radius: 35px;
  display: inline-block;
}
.h07-section .text .btn:hover {
  opacity: 0.9 !important;
}
@media screen and (max-width: 1440px) and (min-width: 991px) {
  .h07-section .text .title {
    font-size: 40px;
  }
  .h07-section .text .btn {
    font-size: 20px;
    padding: 12px 40px;
  }
}

/* mob */
@media screen and (max-width: 991px) {
  .h07-section {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .h07-section .bgimg {
    width: 100%;
    margin-top: 24px;
  }
  .h07-section .bgimg img {
    width: 100%;
    overflow: hidden;
  }
  .h07-section .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    margin-left: unset;
  }
  .h07-section .text .title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    margin-bottom: 16px;
  }
  .h07-section .text .btn {
    color: #F5F7FA;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 24px;
    background: #4C75C4;
    border-radius: 50px;
  }
}