.shortcut-button {
  margin-top: 10px;
  margin-bottom: 45px;
}

.shortcut-button .shortcut-col {
  width: calc(100% / 4);
  float: left;
  text-align: center;
  border-right: 1px solid #eeeeee;
}

.shortcut-button .shortcut-col:last-child {
  border-right: 0;
}

.shortcut-button a {
  display: inline-block;
  padding: 10px 0 11px;
  text-align: center;
  font-size: 25px;
  color: #222222;
  font-family: "DBHelvethaicaXBdv";
  position: relative;
}

.shortcut-button a span {
  margin-left: 50px;
}

.shortcut-button a i {
  color: #c40030;
  position: absolute;
  top: 10px;
  font-size: 35px;
}

.shortcut-button:after,
.section-service .list-credit-slide:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.section-slide-car {
  border-top: 1px solid #eeeeee;
  background: url("../img/bg-choose-csr.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0 50px;
}

.section-slide-car .swiper-slide-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-slide-car .swiper-slide-detail {
  text-align: left;
  padding: 10px 30px 10px 0;
}

p.txt-start {
  font-family: "DBHelvethaicaXBdv";
  font-size: 20px;
  line-height: 1;
  margin-bottom: -5px;
}

.price-car {
  color: #c40030;
  margin-bottom: 20px;
}

.price-car span {
  font-size: 20px;
  font-family: "DBHelvethaicaXBdv", Helvetica, Arial, sans-serif;
}

.title-car {
  text-transform: uppercase;
  margin-bottom: 14px;
}

.car-swiper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.car-swiper:before,
.car-swiper:after {
  content: "";
  display: block;
  width: 130px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.car-swiper:before {
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.8+40,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}

.car-swiper:after {
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+60,1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}

.car-swiper .swiper-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 5px;
  overflow: visible;
  z-index: inherit;
}

.section-slide-car.swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  left: 0;
  bottom: 0;
}

.section-slide-car .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.section-slide-car .swiper-slide {
  position: relative;
}

.section-slide-car .swiper-slide .btn-action {
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.section-slide-car .swiper-slide:hover .btn-action {
  opacity: 1;
  transform: translateY(5px);
  -ms-transform: translateY(5px);
}

.section-slide-car .swiper-scrollbar-drag {
  background: #222;
}

.owl-theme .owl-dots .owl-dot span {
  outline: 0;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 5px 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #c00130;
}

.owl-theme .owl-dots .owl-dot {
  vertical-align: middle;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
  border: 0;
}

.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  bottom: 0;
  z-index: 1500;
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  padding: 20px 0 40px 0 !important;
  border: 0;
  margin: 0;
  position: absolute;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  color: #333;
  text-align: center;
  pointer-events: all;
  text-indent: -99999px;
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  outline: 0;
  border: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(196, 0, 48, 1);
}

.owl-carousel .owl-nav button.owl-prev:hover:after {
  background-image: url(../img/arw-slide-left-hover.png);
}

.owl-carousel .owl-nav button.owl-next:hover:after {
  background-image: url(../img/arw-slide-right-hover.png);
}

.owl-carousel .owl-nav button.owl-prev:after {
  width: 14px;
  height: 26px;
  content: "";
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 14px 26px;
  margin: 0 auto;
  background-image: url(../img/arw-slide-left.png);
}

.owl-carousel .owl-nav button.owl-next:after {
  width: 14px;
  height: 26px;
  content: "";
  display: block;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 14px 26px;
  background-image: url(../img/arw-slide-right.png);
}

.owl-item {
  cursor: -webkit-grabbing;
  overflow: hidden;
}

.section-herovdo {
  position: relative;
  width: 100%;
  height: 635px;
  overflow: hidden;
  display: none;
}

.hero-vdo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.owl-item.active .item-car {
  -webkit-animation: mymove 1.1s;
  animation: mymove 1.1s;
}

@keyframes mymove {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#section-showReel.ccx {
  position: absolute;
  z-index: 2;
}

.px-cvVideo {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.px-cvVideo .bound {
  width: 100%;
  max-width: none;
}

.overlay {
  display: block;
  position: absolute;
  opacity: 0.12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/overlay2.png");
  z-index: 1;
}

.flow-wrapper {
  overflow: hidden;
  height: 0px;
}

.herovdo-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.herovdo-content .container {
  position: relative;
  height: 100%;
}

.herovdo-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: inline-block;
  padding: 70px 55px 100px 55px;
  background-color: rgba(255, 255, 255, 0.85);
}

