* {
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  background-image: url("../img/bg-white-pattern.png");
}
ul {
  list-style: none;
}
p {
  font-family: "thsarabunwebfontregular";
}
input {
  display: block;
  border: 0;
  outline: none;
  color: #555;
}
textarea {
  border: 0;
  resize: none;
  outline: none;
  color: #555;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 3px 3px #bf9f56;
}
a {
  text-decoration: none;
}
::-webkit-input-placeholder {
  font: 18px "thsarabunwebfontbold";
  color: #a5a5a5;
  line-height: 45px;
}
:-moz-placeholder /* Firefox 18- */ {
  font: 18px "thsarabunwebfontbold";
  color: #a5a5a5;
  line-height: 45px;
}
::-moz-placeholder /* Firefox 19+ */ {
  font: 18px "thsarabunwebfontbold";
  color: #a5a5a5;
  line-height: 45px;
}
:-ms-input-placeholder {
  font: 18px "thsarabunwebfontbold";
  color: #a5a5a5;
  line-height: 45px;
}
.bt {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-film-pattern {
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-film-pattern.png");
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.film {
  background-color: #d3b66a;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hide {
  display: none;
}
#call {
  width: 200px;
  height: 200px;
  font: 100px "thsarabunwebfontbold";
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 300;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#header.mini-bar {
  height: 80px;
}
#header.mini-bar .container #logo {
  height: 60px;
  margin-top: -26px;
}
#header {
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#header .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#header .container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
#header .container #logo {
  height: 80px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -36px;
}
#header .container ul#nav {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  display: inline-block;
}
#header .container ul#nav li {
  float: left;
  font-family: "thsarabunwebfontbold";
  font-size: 18px;
  color: #20497c;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 15px;
  margin-left: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#header .container ul#nav li.active {
  box-shadow: 0 0 0 1px #20497c;
}
#header .container ul#nav li.hover:hover {
  background-color: #20497c;
  color: #bf9f56;
}
#header .container ul#nav li.touch {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #20497c;
  color: #bf9f56;
}
.content-page >.container {
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 60px 40px;
  margin: 0 auto;
  position: relative;
}
.content-page >.container >p.title {
  font: 42px "thsarabunwebfontbold";
  text-align: center;
  margin-bottom: 30px;
}
.content-page >.container p {
  font-family: "thsarabunwebfontregular";
  font-size: 24px;
  text-align: center;
  line-height: 29px;
  color: #bf9f56;
}
[class^='bt-']:after {
  content: 'ติดต่อเรา';
  font: 21px "thsarabunwebfontbold";
  color: #e4e4e5;
  line-height: 60px;
}
[class^='bt-'] {
  width: 220px;
  height: 60px;
  border-radius: 5px;
  border: 2px solid #e4e4e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
[class^='bt-'].hover:hover,
[class^='bt-'].touch {
  border: 2px solid #bf9f56;
}
[class^='bt-'].hover:hover:after,
[class^='bt-'].touch:after {
  color: #bf9f56;
}
#home #feature-slide {
  width: 100%;
  height: 690px;
  background-color: #000;
}
#home #feature-slide .page-01 {
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
#home #feature-slide .page-01 .container {
  text-align: center;
  height: 270px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  margin: auto;
}
#home #feature-slide .page-01 .container .logo {
  margin-bottom: 25px;
}
#home #feature-slide .page-01 .container p {
  font-family: "thsarabunwebfontbold";
  color: #e4e4e5;
}
#home #feature-slide .page-01 .container p.name-company {
  font-size: 55px;
  margin-bottom: 5px;
}
#home #feature-slide .page-01 .container p.description {
  font-size: 28px;
  margin-bottom: 35px;
}
#home #feature-slide .page-01 .container p.description.w480 {
  display: none;
}
#home #feature-slide .page-01 .container .container-bt {
  display: inline-block;
  margin-left: 30px;
}
#home #feature-slide .page-01 .container .container-bt [class^='bt-'] {
  float: left;
}
#home #feature-slide .page-01 .container .container-bt [class^='bt-']:first-child {
  margin-right: 30px;
}
#home #feature-slide .page-01 .container .container-bt .bt-download-brochure:after {
  content: 'ดาวน์โหลดโบรชัวร์';
}
#home #feature-slide .page-01 .container .container-bt a {
  background-color: #f00;
}
#about-us {
  padding: 100px 40px 110px 40px;
  box-shadow: inset 0 10px 0 rgba(191,159,86,0.2);
}
#about-us .title {
  margin-bottom: 20px;
  color: #635640;
}
#about-us .text {
  font-family: "thsarabunwebfontbold";
  font-size: 21px;
  line-height: 36px;
  color: #635640;
}
#about-us .text.w1280 {
  display: none;
}
@media screen and (max-width: 1280px) {
  #about-us .text {
    display: none;
  }
  #about-us .text.w1280 {
    display: block;
  }
}
#services {
  background-image: url("../img/services/bg.png");
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 10px 0 rgba(191,159,86,0.2);
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#services .container-services.w480 {
  display: none;
}
#services .container-services {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  max-width: 960px;
  min-width: 900px;
}
#services .container-services .content:first-child {
  float: left;
}
#services .container-services .content {
  width: 440px;
  float: right;
}
#services .container-services .content .pics {
  width: 440px;
  height: 440px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#services .container-services .content .wrapper {
  margin-top: 40px;
  border-radius: 6px;
  background-color: rgba(255,255,255,0.75);
  padding-top: 30px;
  padding-bottom: 15px;
}
#services .container-services .content .wrapper .title-wrapper {
  display: table;
  height: 115px;
  width: 100%;
}
#services .container-services .content .wrapper .title-wrapper div {
  display: table-cell;
  vertical-align: middle;
}
#services .container-services .content .wrapper .title-wrapper div p.title {
  font-family: "thsarabunwebfontbold";
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 20px;
}
#services .container-services .content p {
  font-family: "thsarabunwebfontbold";
  font-size: 22px;
  line-height: 36px;
  color: #635640;
}
#products {
  box-shadow: inset 0 10px 0 rgba(191,159,86,0.2);
  position: relative;
}
#products .container {
  text-align: center;
}
#products .container ul.container-menu {
  display: inline-block;
}
#products .container ul.container-menu li {
  float: left;
  font-family: "thsarabunwebfontbold";
  font-size: 21px;
  color: #635640;
  line-height: 60px;
  border-radius: 4px;
  padding: 0 20px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#products .container ul.container-menu li.hover:hover,
