@import url("bootstrap.min.css");
@import url("bootstrap-icons.css");
@import url("animate.css");
@import url("jquery-ui.min.css");
@import url("menu.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("fancybox.css");
@import url("nouislider.css");
@import url("bootstrap-datepicker.standalone.min.css");
@import url("sweetalert2.min.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@400;500;600&display=swap");
* {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
}

html {
  font-size: 16px;
}

body {
  font: 100% "IBM Plex Sans Thai", sans-serif;
  line-height: 1.8;
  color: #666;
}

.bi {
  line-height: 1;
}
.bi::before {
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

.owl-carousel.owl-bannerslide .owl-item {
  overflow: hidden;
}
.owl-carousel.owl-bannerslide .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.owl-carousel.owl-bannerslide .owl-item.active img {
  transform: scale(1);
  transition: 5s all ease;
}
.owl-carousel.owl-bannerslide .owl-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
}
.owl-carousel.owl-bannerslide .owl-item figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 49.7893850042%;
}
.owl-carousel.owl-bannerslide .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.owl-carousel.owl-bannerslide .owl-item figure:hover > img {
  transform: scale(1);
}
.owl-carousel.owl-bannerslide .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 25px;
  text-align: right;
  width: 100%;
}
.owl-carousel.owl-bannerslide .owl-dots .owl-dot span {
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 8px;
  transition: 0.5s;
}
.owl-carousel.owl-bannerslide .owl-dots .owl-dot.active span, .owl-carousel.owl-bannerslide .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #fff;
}

.wrapbanner {
  padding: 0;
  position: relative;
}

.logo-mb {
  display: none;
}

.logo {
  margin: 35px 0;
}
.logo a {
  display: block;
}
.logo a img {
  width: 350px;
  height: auto;
}

.topbar-right {
  text-align: right;
}

.top-menu {
  font-size: 1.05rem;
  padding: 0 5%;
}
.top-menu .row {
  align-items: center;
}

.btn-postcar {
  background-color: #C60D0D;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  transition: 0.5s;
}
.btn-postcar span {
  color: #FFD600;
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
  padding-left: 4px;
}
.btn-postcar img {
  margin-right: 8px;
}
.btn-postcar:hover {
  transform: scale(1.08);
  background-color: #E61414;
}

.btn-login {
  display: inline-flex;
  align-items: center;
  color: #fff;
  margin-right: 25px;
  transition: 0.5s;
}
.btn-login i {
  font-size: 1.8rem;
  padding-right: 10px;
}
.btn-login:hover {
  color: #ccc;
  text-decoration: underline;
}

.box-search-car {
  background-color: #242629;
  color: #fff;
  padding: 30px;
  position: relative;
}
.box-search-car .bg-searchcar {
  background-color: #242629;
  width: 100%;
}

.topic-carsearch {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.topic-carsearch .svg {
  fill: #F02121;
}

.short-desc-search {
  color: #E7E7E7;
  font-size: 1.1rem;
  line-height: 1;
}

.car-radio {
  display: inline-flex;
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 40px;
}

.car-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.5s;
}

.car-radio input:checked ~ .checkmark,
.car-radio:hover input ~ .checkmark {
  border: 2px solid #C60D0D;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.car-radio input:checked ~ .checkmark:after {
  display: block;
}

.car-radio .checkmark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C60D0D;
}

.slider-range {
  width: 100%;
}

.ui-widget-content {
  height: 4px;
  background-color: #555;
  border: none !important;
  position: relative;
}

.ui-widget-header {
  background-color: #ECECEC !important;
  position: absolute;
  height: 100%;
}

.ui-slider-handle {
  top: -8px !important;
  height: 20px;
  width: 20px;
  background-color: #C60D0D !important;
  border-radius: 10px;
  position: absolute;
}

.search-range {
  border-radius: 5px;
  background: rgba(238, 238, 238, 0.1);
  padding: 10px 15px;
  margin-bottom: 22px;
}

.box-sliderrange {
  padding: 15px 10px 7px;
}

.btn-searchcar {
  background-color: #C60D0D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 25px;
  border: 0;
}
.btn-searchcar:hover {
  background-color: #A60F0F;
}

.btn-advancesearch {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 25px;
}
.btn-advancesearch img {
  width: 15px;
  height: auto;
  margin-left: 10px;
}
.btn-advancesearch:hover {
  text-decoration: underline;
}

.box-advancesearch {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #242629;
  z-index: 2;
  padding: 25px;
}
.box-advancesearch-head {
  display: flex;
  justify-content: space-between;
}
.box-advancesearch-head button {
  border: 0;
  background: none;
  color: #fff;
  padding: 0;
}
.box-advancesearch .form-select {
  border-radius: 50px;
  height: 45px;
  margin-top: 20px;
}

.advance-boxgear {
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advance-boxgear label {
  cursor: pointer;
  margin-right: 10px;
}
.advance-boxgear label input {
  display: none;
}
.advance-boxgear label input:checked ~ span {
  background-color: #C60D0D;
}
.advance-boxgear label input:hover ~ span {
  background-color: #C60D0D;
}
.advance-boxgear label span {
  background: rgba(238, 238, 238, 0.1);
  border-radius: 50px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  transition: 0.5s;
}
.advance-boxgear label:last-child {
  margin-right: 0;
}

.boxshow-advance {
  display: none;
  font-size: 0.82rem;
  border-radius: 5px;
  background: rgba(238, 238, 238, 0.1);
  margin-top: 5px;
  padding: 7px 0;
}
.boxshow-advance button {
  border: 0;
  border-radius: 50px;
  margin: 0 3px;
  padding-left: 8px;
  background-color: #222;
  color: #fff;
  transition: 0.5s;
}
.boxshow-advance button i {
  font-size: 1.2rem;
  padding-left: 3px;
  vertical-align: middle;
  transition: 0.5s;
}
.boxshow-advance button:hover {
  background-color: #111;
}
.boxshow-advance button:hover i {
  color: #C60D0D;
}
.boxshow-advance .btn-resetsearch {
  background: none;
  color: #fff;
}
.boxshow-advance .btn-resetsearch img {
  width: 15px;
  height: auto;
  margin-right: 3px;
}

.bg-findcar {
  background-image: url(../images/bg-bluetext.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.bg-findcar .desc-findcar .topic-findcar {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.bg-findcar .desc-findcar .topic-findcar .svg {
  fill: #fff;
  margin: -3px 8px 0 0;
}
.bg-findcar .desc-findcar p {
  width: 100%;
  font-size: 1.3rem;
}
.bg-findcar .desc-findcar a {
  display: inline-flex;
  align-items: center;
  background-color: #DE7605;
  color: #fff;
  height: 45px;
  padding: 0 25px;
  border-radius: 50px;
  transition: 0.5s;
}
.bg-findcar .desc-findcar a i {
  padding-left: 10px;
  font-size: 1.3rem;
}
.bg-findcar .desc-findcar a:hover {
  background-color: #C60D0D;
}

.bg-carslide {
  background-image: url(../images/bg-carslide.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-bottom: 5px solid rgba(191, 191, 191, 0.2);
}

.box-carslide {
  margin: 30px 100px 0;
}
.box-carslide .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.box-carslide .owl-carousel .owl-nav {
  margin-top: 0;
}
.box-carslide .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/icon-arrow-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -70px;
  transition: 0.5s;
  cursor: pointer;
  transform: rotate(-180deg);
}
.box-carslide .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.1);
  transform: rotate(-180deg) scale(1.1);
}
.box-carslide .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/icon-arrow-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: -70px;
  transition: 0.5s;
  cursor: pointer;
}
.box-carslide .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.box-carslide .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.box-carslide figure {
  margin-bottom: 0;
}
.box-carslide a {
  display: block;
}

.btn-red {
  display: inline-flex;
  align-items: center;
  background-color: #C60D0D;
  color: #fff;
  padding: 0 30px;
  height: 40px;
  border-radius: 50px;
  transition: 0.5s;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}
.btn-red:hover {
  background-color: #333;
  color: #fff;
}

.topic-home {
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.topic-home i {
  color: #C60D0D;
  font-size: 1.7rem;
  padding-right: 15px;
}

.box-topichome {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-top: 5px;
}

.home-bestsearch {
  margin-top: 70px;
  overflow: hidden;
  padding: 0;
}
.home-bestsearch .owl-bestsearch .owl-stage-outer {
  overflow: visible;
}
.home-bestsearch .owl-bestsearch .owl-stage-outer .owl-item figure {
  opacity: 0.3;
}
.home-bestsearch .owl-bestsearch .owl-stage-outer .owl-item .item-car {
  height: 100%;
}
.home-bestsearch .owl-bestsearch .owl-stage-outer .owl-item.active figure {
  opacity: 1;
}
.home-bestsearch .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.home-bestsearch .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/chev-circle-blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -67px;
  right: 130px;
  transition: 0.5s;
  cursor: pointer;
}
.home-bestsearch .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.1);
}
.home-bestsearch .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/chev-circle-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -67px;
  right: 165px;
  transition: 0.5s;
  cursor: pointer;
}
.home-bestsearch .owl-carousel .owl-nav .owl-prev:hover {
  transform: scale(1.1);
}
.home-bestsearch .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.home-bestsearch .item-car {
  margin-bottom: 0;
}

.tag-newcar {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  height: 33px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 0.9rem;
  background-color: #C60D0D;
}
.tag-newcar img {
  width: 12px;
  height: auto;
  margin-right: 4px;
}

.item-car {
  display: block;
  border: 1px solid #E8E8E8;
  background-color: #fff;
  border-radius: 15px;
  color: #666;
  transition: 0.5s;
  margin-bottom: 50px;
  height: calc(100% - 40px);
  position: relative;
}
.item-car figure {
  margin-bottom: 0;
}
.item-car figure .cover-car {
  border-radius: 15px 15px 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.item-car figure .cover-car::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.5835411471%;
}
.item-car figure .cover-car > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.item-car figure .cover-car:hover > img {
  transform: scale(1.1);
}
.item-car figure figcaption {
  padding: 15px 20px 10px;
}
.item-car figure figcaption .car-name {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-car figure figcaption .car-series {
  color: #333;
  margin: 3px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-car figure figcaption .car-province {
  color: #616161;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.item-car figure figcaption .descpro-car {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.95rem;
}
.item-car figure figcaption .txt-readmore {
  color: #1B6BC6;
  text-decoration: underline;
  font-weight: 500;
  transition: 0.5s;
  font-size: 0.95rem;
  white-space: nowrap;
}
.item-car figure figcaption .txt-readmore:hover {
  color: #0B4C97;
}
.item-car figure figcaption .linecontent {
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  margin: 10px 0;
}
.item-car figure figcaption .car-price {
  color: #0C720F;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1;
}
.item-car figure figcaption .txt-gear {
  display: inline-flex;
  align-items: center;
  color: #555;
}
.item-car figure figcaption .txt-gear img {
  width: 11px;
  height: auto;
  margin-right: 6px;
}
.item-car figure figcaption .txt-gear .svg {
  margin-right: 5px;
}
.item-car figure figcaption .caritem-price {
  align-items: center;
}
.item-car:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.item-car:hover figure .cover-car img {
  transform: scale(1.1);
}

.bghome-item {
  background-image: url(../images/bg-blue.webp);
  background-size: cover;
  color: #fff;
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.home-newcar {
  background-color: #F5F8FA;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-newcar .numbers {
  display: none;
}

.row-itemcar {
  margin: 0 -25px;
}
.row-itemcar .col-itemcar {
  padding: 0 25px;
}

.home-news {
  background-image: url(../images/bg-homenews.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-news .box-topichome .topic-home {
  color: #fff;
}
.home-news .box-topichome .btn-red {
  font-weight: 500;
}
.home-news .box-topichome .btn-red:hover {
  background-color: #fff;
  color: #C60D0D;
}
.home-news .home-news-lg .home-itemnews figure .cover-news {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.home-news .home-news-lg .home-itemnews figure .cover-news::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 78.75%;
}
.home-news .home-news-lg .home-itemnews figure .cover-news > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.home-news .home-news-lg .home-itemnews figure .cover-news:hover > img {
  transform: scale(1.1);
}
.home-news .home-news-lg .home-itemnews figure figcaption {
  padding: 20px 25px 15px;
}
.home-news .home-news-lg .home-itemnews figure figcaption .item-topicnews {
  font-size: 1.3rem;
  line-height: 1.5;
  height: 70px;
  margin-bottom: 10px;
}

.home-itemnews {
  display: block;
  transition: 0.5s;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  margin-bottom: 25px;
}
.home-itemnews figure {
  margin-bottom: 0;
}
.home-itemnews figure .cover-news {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.home-itemnews figure .cover-news::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.4516129032%;
}
.home-itemnews figure .cover-news > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.home-itemnews figure .cover-news:hover > img {
  transform: scale(1.1);
}
.home-itemnews figure figcaption {
  text-align: center;
  padding: 15px 20px 10px;
}
.home-itemnews figure figcaption .item-topicnews {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
  height: 58px;
}
.home-itemnews figure figcaption .news-date {
  color: #B0B0B0;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
}
.home-itemnews figure figcaption .news-date i {
  padding-right: 8px;
}
.home-itemnews:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home-itemnews:hover figure .cover-news img {
  transform: scale(1.1);
}

.carsearch-input {
  position: relative;
  margin: 25px 0 30px;
}
.carsearch-input input {
  width: 100%;
  border-radius: 50px;
  color: #666;
  border: 0;
  height: 45px;
  padding: 0 18px;
  display: flex;
  cursor: pointer;
}
.carsearch-input input:focus {
  outline: 0;
}
.carsearch-input::before {
  content: "";
  background-image: url(../images/icon-arrow-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translate(0, -50%) rotate(-90deg);
}
.carsearch-popup {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-color: #000;
  display: none;
}
.carsearch-menu {
  padding: 20px;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #242629;
}
.carsearch-menu:not(.carsearch-lv1) {
  display: none;
}
.carsearch-menu .car-inputsearch {
  width: 100%;
  border-radius: 50px;
  border: 0;
  padding: 0 15px;
  font-size: 0.9rem;
  color: #666;
  height: 40px;
  margin: 15px 0;
}
.carsearch-menu .car-inputsearch:focus {
  outline: 0;
}
.carsearch-top {
  display: flex;
  justify-content: space-between;
}
.carsearch-top button {
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
}
.carsearch-ul {
  margin: 0 0 10px;
  padding: 0 15px 0 0;
  height: calc(100% - 150px);
  overflow-y: auto;
}
.carsearch-ul::-webkit-scrollbar {
  width: 5px;
}
.carsearch-ul::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 50px;
}
.carsearch-ul li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.carsearch-ul li button {
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  padding: 0;
  color: #fff;
  transition: 0.5s;
}
.carsearch-ul li button:hover {
  color: #C60D0D;
}
.carsearch-radio {
  margin-bottom: 15px;
}

.box-linkcarseo {
  margin-top: 70px;
  margin-bottom: 20px;
}
.box-linkcarseo .box-linkcar {
  margin-bottom: 50px;
}
.box-linkcarseo .box-linkcar h2 {
  color: #000;
  font-size: 1.1rem;
}
.box-linkcarseo .box-linkcar ul {
  margin: 0;
  padding: 0;
}
.box-linkcarseo .box-linkcar ul li {
  list-style: none;
  margin-top: 5px;
}
.box-linkcarseo .box-linkcar ul li a {
  display: block;
  color: #20629E;
}

.wrap-footer {
  background-image: url(../images/bg-footer.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 15px 30px;
  text-align: center;
  color: #fff;
  border-bottom: 10px solid #C60D0D;
}
.wrap-footer .footer-logo {
  width: 315px;
  margin: 0 auto 30px;
}
.wrap-footer .footer-logo img {
  width: 100%;
  height: auto;
}
.wrap-footer .link-footer {
  margin-top: 20px;
}
.wrap-footer .link-footer a {
  color: #fff;
  margin: 0 20px;
}
.wrap-footer .link-footer a i {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 1.1rem;
}
.wrap-footer .footer-cc {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  margin-top: 50px;
  padding-top: 20px;
  text-align: left;
  font-size: 0.9rem;
}
.wrap-footer .footer-cc a {
  color: #fff;
}
.wrap-footer .footer-cc span {
  padding: 0 15px;
}

.numbers {
  position: relative;
  width: 68%;
  display: inline-flex;
}
.numbers .photocar-number img {
  width: 330px;
  height: auto;
}
.numbers .box-itemnum {
  position: absolute;
  top: 50px;
  left: 65px;
}
.numbers .box-itemnum .item-num {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 35px;
}
.numbers .box-itemnum .item-num .txt-num {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 5px;
}

.homeitem-button {
  width: 31.5%;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 33px;
}
.homeitem-button .txt-homeitem {
  font-size: 0.9rem;
  line-height: 1.8;
}
.homeitem-button .txt-homeitem .topic-homeitem {
  font-size: 1.3rem;
}
.homeitem-button .txt-homeitem .topic-homeitem .svg {
  fill: #fff;
  width: 45px;
  height: auto;
  margin: -5px 5px 0 0;
}

.row-item-postcar {
  margin: 30px -25px 0;
}
.row-item-postcar .item-postcar {
  padding: 0 25px;
}
.row-item-postcar .item-postcar a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.row-item-postcar .item-postcar a figure {
  position: relative;
}
.row-item-postcar .item-postcar a figure .cover-itempost {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 15px;
  background-color: #000;
}
.row-item-postcar .item-postcar a figure .cover-itempost::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70.7438016529%;
}
.row-item-postcar .item-postcar a figure .cover-itempost > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.row-item-postcar .item-postcar a figure .cover-itempost:hover > img {
  transform: scale(1.1);
}
.row-item-postcar .item-postcar a figure figcaption {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
.row-item-postcar .item-postcar a figure figcaption h3 {
  font-weight: 400;
  font-size: 1.6rem;
}
.row-item-postcar .item-postcar a figure figcaption .btn-itempostcar {
  color: #757575;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 43px;
  display: inline-flex;
  padding: 0 25px;
  align-items: center;
  transition: 0.5s;
}
.row-item-postcar .item-postcar a figure figcaption .btn-itempostcar .svg {
  width: 18px;
  height: auto;
  margin-left: 10px;
  transition: 0.5s;
}
.row-item-postcar .item-postcar a figure figcaption .btn-itempostcar-home .svg {
  fill: #C60D0D;
}
.row-item-postcar .item-postcar a figure figcaption .btn-itempostcar-dealer .svg {
  fill: #1B2D6C;
}
.row-item-postcar .item-postcar a figure figcaption .btn-itempostcar-lady .svg {
  fill: #FF5C70;
}
.row-item-postcar .item-postcar a:hover .cover-itempost {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.row-item-postcar .item-postcar a:hover .cover-itempost img {
  opacity: 0.7;
}
.row-item-postcar .item-postcar a:hover .btn-itempostcar-home {
  background-color: #C60D0D;
  color: #fff;
}
.row-item-postcar .item-postcar a:hover .btn-itempostcar-home .svg {
  fill: #fff;
}
.row-item-postcar .item-postcar a:hover .btn-itempostcar-dealer {
  background-color: #1B2D6C;
  color: #fff;
}
.row-item-postcar .item-postcar a:hover .btn-itempostcar-dealer .svg {
  fill: #fff;
}
.row-item-postcar .item-postcar a:hover .btn-itempostcar-lady {
  background-color: #FF5C70;
  color: #fff;
}
.row-item-postcar .item-postcar a:hover .btn-itempostcar-lady .svg {
  fill: #fff;
}

.box-linkcarseo-mb {
  display: none;
}

.menu-mobile {
  display: none;
}

.fancybox-bg {
  background: #000;
}

.frm-helpcarsearch {
  width: 440px;
  max-width: 100%;
  padding: 20px 15px 30px;
}
.frm-helpcarsearch form input {
  background-color: #F2F2F2;
  border-radius: 50px;
  border: 0;
  color: #666;
  margin-bottom: 17px;
  height: 50px;
  padding: 0 20px;
}
.frm-helpcarsearch form input:focus {
  outline: 0 !important;
  border: 0;
  background-color: #F2F2F2;
  box-shadow: none;
}
.frm-helpcarsearch form .btn-red {
  display: block;
  width: 100%;
  height: 50px;
}
.frm-helpcarsearch p {
  font-size: 1.2rem;
  color: #000;
}

.fancybox-content {
  border-radius: 10px;
  padding: 15px;
}

.topic-helpcar {
  color: #C60D0D;
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.topic-helpcar .svg {
  fill: #C60D0D;
  width: 48px;
  height: auto;
  margin-right: 10px;
}

.noUi-handle {
  background-color: #C60D0D;
  box-shadow: none;
  border: 0;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  right: -9px;
}

.noUi-connect {
  background-color: #ECECEC;
}

.noUi-target {
  box-shadow: none;
  border: 0;
  background-color: #333;
}

.noUi-horizontal {
  height: 5px;
}

.topic-range {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
}
.topic-range div {
  display: inline-flex;
}
.topic-range span {
  padding: 0 5px;
}

.box-priceslider {
  padding: 10px 8px 8px;
}

.wrap-page {
  border-top: 5px solid #E2E7EE;
  background-color: #F6F7FB;
  padding-top: 70px;
  padding-bottom: 70px;
}

.topic-insidepage {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.topic-insidepage i {
  color: #C60D0D;
  font-size: 1.5rem;
  padding-right: 12px;
}

.box-latestupdate .news-latest {
  display: flex;
  align-items: center;
  color: #666;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 90px;
}
.box-latestupdate .news-latest figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 15px;
}
.box-latestupdate .news-latest figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 64.7582697201%;
}
.box-latestupdate .news-latest figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.box-latestupdate .news-latest figure:hover > img {
  transform: scale(1.1);
}
.box-latestupdate .news-latest .desc-latestnews {
  padding-left: 40px;
  line-height: 2;
}
.box-latestupdate .news-latest .desc-latestnews h2 {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-latestupdate .news-latest .desc-latestnews .news-date {
  margin: 15px 0;
  font-size: 0.9rem;
}
.box-latestupdate .news-latest .desc-latestnews .news-date i {
  padding-right: 5px;
}
.box-latestupdate .news-latest .desc-latestnews .news-shortdesc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 35px;
}
.box-latestupdate .news-latest:hover .btn-red {
  background-color: #666;
}
.box-latestupdate .news-latest:hover figure img {
  transform: scale(1.1);
}
.box-latestupdate .news-latest:last-child {
  flex-direction: row-reverse;
}
.box-latestupdate .news-latest:last-child .desc-latestnews {
  padding-left: 0;
  padding-right: 40px;
}

.item-allnews {
  padding: 0 20px;
  margin-bottom: 25px;
}

.box-pagination {
  margin-top: 15px;
}
.box-pagination .page-link {
  margin: 0 8px;
  border-radius: 50px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  transition: 0.5s;
}
.box-pagination .page-link.active, .box-pagination .page-link:hover {
  background-color: #C60D0D;
  color: #fff;
  border: 1px solid #fff;
}
.box-pagination .page-link-prev {
  margin-right: 8px;
  border-radius: 50px;
  border: 1px solid #ddd;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 0.9rem;
  color: #000;
  background-color: #fff;
  transition: 0.5s;
}
.box-pagination .page-link-prev.active, .box-pagination .page-link-prev:hover {
  background-color: #C60D0D;
  color: #fff;
  border: 1px solid #fff;
}
.box-pagination .page-link-prev i {
  font-size: 0.6rem;
}

.news-detail h1 {
  font-size: 2rem;
  color: #000;
}

.news-boxshare {
  font-size: 0.9rem;
  margin: 15px 0 30px;
}
.news-boxshare div {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
}
.news-boxshare .news-date i {
  padding-right: 7px;
}

.news-share span {
  padding-right: 5px;
}
.news-share a {
  display: inline-block;
  margin-left: 5px;
}

.content-editor img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 15px 0;
}
.content-editor a {
  color: #20629E;
}

.wrap-recentnews {
  background-color: #EEEFF5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.wrap-recentnews .topic-insidepage {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.wrap-recentnews .topic-insidepage i {
  font-size: 1.2rem;
}
.wrap-recentnews .owl-recentnews {
  margin-top: 25px;
}
.wrap-recentnews .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.wrap-recentnews .owl-carousel .owl-nav {
  margin-top: 0;
}
.wrap-recentnews .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/icon-arrow-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -70px;
  transition: 0.5s;
  cursor: pointer;
  transform: rotate(-180deg);
}
.wrap-recentnews .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.1);
  transform: rotate(-180deg) scale(1.1);
}
.wrap-recentnews .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/icon-arrow-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: -70px;
  transition: 0.5s;
  cursor: pointer;
}
.wrap-recentnews .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.wrap-recentnews .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.updateprice-nav {
  color: #20629E;
  margin-bottom: 25px;
  margin-top: 10px;
}
.updateprice-nav a {
  display: inline-block;
  color: #20629E;
}
.updateprice-nav span {
  padding: 0 7px;
  font-size: 0.7rem;
}

.head-updateprice {
  display: flex;
  align-items: center;
}
.head-updateprice h1 {
  font-size: 1.5rem;
  color: #000;
}
.head-updateprice .updateprice-select span {
  color: #000;
  padding-right: 7px;
}
.head-updateprice .updateprice-select .carsearch-input {
  display: inline-block;
  margin: 0;
}
.head-updateprice .updateprice-select .carsearch-input input {
  font-size: 0.9rem;
  border: 1px solid #E1E1E1;
}

.wrap-pagecardetail {
  background-color: #EEEFF5;
}

.desc-cardetail {
  padding-left: 40px;
  padding-top: 15px;
}
.desc-cardetail h1, .desc-cardetail h3 {
  color: #000;
  font-size: 2rem;
}
.desc-cardetail .car-spectype {
  display: inline-flex;
  align-items: center;
  margin: 5px 0;
}
.desc-cardetail .car-spectype .car-type01 {
  color: #000;
  font-weight: 500;
}
.desc-cardetail .car-spectype span {
  padding: 0 10px;
}
.desc-cardetail .car-spectype h3 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}
.desc-cardetail .car-type02 {
  color: #000;
  margin: 5px 0 10px;
}
.desc-cardetail .car-timelogin {
  font-size: 0.9rem;
}
.desc-cardetail .box-listdesc {
  border-top: 1px solid #D9DBED;
  margin-top: 25px;
  padding-top: 25px;
  line-height: 1;
}
.desc-cardetail .box-listdesc .topic-listdesc {
  color: #000;
  font-weight: 500;
  font-size: 1.15rem;
}
.desc-cardetail .box-listdesc .topic-listdesc i {
  color: #9B9B9B;
  font-size: 1.7rem;
  padding-right: 5px;
}
.desc-cardetail .box-listdesc .car-listprice {
  color: #0C720F;
  font-size: 1.6rem;
  font-weight: 500;
}
.desc-cardetail .box-listdesc .car-linkmap a {
  display: inline-flex;
  position: relative;
  color: #616161;
  font-size: 0.9rem;
  text-decoration: underline;
  transition: 0.5s;
}
.desc-cardetail .box-listdesc .car-linkmap a:not(:first-child) {
  margin-left: 20px;
}
.desc-cardetail .box-listdesc .car-linkmap a:not(:first-child)::before {
  content: "|";
  position: absolute;
  left: -15px;
  top: 0;
}
.desc-cardetail .box-listdesc .car-linkmap a:hover {
  color: #2670B5;
}
.desc-cardetail .box-listdesc .car-location {
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}
.desc-cardetail .box-listdesc .btn-red {
  padding: 0 20px;
}
.desc-cardetail .box-listdesc .btn-red i {
  padding-right: 5px;
}

.tab_pdetail:not(:first-child), .tab_pdetail_thumb:not(:first-child), .tab_footer:not(:first-child), .tab_vipdetail:not(:first-child) {
  display: none;
}

.slide-wrapper {
  position: relative;
}
.slide-wrapper .slide_load.tab_pdetail:not(:first-child), .slide-wrapper .slide_load.tab_pdetail_thumb:not(:first-child) {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.slide-wrapper .car-booked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.65);
  z-index: 11;
  border-radius: 15px 15px 0 0;
  pointer-events: none;
}
.slide-wrapper .car-booked div {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
}

.tab_article_btn, .tab_footer_btn {
  text-align: center;
  margin-bottom: 15px;
}
.tab_article_btn div, .tab_footer_btn div {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #959595;
  background: rgba(54, 54, 54, 0.5);
  border-radius: 50px;
  height: 30px;
  padding: 0 15px;
  font-size: 0.9rem;
  margin: 0 2px;
  transition: 0.5s;
}
.tab_article_btn div.active, .tab_article_btn div:hover, .tab_footer_btn div.active, .tab_footer_btn div:hover {
  background-color: #57A3EA;
  color: #fff;
}

