@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
.text-main {
  color: #da001a !important;
}

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  overflow-y: auto;
}

a {
  text-decoration: none !important;
}

section {
  padding: 30px 0;
}

.font-main {
  font-family: "Montserrat", sans-serif;
}

.btn-rounded {
  border-radius: 30px;
}

.bg-main {
  background-color: #da001a;
}

.btn-footer {
  background-color: #da001a;
  border-color: #da001a;
}
.btn-footer:hover {
  background-color: #f4001d;
}

.no-radius {
  border-radius: 0 !important;
}

.hover-animation:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.hover-animation:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.hover-animation:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
}
.hover-animation:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.hover-animation:hover img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.static {
  position: static !important;
}

#searchForm,
#searchFormMobile {
  position: relative;
}
#searchForm input,
#searchFormMobile input {
  border: 1px solid #da001a;
}
#searchForm input::placeholder,
#searchFormMobile input::placeholder {
  color: #ababab;
}
#searchForm .input-icon-addon,
#searchFormMobile .input-icon-addon {
  color: #da001a;
}
#searchForm .timkiem,
#searchFormMobile .timkiem {
  position: absolute;
  z-index: 999;
}
#searchForm .timkiem .ketquatim,
#searchFormMobile .timkiem .ketquatim {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0;
  max-height: 400px;
  overflow-y: scroll;
}
#searchForm .timkiem .ketquatim .d-flex,
#searchFormMobile .timkiem .ketquatim .d-flex {
  margin-bottom: 5px;
}
#searchForm .timkiem .ketquatim .d-flex .image,
#searchFormMobile .timkiem .ketquatim .d-flex .image {
  border: 1px solid #eee;
  border-radius: 3px;
  margin-right: 5px;
  width: 30%;
}
#searchForm .timkiem .ketquatim .d-flex .info,
#searchFormMobile .timkiem .ketquatim .d-flex .info {
  width: 70%;
}

header {
  background-color: #fff;
}
header .header-logo {
  position: relative;
}
header .header-logo .logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 105px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 15px;
}
header .header-logo .logo-link img {
  width: 100%;
  height: auto;
}

.header-first {
  background-color: #f4f4f4;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.header-first .header-toggler {
  color: #111;
  background: none;
  border: none;
}
.header-first .header-toggler:hover {
  color: #111;
}

.close-menu {
  padding: 0.5rem 0.75rem 0 0;
}
.close-menu #btn-close-menu {
  background: none;
  border: none;
  color: #fff;
}