/* Red */

.section-red {
  background: url("../img/bg-red.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 10% 0 6%;
}

.section-red svg#Layer_2 {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 101%;
  z-index: 5;
}

.section-red:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.section-credit-slide {
  background: url("../img/bg-credit.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 110px 0 50px;
  min-height: 500px;
}

.section-credit-slide svg#Layer_2 {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 101%;
  z-index: 5;
}

.title-item {
  color: #fff;
  font-family: "DBHelvethaicaXBdv", Helvetica, Arial, sans-serif;
}

.des-item {
  color: #e5859c;
  margin: 10px 0 25px;
}

.title-item,
.des-item {
  padding-left: 5px;
}

.item-highlight .col-right {
  padding: 30px 0 0 20px;
}

.item-highlight-inner {
  position: relative;
  width: 100%;
  max-width: 324px;
}

.item-front {
  position: absolute;
  bottom: -20%;
  left: 45%;
  z-index: 10;
  width: 100%;
  max-width: 314px;
}

.item-highlight {
  width: 50%;
  float: left;
}

.section-red div .item-highlight:first-child {
  padding-top: 60px;
}

.section-credit-slide .section-title h2 {
  color: #fff;
}

.list-credit-slide {
  padding: 20px 0 0;
}

.section-credit-slide .list-credit-slide .image,
.section-credit-slide .list-credit-slide .detail {
  width: 50%;
  max-width: 550px;
}

.section-title {
  position: relative;
}

.section-service .list-credit-slide {
  padding: 0 0 0;
}

.list-credit-slide .detail {
  padding: 30px 60px 0;
}

.list-credit-slide-title {
  color: #fff;
}

.credit-slide {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.list-credit-slide-title {
  font-size: 40px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "DBHelvethaicaXBdv";
}

.list-credit-slide-title span.nissan {
  font-size: 30px;
  display: block;
  padding: 0;
  font-family: "nissanBrandBold";
}

.credit-slide .swiper-wrapper {
  /*    z-index: 11;*/
}

.credit-slide.swiper-container-horizontal > .swiper-pagination-bullets {
  left: auto;
  width: 45%;
  right: 0;
  text-align: left;
  bottom: 20%;
  padding-left: 10px;
}

.section-service {
  background: url("../img/bg-credit-02.png") top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: -8% 0 -1%;
  padding: 8% 0 60px;
}

.section-service .image,
.section-service .detail {
  width: 50%;
}

.section-service .image {
  float: right;
}

.section-service .detail {
  text-align: right;
  float: left;
}

.section-service .list-credit-slide-title {
  color: #222222;
}

.list-laste-img a img {
  width: 100%;
}

.list-laste-detail {
  padding: 22px 0 60px;
  position: relative;
}

.list-laste a {
  display: block;
}

.laste-share {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: url("../img/bg-share.jpg") center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    height 0.3s ease-in-out;
}

.list-laste:hover .laste-share {
  height: 55px;
  visibility: visible;
  opacity: 1;
}

.laste-share i {
  font-size: 17px;
}

.open-share i {
  color: #fff;
}

.title-twiiter {
  font-size: 18px;
  color: #222;
  margin: 5px 0;
}

.hastag {
  font-family: "nissanBrandBold";
  font-size: 14px;
  color: #ccc;
}

.icons-twiiter i {
  font-size: 20px;
  color: #ccc;
}

.twiiter-header {
  margin-top: 10px;
}

.twiiter-content {
  padding: 25px 0 0px;
  font-size: 14px;
}

.twiiter-content > p {
  color: #777777;
  font-size: 14px;
  line-height: 1.5;
  height: 62px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-laste {
  margin-top: 50px;
}

.twiiter-content a {
  color: #c40030;
}

span.date {
  font-size: 13px;
  font-weight: bold;
  color: #bbb;
  margin: 10px 0;
  display: block;
}

.twiiter-bottom a {
  display: inline-block;
  color: #b2b2b2;
  font-size: 18px;
  padding: 10px 5px;
  margin-right: 20px;
}

.twiiter-bottom {
  border-bottom: 4px solid #c40030;
}

.svg-service {
  display: none;
}

.box-thk .image {
}

.box-thk .content-detail {
  max-width: 400px;
  margin: 0;
  text-align: left;
}

#msg_support {
  margin: 10px 0;
}

.des-msg {
  font-family: "DBHelvethaicaXMedv", Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #222;
  display: inline-block;
  margin-top: 10px;
  line-height: 1;
}

.box-thk .content-detail p {
  padding-left: 30px;
  position: relative;
  text-align: left;
  font-family: "DBHelvethaicaXBdv", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #222;
}

.box-thk .heading-h1 {
  margin-bottom: 20px;
}

.box-thk .content-detail p:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  border-top: 2px solid #c40030;
  border-left: 2px solid #c40030;
  display: inline-block;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  visibility: visible;
}