.bg-thumb {
  background-image: url(../images/bg-thumb.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 60px 30px;
  border-radius: 0 0 15px 15px;
}
.bg-thumb .cover-carthumb img {
  border-radius: 5px;
}
.bg-thumb .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.bg-thumb .owl-carousel .owl-nav {
  margin-top: 0;
}
.bg-thumb .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/icon-arrow-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 30%;
  right: -47px;
  transition: 0.5s;
  cursor: pointer;
  transform: rotate(-180deg);
}
.bg-thumb .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.1);
  transform: rotate(-180deg) scale(1.1);
}
.bg-thumb .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/icon-arrow-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 30%;
  left: -47px;
  transition: 0.5s;
  cursor: pointer;
}
.bg-thumb .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.bg-thumb .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.cover-carthumb {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.cover-carthumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.7542706965%;
}
.cover-carthumb > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.cover-carthumb:hover > img {
  transform: scale(1);
}
.cover-carthumb img {
  border-radius: 15px 15px 0 0;
}

.btn-callback {
  background-color: #D4EBFF;
  border: 1px solid #C8DDF1;
  height: 43px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  color: #2670B5;
  border-radius: 50px;
  transition: 0.5s;
}
.btn-callback i {
  font-size: 1.1rem;
  padding-left: 5px;
}
.btn-callback:hover {
  background-color: #2670B5;
  color: #fff;
}

.btn-sharepost {
  color: #666;
  transition: 0.5s;
}
.btn-sharepost img {
  width: 20px;
  height: auto;
  margin-right: 4px;
}
.btn-sharepost:hover {
  color: #000;
}

.carprice-open {
  color: #333;
  margin-top: 30px;
}

.frm-contactback {
  width: 750px;
  max-width: 100%;
  padding: 20px 15px 30px;
}
.frm-contactback form input {
  background-color: #F2F2F2;
  border-radius: 50px;
  border: 0;
  color: #666;
  margin-bottom: 17px;
  height: 50px;
  padding: 0 20px;
}
.frm-contactback form input:focus {
  outline: 0 !important;
  border: 0;
  background-color: #F2F2F2;
  box-shadow: none;
}
.frm-contactback form .btn-red {
  display: block;
  width: 100%;
  height: 50px;
}
.frm-contactback .topic-helpcar {
  text-align: center;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 20px;
}

.box-frmcontactback label {
  color: #000;
}
.box-frmcontactback label span {
  color: #C60D0D;
}
.box-frmcontactback textarea {
  background-color: #F2F2F2;
  border: 0;
  margin-bottom: 30px;
}
.box-frmcontactback .list-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.box-frmcontactback .list-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.box-frmcontactback .list-checkbox a {
  color: #0D498E;
  text-decoration: underline;
}
.box-frmcontactback .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;
}
.box-frmcontactback .list-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.box-frmcontactback .list-checkbox input:checked ~ .checkmark {
  background-color: #C60D0D;
}
.box-frmcontactback .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.box-frmcontactback .list-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.box-frmcontactback .list-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-selectall-car button {
  border: 0;
  color: #fff;
  background-color: #C60D0D;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  border-radius: 5px;
  transition: 0.5s;
}
.btn-selectall-car button img {
  width: 16px;
  height: auto;
  margin-left: 5px;
}
.btn-selectall-car button:hover {
  background-color: #A80000;
}

.cardesc-frmcontact.frm-contactback {
  padding-bottom: 10px;
}

.desc-wrapper {
  margin: 0 auto;
  margin-bottom: 15px;
  max-height: 145px;
  overflow: hidden;
}

.more-info {
  display: none;
  border: 0;
  background: none;
  padding: 0;
  color: #0D498E;
  font-weight: 500;
}
.more-info img {
  margin-left: 4px;
}

.more-info .less,
.more-info.expand .more {
  display: none;
}

.more-info.expand .less {
  display: inline;
}

.more-info:focus {
  outline: none;
}