.header-second {
  background-color: #fff;
}
.header-second #mainMenu {
  background-color: transparent;
  padding: 0;
  margin-left: 130px;
}
.header-second #mainMenu > .container {
  padding: 0 !important;
}
.header-second #mainMenu [class*=col-lg-] {
  line-height: 24px !important;
}
.header-second #mainMenu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.header-second #mainMenu nav > ul > li {
  border: 0;
  transition: all 0.3s ease;
  position: static;
  margin-right: 5px;
  transition: 0.3s;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 18px;
  padding: 6px 0;
}
.header-second #mainMenu nav > ul > li.active a {
  background-color: #6a0b24 !important;
  color: #fff;
}
.header-second #mainMenu nav > ul > li .dropdown-menu {
  display: block;
  transition: all 0.3s ease;
  min-width: 230px;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 50px;
  border: none;
  background-color: #fff;
  left: auto;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.header-second #mainMenu nav > ul > li .dropdown-menu > li {
  background-color: #fff;
  padding: 0;
}
.header-second #mainMenu nav > ul > li .dropdown-menu > li > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  color: #da001a !important;
  padding: 12px 20px 12px 18px;
  display: block;
  transition: 0.3s ease;
}
.header-second #mainMenu nav > ul > li .dropdown-menu > li > a:focus, .header-second #mainMenu nav > ul > li .dropdown-menu > li > a:hover, .header-second #mainMenu nav > ul > li .dropdown-menu > li > a:active, .header-second #mainMenu nav > ul > li .dropdown-menu > li > a.hover-active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:focus,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:hover,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span.hover-active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a.hover-active {
  background-color: #da001a;
  color: #fff !important;
  cursor: pointer;
}
.header-second #mainMenu nav > ul > li .dropdown-menu > li > a a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a a {
  color: #fff !important;
  text-decoration: none !important;
}
.header-second #mainMenu nav > ul > li .dropdown-menu > li > a > i,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span > i,
.header-second #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a > i {
  margin-left: -4px;
  margin-right: 6px;
  min-width: 14px;
}
.header-second #mainMenu nav > ul > li .dropdown-menu > li.current > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li.current > span, .header-second #mainMenu nav > ul > li .dropdown-menu > li:hover > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:hover > span, .header-second #mainMenu nav > ul > li .dropdown-menu > li:focus > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:focus > span, .header-second #mainMenu nav > ul > li .dropdown-menu > li:active > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:active > span {
  color: #fff !important;
  text-decoration: none;
}
.header-second #mainMenu nav > ul > li .dropdown-mega-menu {
  list-style: none;
  display: block;
  transition: all 0.3s ease;
  min-width: 100%;
  max-height: 550px;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 45px;
  border: none;
  background-color: #fff;
  left: calc(-80px + 0.75rem);
  right: 0.75rem;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: left;
  overflow-y: scroll;
}
.header-second #mainMenu nav > ul > li .dropdown-submenu {
  position: relative;
}
.header-second #mainMenu nav > ul > li .dropdown-submenu:before {
  line-height: 40px;
  content: "";
  font-family: fontawesome;
  font-size: 12px;
  opacity: 0.6;
  position: absolute;
  right: 18px;
  color: #fff;
  transition: 0.3s ease;
}
.header-second #mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu {
  margin-left: -6px;
  left: 100%;
  top: -1px;
}
.header-second #mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu.menu-invert {
  right: 100%;
  left: auto;
}
.header-second #mainMenu nav > ul > li .dropdown-submenu:hover:before {
  right: 14px;
}
.header-second #mainMenu nav > ul > li .dropdown-submenu:hover > ul {
  min-width: 230px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header-second #mainMenu nav > ul > li:hover > ul {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header-second #mainMenu nav > ul > li:last-child {
  margin-right: 0;
}
.header-second #mainMenu nav > ul > li > a {
  display: block;
  position: relative;
  padding: 11px 9px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  color: #111;
  text-transform: uppercase;
  transition: all 0.3s ease;
  line-height: normal;
}
.header-second #mainMenu nav > ul > li > a > i {
  margin-left: 2px;
  margin-right: 0;
  min-width: 14px;
  font-size: 14px;
}
.header-second #mainMenu nav > ul > li > a:after, .header-second #mainMenu nav > ul > li > a:before {
  transition: all 0.3s ease;
}
.header-second #mainMenu nav > ul > li.hover-active > a,
.header-second #mainMenu nav > ul > li.hover-active > span, .header-second #mainMenu nav > ul > li.current > a,
.header-second #mainMenu nav > ul > li.current > span, .header-second #mainMenu nav > ul > li:hover > a,
.header-second #mainMenu nav > ul > li:hover > span, .header-second #mainMenu nav > ul > li:focus > a,
.header-second #mainMenu nav > ul > li:focus > span {
  text-decoration: none;
}
.header-second #mainMenu nav > ul > li.hover-active > a, .header-second #mainMenu nav > ul > li.current > a, .header-second #mainMenu nav > ul > li:hover > a, .header-second #mainMenu nav > ul > li:focus > a {
  background-color: #990f34;
  color: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500;
}

.social-icons ul {
  padding: 0;
}

.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  float: left;
  list-style: none;
}

.social-icons li a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: transparent;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
  color: #fff;
  border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover {
  background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
  background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
  background-color: #548bb6;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
  background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
  background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
  background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
  background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
  background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
  background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
  background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
  background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
  background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
  border: 1px solid #d7d7d7;
  background: transparent;
  color: #333;
}

.social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}

.social-icons.social-icons-light li a {
  background: #fff;
  color: #333;
  border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
  border-radius: 50%;
}

.social-icons.social-icons-medium li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

.social-icons.social-icons-large li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #eee;
}

.social-icons li:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
#topbar {
  position: relative;
  z-index: 200;
  background-color: #eee;
  background: url("../images/header-bg.jpg") no-repeat scroll 0 0/100% 100%;
}
#topbar .tenshop {
  font-size: 20px;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
}
#topbar .tenshop p {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: none;
}
#topbar .top-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#topbar .top-menu > span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-weight: bold;
  font-size: 19px;
}
#topbar .top-menu > span:not(:first-child) {
  margin-left: 16px;
}
#topbar .top-menu > span > a {
  display: inline-block;
  color: #da001a;
  font-size: 22px;
  font-weight: bold;
  height: 30px;
  text-decoration: none;
}
#topbar .top-links {
  position: relative;
}
#topbar .social-icons {
  height: 100%;
  overflow: hidden;
}
#topbar .social-icons li,
#topbar .social-icons li a {
  list-style: outside none none;
}
#topbar .social-icons li a {
  border-radius: 0px;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 35px;
  overflow: hidden;
  margin: 0;
  color: #111;
}

