@font-face {
  font-family: Prompt;
  font-weight: 100;
  font-display: auto;
  src: url(https://unitedhonda.com/assets/font/Prompt-Thin.ttf)
    format("truetype");
}
@font-face {
  font-family: Prompt;
  font-weight: 200;
  font-display: auto;
  src: url(https://unitedhonda.com/assets/font/Prompt-ExtraLight.ttf)
    format("truetype");
}
@font-face {
  font-family: Prompt;
  font-weight: 300;
  font-display: auto;
  src: url(https://unitedhonda.com/assets/font/Prompt-Light.ttf)
    format("truetype");
}
@font-face {
  font-family: Prompt;
  font-weight: 400;
  font-display: auto;
  src: url(https://unitedhonda.com/assets/font/Prompt-Regular.ttf)
    format("truetype");
}
@font-face {
  font-family: Prompt;
  font-weight: 500;
  font-display: auto;
  src: url(https://unitedhonda.com/assets/font/Prompt-Medium.ttf)
    format("truetype");
}
@font-face {
  font-family: Prompt;
  font-weight: 600;
  font-display: auto;
  src: url(https://unitedhonda.com/assets/font/Prompt-SemiBold.ttf)
    format("truetype");
}
@font-face {
  font-family: Prompt;
  font-weight: 700;
  font-display: auto;
  src: url(https://unitedhonda.com/assets/font/Prompt-Bold.ttf)
    format("truetype");
}
body,
html {
  width: 100%;
  height: 100%;
  font: 400 16px/1.8 Prompt;
  color: #4a4a4a;
  background-color: #fff;
}
iframe,
img {
  max-width: 100%;
}
.width-100 {
  width: 100%;
}
.iframe-container,
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe,
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grecaptcha-badge {
  display: none;
}
.text-black {
  color: #4a4a4a !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #0e9df6 !important;
}
.text-sub {
  color: #666 !important;
}
.text-red {
  color: #e50021 !important;
}
.contact-tel {
  color: #e50021 !important;
}
.contact-email {
  color: #0e9df6 !important;
}
.contact-facebook {
  color: #3b5998 !important;
}
.contact-line {
  color: #00c300 !important;
}
.contact-youtube {
  color: red !important;
}
.bg-gray {
  background-color: #f7f7f7;
}
.bg-gray2 {
  background-color: #e5e5e5;
}
.b,
.strong,
b,
strong {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 18px;
}
hr {
  border-color: #e5e5e5;
  margin: 25px 0;
}
.btn,
.link,
a {
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
}
a {
  color: #0e9df6;
}
a:active,
a:focus,
a:hover {
  color: #0263a2;
}
.btn {
  padding: 10px;
  font-size: 17px;
  border-radius: 0;
  border: none;
}
.btn i {
  margin-left: 10px;
}
.btn.icon-left i {
  margin-left: 0;
  margin-right: 10px;
}
.btn-center {
  display: block;
  width: 220px;
  margin: 0 auto;
}
.btn-primary {
  background-color: #0e9df6;
  -webkit-box-shadow: 0 5px 10px -5px #0e9df6;
  -moz-box-shadow: 0 5px 10px -5px #0e9df6;
  box-shadow: 0 5px 10px -5px #0e9df6;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 8px 10px -5px #0e9df6;
  -moz-box-shadow: 0 8px 10px -5px #0e9df6;
  box-shadow: 0 8px 10px -5px #0e9df6;
  background-color: #39acf6;
  color: #fff;
}
.btn-light {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px -5px #0e9df6;
  -moz-box-shadow: 0 5px 10px -5px #0e9df6;
  box-shadow: 0 5px 10px -5px #0e9df6;
  border: solid 1px #0e9df6;
  color: #0e9df6;
}
.btn-light:focus,
.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 8px 10px -5px #0e9df6;
  -moz-box-shadow: 0 8px 10px -5px #0e9df6;
  box-shadow: 0 8px 10px -5px #0e9df6;
  border: solid 1px #0263a2;
  background-color: #fff;
  color: #0e9df6;
}
.btn-gray {
  color: #fff;
  background-color: #ddd;
  -webkit-box-shadow: 0 5px 10px -5px #ddd;
  -moz-box-shadow: 0 5px 10px -5px #ddd;
  box-shadow: 0 5px 10px -5px #ddd;
}
.btn-gray:focus,
.btn-gray:hover,
.btn-gray:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ccc;
}
.btn-line {
  color: #fff;
  background-color: #00c300;
  -webkit-box-shadow: 0 5px 10px -5px #00c300;
  -moz-box-shadow: 0 5px 10px -5px #00c300;
  box-shadow: 0 5px 10px -5px #00c300;
}
.btn-line:focus,
.btn-line:hover,
.btn-line:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #00b400;
}
.btn-messenger {
  color: #fff;
  background-color: #0084fe;
  -webkit-box-shadow: 0 5px 10px -5px #0084fe;
  -moz-box-shadow: 0 5px 10px -5px #0084fe;
  box-shadow: 0 5px 10px -5px #0084fe;
}
.btn-messenger:focus,
.btn-messenger:hover,
.btn-messenger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0078e8;
}
.btn-phone {
  color: #fff;
  background-color: #e50021;
  -webkit-box-shadow: 0 5px 10px -5px #e50021;
  -moz-box-shadow: 0 5px 10px -5px #e50021;
  box-shadow: 0 5px 10px -5px #e50021;
}
.btn-phone:focus,
.btn-phone:hover,
.btn-phone:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #cd001e;
}
.required > label:first-child {
  position: relative;
}
.required > label:first-child:after {
  content: "*";
  color: #e44d4d;
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
}
.form-control {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  color: #4a4a4a;
}
.form-control:focus {
  box-shadow: none;
  border-color: #0e9df6;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
.form-control::placeholder {
  color: #ccc;
  font-weight: 400;
}
select.form-control {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon/select-arrow.png);
  background-size: 14px 7px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 25px;
}
.form-control.error {
  border-color: red;
}
label.error {
  color: red;
  font-size: 80%;
}
.input-with-icon {
  position: relative;
}
.input-with-icon i {
  position: absolute;
  right: 5px;
  top: 8px;
  color: #ccc;
}
.custom-control-label::before {
  top: 5px;
  width: 18px;
  height: 18px;
}
.custom-control-label::after {
  width: 18px;
  height: 18px;
}
.custom-checkbox .custom-control-label::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-width: 2px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e9df6;
  border-color: #0e9df6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: 0 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  top: 8px;
  left: -21px;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #0e9df6;
  background-image: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second,
.datepicker th {
  font-weight: 500;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}
.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table th {
  width: 30px;
  line-height: 25px;
  height: 25px;
  font-size: 14px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-car {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  transition: 0.1s all;
  -webkit-box-shadow: inset 0 3px 9px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 9px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 9px -1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.navbar {
  -webkit-box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.navbar-menu > li > a {
  position: relative;
}
.navbar-menu > li:not(:last-child) > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 14px;
  height: 20px;
  width: 1px;
  background-color: #e5e5e5;
}
.navbar-menu > li > a {
  padding: 0.5rem 2rem;
}
.nav-link {
  font-size: 17px;
  font-weight: 300;
}
.navbar-light .navbar-nav .nav-link {
  color: #4a4a4a;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link {
  color: #0e9df6;
}
.navbar .dropdown {
  position: unset;
}
.navbar .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.navbar .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.navbar .tab-content {
  padding: 15px 0;
}
.dropdown-car .nav-pills {
  -webkit-box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.2);
}
.nav-pills,
.nav-pills .nav-link {
  position: relative;
  z-index: 100;
}
.nav-pills .nav-link:after {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
  -webkit-box-shadow: 0 3px 5px -2px #0e9df6;
  -moz-box-shadow: 0 3px 5px -2px #0e9df6;
  box-shadow: 0 3px 5px -2px #0e9df6;
}
.nav-pills .nav-link img {
  margin-right: 8px;
}
.nav-pills .nav-link.active:after,
.nav-pills .nav-link:hover:after,
.nav-pills .show > .nav-link:after {
  opacity: 1;
  visibility: visible;
}
.nav-pills .nav-link.active:after,
.nav-pills .nav-link.active:hover:after,
.nav-pills .show > .nav-link:after {
  background-color: #0e9df6;
}
.nav-pills .nav-link:hover:after {
  background-color: #eaeaea;
}
.nav-pills .nav-link:hover {
  color: #4a4a4a !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #4a4a4a !important;
}
.dropdown-car .nav-link {
  padding: 0.75rem 0;
}
.dropdown-car .nav-link i {
  margin-right: 5px;
}
.car-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.car-list > li {
  display: inline-block;
  width: 25%;
}
.car-list > li > a {
  display: block;
  padding: 0 25px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 5px solid transparent;
}
.car-list > li > a img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.car-list > li > a:hover {
  color: #0e9df6;
  border-color: #0e9df6;
  text-decoration: none;
}
.nav-menu {
  margin-bottom: 40px;
  -webkit-box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.nav-menu .nav-link {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0;
  color: #4a4a4a;
}
.nav-menu .nav-link i,
.nav-menu .nav-link img {
  margin-right: 8px;
  font-size: 20px;
}
.nav-menu .nav-link img {
  margin-bottom: 5px;
}
.main-footer {
  padding: 30px 0;
}
.main-footer .contact,
.main-footer .sitemap {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}
.main-footer .sitemap {
  width: 165px;
}
.main-footer .contact {
  width: 255px;
}
.footer-info img {
  margin-bottom: 15px;
}
.footer-info span {
  font-size: 15px;
}
.main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer ul i {
  font-size: 18px;
  margin-right: 5px;
}
.main-footer ul > li > a {
  color: #4a4a4a;
}
.sub-footer {
  position: relative;
  background-color: #333;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  font-size: 16px;
}
.sub-footer .uto {
  position: absolute;
  width: 100px;
  right: 15px;
  top: -48px;
}
.facebook-page-widget {
  width: 280px;
  display: inline-block;
}
.modal-header {
  display: block;
  background-image: url(../img/background/bg-popup-promotion-banner.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  border-radius: 0;
}
.modal-header p {
  margin: 0;
}
.modal-header .period {
  display: inline-block;
  padding: 3px 15px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header .close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.modal-title {
  margin-bottom: 10px;
}
.close {
  color: #fff;
  opacity: 0.8;
}
.close:hover,
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #fff;
  opacity: 1;
}
.modal-body {
  padding: 1.5rem;
}
.modal-body .btn-center {
  width: 180px;
}
#errorModal .modal-dialog,
#successModal .modal-dialog {
  width: 360px;
  max-width: 100%;
}
#successModal .modal-body {
  position: relative;
  background-image: url(https://unitedhonda.com/assets/img/icon/ico-check.svg);
  background-size: 80px 80px;
  background-position: right 25px top 25px;
  background-repeat: no-repeat;
}
#errorModal .modal-body p,
#successModal .modal-body p {
  line-height: 1.5;
}
#errorModal .close,
#successModal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #666;
}
#errorModal .modal-body .btn,
#successModal .modal-body .btn {
  width: 100%;
}
.slider-detail {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-left: 7px solid #0e9df6;
  padding: 25px 30px;
  margin: -80px 0 25px 0;
  color: #4a4a4a;
  width: 780px;
}
.card:hover .link,
.slider-detail:hover .link {
  color: #0263a2 !important;
}
.slider-detail .link {
  font-weight: 500;
}
.slider-detail .link i {
  vertical-align: middle;
}
.slider-detail:hover {
  text-decoration: none;
  color: #4a4a4a;
  -webkit-box-shadow: 0 12px 25px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 12px 25px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 25px -10px rgba(0, 0, 0, 0.25);
}
.banner .owl-theme .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  width: 360px;
  right: calc((100% - 1140px) / 2);
}
.blog .owl-theme .owl-dots,
.service .owl-theme .owl-dots {
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 240px;
  text-align: left;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
  width: 50px;
  border-radius: 0;
  background-color: #e5e5e5;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0e9df6;
  -webkit-box-shadow: 0 3px 5px -2px #0e9df6;
  -moz-box-shadow: 0 3px 5px -2px #0e9df6;
  box-shadow: 0 3px 5px -2px #0e9df6;
}
#blog-slider,
#service-slider {
  position: unset;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