.topic-descpromotion {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.wrap-descpromotion.wrap-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.recent-carlist {
  border-top: 1px solid #E7E7E7;
  margin-top: 40px;
  padding-top: 50px;
}
.recent-carlist .topic-cardesc {
  margin-bottom: 15px;
}

.topic-cardesc {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.topic-cardesc i {
  color: #C60D0D;
  font-size: 1.2rem;
  padding-right: 12px;
}

.item-recentlist {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.item-recentlist figure {
  margin-bottom: 0;
}
.item-recentlist figure .cover-recentlist {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.item-recentlist figure .cover-recentlist::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 73.9644970414%;
}
.item-recentlist figure .cover-recentlist > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.item-recentlist figure .cover-recentlist:hover > img {
  transform: scale(1.1);
}
.item-recentlist figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 7, 37, 0.75);
  padding: 12px 15px;
  color: #D2D2D2;
  font-size: 0.8rem;
  line-height: 1.5;
}
.item-recentlist figure figcaption .price-recentlist {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
}

.recent-clickall {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
}

.bg-average {
  background-image: url(../images/bg-average.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg-average figure img {
  width: 100%;
}

.topic-average {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.topic-average img {
  margin-right: 5px;
  width: 38px;
  height: auto;
  margin-top: -15px;
}

.wrap-average {
  background: rgba(6, 20, 47, 0.5);
}

.photo-average {
  padding: 0;
}
.photo-average figure {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.photo-average figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 58.2191780822%;
}
.photo-average figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.photo-average figure:hover > img {
  transform: scale(1);
}
.photo-average figure img {
  width: 100%;
}

.box-average {
  padding: 30px 15px;
}

.brandcar-average {
  font-size: 1.1rem;
  color: #BACAEA;
}
.brandcar-average img {
  max-height: 37px;
  width: auto;
  margin-right: 7px;
}
.brandcar-average span {
  color: #fff;
  font-size: 1.2rem;
  padding-right: 5px;
}

.average-viewall {
  color: #ACBADC;
  text-decoration: underline;
  display: block;
  font-size: 0.9rem;
  margin-top: 10px;
}

.average-bar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.average-bar .item-bar {
  width: 16%;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
}
.average-bar .item-bar .animated-progress {
  background: rgba(31, 70, 114, 0.3);
  width: 25px;
  height: 185px;
  margin: 0 auto;
  position: relative;
}
.average-bar .item-bar .animated-progress span {
  background: rgb(20, 244, 201);
  background: linear-gradient(180deg, rgb(20, 244, 201) 0%, rgb(6, 158, 252) 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.average-bar .item-bar .bar-year {
  color: #94B4CB;
  font-size: 1rem;
  margin-top: 15px;
}
.average-bar .item-bar .txt-seeyear {
  color: #BACAEA;
  font-size: 0.7rem;
}
.average-bar .item-bar.active .bar-year {
  color: #fff;
}
.average-bar .item-bar.active .animated-progress span {
  background: rgb(45, 205, 255);
  background: linear-gradient(180deg, rgb(45, 205, 255) 0%, rgb(12, 97, 225) 100%);
}

.wrap-carreccom {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F6F7FB;
}
.wrap-carreccom .topic-cardesc {
  margin-bottom: 15px;
}
.wrap-carreccom .item-recentlist {
  margin-bottom: 35px;
}

.wrap-alsolike {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #EEEFF5;
}
.wrap-alsolike .topic-cardesc {
  margin-bottom: 15px;
}
.wrap-alsolike h6 {
  color: #000;
}

.banner-slidecar {
  padding: 0;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-item {
  overflow: hidden;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-item.active img {
  transform: scale(1);
  transition: 5s all ease;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-item figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 24.375%;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-item figure:hover > img {
  transform: scale(1);
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 25px;
  text-align: center;
  width: 100%;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-dots .owl-dot span {
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 8px;
  transition: 0.5s;
}
.banner-slidecar .owl-carousel.owl-bannercar .owl-dots .owl-dot.active span, .banner-slidecar .owl-carousel.owl-bannercar .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #fff;
}

.wrap-carpage {
  background-color: #F6F7FB;
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrap-left-boxsearch {
  margin-right: 30px;
}

.left-boxsearch {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #DDE5EB;
  padding: 20px;
}
.left-boxsearch-topic {
  color: #000;
  font-size: 1.2rem;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.left-boxsearch-topic img {
  width: 33px;
  height: auto;
  margin: -5px 5px 0 0;
}
.left-boxsearch-topic2 {
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-top: 20px;
  font-weight: 500;
}
.left-boxsearch-item {
  border-top: 1px solid #D9D9D9;
}
.left-boxsearch-desc {
  margin-bottom: 40px;
}
.left-boxsearch-desc .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 19px;
}
.left-boxsearch-desc .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.left-boxsearch-desc .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.left-boxsearch-desc .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.left-boxsearch-desc input:checked + .slider {
  background-color: #436DBE;
}
.left-boxsearch-desc input:focus + .slider {
  box-shadow: 0 0 1px #436DBE;
}
.left-boxsearch-desc input:checked + .slider:before {
  transform: translateX(21px);
}
.left-boxsearch-desc .checkmark {
  border: 2px solid #D2D2D2;
  width: 20px;
  height: 20px;
  top: 3px;
}
.left-boxsearch-desc .car-radio {
  padding-left: 30px;
  margin-right: 30px;
}
.left-boxsearch-desc .search-range {
  background-color: #F8F8F8;
  color: #000;
  margin-bottom: 17px;
}
.left-boxsearch-desc .noUi-connect {
  background-color: #D1D1D1;
}
.left-boxsearch-desc .noUi-target {
  background-color: #fff;
}
.left-boxsearch-desc .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
}
.left-boxsearch-desc .content_advancesearch {
  display: none;
  background-color: #F8F8F8;
  border-radius: 5px;
  padding: 15px 15px 2px;
}
.left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch {
  margin-bottom: 20px;
}
.left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch label {
  color: #000;
}
.left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch .advance-boxgear {
  display: block;
  margin: 0;
}
.left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch .advance-boxgear label span {
  border-radius: 5px;
  border: 1px solid #DDE5EB;
  background-color: #fff;
}
.left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch .advance-boxgear label input:checked ~ span,
.left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch .advance-boxgear label input:hover ~ span {
  color: #fff;
  background-color: #C60D0D;
}
.left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch .advance-boxgear .txt-label {
  color: #000;
}
.left-boxsearch-desc .item_advancesearch .left-boxsearch-topic2 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  margin-bottom: 5px;
}
.left-boxsearch-desc .item_advancesearch .left-boxsearch-topic2 img {
  transform: rotate(90deg);
  width: 18px;
  height: 18px;
}
.left-boxsearch-desc .btn-searchcar:hover {
  background-color: #666;
}
.left-boxsearch-desc .carsearch-input {
  margin-top: 20px;
  margin-bottom: 25px;
}
.left-boxsearch-desc .carsearch-input input {
  border: 2px solid #757984;
  font-weight: 500;
  margin: 0 0 20px;
}
.left-boxsearch-desc .carsearch-input::before {
  background-image: url(../images/icon-chev-grey.svg);
  transform: rotate(0);
  top: 43%;
}
.left-boxsearch-desc .box-ecocar {
  margin-top: 15px;
}

.banner-adv {
  display: block;
  margin-top: 25px;
}
.banner-adv img {
  width: 100%;
}

.search-carview {
  margin-top: 5px;
}
.search-carview .item-car {
  border: 0;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 0;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.search-carview .item-car figure .cover-car {
  border-radius: 3px;
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
.search-carview .item-car figure figcaption {
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 12px;
  line-height: 1.5;
}
.search-carview .item-car figure figcaption .car-name {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: -3px;
}
.search-carview .item-car figure figcaption .car-series {
  font-size: 0.8rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-carview .item-car figure figcaption .car-province {
  font-size: 0.75rem;
  color: #A5A5A5;
  margin-bottom: 3px;
}
.search-carview .item-car figure figcaption .car-price {
  font-size: 0.9rem;
}
.search-carview .item-car:hover {
  box-shadow: none;
}
.search-carview .item-car:last-child {
  border-bottom: 0;
}

.boxsearch-cartype a {
  display: block;
  margin-bottom: 20px;
}
.boxsearch-cartype a img {
  width: 100%;
  transition: 0.5s;
}
.boxsearch-cartype a:hover img {
  transform: scale(1.05);
}

.topic-careco {
  color: #436DBE;
  font-weight: 500;
}
.topic-careco img {
  width: 30px;
  margin-right: 5px;
}

#popup-searchcar.fancybox-content {
  padding-bottom: 45px;
}
#popup-searchcar .carsearch-popup {
  display: block;
  position: static;
  background-color: #fff;
}
#popup-searchcar .carsearch-menu {
  position: relative;
  height: 500px;
  background: #fff;
  padding: 0;
}
#popup-searchcar .carsearch-menu .car-inputsearch {
  border: 1px solid #E1E1E1;
  height: 50px;
}
#popup-searchcar .carsearch-top {
  padding-top: 15px;
}
#popup-searchcar .carsearch-top button {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
}
#popup-searchcar .carsearch-ul li {
  border-bottom: 1px solid #F0F0F0;
}
#popup-searchcar .carsearch-ul li button {
  color: #000;
}
#popup-searchcar .carsearch-ul li button img {
  width: 32px;
  margin-right: 10px;
}

.home-popup-search .carsearch-ul li button img {
  display: none;
}

.wrap-allitem-car .topic-cardesc {
  border-bottom: 1px solid #DDE5EB;
  padding-bottom: 10px;
}
.wrap-allitem-car .txt-numresult {
  color: #000;
  font-weight: 500;
  margin: 20px 0 10px;
}
.wrap-allitem-car .txt-numresult span {
  color: #C60D0D;
}

.result-btn-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}
.result-btn-search button {
  display: inline-flex;
  align-items: center;
  background-color: #757984;
  border-radius: 50px;
  border: 0;
  font-size: 0.85rem;
  color: #fff;
  height: 34px;
  padding: 2px 5px 0 12px;
  line-height: 1;
  margin-right: 7px;
  transition: 0.5s;
  margin-bottom: 9px;
  white-space: nowrap;
}
.result-btn-search button:hover {
  background-color: #333;
}
.result-btn-search button i {
  font-size: 1.3rem;
  padding-left: 5px;
}
.result-btn-search button.btn-refresh {
  color: #0F2E56;
  text-decoration: underline;
  font-weight: 500;
  background: none;
  font-size: 0.9rem;
  margin-right: 8px;
  padding: 0 8px 0 0;
  transition: 0.5s;
}
.result-btn-search button.btn-refresh img {
  margin-right: 3px;
}
.result-btn-search button.btn-refresh:hover {
  color: #666;
}

.btn-boxfilter {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
.btn-boxfilter button {
  background-color: #EDEDED;
  border: 1px solid #E1E1E1;
  height: 35px;
  padding: 0 20px;
  font-size: 0.9rem;
  color: #666;
  border-radius: 50px;
  margin-right: 7px;
  margin-bottom: 9px;
  transition: 0.5s;
}
.btn-boxfilter button:hover {
  background-color: #ccc;
}

.box-filteritem {
  border-top: 1px solid #DDE5EB;
  margin-top: 5px;
  padding-top: 25px;
}

.item-filter {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 0.95rem;
  margin-right: 40px;
}
.item-filter img {
  width: 17px;
  margin-right: 5px;
}
.item-filter select {
  border-radius: 50px;
  font-size: 0.9rem;
  color: #666;
  margin-left: 10px;
  height: 40px;
  min-width: 110px;
}
.item-filter:last-child {
  margin-right: 0;
}

.box-changelayout {
  border-radius: 50px;
  border: 1px solid #E1E1E1;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 5px;
  margin-left: 10px;
}
.box-changelayout button {
  border: 0;
  background: none;
}
.box-changelayout button .svg {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}
.box-changelayout button .svg * {
  fill: #D3D3D3;
}
.box-changelayout button:hover .svg *, .box-changelayout button.active .svg * {
  fill: #C60D0D;
}
.box-changelayout button:first-child {
  border-right: 1px solid #E1E1E1;
}

.box-itemcar {
  margin-top: 30px;
}
.box-itemcar .car-year {
  color: #333;
  font-size: 1.7rem;
  font-weight: 600;
}
.box-itemcar .row-itemcar {
  margin: 0 -13px;
}
.box-itemcar .row-itemcar .col-itemcar {
  padding: 0 13px;
}
.box-itemcar .row-itemcar .col-itemcar .item-car {
  margin-bottom: 40px;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure {
  display: flex;
  flex-wrap: wrap;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car {
  width: 30%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 49.8753117207%;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car:hover > img {
  transform: scale(1.1);
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption {
  width: 70%;
  display: flex;
  align-items: flex-start;
  padding: 20px 0 20px 20px;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 75%;
  padding-left: 17px;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-name,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-province,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .row {
  width: 100%;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-name .col-xl-3,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-name .col-xl-9,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-name .col-md-8,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-name .col-md-4,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series .col-xl-3,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series .col-xl-9,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series .col-md-8,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series .col-md-4,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-province .col-xl-3,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-province .col-xl-9,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-province .col-md-8,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-province .col-md-4,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .row .col-xl-3,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .row .col-xl-9,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .row .col-md-8,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .row .col-md-4 {
  width: 100%;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-name .text-end,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series .text-end,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-province .text-end,
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .row .text-end {
  text-align: left !important;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .txt-readmore {
  margin-top: 10px;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-province {
  color: #A5A5A5;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series {
  margin: 7px 0;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .linecontent {
  display: none;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price {
  display: inline-flex;
  align-content: space-between;
  width: 25%;
  height: 100%;
  border-left: 1px solid #EFEFEF;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price .col-md-6 {
  width: 100%;
  padding-left: 25px;
}
.box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price .text-end {
  text-align: left !important;
}

.box-frmhelpcar {
  background-image: url(../images/bg-blueform.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 25px;
}
.box-frmhelpcar .topic-frmhelpcar {
  color: #E1E1E1;
}
.box-frmhelpcar .topic-frmhelpcar img {
  width: 53px;
  height: auto;
  margin-right: 10px;
  margin-top: -20px;
}
.box-frmhelpcar .topic-frmhelpcar span {
  color: #fff;
  padding-right: 10px;
  font-size: 1.6rem;
}
.box-frmhelpcar form {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}
.box-frmhelpcar form div {
  display: inline-flex;
  width: calc(100% - 140px);
}
.box-frmhelpcar form div input {
  width: 24%;
  height: 45px;
  border-radius: 50px;
  background: #F2F2F2;
  margin-right: 13px;
  font-size: 0.9rem;
}
.box-frmhelpcar form button {
  height: 45px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50px;
  background-color: #DE7605;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
}
.box-frmhelpcar form button i {
  font-size: 1.3rem;
  padding-left: 5px;
}
.box-frmhelpcar form button:hover {
  background-color: #C60D0D;
}

.box-car-article {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding: 30px;
  margin-top: 5px;
}
.box-car-article .topic-car-article {
  color: #000;
  margin-bottom: 15px;
  line-height: 1.6;
}

.wrap-login {
  background-image: url(../images/bg-login.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.box-txtlogin {
  padding-left: 100px;
}
.box-txtlogin h1 {
  font-size: 2.6rem;
}
.box-txtlogin h1 span {
  color: #C60D0D;
}
.box-txtlogin .txt-login01 {
  font-size: 1.5rem;
  margin: 15px 0;
}
.box-txtlogin .list-txtlogin div {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.box-txtlogin .list-txtlogin div img {
  margin-right: 5px;
}

.box-login {
  background-color: #fdfdfd;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 4px solid rgba(18, 18, 18, 0.1);
  width: 530px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 30px 20px;
  color: #666;
}
.box-login h2 {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
}
.box-login .qrcode-login img {
  width: 100%;
}
.box-login .box-desclogin {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.box-login .box-desclogin .box-descsms {
  font-size: 0.9rem;
  line-height: 1.7;
}
.box-login .box-desclogin .box-descsms-topic1 {
  color: #333;
  font-size: 1.25rem;
}
.box-login .box-desclogin .box-descsms-topic1 span {
  color: #C60D0D;
  font-weight: 500;
}
.box-login .box-desclogin .box-descsms-topic2 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
}
.box-login .box-desclogin .box-descsms-topic2 span {
  color: #C60D0D;
  font-weight: 600;
}
.box-login .box-desclogin .box-descsms-topic3 {
  color: #333;
  font-size: 1.15rem;
  margin-bottom: 5px;
}

.login-checkbox {
  margin-bottom: 25px;
}
.login-checkbox .list-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.login-checkbox .list-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.login-checkbox .list-checkbox a {
  color: #000;
  text-decoration: underline;
}
.login-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 3px;
}
.login-checkbox .list-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.login-checkbox .list-checkbox input:checked ~ .checkmark {
  background-color: #C60D0D;
}
.login-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.login-checkbox .list-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.login-checkbox .list-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-sendsms {
  background-color: #C60D0D;
  color: #fff;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  transition: 0.5s;
}
.btn-sendsms:hover {
  background-color: #666;
}

.login-txtnote {
  text-align: center;
  margin-top: 17px;
}

.content-txtlogin {
  display: flex;
  align-items: center;
}

.login-welcome {
  text-align: center;
  padding: 130px 0;
}
.login-welcome h1 {
  margin: 40px 0 20px;
}
.login-welcome h2 {
  font-weight: normal;
  font-size: 1.3rem;
  color: #D9D5D5;
}

.bg-white-profile {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.wrap-frmprofile {
  border-bottom: 4px solid #F4F4F4;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.wrap-frmprofile:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.wrap-frmprofile .row {
  margin-top: 20px;
}

.topic-profile {
  color: #000;
  font-size: 1.4rem;
}

.boxfrm-profile {
  margin-bottom: 25px;
}
.boxfrm-profile label {
  color: #000;
  margin-bottom: 5px;
}
.boxfrm-profile label span {
  color: #C60D0D;
}
.boxfrm-profile input, .boxfrm-profile select {
  padding: 10px 15px;
}

.btn-profile {
  margin-top: 10px;
}
.btn-profile.btn-red {
  font-size: 1.15rem;
  height: 50px;
  padding: 0 50px;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0 auto 20px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 25px;
  z-index: 1;
  bottom: -10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.avatar-upload .avatar-edit input + label:after {
  content: "";
  background-image: url(../images/icon-upload.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 4px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.txt-uploadavatar {
  text-align: center;
  color: #000;
}

.wrap-postcar {
  background-image: url(../images/bg-postcar.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 130px;
}

.topic-postcar {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
}
.topic-postcar h1 {
  font-size: 2.5rem;
}
.topic-postcar h1 span {
  color: #C60D0D;
  font-style: italic;
  font-weight: bold;
}

.topic-imgcar {
  width: 308px;
  height: 98px;
  position: absolute;
  top: -50px;
  left: -120px;
}

.wrap-itempost {
  width: 1050px;
  max-width: 100%;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-itempost .item-postcar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  height: 287px;
  width: 325px;
  max-width: 100%;
  padding: 20px;
  transition: 0.5s;
}
.wrap-itempost .item-postcar h2 {
  width: 100%;
  font-size: 1.7rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-itempost .item-postcar .btn-select-post {
  width: 156px;
  height: 46px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  justify-content: center;
  transition: 0.5s;
}
.wrap-itempost .item-postcar.item-homecar {
  border: 3px solid rgba(220, 53, 53, 0.8);
  background: rgba(56, 42, 42, 0.45);
}
.wrap-itempost .item-postcar.item-homecar .btn-select-post {
  background: rgba(220, 53, 53, 0.8);
}
.wrap-itempost .item-postcar.item-homecar:hover {
  border: 3px solid rgb(220, 53, 53);
  background: rgba(56, 42, 42, 0.7);
}
.wrap-itempost .item-postcar.item-homecar:hover .btn-select-post {
  background: rgb(220, 53, 53);
}
.wrap-itempost .item-postcar.item-dealer {
  border: 3px solid rgba(129, 178, 252, 0.8);
  background: rgba(9, 47, 69, 0.43);
}
.wrap-itempost .item-postcar.item-dealer .btn-select-post {
  background-color: #0043A7;
}
.wrap-itempost .item-postcar.item-dealer:hover {
  border: 3px solid rgb(129, 178, 252);
  background: rgba(9, 47, 69, 0.8);
}
.wrap-itempost .item-postcar.item-dealer:hover .btn-select-post {
  background-color: #1560D0;
}
.wrap-itempost .item-postcar.item-lady {
  border: 3px solid rgba(255, 121, 138, 0.8);
  background: rgba(54, 40, 40, 0.48);
}
.wrap-itempost .item-postcar.item-lady .btn-select-post {
  background-color: #FF5C70;
}
.wrap-itempost .item-postcar.item-lady:hover {
  border: 3px solid rgb(255, 121, 138);
  background: rgba(54, 40, 40, 0.8);
}
.wrap-itempost .item-postcar.item-lady:hover .btn-select-post {
  background-color: #FF3A53;
}
.wrap-itempost .item-postcar:hover {
  transform: scale(1.05);
}

.txt-postcontact {
  font-size: 1.1rem;
  margin-top: 40px;
}

.topic-postcar-welcome {
  margin-top: 40px;
  margin: 40px 0 70px 120px;
}
.topic-postcar-welcome p {
  color: #CACACA;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.topic-postcar-welcome .btn-postcar {
  font-size: 1.1rem;
  padding: 0 30px;
}

.list-txtwelcome {
  margin-top: 20px;
  margin-bottom: 50px;
}
.list-txtwelcome div {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.list-txtwelcome div img {
  margin-right: 5px;
}

.wrap-bgstep {
  background-image: url(../images/bg-step.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
.wrap-bgstep h1 {
  font-size: 2.3rem;
  margin-bottom: 30px;
}

.box-iconstep a {
  display: inline-block;
  vertical-align: top;
}
.box-iconstep a img {
  height: 158px;
  width: auto;
  transition: 0.5s;
}
.box-iconstep a:hover img {
  transform: scale(1.05);
}
.box-iconstep div {
  opacity: 0.5;
  display: inline-block;
  margin: 50px 0 0 40px;
}
.box-iconstep div.active {
  opacity: 1;
}

.wrap-page-step {
  background-color: #F6F7FB;
  padding-top: 50px;
  padding-bottom: 90px;
}

.wrap-boxstep {
  width: 1075px;
  max-width: 100%;
  margin: 0 auto;
}

.topic-step {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
.topic-step span {
  background-color: #C60D0D;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  margin-right: 5px;
}

.box-frm-step {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 10px;
  margin-top: 15px;
}

.frm-step {
  margin-bottom: 30px;
  padding: 0 20px;
}
.frm-step label {
  color: #000;
  margin-bottom: 3px;
  font-size: 1.05rem;
}
.frm-step label span {
  color: #C60D0D;
}
.frm-step select, .frm-step input {
  padding: 10px 15px;
  border: 1px solid #C3C3C3;
  color: #666;
}
.frm-step .checkmark {
  border: 2px solid #D2D2D2;
  height: 20px;
  width: 20px;
  top: 3px;
}
.frm-step .car-radio {
  padding-left: 30px;
  color: #666;
  font-size: 1rem;
}
.frm-step .car-radio:last-child {
  margin-right: 0;
}
.frm-step .carsearch-radio {
  margin-top: 10px;
}

.frm-step-inline .row {
  margin: 0 -20px;
}
.frm-step-inline .row .col-12 {
  padding: 0 20px;
}

.frm-step-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frm-step-button .btn-step {
  height: 50px;
  width: 150px;
  border-radius: 50px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 7px;
  transition: 0.5s;
}
.frm-step-button .btn-step.btn-nextstep {
  background-color: #C60D0D;
}
.frm-step-button .btn-step.btn-backstep {
  background-color: #A5A5A5;
}
.frm-step-button .btn-step:hover {
  transform: scale(1.05);
}

.box-introtext {
  background-color: #EFEFEF;
  border-radius: 8px;
  padding: 15px;
  margin-top: 7px;
}

.topic-introtext {
  color: #333;
  font-weight: 500;
  margin-bottom: 3px;
}

.btn-introtext button {
  border: 1px solid #C3C3C3;
  background-color: #fff;
  border-radius: 5px;
  height: 36px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.9rem;
  transition: 0.5s;
  color: #666;
}
.btn-introtext button:hover {
  background-color: #C60D0D;
  color: #fff;
}
.btn-introtext button:last-child {
  margin-right: 0;
}
.btn-introtext ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.btn-introtext ul li {
  color: #333;
  font-size: 0.98rem;
  margin-bottom: 5px;
}

.txt-noteedit {
  color: #FF0000;
  font-weight: 500;
  margin-bottom: 5px;
}

.topic-notephoto {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
}

.topic-uploadphoto {
  border-radius: 7px;
  background-color: #11265E;
  color: #fff;
  height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.topic-uploadphoto img {
  width: 32px;
  height: auto;
  margin-right: 10px;
}

.box-uploadphoto {
  margin-top: 40px;
  margin-bottom: 60px;
}
.box-uploadphoto:last-child {
  margin-bottom: 50px;
}

.item-photoupload {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
  margin-bottom: 10px;
}
.item-photoupload::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70.253164557%;
}
.item-photoupload > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.item-photoupload:hover > img {
  transform: scale(1);
}
.item-photoupload button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.24);
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 0.7rem;
  transition: 0.5s;
}
.item-photoupload button:hover {
  background-color: #C60D0D;
}

.row-photoupload {
  margin: 10px -6px;
}
.row-photoupload .col-photoupload {
  padding: 0 6px;
}

.btn-uploadimg {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 40px;
  border: 1px solid #E8EEF4;
  background-color: #F7F7F7;
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 50px;
  padding: 0 17px;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 10px;
}
.btn-uploadimg i {
  color: #2F5F9F;
  margin-right: 7px;
}
.btn-uploadimg input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.btn-uploadimg:hover {
  background-color: #2F5F9F;
  color: #fff;
}
.btn-uploadimg:hover i {
  color: #fff;
}

.step-chceckbox {
  border-top: 3px solid #F4F4F4;
  padding-top: 30px;
}
.step-chceckbox .checkmark {
  border: 2px solid #fff;
}
.step-chceckbox .login-checkbox .list-checkbox input:checked ~ .checkmark {
  background-color: #2E3C70;
}
.step-chceckbox .login-checkbox .list-checkbox a {
  color: #2F5F9F;
}
.step-chceckbox .topic-notephoto {
  margin-bottom: 15px;
}
.step-chceckbox .login-checkbox .list-checkbox {
  font-size: 1rem;
}
.step-chceckbox input {
  margin-bottom: 20px;
}

.post-success {
  width: 560px;
  max-width: 100%;
  border-radius: 10px;
  margin: 50px auto 30px;
  padding: 40px 30px 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.post-success img {
  width: 78px;
  height: auto;
}
.post-success h2 {
  font-size: 2rem;
  color: #46A414;
  margin: 25px 0 20px;
}
.post-success h3 {
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.btn-backpage {
  color: #000;
  text-decoration: underline;
  margin-bottom: 50px;
  display: block;
}

.txt-markpost {
  color: #f00;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.editpost-totaledit {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
}
.editpost-totaledit .box-totaledit {
  width: 1075px;
  max-width: 95%;
  margin: 0 auto;
  padding-top: 20px;
}

.wrap-bgstep-edit.wrap-bgstep {
  padding-bottom: 20px;
}

.topic-totaledit1 {
  font-size: 1.1rem;
}
.topic-totaledit1 span {
  color: #f00;
}
.topic-totaledit2 {
  color: #E0E0E0;
}
.topic-totaledit2 span {
  color: #fff;
  font-weight: 500;
  padding-left: 5px;
}

.frm-totaledit {
  margin-top: 15px;
}

.bgpage-average {
  background-image: url(../images/bgpage-average.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bgpage-average .page-average {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.bgpage-average .page-average .wrap-average {
  margin-bottom: 50px;
  background: rgba(6, 20, 47, 0.8);
  border-radius: 10px;
}
.bgpage-average .page-average .wrap-average .txt-seeyear {
  font-size: 0.9rem;
}
.bgpage-average .page-average .wrap-average .animated-progress {
  margin-top: 10px;
  margin-bottom: 15px;
}
.bgpage-average .page-average .wrap-average .average-bar .item-bar.active .box-avgprice {
  background-color: #1889EC;
  color: #fff;
}
.bgpage-average .page-average .wrap-average .average-bar .item-bar.active .box-avgprice::before {
  border-top: 8px solid #1889EC;
}
.bgpage-average .page-average .wrap-average .average-bar .item-bar.active .box-avgprice:hover {
  background-color: #0672D1;
}
.bgpage-average .page-average .wrap-average .average-bar .item-bar.active .box-avgprice:hover::before {
  border-top: 8px solid #0672D1;
}
.bgpage-average .page-average .wrap-average .average-bar .item-bar.active .box-avgprice div {
  color: #fff;
}
.bgpage-average .page-average .wrap-average:first-child .brandcar-average {
  color: #1889EC;
}

.avgprice {
  display: block;
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.2rem;
  transition: 0.5s;
}
.avgprice:hover {
  color: #77DEFF;
}

.box-avgprice {
  background-color: #F7F7F7;
  border-radius: 4px;
  display: inline-block;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 12px;
  position: relative;
  margin-bottom: 20px;
  transition: 0.5s;
}
.box-avgprice::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #F7F7F7;
}
.box-avgprice:hover {
  transform: scale(1.05);
  background-color: #ddd;
}
.box-avgprice:hover::before {
  border-top: 8px solid #ddd;
}
.box-avgprice div {
  color: #1E57A3;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.05rem;
}

.more-average {
  display: inline-block;
  color: #fff;
  padding: 0;
  border: 0;
  background: none;
}
.more-average i {
  font-size: 0.9rem;
  padding-left: 5px;
}

.bg-profile {
  background-image: url(../images/bg-profile.webp);
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 40px;
  background-size: cover;
  color: #fff;
}

.profile-name {
  font-size: 2rem;
}

.level-member {
  background-color: #E9B736;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  border-radius: 50px;
  height: 33px;
  padding: 0 20px;
}

.profile-phone {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 22px;
}
.profile-phone i {
  font-size: 1.3rem;
  padding-right: 5px;
}

.btn-editprofile {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #54616C;
  font-size: 0.95rem;
  height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 0 20px;
  margin-top: 30px;
  margin-right: 5px;
  transition: 0.5s;
}
.btn-editprofile:hover {
  background-color: #fff;
  color: #0D62C6;
}
.btn-editprofile i {
  padding-right: 6px;
}

.profile-boxbtn {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
}
.profile-boxbtn a {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.1rem;
  margin-left: 11px;
  transition: 0.5s;
  white-space: nowrap;
}
.profile-boxbtn a img {
  margin-right: 8px;
}
.profile-boxbtn a.btn-performance {
  background-color: #0D62C6;
}
.profile-boxbtn a.btn-cuscontact {
  background-color: #E98107;
}
.profile-boxbtn a.btn-cuscontact i {
  font-size: 1.2rem;
  padding-right: 5px;
}
.profile-boxbtn a.btn-cuscontact div {
  background-color: #fff;
  color: #E98107;
  min-width: 23px;
  height: 23px;
  border-radius: 50px;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding-top: 2px;
}
.profile-boxbtn a:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.page-profile {
  background-color: #F6F7FB;
  padding-top: 50px;
  padding-bottom: 70px;
}

.menu-mycar {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin-top: 25px;
}
.menu-mycar ul {
  padding: 0;
  margin: 0;
}
.menu-mycar ul li {
  list-style: none;
  display: inline-block;
}
.menu-mycar ul li a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #E1E1E1;
  background-color: #EDEDED;
  color: #333;
  font-size: 0.9rem;
  padding: 0 15px;
  margin-right: 8px;
  transition: 0.5s;
}
.menu-mycar ul li a:hover, .menu-mycar ul li a.here {
  background-color: #C60D0D;
  color: #fff;
}

.topic-profilepage {
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
}
.topic-profilepage i {
  color: #C60D0D;
  font-size: 1rem;
  padding-right: 8px;
}

.topic-menuprofile {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
}
.topic-menuprofile .svg {
  width: 38px;
  height: auto;
  margin-right: 5px;
  fill: #C60D0D;
}

.box-menuprofile {
  background-color: #fff;
  border: 1px solid #DDE5EB;
  border-radius: 10px;
  padding: 15px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.box-menuprofile ul {
  padding: 0;
  margin: 0;
}
.box-menuprofile ul li {
  list-style: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 0;
}
.box-menuprofile ul li a {
  display: flex;
  justify-content: space-between;
  color: #333;
  padding: 10px 15px;
  transition: 0.5s;
}
.box-menuprofile ul li a span {
  color: #666;
}
.box-menuprofile ul li a:hover {
  background-color: #E4EEFB;
  border-radius: 5px;
}
.box-menuprofile ul li a.here {
  background-color: #E4EEFB;
  border-radius: 5px;
  font-weight: 500;
}
.box-menuprofile ul li a.here span {
  color: #000;
}
.box-menuprofile ul li:last-child {
  border-bottom: 0;
}
.box-menuprofile .btn-red {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.1rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-carid label {
  color: #000;
}
.search-carid input {
  padding: 8px 15px;
}

.item-mycar {
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  padding: 2px;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.item-mycar:hover .item-mycar-cover figure img {
  transform: scale(1.05);
}

.item-mycar-cover {
  width: 300px;
}
.item-mycar-cover figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 6px;
}
.item-mycar-cover figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 59.4059405941%;
}
.item-mycar-cover figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.item-mycar-cover figure:hover > img {
  transform: scale(1);
}

.item-mycar-detail {
  width: calc(100% - 470px);
  border-right: 1px solid #EFEFEF;
  margin: 15px 0;
  padding: 0 20px;
}

.item-mycar-button {
  padding-left: 20px;
  padding-top: 30px;
  width: 170px;
}
.item-mycar-button .btn-mycar {
  width: 127px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 13px;
}
.item-mycar-button .btn-mycar i {
  padding-right: 5px;
}
.item-mycar-button .btn-mycar-edit {
  background-color: #ECF3FF;
  border: 1px solid #84A2ED;
  color: #5D89FF;
}
.item-mycar-button .btn-mycar-edit:hover {
  background-color: #5D89FF;
  color: #fff;
}
.item-mycar-button .btn-mycar-delete {
  background-color: #FFEDED;
  border: 1px solid #D99696;
  color: #D82E2E;
}
.item-mycar-button .btn-mycar-delete:hover {
  background-color: #D82E2E;
  color: #fff;
}

.mycar-name {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
}
.mycar-type {
  font-size: 0.85rem;
  color: #333;
  margin: 2px 0;
}
.mycar-idcar {
  font-size: 0.85rem;
  color: #666;
}
.mycar-boxprice {
  display: inline-flex;
  align-items: center;
}
.mycar-price {
  color: #0C720F;
  font-size: 1.1rem;
  font-weight: 500;
}
.mycar-editprice {
  display: inline-flex;
  align-items: center;
  color: #303030;
  font-size: 0.85rem;
  background-color: #F7F7F7;
  border: 1px solid #E8EEF4;
  border-radius: 50px;
  height: 34px;
  padding: 0 10px;
  margin-left: 20px;
  transition: 0.5s;
  white-space: nowrap;
}
.mycar-editprice i {
  padding-right: 5px;
  color: #606060;
}
.mycar-editprice:hover {
  background-color: #C60D0D;
  color: #fff;
  border: 1px solid #C60D0D;
}
.mycar-editprice:hover i {
  color: #fff;
}
.mycar-reserve {
  display: inline-flex;
  align-items: center;
  color: #999;
  font-size: 0.85rem;
  background-color: #F7F7F7;
  border: 1px solid #E8EEF4;
  border-radius: 50px;
  height: 34px;
  padding: 0 15px;
  margin-left: 20px;
  transition: 0.5s;
  white-space: nowrap;
}
.mycar-reserve .svg {
  padding-right: 5px;
  fill: #999;
  width: 20px;
  height: auto;
  transition: 0.5s;
}
.mycar-reserve:hover, .mycar-reserve.active {
  background-color: #41AC6D;
  color: #fff;
  border: 1px solid #41AC6D;
}
.mycar-reserve:hover .svg, .mycar-reserve.active .svg {
  fill: #fff;
}
.mycar-post {
  font-size: 0.9rem;
  color: #666;
}
.mycar-expire {
  font-size: 0.9rem;
  color: #f00;
}

.mycar-boxline {
  border-top: 1px solid #EFEFEF;
  margin-top: 15px;
  padding-top: 10px;
}

.wrap-mycarsearch,
.wrap-mycarsearch-sub {
  border: 1px solid #DDE5EB;
  border-radius: 10px;
  padding: 15px;
  margin: 10px 0 15px;
}

.topicmycarsearch,
.topicmycarsearch-sub {
  position: relative;
  color: #000;
  cursor: pointer;
}
.topicmycarsearch:before,
.topicmycarsearch-sub:before {
  content: "";
  background-image: url(../images/icon-chev-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.item_mycarsearch.active .topicmycarsearch:before,
.item_mycarsearch-sub.active .topicmycarsearch-sub:before {
  transform: translate(0, -50%) rotate(-180deg);
}

.content_mycarsearch,
.content_mycarsearch-sub {
  margin-top: 8px;
}
.content_mycarsearch input,
.content_mycarsearch-sub input {
  border-radius: 50px;
  font-size: 0.9rem;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.mycarsearch-type {
  overflow-y: auto;
  max-height: 230px;
  padding-right: 5px;
}
.mycarsearch-type::-webkit-scrollbar-track {
  background: #EFEFEF;
}
.mycarsearch-type::-webkit-scrollbar {
  width: 3px;
}
.mycarsearch-type::-webkit-scrollbar-thumb {
  background: #979BA9;
  border-radius: 50px;
}
.mycarsearch-type .list-mycarsearch {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: none;
  border-bottom: 1px solid #F0F0F0;
  height: 50px;
  font-size: 0.95rem;
  transition: 0.5s;
  color: #000;
}
.mycarsearch-type .list-mycarsearch img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}
.mycarsearch-type .list-mycarsearch:last-child {
  border-bottom: 0;
}
.mycarsearch-type .list-mycarsearch .num-mycarsearch {
  color: #22427E;
}
.mycarsearch-type .list-mycarsearch:hover {
  background-color: #666;
  color: #fff;
}
.mycarsearch-type .list-mycarsearch:hover .num-mycarsearch {
  color: #fff;
}

.wrap-mycarsearch-sub {
  margin-bottom: 25px;
}
.wrap-mycarsearch-sub.disabled {
  background-color: #F3F3F3;
}
.wrap-mycarsearch-sub.disabled .item_mycarsearch-sub {
  opacity: 0.3;
}

.frm-edit-carprice {
  width: 650px;
  max-width: 100%;
  padding: 20px 15px 30px;
}
.frm-edit-carprice form {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 20px;
}
.frm-edit-carprice form input {
  border: 0;
  color: #666;
  margin-bottom: 17px;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #C3C3C3;
  background-color: #FDFDFD;
}
.frm-edit-carprice form input:focus {
  outline: 0 !important;
  box-shadow: none;
}
.frm-edit-carprice form .frm-step-button {
  margin-top: 30px;
}
.frm-edit-carprice form .frm-step-button .btn-step {
  font-size: 1rem;
  margin: 0 12px 0 0;
}
.frm-edit-carprice form label {
  color: #000;
}
.frm-edit-carprice form .row {
  margin-bottom: 10px;
}

.txt-editprices {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}
.txt-editprices2 {
  font-size: 1.1rem;
  color: #f00;
  font-weight: 500;
}
.txt-editprices3 {
  font-size: 1.5rem;
  color: #0C720F;
  font-weight: 500;
}

.show-menuprofile {
  display: none;
}

.close-menuprofile {
  display: none;
}

.close-menucarsearch {
  display: none;
}

.mycar-detail-mb {
  display: none;
}

.item-mycar-detail-check.item-mycar-detail {
  width: calc(100% - 300px);
  border-right: 0;
}

.mycar-price-mb {
  display: none;
}

.note-waitedit {
  font-weight: 500;
  font-size: 1.1rem;
  color: #f00;
  margin-top: 20px;
}

.note-expire {
  font-weight: 500;
  font-size: 1.1rem;
  color: #000;
  margin: 20px 0;
}

.expire-selectall {
  border-radius: 5px;
  background: #FFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px 15px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
}
.expire-selectall .txt-itemcar {
  color: #333;
  font-weight: 500;
  font-size: 1rem;
}
.expire-selectall button {
  background-color: #41AC6D;
  color: #fff;
  border-radius: 50px;
  height: 40px;
  padding: 0 30px;
  border: 0;
  font-size: 0.95rem;
  margin-left: 20px;
  transition: 0.5s;
}
.expire-selectall button:hover {
  transform: scale(1.05);
  background-color: #259854;
}
.expire-selectall .login-checkbox {
  margin-bottom: 0;
}
.expire-selectall .login-checkbox .list-checkbox {
  margin-bottom: 0;
}
.expire-selectall .login-checkbox .checkmark {
  border: 1px solid #D8D8D8;
  background-color: #fff;
}
.expire-selectall .login-checkbox .checkmark::after {
  top: 3px;
}

.boxcar-expire {
  display: flex;
  align-items: center;
}
.boxcar-expire .login-checkbox {
  margin-bottom: 0;
  padding-right: 15px;
}
.boxcar-expire .login-checkbox .list-checkbox {
  margin-bottom: 0;
}
.boxcar-expire .login-checkbox .checkmark {
  border: 1px solid #D8D8D8;
  background-color: #fff;
}
.boxcar-expire .login-checkbox .checkmark::after {
  top: 3px;
}
.boxcar-expire .item-mycar {
  width: 100%;
}
.boxcar-expire .mycar-boxline {
  padding-bottom: 0;
}

#button-top {
  display: inline-block;
  position: fixed;
  bottom: 25px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: 0.5s;
}
#button-top img {
  width: 70px;
  height: auto;
}
#button-top:hover {
  cursor: pointer;
  transform: scale(1.1);
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}

.page-performance {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 70px;
}
.page-performance .topic-profilepage,
.page-performance .topicmycarsearch,
.page-performance .topicmycarsearch-sub,
.page-performance .search-carid label,
.page-performance .mycar-name,
.page-performance .mycar-type {
  color: #fff;
}
.page-performance .mycar-idcar {
  color: #A7A7A7;
}
.page-performance .mycar-price {
  color: #59CB4F;
}
.page-performance .mycar-boxline {
  border-top: 0;
  margin-top: 0;
}
.page-performance .score-performance {
  color: #fff;
}
.page-performance .score-performance i {
  padding-right: 3px;
}
.page-performance .box-menuprofile {
  background-color: #181818;
  border: 1px solid rgba(221, 229, 235, 0.2);
}
.page-performance .box-menuprofile ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-performance .box-menuprofile ul li a {
  color: #fff;
}
.page-performance .box-menuprofile ul li a span {
  color: #fff;
}
.page-performance .box-menuprofile ul li a:hover {
  background-color: #000;
}
.page-performance .box-menuprofile ul li:last-child {
  border-bottom: 0;
}
.page-performance .topic-menuprofile {
  color: #F22D2B;
}
.page-performance .topic-menuprofile .svg {
  fill: #fff;
}
.page-performance .topicmycarsearch:before,
.page-performance .topicmycarsearch-sub:before {
  background-image: url(../images/icon-chev-white.svg);
}
.page-performance .wrap-mycarsearch,
.page-performance .wrap-mycarsearch-sub {
  border: 1px solid #2C2C2C;
  background-color: #242424;
}
.page-performance .mycarsearch-type .list-mycarsearch {
  color: #fff;
  border-bottom: 1px solid #373737;
}
.page-performance .mycarsearch-type .list-mycarsearch img {
  display: none;
}
.page-performance .mycarsearch-type .list-mycarsearch .num-mycarsearch {
  color: #fff;
}
.page-performance .mycarsearch-type .list-mycarsearch:hover {
  background-color: #111;
}
.page-performance .mycarsearch-type::-webkit-scrollbar-track {
  background-color: #242424;
}
.page-performance .mycarsearch-type::-webkit-scrollbar-thumb {
  background-color: #1E1E1E;
}
.page-performance .content_mycarsearch input,
.page-performance .content_mycarsearch-sub input {
  background-color: #1E1E1E;
  border: 1px solid #1C1C1C;
  color: #fff;
}
.page-performance .content_mycarsearch input::-moz-placeholder, .page-performance .content_mycarsearch-sub input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.page-performance .content_mycarsearch input::placeholder,
.page-performance .content_mycarsearch-sub input::placeholder {
  color: #fff;
  opacity: 1;
}
.page-performance .content_mycarsearch input:-ms-input-placeholder,
.page-performance .content_mycarsearch-sub input:-ms-input-placeholder {
  color: #fff;
}
.page-performance .content_mycarsearch input::-ms-input-placeholder,
.page-performance .content_mycarsearch-sub input::-ms-input-placeholder {
  color: #fff;
}
.page-performance .search-carid input {
  background-color: #242424;
  border: 1px solid #2C2C2C;
  color: #fff;
}
.page-performance .menu-mycar {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-performance .menu-mycar ul li a {
  border: 0;
  background-color: #1E1E1E;
  color: #fff;
}
.page-performance .menu-mycar ul li a.here, .page-performance .menu-mycar ul li a:hover {
  background-color: #0D62C6;
}
.page-performance .menu-mycar ul li a br {
  display: none;
}
.page-performance .item-mycar {
  background-color: #131313;
  border: 1px solid #2D2D2D;
}

.topic-popupshare {
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
.topic-popupshare span {
  color: #000;
}

.wrap-btnshare {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  margin-top: 30px;
}
.wrap-btnshare .btn-popupshare {
  display: inline-flex;
  background: none;
  border: 0;
  font-size: 2.5rem;
  margin: 0 7px;
  transition: 0.5s;
}
.wrap-btnshare .btn-popupshare:hover {
  transform: scale(1.05);
}
.wrap-btnshare .btn-popupshare.icon-fb {
  color: #3B5897;
}
.wrap-btnshare .btn-popupshare.icon-messenger {
  color: #0084FF;
}
.wrap-btnshare .btn-popupshare.icon-line {
  color: #00C300;
}
.wrap-btnshare .btn-popupshare.icon-twitter {
  color: #00ABED;
}

.frm-popupshare.frm-contactback {
  width: 630px;
}

.txt-copylink {
  color: #000;
  font-size: 1.1rem;
}

.popupshare-link {
  background-color: #eee;
  border-radius: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 6px 0 20px;
  margin: 10px 0 0;
  color: #666;
}
.popupshare-link .box-linkname {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.popupshare-link .btn-copylink {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupshare-link .btn-copylink i {
  font-size: 1.6rem;
}
.popupshare-link .btn-copylink:hover {
  background-color: #ddd;
}

.boxslide-search {
  display: none;
}

.bg-profile-performance .bg-profile {
  background-image: none;
  background: #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.totop-mb {
  display: none;
}

.txt-editnote {
  color: #f00;
  font-size: 0.95rem;
  font-weight: normal;
  margin-bottom: 7px;
}

.item-mycar-edit .item-mycar {
  margin-top: 0;
  margin-bottom: 30px;
}

.btn-noti {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  margin-right: 30px;
}
.btn-noti div {
  position: absolute;
  top: 3px;
  right: -5px;
  width: 22px;
  height: 22px;
  background-color: #C60D0D;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.item-noti {
  display: block;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 7px;
  padding: 10px 15px;
  font-size: 1rem;
  color: #666;
  margin-top: 15px;
}
.item-noti .title-noti {
  font-size: 1.1rem;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-noti .desc-noti {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 3px;
}

.btn-customer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0E1D31;
  color: #fff;
  border-radius: 7px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 0 15px;
  transition: 0.5s;
}
.btn-customer i {
  font-size: 1.1rem;
}
.btn-customer .num-contactcus {
  width: 30px;
  height: 30px;
  background-color: #C60D0D;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 3px;
}
.btn-customer:hover {
  background-color: #02214A;
}

.box-selectdate {
  border-bottom: 1px solid #D9D9D9;
  padding: 30px 0 15px;
  margin-bottom: 30px;
}
.box-selectdate .input-daterange {
  display: flex;
  align-items: center;
}
.box-selectdate .input-daterange input {
  border: 1px solid #E1E1E1;
  text-align: left;
  padding: 6px 15px;
  width: 190px;
  font-size: 0.9rem;
  position: relative;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 12px center;
}
.box-selectdate .input-daterange span {
  padding: 0 20px;
  color: #000;
}
.box-selectdate .input-daterange .txt-daterange {
  padding: 0 12px 0 0;
}
.box-selectdate .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 50px;
}

.wrap-detailcustomer .item_customer {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 7px;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}
.wrap-detailcustomer .detail-contactcus {
  display: none;
  background-color: #FBFBFB;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 12px;
}
.wrap-detailcustomer .detail-contactcus p {
  margin-bottom: 10px;
}
.wrap-detailcustomer .detail-contactcus p span {
  color: #000;
  padding-left: 5px;
}
.wrap-detailcustomer .detail-contactcus p span a {
  color: #0D62C6;
  text-decoration: underline;
}
.wrap-detailcustomer .btn-contactcus {
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 50px;
  height: 20px;
  text-align: right;
}
.wrap-detailcustomer .btn-contactcus img {
  width: 20px;
  opacity: 0.6;
}
.wrap-detailcustomer .box-topiccustomer {
  width: 95%;
}

.customer-carname {
  color: #0D62C6;
  font-size: 1.1rem;
  padding-top: 5px;
  padding-right: 15px;
}
.customer-carname a {
  display: inline-block;
  text-decoration: underline;
  color: #0D62C6;
}

.customer-date {
  padding-top: 5px;
}

.btn-cus-delete {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #999;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  font-size: 0.9rem;
  margin-right: 5px;
}

.status-contactcus {
  display: inline-flex;
  align-items: center;
  height: 38px;
  border-radius: 50px;
  border: 1px solid #E8EEF4;
  background-color: #fff;
  font-size: 0.9rem;
  padding: 0 10px;
  width: 150px;
}
.status-contactcus select {
  background: none;
  border: 0;
  outline: 0;
  width: 98%;
  color: #E98107;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' style='&%2310; fill: %23B9B9B9;&%2310;'%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}

.swal2-title {
  font-weight: normal;
  padding: 15px 0;
  font-size: 1.5rem;
  color: #000;
}

.swal2-actions button {
  font-weight: normal;
  border-radius: 50px !important;
  outline: none !important;
  padding: 0 30px !important;
  height: 38px;
}
.swal2-actions button:focus {
  box-shadow: none !important;
}

.share-contactcus {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 15px;
}
.share-contactcus .wrap-btnshare {
  margin: 0;
}
.share-contactcus .wrap-btnshare .btn-popupshare {
  font-size: 1.65rem;
  margin: 0 25px 0 0;
  display: block;
}
.share-contactcus .wrap-btnshare .btn-popupshare.icon-fb {
  margin-left: 20px;
}

.btn-copy {
  border-radius: 50px;
  border: 0;
  font-size: 0.8rem;
  background-color: #ababab;
  color: #fff;
  padding: 3px 7px;
  width: 70px;
  transition: 0.5s;
  margin-left: auto;
  text-align: center;
  white-space: nowrap;
}
.btn-copy:hover {
  background-color: #666;
}

.listdesc-contact .btnline {
  background-color: #31C139;
  margin-left: 5px;
}
.listdesc-contact .btnline:hover {
  background-color: #333;
}
.listdesc-contact a div {
  display: inline-block;
  padding-left: 5px;
}

.box-inputyear {
  background: rgba(238, 238, 238, 0.1);
  border: 1px solid #525252;
  color: #fff;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  padding: 0 10px 0 15px;
  width: 100%;
  margin-top: 20px;
}
.box-inputyear input {
  width: 100%;
  color: #fff;
  background: none;
  border: 0;
}
.box-inputyear input:focus-visible {
  border: 0;
  box-shadow: none;
  outline: none;
}
.box-inputyear input::-moz-placeholder {
  color: #fff;
}
.box-inputyear input::placeholder {
  color: #fff;
}

.btn-budget {
  background: rgba(238, 238, 238, 0.1);
  border: 1px solid #525252;
  color: #fff;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  padding: 0 10px 0 15px;
}
.btn-budget img {
  transform: rotate(-90deg);
}

.box-budget {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #242629;
  z-index: 2;
  padding: 25px;
  color: #fff;
}
.box-budget-head {
  display: flex;
  justify-content: flex-end;
}
.box-budget-head button {
  border: 0;
  background: none;
  color: #fff;
  padding: 0;
  font-size: 1.5rem;
}
.box-budget h2 {
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
}

.wrap-budget .tab_article_btn {
  text-align: center;
  margin: 15px 0;
}
.wrap-budget .tab_article_btn div {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #BABABA;
  justify-content: center;
  background: rgba(54, 54, 54, 0.5);
  border-radius: 50px;
  border: 1px solid #4B4B4B;
  height: 40px;
  width: 130px;
  font-size: 1rem;
  margin: 0 2px;
  transition: 0.5s;
}
.wrap-budget .tab_article_btn div.active, .wrap-budget .tab_article_btn div:hover {
  background-color: #fff;
  color: #C60D0D;
}

.bg-package {
  background-image: url(../images2/banner-package.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0 100px;
}
.bg-package.bg-order {
  padding-left: 15px;
  padding-right: 15px;
}

.tab-menu-pricing {
  background: rgba(59, 59, 59, 0.6);
  height: 71px;
  border-radius: 50px;
  padding: 6px;
  width: 699px;
  margin: 20px auto 40px;
}

.btn-menu-pricing {
  display: inline-flex;
  width: 340px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #fff;
  transition: 0.5s;
}
.btn-menu-pricing.active {
  background-color: #C60D0D;
}
.btn-menu-pricing.active:hover {
  opacity: 1;
}
.btn-menu-pricing:hover {
  opacity: 0.7;
}

.title-pricing {
  color: #fff;
  font-size: 2.8rem;
}

.sub-topic-pricing {
  color: #B9B9B9;
}
.sub-topic-pricing h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}

.box-package {
  border: 2px solid #393940;
  background: rgba(16, 16, 16, 0.7);
  border-radius: 20px;
  padding: 35px 25px 20px;
  height: 100%;
  transition: 0.5s;
}
.box-package h4 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #2A2A2A;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.box-package:hover {
  background: rgb(16, 16, 16);
}
.box-package-sale {
  font-size: 0.9rem;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.box-package-sale-save {
  background-color: #FFEFEF;
  color: #C60D0D;
  border-radius: 5px;
  display: inline-flex;
  height: 30px;
  align-items: center;
  font-weight: 500;
  margin-right: 10px;
  padding: 0 10px;
}
.box-package-sale-pricesave {
  color: #CDCDCD;
  text-decoration: line-through;
  display: inline-flex;
  height: 30px;
  align-items: center;
}
.box-package-price {
  color: #D3D3D3;
  text-align: center;
  margin: 20px 0 7px;
  line-height: 1;
}
.box-package-price span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}
.box-package-note {
  text-align: center;
  color: #A3A3A3;
  font-size: 0.9rem;
}
.box-package .btn-default {
  width: 100%;
  font-size: 1.15rem;
  justify-content: center;
  height: 50px;
  align-items: center;
  margin: 15px 0 20px;
}
.box-package-spec {
  background-color: #1C1C1C;
  padding: 15px;
  border-radius: 10px;
  min-height: 250px;
}
.box-package-spec-list {
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  width: 100%;
}
.box-package-spec-list div {
  width: 24px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.box-package-spec-list div .svg {
  -o-object-fit: contain;
     object-fit: contain;
}
.box-package-spec-list div .svg * {
  fill: #fff !important;
}

.item-box-package {
  padding: 0 15px;
  margin-top: 15px;
}

.package-reccommend {
  position: relative;
}
.package-reccommend .box-package {
  border: 2px solid #DEDEDE;
}
.package-reccommend .tag-reccommend {
  position: absolute;
  top: -10px;
  left: 5px;
}
.package-reccommend .tag-reccommend img {
  width: 110px;
  height: auto;
}

.form-package-contact {
  width: 785px;
  max-width: 100%;
  border-radius: 10px;
  background: rgba(251, 251, 251, 0.04);
  padding: 25px 25px 0px;
  margin: 25px auto 0;
  border: 1px solid #444444;
}
.form-package-contact .btn-default {
  height: 50px;
  font-size: 1.1rem;
}

.box-package-contact {
  margin-bottom: 30px;
}
.box-package-contact label {
  color: #fff;
  margin-bottom: 7px;
}
.box-package-contact label span {
  color: #f00;
}
.box-package-contact input, .box-package-contact select {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0;
  border: 1px solid #444444;
  background: rgba(251, 251, 251, 0.1);
  padding: 7px 15px;
  color: #fff;
}
.box-package-contact .form-check {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.box-package-contact .form-check input {
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: #fff;
  margin-right: 12px;
}
.box-package-contact .form-check label {
  line-height: 2;
  margin-bottom: 0;
}

.price-select-wrap, .year-select-wrap {
  position: relative;
  width: 100%;
}
.price-select-dropdown, .year-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #383A3D;
  border-radius: 10px;
  width: 100%;
  display: none;
  padding: 15px;
  border: 1px solid #525252;
  margin-top: 10px;
  z-index: 9;
}
.price-select-dropdown span, .year-select-dropdown span {
  display: block;
  width: 20px;
  text-align: center;
}
.price-select-input, .year-select-input {
  width: calc(50% - 10px);
  background: rgba(238, 238, 238, 0.1);
  border: 1px solid #525252;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 7px 15px;
  color: #fff;
}
.price-select-input-flex, .year-select-input-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.price-select-input:focus-visible, .year-select-input:focus-visible {
  border: 0;
  box-shadow: none;
  outline: none;
}
.price-select-input::-moz-placeholder, .year-select-input::-moz-placeholder {
  color: #fff;
}
.price-select-input::placeholder, .year-select-input::placeholder {
  color: #fff;
}
.price-select-option, .year-select-option {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #383A3D;
  display: none;
  margin: 10px 0 0 0;
  padding: 10px;
  z-index: 9;
  height: 300px;
  overflow-y: auto;
}
.price-select-option.price-maximum, .price-select-option.year-maximum, .year-select-option.price-maximum, .year-select-option.year-maximum {
  text-align: right;
}
.price-select-option li, .year-select-option li {
  list-style: none;
  font-size: 0.95rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 5px;
  cursor: pointer;
  transition: 0.5s;
}
.price-select-option li.disabled-option, .year-select-option li.disabled-option {
  display: none;
}
.price-select-option li:hover, .year-select-option li:hover {
  opacity: 0.6;
}

.box-submit-select {
  width: 100%;
}
.box-submit-select button, .box-submit-select a, .box-submit-select div {
  width: 100%;
}

.sel {
  font-size: 1rem;
  display: flex;
  height: 45px;
  width: 100%;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  background: rgba(238, 238, 238, 0.1);
  border: 1px solid #525252;
  color: #fff;
  border-radius: 50px;
  padding: 0 10px;
  top: 7px;
}
.sel::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-chev-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.sel__placeholder {
  display: block;
  padding: 0 10px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  visibility: visible;
  white-space: nowrap;
}
.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7px 25px 5px 15px;
  content: attr(data-placeholder);
  visibility: hidden;
}
.sel.active {
  padding: 10px 15px;
}
.sel.active::before {
  top: 15px;
}
.sel__box {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  list-style-type: none;
  text-align: left;
  background-color: #383A3D;
  border: 1px solid #525252;
  box-sizing: border-box;
  max-height: 350px;
  width: 100%;
  overflow-y: auto;
  border-radius: 10px;
  padding: 10px;
  z-index: 9;
}
.sel__box::-webkit-scrollbar-track {
  background-color: #1a1a1a;
  border-radius: 5px;
}
.sel__box::-webkit-scrollbar {
  width: 6px;
  background-color: #1a1a1a;
  border-radius: 5px;
}
.sel__box::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 3px;
}
.sel__box__options {
  display: list-item;
  color: #FFF;
  padding: 0.5em 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sel__box__options:hover {
  opacity: 0.7;
}
.sel.active::before {
  transform: rotateX(-180deg);
}
.sel.active .sel__placeholder {
  visibility: hidden;
}
.sel.active .sel__placeholder::before {
  visibility: visible;
}
.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.left-boxsearch-money {
  margin-bottom: 10px;
}
.left-boxsearch-money .tab_article_btn {
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.left-boxsearch-money .tab_article_btn div {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #666;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #DDE5EB;
  height: 44px;
  width: 48%;
  font-size: 1rem;
  transition: 0.5s;
}
.left-boxsearch-money .tab_article_btn div.active, .left-boxsearch-money .tab_article_btn div:hover {
  background-color: #C60D0D;
  color: #fff;
}
.left-boxsearch-money .price-select-wrap, .left-boxsearch-money .year-select-wrap {
  background-color: #F8F8F8;
  border: 1px solid #EAEAEA;
  padding: 7px;
  border-radius: 7px;
  margin-top: 5px;
}
.left-boxsearch-money .price-select-wrap .box-inputyear, .left-boxsearch-money .year-select-wrap .box-inputyear {
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #DDE5EB;
  border-radius: 5px;
  padding: 0 5px;
}
.left-boxsearch-money .price-select-wrap .box-inputyear input, .left-boxsearch-money .year-select-wrap .box-inputyear input {
  width: 100%;
  color: #666;
  background: none;
  border: 0;
}
.left-boxsearch-money .price-select-wrap .box-inputyear input:focus-visible, .left-boxsearch-money .year-select-wrap .box-inputyear input:focus-visible {
  border: 0;
  box-shadow: none;
  outline: none;
}
.left-boxsearch-money .price-select-wrap .box-inputyear input::-moz-placeholder, .left-boxsearch-money .year-select-wrap .box-inputyear input::-moz-placeholder {
  color: #666;
}
.left-boxsearch-money .price-select-wrap .box-inputyear input::placeholder, .left-boxsearch-money .year-select-wrap .box-inputyear input::placeholder {
  color: #666;
}
.left-boxsearch-money .price-select-dropdown, .left-boxsearch-money .year-select-dropdown {
  position: relative;
  background-color: #fff;
  border: 1px solid #DDE5EB;
  margin-top: 0;
  border-radius: 5px;
  padding: 7px;
}
.left-boxsearch-money .price-select-input, .left-boxsearch-money .year-select-input {
  background-color: #fff;
  border: 1px solid #DDE5EB;
  color: #666;
  border-radius: 5px;
  padding: 5px;
}
.left-boxsearch-money .price-select-input::-moz-placeholder, .left-boxsearch-money .year-select-input::-moz-placeholder {
  color: #666;
}
.left-boxsearch-money .price-select-input::placeholder, .left-boxsearch-money .year-select-input::placeholder {
  color: #666;
}
.left-boxsearch-money .price-select-option, .left-boxsearch-money .year-select-option {
  background: #fff;
  border: 1px solid #DDE5EB;
  padding: 10px;
  margin: 5px 0 0;
  border-radius: 5px;
}
.left-boxsearch-money .price-select-option li, .left-boxsearch-money .year-select-option li {
  list-style: none;
  font-size: 0.95rem;
  font-weight: 400;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
  transition: 0.5s;
}
.left-boxsearch-money .price-select-option li.disabled-option, .left-boxsearch-money .year-select-option li.disabled-option {
  display: none;
}
.left-boxsearch-money .price-select-option li:hover, .left-boxsearch-money .year-select-option li:hover {
  opacity: 0.6;
}
.left-boxsearch-money .sel {
  background-color: #F8F8F8;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  color: #666;
}
.left-boxsearch-money .sel::before {
  background-image: url(../images/icon-chev-grey.svg);
}
.left-boxsearch-money .sel__box {
  background: #fff;
  border: 1px solid #DDE5EB;
}
.left-boxsearch-money .sel__box__options {
  color: #666;
  border-bottom: 1px solid #D9D9D9;
}

.left-boxsearch-year {
  margin-bottom: 30px;
}

.box-budget-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.box-budget-footer .left-boxsearch-topic2 {
  padding-top: 0;
  margin: 0 0 10px;
}
.box-budget-footer .box-inputyear {
  margin: 0;
}
.box-budget-footer .price-select-option li, .box-budget-footer .year-select-option li {
  color: #fff;
}
.box-budget-footer .sel {
  top: 0;
}
.box-budget-footer .tab_footer_btn div {
  width: 48%;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border: 1px solid #4B4B4B;
  color: #fff;
}
.box-budget-footer .tab_footer_btn div.active {
  background-color: #fff;
  color: #C60D0D;
}

.car-price-discount {
  color: #ACACAC;
  font-size: 0.8rem;
}
.car-price-discount span {
  text-decoration: line-through;
  padding-right: 15px;
}

.box-package-premium {
  margin: 30px auto 0;
  width: 525px;
  max-width: 100%;
}
.box-package-premium .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.box-package-premium .owl-carousel .owl-nav {
  margin-top: 0;
}
.box-package-premium .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/icon-arrow-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  right: -70px;
  transition: 0.5s;
  cursor: pointer;
  transform: rotate(-180deg);
}
.box-package-premium .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.1);
  transform: rotate(-180deg) scale(1.1);
}
.box-package-premium .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/icon-arrow-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  left: -70px;
  transition: 0.5s;
  cursor: pointer;
}
.box-package-premium .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.box-package-premium .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.wrap-pack-premium {
  width: 525px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 15px;
  padding: 70px 20px 50px;
}
.wrap-pack-premium .box-diamond {
  display: inline-flex;
}
.wrap-pack-premium .box-diamond img {
  width: 30px;
  height: auto;
  margin: 0 5px;
}
.wrap-pack-premium h2 {
  font-size: 2.2rem;
  margin: 10px 0 25px;
}
.wrap-pack-premium .box-package-sale-save {
  background: rgb(72, 72, 72);
  background: linear-gradient(270deg, rgb(72, 72, 72) 0%, rgb(125, 125, 125) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 400;
  margin-bottom: 7px;
}
.wrap-pack-premium .box-package-note {
  color: #fff;
  margin-top: 10px;
  font-size: 1rem;
}
.wrap-pack-premium .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  width: 295px;
  height: 46px;
  border-radius: 50px;
  margin: 30px auto 0;
}
.wrap-pack-premium.premium {
  background-image: url(../images2/bg-premium.webp);
  border: 1px solid #AE8E6C;
}
.wrap-pack-premium.premium h2 {
  color: #E4B583;
}
.wrap-pack-premium.premium .box-package-price {
  color: #E4B583;
}
.wrap-pack-premium.premium .box-package-price span {
  color: #E4B583;
}
.wrap-pack-premium.premium .btn-default {
  background: rgb(242, 198, 156);
  background: linear-gradient(97deg, rgb(242, 198, 156) 0%, rgb(194, 140, 89) 100%);
  border: 2px solid rgba(153, 115, 69, 0.7);
}
.wrap-pack-premium.premium .btn-default:hover {
  background: #A67A51;
}
.wrap-pack-premium.probusiness {
  background-image: url(../images2/bg-probusiness.webp);
  border: 1px solid #D4D4D4;
}
.wrap-pack-premium.probusiness h2 {
  color: #E5E5E5;
}
.wrap-pack-premium.probusiness .box-package-price {
  color: #fff;
}
.wrap-pack-premium.probusiness .box-package-price span {
  color: #fff;
}
.wrap-pack-premium.probusiness .btn-default {
  background: rgb(184, 184, 184);
  background: linear-gradient(97deg, rgb(184, 184, 184) 0%, rgb(117, 117, 117) 100%);
  border: 2px solid rgba(204, 204, 204, 0.7);
}
.wrap-pack-premium.probusiness .btn-default:hover {
  background: #777;
}
.wrap-pack-premium.bigbrand {
  background-image: url(../images2/bg-bigbrand.webp);
  border: 1px solid #C2A66F;
}
.wrap-pack-premium.bigbrand h2 {
  color: #EEC55B;
}
.wrap-pack-premium.bigbrand .box-package-price {
  color: #EEC55B;
}
.wrap-pack-premium.bigbrand .box-package-price span {
  color: #EEC55B;
}
.wrap-pack-premium.bigbrand .btn-default {
  background: rgb(212, 177, 114);
  background: linear-gradient(97deg, rgb(212, 177, 114) 0%, rgb(191, 140, 74) 100%);
  border: 2px solid rgba(255, 238, 192, 0.7);
}
.wrap-pack-premium.bigbrand .btn-default:hover {
  background: #C89350;
}

.wrap-order {
  color: #fff;
  padding-right: 50px;
}
.wrap-order h2 {
  font-size: 2.2rem;
}
.wrap-order h2 span {
  color: #C60D0D;
}
.wrap-order-detail {
  border-top: 1px solid #2A2A2A;
  margin-top: 25px;
  padding: 30px 0 5px;
}
.wrap-order-detail .login-checkbox {
  margin-top: 20px;
  margin-bottom: 0;
}
.wrap-order-detail .login-checkbox .checkmark {
  border: 0;
  width: 24px;
  height: 24px;
}
.wrap-order-detail .login-checkbox .checkmark::after {
  width: 7px;
  height: 13px;
  left: 9px;
  top: 3px;
}
.wrap-order-detail .login-checkbox .list-checkbox {
  font-size: 1rem;
  margin-bottom: 0;
}

.topic-cart {
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}
.topic-cart i {
  color: #C60D0D;
  font-size: 0.55rem;
  margin-right: 10px;
}

.bg-orderdetail {
  background: rgba(251, 251, 251, 0.05);
  border: 1px solid #444444;
  border-radius: 10px;
  padding: 15px;
}
.bg-orderdetail p {
  color: #A3A3A3;
  font-size: 0.9rem;
}

.cart-pack-price {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 15px 0;
}
.cart-pack-price .box-package-price {
  display: inline-flex;
  flex-wrap: nowrap;
  font-size: 1rem;
  white-space: nowrap;
  margin: 0 12px 0 0;
}
.cart-pack-price .box-package-price span {
  font-size: 1rem;
  padding-right: 5px;
}
.cart-pack-price .box-package-sale {
  display: inline-flex;
}

.topic-orderdetail {
  font-size: 1.18rem;
}

.md-radio.md-radio-inline {
  display: flex;
  margin: 0 0 10px;
}

.md-radio input[type=radio],
.md-radio input[type=checkbox] {
  display: none;
}

.md-radio input[type=radio]:checked + label:before,
.md-radio input[type=checkbox]:checked + label:before {
  border-color: #C60D0D;
  animation: ripple 0.5s linear forwards;
  background-color: #C60D0D;
}

.md-radio input[type=radio]:checked + label:after,
.md-radio input[type=checkbox]:checked + label:after {
  transform: scale(1);
  background-color: #fff;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 6px;
}

.md-radio label {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: top;
  line-height: 1.6;
  color: #ccc;
  font-weight: 300;
  margin-top: 15px;
}

.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.5s ease;
  transition-property: transform, border-color;
}

.md-radio label:before {
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  background-color: #fff;
}

.md-radio label:after {
  left: 0;
  top: -3px;
}

.box-invoice-form {
  display: none;
  border-radius: 7px;
  padding: 20px;
  background: rgba(251, 251, 251, 0.05);
  border: 1px solid #444444;
  border-radius: 10px;
  margin-bottom: 20px;
}
.box-invoice-form .md-radio.md-radio-inline {
  display: inline-flex;
}
.box-invoice-form .md-radio label {
  margin-top: 0;
}

.box-invoice-type {
  display: none;
  margin-top: 10px;
  padding: 20px 0 0;
  border-top: 1px solid #2A2A2A;
}

.box-sum-cart {
  background: rgba(16, 16, 16, 0.7);
  border: 2px solid #393940;
  border-radius: 10px;
  padding: 25px 15px 5px;
  color: #fff;
}
.box-sum-cart .btn-red {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  font-size: 1.15rem;
  align-items: center;
  margin-top: 30px;
}

.office_branch {
  display: none;
}

.wrap-donate {
  display: none;
}
.wrap-donate .bg-orderdetail {
  margin-bottom: 15px;
}
.wrap-donate .bg-orderdetail .box-package-contact {
  margin-bottom: 0;
}
.wrap-donate .bg-orderdetail .box-package-contact label {
  display: inline-block;
  padding-right: 15px;
}
.wrap-donate .bg-orderdetail .box-package-contact select {
  display: inline-block;
  width: 220px;
}

.txt-cart-price {
  font-weight: 500;
}

.cartright-box {
  border-top: 1px solid #2A2A2A;
  padding: 20px 0;
}

.cartright-price .row {
  margin-bottom: 13px;
}
.cartright-price .row:last-child {
  margin-bottom: 0;
}

.box-input-code {
  display: flex;
  margin-bottom: 10px;
}
.box-input-code input {
  display: inline-flex;
  width: calc(100% - 130px);
  margin-right: 7px;
  height: 45px;
  border-radius: 50px;
  background: rgba(251, 251, 251, 0.1);
  border: 0;
  color: #fff;
  padding: 0 15px;
}
.box-input-code input:focus-visible {
  outline: none;
}
.box-input-code .btn-submitcode {
  background-color: #EDEDED;
  height: 45px;
  border-radius: 50px;
  width: 127px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #404040;
  font-weight: 500;
  transition: 0.5s;
}
.box-input-code .btn-submitcode:hover {
  background-color: #C60D0D;
  color: #fff;
}

.code-error {
  font-size: 0.9rem;
  color: #CC5E5E;
}

.code-success {
  font-size: 0.9rem;
  color: #9B9B9B;
}

.box-code-use {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #5C5C5C;
  border-radius: 50px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0 6px 0 8px;
  font-size: 0.8rem;
}

.btn-del-code {
  color: #B2B2B2;
  border: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  font-size: 1.2rem;
  margin-left: 8px;
  transition: 0.5s;
}
.btn-del-code:hover {
  color: #fff;
}

.txt-totalprice {
  font-size: 1.3rem;
  font-weight: 500;
}

.txt-total-vat {
  color: #CBCBCB;
  font-size: 0.9rem;
}

.wrap-payment-success {
  width: 650px;
  max-width: 100%;
  margin: 40px auto;
  text-align: center;
  color: #fff;
}
.wrap-payment-success-logo img {
  width: 350px;
  height: auto;
}
.wrap-payment-success-thx {
  background: rgba(16, 16, 16, 0.7);
  border: 2px solid #393940;
  border-radius: 25px;
  padding: 45px 30px;
  margin-top: 45px;
}
.wrap-payment-success h4 {
  font-weight: 400;
  margin: 15px 0;
}

.wrap-btn-thx {
  margin-top: 35px;
}
.wrap-btn-thx a, .wrap-btn-thx div, .wrap-btn-thx button {
  display: inline-flex;
  border-radius: 50px;
  height: 47px;
  align-items: center;
  width: 170px;
  justify-content: center;
  font-size: 1.05rem;
  color: #fff;
  border: 0;
  box-shadow: none;
  margin: 0 5px;
  transition: 0.5s;
}
.wrap-btn-thx a:hover, .wrap-btn-thx div:hover, .wrap-btn-thx button:hover {
  opacity: 0.8;
}
.wrap-btn-thx .btn-backhome {
  background-color: #909090;
}
.wrap-btn-thx .btn-viewpack {
  background-color: #C60D0D;
}

.popup-logout {
  text-align: center;
  background-color: #131313;
  border: 2px solid #333;
  padding: 45px 35px;
  color: #fff;
}
.popup-logout h2 {
  font-weight: 400;
  margin-bottom: 20px;
}
.popup-logout .btn-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 50px;
  border: 0;
  box-shadow: none;
  width: 100%;
  font-size: 1.1rem;
  position: relative;
  transition: 0.5s;
}
.popup-logout .btn-logout.logout-user {
  background-color: #fff;
  color: #C60D0D;
}
.popup-logout .btn-logout.logout-all {
  background-color: #C60D0D;
  color: #fff;
}
.popup-logout .btn-logout:hover {
  transform: scale(1.02);
}
.popup-logout .btn-logout i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-size: 1.2rem;
}
.popup-logout .logout-note {
  margin: 20px 0;
}
.popup-logout .logout-note div {
  font-weight: 500;
}

#logout.fancybox-content {
  background: transparent !important;
}

#logout .fancybox-button svg {
  top: 15px;
  right: 15px;
}
#logout .fancybox-button svg path {
  fill: #fff;
}

.txt-deal-slot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.txt-deal-slot div {
  display: inline-block;
  font-weight: 500;
  padding: 0 7px;
}
.txt-deal-slot img {
  margin-right: 12px;
}
.txt-deal-slot span {
  padding: 0 10px;
}

.level-member {
  padding: 0 12px;
}
.level-member.user_member {
  background-color: #DCA883;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.level-member.user_silver {
  background-color: #959595;
  border: 1px solid #D3D3D3;
}
.level-member.user_gold {
  background-color: #DCBD57;
  border: 1px solid #F1E2BB;
}
.level-member.user_platinum {
  background-color: #4D5270;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.level-member .member-arrow {
  transform: rotate(-90deg);
  width: 10px;
  height: 6px;
  margin-left: 10px;
}
.level-member .icon-platinum {
  margin-right: 5px;
  width: 13px;
  height: auto;
}

.box-menudeal {
  background-color: #fff;
  border: 1px solid #DDE5EB;
  border-radius: 10px;
  padding: 5px 15px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.box-menudeal ul {
  padding: 0;
  margin: 0;
}
.box-menudeal ul li {
  list-style: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 0;
}
.box-menudeal ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  padding: 7px 0;
  transition: 0.5s;
}
.box-menudeal ul li a .have-code {
  color: #C60D0D;
  font-size: 0.85rem;
  font-weight: 500;
}
.box-menudeal ul li a .have-code img {
  transform: rotate(-90deg);
  width: 10px;
  height: 6px;
}
.box-menudeal ul li a span {
  color: #C60D0D;
  font-size: 0.85rem;
  font-weight: 500;
}
.box-menudeal ul li a span img {
  transform: rotate(-90deg);
  width: 10px;
  height: 6px;
}
.box-menudeal ul li a:hover {
  color: #C60D0D;
}
.box-menudeal ul li a img {
  width: 20px;
  height: auto;
  margin-right: 7px;
}
.box-menudeal ul li a.btn-yourpack {
  background-color: #41AC6D;
  border-radius: 5px;
  padding-left: 10px;
  color: #fff;
}
.box-menudeal ul li a.btn-yourpack:hover {
  background-color: #1EA053;
}
.box-menudeal ul li a.btn-adddeal {
  background-color: #C60D0D;
  border-radius: 5px;
  padding-left: 10px;
  color: #fff;
}
.box-menudeal ul li a.btn-adddeal:hover {
  background-color: #C60D0D;
}
.box-menudeal ul li a.btn-adddeal.btn-adddeal-mb {
  display: none;
}
.box-menudeal ul li:last-child {
  border-bottom: 0;
}

.mdeal-hide {
  display: none;
}

.box-menudeal-mb li.hide-pc {
  display: none;
}

.wrap-btn-carsold {
  display: inline-flex;
}
.wrap-btn-carsold .mycar-reserve {
  margin-left: 7px;
}
.wrap-btn-carsold .mycar-soldout {
  display: inline-flex;
  align-items: center;
  color: #999;
  font-size: 0.85rem;
  background-color: #F7F7F7;
  border: 1px solid #E8EEF4;
  border-radius: 50px;
  height: 34px;
  padding: 0 15px;
  margin-left: 20px;
  transition: 0.5s;
  white-space: nowrap;
}
.wrap-btn-carsold .mycar-soldout .svg {
  padding-right: 5px;
  fill: #999;
  width: 22px;
  height: auto;
  transition: 0.5s;
}
.wrap-btn-carsold .mycar-soldout:hover, .wrap-btn-carsold .mycar-soldout.active {
  background-color: #C60D0D;
  color: #fff;
  border: 1px solid #C60D0D;
}
.wrap-btn-carsold .mycar-soldout:hover .svg, .wrap-btn-carsold .mycar-soldout.active .svg {
  fill: #fff;
}

.mycar-waitcontact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  background-color: #DE7605;
  border: 1px solid #DE7605;
  border-radius: 50px;
  width: 127px;
  height: 40px;
  transition: 0.5s;
  white-space: nowrap;
  margin-bottom: 13px;
}

.carsold-select {
  margin-top: 30px;
}
.carsold-select h2 {
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.carsold-select .form-select {
  border-radius: 50px;
  width: 205px;
  max-width: 100%;
  display: inline-block;
  color: #666;
  font-size: 0.95rem;
}
.carsold-select .txt-select-month {
  display: inline-block;
  color: #000;
  margin-right: 10px;
}

.page-member {
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 4px solid #E2E7EE;
  padding: 40px 15px;
}
.page-member h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
}
.page-member h3 {
  font-size: 1.1rem;
  font-weight: 400;
}
.page-member.levelclass-member {
  background-image: url(../images2/bg-member.webp);
  border-bottom: 2px solid #D5BDAB;
}
.page-member.levelclass-member h2 {
  color: #7A5F47;
}
.page-member.levelclass-member h3 {
  color: #7A5F47;
}
.page-member.levelclass-classic {
  background-image: url(../images2/bg-classic.webp);
}
.page-member.levelclass-classic h2 {
  color: #fff;
}
.page-member.levelclass-classic h3 {
  color: #F4F4F4;
}
.page-member.levelclass-gold {
  background-image: url(../images2/bg-gold.webp);
  border-bottom: 2px solid #B68C56;
}
.page-member.levelclass-gold h2 {
  color: #fff;
}
.page-member.levelclass-gold h3 {
  color: #fff;
}
.page-member.levelclass-platinum {
  background-image: url(../images2/bg-platinum.webp);
  border-bottom: 2px solid #B2B2B2;
}
.page-member.levelclass-platinum h2 {
  color: #DDB580;
}
.page-member.levelclass-platinum h3 {
  color: #F6D3A4;
}
.page-member.levelclass-platinum .boxtext-memid {
  color: #F6D3A4;
}
.page-member.levelclass-platinum .btn-seetier {
  border: 1px solid #FDF3DB;
  color: #DDB580;
}

.member-boxid {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.member-profile-userid {
  text-align: right;
  color: #fff;
}
.member-profile-userid span {
  font-weight: 500;
}
.member-profile-userid i {
  font-size: 1.5rem;
  padding-right: 5px;
}

.btn-seetier {
  display: inline-flex;
  align-items: center;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  color: #fff;
  padding: 0 15px;
  font-size: 0.9rem;
  margin-top: 12px;
  transition: 0.5s;
}
.btn-seetier img {
  width: 10px;
  height: auto;
  transform: rotate(-90deg);
  margin-left: 15px;
}
.btn-seetier:hover {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.member-boxid {
  margin-top: 15px;
  padding: 15px 25px;
}

.box-memberid {
  display: inline-flex;
  align-items: center;
}
.box-memberid span {
  font-weight: 500;
  color: #000;
  padding-left: 7px;
}

.btn-sentmember {
  background-color: #aaa;
  color: #fff;
  display: inline-flex;
  align-items: center;
  height: 33px;
  text-transform: uppercase;
  font-size: 0.85rem;
  border: 0;
  border-radius: 50px;
  padding: 0 15px;
  margin-left: 30px;
}
.btn-sentmember img {
  margin-left: 8px;
}

.btn-purchase-history {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
.btn-purchase-history i {
  padding-left: 10px;
  font-size: 0.8rem;
}
.btn-purchase-history img {
  margin-right: 10px;
}

.wrap-boxcode {
  margin-bottom: 50px;
}
.wrap-boxcode h3 {
  font-size: 1.4rem;
  color: #000;
}
.wrap-boxcode .bg-boxcode {
  background-color: #EBEBEB;
  border: 1px solid #F3F3F3;
  padding: 20px 20px 0;
}
.wrap-boxcode-member .boxcode .boxcode-boxbutton {
  background-color: #DCA883;
}
.wrap-boxcode-member .boxcode .boxcode-boxbutton .coupon-code .btn-copycode {
  color: #BA7D51;
}
.wrap-boxcode-classic .boxcode .boxcode-boxbutton {
  background-color: #959595;
}
.wrap-boxcode-classic .boxcode .boxcode-boxbutton .coupon-code .btn-copycode {
  color: #8E8E8E;
}
.wrap-boxcode-gold .boxcode .boxcode-boxbutton {
  background-color: #D2AD74;
}
.wrap-boxcode-gold .boxcode .boxcode-boxbutton .coupon-code .btn-copycode {
  color: #A9824A;
}
.wrap-boxcode-platinum .boxcode .boxcode-boxbutton {
  background-color: #1E1E1E;
}
.wrap-boxcode-platinum .boxcode .boxcode-boxbutton .coupon-code .btn-copycode {
  color: #DDB580;
  background-color: #000;
  border: 1px solid #E7CD91;
}

.col-boxcode {
  padding: 0 30px;
  margin-bottom: 20px;
}

.boxcode {
  position: relative;
  height: 125px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.boxcode::before {
  content: "";
  background-image: url(../images2/bg-code.svg);
  width: 14px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: -20px;
}
.boxcode .boxcode-detail {
  background-color: #fff;
  padding: 15px;
  height: 125px;
  color: #000;
}
.boxcode .boxcode-detail h4 {
  margin-bottom: 5px;
  font-size: 1.05rem;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.boxcode .boxcode-detail p {
  font-size: 0.95rem;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.boxcode .boxcode-detail .coupon-timeout {
  color: #666;
  font-size: 0.9rem;
}
.boxcode .boxcode-detail .coupon-timeout i {
  padding-right: 5px;
  font-size: 1.1rem;
}
.boxcode .boxcode-boxbutton {
  background-color: #C60D0D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
  height: 125px;
}
.boxcode .boxcode-boxbutton .coupon-soldout img {
  width: 65px;
  height: auto;
}
.boxcode .boxcode-boxbutton .coupon-used {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 50px;
  padding: 6px 10px 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxcode .boxcode-boxbutton .coupon-code {
  color: #fff;
  text-align: center;
}
.boxcode .boxcode-boxbutton .coupon-code h5 {
  font-size: 0.95rem;
}
.boxcode .boxcode-boxbutton .coupon-code .btn-copycode {
  color: #C60D0D;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  padding: 6px 10px 2px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 0;
  transition: 0.5s;
  background-color: #fff;
}
.boxcode .boxcode-boxbutton .coupon-code .btn-copycode img {
  margin-left: 3px;
  width: 13px;
  height: auto;
  margin-top: -4px;
}
.boxcode .boxcode-boxbutton .coupon-code .btn-copycode:hover {
  transform: scale(1.05);
  opacity: 0.95;
}
.boxcode .nopad {
  padding: 0;
}

.title-orderhis {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 0.9rem;
}
.title-orderhis img {
  width: 28px;
  height: auto;
  margin-right: 5px;
  margin-top: 5px;
}
.title-orderhis span {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
}
.title-orderhis .amount-orderhis {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  padding-right: 5px;
}
.title-orderhis .amount-orderhis span {
  font-size: 1.25rem;
  color: #C60D0D;
}

.wrap-orderhistory {
  width: 1190px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap-orderhistory h3 {
  font-size: 1.4rem;
  color: #000;
}

.box-orderhistory {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.box-orderhistory-list {
  border-bottom: 1px solid #EEEEEE;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-orderhistory-list h5 {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.box-orderhistory-list h5 i {
  color: #C60D0D;
  font-size: 0.5rem;
  padding-right: 9px;
}
.box-orderhistory-list-price {
  font-size: 1.1rem;
  font-weight: 500;
}
.box-orderhistory-list-date {
  font-size: 0.9rem;
  color: #666;
  padding-left: 15px;
}
.box-orderhistory-list:last-child {
  border-bottom: 0;
}

.wrap-seetier {
  background-image: url(../images2/bg-seetier.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}
.wrap-seetier.wrap-seetier-card {
  padding-bottom: 135px;
}

.menu-seetiers {
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #eee;
  padding: 10px 0;
}

.btn-tiers-back {
  color: #A5A5A5;
  display: block;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.btn-tiers-back img {
  transform: rotate(90deg);
  width: 10px;
  height: auto;
  opacity: 0.7;
  margin-right: 5px;
}

.wrap-btntiers {
  text-align: right;
  color: #A5A5A5;
}
.wrap-btntiers a {
  display: inline-block;
  padding-left: 25px;
  transition: 0.5s;
}
.wrap-btntiers a .svg {
  fill: #9E9E9E;
  width: 28px;
  height: auto;
  margin-right: 5px;
  transition: 0.5s;
}
.wrap-btntiers a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 25px;
}
.wrap-btntiers a:hover, .wrap-btntiers a.active {
  color: #FFDF65;
}
.wrap-btntiers a:hover .svg, .wrap-btntiers a.active .svg {
  fill: #FFDF65;
}

.wrap-desc-seetiers {
  padding: 60px 0;
  text-align: center;
}
.wrap-desc-seetiers h3 {
  color: #fff;
  font-weight: 500;
  font-size: 2.7rem;
}

.seetiers-topic-gold {
  background-image: url(../images2/bg-topic-gold.webp);
  background-repeat: no-repeat;
  width: 400px;
  height: 56px;
  background-size: 100%;
  color: #161A1F;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.box-detail-tiers {
  display: inline-flex;
  background: rgba(42, 50, 59, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 870px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
  padding: 60px 80px 40px;
}
.box-detail-tiers .icon-starmember {
  width: 200px;
  display: inline-flex;
}
.box-detail-tiers .icon-starmember img {
  width: 100%;
  height: auto;
}
.box-detail-tiers .desc-starmember {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 200px);
  text-align: left;
  padding-left: 60px;
  color: #fff;
}
.box-detail-tiers .desc-starmember h4 {
  width: 100%;
  color: #FFDF65;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0;
}
.box-detail-tiers .desc-starmember i {
  padding-right: 5px;
}
.box-detail-tiers .desc-starmember img {
  margin-right: 10px;
}
.box-detail-tiers.box-detail-tiers-card {
  padding-top: 40px;
}

.seetiers-member-level {
  text-align: center;
}

.topic-seetier2 {
  color: #FFDF65;
  font-weight: 400;
}
.topic-seetier2 .svg {
  fill: #FFDF65;
  margin: -8px 2px 0 0;
  width: 28px;
}

.seetiers-boxmember {
  display: inline-block;
  vertical-align: top;
  border-radius: 17px;
  width: 220px;
  height: 275px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 30px 10px;
  margin: 15px 10px;
}
.seetiers-boxmember h6 {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1;
}
.seetiers-boxmember h5 {
  font-size: 1.6rem;
}
.seetiers-boxmember img {
  margin-bottom: 20px;
}
.seetiers-boxmember p span {
  font-weight: 500;
}
.seetiers-boxmember .line {
  width: 38px;
  height: 3px;
  border-radius: 5px;
  margin: 20px auto;
}
.seetiers-boxmember.boxmember-level1 {
  background-image: url(../images2/seetier-level1.png);
  border: 1px solid #eee;
}
.seetiers-boxmember.boxmember-level1 img {
  opacity: 0.85;
}
.seetiers-boxmember.boxmember-level1 .line {
  background-color: #455053;
}
.seetiers-boxmember.boxmember-level2 {
  background-image: url(../images2/seetier-level2.png);
  border: 1px solid #FFDF65;
}
.seetiers-boxmember.boxmember-level2 img {
  opacity: 0.7;
}
.seetiers-boxmember.boxmember-level2 .line {
  background-color: #8E5200;
}
.seetiers-boxmember.boxmember-level3 {
  background-image: url(../images2/seetier-level3.png);
  border: 1px solid #767484;
}
.seetiers-boxmember.boxmember-level3 img {
  opacity: 0.7;
}
.seetiers-boxmember.boxmember-level3 .line {
  background-color: #232227;
}

.box-timeout {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: 400;
  padding: 5px 10px;
  display: inline-flex;
  justify-content: space-between;
}
.box-timeout .txt-timeout {
  color: #FFD600;
  font-size: 0.95rem;
}
.box-timeout .txt-timeout i {
  color: #fff;
  padding-right: 3px;
}

.tag-bottom-right {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.tag-bottom-right img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.tag-top-left {
  width: 100px;
  position: absolute;
  top: 10px;
  left: -1px;
  z-index: 1;
}
.tag-top-left img {
  width: 100%;
  height: auto;
  display: block;
}

.tag-top-left2 {
  width: 100px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 1;
}
.tag-top-left2 img {
  width: 100%;
  height: auto;
  display: block;
}

.tag-top-left3 {
  max-width: 70px;
  position: absolute;
  top: 7px;
  left: -8px;
  z-index: 1;
}
.tag-top-left3 img {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.tag-top {
  max-width: 143px;
  position: absolute;
  top: -5px;
  left: 12px;
  z-index: 1;
}
.tag-top img {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  display: block;
}

.item-car {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.item-car:hover figure .cover-car .tag-top-left img,
.item-car:hover figure .cover-car .tag-bottom-right img,
.item-car:hover figure .cover-car .logo-bigbrand img {
  transform: scale(1);
}

.logo-bigbrand {
  width: 65px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
}
.logo-bigbrand img {
  width: 100%;
  height: auto;
}

.package-premium-item {
  background-color: #fff;
}

.wrap-show-pack {
  padding: 0 10%;
  justify-content: flex-start;
}
.wrap-show-pack h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 7px;
  font-size: 1.35rem;
}
.wrap-show-pack .box-package-sale {
  justify-content: flex-start;
}
.wrap-show-pack .box-package-sale-save {
  background: rgb(72, 72, 72);
  background: linear-gradient(270deg, rgb(72, 72, 72) 0%, rgb(125, 125, 125) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 400;
  margin-bottom: 7px;
}
.wrap-show-pack .box-package-sale span {
  color: #fff;
  font-size: 1rem;
  padding-right: 15px;
}
.wrap-show-pack .border-show-pack {
  border: 1px solid #3E3E3E;
  background-color: #F6F7FB;
  margin-top: 10px;
}
.wrap-show-pack .border-show-pack .page-member {
  padding: 15px;
}
.wrap-show-pack .border-show-pack .page-member h3 {
  font-size: 0.9rem;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum {
  border: 0;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum .member-boxid {
  padding: 5px 10px;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum .boxtext-memid {
  font-size: 0.85rem;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum .boxtext-memid i {
  font-size: 0.9rem;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum .btn-seetier {
  font-size: 0.8rem;
  padding: 0 10px;
  height: 35px;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum .btn-purchase-history {
  font-size: 0.9rem;
  margin-top: 6px;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum .btn-purchase-history img {
  width: 15px;
  margin-right: 8px;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum .btn-sentmember {
  font-size: 0.7rem;
  height: 29px;
  padding: 0 12px;
  margin-left: 10px;
}
.wrap-show-pack .border-show-pack .page-member.levelclass-platinum .box-memberid {
  margin-top: 4px;
  font-size: 0.9rem;
}

.tab_vipdetail {
  padding: 30px;
  text-align: center;
  font-weight: 500;
  color: #333;
}
.tab_vipdetail .col-itemcar {
  width: 350px;
  margin: 0 auto;
}
.tab_vipdetail .col-itemcar .item-car {
  margin-bottom: 10px;
  text-align: left;
}
.tab_vipdetail .col-itemcar .item-car figure figcaption {
  padding: 15px 15px 10px;
  font-weight: 400;
}
.tab_vipdetail .col-itemcar .item-car figure figcaption .car-name {
  font-size: 1.05rem;
}
.tab_vipdetail .col-itemcar .item-car figure figcaption .car-series {
  font-size: 0.85rem;
  margin: 0;
}
.tab_vipdetail .col-itemcar .item-car figure figcaption .descpro-car,
.tab_vipdetail .col-itemcar .item-car figure figcaption .txt-readmore,
.tab_vipdetail .col-itemcar .item-car figure figcaption .txt-gear {
  font-size: 0.85rem;
}
.tab_vipdetail .col-itemcar .item-car figure figcaption .car-price {
  font-size: 1.1rem;
}

.package-premium-padding {
  padding: 40px 20px;
}
.package-premium-padding .topic-premium-item {
  color: #000;
  font-size: 1.25rem;
}
.package-premium-padding .box-logobigbrand {
  border: 1px solid #757575;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.package-premium-padding .box-logobigbrand .logobigbrand {
  width: 75px;
}
.package-premium-padding .box-logobigbrand .logobigbrand img {
  width: 100%;
  height: auto;
}
.package-premium-padding .box-logobigbrand h6 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #979797;
  margin-bottom: 0;
}
.package-premium-padding .box-campane {
  margin: 40px 0;
}
.package-premium-padding .box-campane .tab_vip_btn .btn-vip {
  border: 1px solid #000;
  margin-bottom: 7px;
  border-radius: 5px;
  height: 47px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  transition: 0.5s;
  cursor: pointer;
}
.package-premium-padding .box-campane .tab_vip_btn .btn-vip.active, .package-premium-padding .box-campane .tab_vip_btn .btn-vip:hover {
  background-color: #000;
  color: #fff;
}
.package-premium-padding .box-campane .tab_vip_btn .btn-vip.disable {
  cursor: not-allowed;
  background-color: #F5F5F7;
  border: 1px solid #E9E9E9;
  color: #878787;
}
.package-premium-padding .box-campane .tab_vip_btn .btn-vip.disable i {
  display: none;
}
.package-premium-padding .box-bannerpromote {
  font-size: 0.85rem;
  color: #979797;
}
.package-premium-padding .box-bannerpromote p {
  margin-bottom: 10px;
}
.package-premium-padding .box-bannerpromote h3 {
  margin-bottom: 5px;
}
.package-premium-padding .box-bannerpromote .photo-bannerpromote {
  border-radius: 10px;
  overflow: hidden;
}
.package-premium-padding .box-bannerpromote .photo-bannerpromote img {
  width: 100%;
  height: auto;
}

.bg-show-pack.bg-package {
  padding: 40px 0;
}

.col-card-member {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.col-card-member .txt-cardlevel {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.2;
  margin-top: -20px;
}
.col-card-member .photo-membercard img {
  width: 150px;
  height: auto;
  opacity: 0.35;
}
.col-card-member::before {
  content: "";
  width: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.col-card-member:first-child::before {
  border-radius: 15px 0 0 15px;
}
.col-card-member:last-child::before {
  border-radius: 0 15px 15px 0;
}
.col-card-member.member-past::before {
  background: #FFDF65;
}
.col-card-member.member-active::before {
  background: linear-gradient(90deg, rgb(255, 223, 101) 50%, rgba(255, 255, 255, 0.1) 50%);
}
.col-card-member.member-active::after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FFDF65;
}
.col-card-member.member-active .txt-cardlevel {
  opacity: 1;
}
.col-card-member.member-active .photo-membercard img {
  opacity: 1;
}

.row-cardmember {
  margin: 0 auto;
}

.topic-special-level {
  width: 870px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.topic-special-level h3 {
  white-space: nowrap;
  margin-bottom: 0;
}
.topic-special-level::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  margin-left: 15px;
}

.member-boxpad {
  padding: 0 30px;
}
.member-boxpad h3 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
}
.member-boxpad h4 {
  color: #333;
  font-size: 1.15rem;
  font-weight: 400;
}
.member-boxpad .tab-member {
  color: #fff;
  border-radius: 10px 10px 0 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.8;
}
.member-boxpad .tab-member-lv1 {
  background-color: #DCA883;
}
.member-boxpad .tab-member-lv2 {
  background-color: #959595;
}
.member-boxpad .tab-member-lv3 {
  background-color: #DCBD57;
}
.member-boxpad .tab-member-lv4 {
  background-color: #4D5270;
}
.member-boxpad .card-colpad {
  padding: 0 4px;
}
.member-boxpad .card-colpad .txt-point {
  font-size: 1.2rem;
  font-weight: 500;
}
.member-boxpad .card-colpad .txt-point.point-lv1 {
  color: #DCA883;
}
.member-boxpad .card-colpad .txt-point.point-lv1 .svg {
  fill: #DCA883;
}
.member-boxpad .card-colpad .txt-point.point-lv2 {
  color: #959595;
}
.member-boxpad .card-colpad .txt-point.point-lv2 .svg {
  fill: #959595;
}
.member-boxpad .card-colpad .txt-point.point-lv3 {
  color: #DCBD57;
}
.member-boxpad .card-colpad .txt-point.point-lv3 .svg {
  fill: #DCBD57;
}
.member-boxpad .card-colpad .txt-point.point-lv4 {
  color: #4D5270;
}
.member-boxpad .card-colpad .txt-point.point-lv4 .svg {
  fill: #4D5270;
}
.member-boxpad .card-colpad .txt-point.not-special {
  display: none;
}
.member-boxpad.bgwhite-member {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-special-member {
  width: 920px;
  max-width: 100%;
  margin: -100px auto 0;
}

.bg-blue {
  background-color: #F6F7FB;
  padding-bottom: 60px;
}

.bg-topic-special {
  background-image: url(../images2/bg-special.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 10px 15px 8px;
  border-radius: 10px;
  color: #FFDF65;
  font-size: 1.15rem;
  margin-top: 15px;
}

.special-list {
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.special-list .row {
  align-items: center;
}
.special-list .row h5 {
  color: #333;
  font-size: 1.05rem;
  margin-bottom: 0;
  padding-left: 15px;
}

.menu-specialdeal.menu-mycar {
  border-bottom: 0;
}
.menu-specialdeal.menu-mycar ul li a {
  min-width: 120px;
  justify-content: center;
  text-align: center;
}
.menu-specialdeal.menu-mycar ul li a br {
  display: none;
}

.wrap-menu-specialdeal {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 50px;
}

.txt-deal-remaining {
  text-align: right;
  color: #000;
  margin-top: 40px;
}
.txt-deal-remaining span {
  color: #C60D0D;
  font-weight: 500;
}

.topic-dealspecial {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
}

.wrpa-topic-dealspecial {
  margin-bottom: 20px;
}
.wrpa-topic-dealspecial .btn-default img {
  width: 18px;
  height: auto;
  margin-left: 5px;
}
.wrpa-topic-dealspecial p span {
  color: #C60D0D;
}

.wrap-topic-changedeal {
  margin-bottom: 0;
}
.wrap-topic-changedeal.wrpa-topic-dealspecial {
  margin-bottom: 0;
}

.deal-nametype {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.box-item-cardeal .item-car {
  height: auto;
}
.box-item-cardeal .item-car figure figcaption .car-name {
  font-size: 1rem;
}
.box-item-cardeal .item-car figure figcaption .car-series {
  font-size: 0.95rem;
}
.box-item-cardeal .item-car figure figcaption .car-price {
  font-size: 1.2rem;
}

#popup-adddeal, #popup-editprice {
  width: 650px;
  max-width: 100%;
}
#popup-adddeal .popup-logout, #popup-editprice .popup-logout {
  border-radius: 20px;
}
#popup-adddeal .popup-logout .logo-top, #popup-editprice .popup-logout .logo-top {
  width: 350px;
  height: auto;
  max-width: 100%;
  margin: 0 auto 40px;
}
#popup-adddeal .popup-logout h3, #popup-editprice .popup-logout h3 {
  font-size: 1.55rem;
  font-weight: 400;
  color: #fff;
}
#popup-adddeal .popup-logout p, #popup-editprice .popup-logout p {
  color: #D4D4D4;
  font-size: 1.1rem;
}

#popup-adddeal.fancybox-content,
#popup-editprice.fancybox-content {
  background: transparent !important;
}

#popup-adddeal .fancybox-button svg,
#popup-editprice .fancybox-button svg {
  top: 20px;
  right: 20px;
}

#popup-editprice .popupdeal-totalprice {
  margin-top: 25px;
}

#popup-editprice .wrap-btn-thx button, #popup-editprice .wrap-btn-thx a {
  width: 140px;
}

.popupdeal-txt-amount {
  color: #fff;
  text-align: left;
}
.popupdeal-txt-amount span {
  color: #C60D0D;
}

.popupdeal-txt-note {
  color: #9D9D9D;
  font-size: 0.95rem;
  text-align: left;
}

.popupdeal-input input {
  border-radius: 50px;
  width: 100%;
  border: 1px solid #444444;
  background: rgba(251, 251, 251, 0.1);
  padding: 7px 15px;
  color: #fff;
}
.popupdeal-input input:focus-visible {
  outline: none;
}

.popupdeal-totalprice {
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  text-align: left;
  font-size: 1.1rem;
  margin: 15px 0 25px;
  padding: 25px 0;
}
.popupdeal-totalprice span {
  font-size: 1.25rem;
  font-weight: 500;
}

.popupdeal-amount {
  margin-top: 30px;
}

.txt-amount-car {
  margin-top: 10px;
  text-align: left;
}

.head-cartdeal {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.table-list-cartdeal {
  color: #ccc;
  font-size: 0.9rem;
}
.table-list-cartdeal div {
  font-size: 1.1rem;
  color: #fff;
}

.list-cartdeal input {
  border-radius: 50px;
  width: 130px;
  border: 1px solid #444444;
  background: rgba(251, 251, 251, 0.1);
  padding: 7px 15px;
  color: #fff;
  text-align: center;
}
.list-cartdeal input:focus-visible {
  outline: none;
}

.adddeal-item .item-mycar-cover {
  width: 100%;
}
.adddeal-item .adddeal-desc {
  width: 100%;
  padding: 15px;
}
.adddeal-item .mycar-name {
  font-size: 0.95rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.deal-selectcar {
  border-radius: 50px;
  border: 1px solid #DFDFDF;
  background-color: #E6E6E6;
  color: #666;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 33px;
  padding: 0 10px 0 5px;
  margin-top: 10px;
  transition: 0.5s;
  font-size: 0.9rem;
}
.deal-selectcar i {
  color: #979797;
  font-size: 1.35rem;
  margin-right: 8px;
  transition: 0.5s;
}
.deal-selectcar.selected, .deal-selectcar:hover {
  background-color: #C60D0D;
  border: 1px solid #C60D0D;
  color: #fff;
}
.deal-selectcar.selected i, .deal-selectcar:hover i {
  color: #fff;
}

.btn-changedeal.deal-selectcar {
  width: auto;
  padding: 0 15px;
  display: inline-flex;
  min-width: 80px;
  justify-content: center;
  margin-right: 5px;
}

.note-notdeal {
  margin-top: 15px;
}

.btn-backdeal {
  background-color: #8B8B8B;
  border: 1px solid #B7B7B7;
  color: #fff;
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 0.95rem;
  transition: 0.5s;
}
.btn-backdeal:hover {
  background-color: #333;
}

.item-changedeal {
  margin-bottom: 60px;
}
.item-changedeal .item-car {
  margin-bottom: 15px;
}

.wrap-breadcrumb {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.wrap-breadcrumb h1 {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.6;
}
.wrap-breadcrumb .breadcrumb {
  margin-bottom: 10px;
  font-size: 0.9rem;
  white-space: nowrap;
}
.wrap-breadcrumb .breadcrumb .breadcrumb-item {
  position: relative;
}
.wrap-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #666;
  transition: 0.5s;
}
.wrap-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #C60D0D;
}
.wrap-breadcrumb .breadcrumb .breadcrumb-item a span {
  padding-left: 2px;
}
.wrap-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #000;
}
.wrap-breadcrumb .breadcrumb .breadcrumb-item.active span {
  padding-left: 2px;
}
.wrap-breadcrumb .breadcrumb .breadcrumb-item:first-child a {
  padding-left: 0;
}
.wrap-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url(../images/icon-chev-grey.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  transform: rotate(-90deg);
}

@keyframes blinker {
  from {
    background-color: #DE7605;
  }
  to {
    background-color: #C60D0D;
  }
}
.blink {
  text-decoration: blink;
  animation-name: blinker;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.wrap-errorpage {
  margin-top: 70px;
  border-bottom: 2px solid #eee;
  padding-bottom: 35px;
}
.wrap-errorpage h1 {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 7px;
}
.wrap-errorpage a.more-link {
  text-transform: uppercase;
  font-size: 16px;
  background-color: #C60D0D;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  text-decoration: none;
  margin-top: 15px;
}

.wrap-desc-yourpack {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  margin-top: 20px;
}

.wrap-yourpack {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 30px 30px;
  margin-top: 25px;
}
.wrap-yourpack-name {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
}
.wrap-yourpack-date {
  font-size: 0.85rem;
  text-align: right;
}
.wrap-yourpack-date span {
  color: #000;
  font-size: 0.9rem;
  padding-left: 7px;
  font-weight: 500;
}
.wrap-yourpack-detail {
  background-color: #F8F8F8;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 7px;
}
.wrap-yourpack-detail-list {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.wrap-yourpack-detail-list div {
  color: #000;
}
.wrap-yourpack-detail-list div span {
  color: #C60D0D;
  font-weight: 500;
}
.wrap-yourpack-detail-list:last-child {
  border-bottom: 0;
}

.list-yourpack-bg {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 10px 15px 15px;
  margin: 20px 0 5px;
}
.list-yourpack-bg-grey {
  background-color: #F8F8F8;
  border-radius: 5px;
  margin-top: 7px;
  padding: 7px 12px;
  font-size: 0.85rem;
  color: #666;
}
.list-yourpack-bg-grey span {
  color: #000;
}
.list-yourpack-bg-name {
  font-size: 0.85rem;
  color: #000;
}
.list-yourpack-bg-name span {
  color: #C60D0D;
  font-weight: 500;
  padding-right: 5px;
  font-size: 0.9rem;
}
.list-yourpack-bg-time {
  color: #000;
  font-weight: 500;
  font-size: 0.9rem;
}
.list-yourpack-bg-time span {
  color: #C60D0D;
}

.box-text-notfound {
  text-align: center;
}
.box-text-notfound img {
  height: 150px;
  margin: 25px 0 30px;
}
.box-text-notfound h1 {
  color: #C60D0D;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.txt-carseo-notfound {
  color: #C60D0D;
  font-size: 1.3rem;
  margin-bottom: 25px;
}

/*responsive*/
@media (min-width: 1700px) {
  .container {
    max-width: 1650px;
  }
}
@media (max-width: 1600px) {
  .search-range {
    margin-bottom: 15px;
  }
  .carsearch-input {
    margin: 15px 0 20px;
  }
  .carsearch-radio {
    margin-bottom: 10px;
  }
  .box-search-car {
    padding: 20px 23px;
  }
  .short-desc-search {
    font-size: 0.95rem;
  }
  .topic-carsearch {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .topic-carsearch .svg {
    width: 50px;
    height: auto;
  }
  .numbers {
    width: 62%;
  }
  .homeitem-button {
    width: 37.5%;
  }
  .row-item-postcar {
    margin: 30px -20px 0;
  }
  .row-item-postcar .item-postcar {
    padding: 0 -20px;
  }
  .row-item-postcar .item-postcar a figure figcaption h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .home-itemnews figure figcaption {
    line-height: 1.5;
    padding-top: 10px;
  }
  .home-itemnews figure figcaption .news-date {
    font-size: 0.85rem;
  }
  .home-itemnews figure figcaption .item-topicnews {
    margin-bottom: 2px;
  }
  .photo-average figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .photo-average figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 68.4931506849%;
  }
  .photo-average figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .photo-average figure:hover > img {
    transform: scale(1);
  }
  .wrap-left-boxsearch {
    margin-right: 25px;
  }
  .left-boxsearch-desc .car-radio {
    margin-right: 25px;
  }
  .advance-boxgear label span {
    width: 95px;
  }
  .slide-wrapper .car-booked div {
    font-size: 3.4rem;
  }
  .box-txtlogin {
    padding-left: 30px;
  }
  .box-menuprofile {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .search-range {
    font-size: 0.9rem;
    padding: 5px 10px;
  }
  .ui-slider .ui-slider-handle {
    width: 1em;
    height: 1em;
    margin-top: 3px;
  }
  .topic-carsearch {
    font-size: 1.4rem;
  }
  .topic-carsearch .svg {
    width: 43px;
  }
  .checkmark {
    width: 20px;
    height: 20px;
  }
  .car-radio {
    padding-left: 29px;
  }
  .carsearch-input {
    margin: 7px 0 15px;
  }
  .carsearch-input input {
    height: 42px;
  }
  .carsearch-radio {
    margin-bottom: 0;
  }
  .box-sliderrange {
    padding-top: 10px;
  }
  .btn-advancesearch {
    margin-top: 15px;
  }
  .btn-searchcar {
    height: 45px;
    margin-top: 20px;
  }
  .boxshow-advance {
    font-size: 0.75rem;
  }
  .boxshow-advance button {
    margin: 0 1px;
  }
  .boxshow-advance button i {
    font-size: 1rem;
    padding-left: 0px;
  }
  .desc-cardetail {
    padding-top: 0;
  }
  .desc-cardetail h1 {
    font-size: 1.9rem;
  }
  .wrap-alsolike .item-car {
    border-radius: 10px;
  }
  .wrap-alsolike .item-car figure .cover-car {
    border-radius: 10px 10px 0 0;
  }
  .wrap-alsolike .item-car figure figcaption {
    padding: 15px 15px 10px;
  }
  .wrap-alsolike .item-car figure figcaption .car-name {
    font-size: 1.15rem;
  }
  .wrap-alsolike .item-car figure figcaption .car-series {
    font-size: 0.9rem;
  }
  .wrap-alsolike .item-car figure figcaption .car-province {
    margin-bottom: 7px;
  }
  .wrap-alsolike .item-car figure figcaption .txt-readmore {
    font-size: 0.85rem;
  }
  .box-itemcar .item-car figure figcaption .car-price {
    font-size: 1.3rem;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car {
    width: 33%;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption {
    width: 67%;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar {
    padding-left: 5px;
    padding-right: 10px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series {
    margin: 3px 0;
  }
  .tag-bottom-right img {
    height: 43px;
  }
  .wrap-show-pack {
    padding: 0 7%;
  }
  .package-premium-padding {
    padding: 30px 10px;
  }
  .box-menudeal, .btn-customer {
    margin-right: 20px;
  }
}
@media (max-width: 1380px) {
  .container {
    max-width: 1300px;
  }
  .box-search-car {
    padding: 15px 18px;
    line-height: 1.5;
  }
  .topic-carsearch {
    margin-bottom: 5px;
  }
  .carsearch-radio {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .topic-home {
    font-size: 2rem;
  }
  .homeitem-button {
    width: 43%;
  }
  .numbers {
    width: 56%;
  }
  .home-newcar {
    padding-bottom: 40px;
  }
  .home-itemnews figure .cover-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .home-itemnews figure .cover-news::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 64.5161290323%;
  }
  .home-itemnews figure .cover-news > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .home-itemnews figure .cover-news:hover > img {
    transform: scale(1.1);
  }
  .item-allnews {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .box-latestupdate .news-latest {
    margin-bottom: 70px;
  }
  .desc-cardetail {
    padding-left: 25px;
  }
  .desc-cardetail .box-listdesc {
    margin-top: 22px;
    padding-top: 22px;
  }
  .recent-clickall {
    font-size: 1.8rem;
  }
  .average-bar {
    margin-top: 25px;
  }
  .average-bar .item-bar .animated-progress {
    height: 160px;
  }
  .box-average {
    padding: 20px 15px;
  }
  .wrap-left-boxsearch {
    margin-right: 10px;
  }
  .left-boxsearch-topic2 {
    font-size: 1rem;
  }
  .left-boxsearch-topic {
    margin-bottom: 0;
  }
  .left-boxsearch {
    padding: 20px 15px;
  }
  .box-itemcar .item-car {
    border-radius: 10px;
  }
  .box-itemcar .item-car figure .cover-car {
    border-radius: 10px 10px 0 0;
  }
  .box-itemcar .item-car figure figcaption {
    padding: 15px 15px 10px;
  }
  .box-itemcar .item-car figure figcaption .car-name {
    font-size: 1.2rem;
  }
  .box-itemcar .item-car figure figcaption .car-series {
    font-size: 0.9rem;
    margin: 2px 0;
  }
  .box-itemcar .item-car figure figcaption .txt-gear {
    font-size: 0.9rem;
  }
  .box-itemcar .item-car figure figcaption .txt-gear img {
    width: 9px;
  }
  .box-itemcar .item-car figure figcaption .car-price {
    font-size: 1.2rem;
  }
  .box-itemcar .row-itemcar {
    margin: 0 -10px;
  }
  .box-itemcar .row-itemcar .col-itemcar {
    padding: 0 10px;
  }
  .box-itemcar .car-year {
    font-size: 1.5rem;
  }
  .box-txtlogin h1 {
    font-size: 2.4rem;
  }
  .box-txtlogin .txt-login01 {
    font-size: 1.4rem;
  }
  .box-login h2 {
    font-size: 2.2rem;
    margin-bottom: 22px;
  }
}
@media (max-width: 1199px) {
  .box-search-car {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
  }
  .box-search-car .box-searchrange {
    display: flex;
    justify-content: space-between;
  }
  .box-search-car .box-searchrange .search-range {
    width: 49%;
    padding: 10px;
    margin-bottom: 0;
  }
  .short-desc-search,
  .carsearch-input {
    width: 100%;
  }
  .wrap-boxadvance {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .carsearch-radio {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-searchcar {
    font-size: 1rem;
    padding: 0 25px;
    height: 41px;
  }
  .carsearch-input {
    margin-bottom: 25px;
  }
  .box-carslide .owl-carousel .owl-nav .owl-prev {
    width: 23px;
    height: 23px;
    left: -40px;
  }
  .box-carslide .owl-carousel .owl-nav .owl-next {
    width: 23px;
    height: 23px;
    right: -40px;
  }
  .box-carslide {
    margin: 30px 40px 0;
  }
  .bg-findcar .desc-findcar .topic-findcar {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .bg-findcar .desc-findcar .topic-findcar .svg {
    width: 43px;
  }
  .bg-findcar .desc-findcar p {
    font-size: 1.1rem;
  }
  .bg-findcar .desc-findcar a {
    height: 41px;
    padding: 0 22px;
  }
  .topic-home {
    font-size: 1.7rem;
  }
  .topic-home i {
    font-size: 1.3rem;
    padding-right: 10px;
  }
  .home-bestsearch .owl-carousel .owl-nav .owl-next,
  .home-bestsearch .owl-carousel .owl-nav .owl-prev {
    top: -57px;
  }
  .home-bestsearch {
    margin-top: 45px;
  }
  .item-car {
    border-radius: 7px;
  }
  .item-car figure .cover-car {
    border-radius: 7px 7px 0 0;
  }
  .item-car figure figcaption .car-price {
    font-size: 1.3rem;
  }
  .numbers {
    width: 100%;
  }
  .numbers .photocar-number img {
    width: 255px;
  }
  .numbers .box-itemnum {
    top: 43px;
    left: 50px;
  }
  .numbers .box-itemnum .item-num {
    font-size: 1rem;
  }
  .numbers .box-itemnum .item-num .txt-num {
    font-size: 1.4rem;
  }
  .bghome-item {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .homeitem-button {
    display: none;
  }
  .row-item-postcar .item-postcar {
    padding: 0 10px;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost {
    border-radius: 8px;
  }
  .row-item-postcar .item-postcar a figure figcaption {
    bottom: 20px;
    left: 17px;
  }
  .row-item-postcar .item-postcar a figure figcaption .btn-itempostcar {
    height: 40px;
    padding: 0 15px;
  }
  .row-item-postcar .item-postcar a figure figcaption h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .row-item-postcar .item-postcar a figure figcaption p {
    margin-bottom: 12px;
  }
  .home-newcar {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .row-itemcar {
    margin: 0 -15px;
  }
  .row-itemcar .col-itemcar {
    padding: 0 15px;
  }
  .item-car {
    margin-bottom: 40px;
  }
  .item-car figure figcaption {
    padding: 15px 15px 10px;
  }
  .item-car figure figcaption .car-name {
    font-size: 1.1rem;
  }
  .item-car figure figcaption .car-series {
    margin: 0;
    font-size: 0.95rem;
  }
  .home-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-news .home-news-lg .home-itemnews figure .cover-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .home-news .home-news-lg .home-itemnews figure .cover-news::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.4516129032%;
  }
  .home-news .home-news-lg .home-itemnews figure .cover-news > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .home-news .home-news-lg .home-itemnews figure .cover-news:hover > img {
    transform: scale(1.1);
  }
  .home-itemnews figure .cover-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .home-itemnews figure .cover-news::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.4516129032%;
  }
  .home-itemnews figure .cover-news > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .home-itemnews figure .cover-news:hover > img {
    transform: scale(1.1);
  }
  .box-linkcarseo {
    margin-top: 50px;
    margin-bottom: 5px;
  }
  .box-linkcarseo .box-linkcar h2 {
    line-height: 1.5;
  }
  .boxshow-advance {
    order: -1;
    width: 100%;
    margin-top: 15px;
  }
  .bg-findcar {
    display: none;
  }
  .wrap-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .box-latestupdate .news-latest {
    margin-bottom: 50px;
  }
  .box-latestupdate .news-latest .desc-latestnews {
    padding-left: 20px;
  }
  .box-latestupdate .news-latest .desc-latestnews h2 {
    font-size: 1.4rem;
  }
  .box-latestupdate .news-latest .desc-latestnews .news-shortdesc {
    margin-bottom: 25px;
  }
  .box-latestupdate .news-latest:last-child .desc-latestnews {
    padding-right: 20px;
  }
  .item-allnews {
    padding: 0 10px;
  }
  .item-allnews .home-itemnews figure figcaption .item-topicnews {
    height: 50px;
    margin-bottom: 10px;
  }
  .news-detail h1 {
    font-size: 1.7rem;
  }
  .news-boxshare {
    margin-bottom: 15px;
  }
  .wrap-recentnews .owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    right: -45px;
  }
  .wrap-recentnews .owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    left: -45px;
  }
  .head-updateprice .updateprice-select .carsearch-input {
    width: 200px;
  }
  .desc-cardetail {
    padding-left: 15px;
  }
  .desc-cardetail h1 {
    font-size: 1.8rem;
  }
  .item-recentlist figure figcaption {
    padding: 5px 12px;
  }
  .item-recentlist figure figcaption .price-recentlist {
    font-size: 1.05rem;
  }
  .wrap-alsolike .item-car figure figcaption .txt-readmore {
    display: none;
  }
  .wrap-alsolike .item-car figure figcaption .txt-gear {
    font-size: 0.9rem;
  }
  .wrap-alsolike .item-car figure figcaption .txt-gear img {
    width: 8px;
    margin-right: 5px;
  }
  .wrap-alsolike .item-car figure figcaption .car-price {
    font-size: 1.1rem;
  }
  .wrap-alsolike .item-car figure figcaption .text-end {
    text-align: left !important;
    line-height: 1.3;
  }
  .wrap-left-boxsearch {
    margin-right: 20px;
  }
  .item-filter {
    font-size: 0.9rem;
    margin-right: 30px;
  }
  .item-filter select {
    margin-left: 5px;
  }
  .item-filter img {
    width: 15px;
    margin-right: 2px;
  }
  .box-changelayout {
    margin-left: 5px;
  }
  .box-changelayout button .svg {
    margin: 0 3px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car {
    width: 52%;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 10px 10px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar {
    width: 100%;
    display: flex;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price {
    width: 100%;
    display: flex;
    align-content: flex-start;
    border: 0;
    height: auto;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price .col-md-6 {
    width: 50%;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price .text-end {
    text-align: left !important;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .linecontent {
    display: block;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .txt-readmore {
    display: none;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .car-province {
    margin-bottom: 5px;
  }
  .box-frmhelpcar .topic-frmhelpcar img {
    width: 45px;
  }
  .box-frmhelpcar .topic-frmhelpcar span {
    font-size: 1.4rem;
  }
  .box-frmhelpcar {
    padding-bottom: 15px;
  }
  .box-frmhelpcar form {
    display: flex;
    flex-wrap: wrap;
  }
  .box-frmhelpcar form div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .box-frmhelpcar form div input {
    width: 47.5%;
    margin-bottom: 15px;
  }
  .slide-wrapper .car-booked div {
    font-size: 3rem;
  }
  .box-txtlogin {
    padding-left: 0;
  }
  .box-txtlogin h1 {
    font-size: 2rem;
  }
  .box-txtlogin .txt-login01 {
    font-size: 1.3rem;
  }
  .box-login {
    border-radius: 15px;
    padding: 20px;
  }
  .box-login h2 {
    font-size: 2rem;
  }
  .box-login .box-desclogin .box-descsms-topic3 {
    font-size: 1.1rem;
  }
  .box-login .box-desclogin .box-descsms-topic2 {
    font-size: 1.6rem;
  }
  .box-login .box-desclogin .box-descsms-topic1 {
    font-size: 1.15rem;
  }
  .wrap-login {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .box-editprofile {
    padding-left: 30px;
  }
  .wrap-itempost {
    width: 950px;
  }
  .wrap-itempost .item-postcar {
    width: 300px;
  }
  .wrap-itempost .item-postcar h2 {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .frm-step .car-radio {
    margin-right: 30px;
  }
  .bg-profile .avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    border: 3px solid #F8F8F8;
  }
  .bg-profile .avatar-upload .avatar-edit {
    right: 10px;
  }
  .bg-profile .avatar-upload .avatar-edit input + label {
    width: 35px;
    height: 35px;
  }
  .bg-profile .avatar-upload .avatar-edit input + label:after {
    width: 35px;
    height: 35px;
  }
  .profile-boxbtn a {
    height: 46px;
    font-size: 1rem;
  }
  .bg-profile {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .profile-name {
    font-size: 1.8rem;
  }
  .wrap-mycarsearch, .wrap-mycarsearch-sub {
    padding: 10px 12px;
  }
  .item-mycar-cover {
    width: 200px;
  }
  .item-mycar-detail {
    width: calc(100% - 200px);
    border-right: 0;
  }
  .item-mycar-button {
    width: 100%;
    background-color: #F7F7F7;
    padding: 7px;
    border-radius: 0 0 5px 5px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .item-mycar-button .btn-mycar {
    display: inline-flex;
    margin: 0 10px 0 0;
    width: 105px;
    height: 37px;
  }
  .item-mycar-detail-check.item-mycar-detail {
    width: calc(100% - 200px);
  }
  #button-top {
    right: 6px;
    bottom: 6px;
  }
  .page-performance .score-performance {
    font-size: 0.9rem;
  }
  .customer-carname {
    padding-top: 3px;
  }
  .customer-date {
    font-size: 0.9rem;
  }
  .customer-carname {
    font-size: 1rem;
  }
  .status-contactcus {
    width: 130px;
    padding: 0 5px;
    height: 35px;
  }
  .btn-cus-delete {
    width: 35px;
    height: 35px;
  }
  .listdesc-contact.text-end {
    text-align: left !important;
    margin-top: 15px;
  }
  .btn-menu-pricing {
    width: 300px;
    height: 50px;
    font-size: 1.15rem;
  }
  .tab-menu-pricing {
    width: 620px;
    height: 63px;
  }
  .box-package {
    padding: 30px 15px 20px;
    border-radius: 15px;
  }
  .box-package h4 {
    font-size: 1.4rem;
  }
  .box-package .btn-default {
    font-size: 1rem;
    height: 45px;
  }
  .box-package-price span {
    font-size: 1.8rem;
  }
  .box-package-spec {
    padding-bottom: 0;
  }
  .box-package-spec-list {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .package-reccommend .tag-reccommend img {
    width: 100px;
  }
  .box-package-price span {
    font-size: 1.8rem;
  }
  .wrap-order {
    padding-right: 0;
  }
  .box-sum-cart {
    margin-top: 25px;
  }
  .mycar-waitcontact {
    font-size: 0.9rem;
    width: 105px;
    height: 37px;
    margin-bottom: 13px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  .logo-mb {
    display: inline-block;
  }
  .logo-mb img {
    width: auto;
    height: 65px;
    transition: 0.5s;
  }
  .logo {
    margin: 0;
  }
  .logo .svg {
    width: auto;
    height: 65px;
  }
  .topbar-right .btn-login, .topbar-right .btn-postcar {
    display: none;
  }
  .topbar-right .btn-noti {
    margin-right: 50px;
  }
  .box-search-car {
    background-color: #000;
  }
  .box-search-car .bg-searchcar {
    background-color: #242629;
    border-radius: 10px;
    padding: 20px;
  }
  .topic-carsearch {
    font-size: 1.3rem;
    text-align: center;
  }
  .topic-carsearch .svg {
    width: 40px;
  }
  .short-desc-search {
    text-align: center;
    width: 100%;
    display: block;
  }
  .carsearch-input {
    margin-top: 15px;
  }
  .search-range {
    width: 50%;
  }
  .box-sessioncar {
    display: flex;
    flex-wrap: wrap;
  }
  .box-sessioncar .sessioncar-order2 {
    order: 2;
    width: 100%;
  }
  .box-sessioncar .sessioncar-order1 {
    order: 1;
    width: 100%;
  }
  .home-newcar {
    background-image: url(../images/bg-blue.webp);
    background-size: cover;
    margin-top: -60px;
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
  }
  .home-newcar::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-newcar .topic-home {
    color: #fff;
  }
  .home-newcar .numbers {
    display: block;
    color: #fff;
    margin-bottom: 40px;
  }
  .home-newcar .numbers .photocar-number img {
    width: 200px;
  }
  .home-newcar .numbers .box-itemnum {
    top: 28px;
    left: 43px;
  }
  .home-newcar .container {
    z-index: 1;
    position: relative;
  }
  .numbers {
    display: none;
  }
  .row-itemcar {
    margin: 0 -10px;
  }
  .row-itemcar .col-itemcar {
    padding: 0 10px;
  }
  .tag-newcar {
    font-size: 0.75rem;
    height: 26px;
    padding: 0 7px;
    top: 10px;
    left: 10px;
  }
  .tag-newcar img {
    width: 10px;
    margin-right: 2px;
  }
  .item-car {
    margin-bottom: 25px;
  }
  .item-car figure figcaption {
    padding: 10px 10px 5px;
  }
  .item-car figure figcaption .car-name {
    font-size: 1rem;
  }
  .item-car figure figcaption .car-price {
    font-size: 1rem;
  }
  .item-car figure figcaption .txt-gear {
    font-size: 0.8rem;
  }
  .item-car figure figcaption .txt-gear img {
    width: 7px;
    margin-right: 4px;
  }
  .item-car figure figcaption .descpro-car,
  .item-car figure figcaption .car-series {
    font-size: 0.9rem;
  }
  .item-car figure figcaption .txt-readmore {
    font-size: 0.8rem;
  }
  .item-car figure figcaption .car-province {
    margin-bottom: 4px;
  }
  .bghome-item {
    background: none;
    margin-top: 0;
    padding-top: 40px;
  }
  .row-item-postcar {
    margin: 0 -10px;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 33.1632653061%;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost:hover > img {
    transform: scale(1.1);
  }
  .row-item-postcar .item-postcar a figure .cover-itempost img {
    -o-object-position: center center;
       object-position: center center;
  }
  .row-item-postcar .item-postcar a figure figcaption h3 {
    font-size: 1.35rem;
    margin-bottom: 5px;
  }
  .box-linkcarseo {
    display: none;
  }
  .box-linkcarseo-mb {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .box-linkcarseo-mb .box-linkcar {
    margin-bottom: 20px;
  }
  .box-linkcarseo-mb .box-linkcar h2 {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .box-linkcarseo-mb .box-linkcar ul {
    margin: 0 0 10px;
    padding: 0;
  }
  .box-linkcarseo-mb .box-linkcar ul li {
    list-style: none;
    margin-top: 5px;
  }
  .box-linkcarseo-mb .box-linkcar ul li a {
    display: block;
    color: #20629E;
  }
  .box-linkcarseo-mb .owl-theme .owl-dots span {
    background-color: #ccc;
    width: 6px;
    height: 6px;
  }
  .box-linkcarseo-mb .owl-theme .owl-dots .owl-dot.active span, .box-linkcarseo-mb .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #171652;
  }
  .wrap-footer {
    padding-top: 35px;
    border-bottom: 0;
    padding-bottom: 50px;
  }
  .wrap-footer .footer-logo {
    width: 250px;
  }
  .wrap-footer .link-footer {
    margin-top: 10px;
  }
  .wrap-footer .link-footer a {
    margin: 0 15px;
    font-size: 0.9rem;
  }
  .wrap-footer .footer-cc {
    margin-top: 20px;
  }
  .menu-mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #0E1D31;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px 15px;
    transition: 0.5s all ease;
  }
  .menu-mobile a, .menu-mobile button {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    border: 0;
    background: none;
    padding: 0;
  }
  .menu-mobile a img, .menu-mobile button img {
    display: block;
    margin: 0 auto 5px;
  }
  .menu-mobile.hide {
    transform: translate(0, 100%);
  }
  .logo .svg {
    height: 35px;
  }
  .box-latestupdate .news-latest {
    margin-bottom: 50px;
  }
  .box-latestupdate .news-latest figure {
    border-radius: 10px;
  }
  .box-latestupdate .news-latest .desc-latestnews {
    padding-left: 10px;
    line-height: 1.8;
  }
  .box-latestupdate .news-latest .desc-latestnews h2 {
    font-size: 1.2rem;
  }
  .box-latestupdate .news-latest .desc-latestnews .news-shortdesc {
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .box-latestupdate .news-latest .desc-latestnews .news-date {
    margin: 10px 0;
  }
  .box-latestupdate .news-latest:last-child .desc-latestnews {
    padding-right: 10px;
  }
  .topic-insidepage {
    font-size: 1.8rem;
  }
  .topic-insidepage i {
    font-size: 1.3rem;
  }
  .wrap-recentnews .home-itemnews figure figcaption {
    padding: 10px;
  }
  .news-detail h1 {
    font-size: 1.5rem;
    line-height: 1.45;
  }
  .desc-cardetail {
    padding-left: 0;
    margin-top: 40px;
  }
  .photo-average {
    display: none;
  }
  .wrap-carreccom {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .wrap-alsolike .item-car figure figcaption .text-end {
    text-align: right !important;
  }
  .wrap-alsolike {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wrap-descpromotion.wrap-page {
    padding-bottom: 30px;
  }
  .hide-search-mb {
    display: none;
  }
  .wrap-carpage {
    padding-top: 30px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car {
    width: 45%;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price .text-end {
    text-align: right !important;
  }
  .slide-wrapper .car-booked div {
    font-size: 3.5rem;
  }
  .box-txtlogin {
    width: 530px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .box-editprofile {
    margin-top: 50px;
    padding-left: 0;
  }
  .wrap-itempost .item-postcar {
    width: 230px;
    height: 240px;
    border-radius: 20px;
    padding: 15px;
  }
  .wrap-itempost .item-postcar h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    height: 62px;
    margin-bottom: 0;
  }
  .wrap-itempost .item-postcar img {
    height: 40px;
    width: auto;
  }
  .wrap-itempost .item-postcar .btn-select-post {
    font-size: 1rem;
    width: 140px;
    height: 42px;
  }
  .topic-postcar h1 {
    font-size: 2.2rem;
  }
  .wrap-postcar {
    padding-bottom: 90px;
  }
  .wrap-bgstep h1 {
    font-size: 1.8rem;
  }
  .box-iconstep a img {
    height: 125px;
  }
  .box-iconstep div {
    margin: 38px 0 0 30px;
  }
  .box-iconstep div img {
    width: 25px;
  }
  .frm-step {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .topic-uploadphoto {
    font-weight: normal;
  }
  .topic-totaledit1 {
    font-size: 1rem;
  }
  .avgprice {
    font-size: 1rem;
  }
  .bgpage-average .page-average .wrap-average .txt-seeyear {
    font-size: 0.85rem;
  }
  .box-avgprice div {
    font-size: 1rem;
  }
  .menuprofile-mb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    overflow-y: auto;
    padding: 10px 40px 30px;
  }
  .boxslide-search {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    overflow-y: auto;
    padding: 0;
  }
  .boxslide-search .wrap-left-boxsearch {
    margin-right: 0;
  }
  .boxslide-search .left-boxsearch {
    background-color: #242629;
    border: 0;
    padding: 30px 20px;
    border-radius: 0;
  }
  .boxslide-search .left-boxsearch-topic {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: normal;
    font-size: 1.3rem;
  }
  .boxslide-search .left-boxsearch-desc {
    margin-bottom: 20px;
  }
  .boxslide-search .left-boxsearch-desc .carsearch-input {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .boxslide-search .left-boxsearch-desc .carsearch-input input {
    border: 2px solid #fff;
    background-color: #fff !important;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .boxslide-search .left-boxsearch-desc .carsearch-input::before {
    width: 11px;
    height: 11px;
  }
  .boxslide-search .left-boxsearch-desc .car-radio {
    color: #fff;
    margin-left: 0;
  }
  .boxslide-search .left-boxsearch-desc .carsearch-radio {
    text-align: left;
    margin-bottom: 0;
  }
  .boxslide-search .left-boxsearch-desc .content_advancesearch {
    background: rgba(238, 238, 238, 0.1);
  }
  .boxslide-search .left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch label {
    color: #fff;
  }
  .boxslide-search .left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch label span {
    color: #333;
  }
  .boxslide-search .left-boxsearch-desc .content_advancesearch .boxfrm-advancesearch .advance-boxgear .txt-label {
    color: #fff;
  }
  .boxslide-search .topic-careco {
    color: #5C8BE9;
  }
  .boxslide-search .search-range {
    width: 100%;
    background: rgba(238, 238, 238, 0.1);
    color: #fff;
  }
  .boxslide-search .hide-carsearch {
    display: none;
  }
  .boxslide-search .left-boxsearch-topic2 {
    color: #fff;
    font-weight: normal;
    padding-top: 13px;
  }
  .boxslide-search .left-boxsearch-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .boxslide-search .boxsearch-cartype a {
    margin-bottom: 0;
  }
  .boxslide-search .close-menucarsearch {
    top: 10px;
    right: 15px;
    position: absolute;
  }
  .profile-boxbtn {
    flex-wrap: wrap;
  }
  .profile-boxbtn a {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .wraptopic-pageprofile {
    display: flex;
    justify-content: space-between;
  }
  .wraptopic-pageprofile button {
    border: 0;
    background: none;
    padding: 0;
    text-decoration: underline;
    color: #000;
  }
  .wraptopic-pageprofile button i {
    padding-right: 7px;
  }
  .bg-profile .avatar-upload .avatar-edit {
    right: 30px;
  }
  .close-menuprofile {
    position: relative;
    text-align: right;
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: 10px;
    display: block;
  }
  .close-menucarsearch {
    position: relative;
    text-align: right;
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: 10px;
    display: block;
  }
  .box-menuprofile {
    margin-right: 0;
  }
  .box-menuprofile-hide {
    display: none;
  }
  .mycarsearch-type {
    max-height: 450px;
  }
  .show-menuprofile {
    display: inline-block;
  }
  .expire-selectall {
    bottom: 78px;
    border-radius: 0;
    margin-left: calc(-1 * var(--bs-gutter-x));
    margin-right: calc(-1 * var(--bs-gutter-x));
  }
  #button-top {
    display: none;
  }
  .page-performance .show-menuprofile {
    color: #fff;
  }
  .totop-mb {
    display: block;
  }
  .totop-mb #button-top {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 30px;
    color: #C60D0D;
    text-decoration: underline;
  }
  .item-noti {
    font-size: 0.9rem;
  }
  .item-noti .title-noti {
    font-size: 1rem;
    font-weight: normal;
  }
  .btn-customer {
    margin-right: 0;
  }
  .wrap-postwelcome {
    padding: 70px 0;
  }
  #popup-searchcar.fancybox-content {
    background: #242629;
    padding: 5px;
  }
  #popup-searchcar .carsearch-menu {
    background-color: #242629;
  }
  #popup-searchcar .carsearch-top button, #popup-searchcar .carsearch-ul li button {
    color: #fff;
  }
  #popup-searchcar .carsearch-ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .carsearch-ul {
    height: calc(100% - 190px);
  }
  .result-btn-search {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .result-btn-search button {
    margin-bottom: 0;
  }
  .btn-boxfilter {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
  }
  .btn-boxfilter button {
    white-space: nowrap;
  }
  .listdesc-contact a div {
    display: none;
  }
  .listdesc-contact.text-end {
    text-align: right !important;
    margin-top: 0;
  }
  .box-package {
    border-radius: 10px;
    padding: 20px 5px 5px;
  }
  .box-package h4 {
    font-size: 1.2rem;
  }
  .box-package-sale {
    font-size: 0.85rem;
  }
  .box-package-price {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }
  .box-package-price span {
    font-size: 1.45rem;
  }
  .box-package-note {
    font-size: 0.85rem;
  }
  .box-package .btn-default {
    height: 42px;
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
  .box-package-spec {
    padding: 7px;
  }
  .box-package-spec-list {
    font-size: 0.9rem;
  }
  .item-box-package {
    padding: 0 10px;
  }
  .package-reccommend .tag-reccommend {
    top: -7px;
    left: 4px;
  }
  .package-reccommend .tag-reccommend img {
    width: 75px;
  }
  .bg-package {
    padding-bottom: 50px;
  }
  .txt-deal-slot {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .bg-profile {
    padding-top: 20px;
  }
  .mdeal-hide {
    display: block;
  }
  .page-profile {
    padding-top: 20px;
  }
  .box-menudeal {
    margin-right: 0;
    border-radius: 5px;
    margin-bottom: 35px;
  }
  .box-menudeal.box-menudeal-mb {
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .box-menudeal.box-menudeal-mb li {
    width: 24%;
    display: inline-block;
    border-bottom: 0;
    vertical-align: top;
  }
  .box-menudeal.box-menudeal-mb li.hide-pc {
    display: inline-block;
  }
  .box-menudeal.box-menudeal-mb li a {
    display: block;
    text-align: center;
  }
  .box-menudeal.box-menudeal-mb li a img {
    display: block;
    margin: 0 auto 10px;
    width: 28px;
  }
  .box-menudeal.box-menudeal-mb li a span img {
    display: none;
  }
  .box-menudeal.box-menudeal-mb li a div {
    display: block;
  }
  .box-menudeal.box-menudeal-mb li a .have-code {
    display: block;
  }
  .box-menudeal ul li.hide-mpack {
    display: none;
  }
  .page-member {
    padding: 20px 15px;
  }
  .wrap-boxcode {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wrap-boxcode .bg-boxcode {
    padding: 0;
    background: none;
    border: 0;
  }
  .wrap-boxcode .bg-boxcode .boxcode-detail {
    height: 110px;
  }
  .wrap-boxcode .bg-boxcode .boxcode-detail h4 {
    font-size: 1rem;
  }
  .wrap-boxcode .bg-boxcode .boxcode-detail p {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .wrap-boxcode .bg-boxcode .boxcode-detail .coupon-timeout {
    font-size: 0.8rem;
  }
  .wrap-boxcode .bg-boxcode .boxcode-detail .coupon-timeout i {
    font-size: 0.9rem;
  }
  .col-boxcode {
    padding: 0 25px;
  }
  .boxcode {
    height: 110px;
  }
  .boxcode::before {
    height: 110px;
  }
  .boxcode .boxcode-boxbutton {
    height: 110px;
  }
  .boxcode .boxcode-boxbutton .coupon-soldout img {
    width: 55px;
  }
  .boxcode .boxcode-boxbutton .coupon-used {
    padding: 5px 7px 2px 7px;
  }
  .boxcode .boxcode-boxbutton .coupon-code h5 {
    font-size: 0.85rem;
  }
  .boxcode .boxcode-boxbutton .coupon-code .btn-copycode {
    padding-top: 5px;
  }
  .wrap-orderhistory {
    padding-top: 30px;
  }
  .seetiers-boxmember {
    margin: 15px 7px;
  }
  .box-detail-tiers {
    padding: 60px 30px 30px;
  }
  .box-detail-tiers .desc-starmember {
    padding-left: 40px;
  }
  .wrap-desc-seetiers h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .package-premium-padding {
    padding: 20px 0;
  }
  .package-premium-padding .topic-premium-item {
    font-size: 1rem;
  }
  .package-premium-padding .box-logobigbrand {
    padding: 10px;
  }
  .package-premium-padding .box-logobigbrand h6 {
    font-size: 0.8rem;
  }
  .package-premium-padding .box-logobigbrand .logobigbrand {
    width: 60px;
  }
  .package-premium-padding .box-campane {
    margin: 30px 0;
  }
  .package-premium-padding .box-campane .tab_vip_btn .btn-vip {
    font-size: 0.9rem;
  }
  .tab_vipdetail .col-itemcar {
    width: 300px;
  }
  .wrap-show-pack .border-show-pack .page-member.levelclass-platinum .member-boxid {
    display: none;
  }
  .wrap-show-pack .border-show-pack .page-member.levelclass-platinum h2 {
    font-size: 1rem;
  }
  .wrap-show-pack .border-show-pack .page-member.levelclass-platinum h3 {
    font-size: 0.8rem;
  }
  .wrap-show-pack .border-show-pack .page-member.levelclass-platinum .boxtext-memid {
    font-size: 0.7rem;
  }
  .wrap-show-pack .border-show-pack .page-member.levelclass-platinum .btn-seetier {
    font-size: 0.7rem;
    height: 30px;
    margin-top: 5px;
  }
  .wrap-show-pack .border-show-pack .page-member.levelclass-platinum .btn-seetier img {
    margin-left: 5px;
  }
  .box-menudeal ul li a.btn-adddeal {
    padding-left: 0;
    color: #333;
    background: transparent;
  }
  .box-menudeal ul li a.btn-adddeal.btn-adddeal-mb {
    display: block;
  }
  .box-menudeal ul li a.btn-adddeal.btn-adddeal-pc {
    display: none;
  }
  .adddeal-item .item-mycar-cover {
    padding-right: 0;
  }
  .adddeal-item .adddeal-desc .mycar-name {
    font-size: 0.95rem;
  }
  .deal-selectcar {
    height: 33px;
    width: 85px;
    font-size: 0.9rem;
    margin-top: 10px;
  }
  .deal-selectcar i {
    font-size: 1.2rem;
  }
  .wrap-errorpage {
    margin-top: 50px;
    text-align: center;
  }
  .wrap-errorpage .order-errorpage-1 {
    order: 1;
  }
  .wrap-errorpage .order-errorpage-2 {
    order: 2;
  }
  .btn-boxfilter {
    display: inline-flex;
  }
  .top-menu {
    padding: 0 0 0 10px;
  }
  .list-yourpack-bg {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .top-menu {
    padding: 0 0 0 15px;
  }
  .listdesc-contact.text-end {
    text-align: left !important;
    margin-top: 15px;
  }
  .owl-carousel.owl-bannerslide .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 6px;
  }
  .owl-carousel.owl-bannerslide .owl-dots {
    bottom: 5px;
    right: 15px;
  }
  .box-search-car {
    padding: 20px;
  }
  .box-search-car .bg-searchcar {
    border-radius: 7px;
    padding: 20px 15px;
  }
  .short-desc-search {
    font-size: 0.85rem;
    margin-top: 10px;
    line-height: 1.6;
  }
  .menu-mobile a, .menu-mobile button {
    font-size: 0.75rem;
  }
  .menu-mobile a img, .menu-mobile button img {
    width: auto;
    height: 22px;
    margin-bottom: 3px;
  }
  .carsearch-input input {
    height: 40px;
  }
  .checkmark {
    width: 17px;
    height: 17px;
  }
  .car-radio {
    padding-left: 25px;
    margin-right: 0;
    margin-left: 35px;
  }
  .carsearch-radio {
    text-align: right;
    margin-top: 0;
    margin-bottom: 7px;
  }
  .box-search-car .box-searchrange {
    display: block;
  }
  .box-search-car .box-searchrange .search-range {
    width: 100%;
    margin-bottom: 15px;
  }
  .btn-advancesearch {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  .boxshow-advance {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .btn-searchcar {
    width: 100%;
    margin-top: 15px;
  }
  .box-carslide {
    margin: 20px 0 0 2px;
  }
  .bg-carslide {
    padding-right: 0;
  }
  .home-bestsearch {
    margin-top: 30px;
  }
  .home-bestsearch .item-car figure figcaption .txt-readmore {
    display: block;
  }
  .btn-red {
    font-size: 0.9rem;
    padding: 0 20px;
    height: 35px;
  }
  .topic-home {
    font-size: 1.25rem;
  }
  .topic-home i {
    font-size: 1rem;
    padding-right: 7px;
  }
  .numbers .box-itemnum .item-num {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .numbers .box-itemnum .item-num .txt-num {
    display: block;
    padding-left: 0;
    font-size: 1.2rem;
  }
  .home-newcar .numbers {
    margin-bottom: 50px;
  }
  .home-newcar .numbers .photocar-number img {
    width: 175px;
  }
  .item-car {
    border-radius: 4px;
    margin-bottom: 22px;
  }
  .item-car figure .cover-car {
    border-radius: 4px 4px 0 0;
  }
  .item-car figure figcaption {
    padding: 10px;
  }
  .item-car figure figcaption .txt-readmore {
    display: none;
  }
  .item-car figure figcaption .car-name {
    font-size: 0.9rem;
  }
  .item-car figure figcaption .car-series,
  .item-car figure figcaption .car-province,
  .item-car figure figcaption .descpro-car {
    font-size: 0.8rem;
  }
  .item-car figure figcaption .caritem-price .text-end {
    text-align: left !important;
    line-height: 1;
  }
  .item-car figure figcaption .linecontent {
    margin: 8px 0;
  }
  .tag-newcar {
    font-size: 0.65rem;
    height: 23px;
  }
  .tag-newcar img {
    width: 8px;
  }
  .row-itemcar .col-itemcar {
    padding: 0 7px;
  }
  .row-itemcar .col-itemcar:nth-child(n+5) {
    display: none;
  }
  .home-newcar {
    padding-bottom: 20px;
  }
  .row-item-postcar .item-postcar {
    padding: 0 5px;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 58.4183673469%;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .row-item-postcar .item-postcar a figure .cover-itempost:hover > img {
    transform: scale(1.1);
  }
  .row-item-postcar .item-postcar a figure figcaption h3 {
    font-size: 1.25rem;
  }
  .row-item-postcar .item-postcar a figure figcaption .btn-itempostcar {
    font-size: 0.9rem;
  }
  .row-item-postcar .item-postcar a figure figcaption .btn-itempostcar .svg {
    width: 16px;
  }
  .bghome-item {
    padding-top: 35px;
    padding-bottom: 23px;
  }
  .home-news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-news .home-news-lg .home-itemnews {
    margin-bottom: 20px;
  }
  .home-news .home-news-lg .home-itemnews figure figcaption {
    padding: 15px 15px 10px;
  }
  .home-news .home-news-lg .home-itemnews figure figcaption .item-topicnews {
    font-size: 1rem;
    height: 48px;
  }
  .home-news .col-12 {
    padding: 0 8px;
  }
  .home-news .home-itemnews {
    margin-bottom: 20px;
  }
  .home-news .home-itemnews figure figcaption {
    padding: 10px;
  }
  .home-news .home-itemnews figure figcaption .item-topicnews {
    height: 45px;
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  .home-news .home-itemnews figure figcaption .news-date {
    font-size: 0.75rem;
  }
  .home-news .home-itemnews figure figcaption .news-date i {
    padding-right: 6px;
  }
  .box-linkcarseo-mb {
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 0 5px;
  }
  .box-linkcarseo-mb .box-linkcar {
    font-size: 0.85rem;
    margin-bottom: 0;
  }
  .box-linkcarseo-mb .box-linkcar h2 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .box-linkcarseo-mb .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }
  .wrap-footer {
    text-align: left;
    font-size: 0.85rem;
    padding-top: 30px;
  }
  .wrap-footer .footer-logo {
    width: 200px;
    margin-bottom: 20px;
  }
  .wrap-footer .link-footer a {
    display: block;
    margin: 0 0 8px;
    font-size: 0.85rem;
  }
  .wrap-footer .link-footer a i {
    font-size: 1rem;
  }
  .wrap-footer .footer-cc {
    border-top: 0;
    margin-top: 0;
    padding-top: 10px;
    font-size: 0.85rem;
  }
  .wrap-footer .footer-cc .text-end {
    text-align: left !important;
    padding-top: 10px;
  }
  .wrap-footer .footer-cc span {
    padding: 0 7px;
  }
  .wrap-footer .footer-pad {
    padding: 0 5px;
  }
  .topic-insidepage {
    font-size: 1.5rem;
  }
  .topic-insidepage i {
    font-size: 1rem;
    padding-right: 9px;
  }
  .wrap-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box-latestupdate .news-latest {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .box-latestupdate .news-latest figure {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .box-latestupdate .news-latest .desc-latestnews {
    padding-left: 0;
    font-size: 0.9rem;
  }
  .box-latestupdate .news-latest .desc-latestnews h2 {
    font-size: 1rem;
  }
  .box-latestupdate .news-latest .desc-latestnews .news-date {
    font-size: 0.8rem;
  }
  .box-latestupdate .news-latest .desc-latestnews .news-shortdesc {
    margin-bottom: 0;
  }
  .box-latestupdate .news-latest .desc-latestnews .btn-red {
    display: none;
  }
  .box-latestupdate .news-latest:last-child .desc-latestnews {
    padding-right: 0;
  }
  .item-allnews .home-itemnews {
    margin-bottom: 10px;
  }
  .item-allnews .home-itemnews figure figcaption {
    padding: 10px;
  }
  .item-allnews .home-itemnews figure figcaption .item-topicnews {
    font-size: 0.9rem;
    height: 45px;
    margin-bottom: 5px;
  }
  .item-allnews .home-itemnews figure figcaption .news-date {
    font-size: 0.75rem;
  }
  .item-allnews .home-itemnews figure figcaption .news-date i {
    padding-right: 5px;
  }
  .box-pagination .page-link {
    margin: 0 5px;
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }
  .box-pagination .page-link-prev {
    margin-right: 5px;
    border: 1px solid #ddd;
    height: 34px;
    padding: 0 11px;
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .box-pagination .page-link-prev i {
    font-size: 0.4rem;
  }
  .news-detail h1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .news-boxshare {
    margin-bottom: 5px;
    font-size: 0.85rem;
  }
  .news-boxshare div {
    margin-right: 15px;
  }
  .wrap-recentnews {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wrap-recentnews .home-itemnews figure figcaption {
    font-size: 0.9rem;
  }
  .wrap-recentnews .home-itemnews figure figcaption .item-topicnews {
    height: 45px;
    margin-bottom: 10px;
  }
  .wrap-recentnews .home-itemnews figure figcaption .news-date {
    font-size: 0.7rem;
  }
  .wrap-recentnews .topic-insidepage {
    font-size: 1.2rem;
  }
  .wrap-recentnews .topic-insidepage i {
    font-size: 0.95rem;
    padding-right: 7px;
  }
  .head-updateprice .text-end {
    text-align: left !important;
  }
  .updateprice-nav {
    margin-top: 15px;
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
  .updateprice-nav span {
    padding: 0 4px;
  }
  .cover-carthumb img {
    border-radius: 10px 10px 0 0;
  }
  .bg-thumb {
    border-radius: 0 0 10px 10px;
    padding: 20px 40px;
  }
  .bg-thumb .owl-carousel .owl-nav .owl-next {
    right: -33px;
    width: 17px;
    height: 17px;
  }
  .bg-thumb .owl-carousel .owl-nav .owl-prev {
    left: -33px;
    width: 17px;
    height: 17px;
  }
  .desc-cardetail {
    margin-top: 30px;
  }
  .desc-cardetail h1 {
    font-size: 1.5rem;
  }
  .desc-cardetail .car-spectype {
    display: block;
  }
  .desc-cardetail .car-spectype span {
    display: none;
  }
  .desc-cardetail .box-listdesc {
    margin-top: 18px;
    padding-top: 18px;
  }
  .desc-cardetail .box-listdesc .topic-listdesc {
    font-size: 1rem;
  }
  .desc-cardetail .box-listdesc .car-listprice {
    font-size: 1.2rem;
  }
  .desc-cardetail .box-listdesc .listdesc-location {
    margin-top: 15px;
    font-size: 0.95rem;
  }
  .desc-cardetail .box-listdesc .listdesc-location.text-end {
    text-align: left !important;
  }
  .btn-callback {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .carprice-open {
    margin-top: 2px;
    text-align: right;
  }
  .desc-btnshare.text-end {
    text-align: left !important;
  }
  .wrap-descpromotion.wrap-page {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .recent-carlist {
    margin-top: 30px;
    padding-top: 30px;
  }
  .topic-cardesc {
    font-size: 1.15rem;
  }
  .topic-cardesc i {
    font-size: 0.9rem;
    padding-right: 6px;
  }
  .item-recentlist {
    border-radius: 7px;
    margin-bottom: 25px;
  }
  .item-recentlist figure figcaption {
    font-size: 0.65rem;
  }
  .item-recentlist figure figcaption .price-recentlist {
    font-size: 0.9rem;
  }
  .topic-average {
    font-size: 1.3rem;
  }
  .topic-average img {
    width: 27px;
    margin-top: -9px;
  }
  .bg-average {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .box-average {
    padding: 20px 5px;
  }
  .brandcar-average {
    font-size: 0.9rem;
  }
  .brandcar-average img {
    max-height: 28px;
  }
  .brandcar-average span {
    font-size: 1rem;
  }
  .average-viewall {
    margin-top: 4px;
    font-size: 0.85rem;
  }
  .average-bar .item-bar .animated-progress {
    height: 110px;
    width: 15px;
  }
  .average-bar .item-bar .bar-year {
    font-size: 0.75rem;
    margin-top: 12px;
  }
  .average-bar .item-bar .txt-seeyear {
    font-size: 0.65rem;
  }
  .wrap-carreccom {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wrap-carreccom .item-recentlist {
    margin-bottom: 20px;
  }
  .wrap-alsolike {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .wrap-alsolike .topic-cardesc {
    margin-bottom: 8px;
  }
  .wrap-alsolike h6 {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.7;
  }
  .mb-recentlist {
    padding: 0 7px;
  }
  .wrap-alsolike .item-car {
    border-radius: 5px;
  }
  .wrap-alsolike .item-car figure .cover-car {
    border-radius: 5px 5px 0 0;
  }
  .wrap-alsolike .item-car figure figcaption .car-province {
    margin-bottom: 4px;
  }
  .frm-contactback .topic-helpcar {
    font-size: 1.4rem;
  }
  .desc-wrapper {
    max-height: 140px;
  }
  .banner-slidecar .owl-carousel.owl-bannercar .owl-dots {
    bottom: 0;
  }
  .wrap-carpage {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .result-btn-search button {
    font-size: 0.75rem;
    height: 30px;
  }
  .result-btn-search button i {
    font-size: 1.1rem;
  }
  .result-btn-search button.btn-refresh {
    font-size: 0.8rem;
    margin-right: 0;
  }
  .result-btn-search button.btn-refresh img {
    width: 16px;
    margin-right: 2px;
  }
  .btn-boxfilter {
    margin-bottom: 5px;
  }
  .btn-boxfilter button {
    font-size: 0.75rem;
    padding: 0 13px;
    height: 30px;
    margin-right: 5px;
  }
  .item-filter {
    margin-right: 3px;
  }
  .item-filter select {
    height: 35px;
    min-width: 90px;
  }
  .item-filter .filter-hidetxt {
    display: none;
  }
  .box-changelayout {
    height: 35px;
  }
  .box-changelayout button {
    padding: 0 6px;
  }
  .box-changelayout button .svg {
    width: 14px;
    margin: 0 1px;
  }
  .box-itemcar {
    margin-top: 20px;
  }
  .box-itemcar .row-itemcar .col-itemcar {
    padding: 0 5px;
  }
  .box-itemcar .row-itemcar .col-itemcar .item-car {
    border-radius: 5px;
    margin-bottom: 22px;
  }
  .box-itemcar .row-itemcar .col-itemcar .item-car figure .cover-car {
    border-radius: 5px 5px 0 0;
  }
  .box-itemcar .row-itemcar .col-itemcar .item-car figure figcaption {
    padding: 10px;
  }
  .box-itemcar .row-itemcar .col-itemcar .item-car figure figcaption .car-name {
    font-size: 0.9rem;
  }
  .box-itemcar .row-itemcar .col-itemcar .item-car figure figcaption .car-series {
    font-size: 0.8rem;
  }
  .box-itemcar .row-itemcar .col-itemcar .item-car figure figcaption .txt-gear {
    font-size: 0.8rem;
  }
  .box-itemcar .row-itemcar .col-itemcar .item-car figure figcaption .txt-gear img {
    width: 7px;
    margin-right: 4px;
  }
  .box-itemcar .row-itemcar .col-itemcar .item-car figure figcaption .car-price {
    font-size: 1rem;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car {
    padding: 5px;
    margin-bottom: 15px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure {
    display: block;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 62.3441396509%;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure .cover-car:hover > img {
    transform: scale(1.1);
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption {
    display: inline-block;
    width: 53%;
    padding: 2px 0 5px 5px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-series {
    margin: 0;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .grid-desccar .car-province {
    margin-bottom: 2px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price .col-md-6 {
    width: 100%;
    padding-left: 20px;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .caritem-price .text-end {
    text-align: left !important;
  }
  .box-itemcar .row-itemcar .col-itemcar.list-item .item-car figure figcaption .linecontent {
    margin: 5px 0;
  }
  .box-itemcar .car-year {
    font-size: 1.3rem;
  }
  .box-frmhelpcar {
    border-radius: 5px;
    padding: 15px;
  }
  .box-frmhelpcar .topic-frmhelpcar {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .box-frmhelpcar .topic-frmhelpcar img {
    display: none;
  }
  .box-frmhelpcar .topic-frmhelpcar span {
    font-size: 1.05rem;
    display: flex;
  }
  .box-frmhelpcar form div input {
    width: 100%;
    height: 40px;
    margin-bottom: 13px;
    margin-right: 0;
  }
  .box-frmhelpcar form button {
    width: 100%;
    height: 40px;
  }
  .box-car-article {
    border-radius: 5px;
    padding: 15px;
  }
  .box-car-article .topic-car-article {
    font-size: 1.1rem;
  }
  .slide-wrapper .car-booked div {
    font-size: 2.3rem;
  }
  .wrap-login {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .box-txtlogin {
    margin-bottom: 20px;
  }
  .box-txtlogin h1 {
    font-size: 1.5rem;
  }
  .box-txtlogin .txt-login01 {
    font-size: 1.2rem;
  }
  .box-txtlogin .list-txtlogin div {
    font-size: 1rem;
  }
  .box-login {
    border-radius: 10px;
    border: 3px solid rgba(18, 18, 18, 0.1);
    padding: 20px 15px;
  }
  .box-login h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .box-login .box-desclogin {
    text-align: center;
  }
  .box-login .box-desclogin .box-descsms-topic1 {
    font-size: 1.15rem;
  }
  .box-login .box-desclogin .box-descsms-topic2 {
    font-size: 1.4rem;
    margin: 5px 0;
  }
  .box-login .box-desclogin .box-descsms-topic3 {
    display: none;
  }
  .btn-sendsms {
    height: 45px;
    font-size: 1rem;
  }
  .login-checkbox {
    margin-bottom: 20px;
  }
  .login-txtnote {
    font-size: 0.85rem;
  }
  .qrcode-login {
    display: none;
  }
  .login-welcome {
    padding: 80px 0;
  }
  .login-welcome img {
    width: 270px;
    height: auto;
  }
  .login-welcome h2 {
    font-size: 1.1rem;
  }
  .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 2px solid #F8F8F8;
  }
  .bg-white-profile {
    padding: 30px 15px;
  }
  .topic-profile {
    font-size: 1.2rem;
  }
  .box-editprofile {
    margin-top: 30px;
  }
  .wrap-frmprofile {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .btn-profile {
    margin-top: 0;
  }
  .btn-profile.btn-red {
    font-size: 1rem;
    height: 45px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .topic-postcar {
    font-size: 1.1rem;
  }
  .topic-postcar h1 {
    font-size: 1.6rem;
  }
  .topic-imgcar {
    width: 200px;
    top: -35px;
    left: -40px;
  }
  .wrap-postcar {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .wrap-itempost {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .wrap-itempost .item-postcar {
    width: 100%;
    margin-bottom: 20px;
    height: 180px;
    border-radius: 15px;
    padding: 5px;
  }
  .wrap-itempost .item-postcar h2 {
    height: auto;
  }
  .wrap-itempost .item-postcar h2 br {
    display: none;
  }
  .wrap-itempost .item-postcar.item-homecar {
    border: 2px solid rgba(220, 53, 53, 0.8);
  }
  .wrap-itempost .item-postcar.item-dealer {
    border: 2px solid rgba(129, 178, 252, 0.8);
  }
  .wrap-itempost .item-postcar.item-lady {
    border: 2px solid rgba(255, 121, 138, 0.8);
  }
  .txt-postcontact {
    margin-top: 0;
    font-size: 1rem;
  }
  .topic-postcar-welcome {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .topic-postcar-welcome.topic-postcar h1 {
    font-size: 1.4rem;
  }
  .topic-postcar-welcome p {
    font-size: 1rem;
  }
  .topic-postcar-welcome .topic-imgcar {
    display: none;
  }
  .topic-postcar-welcome .btn-postcar {
    padding: 0 20px;
    height: 46px;
  }
  .list-txtwelcome {
    margin-bottom: 40px;
  }
  .list-txtwelcome div {
    font-size: 1rem;
  }
  .box-iconstep a img {
    height: 80px;
  }
  .box-iconstep div {
    display: none;
  }
  .wrap-bgstep {
    padding: 30px 0;
  }
  .wrap-bgstep h1 {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .topic-step {
    font-size: 1.25rem;
  }
  .topic-step span {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
  .wrap-page-step {
    padding-top: 30px;
  }
  .box-frm-step {
    padding: 20px 15px 10px;
  }
  .frm-step-inline .col-12:first-child {
    margin-bottom: 15px;
  }
  .frm-step .carsearch-radio {
    text-align: left;
    margin-bottom: 0;
  }
  .frm-step .car-radio {
    margin-left: 0;
    width: 47%;
    margin-right: 0;
  }
  .frm-step-button .btn-step {
    font-size: 1.05rem;
    width: 45%;
    font-weight: normal;
    height: 47px;
  }
  .box-introtext {
    border-radius: 5px;
  }
  .btn-introtext button {
    padding: 0 10px;
  }
  .txt-noteedit {
    font-size: 0.9rem;
  }
  .topic-notephoto {
    font-size: 1rem;
  }
  .topic-uploadphoto {
    height: 45px;
    padding: 0 10px;
    font-size: 1rem;
  }
  .topic-uploadphoto img {
    width: 29px;
  }
  .box-uploadphoto {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .box-uploadphoto:last-child {
    margin-bottom: 36px;
  }
  .step-chceckbox .login-checkbox {
    margin-bottom: 0;
  }
  .step-chceckbox .login-checkbox .list-checkbox {
    margin-bottom: 10px;
  }
  .post-success {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .post-success img {
    width: 65px;
  }
  .post-success h2 {
    font-size: 1.7rem;
    margin-bottom: 17px;
  }
  .post-success h3 {
    font-size: 1.2rem;
  }
  .btn-backpage {
    margin-bottom: 0;
  }
  .editpost-totaledit {
    margin-top: 25px;
  }
  .editpost-totaledit .box-totaledit {
    text-align: center;
    font-size: 0.9rem;
    padding-top: 15px;
  }
  .editpost-totaledit .box-totaledit .text-end {
    text-align: center !important;
    margin-top: 3px;
  }
  .wrap-bgstep-edit.wrap-bgstep {
    padding-bottom: 15px;
  }
  .avgprice {
    font-size: 0.8rem;
  }
  .bgpage-average .page-average .wrap-average {
    margin-bottom: 30px;
  }
  .bgpage-average .page-average .wrap-average .txt-seeyear {
    font-size: 0.6rem;
  }
  .bgpage-average .page-average .wrap-average .animated-progress {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .bgpage-average .page-average .wrap-average .average-bar .item-bar.active .box-avgprice::before {
    border-top: 5px solid #1889EC;
  }
  .box-avgprice {
    font-size: 0.6rem;
    border-radius: 2px;
    padding: 3px 5px;
    margin-bottom: 12px;
  }
  .box-avgprice div {
    font-size: 0.75rem;
  }
  .box-avgprice::before {
    bottom: -4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    order-top: 5px solid #F7F7F7;
  }
  .average-nopad {
    padding: 0;
  }
  .bg-profile {
    padding: 12px 0 15px;
  }
  .bg-profile .avatar-upload .avatar-preview {
    width: 70px;
    height: 70px;
    border: 2px solid #F8F8F8;
  }
  .bg-profile .avatar-upload .avatar-edit {
    right: 0px;
    bottom: -14px;
  }
  .bg-profile .avatar-upload .avatar-edit input + label,
  .bg-profile .avatar-upload .avatar-edit input + label:after {
    width: 28px;
    height: 28px;
  }
  .profile-name {
    font-size: 1rem;
    margin-right: auto;
    margin-top: -5px;
  }
  .level-member {
    font-size: 0.75rem;
    height: 26px;
    padding: 0 10px;
  }
  .btn-editprofile {
    font-size: 0.75rem;
    height: 34px;
    padding: 0;
    margin-top: 5px;
    opacity: 0.5;
    text-decoration: underline;
    border: 0;
    background: none;
  }
  .btn-editprofile i {
    display: none;
  }
  .profile-phone {
    font-size: 0.9rem;
    width: 100%;
    margin-top: 5px;
  }
  .profile-phone i {
    font-size: 1.05rem;
  }
  .profile-boxbtn {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 5px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    justify-content: space-between;
  }
  .profile-boxbtn a {
    width: 32%;
    margin: 0;
    height: 38px;
    font-size: 0.85rem;
    padding: 0;
    justify-content: center;
  }
  .profile-boxbtn a.btn-postcar img {
    margin-right: 5px;
    width: 25px;
  }
  .profile-boxbtn a.btn-performance img {
    margin-right: 5px;
    width: 18px;
  }
  .profile-boxname {
    display: flex;
    flex-wrap: wrap;
  }
  .page-profile {
    padding: 15px 0 15px;
  }
  .topic-profilepage {
    font-size: 1.4rem;
  }
  .topic-profilepage i {
    font-size: 0.9rem;
    padding-right: 7px;
  }
  .menu-mycar {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .menu-mycar ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .menu-mycar ul li {
    width: 19.5%;
  }
  .menu-mycar ul li a {
    border-radius: 5px;
    margin-right: 0;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 50px;
    line-height: 1.3;
    font-size: 0.75rem;
  }
  .menu-mycar ul li a div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .item-mycar-cover {
    width: 130px;
  }
  .mycar-detail-mb {
    display: flex;
    width: calc(100% - 130px);
    flex-wrap: wrap;
    padding-left: 13px;
    padding-top: 5px;
  }
  .mycar-detail-mb .mycar-type {
    width: 100%;
    margin: 0;
  }
  .mycar-detail-mb .mycar-name {
    font-size: 0.95rem;
  }
  .item-mycar-detail {
    width: 100%;
    margin: 10px 0;
    padding: 7px 0 0;
    border-top: 1px solid #EFEFEF;
  }
  .item-mycar-detail .mycar-name,
  .item-mycar-detail .mycar-type,
  .item-mycar-detail .mycar-idcar {
    display: none;
  }
  .item-mycar-detail .text-end {
    text-align: left !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .item-mycar-detail .mycar-post {
    font-size: 0.85rem;
    padding: 0 5px;
  }
  .item-mycar-detail .mycar-expire {
    font-size: 0.85rem;
    padding: 0 5px;
  }
  .item-mycar-detail .mycar-boxline .text-end {
    text-align: right !important;
    justify-content: flex-end;
  }
  .mycar-boxline {
    margin-top: 7px;
    padding: 10px 5px;
  }
  .mycar-price {
    font-size: 1.1rem;
  }
  .mycar-editprice {
    padding: 0 10px;
    margin-left: 15px;
  }
  .mycar-reserve {
    margin-left: 0;
    padding: 0 10px;
  }
  .item-mycar-button {
    margin-top: 0;
    justify-content: space-between;
  }
  .item-mycar-button .btn-mycar {
    font-size: 0.9rem;
    margin-right: 0;
  }
  .desc-pageprofile .item-mycar {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .txt-editprices {
    font-size: 1.6rem;
  }
  .frm-edit-carprice {
    padding: 15px 10px;
  }
  .frm-edit-carprice form input {
    height: 40px;
    padding: 0 15px;
  }
  .txt-editprices2 {
    font-size: 1rem;
  }
  .txt-editprices3 {
    font-size: 1.2rem;
  }
  .frm-edit-carprice form .frm-step-button {
    margin-top: 15px;
  }
  .mycarsearch-type {
    max-height: 200px;
  }
  .menuprofile-mb {
    padding: 10px 20px 20px;
  }
  .item-mycar-detail-check.item-mycar-detail {
    width: 100%;
  }
  .item-mycar-detail-check.item-mycar-detail .mycar-boxline {
    display: none;
  }
  .mycar-price-mb {
    display: flex;
    padding-right: 5px;
  }
  .note-waitedit,
  .note-expire {
    font-size: 1rem;
  }
  .expire-selectall {
    bottom: 71px;
    padding: 10px 15px;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .expire-selectall .txt-itemcar {
    font-size: 0.9rem;
  }
  .expire-selectall button {
    height: 36px;
    padding: 0 20px;
    font-size: 0.9rem;
    margin-left: 7px;
  }
  .boxcar-expire .login-checkbox {
    padding-right: 10px;
    padding-left: 5px;
  }
  .page-performance {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .page-performance .menu-mycar ul li {
    width: 32.9%;
    text-align: center;
  }
  .page-performance .menu-mycar ul li a br {
    display: block;
  }
  .page-performance .score-performance {
    padding-left: 5px;
  }
  .page-performance .show-menuprofile {
    font-size: 0.9rem;
  }
  .item-mycar-detail-check.item-mycar-detail {
    border-top: 1px solid #373737;
    margin-bottom: 3px;
  }
  .wrap-btnshare {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .wrap-btnshare .btn-popupshare {
    font-size: 2.2rem;
    margin: 0 5px;
  }
  .frm-popupshare.frm-contactback {
    padding: 20px 0 15px;
  }
  .detail_slide {
    padding: 0;
  }
  .popup-carprice.frm-contactback {
    padding: 10px 0;
  }
  .topic-postcar-mt {
    margin-top: 50px;
  }
  .totop-mb #button-top {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
  .item-mycar-edit.desc-pageprofile .item-mycar {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .item-noti .text-end {
    font-size: 0.8rem;
    padding-right: 15px;
    white-space: nowrap;
    padding-top: 5px;
  }
  .page-noti {
    padding-bottom: 50px;
  }
  .customer-carname {
    padding-top: 0;
    padding-right: 35px;
    margin-bottom: 10px;
  }
  .wrap-detailcustomer .item_customer {
    padding: 20px 15px;
  }
  .wrap-detailcustomer .btn-contactcus {
    top: 8px;
  }
  .wrap-detailcustomer .box-topiccustomer {
    width: 100%;
  }
  .customer-date {
    font-size: 0.8rem;
  }
  .box-selectdate .input-daterange .txt-daterange {
    font-size: 0.9rem;
  }
  .box-selectdate .input-daterange input {
    width: 120px;
    padding: 5px 10px;
    font-size: 0.85rem;
  }
  .box-selectdate .input-daterange span {
    font-size: 0.9rem;
    padding: 0 10px;
  }
  .btn-noti {
    font-size: 1.35rem;
  }
  .btn-noti div {
    top: 0px;
    right: -5px;
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
    padding-top: 2px;
  }
  .topbar-right .btn-noti {
    margin-right: 42px;
  }
  .profile-boxbtn a.btn-cuscontact i {
    padding-right: 2px;
    font-size: 1.1rem;
  }
  .wrap-postwelcome {
    padding: 100px 10px 120px;
  }
  .hide-txtmb {
    display: none;
  }
  .desc-cardetail .box-listdesc .topic-listdesc i {
    font-size: 1.3rem;
  }
  .listdesc-contact a {
    margin-right: 5px;
  }
  .carsearch-ul {
    height: calc(100% - 177px);
  }
  .title-pricing {
    font-size: 2rem;
  }
  .bg-package {
    padding-top: 50px;
  }
  .tab-menu-pricing {
    width: 100%;
    border-radius: 7px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-menu-pricing {
    width: 49%;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.3;
  }
  .item-box-package {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .box-package {
    padding: 20px 10px 10px;
  }
  .box-package-spec {
    padding: 15px;
    min-height: auto;
  }
  .box-package-spec-list {
    font-size: 0.98rem;
  }
  .package-reccommend .tag-reccommend {
    left: 12px;
  }
  .package-reccommend .tag-reccommend img {
    width: 80px;
  }
  .form-package-contact {
    padding: 25px 15px 7px;
  }
  .form-package-contact label {
    margin-bottom: 5px;
  }
  .form-package-contact .btn-default {
    width: 100%;
    justify-content: center;
    font-size: 1.05rem;
  }
  .box-package-contact {
    margin-bottom: 20px;
  }
  .box-package-contact .form-check {
    align-items: flex-start;
  }
  .box-package-contact .form-check input {
    width: 35px;
    height: 35px;
  }
  .box-package-contact .form-check label {
    line-height: 1.8;
  }
  .box-inputyear {
    margin-bottom: 10px;
  }
  .carsearch-input {
    margin-bottom: 19px;
  }
  .sub-topic-pricing h3 {
    font-size: 1.45rem;
    line-height: 1.5;
  }
  .wrap-pack-premium {
    padding: 50px 15px 20px;
  }
  .wrap-pack-premium .box-package-price {
    font-size: 1.1rem;
  }
  .wrap-pack-premium .box-package-price span {
    font-size: 1.8rem;
  }
  .wrap-pack-premium h2 {
    font-size: 1.7rem;
    margin-bottom: 17px;
  }
  .wrap-pack-premium .btn-default {
    margin-top: 20px;
    width: 95%;
  }
  .wrap-pack-premium .box-diamond img {
    width: 25px;
  }
  .box-package-premium {
    padding: 0 30px;
  }
  .box-package-premium .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    left: -42px;
  }
  .box-package-premium .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    right: -42px;
  }
  .bg-package.bg-order {
    padding-left: 5px;
    padding-right: 5px;
  }
  .wrap-order h2 {
    font-size: 1.6rem;
  }
  .wrap-order-detail {
    margin-top: 10px;
  }
  .wrap-order-detail .login-checkbox .checkmark {
    width: 20px;
    height: 20px;
  }
  .wrap-order-detail .login-checkbox .checkmark::after {
    width: 6px;
    height: 12px;
    left: 7px;
    top: 2px;
  }
  .wrap-order-detail .login-checkbox .list-checkbox {
    padding-left: 22px;
  }
  .topic-cart {
    font-size: 1.15rem;
    font-weight: 400;
  }
  .topic-cart i {
    font-size: 0.45rem;
    margin-right: 6px;
  }
  .bg-orderdetail {
    border-radius: 6px;
    padding: 10px;
  }
  .cart-pack-price {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .cart-pack-price .box-package-price, .cart-pack-price .box-package-sale {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 7px;
  }
  .topic-orderdetail {
    font-size: 1rem;
  }
  .box-invoice-form {
    padding: 10px;
  }
  .wrap-donate .bg-orderdetail .box-package-contact select {
    width: 100%;
    margin-bottom: 7px;
  }
  .box-input-code .btn-submitcode {
    height: 40px;
    font-size: 0.95rem;
    width: 100px;
  }
  .box-input-code input {
    height: 40px;
    width: calc(100% - 105px);
  }
  .txt-totalprice {
    font-size: 1.1rem;
  }
  .box-sum-cart .btn-red {
    font-size: 1rem;
    height: 43px;
    margin-top: 20px;
  }
  .wrap-payment-success {
    margin: 30px auto;
  }
  .wrap-payment-success-logo img {
    width: 230px;
  }
  .wrap-payment-success-thx {
    border-radius: 15px;
    margin-top: 25px;
    padding: 45px 15px;
  }
  .wrap-btn-thx {
    margin-top: 25px;
  }
  .wrap-btn-thx a {
    width: 140px;
    font-size: 1rem;
    margin: 0 3px;
  }
  .btn-editprofile {
    margin-right: 10px;
  }
  .popup-logout {
    padding: 45px 15px;
  }
  .popup-logout .logout-note div {
    display: inline-block;
  }
  .txt-deal-slot {
    font-size: 0.9rem;
    justify-content: flex-start;
    padding-bottom: 5px;
  }
  .txt-deal-slot img {
    display: none;
  }
  .box-menudeal {
    padding: 0 10px;
  }
  .box-menudeal ul li a {
    font-size: 0.9rem;
  }
  .box-menudeal.box-menudeal-mb {
    margin-bottom: 7px;
  }
  .box-menudeal.box-menudeal-mb li {
    padding: 0 7px;
  }
  .box-menudeal.box-menudeal-mb li a div {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .box-menudeal.box-menudeal-mb li a img {
    width: 24px;
  }
  .box-menudeal.box-menudeal-mb li a .have-code {
    font-size: 0.7rem;
    margin-top: 4px;
  }
  .box-menudeal.box-menudeal-mb li.box-m-code a img {
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .carsold-select .txt-select-month {
    display: none;
  }
  .page-member {
    padding: 15px 5px;
  }
  .page-member h2 {
    font-size: 1.2rem;
  }
  .page-member h3 {
    font-size: 1rem;
  }
  .page-member.levelclass-member .member-profile-userid, .page-member.levelclass-classic .member-profile-userid, .page-member.levelclass-gold .member-profile-userid, .page-member.levelclass-platinum .member-profile-userid {
    color: #666;
    text-align: left;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }
  .page-member.levelclass-member .member-profile-userid i, .page-member.levelclass-classic .member-profile-userid i, .page-member.levelclass-gold .member-profile-userid i, .page-member.levelclass-platinum .member-profile-userid i {
    display: none;
  }
  .page-member.levelclass-member .member-profile-userid .boxtext-memid, .page-member.levelclass-classic .member-profile-userid .boxtext-memid, .page-member.levelclass-gold .member-profile-userid .boxtext-memid, .page-member.levelclass-platinum .member-profile-userid .boxtext-memid {
    width: calc(100% - 110px);
    padding-right: 40px;
  }
  .page-member.levelclass-member .member-profile-userid .btn-seetier, .page-member.levelclass-classic .member-profile-userid .btn-seetier, .page-member.levelclass-gold .member-profile-userid .btn-seetier, .page-member.levelclass-platinum .member-profile-userid .btn-seetier {
    width: 110px;
    white-space: nowrap;
    margin-top: 0;
    padding: 0 10px;
    font-size: 0.8rem;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
  }
  .page-member.levelclass-member .member-profile-userid .btn-seetier img, .page-member.levelclass-classic .member-profile-userid .btn-seetier img, .page-member.levelclass-gold .member-profile-userid .btn-seetier img, .page-member.levelclass-platinum .member-profile-userid .btn-seetier img {
    margin-left: 6px;
  }
  .page-member.levelclass-classic .member-profile-userid {
    color: #F4F4F4;
  }
  .page-member.levelclass-gold .member-profile-userid {
    color: #fff;
  }
  .page-member.levelclass-gold .member-profile-userid .btn-seetier {
    background: rgba(0, 0, 0, 0.2);
  }
  .boxtext-membername {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .member-boxid {
    padding: 10px;
    font-size: 0.9rem;
  }
  .member-boxid .text-end {
    text-align: left !important;
  }
  .btn-sentmember {
    font-size: 0.8rem;
  }
  .btn-purchase-history {
    display: flex;
    border-top: 1px solid #eee;
    margin-top: 7px;
    padding-top: 7px;
    font-size: 0.9rem;
  }
  .btn-purchase-history img {
    width: 15px;
    height: auto;
  }
  .wrap-boxcode {
    margin-top: 20px;
  }
  .wrap-boxcode h3 {
    font-size: 1.1rem;
  }
  .wrap-orderhistory {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .wrap-orderhistory h3 {
    font-size: 1.2rem;
  }
  .box-orderhistory {
    border-radius: 5px;
  }
  .box-orderhistory-list .col-12 {
    padding: 0;
  }
  .box-orderhistory-list .text-end {
    text-align: left !important;
    padding-left: 15px;
  }
  .box-orderhistory-list h5 {
    font-size: 1rem;
  }
  .box-orderhistory-list-date {
    font-size: 0.8rem;
  }
  .box-orderhistory-list-price {
    font-size: 1rem;
    margin-top: 3px;
  }
  .title-orderhis {
    font-size: 0.7rem;
  }
  .title-orderhis img {
    width: 17px;
    margin-right: 5px;
  }
  .title-orderhis span {
    font-size: 0.8rem;
    padding-left: 0;
  }
  .title-orderhis .amount-orderhis {
    font-size: 0.7rem;
    padding-left: 5px;
  }
  .title-orderhis .amount-orderhis span {
    font-size: 0.8rem;
  }
  .seetiers-topic-gold {
    max-width: 100%;
  }
  .btn-tiers-back span {
    display: none;
  }
  .wrap-btntiers .btn-tiers-back {
    font-size: 0.9rem;
    padding-left: 10px;
  }
  .wrap-btntiers .btn-tiers-back span {
    display: inline-block;
  }
  .wrap-btntiers .btn-tiers-back .svg {
    width: 17px;
  }
  .wrap-btntiers .btn-tiers-back:first-child {
    padding-right: 15px;
  }
  .wrap-desc-seetiers {
    padding: 40px 0;
  }
  .wrap-desc-seetiers h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .seetiers-topic-gold {
    font-size: 1.1rem;
    width: 300px;
    height: 49px;
  }
  .box-detail-tiers {
    align-items: flex-start;
    padding: 40px 15px 5px;
  }
  .box-detail-tiers .icon-starmember {
    width: 90px;
  }
  .box-detail-tiers .desc-starmember {
    width: calc(100% - 90px);
    padding-left: 15px;
    font-size: 0.85rem;
  }
  .box-detail-tiers .desc-starmember h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .box-detail-tiers .desc-starmember img {
    margin-right: 7px;
    width: 13px;
  }
  .topic-seetier2 {
    font-size: 1.2rem;
  }
  .topic-seetier2 .svg {
    width: 24px;
  }
  .seetiers-boxmember {
    width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 10px;
    padding: 15px 10px 0;
  }
  .seetiers-boxmember img {
    width: 35px;
    margin-bottom: 7px;
  }
  .seetiers-boxmember .seetiers-txt {
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
  }
  .seetiers-boxmember .seetiers-txt h5 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 17px;
    padding-left: 5px;
  }
  .seetiers-boxmember .seetiers-txt h6 {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 1rem;
  }
  .seetiers-boxmember .line {
    margin: 10px auto 20px;
  }
  .logo-bigbrand {
    width: 40px;
    top: -7px;
    right: -7px;
  }
  .box-timeout {
    padding: 3px;
  }
  .box-timeout .txt-timeout {
    font-size: 0.65rem;
  }
  .box-timeout .txt-timeout i {
    padding-right: 0;
    font-size: 0.6rem;
  }
  .tag-bottom-right {
    bottom: 2px;
    right: 2px;
  }
  .tag-bottom-right img {
    height: 26px;
  }
  .tag-top-left {
    width: 70px;
    top: 0;
  }
  .item-car {
    height: calc(100% - 22px);
  }
  .item-car .car-price-discount {
    font-size: 0.65rem;
    padding-top: 3px;
  }
  .item-car .car-price-discount span {
    padding-right: 5px;
  }
  .tag-top {
    max-width: 97px;
    top: -3px;
    left: 3px;
  }
  .tag-top img {
    max-height: 30px;
  }
  .tag-top-left2 {
    width: 62px;
    top: -3px;
    left: -4px;
  }
  .tag-top-left3 {
    max-width: 40px;
  }
  .row-itemcar.carlist-page .col-itemcar:nth-child(n+5) {
    display: block;
  }
  .tab_vipdetail {
    padding: 20px 15px 10px;
  }
  .tab_vipdetail .col-itemcar {
    width: 280px;
  }
  .package-premium-padding {
    padding: 20px 10px 35px;
  }
  .col-card-member {
    padding: 0 5px 20px;
  }
  .col-card-member .photo-membercard img {
    width: 75px;
  }
  .col-card-member .txt-cardlevel {
    font-size: 0.7rem;
    margin-top: -13px;
  }
  .col-card-member::before {
    height: 7px;
  }
  .col-card-member.member-active::after {
    width: 17px;
    height: 17px;
    bottom: -5px;
  }
  .box-detail-tiers.box-detail-tiers-card {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .member-boxpad {
    padding: 0 10px;
  }
  .member-boxpad .card-colpad {
    padding: 0 1px;
  }
  .member-boxpad .card-colpad .txt-point {
    font-size: 0.75rem;
  }
  .member-boxpad .card-colpad .txt-point .svg {
    width: 15px;
    height: auto;
  }
  .member-boxpad .tab-member {
    font-size: 0.65rem;
    border-radius: 5px 5px 0 0;
    height: 30px;
  }
  .member-boxpad h3 {
    font-size: 0.9rem;
    padding-top: 4px;
  }
  .member-boxpad h4 {
    font-size: 0.9rem;
  }
  .member-boxpad.bgwhite-member {
    border-radius: 0;
    padding-top: 15px;
  }
  .list-special-member {
    margin-top: -115px;
  }
  .bg-topic-special {
    border-radius: 5px;
    font-size: 0.9rem;
    margin-top: 7px;
    padding: 8px 12px 6px;
  }
  .special-list .row h5 {
    font-size: 0.85rem;
  }
  .wrap-btn-carsold {
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  .wrap-btn-carsold .mycar-soldout {
    margin-left: 0;
  }
  .menu-specialdeal.menu-mycar ul {
    justify-content: flex-start;
  }
  .menu-specialdeal.menu-mycar ul li {
    width: 33.33%;
    padding-right: 5px;
  }
  .menu-specialdeal.menu-mycar ul li a {
    min-width: 100%;
    font-size: 0.9rem;
    height: 48px;
  }
  .menu-specialdeal.menu-mycar ul li a br {
    display: block;
  }
  .txt-deal-remaining {
    text-align: left;
    margin: 5px 0 10px;
  }
  .wrap-menu-specialdeal {
    margin-bottom: 25px;
  }
  .topic-dealspecial {
    font-size: 1.15rem;
  }
  .deal-nametype {
    font-size: 1rem;
  }
  .box-item-cardeal .item-car figure figcaption .car-name, .box-item-cardeal .item-car figure figcaption .car-series {
    font-size: 0.9rem;
  }
  #popup-adddeal .popup-logout {
    border-radius: 10px;
  }
  #popup-adddeal .popup-logout .logo-top {
    width: 100%;
  }
  #popup-adddeal .popup-logout .logo-top img {
    width: 70%;
  }
  #popup-adddeal .popup-logout h3 {
    font-size: 1.3rem;
  }
  #popup-adddeal .popup-logout p {
    font-size: 0.9rem;
  }
  #popup-adddeal .popup-logout .wrap-btn-thx a {
    height: 43px;
  }
  .popupdeal-amount {
    margin-top: 10px;
  }
  .popupdeal-txt-note {
    font-size: 0.85rem;
  }
  .popupdeal-totalprice {
    padding: 20px 0;
    font-size: 1rem;
  }
  .popupdeal-totalprice span {
    font-size: 1rem;
  }
  .list-cartdeal input {
    width: 55px;
    border-radius: 5px;
  }
  .table-list-cartdeal div {
    font-size: 1rem;
  }
  .adddeal-item .item-mycar-cover {
    width: 150px;
  }
  .adddeal-item .adddeal-desc {
    padding: 10px 0 0 10px;
    width: calc(100% - 160px);
  }
  .adddeal-item .adddeal-desc .mycar-name {
    font-size: 0.9rem;
  }
  .adddeal-item .item-mycar {
    margin: 10px 0 15px;
  }
  .deal-selectcar {
    margin: 5px 0 10px;
    height: 30px;
    width: 75px;
  }
  .deal-selectcar i {
    margin-right: 5px;
    font-size: 1.1rem;
  }
  .item-changedeal {
    margin-bottom: 30px;
  }
  .wrap-breadcrumb .breadcrumb {
    font-size: 0.85rem;
  }
  .wrap-breadcrumb .breadcrumb .breadcrumb-item {
    padding: 0;
  }
  .wrap-breadcrumb .breadcrumb .breadcrumb-item a span {
    padding-right: 15px;
  }
  .wrap-breadcrumb .breadcrumb .breadcrumb-item::before {
    width: 8px;
    height: 8px;
  }
  .wrap-breadcrumb .breadcrumb .breadcrumb-item:first-child a span {
    padding-right: 10px;
  }
  .btn-changedeal.deal-selectcar {
    padding: 0 7px;
    font-size: 0.85rem;
  }
  .wrap-errorpage h1 {
    font-size: 1.3rem;
  }
  .wrap-breadcrumb h1 {
    font-size: 1rem;
  }
  .wrap-desc-yourpack {
    padding-top: 0;
  }
  .wrap-yourpack {
    padding: 15px;
  }
  .wrap-yourpack-date {
    text-align: left;
  }
  .wrap-yourpack-detail {
    margin-top: 12px;
    padding: 0 10px;
  }
  .wrap-yourpack-detail-list {
    padding: 10px 0;
    font-size: 0.9rem;
  }
  .list-yourpack-bg {
    padding: 5px 8px 8px;
    margin-top: 15px;
  }
  .list-yourpack-bg-name {
    line-height: 1.5;
  }
  .list-yourpack-bg-name span {
    display: block;
  }
  .list-yourpack-bg-time {
    font-size: 0.8rem;
    line-height: 1.5;
    padding-top: 3px;
  }
  .list-yourpack-bg-time span {
    display: block;
  }
  .list-yourpack-bg-grey {
    padding: 5px;
    font-size: 0.8rem;
  }
  .txt-carseo-notfound {
    font-size: 1.2rem;
    text-align: center;
  }
  .box-text-notfound img {
    height: 120px;
    margin: 25px 0;
  }
  .box-text-notfound h1 {
    font-size: 1.2rem;
  }
}
@media (max-width: 360px) {
  .carsearch-input {
    margin-bottom: 20px;
  }
  .boxshow-advance button {
    margin-bottom: 5px;
  }
  .box-txtlogin h1 {
    font-size: 1.4rem;
  }
  .box-txtlogin .txt-login01 {
    font-size: 1.1rem;
  }
  .box-txtlogin .list-txtlogin div {
    font-size: 0.95rem;
  }
  .box-txtlogin .list-txtlogin div img {
    width: 20px;
  }
}
@media (max-width: 321px) {
  .profile-boxbtn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .profile-boxbtn a {
    font-size: 0.8rem;
    width: 32.3%;
  }
  .profile-boxbtn a.btn-postcar img {
    width: 22px;
  }
  .profile-boxbtn a.btn-performance img {
    width: 16px;
    margin-right: 3px;
  }
  .menu-mycar ul li a {
    padding: 5px 2px;
    font-size: 0.75rem;
  }
  .mycar-editprice {
    white-space: nowrap;
    font-size: 0.8rem;
  }
  .mycar-editprice i {
    padding-right: 3px;
  }
  .mycar-reserve {
    font-size: 0.8rem;
  }
  .profile-boxbtn a.btn-cuscontact div {
    min-width: 21px;
    height: 21px;
    font-size: 0.75rem;
  }
  .box-selectdate .input-daterange input {
    font-size: 0.75rem;
    background-size: 13px auto;
    width: 105px;
    padding: 5px 7px;
    background-position: right 8px center;
  }
  .box-selectdate .input-daterange span {
    font-size: 0.8rem;
    padding: 0 7px;
  }
  .box-selectdate .input-daterange .txt-daterange {
    font-size: 0.8rem;
    padding: 0 7px 0 0;
  }
  .menu-mobile a img, .menu-mobile button img {
    height: 18px;
  }
  .menu-mobile a, .menu-mobile button {
    font-size: 0.7rem;
  }
  .menu-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap-detailcustomer .detail-contactcus {
    padding: 15px;
  }
  .share-contactcus .wrap-btnshare .btn-popupshare.icon-fb {
    margin-left: 10px;
  }
  .share-contactcus .wrap-btnshare .btn-popupshare {
    margin: 0px 15px 0 0;
    font-size: 1.45rem;
  }
  .box-iconstep a img {
    height: 67px;
  }
  .numbers .box-itemnum .item-num {
    margin-right: 10px;
  }
  .desc-cardetail .box-listdesc .topic-listdesc {
    font-size: 0.9rem;
  }
  .desc-cardetail .box-listdesc .topic-listdesc i {
    font-size: 1.2rem;
  }
  .btn-sharepost img {
    width: 18px;
    margin-right: 1px;
  }
  .average-bar .item-bar .txt-seeyear {
    font-size: 0.6rem;
    white-space: nowrap;
  }
  .average-viewall {
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .avgprice {
    font-size: 0.65rem;
  }
  .box-avgprice div {
    font-size: 0.65rem;
  }
  .box-avgprice {
    padding: 3px;
  }
}/*# sourceMappingURL=layout.css.map */