div.footer {
  background-color: #fff;
}
div.footer p.sub-title {
  font-weight: bold;
}
div.footer i {
  color: #111;
}
div.footer h5, div.footer h6, div.footer p, div.footer li, div.footer a {
  color: #111 !important;
}
div.footer h5 {
  text-transform: uppercase;
  color: #111 !important;
}
div.footer form input, div.footer form textarea {
  background-color: #ddd;
  border-color: #ddd;
  border-radius: 0;
  height: 40px;
}
div.footer form input::placeholder, div.footer form textarea::placeholder {
  color: #555;
}
div.footer form .btn-send {
  background-color: #da001a;
  border-color: #da001a;
  padding: 5px 25px;
  height: 40px;
  color: #fff;
}
div.footer form .btn-send:hover {
  background-color: #f4001d;
}

.website-name {
  font-size: 20px;
}

footer {
  background: #f0f0f0 !important;
}
footer .copyright {
  color: #111;
}

.quick-contact {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 999;
}
@media only screen and (max-width:480px) {
  .quick-contact {
    bottom: 70px;
    right: 17px;
  }
}
.quick-contact .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.quick-contact .icon-paperplane {
  font-size: 1em;
  color: #7e7e7e !important;
  margin-left: 1px;
  margin-top: 5px;
}
.quick-contact .contact-button {
  position: relative;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  color: #fff;
  background: #DA001A;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50px;
  padding: 18px 15px 10px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:480px) {
  .quick-contact .contact-button {
    padding: 12px 14px;
    border-radius: 3px;
  }
}
.quick-contact .contact-button:hover {
  transition: 0.3s ease-in-out;
  background-color: #fff;
  color: #DA001A;
}
.quick-contact .contact-button:hover i {
  color: #da001a !important;
}
.quick-contact .contact-button:hover:before {
  background-color: #da001a;
}
.quick-contact .contact-button i {
  font-size: 1.2em;
  transition: 0.3s ease-in-out;
  animation: hand-shake 2s infinite;
}
.quick-contact .contact-button:before, .quick-contact .contact-button:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -12px;
  width: 132px;
  height: 25px;
}
.quick-contact .contact-button:before {
  background-color: #222;
  transform: skew(-25deg);
  transition: 0.3s ease-in-out;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
}
@media only screen and (max-width:480px) {
  .quick-contact .contact-button:before {
    top: 45px;
    left: -8px;
    width: 60px;
    height: 24px;
    transform: unset;
  }
}
.quick-contact .contact-button:after {
  content: "Mitsubishi An Giang";
  font-size: 0.55em;
  top: -8px;
  left: 3px;
  color: #fff;
}
@media only screen and (max-width:480px) {
  .quick-contact .contact-button:after {
    content: "GIÁ TÔT";
    top: 51px;
    left: 5px;
    font-size: 0.6rem;
  }
}
.quick-contact .inspiration {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #626262;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1em;
}

@keyframes on_off_the_light {
  0% {
    border: 2px solid #DA001A;
    background-color: #222;
    animation-play-state: paused;
  }
  20% {
    border: 2px solid #DA001A;
    background-color: #222;
    animation-play-state: running;
  }
  80% {
    animation-play-state: paused;
    background-color: #DA001A;
  }
  100% {
    background-color: #DA001A;
    animation-play-state: running;
  }
}
.idex-alo-phone {
  right: -119px;
  top: auto;
  bottom: 440px;
  zoom: 0.8;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
  background-color: #e9393b !important;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
  border-color: #e9393b !important;
  opacity: 0.5;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
  background-color: #e9393b !important;
  opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
  background-color: #81d742 !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle,
.idex-alo-phone:hover .idex-alo-ph-circle {
  border-color: #81d742 !important;
  opacity: 0.5;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
  background-color: #81d742 !important;
  opacity: 0.75 !important;
}

.idex-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  cursor: pointer;
  z-index: 200 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
  left: 5px;
  bottom: 0;
}