#products .container ul.container-menu li.active {
  background-color: #635640;
  color: #fff;
}
#products .container ul.container-menu li.touch {
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #635640;
  color: #fff;
}
#products .container ul.content:after {
  content: '';
  clear: both;
  display: block;
}
#products .container ul.content.active {
  display: block;
}
#products .container ul.content {
  margin-top: 40px;
  display: none;
}
#products .container ul.content li.item:nth-child(2n) {
  margin-right: 0;
}
#products .container ul.content li.item.gutter {
  margin-right: 0;
}
#products .container ul.content li.item {
  width: 48%;
  height: 400px;
  border-radius: 6px;
  background-color: rgba(0,0,0,0.5);
  float: left;
  margin-right: 4%;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
}
#products .container ul.content li.item.hover:hover,
#products .container ul.content li.item.touch {
  box-shadow: 0 0 0 5px #bf9f56;
}
#products .container ul.content li.item.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#contact {
  background-image: url("../img/contact/bg.png");
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 60px 30px -30px rgba(0,0,0,0.3);
  position: relative;
  padding-bottom: 30px;
}
#contact .container {
  padding: 60px 0 0 0;
}
#contact .map {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}
#contact .map .wrapper {
  width: 1980px;
  height: 650px;
  position: absolute;
  left: 50%;
  margin-left: -990px;
}
#contact .map .wrapper div {
  width: 1980px;
  height: 650px;
  position: absolute;
}
#contact .map .wrapper .bg-map {
  background-image: url("../img/contact/map/bg-map.png");
}
#contact .map .wrapper .detail-map {
  background-image: url("../img/contact/map/detail-map.png");
}
#contact .map .wrapper .circle-orange {
  width: 134px;
  height: 88px;
  background-image: url("../img/contact/map/circle-orange.png");
  top: 514px;
  left: 1262px;
  margin-left: -67px;
  margin-top: -44px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#contact .map .wrapper .arrow-main {
  background-image: url("../img/contact/map/arrow-main.png");
}
#contact .map .wrapper .arrow-way01 {
  background-image: url("../img/contact/map/arrow-way01.png");
}
#contact .map .wrapper .arrow-way02 {
  background-image: url("../img/contact/map/arrow-way02.png");
}
#contact .map .wrapper .arrow-way03 {
  background-image: url("../img/contact/map/arrow-way03.png");
}
#contact .map .wrapper .car {
  width: 110px;
  height: 76px;
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
#contact .map .wrapper .car .pics-car {
  width: 110px;
  height: 76px;
  margin-left: -55px;
  margin-top: -38px;
  background-image: url("../img/contact/map/car-sprite.png");
  background-repeat: no-repeat;
}
#contact .map .wrapper .box {
  background-image: url("../img/contact/map/box.png");
}
#contact .map .wrapper .sign {
  opacity: 0;
  background-image: url("../img/contact/map/sign.png");
}
#contact .container-input:after {
  content: '';
  clear: both;
  display: block;
}
#contact .container-input {
  width: 100%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
}
#contact .container-input .box-left {
  float: left;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#contact .container-input .box-left .text {
  font: 21px "thsarabunwebfontregular";
  color: #bf9f56;
  display: none;
}
#contact .container-input .box-left input,
#contact .container-input .box-left textarea {
  background-color: rgba(255,255,255,0.8);
}
#contact .container-input .box-left input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
  font: 18px "thsarabunwebfontbold";
  line-height: 45px;
}
#contact .container-input .box-left textarea {
  width: 100%;
  height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px 30px 0 30px;
  font: 24px "thsarabunwebfontbold";
}
#contact .container-input .box-left .bt-send {
  width: 200px;
  height: 50px;
}
#contact .container-input .box-left .bt-send:after {
  content: 'ส่ง';
  line-height: 50px;
}
#contact .container-input .box-right {
  float: right;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