.btn-download {
  margin-top: 10px;
  width: 100%;
  font-family: "DBHelvethaicaXBdv", Helvetica, Arial, sans-serif;
}

.btn-download i {
  margin-left: 5px;
  font-size: 15px;
}

.box-thk .content-detail input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 3px;
}

.car-swiper .swiper-button-prev:focus,
.car-swiper .swiper-button-next:focus {
  outline: 0;
}

.car-swiper .swiper-button-prev,
.car-swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  background-color: #bcbcbc;
  border-radius: 50%;
  background-image: none;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.car-swiper .swiper-button-prev:hover,
.car-swiper .swiper-button-next:hover {
  background-color: #c40030;
}

.car-swiper:hover .swiper-button-prev,
.car-swiper:hover .swiper-button-next {
  opacity: 1;
}

.car-swiper .swiper-button-prev {
  left: -50px;
}

.car-swiper .swiper-button-next {
  right: -50px;
}

.car-swiper .swiper-button-prev:after,
.car-swiper .swiper-button-next:after {
  content: "";
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  visibility: visible;
  margin: 0;
  left: 15px;
  position: absolute;
  top: 16px;
}

.car-swiper .swiper-button-prev:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 18px;
}

.car-swiper .swiper-button-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.swiper-slide-inner .image {
  max-width: 270px;
}

.swiper-slide-inner .swiper-button-next,
.swiper-slide-inner .swiper-container-rtl .swiper-button-prev {
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: pointer;
  pointer-events: inherit;
}

.modal-thk .popup-consent-cookie-close .mfp-close {
  top: 0;
  right: 0;
}