#blog-slider.owl-carousel .owl-stage-outer,
#service-slider.owl-carousel .owl-stage-outer {
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.owl-carousel .card-promotion img {
  width: 520px;
}
.card {
  width: 100%;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
}
.card-header {
  background-color: #000;
  padding: 20px 30px;
}
.card-header h1 {
  font-size: 24px;
  display: inline-block;
  margin: 0;
}
.card-body {
  padding: 30px;
}
a.card {
  cursor: pointer;
}
a.card:hover {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.card-promotion-mini {
  border: none;
  margin-bottom: 30px;
}
.card-promotion-mini img {
  width: 100%;
}
.card-promotion img {
  width: 520px;
  float: left;
}
.card-promotion p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
.card-promotion {
  display: block;
  border: none;
}
.card-promotion:after {
  content: "";
  display: block;
  clear: both;
}
.card-promotion .card-body {
  margin-left: 520px;
  padding: 25px;
}
.card-promotion h4 {
  font-size: 24px;
}
.card-promotion .time {
  display: block;
  margin-bottom: 8px;
  color: #4a4a4a;
}
.card-insure {
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
}
.card-insure .bg {
  background-image: url(../img/background/bg-insure-detail.jpg);
  background-size: cover;
  background-position: center center;
}
.card-insure ul {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.card-insure ul span {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
}
.card-insure .card-body {
  padding: 40px;
}
.insurance-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.insurance-list > li {
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-bottom: 15px;
  vertical-align: top;
}
.insurance-list > li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.insurance-list > li span {
  font-size: 16px;
}
.used-car p {
  font-size: 20px;
}
.used-car ul {
  font-size: 18px;
  padding-left: 20px;
}
.used-car ul li {
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 300;
}
#insurance-slider img {
  margin-bottom: 15px;
}
section {
  padding: 60px 0;
}
section.no-padding-top {
  padding-top: 0;
}
section.header.header-privacy {
  padding: 80px 0;
  background-image: url(../img/background/bg-privacy-policy-header.jpg);
  background-size: cover;
  background-position: center;
}
section.header h1 {
  font-size: 44px;
  margin: 0;
  color: #fff;
  text-align: center;
}
section.header.header-privacy h1 {
  font-size: 36px;
  -webkit-text-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);
  -moz-text-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);
}
.section-header {
  position: relative;
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.section-header:after {
  content: "";
  display: block;
  height: 5px;
  width: 45px;
  position: absolute;
  left: 0;
  bottom: -12px;
  -webkit-box-shadow: 0 3px 5px -2px #0e9df6;
  -moz-box-shadow: 0 3px 5px -2px #0e9df6;
  box-shadow: 0 3px 5px -2px #0e9df6;
  background-color: #0e9df6;
}
.section-header.text-center:after {
  left: 50%;
  margin-left: -22.5px;
}
section.banner {
  padding: 0;
}
section.promotion {
  padding: 0;
}
section.promotion img {
  width: 100%;
}
section.other-promotion {
  padding-top: 120px;
}
section.other-promotion .container {
  position: relative;
}
section.other-promotion .container:before {
  content: "OTHER PROMOTIONS";
  display: block;
  font-size: 110px;
  font-weight: 700;
  color: #e5e5e5;
  position: absolute;
  left: 0;
  top: -140px;
  opacity: 0.4;
  text-align: center;
}
section.service {
  background-image: url(../img/background/bg-section-service.jpg);
  background-size: cover;
  background-position: center center;
}
section.blog .container,
section.service .container {
  position: relative;
}
section.service-category {
  background-image: url(../img/background/bg-section-showroom-service.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.service-title {
  display: inline-block;
  width: 240px;
  margin-right: 60px;
  vertical-align: top;
  padding: 80px 0 0;
}
.service-title h2 {
  font-size: 54px;
}
.service-title a {
  color: #fff;
}
#blog-slider,
#service-slider,
.blog .blank,
.service .blank {
  display: inline-block;
  width: 804px;
}
.service .blank {
  padding: 0;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.service-list > li {
  display: inline-block;
  width: 33.333333%;
  vertical-align: top;
  text-align: center;
  margin-bottom: 40px;
}
.service-list > li:nth-child(4),
.service-list > li:nth-child(5),
.service-list > li:nth-child(6) {
  margin-bottom: 0;
}
.service-list > li img {
  display: block;
  width: 100px;
  margin: 0 auto 15px;
}
.service-list > li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
section.blog {
  position: relative;
}
section.blog .bg {
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 0;
  right: 0;
  background-image: url(../img/background/bg-section-article.jpg);
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
section.showroom {
  background-image: url(../img/background/bg-section-showroom.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
section.showroom:after {
  content: "";
  display: block;
  clear: both;
}
.showroom-info {
  width: 440px;
  max-width: 100%;
}
.showroom-info h1 {
  font-size: 84px;
  line-height: 0.85;
  margin-bottom: 15px;
}
.showroom-info h3 {
  font-size: 32px;
}
.showroom-info h4 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.showroom-info p {
  line-height: 1.5;
  margin-bottom: 30px;
}
.showroom-info .btn {
  width: 200px;
}
.showroom-image {
  float: right;
  width: 820px;
  font-size: 0;
}
.showroom-image > img {
  width: 400px;
  margin-bottom: 20px;
}
.showroom-image > img:nth-child(2n + 1) {
  margin-right: 20px;
}
.showroom-image.small {
  width: 100%;
}
.showroom-image.small > a {
  width: calc(50% - 10px);
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.showroom-image.small > a:nth-child(2n + 1) {
  margin-right: 20px;
}
.showroom-image.small img {
  width: 100%;
  margin: 0;
}
.showroom-image.small .image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.showroom-image.small > a > .caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
}
section.all-car {
  background-image: url(../img/background/bg-section-vehicles.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.car-mini {
  text-align: center;
  margin-bottom: 40px;
}
.car-mini img {
  width: 380px;
}
.car-mini p {
  line-height: 1.5;
  font-size: 15px;
}
.car-mini p .bigger {
  font-size: 18px;
}
.car-mini .btn {
  width: 160px;
}
.car-mini.horizontal {
  width: 720px;
  margin: 0 auto;
}
.car-mini.horizontal:after {
  content: "";
  display: block;
  clear: both;
}
.car-mini.horizontal img {
  float: left;
}
.car-mini.horizontal > div {
  text-align: left;
  padding: 50px 30px 30px;
}
.car-mini.horizontal > div p {
  font-size: 18px;
}
.car-mini.horizontal > div p .bigger {
  font-size: 22px;
}
section.blog {
  padding: 40px 0;
}
section.all-promotion {
  background-image: url(https://unitedhonda.com/assets/img/background/bg-promotion.svg);
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.banner-image {
  width: 100%;
}
.car-banner {
  text-align: center;
}
.car-banner h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.car-banner h3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 30px;
}
.car-banner .btn {
  width: 280px;
}
.car-banner .btn + .btn {
  margin-left: 10px;
}
section.car-model {
  background-color: #000;
  padding: 40px 0;
  text-align: center;
}
section.car-model h3 {
  display: inline-block;
  width: 200px;
  background-color: #0e9df6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-size: 24px;
  padding: 5px 0;
  font-weight: 400;
  margin-bottom: 20px;
}
section.car-model ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
section.car-model ul > li {
  flex: 1;
  padding: 10px 0;
  line-height: 1.5;
}
section.car-model ul > li .model {
  font-size: 20px;
  font-weight: 600;
}
section.car-model ul > li .price {
  font-size: 18px;
  font-weight: 300;
}
section.car-model ul > li:not(:last-child) {
  border-right: 1px solid #9b9b9b;
}
section.car-color {
  padding: 60px 0 20px;
}
section.car-color img {
  width: 840px;
  float: left;
  margin-bottom: 15px;
}
section.car-color .color-detail {
  width: 280px;
  margin-left: 840px;
}
section.car-color:after {
  content: "";
  display: block;
  clear: both;
}
.color-detail h4 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}
.color-detail span {
  display: block;
  opacity: 0.7;
  margin-bottom: 10px;
}
.color-detail p {
  font-size: 15px;
  margin: 0;
}
.color-radio {
  display: inline-block;
  position: relative;
  width: 40px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 6px;
}
label.color-radio {
  cursor: pointer;
  margin-right: 8px;
}
.color-bg {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.25);
}
.color-radio input[type="radio"]:checked,
.color-radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.color-radio span {
  position: relative;
  cursor: pointer;
  display: block;
  color: #636363;
  font-size: 12px;
}
.radio-active {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.color-radio input[type="radio"]:checked + .radio-active,
.color-radio input[type="radio"]:not(:checked) + .radio-active {
  content: "";
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.color-radio input[type="radio"]:checked + .radio-active {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.8);
}
section.car-gallery,
section.showroom-gallery {
  position: relative;
  padding: 0;
  font-size: 0;
}
section.car-gallery {
  padding-bottom: 25px;
}
section.car-gallery .bg,
section.showroom-gallery .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  background-image: url(../img/background/bg-vehicle-section-gallery.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
section.showroom-gallery .bg {
  top: 80px;
  bottom: 0;
  background-image: url(../img/background/bg-showroom-section-gallery.jpg);
}
.gallery-info {
  position: relative;
  width: 440px;
  padding: 50px;
  float: left;
  z-index: 1;
}
.gallery-info h2 {
  font-size: 84px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 0.9;
}
.gallery-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery-info ul > li {
  margin-bottom: 15px;
}
.gallery-info ul > li > a {
  display: block;
  position: relative;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  padding-left: 12px;
  border-left: 10px solid #fff;
}
.gallery-info ul > li > a.active,
.gallery-info ul > li > a:hover {
  color: #66bdf5;
  border-color: #66bdf5;
}
section.car-gallery .tab-content,
section.showroom-gallery .gallery {
  position: relative;
  display: inline-block;
  width: calc(100% - 440px);
  z-index: 2;
}
address ul {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 35px;
}
address ul > li {
  font-size: 18px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 8px;
}
address ul > li i {
  opacity: 0.7;
  font-size: 24px;
  color: #e5e5e5;
  position: absolute;
  left: -30px;
  top: 2px;
}
.map {
  -webkit-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
}
.showroom-mb {
  margin-bottom: 50px;
}
section.showroom-gallery {
  margin-bottom: 40px;
}
section.showroom-gallery .gallery-info {
  padding: 130px 0 50px;
}
section.showroom-gallery .gallery-info h2 {
  line-height: 320px;
  text-align: center;
  margin: 0;
}
section.showroom-gallery:after {
  content: "";
  display: block;
  clear: both;
}
.quote {
  position: relative;
  padding: 0 60px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.quote .highlight {
  display: block;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.quote i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  color: #0e9df6;
}
.quote i + i {
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
}
.quote p {
  text-indent: 40px;
}
address.contact {
  width: 440px;
  max-width: 100%;
}
address.contact .img-logo,
address.contact .img-showroom {
  width: 100%;
}
address.contact .img-logo {
  margin-bottom: 40px;
}
address.contact .img-showroom {
  margin-bottom: 30px;
}
address.contact p strong {
  font-size: 22px;
}
address.contact ul > li > a {
  color: #4a4a4a;
  font-size: 16px;
}
address.contact ul {
  padding-left: 30px;
  margin-right: 160px;
}
address.contact .qrcode {
  width: 160px;
}
section.other-blog {
  background-image: url(../img/background/bg-section-other-article.jpg);
  background-size: cover;
  background-position: center center;
}
section.other-blog .section-header {
  text-align: center;
}
section.other-blog .section-header:after {
  display: none;
}
.showroom-description {
  width: 360px;
  max-width: 100%;
}
.showroom-description h3 {
  font-size: 24px;
  font-weight: 400;
}
blockquote {
  margin: 0 0 25px;
  padding: 20px;
  padding-left: 40px;
  font-style: oblique;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  letter-spacing: 0.3px;
}
blockquote:before {
  content: '"';
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.2;
}
.gallery {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  z-index: 3;
  -webkit-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
}
.gallery:after {
  display: block;
  content: "";
  clear: both;
}
.gallery li {
  width: 25%;
  float: left;
  overflow: hidden;
}
.gallery > li > a {
  display: block;
  position: relative;
}
.gallery > li > a img {
  display: none;
}
.gallery > li.more > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery > li.more > a div.image {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.gallery .more-text {
  position: absolute;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  top: 50%;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
  line-height: 0.75;
  margin: -36px 0 0 0;
  letter-spacing: 2px;
}
.gallery .more-text span {
  font-size: 18px;
  font-weight: 300;
}
.gallery .image {
  height: 250px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
  position: relative;
  overflow: hidden;
}
.gallery .image > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.gallery .image:hover > div {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery.large {
  margin: 0;
}
.gallery.large > li:first-child {
  width: 72%;
}
.gallery.large > li:first-child .image {
  height: 510px;
}
.gallery.large > li:nth-child(2),
.gallery.large > li:nth-child(3) {
  width: 28%;
}
.gallery.large > li:nth-child(2) .image,
.gallery.large > li:nth-child(3) .image {
  height: 170px;
}
.gallery.large > li:nth-child(4) {
  width: 28%;
}
.gallery.large > li:nth-child(4) .image {
  height: 170px;
}
.gallery.large .more-text {
  font-size: 24px;
  line-height: 1.2;
  margin-top: -14px;
  margin-bottom: 0;
}
.fancybox-navigation .fancybox-button {
  width: 85px;
  height: 110px;
}
.page-header {
  position: relative;
  padding: 50px 0;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header.page-promotion {
  background-image: url(../img/background/banner-promotion.png);
}
.page-header.page-car {
  background-image: url(../img/background/banner-vehicle.png);
}
.page-header.page-contact {
  background-image: url(../img/background/banner-contact.png);
}
.page-header.page-blog {
  background-image: url(../img/background/banner-article.png);
}
.page-header h1 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}
.container-mini {
  width: 920px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
article.privacy-policy {
  margin: 0;
}
article.privacy-policy h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 30px;
}
article.privacy-policy p {
  font-size: 18px;
  font-weight: 300;
}
.blank {
  text-align: center;
  padding: 50px 0;
}
.blank-quote {
  display: block;
  width: 175px;
  max-width: 100%;
  margin: 0 auto 25px;
  position: relative;
  background: #f5f5f5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 22px;
  padding: 25px 0;
}
.blank-quote:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #f5f5f5;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.btn-floating {
  padding: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 0;
  z-index: 100;
}
.btn-floating i {
  font-size: 24px;
  line-height: 54px;
  margin: 0;
}
.btn-floating img {
  max-width: unset;
  position: absolute;
  left: 1px;
  bottom: 0;
  z-index: 2;
}
.btn-floating label {
  font-size: 14px;
  position: absolute;
  display: inline-block;
  padding: 0 8px;
  background-color: #bbbdc0;
  border-radius: 4px;
  left: 50%;
  margin-left: -27px;
  bottom: -15px;
  color: #000;
  margin-bottom: 0;
  z-index: 3;
}
.btn-floating-action {
  position: fixed;
  right: 25px;
  bottom: 25px;
}
.btn-floating-action,
.btn-floating-action:active,
.btn-floating-action:focus,
.btn-floating-action:hover {
  background-color: #bbbdc0;
}
.floating-menu {
  position: fixed;
  right: 90px;
  bottom: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s all;
  z-index: 100;
  height: 54px;
  transform: translateX(15px);
}
.floating-menu a + a {
  margin-left: 5px;
}
.floating-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.page-error {
  background-image: url(../img/background/banner-404.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
  text-align: center;
}
.page-error h2 {
  font-size: 56px;
}
.page-error p {
  font-size: 24px;
}
.page-error .btn {
  width: 150px;
}
.pagination > .page-item:not(:last-child) {
  margin-right: 8px;
}
.page-link {
  -webkit-box-shadow: 0 5px 10px -5px #0e9df6;
  -moz-box-shadow: 0 5px 10px -5px #0e9df6;
  box-shadow: 0 5px 10px -5px #0e9df6;
  border: solid 1px #0e9df6;
  background-color: #fff;
  border-radius: 0 !important;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.page-item.active .page-link,
.page-link:hover {
  background-color: #0395f3;
  border-color: #0e9df6;
  color: #fff;
}
.banner-mobile {
  background-size: cover;
  padding: 200px 0;
  background-position: center center;
}
.banner-mobile.banner-insure {
  background-image: url(../img/banner/banner-insure.jpg);
}
.banner-mobile.banner-used-car {
  background-image: url(../img/banner/banner-used-car.jpg);
}
.banner-mobile.banner-privacy-policy {
  background-image: url(../img/background/bg-privacy-policy-header.jpg);
}
.banner-mobile h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 0;
}
.container-campaign {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
}
.campaign-banner {
  position: relative;
  padding: 0;
  font-size: 0;
}
.campaign-banner .img-banner {
  width: 100%;
}
.campaign-banner .img-banner-mobile {
  width: 100%;
  display: none;
}
.campaign-banner .img-logo {
  position: absolute;
  top: 15px;
  left: 20px;
}
.campaign-banner .video-1,
.campaign-banner .video-2 {
  display: block;
  position: absolute;
  bottom: 30px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
  width: 200px;
}
.campaign-banner .video-1:hover,
.campaign-banner .video-2:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.02);
}
.campaign-banner .video-1:before,
.campaign-banner .video-2:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(https://unitedhonda.com/assets/img/honda-city-campaign-2020/play-button.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 50%;
  margin-top: -18px;
}
.campaign-banner .video-1 {
  left: 0;
}
.campaign-banner .video-2 {
  right: 0;
}
.campaign-banner .next {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -18px;
}
.campaign-banner .next:hover {
  -webkit-animation: swing 1.5s linear;
  animation: swing 1.5s linear;
}
.campaign-form {
  padding: 150px 0;
  position: relative;
  background-image: url(../img/honda-city-campaign-2020/bg-register.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.campaign-form .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  z-index: 1;
  background-image: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 1%,
    #000 154%
  );
  background-image: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 1%,
    #000 154%
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, #000 154%);
}
.container-form {
  position: relative;
  z-index: 10;
  padding: 0 15px;
}
.campaign-form.no-bg {
  padding: 50px 0;
  background-image: none;
}
.campaign-form .card {
  position: relative;
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(62, 67, 91, 0.14);
  -moz-box-shadow: 0 2px 10px 0 rgba(62, 67, 91, 0.14);
  box-shadow: 0 2px 10px 0 rgba(62, 67, 91, 0.14);
  border: solid 1px #e8ebee;
}
.campaign-form .card .img-uto {
  position: absolute;
  left: 30px;
  top: -40px;
}
.campaign-form .btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  padding: 12px;
}
.campaign-form .card h3 {
  text-align: center;
  color: #000;
  font-size: 32px;
  margin-bottom: 20px;
}
.campaign-form .card label {
  color: #000;
}
.campaign-form .card label.error {
  color: red;
}
.campaign-form .card .form-control {
  border: solid 1px #cdd7e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.5;
  height: 44px;
  color: #282828;
}
.campaign-form .card .form-control:focus {
  border-color: #0097ff;
}
.campaign-form .card .form-control::-webkit-input-placeholder,
.campaign-form .card .form-control::placeholder {
  font-weight: 300;
}
.campaign-highlight {
  padding: 40px 0;
}
.campaign-highlight h2,
.campaign-highlight-item .performance h2 {
  text-align: center;
  font-weight: 600;
  font-style: italic;
  font-size: 54px;
  color: #000;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
.campaign-highlight .model-select {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  border: none;
}
.campaign-highlight .model-select > li {
  display: inline-block;
  vertical-align: top;
}
.campaign-highlight .model-select > li + li {
  margin-left: 15px;
}
.campaign-highlight .model-select > li img {
  height: 42px;
}
.campaign-highlight .model-select > li a {
  display: block;
  position: relative;
}
.campaign-highlight .model-select > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0097ff;
  bottom: -10px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
.campaign-highlight .model-select > li a.active:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.campaign-highlight-item {
  padding: 0;
}
.campaign-highlight-item .highlight {
  background-image: url(../img/honda-city-campaign-2020/bg-highlight.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 500px;
}
.campaign-highlight-item .highlight.highlight-ehev {
  background-image: url(../img/honda-city-campaign-2020/bg-highlight-ehev.png);
}
.campaign-highlight-item .highlight p {
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.campaign-highlight-item .highlight p span {
  font-size: 24px;
  font-weight: 700;
  color: #d92839;
}
.campaign-highlight-item .highlight .model-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  font-size: 0;
  text-align: center;
}
.campaign-highlight-item .highlight .model-list > li {
  display: inline-block;
  width: 160px;
  padding: 8px 0;
  font-size: 18px;
  border: solid 1px #f4f2f3;
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
  color: #303030;
}
.campaign-highlight-item .highlight .model-list > li strong {
  font-weight: 700;
  font-size: 20px;
}
.campaign-highlight-item .highlight .model-list > li + li {
  margin-left: 15px;
}
.campaign-highlight-item .highlight-img {
  font-size: 0;
  margin-bottom: 60px;
}
.campaign-highlight-item .highlight-img a {
  display: inline-block;
  width: calc(50% - 10px);
}
.campaign-highlight-item .highlight-img a + a {
  margin-left: 20px;
}
.campaign-highlight-item .performance {
  background-image: url(../img/honda-city-campaign-2020/bg-performance.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.campaign-highlight-item .performance.performance-ehev {
  background-image: url(../img/honda-city-campaign-2020/bg-performance-ehev.jpg);
}
.campaign-highlight-item .performance .performance-gallery {
  font-size: 0;
}
.campaign-highlight-item .performance .performance-gallery > a {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.campaign-highlight-item .performance .performance-gallery > div > a {
  display: inline-block;
  width: calc(25% - 7.5px);
}
.campaign-highlight-item .performance .performance-gallery > div > a + a {
  margin-left: 10px;
}
.youtube-video {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.youtube-video.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.youtube-video .video-wrapper {
  position: relative;
  display: block;
  width: 560px;
  max-width: 100%;
  margin: 150px auto 0;
}
.youtube-video .video-wrapper a {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
}
.campaign-testdrive {
  display: block;
  position: fixed;
  z-index: 99;
  right: -130px;
  bottom: 150px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(62, 67, 91, 0.23);
  -moz-box-shadow: 0 2px 4px 0 rgba(62, 67, 91, 0.23);
  box-shadow: 0 2px 4px 0 rgba(62, 67, 91, 0.23);
  background-color: #0097ff;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 15px;
}
.campaign-testdrive:active,
.campaign-testdrive:focus,
.campaign-testdrive:hover {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(62, 67, 91, 0.02);
  -moz-box-shadow: 0 2px 4px 0 rgba(62, 67, 91, 0.02);
  box-shadow: 0 2px 4px 0 rgba(62, 67, 91, 0.02);
}
.campaign-testdrive:hover {
  right: 0;
}
.campaign-testdrive img {
  margin-right: 8px;
}
.campaign-success {
  min-height: 100vh;
  padding: 150px 0;
  position: relative;
  background-image: url(../img/honda-city-campaign-2020/bg-register.jpg);
  background-size: 100% auto;
  background-position: bottom -100px center;
  background-repeat: no-repeat;
}
.campaign-success .card {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(62, 67, 91, 0.14);
  -moz-box-shadow: 0 2px 10px 0 rgba(62, 67, 91, 0.14);
  box-shadow: 0 2px 10px 0 rgba(62, 67, 91, 0.14);
  border: solid 1px #e8ebee;
  text-align: center;
}
.campaign-success .card img {
  margin-bottom: 25px;
}
.campaign-success .card h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1;
  color: #000;
}
.campaign-success .card p {
  margin: 0 0 30px;
  font-size: 18px;
  color: #000;
}
.campaign-success .card .btn {
  width: 200px;
  padding: 12px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.campaign-success .card .card-body {
  padding: 50px 20px 40px;
}
.insurance-banner {
  position: relative;
  background-image: url(../img/insurance/banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  overflow: hidden;
}
.insurance-banner .img-logo,
.insurance-banner .img-presenter,
.insurance-banner .img-uto {
  position: absolute;
}
.insurance-banner .img-presenter {
  left: 50%;
  margin-left: 200px;
  bottom: 0;
}
.insurance-banner .img-uto {
  right: 50%;
  margin-right: 260px;
  bottom: 30px;
}
.insurance-banner .img-logo {
  right: 50%;
  margin-right: 230px;
  bottom: 360px;
}
.insurance-form {
  width: 400px;
  margin: 0 auto;
  background-color: #3496d3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
}
.insurance-form .form-header {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}
.insurance-form .form-header h1 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
}
.insurance-form .form-header h3 {
  font-size: 21px;
  margin: 0;
  line-height: 1;
}
.insurance-form .form-header img {
  position: absolute;
  right: 0;
  top: -10px;
  width: 85px;
}
.insurance-form .form-body {
  padding: 25px 20px;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.insurance-form .form-control {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 20px;
  margin-bottom: 10px;
}
.insurance-form .contact-number {
  width: 240px;
  max-width: 100%;
  display: block;
  margin: 10px auto 0;
}
.insurance-form button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.insurance-form button:active,
.insurance-form button:focus {
  outline: 0;
}
#insurance-slider {
  margin-bottom: 30px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  font-size: 0;
}
.feature-list > li {
  display: inline-block;
  width: 25%;
  padding: 0 30px;
  vertical-align: top;
  text-align: center;
}
.feature-list > li img {
  width: 150px;
  margin-bottom: 15px;
}
.feature-list > li h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  font-weight: 300;
}
.insurance-quote.quote .highlight {
  font-size: 40px;
  font-weight: 400;
}
.insurance-quote.quote p {
  font-size: 18px;
}
.img-quote {
  display: block;
  margin: 0 auto 15px;
}
#cookie-permission {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  padding: 20px 0;
  display: block;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
  visibility: hidden;
  opacity: 0;
}
#cookie-permission .container {
  max-width: 100%;
  width: 880px;
}
#cookie-permission p {
  display: inline-block;
  color: #fff;
  width: 600px;
  max-width: 100%;
  margin-bottom: 0;
}
#cookie-permission .btn {
  float: right;
  width: 150px;
  margin-top: 5px;
}
.section-header.insurance h2 {
  font-size: 36px;
  color: #000;
  letter-spacing: 2px;
}
.section-header.insurance:after {
  display: none;
}
:root {
  --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
  --ck-color-mention-text: hsl(341, 100%, 30%);
  --ck-highlight-marker-blue: hsl(201, 97%, 72%);
  --ck-highlight-marker-green: hsl(120, 93%, 68%);
  --ck-highlight-marker-pink: hsl(345, 96%, 73%);
  --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
  --ck-highlight-pen-green: hsl(112, 100%, 27%);
  --ck-highlight-pen-red: hsl(0, 85%, 49%);
  --ck-image-style-spacing: 1.5em;
  --ck-todo-list-checkmark-size: 16px;
}
.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}
.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}
.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
.ck-content .image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.ck-content .image.image_resized img {
  width: 100%;
}
.ck-content .image.image_resized > figcaption {
  display: block;
}
.ck-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: #333;
  background-color: #f7f7f7;
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}
.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 1em auto;
}
.ck-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}
.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}
.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}
.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}
.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}
.ck-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}
.ck-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}
.ck-content .text-tiny {
  font-size: 0.7em;
}
.ck-content .text-small {
  font-size: 0.85em;
}
.ck-content .text-big {
  font-size: 1.4em;
}
.ck-content .text-huge {
  font-size: 1.8em;
}
.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px #ccc;
}
.ck-content[dir="rtl"] blockquote {
  border-left: 0;
  border-right: solid 5px #ccc;
}
.ck-content code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: 0.15em;
  border-radius: 2px;
}
.ck-content .table {
  margin: 1em auto;
  display: table;
}
.ck-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double #b2b2b2;
}
.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: 8px 15px;
  border: 1px solid #bfbfbf;
}
.ck-content .table table th {
  font-weight: 700;
  background: hsla(0, 0%, 0%, 5%);
}
.ck-content[dir="rtl"] .table th {
  text-align: right;
}
.ck-content[dir="ltr"] .table th {
  text-align: left;
}
.ck-content .page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ck-content .page-break::after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #c4c4c4;
  width: 100%;
}
.ck-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: 0.3em 0.6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: 700;
  color: #333;
  background: #fff;
  box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ck-content .todo-list {
  list-style: none;
}
.ck-content .todo-list li {
  margin-bottom: 5px;
}
.ck-content .todo-list li .todo-list {
  margin-top: 5px;
}
.ck-content .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}
.ck-content .todo-list .todo-list__label > input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background,
    250ms ease-in-out border;
}
.ck-content .todo-list .todo-list__label > input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: "";
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8)
    calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  transform: rotate(45deg);
}
.ck-content .todo-list .todo-list__label > input[checked]::before {
  background: #25ab33;
  border-color: #25ab33;
}
.ck-content .todo-list .todo-list__label > input[checked]::after {
  border-color: #fff;
}
.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}
.ck-content .media {
  clear: both;
  margin: 1em 0;
  display: block;
  min-width: 15em;
}
.ck-content .raw-html-embed {
  margin: 1em auto;
  min-width: 15em;
  font-style: normal;
}
.ck-content hr {
  margin: 15px 0;
  height: 4px;
  background: #ddd;
  border: 0;
}
.ck-content pre {
  padding: 1em;
  color: hsl(0, 0%, 20.8%);
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}
.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}
.ck-content .mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}
@media print {
  .ck-content .page-break {
    padding: 0;
  }
  .ck-content .page-break::after {
    display: none;
  }
}
.ck-content h4 {
  font-size: 22px;
}
.ck-content blockquote p {
  margin: 0;
}
.ck-content blockquote {
  padding-left: 2.5rem;
}
.ck-content .iframe-container {
  margin-bottom: 15px;
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .campaign-highlight-item .highlight {
    padding-top: 640px;
  }
  .campaign-highlight-item .performance {
    background-size: 100% auto;
  }
  .campaign-form {
    background-position: center bottom;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-toggler {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 44px;
    height: 44px;
    padding: 0;
  }
  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin: 0 auto;
  }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-toggler .icon-bar {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
  }
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    background-color: #39acf6;
  }
  .navbar-light .navbar-toggler .first-bar {
    transform: translateY(6px) rotate(45deg);
  }
  .navbar-light .navbar-toggler .second-bar {
    visibility: hidden;
    opacity: 0;
  }
  .navbar-light .navbar-toggler .third-bar {
    transform: translateY(-6px) rotate(-45deg);
  }
  .navbar-light .navbar-toggler.collapsed .first-bar {
    transform: translateY(0) rotate(0);
  }
  .navbar-light .navbar-toggler.collapsed .second-bar {
    visibility: visible;
    opacity: 1;
  }
  .navbar-light .navbar-toggler.collapsed .third-bar {
    transform: translateY(0) rotate(0);
  }
  .navbar-light .navbar-toggler {
    background-color: #0e9df6;
    border-color: #0e9df6;
  }
  .navbar .smile-showroom {
    margin-left: auto;
    margin-right: 15px;
  }
  .banner .owl-theme .owl-dots {
    display: block;
    position: unset;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
  .slider-detail {
    display: block;
    max-width: 100%;
    margin: -40px auto 25px;
  }
  #blog-slider,
  #service-slider,
  .blog .blank,
  .service .blank {
    width: 100%;
    display: block;
  }
  .card-promotion img,
  .owl-carousel .card-promotion img {
    width: 440px;
  }
  .card-promotion .card-body {
    margin-left: 440px;
  }
  .service-title {
    display: block;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
  }
  .blog .owl-theme .owl-dots,
  .service .owl-theme .owl-dots {
    display: block;
    position: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px !important;
  }
  section {
    padding: 40px 0;
  }
  .showroom-image {
    width: 580px;
  }
  .showroom-image img {
    width: 280px;
  }
  .dropdown-car {
    display: none;
  }
  .navbar-menu > li:not(:last-child) > a:before {
    display: none;
  }
  .facebook-page-widget {
    width: 280px;
  }
  .footer-info {
    margin-bottom: 40px;
  }
  section.blog .bg {
    bottom: 0;
    top: 0;
  }
  section.car-color img {
    width: 600px;
  }
  section.car-color .color-detail {
    margin-left: 600px;
  }
  .banner-mobile {
    padding: 150px 0;
  }
  .campaign-highlight-item .highlight {
    padding-top: 400px;
  }
  .campaign-form {
    padding: 100px 0;
    background-position: bottom center;
  }
  .insurance-quote.quote .highlight {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 991px) {
  section.other-promotion .container:before {
    width: 100%;
    font-size: 72px;
    top: -95px;
  }
  .card-promotion img,
  .owl-carousel .card-promotion img {
    width: 100%;
    float: none;
  }
  .card-promotion .card-body {
    margin-left: 0;
  }
  .showroom-image {
    float: none;
    width: 100%;
    margin: 0 auto 25px;
    padding-left: 40px;
  }
  .main-footer .contact,
  .main-footer .sitemap {
    margin-bottom: 20px;
  }
  .car-mini p .bigger {
    font-size: 16px;
  }
  section.car-color img {
    width: 400px;
  }
  section.car-color .color-detail {
    margin-left: 400px;
    width: auto;
    margin-bottom: 25px;
  }
  section {
    padding: 40px 0;
  }
  section.car-color {
    padding-top: 40px;
  }
  .gallery-info {
    float: none;
    width: 100%;
  }
  section.car-gallery .tab-content,
  section.showroom-gallery .gallery {
    display: block;
    width: 100%;
  }
  .showroom-description {
    width: 100%;
    margin-bottom: 25px;
  }
  .showroom-image {
    padding: 0;
  }
  section.showroom-gallery .bg {
    top: 0;
  }
  section.showroom-gallery .gallery-info {
    padding: 40px 0 25px;
  }
  section.showroom-gallery .gallery-info h2 {
    line-height: 1.6;
  }
  .card-insure img {
    display: block;
    margin: 0 auto;
    width: 360px;
    max-width: 100%;
  }
  .card-insure .card-body {
    padding: 30px;
  }
  .card-insure .btn {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
  }
  .insurance-list > li {
    width: 25%;
  }
  address.contact {
    margin: 0 auto 25px;
  }
  .showroom-mb {
    margin-bottom: 30px;
  }
  .campaign-highlight-item .highlight {
    padding-top: 275px;
  }
  .hide-ipad {
    display: none;
  }
  .campaign-success {
    background-size: auto 100%;
    background-position: bottom center;
  }
  .feature-list > li {
    width: 50%;
    margin-bottom: 15px;
  }
  .insurance-form {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .insurance-banner {
    padding: 40px 0;
    text-align: center;
  }
  .insurance-banner .img-logo,
  .insurance-banner .img-presenter,
  .insurance-banner .img-uto {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    z-index: 1;
  }
  .insurance-banner .img-logo {
    display: block;
    margin: 0 auto 20px;
  }
  .insurance-banner .img-uto {
    width: 120px;
    margin-top: 95px;
    margin-right: 50px;
  }
  .insurance-banner .img-presenter {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-detail {
    margin-top: 0;
    padding: 20px;
  }
  section.other-promotion .container:before {
    font-size: 32px;
    top: -40px;
  }
  section.other-promotion {
    padding-top: 60px;
  }
  .card-promotion .card-body {
    padding: 20px;
  }
  .showroom-image {
    padding: 0 15px;
  }
  .showroom-mb .showroom-image {
    padding: 0;
    margin: 0;
  }
  .showroom-image img {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
  .showroom-image > img:nth-child(2n + 1) {
    margin-right: 15px;
  }
  .car-mini {
    margin-bottom: 25px;
  }
  .facebook-page-widget {
    display: block;
    width: 100%;
    text-align: center;
  }
  #main-slider .container {
    padding: 0;
  }
  .modal-dialog {
    margin: 0.75rem;
  }
  .car-banner h1 {
    font-size: 32px;
  }
  .car-banner .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .car-banner h3 {
    font-size: 18px;
  }
  section.car-color img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
  }
  section.car-color .color-detail {
    margin: 0 auto 25px;
    text-align: center;
  }
  .gallery-info {
    padding: 30px;
  }
  .gallery-info h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .gallery.large > li:first-child {
    width: 100%;
  }
  .gallery.large > li:nth-child(2),
  .gallery.large > li:nth-child(3),
  .gallery.large > li:nth-child(4) {
    width: 33.333333%;
  }
  .gallery.large > li:first-child .image {
    height: 300px;
  }
  .gallery.large > li:nth-child(2) .image,
  .gallery.large > li:nth-child(3) .image,
  .gallery.large > li:nth-child(4) .image {
    height: 120px;
  }
  .modal-body,
  .modal-header {
    padding: 20px;
  }
  address ul {
    margin-bottom: 25px;
  }
  .showroom-mb .btn {
    margin-bottom: 30px;
  }
  .quote {
    padding: 40px 0 20px;
  }
  .quote i {
    top: 0;
  }
  .card-insure .card-body {
    padding: 20px;
  }
  .card-insure ul {
    padding-left: 25px;
  }
  .insurance-list > li {
    width: 50%;
  }
  address.contact .float-right {
    float: none !important;
  }
  address.contact ul {
    margin-right: 0;
  }
  .card-body,
  .card-header {
    padding: 20px;
  }
  .car-mini.horizontal {
    width: 100%;
  }
  .car-mini.horizontal > div {
    text-align: center;
    padding: 0;
  }
  .car-mini.horizontal > div p .bigger {
    font-size: 20px;
  }
  .service-list > li {
    width: 50%;
    margin-bottom: 30px;
  }
  .service-list > li:nth-child(4) {
    margin-bottom: 30px;
  }
  .page-header {
    padding: 25px 0;
  }
  .nav-menu {
    display: block;
  }
  .nav-menu .nav-item {
    text-align: left;
    padding-left: 28px;
    padding-right: 20px;
    border-radius: 0;
  }
  .nav-menu > .nav-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .nav-pills .nav-link:after {
    width: 8px;
    height: 100%;
  }
  section.car-model ul {
    display: block;
  }
  section.car-model ul li br {
    display: none;
  }
  section.car-model ul li .model {
    margin-right: 15px;
  }
  section.car-model ul > li:not(:last-child) {
    border: none;
  }
  .main-footer .contact,
  .main-footer .sitemap {
    width: 100%;
  }
  .main-footer h4 {
    text-align: center;
  }
  .contact .footer-link {
    text-align: center;
  }
  .contact .footer-link > li {
    display: inline-block;
  }
  .contact .footer-link > li + li {
    margin-left: 8px;
  }
  .sitemap .footer-link > li {
    float: left;
    width: 50%;
    text-align: center;
  }
    .contact .footer-link2 {
    text-align: center;
  }
  .contact .footer-link2 > li {
    display: inline-block;
  }
  .contact .footer-link2 > li + li {
    margin-left: 8px;
  }
  .sitemap .footer-link2 > li {
    float: left;
    width: 50%;
    text-align: center;
  }
  .footer-info {
    text-align: center;
  }
  .main-footer ul i {
    font-size: 22px;
  }
  .showroom-image.small > a:nth-child(2n + 1) {
    margin-right: 0;
  }
  .showroom-image.small > a {
    width: 100%;
  }
  .banner-mobile {
    padding: 100px 0;
  }
  .banner-mobile h1 {
    font-size: 24px;
  }
  address.contact .qrcode {
    display: block;
    margin: 0 auto;
  }
  address.contact .footer-link {
    width: 300px;
    text-align: left;
    margin: 0 auto;
  }
  address.contact .footer-link > li + li {
    margin-left: 0;
  }
    address.contact .footer-link2 {
    width: 300px;
    text-align: left;
    margin: 0 auto;
  }
  address.contact .footer-link2 > li + li {
    margin-left: 0;
  }
  article.privacy-policy h2 {
    font-size: 28px;
  }
  .campaign-highlight h2,
  .campaign-highlight-item .performance h2 {
    font-size: 36px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .campaign-highlight-item .highlight {
    padding-top: 150px;
  }
  .campaign-highlight-item .highlight .model-list > li {
    width: calc(50% - 7.5px);
  }
  .campaign-highlight-item .highlight .model-list > li:nth-child(3n) {
    margin-top: 10px;
    margin-left: 0;
  }
  .campaign-highlight-item .highlight-img {
    margin: 0;
  }
  .campaign-highlight-item .highlight-img a {
    display: block;
    width: 100%;
  }
  .campaign-highlight-item .highlight-img a + a,
  .campaign-highlight-item .performance .performance-gallery > div > a + a {
    margin-left: 0;
  }
  .campaign-highlight-item .performance .performance-gallery > div > a {
    width: 50%;
  }
  .campaign-highlight-item .performance .performance-gallery > a {
    margin: 0;
  }
  .campaign-form {
    padding-top: 40px;
  }
  .campaign-banner .video-1,
  .campaign-banner .video-2 {
    display: inline-block;
    position: relative;
    bottom: auto;
    width: 50%;
  }
  .campaign-banner .video-1 img,
  .campaign-banner .video-2 img {
    width: 100%;
  }
  .campaign-banner > div {
    position: relative;
  }
  .campaign-banner .next {
    bottom: 15px;
  }
  .campaign-form .card .img-uto {
    top: -100px;
  }
  .campaign-form .card h3 {
    font-size: 28px;
  }
  .campaign-banner .img-banner {
    display: none;
  }
  .campaign-banner .img-banner-mobile {
    display: block;
  }
  .campaign-form.no-bg {
    padding-top: 110px;
  }
  .insurance-banner {
    padding: 40px 0;
    text-align: left;
  }
  .insurance-banner .img-logo,
  .insurance-banner .img-presenter,
  .insurance-banner .img-uto {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    z-index: 1;
  }
  .insurance-banner .img-logo {
    display: block;
    margin: 0 auto 20px;
  }
  .insurance-banner .img-uto {
    width: 120px;
    margin-top: 50px;
  }
  .insurance-banner .img-presenter {
    position: absolute;
    width: 220px;
    right: -60px;
  }
  .feature-list > li img {
    width: 100px;
  }
  .feature-list > li {
    padding: 0 15px;
  }
  .insurance-form .form-header h1 {
    font-size: 30px;
  }
  .insurance-form .form-header h3 {
    font-size: 17px;
  }

  /* Desktop */
  .iframe-container iframe {
    width: 600px;
    height: 400px;
  }

  /* Mobile */
  @media screen and (max-width: 768px) {
    .iframe-container iframe {
      width: 100%;
      height: auto;
    }
  }


}