.idex-alo-phone.idex-alo-show {
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.idex-alo-phone.idex-alo-static {
  opacity: 0.6;
}

.idex-alo-phone.idex-alo-hover, .idex-alo-phone:hover {
  opacity: 1;
}

.idex-alo-ph-circle {
  width: 160px;
  height: 160px;
  bottom: -50px;
  right: 44%;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: 0.1;
  -webkit-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle {
  -webkit-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle {
  -webkit-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone:hover .idex-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle {
  border-color: #75eb50;
  border-color: #baf5a7 9;
  opacity: 0.5;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
  border-color: #00aff2;
  border-color: #bfebfc 9;
  opacity: 0.5;
}

.idex-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  bottom: -20px;
  right: 60%;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle-fill {
  -webkit-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle-fill {
  -webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone:hover .idex-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
  opacity: 0.75 !important;
}

.idex-alo-ph-img-circle {
  z-index: 9;
  width: 60px;
  height: 60px;
  bottom: 0px;
  right: 70%;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  -webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-img-circle {
  -webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-img-circle {
  -webkit-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
  animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone:hover .idex-alo-ph-img-circle {
  background-color: #00aff2;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
  background-color: #75eb50;
  background-color: #75eb50;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
  background-color: #00aff2;
  background-color: #00aff2;
}

@-moz-keyframes idex-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes idex-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes idex-alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@-moz-keyframes idex-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes idex-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes idex-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes idex-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes idex-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes idex-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes idex-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-o-keyframes idex-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes idex-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes idex-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes idex-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes idex-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes idex-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes idex-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.float-icon {
  display: none;
  left: 10px;
  position: fixed;
  z-index: 9999;
}
.float-icon .float-icon--main {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.float-icon .float-icon--main .float-icon--circle {
  font-size: 1.9rem;
  height: 60px;
  width: 60px;
  position: relative;
  z-index: 2;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.float-icon .float-icon--main .float-icon--circle:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 100%;
  -webkit-animation-name: hover-ripple-out;
  animation-name: hover-ripple-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.float-icon .float-icon--main .float-icon--circle:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 100%;
}
.float-icon .float-icon--main .float-icon--text {
  padding: 10px 15px 10px 25px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  color: #fff;
  font-weight: bold;
  margin-left: -0.8rem;
  z-index: 1;
  font-size: 1rem;
  min-width: 145px;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.float-icon.float-icon--phone {
  bottom: 40px;
}
.float-icon.float-icon--phone .float-icon--main .float-icon--circle {
  background: #da001a;
}
.float-icon.float-icon--phone .float-icon--main .float-icon--circle:before {
  border-color: #f4001d;
}
.float-icon.float-icon--phone .float-icon--main .float-icon--text {
  background: #da001a;
}

@media screen and (max-width: 768px) {
  .float-icon {
    display: none;
    left: 10px;
    position: fixed;
    z-index: 99;
  }
  .float-icon .float-icon--main {
    margin-bottom: unset;
  }
  .float-icon .float-icon--main .float-icon--circle {
    font-size: 1.2rem;
    height: 45px;
    width: 45px;
  }
  .float-icon .float-icon--main .float-icon--text {
    display: none;
  }
  .float-icon.float-icon--envelope {
    bottom: 110px;
  }
}
@-webkit-keyframes hover-ripple-out {
  100% {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    opacity: 0;
  }
}
@keyframes hover-ripple-out {
  100% {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    opacity: 0;
  }
}
.section-grey {
  background-color: #f3f3f3;
}

.page-main {
  padding-top: 1rem;
}

.ngangon {
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}

.header-section {
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #da001a;
}
.header-section h1, .header-section p {
  margin: 0;
  color: #da001a;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}

.header-detail {
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #da001a;
}
.header-detail h3 {
  margin: 0;
  color: #000;
  text-align: left;
}

.list-vehical {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.list-vehical li {
  margin: 3px;
  display: inline-block;
}
.list-vehical li a {
  display: block;
  padding: 3px 7px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  color: #999;
  text-transform: capitalize;
  font-size: 12px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.list-vehical li a:hover {
  background: #da001a;
  color: #fff;
}
.list-vehical li a.active {
  border: 1px solid #da001a;
  background-color: #da001a;
  color: #fff;
}

.list-module {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.list-module li {
  margin: 3px;
}
.list-module li:not(:last-child) {
  border-right: 2px solid #999;
}
.list-module li a {
  display: block;
  padding: 0 15px;
  color: #999;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.list-module li a:hover {
  color: #da001a;
}
.list-module li a.active {
  color: #111;
}

.tool {
  position: relative;
  width: 100%;
  text-align: center;
  background: #f3f3f3;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.tool ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.tool ul li {
  width: 100%;
  padding: 10px 0;
}
.tool ul li > a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-left: 2px solid #ddd;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.tool ul li > a img {
  height: 60px;
  position: relative;
  z-index: -1;
}
.tool ul li > a p {
  font-weight: bold;
  color: #111;
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding-bottom: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tool ul li > a:hover img {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
.tool ul li > a:hover p {
  color: #da001a;
}
.tool .footer-info {
  padding: 10px 0;
  height: 100%;
}
.tool .footer-info-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border-left: 2px solid #ddd;
  height: 100%;
  padding-left: 10px;
  font-weight: bold;
  color: #111;
}
@media only screen and (max-width:768px) {
  .tool .footer-info-content {
    border: none;
  }
}
.tool .footer-info-content p {
  margin-bottom: 5px;
}
.tool .footer-info-content a {
  color: #111;
}

.version-item {
  display: block;
  background: #eee;
  padding: 0.75rem;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.version-item:hover {
  box-shadow: 6px 7px 20px 4px #444;
}
.version-item .version-title {
  color: #343434;
  font-weight: bold;
  font-size: 27px;
  margin: 0;
}
.version-item .price {
  color: #da001a;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.version-item .version-description {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-left: 15px;
  color: #111;
  min-height: 125px;
}
@media only screen and (max-width:480px) {
  .version-item .version-description {
    padding-left: 0;
  }
}
.version-item .version-description ul {
  padding-left: 1.75rem;
}

.car-preview {
  position: relative;
}
.car-preview .basic {
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50px;
  z-index: 1;
}
@media only screen and (max-width:768px) {
  .car-preview .basic {
    position: static;
  }
}
.car-preview .basic h1 {
  font-size: 80px;
  line-height: 80px;
  color: #141414;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .car-preview .basic h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.car-preview .basic .banner-price {
  font-size: 12px;
}
.car-preview .basic .banner-price span {
  color: #da001a;
  font-size: 34px;
}
.car-preview .car-preview-image {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}
.car-preview .car-preview-image img {
  width: 100%;
}
.car-preview .car-preview-color {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 80px;
}
@media only screen and (max-width:768px) {
  .car-preview .car-preview-color {
    position: static;
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
  }
}
.car-preview .car-preview-color .color-item {
  margin: 0.25rem 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  transition: 0.5s ease;
  overflow: hidden;
}
@media only screen and (max-width:768px) {
  .car-preview .car-preview-color .color-item {
    min-width: 100px;
    max-width: 100px;
  }
}
.car-preview .car-preview-color .color-item:hover {
  border: 2px solid #da001a;
}

.product-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.75rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width:480px) {
  .product-item {
    background-color: #f3f3f3;
    margin-bottom: 10px;
  }
}
.product-item:hover {
  -webkit-box-shadow: 1px 1px 5px #999;
  -moz-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.product-item:hover .border-effect .border {
  width: 109%;
}
.product-item .border-effect {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 100%;
  height: 5px;
}
.product-item .border-effect .border {
  display: block;
  background-color: #da001a;
  width: 0;
  height: 5px;
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}
.product-item .badge {
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  right: -10px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
  z-index: 5;
  background-color: #da001a;
}
.product-item .product-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-item .product-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-item .product-image img {
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-item .product-description {
  width: 100%;
  text-align: left;
  padding-top: 5px;
}
.product-item .product-description .product-title {
  margin: 0;
  color: #da001a;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-item .product-description .product-title:hover {
  color: #da001a;
}
.product-item .product-description .price {
  color: #111;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-item .product-short {
  margin-top: 10px;
  color: #111;
  font-size: 14px;
  text-transform: none;
  text-align: justify;
}
.product-item .product-short ul {
  padding-left: 20px;
  margin-bottom: 0;
}

#md1 .col-6.col-lg-3:nth-child(odd) {
  padding-right: 5px;
}
#md1 .col-6.col-lg-3:nth-child(even) {
  padding-left: 5px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-bottom: 5px solid #da001a;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-item:hover {
  -webkit-box-shadow: 1px 1px 5px #999;
  -moz-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.blog-item .blog-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.blog-item .blog-description {
  width: 100%;
  padding: 15px;
}
.blog-item .blog-description .blog-title {
  display: block;
  height: 38px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
}
.blog-item .blog-description .blog-title:hover {
  color: #da001a;
}
.blog-item .blog-description .ngangon {
  text-align: left;
  color: #777;
  margin-bottom: 7px;
}
.blog-item .blog-description .date {
  color: #999;
  text-align: right;
}

.lmore {
  display: none;
}

.guest-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.guest-item:hover {
  -webkit-box-shadow: 1px 1px 5px #999;
  -moz-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.guest-item .guest-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.guest-item .guest-image:hover .ngangon {
  bottom: 0;
}
.guest-item .guest-image .ngangon {
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 50px;
  font-weight: bold;
  padding: 0 15px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.guest-item .guest-title {
  height: 43px;
  margin: 0;
  border-left: 4px solid #da001a;
  padding-left: 10px;
  margin: 5px 0;
  overflow: hidden;
}
.guest-item .guest-title strong {
  color: #000;
  font-weight: bold;
}
.guest-item .guest-title strong:hover {
  color: #da001a;
}

.limit {
  height: 80px;
  overflow: hidden;
}

.portfolio-item {
  position: relative;
  margin-bottom: 15px;
}
.portfolio-item .portfolio-image {
  position: relative;
  width: 100%;
  height: 150px;
  line-height: 150px;
  background: #eee;
  overflow: hidden;
}
.portfolio-item .portfolio-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-item .portfolio-image a {
  display: block;
  height: 100%;
}
.portfolio-item .portfolio-image img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.portfolio-item .portfolio-description {
  position: absolute;
  left: 0;
  top: 35%;
  text-align: center;
  width: 100%;
}
.portfolio-item .portfolio-description a {
  display: block;
  background: #da001a;
  width: 60px;
  height: 40px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.portfolio-item .portfolio-description a:hover {
  background: #da001a;
  color: #fff;
}

.single-post h3 {
  text-transform: uppercase;
  color: #da001a;
  font-size: 18px;
  font-weight: bold;
}
.single-post .title {
  padding: 15px 0;
  margin-bottom: 0px;
  color: #da001a;
  line-height: 1.3;
}
@media only screen and (max-width:480px) {
  .single-post .title {
    font-size: 18px;
  }
}

.img-preview {
  border: 1px solid #eee;
  border-radius: 5px;
}
.img-preview img {
  width: 100%;
  cursor: zoom-in;
}

.img-nav {
  margin-top: 15px;
}
.img-nav img {
  width: 100%;
  cursor: pointer;
}

.list-product .list-title {
  border-bottom: 2px solid #da001a;
  margin-bottom: 15px;
}
.list-product .list-title h4 {
  text-transform: uppercase;
}

.price-board .title {
  padding: 15px 0;
  margin-bottom: 0px;
  color: #da001a;
}
.price-board-item {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.price-board-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width:480px) {
  .price-board-item {
    flex-direction: column;
    border: 1px solid #ddd;
  }
}
.price-board-item .board-image {
  width: 30%;
}
@media only screen and (max-width:480px) {
  .price-board-item .board-image {
    width: 100%;
  }
}
.price-board-item .board-version {
  width: 70%;
  padding: 0.5rem 0;
}
@media only screen and (max-width:480px) {
  .price-board-item .board-version {
    width: 100%;
  }
}
.price-board-item .board-version-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
@media only screen and (max-width:480px) {
  .price-board-item .board-version-item {
    flex-direction: column;
    align-content: flex-start;
    align-items: unset;
    padding: 0.75rem;
  }
}
.price-board-item .board-version-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.price-board-item .board-version-item .version-name {
  width: 20%;
}
@media only screen and (max-width:480px) {
  .price-board-item .board-version-item .version-name {
    width: 100%;
  }
}
.price-board-item .board-version-item .version-name p {
  font-weight: bold;
  margin: 0;
}
.price-board-item .board-version-item .version-desc {
  width: 60%;
}
@media only screen and (max-width:480px) {
  .price-board-item .board-version-item .version-desc {
    width: 100%;
  }
}
.price-board-item .board-version-item .version-price {
  width: 20%;
  text-align: right;
}
@media only screen and (max-width:480px) {
  .price-board-item .board-version-item .version-price {
    width: 100%;
    text-align: left;
  }
}
.price-board-item .board-version-item .version-price p {
  font-weight: bold;
}
.price-board-item .board-version-item .version-price .btn-test-sign {
  display: block;
  padding: 5px 10px;
  background: #da001a;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.price-board-item .board-version-item .version-price .btn-test-sign:hover {
  background: #e9255a;
}

.left-menu .left-category {
  padding-left: 15px;
  list-style: none;
}
.left-menu .left-category li:before {
  content: "■";
  color: #da001a;
  display: inline-block;
  width: 1em;
}
.left-menu .left-category li.active a, .left-menu .left-category li:hover a {
  color: #111;
}
.left-menu .left-category li a {
  color: #999;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.left-menu .sidebar-tool {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-menu .sidebar-tool li {
  border: 2px solid #d7d7d7;
  margin-bottom: 20px;
}
.left-menu .sidebar-tool li.hotline a {
  background-position: right 10px;
  padding: 10px;
}
.left-menu .sidebar-tool li.sale a {
  background-position: right -60px;
  padding: 10px;
}
.left-menu .sidebar-tool li.calculator a {
  background-position: right -270px;
}
.left-menu .sidebar-tool li.price a {
  background-position: right -340px;
}
.left-menu .sidebar-tool li a {
  background: url(../images/sidebar-tool.png) no-repeat;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  padding: 18px 10px;
}
.left-menu .sidebar-tool li a span {
  display: block;
  font-size: 20px;
  color: #da001a;
}
.left-menu .vehicle-call-to-action {
  background-color: #da001a;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
.left-menu .vehicle-call-to-action small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.left-menu .vehicle-call-to-action a {
  color: #FFF;
  display: block;
  position: relative;
  padding: 10px 50px 10px 20px;
  font-size: 18px;
  line-height: 18px;
}

.product p {
  margin: 0;
}
.product .title {
  color: #222;
  font-size: 22px;
}
.product .price {
  color: #da001a;
  font-size: 20px;
  font-weight: bold;
}
.product .old-price {
  color: #da001a;
  font-size: 22px;
  text-decoration-line: line-through;
  margin-left: 5px;
}
.product .discount {
  color: #A1CC56;
  font-size: 20px;
}

.accordion-header {
  margin-bottom: 3px;
}
.accordion-header .btn-dark {
  position: relative;
  border-radius: 0;
  background: #ddd;
  border-color: #ddd;
  color: #111;
  white-space: normal;
  padding-left: 30px;
}
.accordion-header .btn-dark:before {
  content: url("../images/toggle-open.png");
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -8px;
}
.accordion-header .btn-dark:focus {
  box-shadow: none;
}

.owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  width: 30px;
  height: 25px;
  background-color: #eee;
}

.left-module .tag {
  margin: 0.1rem;
}

.mega-product {
  margin-bottom: 15px;
}
.mega-product .mega-product-image {
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}
.mega-product .mega-product-image img {
  width: 100%;
}
.mega-product .mega-product-description {
  padding: 15px 0;
}
.mega-product .mega-product-description .title {
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  color: #424242;
  margin: 0;
  font-family: Arial;
  text-transform: capitalize;
  font-size: 14px;
}
.mega-product .mega-product-description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega-product .mega-product-description ul li {
  color: #666;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}
.mega-product .mega-product-description ul li:before {
  content: "";
  font-family: fontawesome;
  margin-right: 5px;
}

.scrollspy {
  background-color: #eee;
}
.scrollspy .scrollspy-menu {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.scrollspy .scrollspy-menu li {
  width: 100%;
  background-color: #eee;
  border-bottom: 3px solid transparent;
  transition: 0.3s all;
}
.scrollspy .scrollspy-menu li.active, .scrollspy .scrollspy-menu li:hover {
  border-bottom-color: #da001a;
  background-color: #ddd;
}
.scrollspy .scrollspy-menu li a {
  display: block;
  font-size: 14px;
}
.scrollspy .scrollspy-menu li .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0;
}
.scrollspy .scrollspy-menu li .icon img {
  margin: 0 auto;
}

.other-product {
  display: flex;
  padding: 15px 0;
}
.other-product .other-image {
  width: 55%;
}
.other-product .other-image img {
  width: 100%;
}
.other-product .other-info {
  width: 45%;
  display: flex;
  align-items: center;
}
.other-product .other-info p, .other-product .other-info h5 {
  margin: 0;
  font-size: 13px;
}
.other-product .other-info a {
  color: #000;
}
.other-product .other-info a:hover {
  color: #da001a;
}
.other-product .other-info .other-name {
  border-left: 4px solid #da001a;
  padding-left: 5px;
}

.product-detail .header {
  border-bottom: 1px solid;
  width: 70%;
}
.product-detail .header h4 {
  color: #da001a;
  margin: 0;
}
.product-detail .detail {
  padding: 5px 0;
}
.product-detail .detail .price {
  position: relative;
  width: 200px;
}
.product-detail .detail .price sup {
  font-size: 14px;
  margin-left: 5px;
}
.product-detail .description ul {
  padding-left: 15px;
}
.product-detail .img .color-name {
  border-bottom: 2px solid #000;
  width: 100%;
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
}
.product-detail .btn-compair {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.product-detail .btn-compair:hover {
  background-color: #000;
  color: #fff;
}
.product-detail .btn-compair:focus {
  background-color: #000;
  color: #fff;
}
.product-detail .pick-color {
  list-style: none;
}
.product-detail .pick-color li {
  display: inline-block;
  border: 3px solid #fff;
}
.product-detail .pick-color li.active {
  border: 3px solid #da001a;
}
.product-detail .pick-color li a {
  display: block;
}
.product-detail .pick-color li a .color {
  width: 50px;
  height: 50px;
}
.product-detail .pick-color li a .color.bac {
  background-color: #eee;
}
.product-detail .pick-color li a .color.den {
  background-color: #000;
}
.product-detail .pick-color li a .color.nau {
  background-color: brown;
}
.product-detail .pick-color li a .color.trang {
  background-color: #fff;
  border: 3px solid #000;
}
.product-detail .pick-color li a .color.xam {
  background-color: #999;
}

.see-more {
  margin-bottom: 2.5em;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: relative;
  display: inline-block;
  margin-top: 3.5em;
}
.see-more:hover span {
  background: #da001a;
  color: #fff;
}
.see-more:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ccc), color-stop(#ccc), to(#fff));
  background: -webkit-linear-gradient(right, #ccc, #ccc, #fff);
  background: -o-linear-gradient(right, #ccc, #ccc, #fff);
  background: linear-gradient(to left, #ccc, #ccc, #fff);
}
.see-more span {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  min-width: 100px;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
  border-radius: 25px;
  top: 50%;
  font-weight: bold;
  padding: 5px 15px;
  padding-left: 15px;
  text-align: center;
  margin-top: -18px;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #da001a;
  color: #da001a;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.home-care {
  position: relative;
  padding-bottom: 45%;
  font-size: 1.275rem;
  background: url(../images/care-bg.jpg) no-repeat scroll 0 bottom/100% auto;
}
.home-care .content {
  position: absolute;
  width: 30%;
  top: 25%;
  left: 68%;
  padding: 0;
  text-align: left;
}
.home-care .content .number {
  text-align: left;
  line-height: 1.3;
}
.home-care .content .number strong {
  margin-top: 20px;
  color: #da001a;
  font-size: 120%;
}
.home-care .content .detail {
  font-size: 13px;
}

.title-block {
  font-size: 3rem;
  line-height: 1.2;
  color: #333;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  margin-left: auto;
}
.title-block:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 2px;
  background-color: #da001a;
}

.main-map {
  height: 100%;
}
.main-map iframe {
  height: 100% !important;
}

.intro-box {
  background: #fff;
  padding: 30px;
  height: 100%;
  overflow-y: auto;
}
.intro-box h2, .intro-box h3 {
  color: #111;
}
.intro-box p {
  color: #696969;
}
.intro-box a {
  color: #111;
}
.intro-box a:hover {
  color: #da001a;
}

.click-dropdown {
  display: none;
}

@media screen and (max-width: 768px) {
  .click-dropdown {
    display: inline-block;
    border: none !important;
    background-color: transparent !important;
    color: #4e4e4e;
    position: absolute;
    top: 0;
    right: 16px;
    width: 100%;
    height: 35px;
    text-align: right;
  }
  .click-dropdown:focus {
    outline: none !important;
  }
  .click-dropdown i.fa {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .fa-angle-down {
    display: none !important;
  }

  div.header-second {
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: fixed;
    top: 0;
    left: -280px;
    z-index: 999999;
    width: 280px;
    height: 100vh;
    transition: 0.3s ease-in-out;
    overflow-y: auto;
  }
  div.header-second.show {
    left: 0 !important;
  }
  div.header-second #mainMenu {
    margin-left: unset;
  }
  div.header-second #mainMenu nav > ul {
    display: block !important;
    width: 100%;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  div.header-second #mainMenu nav > ul > li {
    position: relative;
    margin-left: 0 !important;
    padding: 0 15px !important;
    overflow: hidden;
  }
  div.header-second #mainMenu nav > ul > li .dropdown-menu {
    background-color: #fff !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: auto;
    border-radius: 0;
    margin-bottom: 2px !important;
    transition: 0.3s all;
    box-shadow: unset;
  }
  div.header-second #mainMenu nav > ul > li .dropdown-menu > li {
    background-color: #fff;
    padding: 0 !important;
  }
  div.header-second #mainMenu nav > ul > li .dropdown-menu > li.dropdown-submenu a {
    color: #da001a !important;
  }
  div.header-second #mainMenu nav > ul > li .dropdown-menu > li.dropdown-submenu .dropdown-menu {
    left: unset !important;
    top: unset !important;
    margin-left: unset !important;
  }
  div.header-second #mainMenu nav > ul > li .dropdown-menu > li:hover {
    background-color: #f7595b;
    color: #fff !important;
  }
  div.header-second #mainMenu nav > ul > li .dropdown-menu > li a {
    color: #5e5e5e !important;
    border-bottom: 1px dashed #ccc;
    padding-left: 10px;
  }
  div.header-second #mainMenu nav > ul > li .dropdown-mega-menu {
    min-width: 100%;
    background-color: #fff !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: auto;
    left: 0;
    right: 0;
    height: 450px;
    border-radius: 0;
    margin-bottom: 2px !important;
    overflow-y: scroll;
  }
  div.header-second #mainMenu nav > ul > li > a {
    display: block;
    background-color: #fff;
    color: #4e4e4e !important;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
  }
  div.header-second #mainMenu nav > ul > li:hover > a {
    background-color: #fff;
  }
  div.header-second #mainMenu nav > ul > li.hover-active > a {
    background-color: #fff !important;
    color: #da001a !important;
  }
  div.header-second #mainMenu nav > ul > li.hover-active .click-dropdown {
    color: #da001a;
  }
  div.header-second #mainMenu nav > ul > li.hover-active > ul {
    position: relative;
    min-width: 230px;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 15px;
  }

  .title-block {
    font-size: 20px;
    margin-bottom: 1.5em;
  }
  .title-block:before {
    margin-left: -26px;
    width: 52px;
  }
}
@media screen and (max-width: 425px) {
  .scrollspy .scrollspy-menu .icon span {
    display: none !important;
  }

  .blog-item .blog-description .blog-title {
    height: 58px !important;
  }

  .home-care {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 10em;
    font-size: 2rem;
    line-height: 1.3;
    background: url(../images/care-bg-mb.jpg) no-repeat scroll 0 bottom/100% auto;
  }
  .home-care .content {
    position: static;
    width: 100%;
  }
  .home-care .content .number {
    font-size: 22px;
  }
  .home-care .content .detail {
    font-size: 13px;
  }
}

/*# sourceMappingURL=main.css.map */