.popup-consent-cookie-close {
  width: 30px;
  height: 30px;
  opacity: 1;
  top: 20px;
  right: 10px;
  color: #888;
  text-align: center;
  font-size: 0;
  line-height: 42px;
  display: block;
  position: absolute;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.popup-consent-cookie-close::before {
  border-top: 3px solid #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.popup-consent-cookie-close::after {
  border-top: 3px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1140px) {
  .car-swiper:before {
    background: transparent;
  }

  .car-swiper .swiper-container {
    margin: 0 20px 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  h3.title-item {
    font-size: 35px;
  }

  .section-slide-car .swiper-slide .btn-action {
    opacity: 1;
    transform: translateY(5px);
    -ms-transform: translateY(5px);
  }

  .section-slide-car .swiper-slide .btn-action .btn {
    background-color: #fff;
    color: #c40030;
    border: 2px solid #c40030;
  }

  .section-slide-car .swiper-slide .btn-action .btn.btn-more:after {
    border-top: 3px solid #c40030;
    border-left: 3px solid #c40030;
  }

  .section-slide-car {
    padding: 80px 0 50px;
  }

  .section-credit-slide {
    padding: 80px 0 40px;
    min-height: 0;
  }

  .list-credit-slide {
    padding: 0 0;
  }

  .credit-slide.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15%;
  }

  .section-credit-slide .section-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .herovdo-text {
    left: 10%;
    width: 100%;
    max-width: 350px;
    padding: 50px 40px 80px;
  }

  .price-car {
    font-size: 35px;
  }

  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -10px;
  }

  .section-slide-car .swiper-slide-inner {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .price-car {
    margin-top: 5px;
    font-size: 30px;
  }

  .item-highlight {
    width: 100%;
  }

  .section-red div .item-highlight {
    padding: 50px 0;
  }

  .shortcut-button {
    border-top: 1px solid #eeeeee;
    margin: -20px 0 0 0;
  }

  .shortcut-button > div {
    padding: 0;
  }

  .shortcut-button .shortcut-col:last-child {
    border-right: 1px solid #eeeeee;
  }

  .shortcut-col {
    background-color: #f2f4f5;
  }

  .shortcut-button a {
    padding: 12px 30px 13px;
    text-align: left;
    display: block;
  }

  .shortcut-button a:after {
    content: "";
    border-top: 3px solid #c40030;
    border-left: 3px solid #c40030;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: visible;
    position: absolute;
    top: 22px;
    right: 30px;
  }

  .shortcut-button .shortcut-col {
    width: calc(100% / 2);
    border-bottom: 1px solid #eeeeee;
  }

  .section-slide-car .swiper-slide-detail {
    padding: 10px 0 0;
  }

  .section-slide-car .swiper-slide-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .item-highlight .col-right {
    width: 40%;
    padding: 30px 20px 0;
  }

  .list-credit-slide {
    padding: 0 0 15px;
  }

  .svg-top {
    height: 50px;
  }

  .section-credit-slide .section-title {
    margin-bottom: 20px;
  }

  .list-credit-slide .image img {
    width: 100%;
  }

  .section-credit-slide {
    background: url(../img/bg-credit-m.jpg) top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 100px;
  }

  .section-service {
    background: url(../img/bg-credit-m.png) top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -10% 0 -5%;
    padding: 10% 0 8%;
  }

  .section-credit-slide .list-credit-slide .image,
  .section-credit-slide .list-credit-slide .detail {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }

  .section-service .image {
    float: left;
  }

  .section-service .list-credit-slide .image,
  .section-service .list-credit-slide .detail {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    float: none;
    text-align: left;
  }

  .svg-service {
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .car-swiper .swiper-button-prev {
    left: 15px;
  }

  .car-swiper .swiper-button-next {
    right: 0;
  }

  .car-swiper .swiper-container {
    margin: 0 20px 20px 0;
  }

  .car-swiper:hover .swiper-button-prev,
  .car-swiper:hover .swiper-button-next {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-slide-car .swiper-slide-inner {
    padding-left: 40px;
  }

  .shortcut-button a i {
    font-size: 25px;
    top: 15px;
  }

  .shortcut-button a {
    font-size: 20px;
  }

  .shortcut-button a span {
    margin-left: 45px;
  }

  .list-credit-slide .image,
  .list-credit-slide .detail {
    max-width: inherit;
    padding: 20px 20px 20px;
  }

  .credit-slide.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }

  .list-credit-slide-title {
    font-size: 30px;
  }

  .list-credit-slide-title span.nissan {
    font-size: 28px;
    width: auto;
  }

  .credit-slide.swiper-container-horizontal > .swiper-pagination-bullets {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .section-credit-slide .section-title h2 {
    font-size: 35px;
  }

  .list-credit-slide .tb,
  .list-credit-slide .tbcell {
    display: block;
  }

  .section-title h2 {
    font-size: 35px;
  }

  #popup-home.modal-thk .box-thk {
    padding: 120px 40px 100px;
  }

  .section-slide-car {
    padding: 40px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-slide-car {
    padding: 40px 0 0px;
  }

  .item-highlight .col-right {
    padding: 0px 0 0 20px;
  }

  .item-front {
    left: 25%;
    width: 90%;
  }

  .section-red div .item-highlight {
    padding: 20px 0;
  }

  .section-red div .item-highlight:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h3.title-item {
    font-size: 30px;
  }

  .des-item {
    margin: 5px 0 15px;
  }

  .shortcut-button .shortcut-col {
    width: 100%;
  }

  .list-credit-slide .tb,
  .list-credit-slide .tbcell.v-middle {
    display: block;
  }

  .list-credit-slide .image {
    width: 100%;
    padding: 0;
  }

  .section-credit-slide {
    padding: 60px 0 40px;
  }

  .section-credit-slide .list-credit-slide .image,
  .section-credit-slide .list-credit-slide .detail {
    max-width: inherit;
  }

  .price-car {
    font-size: 25px;
  }
}

/* Popup Queen */
.popup-queen {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0;
  background: transparent;
  text-align: center;
  /* margin-top: -1080px; */
}

.popup-queen img {
  width: 100%;
  height: auto;
  display: block;
}

.popup-mb-img {
  display: none !important;
}

@media (max-width: 767px) {
  .popup-queen {
    max-width: 600px;
    /* margin-top: -880px; */
  }

  .popup-pc-img {
    display: none !important;
  }

  .popup-mb-img {
    display: block !important;
  }
}