#contact .container-input .box-right p {
  color: #bf9f56;
}
#contact .container-input .box-right p.name {
  font: 29px "thsarabunwebfontbold";
  line-height: 70px;
}
#contact .container-input .box-right p.address {
  font: 21px "thsarabunwebfontbold";
  margin-bottom: 10px;
}
#contact .container-input .box-right p.fax {
  text-align: left;
  margin-left: 145px;
}
#contact .container-input .box-right p.fax.last {
  margin-bottom: 30px;
}
#contact .container-input .box-right p.tel {
  font: 50px "thsarabunwebfontbold";
  line-height: 50px;
  margin-top: 40px;
}
#contact .container-input .box-right p.tel-sub {
  font: 25px "thsarabunwebfontbold";
  text-align: left;
  margin-left: 75px;
}
#contact .container-input .box-right p.tel-sub.first {
  margin-top: 25px;
}
#contact .container-input .box-right p.tel-sub.last {
  margin-bottom: 25px;
}
#contact .container-input .box-right p.mail {
  font: 30px "thsarabunwebfontregular";
  line-height: 70px;
  margin-top: 15px;
}
#contact .container-input .box-right .line {
  width: 100%;
  height: 1px;
  background-color: #bf9f56;
  position: relative;
}
#contact .container-input .box-right .line:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
}
#contact .container-input .box-right .line.icon-tel:after {
  background-image: url("../img/contact/icon-phone.png");
}
#contact .container-input .box-right .line.icon-mail:after {
  background-image: url("../img/contact/icon-mail.png");
}
.bt-download-map {
  width: 200px;
  height: 50px;
  margin: 30px auto;
  border: 2px solid #635640;
}
.bt-download-map:after {
  content: 'ดาวน์โหลดแผนที่';
  font: 20px "thsarabunwebfontbold";
  color: #635640;
  line-height: 50px;
}
.bt-download-map.hover:hover,
.bt-download-map.touch {
  border: 2px solid #bf9f56;
}
.bt-download-map.hover:hover:after,
.bt-download-map.touch:after {
  color: #bf9f56;
}
#footer {
  height: 100px;
  background-image: url("../img/bg-black-pattern.png");
  font-size: 18px;
  font-family: "thsarabunwebfontbold";
  color: #555;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 23px;
}
#footer .credits {
  font-family: "thsarabunwebfontbold";
}
#footer a {
  color: #555;
  position: relative;
  top: -10px;
}
#count {
  position: fixed;
  bottom: 0;
  right: 200px;
  margin: auto;
  background-color: #4d4d4d;
  height: 50px;
  padding: 0 20px;
}
#count span {
  font-family: "thsarabunwebfontregular";
  font-size: 21px;
  color: #bf9f56;
  line-height: 50px;
  position: relative;
  top: 2px;
}
#film {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: 99;
  display: none;
  opacity: 0.5;
}
#light-box.loaded .loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#light-box.loaded .pics {
  opacity: 1;
}
#light-box {
  border-radius: 5px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  box-shadow: 0 0 20px #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 5px 5px 5px;
  display: none;
  opacity: 0;
}
#light-box .pics {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
#light-box .bg {
  background-color: #808080;
  position: absolute;
  left: 5px;
  top: 30px;
  right: 5px;
  bottom: 5px;
  z-index: -1;
}
#light-box .loading {
  width: 100px;
  height: 100px;
  background-image: url("../img/loading.gif");
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
#light-box .close-bt {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
  box-shadow: 0 0 0 4px #808080, 0 0 4px 4px #000;
  cursor: pointer;
}
#light-box .close-bt:after {
  content: 'X';
  line-height: 20px;
  font-family: "thsarabunwebfontbold";
  font-size: 20px;
  color: #808080;
}
#light-box .close-bt.hover:hover,
#light-box .close-bt.touch {
  box-shadow: 0 0 0 4px #bf9f56, 0 0 4px 4px #000;
}
#light-box .close-bt.hover:hover:after,
#light-box .close-bt.touch {
  color: #bf9f56;
}
#light-box [id^='arrow-'] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  cursor: pointer;
}
#light-box [id^='arrow-']:after {
  content: '<';
  line-height: 50px;
  color: #fff;
  font-family: "superstorewebfontlight";
  font-size: 80px;
}
#light-box #arrow-left {
  left: -60px;
}
#light-box #arrow-right {
  right: -60px;
}
#light-box #arrow-right:after {
  content: '>';
}
.wrapper-arrow {
  display: none;
}
#products [class^='arrow-'] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  text-align: center;
  cursor: pointer;
  display: none;
}
#products [class^='arrow-'].touch:after {
  color: #635640;
}
#products [class^='arrow-']:after {
  content: '<';
  line-height: 50px;
  color: #fff;
  font-family: "superstorewebfontlight";
  font-size: 80px;
}
#products .arrow-left {
  left: -5px;
}
#products .arrow-right {
  right: -5px;
}
#products .arrow-right:after {
  content: '>';
}
html.ie9 .circle-orange {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
html.ie8 .sign {
  display: none;
}
html.ie8 #contact .container-input .box-left .text,
html.ie9 #contact .container-input .box-left .text {
  display: block;
}
#mobile-fullview-pics {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 200;
  display: none;
}
#mobile-fullview-pics .view {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  overflow: hidden;
}
#mobile-fullview-pics .view .wrapper.animate {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#mobile-fullview-pics .view .wrapper {
  height: 100%;
  width: 4000px;
  display: inline-block;
}
#mobile-fullview-pics .view .wrapper .item {
  width: 100vw;
  height: 100%;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#mobile-fullview-pics .bar {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 58px;
  border-bottom: 1px solid #bf9f56;
  border-top: 1px solid #bf9f56;
}
#mobile-fullview-pics .bar .name {
  font: 21px "thsarabunwebfontregular";
  color: #bf9f56;
  line-height: 58px;
  margin-left: 20px;
}
#mobile-fullview-pics .bar .view-close-bt {
  font: 30px "thsarabunwebfontregular";
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 58px;
  color: #bf9f56;
}
.map.way01 .car {
  -webkit-animation: car01 12s 0.2s forwards;
  animation: car01 12s 0.2s forwards;
}
.map.way01 .car .pics-car {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: carFlip01 12s forwards;
  animation: carFlip01 12s forwards;
}
.map.way01 .circle-orange {
  -webkit-animation: scaleIn 0.5s 12s forwards, wiggleScale 4s 13s forwards;
  animation: scaleIn 0.5s 12s forwards, wiggleScale 4s 13s forwards;
}
.map.way01 .sign {
  -webkit-animation: fadeIn 0.5s 13s forwards;
  animation: fadeIn 0.5s 13s forwards;
}
.map.way02 .car {
  -webkit-animation: car02 12s 0.2s forwards;
  animation: car02 12s 0.2s forwards;
}
.map.way02 .car .pics-car {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: carFlip02 12s forwards;
  animation: carFlip02 12s forwards;
}
.map.way02 .circle-orange {
  -webkit-animation: scaleIn 0.5s 12s forwards, wiggleScale 4s 13s forwards;
  animation: scaleIn 0.5s 12s forwards, wiggleScale 4s 13s forwards;
}
.map.way02 .sign {
  -webkit-animation: fadeIn 0.5s 13s forwards;
  animation: fadeIn 0.5s 13s forwards;
}
.map.way03 .car {
  -webkit-animation: car03 12s 0.2s forwards;
  animation: car03 12s 0.2s forwards;
}
.map.way03 .car .pics-car {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: carFlip03 12s forwards;
  animation: carFlip03 12s forwards;
}
.map.way03 .circle-orange {
  -webkit-animation: scaleIn 0.5s 12s forwards, wiggleScale 4s 13s forwards;
  animation: scaleIn 0.5s 12s forwards, wiggleScale 4s 13s forwards;
}
.map.way03 .sign {
  -webkit-animation: fadeIn 0.5s 13s forwards;
  animation: fadeIn 0.5s 13s forwards;
}
#icon-menu {
  width: 60px;
  height: 50px;
  background-image: url("../img/icon_menu.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  display: none;
}
.container-menu-select {
  background-color: #635640;
  font-family: "thsarabunwebfontbold";
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  padding: 0 20px;
  display: none;
  text-align: center;
  position: relative;
  height: 60px;
}
.container-menu-select[data-menu='1']:before {
  content: 'ชิ้นงานขึ้นรูปทองเหลือง';
  line-height: 60px;
}
.container-menu-select[data-menu='2']:before {
  content: 'แป๊ปทองเหลืองรูปแบบต่างๆ (Profile)';
  font-size: 12px;
  line-height: 60px;
}
.container-menu-select:after {
  content: '';
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.container-menu-select.touch {
  background-color: #000;
  color: #fff;
}
select.nav,
select.products-select-menu {
  opacity: 0;
  display: none;
}
@media screen and (max-width: 480px) {
  #count {
    display: none;
  }
  select.nav,
  select.products-select-menu {
    display: block;
  }
  #icon-menu {
    display: block;
  }
  .container-menu-select {
    display: block;
  }
  .wrapper-arrow {
    display: block;
  }
  #header {
    height: 80px;
  }
  #logo {
    height: 60px !important;
    margin-top: -26px !important;
  }
  ul#nav {
    display: none !important;
  }
  .content-page >.container {
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 60px 40px;
    margin: 0 auto;
    position: relative;
  }
  .content-page >.container >p.title {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 30px;
  }
  #home {
    height: auto;
  }
  #feature-slide {
    height: auto !important;
  }
  #feature-slide .page-01 {
    padding-bottom: 150px;
  }
  #feature-slide .page-01 .container {
    height: auto !important;
    top: 110px !important;
    bottom: auto !important;
    position: relative !important;
  }
  #feature-slide .page-01 .container .logo {
    margin-bottom: 25px;
  }
  #feature-slide .page-01 .container p {
    font-family: "thsarabunwebfontbold";
    color: #e4e4e5;
  }
  #feature-slide .page-01 .container p.name-company {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
  #feature-slide .page-01 .container p.description {
    font-size: 16px !important;
    padding: 0 40px;
    margin-bottom: 0px !important;
    display: none;
  }
  #feature-slide .page-01 .container p.description.w480 {
    display: block !important;
  }
  #feature-slide .page-01 .container .container-bt {
    margin-left: 30px !important;
  }
  #feature-slide .page-01 .container .container-bt [class^='bt-'] {
    float: none !important;
    margin-top: 20px;
  }
  #feature-slide .page-01 .container .container-bt [class^='bt-']:first-child {
    margin-right: 30px;
  }
  #feature-slide .page-01 .container .container-bt .bt-download-brochure:after {
    content: 'ดาวน์โหลดโบรชัวร์';
  }
  #feature-slide .page-01 .container .container-bt a {
    background-color: #f00;
  }
  #about-us {
    padding: 45px 25px !important;
  }
  #about-us .text {
    font-size: 18px;
  }
  #services .container {
    padding: 40px 0 0 0;
  }
  #services .container >.title {
    margin-bottom: 0;
  }
  #services .container-services.w480 {
    display: inline-block;
    width: 300px;
  }
  #services .container-services {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    display: none;
    min-width: 0;
  }
  #services .container-services .content:first-child {
    float: none;
  }
  #services .container-services .content {
    width: 300px;
    float: none;
  }
  #services .container-services .content .pics {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 300px 300px;
    margin: 0 auto;
  }
  #services .container-services .content .wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.75);
    padding-top: 30px;
    padding-bottom: 15px;
  }
  #services .container-services .content .wrapper .title-wrapper {
    display: table;
    height: 115px;
    width: 100%;
  }
  #services .container-services .content .wrapper .title-wrapper div {
    display: table-cell;
    vertical-align: middle;
  }
  #services .container-services .content .wrapper .title-wrapper div p.title {
    font-family: "thsarabunwebfontbold";
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  #services .container-services .content p {
    font-family: "thsarabunwebfontbold";
    font-size: 16px;
    line-height: 36px;
    color: #635640;
    padding: 0 10px;
  }
  #products .container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #products .container ul.container-menu {
    display: none;
  }
  #products .container ul.content:after {
    content: '';
    clear: both;
    display: block;
  }
  #products .container ul.content.active {
    display: block;
  }
  #products .container ul.content {
    margin-top: 20px;
    display: none;
  }
  #products .container ul.content li.item:nth-child(2n) {
    margin-right: 0;
  }
  #products .container ul.content li.item {
    width: 100%;
    height: 330px;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.5);
    float: left;
    margin-right: 0;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    display: none;
  }
  #products .container ul.content li.item.hover:hover,
  #products .container ul.content li.item.touch {
    box-shadow: 0 0 0 5px transparent;
  }
  #products .container ul.content li.item.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  #products .container ul.content li.item.active {
    display: block;
  }
  #contact .container {
    padding-top: 30px;
  }
  #contact .map {
    height: 208px;
  }
  #contact .map .wrapper {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scale(0.32);
    -webkit-transform: scale(0.32);
  }
  #contact .container-input .box-left {
    float: none;
    width: 100%;
  }
  #contact .container-input .box-left .bt-send {
    margin: 20px auto;
    margin-bottom: 30px;
  }
  #contact .container-input .box-right {
    float: none;
    width: 100%;
  }
  #contact .container-input .box-right p.name {
    font: 18px "thsarabunwebfontbold";
    line-height: 40px;
  }
  #contact .container-input .box-right p.address {
    font: 12px "thsarabunwebfontbold";
    margin-bottom: 10px;
  }
  #contact .container-input .box-right p.fax {
    font-size: 14px;
    text-align: left;
    margin-left: 80px;
  }
  #contact .container-input .box-right p.fax.last {
    margin-bottom: 30px;
  }
  #contact .container-input .box-right p.tel {
    font: 14px "thsarabunwebfontbold";
    line-height: 50px;
    margin-top: 40px;
  }
  #contact .container-input .box-right p.tel-sub {
    font: 14px "thsarabunwebfontbold";
    text-align: left;
    margin-left: 65px;
  }
  #contact .container-input .box-right p.tel-sub.first {
    margin-top: 25px;
  }
  #contact .container-input .box-right p.tel-sub.last {
    margin-bottom: 25px;
  }
  #contact .container-input .box-right p.mail {
    font-size: 20px !important;
  }
  #footer {
    height: 80px;
    font-size: 10px;
  }
  #footer a {
    top: 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes wiggleScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes wiggleScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes wiggleScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes wiggleScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wiggleScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-ms-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes scaleOutCar {
  0% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(1);
    transform: translate3d(1304px, 491px, 0) scale(1);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(0);
    transform: translate3d(1304px, 491px, 0) scale(0);
  }
}
@-webkit-keyframes scaleOutCar {
  0% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(1);
    transform: translate3d(1304px, 491px, 0) scale(1);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(0);
    transform: translate3d(1304px, 491px, 0) scale(0);
  }
}
@-o-keyframes scaleOutCar {
  0% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(1);
    transform: translate3d(1304px, 491px, 0) scale(1);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(0);
    transform: translate3d(1304px, 491px, 0) scale(0);
  }
}
@-ms-keyframes scaleOutCar {
  0% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(1);
    transform: translate3d(1304px, 491px, 0) scale(1);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(0);
    transform: translate3d(1304px, 491px, 0) scale(0);
  }
}
@keyframes scaleOutCar {
  0% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(1);
    transform: translate3d(1304px, 491px, 0) scale(1);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0) scale(0);
    transform: translate3d(1304px, 491px, 0) scale(0);
  }
}
@-moz-keyframes car01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
    transform: translate3d(679px, 466px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-webkit-keyframes car01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
    transform: translate3d(679px, 466px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-o-keyframes car01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
    transform: translate3d(679px, 466px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-ms-keyframes car01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
    transform: translate3d(679px, 466px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@keyframes car01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
    transform: translate3d(679px, 466px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-moz-keyframes car02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
    transform: translate3d(836px, 68px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-webkit-keyframes car02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
    transform: translate3d(836px, 68px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-o-keyframes car02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
    transform: translate3d(836px, 68px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-ms-keyframes car02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
    transform: translate3d(836px, 68px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@keyframes car02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
    transform: translate3d(836px, 68px, 0);
  }

  10% {
    -webkit-transform: translate3d(1090px, 217px, 0);
    transform: translate3d(1090px, 217px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-moz-keyframes car03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
    transform: translate3d(1426px, 40px, 0);
  }

  10% {
    -webkit-transform: translate3d(1113px, 230px, 0);
    transform: translate3d(1113px, 230px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-webkit-keyframes car03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
    transform: translate3d(1426px, 40px, 0);
  }

  10% {
    -webkit-transform: translate3d(1113px, 230px, 0);
    transform: translate3d(1113px, 230px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-o-keyframes car03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
    transform: translate3d(1426px, 40px, 0);
  }

  10% {
    -webkit-transform: translate3d(1113px, 230px, 0);
    transform: translate3d(1113px, 230px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-ms-keyframes car03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
    transform: translate3d(1426px, 40px, 0);
  }

  10% {
    -webkit-transform: translate3d(1113px, 230px, 0);
    transform: translate3d(1113px, 230px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@keyframes car03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
    transform: translate3d(1426px, 40px, 0);
  }

  10% {
    -webkit-transform: translate3d(1113px, 230px, 0);
    transform: translate3d(1113px, 230px, 0);
  }

  20% {
    -webkit-transform: translate3d(1468px, 443px, 0);
    transform: translate3d(1468px, 443px, 0);
  }

  30% {
    -webkit-transform: translate3d(1443px, 460px, 0);
    transform: translate3d(1443px, 460px, 0);
  }

  40% {
    -webkit-transform: translate3d(1198px, 313px, 0);
    transform: translate3d(1198px, 313px, 0);
  }

  50% {
    -webkit-transform: translate3d(1104px, 371px, 0);
    transform: translate3d(1104px, 371px, 0);
  }

  65% {
    -webkit-transform: translate3d(1184px, 419px, 0);
    transform: translate3d(1184px, 419px, 0);
  }

  70% {
    -webkit-transform: translate3d(1200px, 420px, 0);
    transform: translate3d(1200px, 420px, 0);
  }

  85% {
    -webkit-transform: translate3d(1215px, 437px, 0);
    transform: translate3d(1215px, 437px, 0);
  }

  100% {
    -webkit-transform: translate3d(1304px, 491px, 0);
    transform: translate3d(1304px, 491px, 0);
  }
}
@-moz-keyframes carFlip01 {
  0% {
    background-position: 0;
  }

  9.99% {
    background-position: 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-webkit-keyframes carFlip01 {
  0% {
    background-position: 0;
  }

  9.99% {
    background-position: 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-o-keyframes carFlip01 {
  0% {
    background-position: 0;
  }

  9.99% {
    background-position: 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-ms-keyframes carFlip01 {
  0% {
    background-position: 0;
  }

  9.99% {
    background-position: 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@keyframes carFlip01 {
  0% {
    background-position: 0;
  }

  9.99% {
    background-position: 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-moz-keyframes carFlip02 {
  0% {
    background-position: -110px 0;
  }

  9.99% {
    background-position: -110px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-webkit-keyframes carFlip02 {
  0% {
    background-position: -110px 0;
  }

  9.99% {
    background-position: -110px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-o-keyframes carFlip02 {
  0% {
    background-position: -110px 0;
  }

  9.99% {
    background-position: -110px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-ms-keyframes carFlip02 {
  0% {
    background-position: -110px 0;
  }

  9.99% {
    background-position: -110px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@keyframes carFlip02 {
  0% {
    background-position: -110px 0;
  }

  9.99% {
    background-position: -110px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-moz-keyframes carFlip03 {
  0% {
    background-position: -220px 0;
  }

  9.99% {
    background-position: -220px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-webkit-keyframes carFlip03 {
  0% {
    background-position: -220px 0;
  }

  9.99% {
    background-position: -220px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-o-keyframes carFlip03 {
  0% {
    background-position: -220px 0;
  }

  9.99% {
    background-position: -220px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-ms-keyframes carFlip03 {
  0% {
    background-position: -220px 0;
  }

  9.99% {
    background-position: -220px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@keyframes carFlip03 {
  0% {
    background-position: -220px 0;
  }

  9.99% {
    background-position: -220px 0;
  }

  10% {
    background-position: -110px 0;
  }

  19.99% {
    background-position: -110px 0;
  }

  20% {
    background-position: -220px 0;
  }

  29.99% {
    background-position: -220px 0;
  }

  30% {
    background-position: -330px 0;
  }

  39.99% {
    background-position: -330px 0;
  }

  40% {
    background-position: -220px 0;
  }

  49.99% {
    background-position: -220px 0;
  }

  50% {
    background-position: -110px 0;
  }

  100% {
    background-position: -110px 0;
  }
}
@-moz-keyframes car-way01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@-webkit-keyframes car-way01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@-o-keyframes car-way01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@-ms-keyframes car-way01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@keyframes car-way01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@-moz-keyframes scaleInCar01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(1);
  }
}
@-webkit-keyframes scaleInCar01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(1);
  }
}
@-o-keyframes scaleInCar01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(1);
  }
}
@-ms-keyframes scaleInCar01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(1);
  }
}
@keyframes scaleInCar01 {
  0% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(679px, 466px, 0) scale(1);
  }
}
@-moz-keyframes car-way02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@-webkit-keyframes car-way02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@-o-keyframes car-way02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@-ms-keyframes car-way02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@keyframes car-way02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0);
  }

  100% {
    -webkit-transform: translate3d(1090px, 217px, 0);
  }
}
@-moz-keyframes scaleInCar02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(1);
  }
}
@-webkit-keyframes scaleInCar02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(1);
  }
}
@-o-keyframes scaleInCar02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(1);
  }
}
@-ms-keyframes scaleInCar02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(1);
  }
}
@keyframes scaleInCar02 {
  0% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(836px, 68px, 0) scale(1);
  }
}
@-moz-keyframes car-way03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
  }

  100% {
    -webkit-transform: translate3d(1113px, 230px, 0);
  }
}
@-webkit-keyframes car-way03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
  }

  100% {
    -webkit-transform: translate3d(1113px, 230px, 0);
  }
}
@-o-keyframes car-way03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
  }

  100% {
    -webkit-transform: translate3d(1113px, 230px, 0);
  }
}
@-ms-keyframes car-way03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
  }

  100% {
    -webkit-transform: translate3d(1113px, 230px, 0);
  }
}
@keyframes car-way03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0);
  }

  100% {
    -webkit-transform: translate3d(1113px, 230px, 0);
  }
}
@-moz-keyframes scaleInCar03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(1);
  }
}
@-webkit-keyframes scaleInCar03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(1);
  }
}
@-o-keyframes scaleInCar03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(1);
  }
}
@-ms-keyframes scaleInCar03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(1);
  }
}
@keyframes scaleInCar03 {
  0% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(0);
  }

  100% {
    -webkit-transform: translate3d(1426px, 40px, 0) scale(1);
  }
}
