.red {
  color: #cd0000;
}
.link {
  color: #0bc8ff;
  font-family: 600;
}
.colormain {
  color: #0bc8ff;
}
.colorsecond {
  color: #006cb6;
}
.colorspecial {
  color: #006cb6;
}
.fontbold {
  font-weight: 600;
}
*:focus {
  outline: 0;
}
strong {
  font-weight: 600;
}
#bg-ci-main {
  background: #0060a4;
}
#bg-ci-main-down {
  background: #359acc;
  background: -moz-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#359acc),color-stop(50%,#359acc),color-stop(75%,#295e8b),color-stop(100%,#1d224a));
  background: -webkit-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -o-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -ms-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: linear-gradient(to bottom,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359acc',endColorstr='#1d224a',GradientType=0);
}
#bg-ci-main-right {
  background: #359acc;
  background: -moz-linear-gradient(left,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#359acc),color-stop(50%,#359acc),color-stop(75%,#295e8b),color-stop(100%,#1d224a));
  background: -webkit-linear-gradient(left,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -o-linear-gradient(left,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -ms-linear-gradient(left,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: linear-gradient(to right,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359acc',endColorstr='#1d224a',GradientType=1);
}
#movement {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#con-center {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#middle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
#middle-left {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
}
#middle-right {
  display: flex;
  align-items: center;
  justify-content: right;
  line-height: 1.5;
}
#rorate90 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#rorate45 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#circle {
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#fade {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#texthidden {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#texthidden-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#texthidden-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#texthidden-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#texthidden-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#hidden {
  overflow: hidden;
}
#opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-1 {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-2 {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-3 {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-4 {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-9 {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom5-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom5-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom10 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#zoom10-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#zoom10-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#img-fit {
  object-fit: cover;
  object-position: center;
}
#radius-2 {
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#radius-5 {
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#radius-7 {
  -moz-border: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#radius-10 {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#radius-15 {
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#radius-20 {
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#radius-25 {
  -moz-border: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#radius-30 {
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#radius-35 {
  -moz-border: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
#radius-40 {
  -moz-border: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#radius-45 {
  -moz-border: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}
#radius-50 {
  -moz-border: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#radius-100 {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
#bd {
  border: solid 1px #000;
}
body {
  background: #fff;
  color: #292929;
  font-weight: 300;
  font-family: 'Kanit';
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  padding: 0 5px;
  font-family: 'Kanit';
  font-weight: 300;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
p,
div {
  padding: 0px;
}
label {
  font-weight: 300;
}
.back {
  margin: 50px 0 0 0;
  text-align: center;
}
.back a {
  color: #0bc8ff;
}
.back a:hover {
  color: #006cb6;
}
.back-step {
  margin: 0;
  float: left;
}
.back-step a {
  color: #0bc8ff;
}
.back-step a:hover {
  color: #006cb6;
}
.next-step {
  margin: 0;
  float: right;
}
.next-step a {
  color: #0bc8ff;
}
.next-step a:hover {
  color: #006cb6;
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
  margin: 30px 0 0 0;
}
.pageroot a {
  color: #006cb6;
}
.backtop {
  background: #0bc8ff;
  width: 40px;
  height: 40px;
  padding-bottom: 5px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  color: #666;
  border: 1px solid #666;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.backtop:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-inner {
  margin: 30px 0 0 0;
  line-height: 1.8;
}
.content-inner img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.content-inner h1 {
  font-size: 30px;
  font-family: 500;
  color: #0bc8ff;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.content-inner h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.bulletset {
  margin: 20px 0 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.bulletset .bullet-over {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #0bc8ff;
}
.bulletset .bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #0bc8ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bulletset .bullet:hover {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #006cb6;
  border: solid 2px #006cb6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
}
.pageroot a {
  color: #006cb6;
}
.number-set {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#number {
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number {
  background: #f5f5f5;
  color: #232323;
  border: solid 1px #ccc;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.number-over {
  background: #0bc8ff;
  color: #666;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number:hover {
  background: #0bc8ff;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number-next {
  background: #0bc8ff;
  color: #fff;
  font-weight: 400;
  width: 60px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.number-next:hover {
  background: #fff;
  color: #0bc8ff;
  border: solid 1px #0bc8ff;
}
.dropdown {
  color: #006cb6;
  font-family: 'Kanit', 'Kanit';
}
.dropdown span {
  font-family: 'Kanit', 'Kanit';
  font-size: 14px;
}
.dropdown ul.dropdown-menu li {
  font-size: 14px;
}
.dropdown ul.dropdown-menu li a {
  color: #292929;
  font-family: 'Kanit', 'Kanit';
  padding: 5px 20px 5px 15px;
  font-weight: 300;
}
.dropdown ul.dropdown-menu li a i {
  font-size: 14px;
  padding-right: 10px;
}
.colormain {
  color: #0bc8ff;
}
.bgmain {
  background: #0bc8ff;
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  background: #0bc8ff;
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #0bc8ff;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #0bc8ff;
  outline: none;
}
.btn-default {
  color: #0bc8ff;
}
.btn-default:focus,
.btn-default.focus {
  color: #0bc8ff;
}
.btn-default:hover {
  color: #0bc8ff;
}
.cd-primary-nav,
.cd-primary-nav ul {
  background: #0bc8ff;
  z-index: 99;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
  color: #ffffff;
}
.cd-primary-nav a:hover {
  color: #666;
}
.cd-primary-nav ul a:hover {
  color: #666;
}
.cd-main-content {
  min-height: 85px;
}
.cd-main-header {
  height: 85px;
}
.cd-logo {
  top: 0px;
  left: 15px;
}
.cd-logo img {
  display: block;
  height: 85px;
}
.iconsocial-mobile {
  font-size: 20px;
  margin: 10px 20px;
}
.iconsocial-mobile a {
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.iconsocial-mobile i {
  color: #fff;
  margin: 0 15px;
  cursor: pointer;
}
.chckprice {
  background: rgba(255,255,255,0.9);
  position: fixed;
  right: 0;
  top: 170px;
  border-radius: 12px 0 0 12px;
  border: solid 2px #0bc8ff;
  padding: 10px 15px;
  color: #0bc8ff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-right: none;
  text-align: center;
  font-size: 13px;
  z-index: 2;
}
.chckprice:hover {
  background: #0bc8ff;
  border: solid 1px #006cb6;
  color: #fff;
}
.chckprice i {
  font-size: 30px;
  padding: 0 0 7px 0;
}
.container2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1900px;
}
.containers {
  width: 1170px;
  margin: 0 auto;
}
.warranty-btn-home {
  height: 50px;
  padding: 5px 0 0 0;
  margin: -50px 20px 0 0;
  position: relative;
  z-index: 9;
  width: 250px;
  font-size: 18px;
  font-style: italic;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #006cb6;
  -moz-border: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
  border: solid 3px #006cb6;
  border-bottom: none;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: #ffffff;
  background: -webkit-linear-gradient(left,#ffffff 1%,#b5b6b8 30%,#ffffff 100%);
  background: -o-linear-gradient(left,#ffffff 1%,#b5b6b8 30%,#ffffff 100%);
  background: linear-gradient(to right,#ffffff 1%,#b5b6b8 30%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}
.warranty-btn-home:hover {
  background: #0060a4;
  color: #fff;
}
.warranty-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.lamina-box {
  background: #0060a4;
  padding: 30px 75px;
  margin: 50px 0 20px 0;
  color: #fff;
  box-shadow: 10px 10px 10px #666;
}
.lamina-box-title {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
}
.lamina-box-title span {
  font-size: 20px;
  font-weight: 300;
}
.lamina-box-search-btn {
  padding: 5px 20px;
  background: #fff;
  color: #0bc8ff;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0 20px 0;
  border: solid 2px #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.lamina-box-search-btn:hover {
  background: none;
  color: #fff;
}
.lamina-box-bottom {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: normal;
  margin: 30px 0 0 0;
  background: #ffffff;
  background: -moz-linear-gradient(-45deg,#ffffff 0%,#dbdbdb 9%,#dbdbdb 9%,#ffffff 19%,#ffffff 34%,#dbdbdb 43%,#ffffff 52%,#ffffff 68%,#dbdbdb 79%,#ffffff 88%,#fefefe 100%);
  background: -webkit-linear-gradient(-45deg,#ffffff 0%,#dbdbdb 9%,#dbdbdb 9%,#ffffff 19%,#ffffff 34%,#dbdbdb 43%,#ffffff 52%,#ffffff 68%,#dbdbdb 79%,#ffffff 88%,#fefefe 100%);
  background: linear-gradient(135deg,#ffffff 0%,#dbdbdb 9%,#dbdbdb 9%,#ffffff 19%,#ffffff 34%,#dbdbdb 43%,#ffffff 52%,#ffffff 68%,#dbdbdb 79%,#ffffff 88%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fefefe',GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lamina-box-drop {
  margin: 15px 0 0 0;
  height: 37px;
  border: solid 1px rgba(255,255,255,0.5);
  -moz-border: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 7px 160px 0 15px;
  position: relative;
  font-weight: 300;
}
.lamina-box-drop .btn-group {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  float: right;
  text-align: right;
  height: 35px;
  padding: 7px 10px 0 10px;
  background: rgba(255,255,255,0.2);
  -moz-border: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
.drop-home {
  width: 100%;
  max-height: 360px;
  overflow: auto;
}
.drop-home::-webkit-scrollbar {
  width: 7px;
}
.drop-home::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.drop-home::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.drop-home::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.lamina-box .btn-group {
  width: 100%;
  height: 50px;
  margin: 20px 0 0 0;
  background: none;
}
.lamina-box .btn-group .dropdown-menu {
  margin: 7px 0 0 0;
}
.lamina-box .btn-group div.btn-group-2 {
  float: left;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  width: 63%;
  height: 48px;
  background: none;
  box-shadow: none;
  outline: none;
  color: #fff;
  margin: 0;
  text-align: left;
  padding: 0 20px;
  font-size: 16px;
  -moz-border: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: none;
}
.lamina-box .btn-group button.btn-group-2 {
  cursor: pointer;
  width: 63%;
  height: 48px;
  background: none;
  box-shadow: none;
  outline: none;
  color: #fff;
  margin: 0;
  text-align: left;
  padding: 0 20px;
  font-size: 15px;
  -moz-border: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: none;
}
.lamina-box .btn-group button.btn-group-3 {
  cursor: pointer;
  float: left;
  white-space: normal;
  width: 37%;
  height: 48px;
  background: rgba(255,255,255,0.5);
  box-shadow: none;
  color: #fff;
  margin: 0;
  text-align: right;
  padding: 0 20px 0 20px;
  font-size: 15px;
  -moz-border: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: none;
  border-right: solid 1px #fff;
}
label.label-lamina-box {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.drop-car {
  padding: 10px 15px;
  color: #292929;
}
.drop-car:hover {
  background: #f5f5f5;
}
.drop-car-chk {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #292929;
}
.drop-car-chk input[type=checkbox] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.drop-car-rdo {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #292929;
  width: 25%;
  float: left;
}
.drop-car-rdo input[type=radio] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.drop-car-rdo-full {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #292929;
}
.drop-car-rdo-full input[type=radio] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.drop-car-rdo-color {
  height: 50px;
  border-bottom: solid 2px #eee;
  position: relative;
  padding: 15px 15px 10px 105px;
  color: #292929;
}
.drop-car-rdo-color input[type=radio] {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.drop-car-color {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 10px 0 0;
  border-bottom: solid 2px #eee;
  color: #ccc;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 40px;
  height: 30px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tb-laminabox {
  margin: 30px 0 0 0;
}
.tb-laminabox tablet.tblaminabox {
  width: 100%;
}
.tb-laminabox tablet.tblaminabox th {
  font-weight: 300;
  text-align: center;
}
.tb-laminabox tablet.tblaminabox td {
  text-align: center;
}
table.tbborder {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 14px;
}
table.tbborder td {
  border: 1px solid #ddd;
  padding: 10px;
}
table.tbborder tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.tbborder th {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #00a0e4;
  color: white;
}
table.tblaminabox {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 14px;
}
table.tblaminabox td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
table.tblaminabox th {
  border: 1px solid #ddd;
  padding: 10px 10px;
  text-align: center;
  color: #666;
  background: #0bc8ff;
  font-size: 14px;
  font-weight: 300;
}
table.tblaminabox th {
  width: 40%;
}
table.tblaminabox th+th {
  width: 10%;
  background: #0bc8ff;
}
table.tblaminabox th+th+th {
  width: 10%;
  background: #0bc8ff;
}
table.tblaminabox th+th+th+th {
  width: 10%;
  background: #0bc8ff;
}
table.tblaminabox th+th+th+th+th {
  width: 10%;
  background: #0bc8ff;
}
table.tblaminabox th+th+th+th+th+th {
  width: 10%;
  background: #0bc8ff;
}
table.tblaminabox th+th+th+th+th+th+th {
  width: 10%;
  background: #0bc8ff;
}
table.tblaminabox th.left {
  text-align: left;
  font-style: italic;
  font-size: 16px;
}
table.tblaminabox th.left span {
  font-size: 16px;
  font-weight: bold;
}
table.tblaminabox th.left a {
  font-style: italic;
  font-weight: 300;
}
table.tblaminabox td {
  width: 40%;
}
table.tblaminabox td+td {
  width: 10%;
  background: rgba(255,255,255,0.2);
}
table.tblaminabox td+td+td {
  width: 10%;
  background: none;
}
table.tblaminabox td+td+td+td {
  width: 10%;
  background: rgba(255,255,255,0.2);
}
table.tblaminabox td+td+td+td+td {
  width: 10%;
  background: none;
}
table.tblaminabox td+td+td+td+td+td {
  width: 10%;
  background: rgba(255,255,255,0.2);
}
table.tblaminabox td+td+td+td+td+td+td {
  width: 10%;
  background: none;
}
table.tblaminabox td.left {
  color: #666;
  font-weight: 300;
  text-align: left;
}
table.tblaminabox td.left a {
  color: #666;
  font-weight: 300;
  text-align: left;
}
table.tblaminabox td.left span {
  font-style: italic;
  padding-left: 10px;
}
table.tblaminabox td.left img {
  float: right;
  height: 30px;
}
.tb-laminabox-btn {
  text-align: center;
  margin: 30px 0 0 0;
}
table.tblaminabox-mobile {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 14px;
}
table.tblaminabox-mobile td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
table.tblaminabox-mobile tr:nth-child(even) {
  background-color: rgba(255,255,255,0.2);
}
table.tblaminabox-mobile th {
  border: 1px solid #ddd;
  padding: 10px 10px;
  text-align: center;
  color: #666;
  background: #0bc8ff;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
table.tblaminabox-mobile th a {
  color: #666;
}
table.tblaminabox-mobile td {
  width: 60%;
  text-align: left;
}
table.tblaminabox-mobile td+td {
  width: 40%;
  text-align: right;
}
#arrowproduct {
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  width: 35px;
  height: 35px;
  border: solid 2px #ccc;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #ccc;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.arrowproduct-set {
  float: right;
  margin: 30px 0 0 0;
}
.arrowproduct-left {
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  width: 35px;
  height: 35px;
  border: solid 2px #ccc;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #ccc;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.arrowproduct-right {
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  width: 35px;
  height: 35px;
  border: solid 2px #ccc;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #ccc;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.arrowproduct-left:hover {
  color: #0bc8ff;
  border-color: #0bc8ff;
}
.arrowproduct-right:hover {
  color: #0bc8ff;
  border-color: #0bc8ff;
}
.about-img {
  margin: 30px 0 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.about-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.about-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.about-d {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 24px;
  text-shadow: 0 0 10px #333;
  color: #fff;
}
.zone-about {
  background: #f9f9f9;
}
.zone-about-left {
  float: left;
  width: 50%;
  padding: 50px 80px;
  font-size: 24px;
  line-height: 1.8;
  color: #000;
}
.zone-about-left h2 {
  font-size: 50px;
  padding: 0;
  margin: 30px 0 30px 0;
}
.zone-about-right {
  float: left;
  width: 50%;
  padding: 50px 80px;
  color: #fff;
  font-size: 24px;
  background: url(../images/template-v2/bg-about.jpg) no-repeat right;
  line-height: 1.8;
  min-height: 460px;
}
.about-right-icon {
  padding: 10px 0 0 40px;
  position: relative;
}
.about-right-icon i {
  position: absolute;
  top: 10px;
  left: 0;
}
.about-logo {
  margin: 50px 0 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 0 80px;
}
.about-logo-img {
  width: 10%;
  text-align: center;
  padding: 0 10px;
}
.about-logo-img img {
  max-height: 100px;
  width: auto;
  margin: 10px 0;
}
#arrowabout {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #ccc;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  font-size: 60px;
  cursor: pointer;
}
.arrowabout-left {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #ccc;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  font-size: 60px;
  cursor: pointer;
  left: 0;
}
.arrowabout-right {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #ccc;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  font-size: 60px;
  cursor: pointer;
  right: 0;
}
.arrowabout-left:hover {
  color: #0bc8ff;
  padding: 0 30px 0 0;
}
.arrowabout-right:hover {
  color: #0bc8ff;
  padding: 0 0 0 30px;
}
.about-bg-topic {
  background: url(../images/template/about-bg-2.jpg) repeat-y center;
  padding: 30px 0;
  margin: 30px 0 0 0;
}
.about-bg-content-toptic {
  background: url(../images/template/about-bg-3.jpg) repeat;
  padding: 50px;
}
.about-bg-content-toptic-img {
  line-height: 0;
  position: relative;
  margin: 50px 0 0 0;
}
.about-bg-content-toptic-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
}
.about-bg-content-toptic-h {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 48px;
  color: #006cb6;
  font-weight: bold;
  text-shadow: 3px 3px 0 #ccc;
}
.about-bg-content-toptic-d {
  font-size: 20px;
  text-align: right;
  line-height: 1.8;
  color: #006cb6;
}
.about-bg-content-topic-inner {
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  padding: 30px;
  line-height: 2;
  margin: 0 0 0 50px;
  min-height: 420px;
}
.about-bg {
  background: #79b8eb url(../images/template/about-bg.jpg) no-repeat bottom;
  padding: 50px 0;
  margin: 30px 0 0 0;
}
.about-bg-content {
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  padding: 30px;
  line-height: 1.8;
}
.about-contact-title {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  margin: 60px 0 0 0;
  color: #006cb6;
}
.about-contact-d {
  padding: 3px;
  height: 56px;
  background: #359acc;
  background: -moz-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#359acc),color-stop(50%,#359acc),color-stop(75%,#295e8b),color-stop(100%,#1d224a));
  background: -webkit-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -o-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -ms-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: linear-gradient(to bottom,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359acc',endColorstr='#1d224a',GradientType=0);
  border-radius: 50px;
  overflow: hidden;
  margin: 30px 0 0 0;
}
.about-contact-d .about-contact--d {
  z-index: 1;
  position: relative;
  height: 50px;
  width: 100%;
  border: none;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.about-contact-d .about-contact--d input {
  height: 50px;
  width: 100%;
  border: none;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0 30px;
  font-size: 16px;
  color: #000;
  font-family: 'Kanit';
}
.about-contact-d .about-contact--d select {
  height: 50px;
  width: 100%;
  border: none;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0 30px;
  font-size: 16px;
  color: #000;
}
.about-contact-d .about-contact--d select option {
  border: none;
  color: #000;
}
.about-contact-d-2 {
  padding: 3px;
  height: 291px;
  background: #359acc;
  background: -moz-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#359acc),color-stop(50%,#359acc),color-stop(75%,#295e8b),color-stop(100%,#1d224a));
  background: -webkit-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -o-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: -ms-linear-gradient(top,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  background: linear-gradient(to bottom,#359acc 0%,#359acc 50%,#295e8b 75%,#1d224a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359acc',endColorstr='#1d224a',GradientType=0);
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  margin: 30px 0 0 0;
}
.about-contact-d-2 textarea {
  height: 50px;
  width: 100%;
  height: 285px;
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: none;
  padding: 15px 30px;
  font-size: 20px;
  color: #000;
}
.about-contact-btn {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 30px 0 0 0;
}
.about-contact-btn-confirm {
  width: 200px;
  margin: 0 15px;
  cursor: pointer;
}
.about-contact-btn-confirm {
  background: #0060a4;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.about-contact-btn-clear {
  width: 200px;
  margin: 0 15px;
  background: #0060a4;
  height: 50px;
  padding: 3px;
  cursor: pointer;
}
.about-contact-btn-clear span {
  background: #fff;
  height: 44px;
  width: 100%;
  color: #006cb6;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.about-contact-left {
  float: left;
  width: 50%;
  padding: 0px 80px;
  font-size: 24px;
}
.about-contact-right {
  float: left;
  width: 50%;
  padding: 0px 80px 50px 150px;
  font-size: 24px;
}
.about-contact-title-2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin: 50px 0 0 0;
  color: #006cb6;
}
.about-contact-company {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
.about-contact-address {
  font-size: 18px;
  margin: 20px 0 0 0;
}
.about-contact-contact {
  margin: 10px 0 0 0;
  font-size: 20px;
}
.about-contact-title-2-sub {
  color: #7d7d7d;
  text-align: center;
  margin: 10px 0 0 0;
}
.filter-date {
  margin: 30px 0 0 0;
  border-top: solid 2px #eee;
  padding: 30px;
  background: #eee;
}
.filter-date select {
  width: 100%;
  height: 35px;
}
.filter-date input {
  width: 100%;
  height: 35px;
  background: #0bc8ff;
  border: none;
  color: #fff;
  font-family: 'Kanit';
}
.filter-date input:active {
  color: #666;
}
.newsandpromotion-topic {
  margin: 20px 0 0 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.newsandpromotion-topic img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.newsandpromotion-topic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.newsandpromotion-topic-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(255,255,255,0.5);
  padding: 7px 12px 5px 12px;
  color: #0bc8ff;
  text-shadow: 2px 2px 2px #ccc;
  font-size: 18px;
}
.newsandpromotion-title {
  font-size: 36px;
  font-style: italic;
  background: url(../images/template/activities-dot.jpg) repeat-x;
  background-position: 0 36px;
  margin: 80px 0 0 0;
}
.newsandpromotion-title span {
  background: #000;
  padding: 0 15px 0 0;
  color: #fff;
}
.newsandpromotion {
  margin: 50px 0 0 0;
  padding: 0 0 0 400px;
  position: relative;
  min-height: 247px;
  cursor: pointer;
}
.newsandpromotion-img {
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.newsandpromotion-img img {
  width: 370px;
  height: 247px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.newsandpromotion-detail h2 {
  font-size: 30px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #fff;
}
.newsandpromotion-detail h3 {
  font-size: 16px;
  margin: 12px 0 0 0;
  max-height: 71px;
  overflow: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #fff;
}
.newsandpromotion-date {
  margin: 30px 0 0 0;
  font-size: 14px;
  font-style: italic;
}
.newsandpromotion:hover .newsandpromotion-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.newsandpromotion:hover .newsandpromotion-detail h2 {
  color: #006cb6;
}
.newsandpromotion:hover .newsandpromotion-detail h3 {
  color: #666;
}
.newsandpromotion-btn {
  background: #0060a4;
  width: 250px;
  height: 50px;
  color: #fff;
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 5px 0 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.newsandpromotion-btn:hover {
  background: #fff;
  border: solid 3px #006cb6;
  color: #006cb6;
}
.newsandpromotion-list {
  margin: 50px 0 0 0;
  height: 367px;
  cursor: pointer;
}
.newsandpromotion-list-img {
  line-height: 0;
  position: relative;
  padding: 0 0 0 120px;
  overflow: hidden;
}
.newsandpromotion-list-img img {
  width: 550px;
  height: 367px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.newsandpromotion-list-date {
  position: absolute;
  width: 120px;
  line-height: 1.2;
  left: 0;
  top: 0;
  color: #006cb6;
}
.newsandpromotion-list-date-m {
  font-size: 40px;
  font-weight: 600;
}
.newsandpromotion-list-date-i {
  font-size: 46px;
}
.newsandpromotion-list-date-d {
  font-size: 65px;
  font-weight: 600;
  margin: 0px 0 0 0;
}
.newsandpromotion-list-date-y {
  font-size: 28px;
}
.newsandpromotion-list-detail h2 {
  font-size: 30px;
  line-height: 1.5;
  max-height: 86px;
  overflow: hidden;
  color: #0bc8ff;
}
.newsandpromotion-list-detail h3 {
  font-size: 16px;
  color: #fff;
  margin: 7px 0 0 0;
  height: 193px;
  overflow: hidden;
}
.newsandpromotion-list:hover .newsandpromotion-list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.newsandpromotion-list-more {
  margin: 30px 0 0 0;
  border-top: solid 1px #b7b7b7;
  padding: 15px 0 0 0;
  color: #0bc8ff;
}
.newsandpromotion-group {
  width: 50%;
  float: left;
  color: #b7b7b7;
  font-size: 24px;
  text-align: center;
}
.newsandpromotion-group-active {
  width: 50%;
  float: left;
  color: #006cb6;
  font-size: 24px;
  text-align: center;
}
#newsandpromotion-tab {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.newsandpromotion-group .newsandpromotion-tab {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 1px;
  margin: 2px 0 15px 0;
  background: #b7b7b7;
}
.newsandpromotion-group-active .newsandpromotion-tab {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 5px;
  margin: 0 0 15px 0;
  background: #006cb6;
}
.newsandpromotion-group:hover .newsandpromotion-tab {
  height: 5px;
  margin: 0 0 13px 0;
  background: #0bc8ff;
}
.newsandpromotion-group:hover {
  color: #0bc8ff;
}
.promotion-banner {
  margin: 30px 0 0 0;
}
.promotion-topic {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 24px;
}
.promotion-img {
  margin: 30px 0 0 0;
  text-align: center;
  position: relative;
}
.promotion-img img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  object-position: center;
}
.promotion-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.promotion-file {
  margin: 7px 0 0 0;
  text-align: right;
}
.dealer-box {
  padding: 30px 200px 30px 200px;
  border: solid 2px #0bc8ff;
  margin: 30px 0 0 0;
}
.dealer-bg-topic {
  min-height: 650px;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 50px 0;
  background: #0062ac url(../images/template/dealer-bg-topic.jpg) no-repeat right;
  position: relative;
}
.dealer-bg-topic-half {
  width: 50%;
  float: left;
  padding: 0 50px;
}
.dealer-bg-topic h1 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}
.dealer-bg-left {
  min-height: 650px;
  width: 50%;
  float: left;
  margin: 0px 0 0 0;
  padding: 50px;
  background: #737371 url(../images/template/dealer-bg-01.jpg) no-repeat right;
  position: relative;
}
.dealer-bg-right {
  min-height: 650px;
  width: 50%;
  float: left;
  margin: 0px 0 0 0;
  padding: 50px;
  background: #005a8d url(../images/template/dealer-bg-02.jpg) no-repeat left;
  position: relative;
}
.dealer-logo {
  text-align: left;
  float: left;
}
.dealer-key-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin: 10px 0 0 0;
  float: right;
  text-align: right;
}
.dealer-key-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin: 10px 0 0 0;
  float: right;
  text-align: right;
}
.dealer-key-1 img {
  height: 75px;
}
.dealer-key-2 img {
  height: 75px;
}
.dealer-key-1 h2 {
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
  float: right;
}
.dealer-key-2 h2 {
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
  float: right;
}
.dealer-location {
  padding: 0 0 0 60px;
  position: relative;
  color: #fff;
  margin: 40px 0 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.dealer-location i {
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.dealer-location h2 {
  font-size: 24px;
}
.dealer-location:hover {
  padding: 0 0 0 100px;
}
.dealer-location:hover i {
  font-size: 100px;
  top: 0;
}
#dealer-number {
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.dealer-page-l {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.dealer-page-l .dealer-number {
  background: #fff;
  color: #232323;
  border: solid 1px #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dealer-page-l .dealer-number-over {
  background: ;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: solid 1px #fff;
}
.dealer-page-l .dealer-number:hover {
  background: ;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dealer-page-l .dealer-number-next {
  background: ;
  color: #fff;
  font-weight: 400;
  width: 80px;
  height: 30px;
  margin: 50px 5px 0 0;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.dealer-page-l .dealer-number-next:hover {
  padding-left: 15px;
}
.dealer-page-r {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.dealer-page-r .dealer-number {
  background: #fff;
  color: #232323;
  border: solid 1px #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dealer-page-r .dealer-number-over {
  background: #006cb6;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: solid 1px #fff;
}
.dealer-page-r .dealer-number:hover {
  background: #0bc8ff;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dealer-page-r .dealer-number-next {
  background: #0bc8ff;
  color: #fff;
  font-weight: 400;
  width: 80px;
  height: 30px;
  margin: 50px 5px 0 0;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.dealer-page-r .dealer-number-next:hover {
  padding-left: 15px;
  color: #666;
}
.dealer-detail-bg-top {
  background: ;
  width: 100%;
  padding: 30px 0 30px 0;
  margin: 50px 0 0 0;
}
.dealer-detail-bg-top-ltimate {
  background: #0062ac;
  width: 100%;
  padding: 30px 0 30px 0;
  margin: 50px 0 0 0;
}
.dealer-detail-bg-top-exclusive {
  background: #737371;
  width: 100%;
  padding: 30px 0 30px 0;
  margin: 50px 0 0 0;
}
.dealer-detail-bg-top-lamina {
  background: #005a8d;
  width: 100%;
  padding: 30px 0 30px 0;
  margin: 50px 0 0 0;
}
.dealer-detail-bg {
  background:  url(../images/template/activities-bg-100.jpg) repeat-x bottom;
  width: 100%;
}
.dealer-detail-bg-ltimate {
  background: #0062ac url(../images/template/activities-bg-100.jpg) repeat-x bottom;
  width: 100%;
}
.dealer-detail-bg-exclusive {
  background: #737371 url(../images/template/activities-bg-100.jpg) repeat-x bottom;
  width: 100%;
}
.dealer-detail-bg-lamina {
  background: #005a8d url(../images/template/activities-bg-100.jpg) repeat-x bottom;
  width: 100%;
}
.dealer-detail-bg {
  background:  url(../images/template/activities-bg-100.jpg) repeat-x bottom;
  width: 100%;
}
.dealer-detail-bg-top h1 {
  font-size: 36px;
  color: #fff;
}
.dealer-detail-bg-top h2 {
  font-size: 18px;
  color: #fff;
}
.dealer-detail-bg-img {
  line-height: 0;
  position: relative;
}
.dealer-detail-bg-img img {
  width: 100%;
  height: 780px;
  object-fit: cover;
  object-position: center;
}
.dealer-detail-topic {
  padding: 0 0 0 60px;
  position: relative;
  color: #fff;
}
.dealer-detail-topic i {
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 0;
}
.dealer-map {
  margin: 50px 0 0 0;
}
.dealer-map iframe {
  width: 100%;
  height: 80vh;
}
.dealer-detail-bg-arrowleft {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 50px;
  margin: -26px 0 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #333;
  text-shadow: 3px 3px 3px #ccc;
}
.dealer-detail-bg-arrowright {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 50px;
  margin: -26px 0 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #333;
  text-shadow: 3px 3px 3px #ccc;
}
.dealer-detail-bg-arrowleft:hover {
  left: 5px;
}
.dealer-detail-bg-arrowright:hover {
  right: 5px;
}
.dealer-detail-d {
  position: relative;
  padding: 0 0 0 120px;
  margin: 30px 0 0 0;
}
.dealer-detail-d span.dealer-detail-h {
  position: absolute;
  left: 30px;
  top: 0;
  font-weight: 500;
}
.dealer-detail-d i {
  position: absolute;
  top: 0;
  left: 0;
}
.dealer-detail-d span.colon {
  position: absolute;
  left: 100px;
  top: 0;
  font-weight: 700;
}
.warranty {
  margin: 30px 0 0 0;
  padding: 0 50px;
  text-align: center;
  cursor: pointer;
}
.warranty-img {
  line-height: 0;
}
.warranty-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 300px;
}
.warranty-img-2 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 620px;
}
.warranty:hover .warranty-img img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.warranty:hover .warranty-img-2 img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.warranty-h {
  color: #fff;
  font-size: 20px;
  margin: 20px 0 0 0;
}
.warranty-d {
  color: #b7b7b7;
  height: 110px;
  overflow: hidden;
  margin: 7px 0 0 0;
  line-height: 1.8;
}
.warranty-note {
  font-size: 14px;
  color: #b7b7b7;
}
.warranty-title {
  font-size: 30px;
  position: relative;
}
.warranty-title div.warranty-title-inner {
  float: left;
  padding-right: 20px;
}
.warranty-title div.warranty-title-line {
  width: 80px;
  height: 4px;
  margin: 16px 0 0 0;
  background: #000;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
}
.warranty-topic {
  padding: 0 20px;
  text-align: center;
  position: relative;
  height: 200px;
  margin: 0 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 50px;
}
.warranty-topic i {
  font-size: 72px;
  color: #006cb6;
}
.warranty-topic .warranty-topic-left {
  width: 57px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/template/warranty-icon-left.png) no-repeat;
}
.warranty-topic .warranty-topic-right {
  width: 57px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/template/warranty-icon-right.png) no-repeat;
}
.product-banner-inner {
  margin: 0 0 30px 0;
}
.product {
  margin: 50px 0 0 0;
  padding: 0 0px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.product-img {
  line-height: 0;
}
.product-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}
.product:hover .product-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product h2 {
  color: #fff;
  font-size: 36px;
  margin: 20px 0 0 0;
  background: rgba(2,2,2,0.8);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 12px;
}
.product-bg {
  background: url(../images/template/prooduct-bg-right.jpg) right;
}
.product-bg-left {
  background: #f9f9f9;
  padding: 70px 100px;
  width: 50%;
  float: left;
}
.product-bg-right {
  padding: 70px 70px;
  width: 50%;
  float: left;
  min-height: 300px;
}
.product-box-title {
  position: relative;
  font-size: 48px;
  color: #006cb6;
  font-weight: 600;
  padding: 0 0 10px 0;
}
.product-box-title:after,
.product-box-title:before {
  bottom: 0;
  left: 0%;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 180px;
  height: 7px;
  background: ;
}
.product-box {
  background: #fff;
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 120px 30px 30px;
  position: relative;
  overflow: hidden;
  margin: 30px 0 0 0;
}
.product-box h1 {
  font-size: 30px;
  color: #000;
}
.product-box-q {
  background: ;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  text-align: center;
}
.product-box-q i {
  margin: 40px 0 0 0;
}
.product-bg-right h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-bottom: solid 7px ;
  padding: 0 0 15px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 180px;
  margin: 90px 0 0 0;
}
.product-bg-right h3:hover {
  padding: 0 0 45px 0;
}
.product-menuleft {
  padding: 20px;
  background: #0060a4;
  color: #fff;
  margin: 30px 0 0 0;
}
.product-heading {
  font-size: 36px;
  border-bottom: solid 2px #e1e1e1;
  padding: 0 0 5px 0;
  margin: 0 0 12px 0;
}
.product-menuleft-sub {
  padding: 12px 0 12px 25px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.product-menuleft-sub i {
  position: absolute;
  top: 12px;
  left: 0;
}
.product-menuleft-sub-active {
  padding: 12px 0 12px 25px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.product-menuleft-sub-active i {
  position: absolute;
  top: 12px;
  left: 0;
}
.product-menuleft-sub-img {
  margin: 0 0 7px 25px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.product-menuleft-sub-img img {
  height: 40px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product-menuleft-sub-img:hover {
  margin: 0 0 7px 35px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.product-menuleft-sub-img:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.product-menuleft-sub-img-active {
  margin: 0 0 7px 25px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 5px 5px 5px 0;
  background: #0060a4;
  border-left: none;
  cursor: pointer;
  color: #000;
}
.product-menuleft-sub-img-active img {
  height: 40px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.bd-line-productlist {
  height: 5px;
  margin: 20px 0;
}
.pro-list-mobile {
  float: left;
  width: 49%;
  margin: 0.5%;
  border: solid 2px #fff;
}
.pro-list-mobile-active {
  float: left;
  width: 49%;
  margin: 0.5%;
  border: solid 2px #000;
}
.product-chk {
  padding: 0 0 0 45px;
  position: relative;
  margin: 0 0 5px 0;
}
.product-chk input[type=checkbox] {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 20px;
  top: 0;
}
.product-chk-active {
  padding: 0 0 0 45px;
  position: relative;
  margin: 0 0 5px 0;
  color: #0bc8ff;
}
.product-chk-active input[type=checkbox] {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 20px;
  top: 0;
}
.product-list-topic {
  font-size: 36px;
}
.product-list-topic span {
  font-size: 16px;
  color: #ccc;
}
.product-list-sortby {
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0 0 0 80px;
  position: relative;
}
.product-list-sortby select {
  width: 100%;
}
.product-list-sortby span {
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
}
.product-list {
  margin: 30px 0 0 0;
  color: #000;
  cursor: pointer;
  text-align: center;
}
.product-list-img {
  line-height: 0;
  text-align: center;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.product-list-img img {
  object-fit: cover;
  object-position: center;
}
.product-list h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 7px 0 0 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list h3 {
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table.tbproduct {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 14px;
}
table.tbproduct td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
table.tbproduct tr:nth-child(even) {
  background-color: rgba(255,255,255,0);
}
table.tbproduct th {
  border: 1px solid #ddd;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
table.tbproduct td {
  width: 25%;
}
table.tbproduct td+td {
  width: 15%;
}
table.tbproduct td+td+td {
  width: 15%;
}
table.tbproduct td+td+td+td {
  width: 15%;
}
table.tbproduct td+td+td+td+td {
  width: 10%;
}
table.tbproduct td+td+td+td+td+td {
  width: 10%;
}
table.tbproduct td+td+td+td+td+td+td {
  width: 10%;
}
table.tbproduct td.tbproductimg {
  text-align: left;
}
table.tbproduct td.tbproductimg img {
  height: 25px !important;
}
table.tbproduct-mobile {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 14px;
}
table.tbproduct-mobile td {
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: left;
}
table.tbproduct-mobile tr:nth-child(even) {
  background-color: rgba(255,255,255,0.1);
}
table.tbproduct-mobile th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
table.tbproduct-mobile td {
  width: 60%;
}
table.tbproduct-mobile td+td {
  width: 40%;
  text-align: right;
}
table.tbproduct-detail {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 14px;
}
table.tbproduct-detail td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
table.tbproduct-detail tr:nth-child(even) {
  background-color: rgba(255,255,255,0.1);
}
table.tbproduct-detail th {
  border: 1px solid #ddd;
  padding: 10px 10px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
table.tbproduct-detail td {
  width: 80%;
}
table.tbproduct-detail td+td {
  width: 20%;
  text-align: center;
}
table.tbproduct-mobile td.tbproductimg img {
  height: 25px !important;
}
.productdetail-title {
  font-size: 24px;
  margin: 50px 0 0 0;
  font-weight: bold;
  line-height: 20px;
}
.product-detail-img {
  margin: 30px 0 0 0;
  line-height: 0;
  position: relative;
}
#product-detail-arrow {
  position: absolute;
  top: 50%;
  font-size: 40px;
  margin: -11px 0 0 0;
  color: #a1a1a1;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 15px;
}
.product-detail-arrowleft {
  position: absolute;
  top: 50%;
  font-size: 40px;
  margin: -11px 0 0 0;
  color: #a1a1a1;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 15px;
  left: 0px;
}
.product-detail-arrowright {
  position: absolute;
  top: 50%;
  font-size: 40px;
  margin: -11px 0 0 0;
  color: #a1a1a1;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 15px;
  right: 0px;
}
.product-detail-arrowleft:hover {
  color: #006cb6;
  padding-left: 5px;
}
.product-detail-arrowright:hover {
  color: #006cb6;
  padding-right: 5px;
}
.product-detail-mini-img {
  width: 23%;
  float: left;
  margin: 1%;
}
.product-detail-mini-img img {
  border: solid 1px #eee;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-detail-mini-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-detail-topic {
  position: relative;
  padding: 0 0 0 85px;
  margin: 30px 0;
}
.product-detail-topic h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.product-detail-topic h2 {
  font-size: 20px;
}
.product-detail-topic-film {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 9px;
  left: 0;
}
.product-detail-detail {
  color: #006cb6;
  font-size: 16px;
  margin: 0 30px 0 0;
  float: left;
  line-height: 1.8;
}
.product-detail-detail span {
  color: #999;
}
.product-detail-contact {
  margin: 30px 0 0 0;
  position: relative;
}
.product-detail-contact .product-detail-contact-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  position: absolute;
  display: none;
}
.product-detail-contact:hover .product-detail-contact-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  width: 179px;
  height: 151px;
  background: url(../images/template/product-detail-contact-box.png) no-repeat bottom;
  text-align: center;
  position: absolute;
  top: 0;
  display: block;
}
.product-detail-contact-content i {
  font-size: 40px;
  margin: 85px 5px 0 5px;
}
.product-detail-contact-content i:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.product-detail-contact-content a {
  color: #8dc63f;
}
.product-detail-contact-content a + a {
  color: #00a0e4;
}
.product-detail-contact-content a + a + a {
  color: #01c301;
}
.product-detail-note {
  margin: 40px 0 0 0;
  font-size: 12px;
  color: #999;
  float: left;
}
.product-detail-tbprice {
  float: left;
  height: 35px;
  margin: 10px 0 0 0;
  border: solid 2px #ccc;
  color: #999;
  padding: 7px 20px;
  font-size: 14px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.product-detail-tbprice:hover {
  color: #999;
  border: solid 2px #999;
}
.product-detail-icon-share {
  text-align: right;
  line-height: 0;
  padding: 10px 0 0 0;
  border-top: solid 2px #ccc;
  margin: 15px 0 0 0;
}
.product-detail-icon-share i {
  font-size: 45px;
  padding: 10px 0 0 0;
  margin: 0 0 0 5px;
}
.product-detail-icon-share i:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.product-detail-icon-share i {
  color: #00c402;
}
.product-detail-icon-share i+i {
  color: #4268b3;
}
.product-detail-icon-share i+i+i {
  color: #b33b92;
}
.product-detail-icon-share i+i+i+i {
  color: #666;
}
.product-detail-btn-simulator {
  float: right;
  color: #8fd8f8;
  background: #006cb6;
  padding: 5px 15px;
  margin: 25px 0 0 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.product-detail-btn-simulator:hover {
  background: #0bc8ff;
  color: #666;
}
table.tb-productprice {
  margin: 30px 0 0 0;
}
table.tb-productprice th {
  text-align: center;
  background: #0bc8ff;
  color: #fff;
  padding: 15px 10px;
}
table.tb-productprice th span {
  color: #666;
}
table.tb-productprice th {
  width: 15%;
}
table.tb-productprice th+th {
  width: 25%;
}
table.tb-productprice th+th+th {
  width: 15%;
}
table.tb-productprice th+th+th+th {
  width: 15%;
}
table.tb-productprice th+th+th+th+th {
  width: 15%;
}
table.tb-productprice th+th+th+th+th+th {
  width: 15%;
}
table.tb-productprice td {
  text-align: center;
  color: #666;
}
table.tb-productprice td+td+td+td+td+td {
  color: #cd0000;
  font-weight: bold;
}
table.tb-productprice-mobile {
  margin: 30px 0 0 0;
  font-size: 14px;
}
table.tb-productprice-mobile th {
  text-align: center;
  background: #0bc8ff;
  color: #fff;
  padding: 15px 10px;
}
table.tb-productprice-mobile td.tbtotal {
  background: #0bc8ff;
}
table.tb-productprice-mobile td.tbtotal span {
  color: #666;
}
table.tb-productprice-mobile td {
  background: #eee;
}
table.tb-productprice-mobile td {
  width: 50%;
}
table.tb-productprice-mobile td+td {
  width: 50%;
  background: #fff;
  text-align: right;
}
.product-price-brand {
  line-height: 0;
  margin: 0 0 10px 0;
}
.product-price-brand img {
  max-width: 120px;
}
.portfolio {
  margin: 50px 0 0 0;
}
.portfolio-bg {
  color: #fff;
}
.portfolio-half {
  float: left;
  width: 50%;
}
.portfolio-set-1 {
  width: 100%;
  padding: 85px 170px 85px 85px;
  line-height: 1.8;
  color: #fff;
  position: relative;
}
.portfolio-set-1-topic {
  float: left;
  margin: 0 0 30px 0;
}
.portfolio-set-1-topic h2 {
  font-weight: 200;
  padding: 0;
  display: inline;
  font-size: 60px;
}
.portfolio-set-1-topic h2 span {
  background: #000;
  color: #fff;
  padding: 0;
  margin: 0;
}
.portfolio-set-1 h3 {
  font-size: 60px;
  line-height: 1;
  display: inline;
}
.portfolio-set-1-img {
  line-height: 0;
  margin: 0 0 0 -85px;
}
.portfolio-set-1-img img {
  width: 100%;
}
.portfolio-more-1 {
  margin: 30px 15px 0 0;
  border: solid 1px #fff;
  color: #fff;
  padding: 3px 15px;
  float: left;
  font-style: italic;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.portfolio-more-1:hover {
  color: #0bc8ff;
  border: solid 1px #0bc8ff;
}
.portfolio-set-2 {
  width: 100%;
  padding: 85px 85px 85px 170px;
  color: #fff;
  line-height: 1.8;
}
.portfolio-set-2-topic {
  float: left;
  margin: 0 0 25px 0;
}
.portfolio-set-2-topic h2 {
  display: inline;
  font-weight: 200;
  font-size: 60px;
}
.portfolio-set-2-topic h2 span {
  background: #000;
  padding: 0;
  margin: 0;
}
.portfolio-set-2 h3 {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  display: inline;
}
.portfolio-set-2-img {
  line-height: 0;
  margin: 0 -85px 0 0;
}
.portfolio-set-2-img img {
  width: 100%;
}
.portfolio-more-2 {
  margin: 30px 15px 0 0;
  border: solid 1px #fff;
  color: #fff;
  padding: 3px 15px;
  float: left;
  font-style: italic;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.portfolio-more-2:hover {
  color: #000;
  border: solid 1px #000;
}
.portfolio-detail {
  background: #000;
  box-shadow: 3px 3px 3px rgba(255,255,255,0.2);
  padding: 40px;
  margin: 0;
  color: #fff;
}
.portfolio-detail-2 {
  background: #0bc8ff;
  color: #fff;
  box-shadow: -3px 3px 3px rgba(255,255,255,0.2);
  padding: 40px;
  margin: 0;
}
#portarrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  background: rgba(255,255,255,0.5);
  font-size: 24px;
  border: solid 1px ;
  color: #0bc8ff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
#portarrow-over {
  border: solid 1px #0bc8ff;
  color: #0bc8ff;
  background: rgba(255,255,255,0.8);
}
.portarrow-left {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  background: rgba(255,255,255,0.5);
  font-size: 24px;
  border: solid 1px ;
  color: #0bc8ff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portarrow-left:hover {
  border: solid 1px #0bc8ff;
  color: #0bc8ff;
  background: rgba(255,255,255,0.8);
}
.portarrow-right {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  background: rgba(255,255,255,0.5);
  font-size: 24px;
  border: solid 1px ;
  color: #0bc8ff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}
.portarrow-right:hover {
  border: solid 1px #0bc8ff;
  color: #0bc8ff;
  background: rgba(255,255,255,0.8);
}
.portfolio-list-topic {
  float: left;
  margin: 0 0 30px 0;
}
.portfolio-list-topic h2 {
  font-weight: 200;
  display: inline;
  font-size: 60px;
}
.portfolio-list-topic h2 span {
  background: #000;
  padding: 0;
  margin: 0;
}
.portfolio-list-topic h3 {
  font-size: 60px;
  line-height: 1;
  display: inline;
}
.portfolio-list-img {
  line-height: 0;
  margin: 30px 0 0 0;
  cursor: pointer;
  overflow: hidden;
  border: solid 1px #eee;
}
.portfolio-list-img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.portfolio-list-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.portfolio-listimg h2 {
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  height: 73px;
  overflow: hidden;
}
.simulator-bg {
  height: 100vh;
  background: url("../images/template-v2/simulator-bg-2.jpg") no-repeat bottom;
  background-size: cover;
  position: relative;
  margin: 0px 0 0 0;
}
.simulator-bg-inner {
  height: 100vh;
  position: relative;
}
.simulator-car {
  width: 70%;
  position: absolute;
  bottom: 3%;
  left: 5%;
  z-index: 1;
}
.simulator-car-mask {
  width: 70%;
  position: absolute;
  bottom: 3%;
  left: 5%;
  z-index: 2;
}
.simulatorbtn {
  position: absolute;
  right: 40px;
  margin-top: 145px;
  z-index: 2;
}
#simulatorbtn {
  height: 50px;
  width: 150px;
  font-size: 14px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #fff;
}
.simulator-btn-outer {
  height: 50px;
  width: 150px;
  font-size: 14px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #fff;
}
.simulator-btn-inner {
  height: 50px;
  width: 150px;
  font-size: 14px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #fff;
  margin: 0 0 0 20px;
}
.simulator-btn-outer-active {
  height: 50px;
  width: 150px;
  font-size: 14px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #fff;
  background: #0060a4;
}
.simulator-btn-inner-active {
  height: 50px;
  width: 150px;
  font-size: 14px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #fff;
  background: #0060a4;
  margin: 0 0 0 20px;
}
.simulator-bg .simulator-set-btn {
  padding: 20px 10px 20px 10px;
  background: rgba(0,0,0,0.7);
  float: left;
  margin: 120px 0 0 20px;
}
.simulator-bg .simulator-set-btn .dropdown {
  float: left;
  height: 60px;
  margin: 0 10px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-bg .simulator-set-btn .dropdown button {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 275px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  box-shadow: none !important;
  cursor: pointer;
  background: none !important;
  border: solid 2px #0bc8ff !important;
  border-radius: 0;
}
.simulator-bg .simulator-set-btn .dropdown .dropdown-menu {
  border: none;
  -moz-border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 5px 0 0 0;
  padding: 0px;
  width: 275px;
}
.simulator-bg .simulator-set-btn .dropdown div.btn {
  cursor: pointer;
}
.simulator-bg .simulator-set-btn .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
.simulator-bg .simulator-set-btn .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.simulator-bg .simulator-set-btn .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
.simulator-bg .simulator-set-btn .dropdown .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.simulator-bg-inner .simulator-set-btn {
  padding: 160px 0 0 0;
}
.simulator-bg-inner .simulator-set-btn .dropdown {
  float: left;
  height: 60px;
  margin: 0 15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-bg-inner .simulator-set-btn .dropdown button {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 275px;
  font-size: 16px;
  font-weight: 300;
  box-shadow: none;
  background: none;
  border: solid 2px #0bc8ff;
  border-radius: 0;
}
.simulator-bg-inner .simulator-set-btn .dropdown div.btn {
  margin-left: 30px;
  cursor: pointer;
}
.simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu {
  border: none;
  -moz-border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 5px 0 0 0;
  padding: 0px;
  width: 275px;
}
.simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
.simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
.simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.simulator-search-mobile {
  padding: 160px 0 0 0;
  position: relative;
}
.simulator-search-mobile .dropdown {
  float: left;
  height: 45px;
  margin: 0 0px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-search-mobile .dropdown button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 45px;
  width: 100%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  box-shadow: none;
}
.simulator-search-mobile .dropdown div.btn {
  cursor: pointer;
}
.simulator-search-mobile .dropdown .dropdown-menu {
  max-height: 300px;
  overflow: auto;
  border: none;
  -moz-border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 5px 0 0 0;
  padding: 0px;
  width: 275px;
}
.simulator-search-mobile .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
.simulator-search-mobile .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.simulator-search-mobile .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
.simulator-search-mobile .dropdown .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.simulator-search-2018 {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 50%;
  z-index: 99;
}
.simulator-search-2018 .panel-group .panel {
  border: none;
  background: none;
  background: rgba(0,0,0,0.7);
  border-radius: 0;
}
.simulator-search-2018 .panel-group .panel .panel-collapse .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  cursor: pointer;
  word-wrap: break-word;
}
.simulator-search-2018 .panel-group .panel .panel-collapse .btn-group .dropdown-menu {
  padding: 0;
  max-height: 250px;
  overflow: auto;
  cursor: pointer;
}
.simulator-search-2018 .panel-group .panel .panel-collapse .btn-group .dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
.simulator-search-2018 .panel-group .panel .panel-collapse .btn-group .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.simulator-search-2018 .panel-group .panel .panel-collapse .btn-group .dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
.simulator-search-2018 .panel-group .panel .panel-collapse .btn-group .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.simulator-search-2018-note {
  margin: 15px 0 0 0;
  font-size: 12px;
  text-align: right;
}
.simulator-search-2018-note-1 {
  color: #fff;
}
.simulator-search-2018-note-2 {
  color: #666;
}
.drop-01 {
  max-height: 450px;
  overflow: auto;
}
.drop-02 {
  max-height: 450px;
  overflow: auto;
}
.drop-03 {
  max-height: 450px;
  overflow: auto;
  min-height: 150px;
}
#home-type-car {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
#home-type-car-over {
  background-size: 71px 30px;
  color: #fff;
  background-position: 270px 10px;
}
.home-type-car-01 {
  background: #fff url(../images/template/simulator-icon-01.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.home-type-car-01:hover {
  background: #0bc8ff url(../images/template/simulator-icon-01-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 270px 10px;
}
.home-type-car-01-active {
  background: #0bc8ff url(../images/template/simulator-icon-01-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.home-type-car-02 {
  background: #fff url(../images/template/simulator-icon-02.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.home-type-car-02:hover {
  background: #0bc8ff url(../images/template/simulator-icon-02-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 270px 10px;
}
.home-type-car-02-active {
  background: #0bc8ff url(../images/template/simulator-icon-02-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.home-type-car-03 {
  background: #fff url(../images/template/simulator-icon-03.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.home-type-car-03:hover {
  background: #0bc8ff url(../images/template/simulator-icon-03-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 270px 10px;
}
.home-type-car-03-active {
  background: #0bc8ff url(../images/template/simulator-icon-03-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.home-type-car-04 {
  background: #fff url(../images/template/simulator-icon-04.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.home-type-car-04:hover {
  background: #0bc8ff url(../images/template/simulator-icon-04-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 270px 10px;
}
.home-type-car-04-active {
  background: #0bc8ff url(../images/template/simulator-icon-04-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.home-type-car-05 {
  background: #fff url(../images/template/simulator-icon-05.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.home-type-car-05:hover {
  background: #0bc8ff url(../images/template/simulator-icon-05-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 270px 10px;
}
.home-type-car-05-active {
  background: #0bc8ff url(../images/template/simulator-icon-05-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.home-type-car-06 {
  background: #fff url(../images/template/simulator-icon-06.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  border-bottom: none;
}
.home-type-car-06:hover {
  background: #0bc8ff url(../images/template/simulator-icon-06-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 270px 10px;
}
.home-type-car-06-active {
  background: #0bc8ff url(../images/template/simulator-icon-06-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 260px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
#simulator-type-car {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
#simulator-type-car-over {
  background-size: 71px 30px;
  color: #fff;
  background-position: 200px 10px;
}
.simulator-type-car-01 {
  background: #fff url(../images/template/simulator-icon-01.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.simulator-type-car-01:hover {
  background: #0bc8ff url(../images/template/simulator-icon-01-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 200px 10px;
}
.simulator-type-car-01-active {
  background: #0bc8ff url(../images/template/simulator-icon-01-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.simulator-type-car-02 {
  background: #fff url(../images/template/simulator-icon-02.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.simulator-type-car-02:hover {
  background: #0bc8ff url(../images/template/simulator-icon-02-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 200px 10px;
}
.simulator-type-car-02-active {
  background: #0bc8ff url(../images/template/simulator-icon-02-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.simulator-type-car-03 {
  background: #fff url(../images/template/simulator-icon-03.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.simulator-type-car-03:hover {
  background: #0bc8ff url(../images/template/simulator-icon-03-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 200px 10px;
}
.simulator-type-car-03-active {
  background: #0bc8ff url(../images/template/simulator-icon-03-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.simulator-type-car-04 {
  background: #fff url(../images/template/simulator-icon-04.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.simulator-type-car-04:hover {
  background: #0bc8ff url(../images/template/simulator-icon-04-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 200px 10px;
}
.simulator-type-car-04-active {
  background: #0bc8ff url(../images/template/simulator-icon-04-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.simulator-type-car-05 {
  background: #fff url(../images/template/simulator-icon-05.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.simulator-type-car-05:hover {
  background: #0bc8ff url(../images/template/simulator-icon-05-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 200px 10px;
}
.simulator-type-car-05-active {
  background: #0bc8ff url(../images/template/simulator-icon-05-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
.simulator-type-car-06 {
  background: #fff url(../images/template/simulator-icon-06.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  border-bottom: none;
}
.simulator-type-car-06:hover {
  background: #0bc8ff url(../images/template/simulator-icon-06-over.png) no-repeat right;
  background-size: 71px 30px;
  color: #fff;
  background-position: 200px 10px;
}
.simulator-type-car-06-active {
  background: #0bc8ff url(../images/template/simulator-icon-06-over.png) no-repeat right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-size: 71px 30px;
  font-size: 18px;
  background-position: 190px 10px;
  padding: 2px 0 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
}
#simulator-model-car {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 16px;
  padding: 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.simulator-model-car {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 16px;
  padding: 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
}
.simulator-model-car:hover {
  background: #0060a4;
  color: #fff;
}
.simulator-model-car-active {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 16px;
  padding: 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  cursor: pointer;
  color: #fff;
  background: #0060a4;
}
.simulatorcolorcarbd {
  background: #0060a4;
}
#simulator-color-car-set {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 10px 0 65px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
  cursor: pointer;
}
.simulator-color-car-set {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 10px 0 65px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
  cursor: pointer;
}
.simulator-color-car-set div.simulator-color-car {
  position: absolute;
  width: 40px;
  height: 30px;
  top: 10px;
  left: 10px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-color-car-set:hover {
  background: #0060a4;
  color: #fff;
  padding: 2px 10px 0 75px;
}
.simulator-color-car-set:hover div.simulator-color-car {
  left: 20px;
  overflow: hidden;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.simulator-color-car-set:hover div.simulator-color-car img {
  width: 40px;
  height: 30px;
  object-fit: cover;
  object-position: center;
}
#simulator-brand-car-set {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 15px 0 15px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
  cursor: pointer;
}
.simulator-brand-car-set {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 15px 0 15px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
  cursor: pointer;
}
.simulator-brand-car-set div.simulator-brand-car {
  position: absolute;
  width: 40px;
  height: 30px;
  top: 10px;
  left: 10px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-brand-car-set:hover {
  background: #0060a4;
  color: #fff;
  padding: 2px 15px 0 30px;
}
.simulator-film-bg-hidden-arrow {
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  right: 0;
  top: 210px;
}
.simulator-film-bg-hidden {
  width: 0;
  overflow: hidden;
  background: rgba(0,0,0,0.7);
  height: 460px;
  margin: 10vh 0 0 0;
  position: relative;
  padding: 0 50px 0 0;
  max-width: 410px;
  -moz-border: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.simulator-film-bg {
  padding: 20px;
  width: 0;
  max-width: 360px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-film-bg-hidden:hover {
  width: 35%;
  max-width: 410px;
}
.simulator-film-bg-hidden:hover .simulator-film-bg {
  opacity: 1;
  width: 100%;
}
.simulator-film-bg table td.simulator-film-h {
  background: #0060a4;
  color: #fff;
}
.simulator-film-bg table td.simulator-film-h span {
  color: #fff;
  font-style: italic;
}
.simulator-film-bg table td+td {
  text-align: center;
  color: #fff;
}
.simulator-film-bg-mobile-2018 {
  background: rgba(0,0,0,0.7);
  padding: 20px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-film-bg-mobile-2018 table td.simulator-film-h {
  background: #0060a4;
  color: #fff;
}
.simulator-film-bg-mobile-2018 table td.simulator-film-h span {
  color: #fff;
  font-style: italic;
}
.simulator-film-bg-mobile-2018 table td+td {
  text-align: center;
}
.simulator-search-mobile table td.simulator-film-h {
  background: #0060a4;
}
.simulator-search-mobile table td.simulator-film-h span {
  color: #666;
  font-style: italic;
}
.simulator-search-mobile table td+td {
  text-align: center;
}
.simulator-film-series {
  position: relative;
  cursor: pointer;
}
.simulator-film-series-color {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0 0 0 275px;
  width: 275px;
  background: #fff;
  padding: 5px 0;
  max-height: 250px;
  overflow: auto;
}
.simulator-film-series:hover .simulator-film-series-color {
  display: block;
}
.simulator-film-series-color-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 0 0 275px;
  width: 275px;
  background: #fff;
  padding: 5px 0;
  max-height: 250px;
  overflow: auto;
}
.simulator-film-series:hover .simulator-film-series-color-2 {
  display: block;
}
.simulator-film-series-color::-webkit-scrollbar {
  width: 7px;
}
.simulator-film-series-color::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.simulator-film-series-color::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
.simulator-film-series-color::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.simulator-film-series-color-2::-webkit-scrollbar {
  width: 7px;
}
.simulator-film-series-color-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.simulator-film-series-color-2::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
.simulator-film-series-color-2::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.simulator-film-set {
  background: rgba(255,255,255,0.7);
  padding: 4% 2%;
  margin: 0px 0 0 0;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-title {
  font-size: 18px;
  margin: 0 0 2% 2%;
  color: #666;
}
#simulator-film {
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-01 {
  background: #010101;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-02 {
  background: #959595;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-03 {
  background: #00000C;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-04 {
  background: #2E2E2E;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-05 {
  background: #545454;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-06 {
  background: #7F7F7F;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-07 {
  background: #565656;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-08 {
  background: #F3F7F3;
  border: solid 1px #a3a3a3;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.simulator-film-09 {
  background: #E5E7E9;
  border: solid 1px #a3a3a3;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
#simulator-film-active {
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-01-active {
  background: #010101;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-02-active {
  background: #959595;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-03-active {
  background: #00000C;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-04-active {
  background: #2E2E2E;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-05-active {
  background: #545454;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-06-active {
  background: #7F7F7F;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-07-active {
  background: #565656;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-08-active {
  background: #F3F7F3;
  border: solid 1px #a3a3a3;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-09-active {
  background: #E5E7E9;
  border: solid 1px #a3a3a3;
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film {
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.simulator-film img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 40px;
}
.simulator-film-active {
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 10px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.simulator-film-active img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 50px;
}
.simulator-film-2018-set {
  cursor: pointer;
  position: relative;
  padding: 5px;
  width: 100%;
  color: #292929;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-film-2018-set img {
  object-fit: cover;
  object-position: center;
  width: 40px;
  height: 40px;
  margin: 0 7px 0 0;
}
.simulator-film-2018-set:hover {
  background: #eee;
}
#simulatorfilms-2018-content {
  color: #fff;
}
.simulatorfilms-2018 {
  margin: 125px 0 0 0;
  position: absolute;
  right: 20px;
  top: 0;
}
.simulatorfilms-2018-click {
  font-size: 40px;
  color: #fff;
  position: relative;
  width: 40px;
  height: 50px;
  max-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: rgba(0,0,0,0.7);
}
.simulatorfilms-2018-content table {
  font-size: 12px;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #fff;
}
.simulatorfilms-2018-content table td.simulator-film-h {
  background: #0060a4;
}
.simulatorfilms-2018-content table td.simulator-film-h span {
  color: #666;
  font-style: italic;
}
.simulatorfilms-2018-content table td+td {
  text-align: center;
}
.span3 {
  color: #fff;
  font-size: 36px;
  padding: 0 50px;
  width: 300px;
  background: rgba(0,0,0,0.7);
}
.span2 {
  color: #fff;
  font-size: 36px;
  padding: 0 50px;
  background: rgba(0,0,0,0.7);
}
.span3:focus ~ .simulatorfilms-2018-content {
  width: 0;
  overflow: hidden;
  padding: 0;
}
.span2:focus ~ .simulatorfilms-2018-content {
  max-width: 300px;
  overflow: hidden;
}
.span2:focus ~ div.hide {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.span3:focus ~ .span3 {
  padding: 100px;
}
label.simulator {
  display: block;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 47%;
  bottom: 47%;
  margin: -30px 0 0 0;
  margin: 0px 0 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  width: 60px;
  height: 200px;
  padding: 10px 0;
  text-align: center;
}
label:hover {
  text-decoration: underline;
}
input.simulator {
  position: absolute;
  left: -999em;
}
.hide {
  width: 50%;
  border: 1px solid #000;
  background: rgba(0,0,0,0.7);
  max-height: 99em;
  opacity: 1;
  height: auto;
  overflow: hidden;
  transition: opacity 1.5s linear, max-height 1.5s linear;
}
.hide p {
  padding: 10px;
  margin: 0;
}
.ex3 {
  background: #f00;
  position: relative;
  display: table;
  min-height: 420px;
  max-height: 380px;
  background: rgba(0,0,0,0.7);
}
.ex3 .hide3 {
  opacity: 1;
  width: 360px;
  display: table;
  overflow: hidden;
  max-height: 420px;
  transition: all 0.5s ease;
  padding: 70px 0 0 0;
}
.inner3 {
  padding: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  max-height: 420px;
}
.ex3 input[type="checkbox"].simulator:checked + .hide3 {
  width: 0px;
  height: auto;
  max-height: 420px;
  display: block;
}
.ex3 input[type="checkbox"].simulator:checked + .hide3 table {
  opacity: 0;
  height: 420px;
}
.simulatornote {
  position: absolute;
  top: 7px;
  right: 40px;
  font-size: 12px;
}
.simulator-search {
  height: 50px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 1;
  width: 60%;
  -moz-border: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  color: #fff;
}
.simulator-search:hover {
  height: 270px;
  background: rgba(0,0,0,0.8);
  z-index: 3;
}
.simulator-search-mobile {
  background: rgba(0,0,0,0.7);
  padding: 20px;
}
.simulator-note {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 12px;
  color: #fffe00;
  width: 40%;
}
.simulator-price {
  background: #0060a4;
  color: #fff;
  text-align: center;
  min-height: 40px;
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 30px 0 0 0;
  padding: 12px 0 12px 0;
}
.simulator-price span {
  color: #666;
}
.simulator-price-1 {
  border: solid 2px #fff;
  color: #fff;
  text-align: center;
  min-height: 55px;
  margin: 30px 0 0 0;
  padding: 16px 0 12px 0;
}
.simulator-price-1 span {
  color: #666;
}
.simulator-price-2 {
  background: #0bc8ff;
  border: solid 2px #fff;
  color: #fff;
  text-align: center;
  min-height: 55px;
  margin: 30px 0 0 0;
  padding: 12px 0 12px 0;
}
.simulator-price-2 span {
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 0px #000;
  font-weight: bold;
}
.simulator-search-h {
  color: #fff;
  margin: 40px 0 0 0;
  font-weight: 600;
}
.simulator-search-d {
  padding: 2px;
  height: 39px;
  background: #0060a4;
  border-radius: 50px;
  overflow: hidden;
  margin: 30px 0 0 0;
  color: #232323;
}
.simulator-search-d input {
  height: 35px;
  width: 100%;
  border-radius: 50px;
  border: none;
  padding: 0 15px;
  font-size: 16px;
}
.simulator-search-d select {
  height: 35px;
  width: 100%;
  border-radius: 50px;
  border: none;
  padding: 0 15px;
  font-size: 16px;
}
.simulator-search-d select option {
  border: none;
  font-size: 16px;
}
.simulator-search-d-2 {
  margin: 30px 0 0 0;
}
.simulator-search-d-2 input.btnsearch {
  height: 35px;
  width: 100%;
  background: #0060a4;
  color: #fff;
  border: none;
  padding: 0 5px;
  font-size: 14px;
}
.simulator-search .dropdown {
  height: 60px;
  margin: 0 15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.simulator-search .dropdown button {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 275px;
  background: url(../images/template/simulator-btn.png) no-repeat;
  -moz-border: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  box-shadow: none;
}
.simulator-search .dropdown .dropdown-menu {
  border: none;
  -moz-border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 5px 0 0 0;
  padding: 0px;
  width: 100%;
  height: 118px;
  overflow: auto;
}
.simulator-search .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
.simulator-search .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.simulator-search .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
.simulator-search .dropdown .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
#simulator-model-car-set {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 15px 0 15px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
  width: 50%;
  float: left;
  border-left: solid 2px #ccc;
  cursor: pointer;
}
.simulator-model-car-set {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 15px 0 15px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
  width: 50%;
  float: left;
  border-left: solid 2px #ccc;
  cursor: pointer;
}
.simulator-model-car-set:hover {
  background: #0060a4;
  color: #fff;
  padding: 2px 15px 0 20px;
}
#simulator-model-car-set-2 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 15px 0 15px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
  width: 100%;
  max-width: 275px;
  cursor: pointer;
}
.simulator-model-car-set-2 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
  padding: 2px 15px 0 15px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
  width: 100%;
  max-width: 275px;
  cursor: pointer;
}
.simulator-model-car-set-2:hover {
  background: #0060a4;
  color: #fff;
  padding: 2px 15px 0 20px;
}
.knowledge-set {
  padding: 20px 0;
  border-bottom: dotted 1px #ccc;
  cursor: pointer;
}
.knowledge {
  padding: 0 0 0 100px;
  position: relative;
  height: 65px;
  font-size: 20px;
  line-height: 1.7;
  cursor: pointer;
  font-weight: bold;
}
.knowledge span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 80px;
  height: 65px;
  text-align: center;
  font-size: 60px;
  line-height: 75px;
  color: #006cb6;
}
.knowledge img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 65px;
  height: 65px;
}
.knowledge-descript {
  line-height: 1.8;
  margin: 30px 0 0 0;
  color: #fff;
}
.knowledge-more {
  margin: 30px 0 0 0;
  font-size: 14px;
  text-align: right;
  color: #0bc8ff;
  cursor: pointer;
}
.vdo-inner-heading {
  font-size: 30px;
  color: #006cb6;
  padding: 0 0 0 55px;
  position: relative;
  font-weight: bold;
  margin: 50px 0 0 0;
}
.vdo-inner-heading div.line-h {
  background: #ebebeb;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 20px;
}
.vdo-inner-detail {
  color: #b7b7b7;
  margin: 5px 0 0 0;
  height: 53px;
  line-height: 1.8;
  overflow: hidden;
}
.vdo-inner-more {
  color: #b7b7b7;
  margin: 12px 0 0 0;
  text-align: center;
  font-size: 14px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.vdo-inner-more i {
  color: #006cb6;
  font-size: 18px;
}
.vdo-inner-more:hover {
  padding: 0 0 0 30px;
  color: #0bc8ff;
}
.vdo-inner-topic {
  line-height: 0;
  margin: 20px 0 0 0;
}
.vdo-inner-topic iframe {
  width: 100%;
  height: 210px;
}
.vdo-inner {
  line-height: 0;
  margin: 20px 0 0 0;
}
.vdo-inner iframe {
  width: 100%;
  height: 95px;
}
.vdo-list-topic {
  line-height: 0;
  margin: 20px 0 0 0;
}
.vdo-list-topic iframe {
  width: 100%;
  height: 430px;
}
.vdo-list {
  line-height: 0;
  margin: 20px 0 0 0;
}
.vdo-list iframe {
  width: 100%;
  height: 205px;
}
.article-set {
  position: relative;
  padding: 0 0 40px 0;
  border-bottom: solid 3px rgba(255,255,255,0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-bottom: dotted 1px #ccc;
}
.article {
  margin: 30px 0 0 0;
  cursor: pointer;
}
.article-img {
  line-height: 0;
  overflow: hidden;
}
.article-img img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.article-detail {
  overflow: hidden;
}
.article h2 {
  font-size: 18px;
  font-weight: bold;
  color: #006cb6;
  margin: 7px 0 0 0;
  height: 67px;
  overflow: hidden;
}
.article-date {
  font-size: 12px;
  color: #999;
  position: absolute;
  left: 0;
  bottom: 7px;
}
.article-share {
  color: #0bc8ff;
  position: absolute;
  right: 0;
  bottom: 7px;
  color: #292929;
  cursor: pointer;
  font-size: 14px;
}
.article-set:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.contactaddress {
  margin: 30px 0 0 0;
}
.contactfrom {
  margin: 30px 0 0 0;
}
.contactimg {
  margin: 48px 0 0 0;
  height: 835px;
  display: flex;
  align-items: flex-end;
}
.contactimg img {
  max-height: 835px;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: flex-end;
}
.title-contact {
  font-size: 24px;
  color: #0bc8ff;
  font-family: 500;
}
.contact_address {
  font-size: 16px;
  margin: 5px 0 0 0;
}
.contact_h {
  width: 25%;
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 30px;
}
.contact_colon {
  width: 5%;
  float: left;
  margin: 10px 0 0 0;
}
.contact_d {
  width: 70%;
  float: left;
  margin: 10px 0 0 0;
}
.contact_information {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-family: 500;
}
.contactform_h {
  width: 35%;
  float: left;
  margin-top: 10px;
  padding-top: 20px;
}
.contactform_input {
  width: 65%;
  float: left;
  margin-top: 10px;
}
.contactform_input input {
  width: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 10px;
  font-family: 400;
}
.contactform_input select {
  width: 100%;
  border: solid 1px #ccc;
  padding: 6px 10px;
  margin-top: 10px;
  font-family: 400;
}
.contactform_input textarea {
  width: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 10px;
  font-family: 400;
}
.contactform_input .contact-btn {
  text-align: center;
  border: solid 1px #fff;
  padding: 10px 0;
  width: 150px;
  margin: 10px 0 0 0;
  cursor: pointer;
  background: #0bc8ff;
  color: #fff;
  font-family: 400;
}
input::placeholder {
  font-family: 400;
}
#contact-tabmap {
  text-align: center;
  float: left;
  margin: 30px 0 0 5px;
  width: 150px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.contact-tabmap-active {
  background: #0bc8ff;
  border: solid 2px #0bc8ff;
  color: #fff;
  text-align: center;
  float: left;
  margin: 30px 0 0 5px;
  width: 150px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.contact-tabmap {
  background: #fff;
  color: #0bc8ff;
  text-align: center;
  float: left;
  margin: 30px 0 0 5px;
  width: 150px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: solid 2px #ccc;
  border-bottom: none;
}
.contact-tabmap:hover {
  background: #f8f8f8;
  color: #0bc8ff;
  text-align: center;
  float: left;
  margin: 30px 0 0 5px;
  width: 150px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.contact-tabmap:focus {
  background: #0bc8ff;
  color: #fff;
  text-align: center;
  float: left;
  margin: 30px 0 0 5px;
  width: 150px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.contact-map {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.contact-map img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.contact-map iframe {
  width: 100%;
  height: 250px;
}
.contact-btn {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 30px 0 0 0;
}
.contact-btn input {
  background: #0060a4;
  border: none;
  width: 200px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.chk-condition {
  position: relative;
  margin: 0px 0 0 0;
  padding: 3px 0 0 30px;
  font-size: 14px;
}
.chk-condition input[type=checkbox] {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.chk-condition a {
  color: #0bc8ff;
  font-style: italic;
}
label {
  font-weight: 300;
}
#tab-titile-catalog {
  font-size: 16px;
  margin: 30px 30px 0 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px rgba(255,255,255,0);
  float: left;
  cursor: pointer;
}
.tab-titile-catalog-active {
  font-size: 16px;
  margin: 30px 30px 0 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px rgba(255,255,255,0);
  float: left;
  cursor: pointer;
  color: #006cb6;
  border-color: #006cb6;
  font-weight: 600;
}
.tab-titile-catalog {
  font-size: 16px;
  margin: 30px 30px 0 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px rgba(255,255,255,0);
  float: left;
  cursor: pointer;
  color: #292929;
}
.tab-titile-catalog:hover {
  font-size: 16px;
  margin: 30px 30px 0 0;
  padding: 0 0 10px 0;
  border-bottom: solid 3px rgba(255,255,255,0);
  float: left;
  cursor: pointer;
  border-bottom: solid 3px #0bc8ff;
  color: #0bc8ff;
  font-weight: 600;
}
.catalog-list {
  margin: 30px 0 0 0;
  padding: 0 20px;
  float: left;
  width: 20%;
  cursor: pointer;
}
.catalog-list-img {
  line-height: 0;
  box-shadow: 0 0 15px #ccc;
  overflow: hidden;
  cursor: pointer;
}
.catalog-list-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 265px;
}
.catalog-list h2 {
  height: 45px;
  overflow: hidden;
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #292929;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.catalog-list-date {
  margin: 12px 0 0 0;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
.catalog-list:hover h2 {
  color: #0bc8ff;
}
.catalog-list:hover .catalog-list-img img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.catalog-title-more {
  font-weight: 600;
  font-size: 18px;
  margin: 50px 0 0 0;
}
.catalog-list-file {
  margin: 12px 0 0 0;
  color: #999;
  font-size: 12px;
  padding: 12px 0 0 0;
  border-top: dotted 1px #ccc;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.catalog-list-file:hover {
  color: #0bc8ff;
}
.catalog-list-view {
  margin: 5px 0 0 0;
  color: #999;
  font-size: 12px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.catalog-list-view:hover {
  color: #0bc8ff;
}
.catalog-issu {
  margin: 30px 0 0 0;
}
.catalog-issu h2 {
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.catalog-issu-date {
  margin: 12px 0 0 0;
  color: #999;
  font-size: 12px;
}
.catalog-issu iframe {
  width: 100%;
  height: 600px;
}
.career-set {
  padding: 15px;
  border-bottom: dotted 1px #ccc;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
  cursor: pointer;
}
.career-set h2 {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #006cb6;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.career-set i.iarrow {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -25px -15px 0 0;
  font-size: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.career-set .career-set-date {
  margin: 12px 0 0 0;
  font-size: 12px;
  color: #999;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
}
.career-set .career-set-date i {
  position: relative;
  color: #999;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 12px;
}
.career-set-active {
  padding: 15px;
  border-bottom: dotted 1px #ccc;
  background: #0bc8ff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
}
.career-set-active h2 {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.career-set-active i.iarrow {
  color: #0bc8ff;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -25px -15px 0 0;
  font-size: 50px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.career-set-active .career-set-date {
  margin: 12px 0 0 0;
  font-size: 12px;
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
}
.career-set-active .career-set-date i {
  position: relative;
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 12px;
}
.career-box-sticky {
  position: sticky;
  top: 140px;
}
.career-box {
  padding: 30px;
  background: rgba(255,255,255,0.1);
  line-height: 1.5;
}
.career-box h2 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #006cb6;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.career-set:hover {
  background: #0bc8ff;
}
.career-set:hover h2 {
  color: #666;
}
.career-set:hover i.iarrow {
  color: #0bc8ff;
}
.career-set:hover .career-set-date {
  color: #fff;
}
.career-set:hover .career-set-date i {
  color: #fff;
}
.career-mobile {
  margin: 0 0 0 0;
  height: 50px;
  background: #0bc8ff;
  color: #666 !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.drop-career {
  padding: 7px 3px;
  border-bottom: dotted 1px #ccc;
  color: #222;
  cursor: pointer;
}
.career-mobile-i {
  font-size: 36px;
  line-height: 0;
  margin: -22px 0 0 30px;
  color: #0bc8ff;
}
.career-set-btn {
  background: #0060a4;
  margin: 30px 0 0 0;
  width: 180px;
  float: left;
  color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.career-form-title {
  font-size: 30px;
  font-weight: 600;
}
.career-form-title-sub {
  margin: 50px 0 10px 0;
  padding: 0 0 12px 0;
  border-bottom: solid 1px #ccc;
  font-weight: 600;
}
.faq-set {
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
  min-height: 75px;
  line-height: 1.5;
}
.faq-q {
  min-height: 75px;
  position: relative;
  padding: 10px 0 0 70px;
  font-size: 22px;
  font-weight: 600;
}
.faq-q .q {
  font-size: 50px;
  font-weight: 600;
  color: #006cb6;
  text-shadow: 3px 3px 0 #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-q-date {
  font-size: 13px;
  color: #aaa;
  margin: 15px 0 0 0;
  font-weight: 300;
}
.faq-a {
  min-height: 75px;
  position: relative;
  padding: 10px 0 0 70px;
  margin: 15px 0 0 0;
}
.faq-a .a {
  font-size: 50px;
  font-weight: 600;
  color: #0bc8ff;
  text-shadow: 3px 3px 0 #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-q-input {
  position: relative;
  padding: 0 0 0 80px;
  margin: 15px 0 0 0;
}
.faq-q-input input {
  width: 100%;
  border: solid 1px #ccc;
  height: 40px;
  padding: 7px;
  font-size: 14px;
}
.faq-q-input textarea {
  width: 100%;
  border: solid 1px #ccc;
  height: 100px;
  padding: 7px;
  font-size: 14px;
}
.faq-q-input .faq-q-h {
  position: absolute;
  top: 10px;
  left: 0;
  font-weight: 600;
  font-size: 14px;
}
.faq-q-input-2 {
  position: relative;
  padding: 0 15px 0 80px;
  margin: 15px 0 0 0;
  float: left;
  width: 60%;
}
.faq-q-input-2 input {
  width: 100%;
  border: solid 1px #ccc;
  height: 40px;
  padding: 7px;
  font-size: 14px;
}
.faq-q-input-2 textarea {
  width: 100%;
  border: solid 1px #ccc;
  height: 100px;
  padding: 7px;
  font-size: 14px;
}
.faq-q-input-2 .faq-q-h {
  position: absolute;
  top: 10px;
  left: 0;
  font-weight: 600;
  font-size: 14px;
}
.faq-q-input-3 {
  position: relative;
  padding: 0 0 0 80px;
  margin: 15px 0 0 0;
  float: left;
  width: 40%;
}
.faq-q-input-3 input {
  width: 100%;
  border: solid 1px #ccc;
  height: 40px;
  padding: 7px;
  font-size: 14px;
}
.faq-q-input-3 textarea {
  width: 100%;
  border: solid 1px #ccc;
  height: 100px;
  padding: 7px;
  font-size: 14px;
}
.faq-q-input-3 .faq-q-h {
  position: absolute;
  top: 10px;
  left: 0px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767px) {
  .content-home {
    font-size: 16px;
    padding: 0;
  }
  .containers {
    width: 90%;
  }
  section.home {
    padding: 0;
  }
  section.sectionnewsandpromotion {
    padding: 10px 0 30px 0;
  }
  section {
    padding: 30px 0;
  }
  #banner img {
    height: auto;
  }
  footer {
    width: 100%;
    -moz-border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 30px 0;
    margin: 0;
  }
  .logo-footer {
    padding: 0;
  }
  .footer-contact-h {
    font-size: 20px;
  }
  .footer-contact-d {
    font-size: 14px;
  }
  .logobrand {
    text-align: center;
    padding: 50px 0 0 0;
  }
  .logobrand img {
    height: 50px;
  }
  .footerfix-title {
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    margin: 30px 0 7px 0;
  }
  .footer-box-1 {
    width: 100%;
    padding: 0;
  }
  .footer-box {
    width: 100%;
    padding: 0;
  }
  .footer-box ul.footerfix li {
    float: left;
    width: 50%;
  }
  #banner {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #content {
    width: 100%;
  }
  .simulator-film-2018-set {
    font-size: 13px;
  }
  .lamina-box-title {
    font-size: 24px;
  }
  .lamina-box-drop {
    height: 100px;
    -moz-border: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 15px 0 15px;
  }
  .lamina-box-drop .dropdown {
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 7px 10px 0 10px;
    -moz-border: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }
  .lamina-box-drop .dropdown .dropdown-menu {
    border: none;
    min-width: 100%;
    margin: 2px 0 0 0px;
  }
  .lamina-box-bottom {
    font-size: 24px;
  }
  .lamina-box {
    padding: 30px 0px;
  }
  .lamina-box .btn-group {
    height: auto;
    border: solid 1px #fff;
  }
  .lamina-box .btn-group div.btn-group-2 {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -moz-border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  .lamina-box .btn-group button.btn-group-2 {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 14px;
    -moz-border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  .lamina-box .btn-group button.btn-group-3 {
    width: 100%;
    -moz-border: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    float: none;
    text-align: center;
    font-size: 14px;
    border: none;
  }
  .drop-car-rdo {
    width: 100%;
  }
  .map-home iframe {
    height: 280px;
  }
  .lamina-box {
    padding: 30px 30px;
    margin: 50px 0 0 0;
  }
  .contactaddress {
    margin: 0px 0 0 0;
  }
  .contactfrom {
    margin: 55px 0 0 0;
  }
  .contactform_h {
    width: 100%;
    margin-top: 10px;
    padding-top: 12px;
  }
  .contactform_input {
    width: 100%;
    margin-top: 0px;
  }
  .contact_h {
    width: 25%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 0 0 0px;
    font-size: 14px;
  }
  .contact_colon {
    width: 5%;
    float: left;
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  .contact_d {
    width: 70%;
    float: left;
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  .title-contact {
    font-size: 20px;
  }
  #contact-tabmap {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .contact-tabmap-active {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .contact-tabmap {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .contact-tabmap:hover {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .contact-tabmap:focus {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .zone-about-left {
    width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  .zone-about-left h2 {
    font-size: 36px;
    margin: 30px 0 30px 0;
  }
  .zone-about-right {
    width: 100%;
    padding: 20px 20px 40px 20px;
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  .about-contact-title-2-sub {
    text-align: left;
  }
  .about-contact-title {
    font-size: 36px;
    text-align: left;
  }
  .about-contact-title-2 {
    font-size: 36px;
    text-align: left;
  }
  .about-contact-left {
    width: 100%;
    padding: 0 20px 0 20px;
    font-size: 18px;
  }
  .about-contact-right {
    fwidth: 100%;
    padding: 0 20px 40px 20px;
    font-size: 18px;
  }
  .about-contact-company {
    font-size: 24px;
    text-align: 1.8;
  }
  .about-contact-address {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-contact-contact {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
  .about-contact-btn-confirm {
    width: 46%;
    margin: 0 2%;
  }
  .about-contact-btn-clear {
    width: 46%;
    margin: 0 2%;
  }
  .about-bg-content-toptic {
    background: none;
    padding: 0px;
  }
  .about-bg-content-toptic-img {
    line-height: 0;
    position: relative;
    margin: 50px 0 0 0;
  }
  .about-bg-content-toptic-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .about-bg-content-topic-inner {
    margin: 30px 0 0 0;
  }
  .about-bg {
    margin: 0;
  }
  .about-logo {
    height: auto;
    padding: 0 30px;
  }
  .about-logo-img {
    width: 50%;
  }
  .about-logo-img img {
    height: auto;
    max-height: 50px;
    margin: 10px 0;
  }
  #arrowabout {
    width: 30px;
    font-size: 30px;
  }
  .arrowabout-left:hover {
    padding: 0;
  }
  .arrowabout-right:hover {
    padding: 0;
  }
  .filter-date {
    padding: 15px;
    font-size: 14px;
  }
  .filter-date select {
    font-size: 14px;
  }
  .filter-date input {
    font-size: 14px;
  }
  .zone-activities-topic {
    min-height: inherit;
  }
  .zone-activities-topic-img {
    width: 100%;
  }
  .zone-activities-topic-img img {
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .zone-activities-topic-icon {
    width: 90%;
    margin: 0 5%;
  }
  .zone-activities-topic-icon h2 {
    font-size: 20px;
  }
  .zone-activities-topic-icon h3 {
    font-size: 14px;
  }
  .activities-topic-icon-01 {
    padding: 0 0 0 130px;
    background-size: 80px 80px;
  }
  .activities-topic-icon-02 {
    padding: 0 0 0 100px;
    background-size: 80px 80px;
  }
  .activities-topic-icon-03 {
    padding: 0 0 0 100px;
    background-size: 80px 80px;
  }
  .activities-topic-icon-04 {
    padding: 0 0 0 100px;
    background-size: 80px 80px;
  }
  .activities-topic-icon-01:hover {
    margin-left: 0px;
  }
  .activities-topic-icon-02:hover {
    margin-left: 0px;
  }
  .activities-topic-icon-03:hover {
    margin-left: 0px;
  }
  .activities-topic-icon-04:hover {
    margin-left: 0px;
  }
  .activities {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    position: relative;
    min-height: inherit;
    border-bottom: dotted 1px #ccc;
  }
  .activities-img {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 0 15px 0;
  }
  .activities-img img {
    width: 100%;
    height: auto;
  }
  .activities-detail h2 {
    font-size: 20px;
  }
  .activities-detail h3 {
    margin: 7px 0 0 0;
  }
  .activities-date {
    margin: 15px 0 0 0;
    font-size: 12px;
  }
  .activities-title-icon h2 {
    font-size: 20px;
  }
  .activities-title-icon h3 {
    font-size: 14px;
  }
  .activities-title-icon-01 {
    padding: 0 0 0 100px;
    background-size: 80px 80px;
  }
  .activities-title-icon-02 {
    padding: 0 0 0 100px;
    background-size: 80px 80px;
  }
  .activities-title-icon-03 {
    padding: 0 0 0 100px;
    background-size: 80px 80px;
  }
  .activities-title-icon-04 {
    padding: 0 0 0 100px;
    background-size: 80px 80px;
  }
  .activities-list {
    height: 380px;
  }
  .activities-list-img {
    padding: 0 0 0 70px;
  }
  .activities-list-img img {
    width: 100%;
    height: 200px;
  }
  .activities-list-detail {
    padding: 0 0 0 70px;
  }
  .activities-list-detail h2 {
    font-size: 20px;
    margin: 15px 0 0 0;
    height: 60px;
    overflow: hidden;
  }
  .activities-list-detail h3 {
    height: 45px;
  }
  .activities-list-date {
    width: 70px;
  }
  .activities-list-date-m {
    font-size: 26px;
    font-weight: 600;
  }
  .activities-list-date-i {
    font-size: 26px;
  }
  .activities-list-date-d {
    font-size: 40px;
    font-weight: 600;
  }
  .activities-list-date-y {
    font-size: 20px;
  }
  .activities-detail-bg-top {
    background: #006cb6;
    padding: 30px 0 30px 0;
    margin: 35px 0 0 0;
  }
  .activities-detail-bg-top h1 {
    font-size: 20px;
  }
  .activities-detail-bg-top h2 {
    font-size: 14px;
  }
  .activities-detail-bg-date {
    font-size: 12px;
  }
  .activities-detail-bg {
    background: #006cb6 url(../images/template/activities-bg-50.jpg) repeat-x bottom;
  }
  .activities-detail-bg-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .newsandpromotion {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    position: relative;
    min-height: inherit;
    border-bottom: dotted 1px #ccc;
  }
  .newsandpromotion-img {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 0 15px 0;
  }
  .newsandpromotion-img img {
    width: 100%;
    height: auto;
  }
  .newsandpromotion-detail h2 {
    font-size: 20px;
  }
  .newsandpromotion-detail h3 {
    margin: 7px 0 0 0;
  }
  .newsandpromotion-date {
    margin: 15px 0 0 0;
    font-size: 12px;
  }
  .newsandpromotion-topic-date {
    padding: 4px 7px 2px 7px;
    font-size: 12px;
  }
  .newsandpromotion-list {
    height: 380px;
  }
  .newsandpromotion-list-img {
    padding: 0 0 0 70px;
  }
  .newsandpromotion-list-img img {
    width: 100%;
    height: 200px;
  }
  .newsandpromotion-list-detail {
    padding: 0 0 0 70px;
  }
  .newsandpromotion-list-detail h2 {
    font-size: 20px;
    margin: 15px 0 0 0;
    height: 60px;
    overflow: hidden;
  }
  .newsandpromotion-list-detail h3 {
    height: 45px;
  }
  .newsandpromotion-list-date {
    width: 70px;
  }
  .newsandpromotion-list-date-m {
    font-size: 26px;
    font-weight: 600;
  }
  .newsandpromotion-list-date-i {
    font-size: 26px;
  }
  .newsandpromotion-list-date-d {
    font-size: 40px;
    font-weight: 600;
  }
  .newsandpromotion-list-date-y {
    font-size: 20px;
  }
  .dealer-box {
    padding: 0px 0px 30px 0;
    border: none;
  }
  .dealer-bg-topic-half {
    width: 100%;
    padding: 0 30px;
  }
  .dealer-bg-left {
    width: 100%;
    margin: 0px 0 0 0;
    padding: 50px 30px;
  }
  .dealer-bg-right {
    width: 100%;
    margin: 0 0 0 0;
    padding: 50px 30px;
  }
  .dealer-logo {
    text-align: center;
    float: none;
  }
  .dealer-key-1 {
    float: none;
    text-align: center;
  }
  .dealer-key-2 {
    float: none;
    text-align: center;
  }
  .dealer-location {
    font-size: 14px;
    padding: 0 0 0 50px;
  }
  .dealer-location i {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .dealer-location h2 {
    font-size: 20px;
  }
  .dealer-location:hover {
    padding: 0 0 0 50px;
  }
  .dealer-location:hover i {
    font-size: 40px;
    top: 5px;
  }
  .dealer-detail-bg {
    background:  url(../images/template/activities-bg-50.jpg) repeat-x bottom;
  }
  .dealer-detail-bg-ltimate {
    background: #0062ac url(../images/template/activities-bg-50.jpg) repeat-x bottom;
  }
  .dealer-detail-bg-exclusive {
    background: #737371 url(../images/template/activities-bg-50.jpg) repeat-x bottom;
  }
  .dealer-detail-bg-lamina {
    background: #005a8d url(../images/template/activities-bg-50.jpg) repeat-x bottom;
  }
  .dealer-detail-bg-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .dealer-detail-bg-top h1 {
    font-size: 20px;
  }
  .dealer-detail-bg-top h2 {
    font-size: 14px;
  }
  .dealer-detail-topic {
    padding: 0 0 0 40px;
  }
  .dealer-detail-topic i {
    font-size: 40px;
    top: 15px;
  }
  .warranty {
    margin: 30px 0 20px 0;
    padding: 0 0 40px 0;
    border-bottom: dotted 1px #ccc;
  }
  .warranty-img img {
    width: 280px;
  }
  .warranty-img-2 img {
    width: 280px;
  }
  .warranty-h {
    font-size: 20px;
  }
  .warranty-d {
    height: auto;
  }
  .warranty-topic {
    font-size: 26px;
  }
  .warranty-topic i {
    font-size: 36px;
  }
  .warranty-title {
    font-size: 24px;
    position: relative;
  }
  .product {
    margin: 30px 0 20px 0;
    padding: 0 0 40px 0;
    border-bottom: dotted 1px #ccc;
  }
  .product-img img {
    width: 280px;
  }
  .product h2 {
    font-size: 24px;
  }
  .product-bg-left {
    padding: 50px 20px;
    width: 100%;
  }
  .product-bg-right {
    padding: 0 20px 50px 20px;
    width: 100%;
    float: left;
  }
  .product-box-title {
    position: relative;
    font-size: 36px;
    color: #006cb6;
    font-weight: 600;
    padding: 0 0 10px 0;
  }
  .product-box-title:after,
  .product-box-title:before {
    bottom: 0;
    left: 0%;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 180px;
    height: 5px;
    background: ;
  }
  .product-box {
    padding: 15px 50px 15px 15px;
  }
  .product-box h1 {
    font-size: 18px;
  }
  .product-box-q {
    width: 40px;
    font-size: 24px;
  }
  .product-box-q i {
    margin: 20px 0 0 0;
  }
  .product-detail-topic {
    padding: 0 0 0 60px;
  }
  .product-detail-topic h1 {
    font-size: 20px;
  }
  .product-detail-topic h2 {
    font-size: 14px;
  }
  .product-detail-topic-film {
    width: 45px;
    height: 45px;
    top: 5px;
  }
  .product-price-brand img {
    max-width: 70px;
  }
  .portfolio-bg {
    background: none;
  }
  .portfolio {
    margin: 0px 0 0 0;
  }
  .portfolio-half {
    width: 100%;
    padding: 15px;
  }
  .portfolio-set-1 {
    width: 100%;
    padding: 0;
  }
  .portfolio-set-1-img {
    margin: 0;
  }
  .portfolio-set-2 {
    width: 100%;
    padding: 0;
  }
  .portfolio-set-2-img {
    margin: 0;
  }
  .portfolio-detail {
    padding: 40px 20px;
  }
  .portfolio-detail-2 {
    padding: 40px 20px;
    margin: -20px 0 0 0;
  }
  #portarrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .portarrow-left {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .portarrow-left:hover {
    border: solid 1px #0bc8ff;
    color: #0bc8ff;
    background: rgba(255,255,255,0.8);
  }
  .portarrow-right {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .portarrow-right:hover {
    border: solid 1px #0bc8ff;
    color: #0bc8ff;
    background: rgba(255,255,255,0.8);
  }
  .drop-01 {
    max-height: 300px;
    overflow: auto;
  }
  .drop-02 {
    max-height: 300px;
    overflow: auto;
  }
  .drop-03 {
    max-height: 300px;
    overflow: auto;
  }
  .simulator-bg {
    margin: 0px 0 0 0;
    height: 87vh;
  }
  .simulator-bg .simulator-set-btn {
    padding: 10px 10px 15px 10px;
    margin: 55px 0 0 0px;
    width: 100%;
  }
  .simulator-bg-inner .simulator-set-btn {
    padding: 125px 0 0 0;
  }
  .simulatorbtn {
    float: none;
    padding: 10px;
    position: fixed;
    width: 100%;
    margin: 85px 0 0 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2;
  }
  #simulatorbtn {
    height: 35px;
    width: 50%;
    font-size: 13px;
  }
  .simulator-btn-outer {
    height: 35px;
    width: 50%;
    font-size: 13px;
    margin: 0;
  }
  .simulator-btn-inner {
    height: 35px;
    width: 50%;
    font-size: 13px;
    margin: 0;
  }
  .simulator-btn-outer-active {
    height: 35px;
    width: 50%;
    font-size: 13px;
    margin: 0;
  }
  .simulator-btn-inner-active {
    height: 35px;
    width: 50%;
    font-size: 13px;
    margin: 0;
  }
  .simulator-bg .simulator-set-btn .dropdown {
    height: 35px;
    margin: 0;
    width: 50%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 0 2px;
  }
  .simulator-bg .simulator-set-btn .dropdown button {
    display: flex;
    height: 35px;
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
  }
  .simulator-bg .simulator-set-btn .dropdown .dropdown-menu {
    border: none;
    -moz-border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0px 0 0 0;
    padding: 0px;
    width: 275px;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown {
    height: 35px;
    margin: 0 10px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown button {
    display: flex;
    height: 35px;
    width: 140px;
    background-size: 100%;
    -moz-border: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 14px;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu {
    border: none;
    -moz-border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0px 0 0 0;
    padding: 0px;
    width: 275px;
  }
  .simulator-car {
    width: 93%;
    bottom: 5%;
    left: 0;
    padding: 0;
  }
  .simulator-car-mask {
    width: 93%;
    bottom: 5%;
    left: 0;
    padding: 0;
  }
  .simulator-film-bg {
    width: 100%;
    margin: 0;
    max-width: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 1;
  }
  .simulator-search {
    right: 2.5%;
    width: 95%;
  }
  .simulator-search:hover {
    height: 210px;
  }
  .simulator-note {
    text-align: right;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 12px;
    color: #fffe00;
    width: 40%;
  }
  .simulatornote {
    position: relative;
    width: 100%;
    top: 5px;
    right: auto;
    font-size: 12px;
    color: #fff;
  }
  .simulator-note {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    font-size: 12px;
  }
  .simulator-price {
    min-height: 30px;
    font-size: 14px;
    padding: 7px 0 0 0;
    margin: 10px 0 0 0;
  }
  #simulator-type-car {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-size: 71px 30px;
    font-size: 14px;
    background-position: 190px 5px;
    padding: 2px 0 0 20px;
    border-bottom: solid 2px #ccc;
    color: #ccc;
    cursor: pointer;
  }
  #simulator-type-car-over {
    background-size: 71px 30px;
    color: #fff;
    background-position: 200px 5px;
  }
  #simulator-model-car-set {
    width: 50%;
    float: left;
  }
  .simulator-model-car-set {
    width: 50%;
    float: left;
  }
  .knowledge {
    padding: 80px 0 0 0;
    height: auto;
    font-size: 16px;
  }
  .knowledge img {
    top: 0px;
    left: auto;
    right: 0;
  }
  .knowledge-descript {
    font-size: 16px;
  }
  .vdo-inner-heading {
    font-size: 22px;
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
  }
  .vdo-inner-heading div.line-h {
    width: 0;
    top: 15px;
  }
  .vdo-inner-detail {
    height: auto;
  }
  .vdo-inner-more {
    padding: 0 0 30px 0;
    border-bottom: dotted 1px #b7b7b7;
  }
  .vdo-inner-more:hover {
    padding: 0 0 30px 30px;
  }
  .vdo-list-topic iframe {
    width: 100%;
    height: 205px;
  }
  .promotion-img img {
    height: auto;
  }
  .catalog-list {
    width: 50%;
  }
  .catalog-list-img img {
    height: auto;
  }
  .career-box-sticky {
    position: relative;
    top: auto;
  }
  .career-box {
    padding: 15px;
    font-size: 14px;
  }
  .faq-q {
    font-size: 16px;
  }
  .faq-a {
    font-size: 14px;
  }
  .faq-q-date {
    font-size: 11px;
  }
  .faq-q-input {
    position: relative;
    padding: 0 0 0 80px;
    margin: 15px 0 0 0;
  }
  .faq-q-input-2 {
    position: relative;
    padding: 0 0px 0 80px;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
  }
  .faq-q-input-3 {
    width: 100%;
  }
  .catalog-issu iframe {
    width: 100%;
    height: 320px;
  }
}
@media (min-width: 360px) {
  .simulator-bg .simulator-set-btn .dropdown .dropdown-menu.drop-01 {
    max-height: 300px;
    overflow: auto;
  }
  .simulator-bg .simulator-set-btn .dropdown .dropdown-menu.drop-02 {
    max-height: 300px;
    overflow: auto;
  }
  .simulator-bg .simulator-set-btn .dropdown .dropdown-menu.drop-03 {
    max-height: 300px;
    overflow: auto;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu.drop-01 {
    max-height: 300px;
    overflow: auto;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu.drop-02 {
    max-height: 300px;
    overflow: auto;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu.drop-03 {
    max-height: 300px;
    overflow: auto;
  }
}
@media (min-width: 640px) {
  .simulator-car {
    width: 55%;
    position: absolute;
    bottom: 3%;
    left: 5%;
    z-index: 1;
  }
  .simulator-car-mask {
    width: 55%;
    position: absolute;
    bottom: 3%;
    left: 5%;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-home {
    font-size: 16px;
    padding: 0;
  }
  .containers {
    width: 720px;
  }
  #banner img {
    height: auto;
  }
  footer {
    width: 100%;
    -moz-border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 30px 0;
    margin: 0;
  }
  .logo-footer {
    padding: 0;
  }
  .logobrand img {
    height: 50px;
  }
  .footer-contact-h {
    font-size: 30px;
    margin: 20px 0 0 0;
  }
  .footer-contact-d {
    font-size: 18px;
    margin: 12px 0;
  }
  #banner {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .lamina-box-bottom {
    font-size: 30px;
  }
  .lamina-box .btn-group div.btn-group-2 {
    font-size: 14px;
  }
  .lamina-box .btn-group button.btn-group-2 {
    font-size: 14px;
  }
  .lamina-box .btn-group button.btn-group-3 {
    font-size: 12px;
    padding: 0 15px 0 5px;
  }
  .map-home iframe {
    height: 320px;
  }
  .zone-about-left {
    width: 100%;
    padding: 40px;
    font-size: 18px;
  }
  .zone-about-left h2 {
    font-size: 36px;
    margin: 30px 0 30px 0;
  }
  .zone-about-right {
    width: 100%;
    padding: 40px;
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  .about-contact-left {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  .about-contact-right {
    fwidth: 100%;
    padding: 0 20px 40px 20px;
  }
  .about-contact-contact {
    font-size: 18px;
  }
  .about-bg-content-topic-inner {
    margin: 30px 0 0 0;
  }
  .about-bg {
    margin: 0;
  }
  .zone-activities-topic {
    min-height: inherit;
  }
  .zone-activities-topic-img {
    width: 100%;
  }
  .zone-activities-topic-img img {
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .zone-activities-topic-icon {
    width: 90%;
    margin: 0 5%;
  }
  .zone-activities-topic-icon h2 {
    font-size: 20px;
  }
  .zone-activities-topic-icon h3 {
    font-size: 14px;
  }
  .activities-topic-icon-01 {
    padding: 0 0 0 130px;
    background-size: 90px 90px;
  }
  .activities-topic-icon-02 {
    padding: 0 0 0 120px;
    background-size: 90px 90px;
  }
  .activities-topic-icon-03 {
    padding: 0 0 0 120px;
    background-size: 90px 90px;
  }
  .activities-topic-icon-04 {
    padding: 0 0 0 120px;
    background-size: 90px 90px;
  }
  .activities-title-icon h2 {
    font-size: 20px;
  }
  .activities-title-icon h3 {
    font-size: 14px;
  }
  .activities-title-icon-01 {
    padding: 0 0 0 120px;
    background-size: 90px 90px;
  }
  .activities-title-icon-02 {
    padding: 0 0 0 120px;
    background-size: 90px 90px;
  }
  .activities-title-icon-03 {
    padding: 0 0 0 120px;
    background-size: 90px 90px;
  }
  .activities-title-icon-04 {
    padding: 0 0 0 120px;
    background-size: 90px 90px;
  }
  .activities-list {
    height: 570px;
  }
  .activities-list-img {
    padding: 0 0 0 120px;
  }
  .activities-list-img img {
    width: 600px;
    height: 400px;
  }
  .activities-list-detail {
    padding: 0 0 0 120px;
  }
  .activities-list-detail h2 {
    font-size: 24px;
    margin: 15px 0 0 0;
  }
  .activities-list-detail h3 {
    height: 45px;
  }
  .activities-detail-bg-top {
    background: #006cb6;
    padding: 30px 0 30px 0;
  }
  .activities-detail-bg-top h1 {
    font-size: 24px;
  }
  .activities-detail-bg-top h2 {
    font-size: 16px;
  }
  .activities-detail-bg-date {
    font-size: 12px;
  }
  .activities-detail-bg-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .newsandpromotion-list {
    height: 570px;
  }
  .newsandpromotion-list-img {
    padding: 0 0 0 120px;
  }
  .newsandpromotion-list-img img {
    width: 600px;
    height: 400px;
  }
  .newsandpromotion-list-detail {
    padding: 0 0 0 120px;
  }
  .newsandpromotion-list-detail h2 {
    font-size: 24px;
    margin: 15px 0 0 0;
  }
  .newsandpromotion-list-detail h3 {
    height: 45px;
  }
  .dealer-box {
    padding: 0px 0 30px 0;
    border: none;
  }
  .dealer-bg-topic-half {
    width: 100%;
    padding: 0 50px;
  }
  .dealer-bg-left {
    width: 100%;
    margin: 0px 0 0 0;
    padding: 50px;
  }
  .dealer-bg-right {
    width: 100%;
    margin: 0 0 0 0;
    padding: 50px;
  }
  .dealer-logo {
    text-align: center;
    float: none;
  }
  .dealer-key-1 {
    float: none;
    text-align: center;
  }
  .dealer-key-2 {
    float: none;
    text-align: center;
  }
  .dealer-detail-bg-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .dealer-detail-bg-top h1 {
    font-size: 24px;
  }
  .dealer-detail-bg-top h2 {
    font-size: 16px;
  }
  .dealer-detail-topic {
    padding: 0 0 0 40px;
  }
  .dealer-detail-topic i {
    font-size: 40px;
    top: 15px;
  }
  .warranty-h {
    font-size: 20px;
  }
  .warranty-d {
    height: 135px;
  }
  .product h2 {
    font-size: 30px;
  }
  .product-bg-left {
    padding: 70px 100px;
    width: 100%;
  }
  .product-bg-right {
    padding: 0 0 50px 0px;
    width: 100%;
  }
  .product-box h1 {
    font-size: 24px;
  }
  .product-menuleft {
    padding: 0;
  }
  .portfolio-set-1 {
    width: 100%;
    padding: 85px 105px 0 55px;
  }
  .portfolio-set-2-topic {
    float: right;
  }
  .portfolio-set-2 {
    width: 100%;
    padding: 115px 55px 0 105px;
  }
  #portarrow {
    width: 43px;
    height: 43px;
    font-size: 20px;
  }
  .portarrow-left {
    width: 43px;
    height: 43px;
    font-size: 20px;
  }
  .portarrow-left:hover {
    border: solid 1px #0bc8ff;
    color: #0bc8ff;
    background: rgba(255,255,255,0.8);
  }
  .portarrow-right {
    width: 43px;
    height: 43px;
    font-size: 20px;
  }
  .portarrow-right:hover {
    border: solid 1px #0bc8ff;
    color: #0bc8ff;
    background: rgba(255,255,255,0.8);
  }
  .simulatorbtn {
    float: none;
    padding: 20px;
    position: fixed;
    width: 100%;
    margin: 80px 0 0 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2;
  }
  #simulatorbtn {
    height: 50px;
    width: 50%;
    font-size: 18px;
  }
  .simulator-btn-outer {
    height: 50px;
    width: 50%;
    font-size: 18px;
    margin: 0;
  }
  .simulator-btn-inner {
    height: 50px;
    width: 50%;
    font-size: 18px;
    margin: 0;
  }
  .simulator-btn-outer-active {
    height: 50px;
    width: 50%;
    font-size: 18px;
    margin: 0;
  }
  .simulator-btn-inner-active {
    height: 50px;
    width: 50%;
    font-size: 18px;
    margin: 0;
  }
  .simulator-bg {
    height: 80vh;
    margin: -105px -20px 0 0;
    padding: 0;
  }
  .simulator-bg .simulator-set-btn {
    padding: 20px 5px 20px 5px;
    position: relative;
  }
  .simulator-bg .simulator-set-btn {
    margin: 205px 0 0 20px;
  }
  .simulatorfilms-2018 {
    position: relative;
    margin: 10vh 0 0 0;
    z-index: 99;
  }
  .simulator-film-bg {
    width: 100%;
    margin: 0;
    max-width: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 1;
  }
  .simulator-bg-inner {
    height: 80vh;
  }
  .simulator-bg-inner .simulator-set-btn {
    padding: 150px 0 0 0;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown {
    height: 35px;
    margin: 0 15px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown button {
    display: flex;
    height: 35px;
    width: 159px;
    background-size: 100%;
    -moz-border: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 12px;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu {
    border: none;
    -moz-border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0px 0 0 0;
    padding: 0px;
    width: 275px;
  }
  .simulator-car {
    width: 90%;
    position: absolute;
    bottom: 7%;
    left: 5%;
  }
  .simulator-car-mask {
    width: 90%;
    position: absolute;
    bottom: 7%;
    left: 5%;
  }
  .simulator-film-bg {
    width: 100%;
    margin: 0;
    max-width: 100%;
    background: rgba(0,0,0,0.5);
  }
  .simulator-film-series-color-2 {
    margin: 0 0 0 -275px;
  }
  .simulator-search {
    right: 2.5%;
    width: 95%;
  }
  .simulator-search:hover {
    height: 280px;
  }
  .simulator-note {
    top: 30px;
    right: 10px;
    font-size: 11px;
  }
  .simulator-price {
    min-height: 40px;
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  .promotion-img img {
    height: auto;
    height: 147px;
  }
  .catalog-list {
    width: 33.33%;
  }
  .catalog-list-img img {
    height: 278px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-home {
    font-size: 16px;
    padding: 0;
  }
  .containers {
    width: 940px;
  }
  section.home {
    padding: 0;
  }
  section.sectionnewsandpromotion {
    padding: 10px 0 30px 0;
  }
  section {
    padding: 30px 0;
  }
  #banner img {
    height: auto;
  }
  .map-home iframe {
    height: 280px;
  }
  .zone-activities-topic-img img {
    height: 610px;
  }
  .zone-activities-topic-icon h2 {
    font-size: 24px;
  }
  .zone-activities-topic-icon h3 {
    font-size: 16px;
  }
  .activities-topic-icon-01:hover {
    margin-left: 80px;
  }
  .activities-topic-icon-02:hover {
    margin-left: 80px;
  }
  .activities-topic-icon-03:hover {
    margin-left: 80px;
  }
  .activities-topic-icon-04:hover {
    margin-left: 80px;
  }
  .activities-list {
    height: 277px;
  }
  .activities-list-img img {
    width: 415px;
    height: 277px;
  }
  .activities-list-detail h2 {
    font-size: 24px;
  }
  .activities-list-detail h3 {
    height: 118px;
  }
  .activities-detail-bg-top {
    background: #006cb6;
    padding: 30px 0 30px 0;
  }
  .activities-detail-bg-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .activities-detail-bg-top h1 {
    font-size: 30px;
  }
  .activities-detail-bg-top h2 {
    font-size: 16px;
  }
  .activities-detail-bg-date {
    font-size: 12px;
  }
  .newsandpromotion-list {
    height: 277px;
  }
  .newsandpromotion-list-img img {
    width: 415px;
    height: 277px;
  }
  .newsandpromotion-list-detail h2 {
    font-size: 24px;
  }
  .newsandpromotion-list-detail h3 {
    height: 118px;
  }
  .dealer-location {
    font-size: 14px;
    padding: 0 0 0 50px;
  }
  .dealer-location i {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .dealer-location h2 {
    font-size: 20px;
  }
  .dealer-detail-bg-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .dealer-detail-bg-top h1 {
    font-size: 30px;
  }
  .dealer-detail-bg-top h2 {
    font-size: 16px;
  }
  .dealer-logo {
    text-align: center;
    float: none;
  }
  .dealer-key-1 {
    float: none;
    text-align: center;
  }
  .dealer-key-2 {
    float: none;
    text-align: center;
  }
  .warranty {
    margin: 50px 0 0 0;
    padding: 0 50px;
    text-align: center;
  }
  .warranty-img {
    line-height: 0;
  }
  .warranty-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 300px;
  }
  .warranty:hover .warranty-img img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .warranty-h {
    color: #000;
    font-size: 20px;
    margin: 20px 0 0 0;
  }
  .warranty-d {
    color: #b7b7b7;
    height: 125px;
    overflow: hidden;
    margin: 7px 0 0 0;
    font-size: 14px;
  }
  .product h2 {
    font-size: 30px;
  }
  .product-bg-left {
    padding: 70px 100px;
    width: 100%;
  }
  .product-bg-right {
    padding: 0 0 50px 0px;
    width: 100%;
  }
  .product-box h1 {
    font-size: 24px;
  }
  .product-menuleft {
    padding: 0;
  }
  .portfolio-set-1 {
    width: 100%;
    padding: 155px 105px 0 55px;
  }
  .portfolio-set-2-topic {
    float: right;
  }
  .portfolio-set-2 {
    width: 100%;
    padding: 155px 55px 0 105px;
  }
  #portarrow {
    width: 43px;
    height: 43px;
    font-size: 20px;
  }
  .portarrow-left {
    width: 43px;
    height: 43px;
    font-size: 20px;
  }
  .portarrow-left:hover {
    border: solid 1px #0bc8ff;
    color: #0bc8ff;
    background: rgba(255,255,255,0.8);
  }
  .portarrow-right {
    width: 43px;
    height: 43px;
    font-size: 20px;
  }
  .portarrow-right:hover {
    border: solid 1px #0bc8ff;
    color: #0bc8ff;
    background: rgba(255,255,255,0.8);
  }
  .simulator-bg {
    margin: -100px 0 0 0;
    height: 90vh;
  }
  .simulator-bg .simulator-set-btn {
    padding: 20px 5px 20px 5px;
  }
  .simulatorbtn {
    margin-top: 145px;
  }
  .simulator-bg-inner .simulator-set-btn {
    padding: 150px 0 0 0;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown {
    float: left;
    height: 44px;
    margin: 0 0 0 10px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown button {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    width: 202px;
    background: url(../images/template/simulator-btn-200.png) no-repeat;
    -moz-border: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown .dropdown-menu {
    border: none;
    -moz-border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 5px 0 0 0;
    padding: 0px;
    width: 275px;
  }
  .simulator-search-2018 {
    right: 20px;
    width: 80%;
    background: rgba(0,0,0,0.9);
  }
  .simulator-car {
    width: 60%;
    position: absolute;
    bottom: 7%;
    left: 5%;
  }
  .simulator-car-mask {
    width: 60%;
    position: absolute;
    bottom: 7%;
    left: 5%;
  }
  .simulator-film-bg {
    width: 50%;
    max-width: 400px;
    padding: 20px 0 20px 20px;
  }
  .simulatornote {
    right: auto;
    left: 20px;
    top: 20px;
  }
  .simulator-search {
    right: 15px;
    width: 60%;
  }
  .simulator-search:hover {
    height: 260px;
  }
  .simulator-note {
    top: 10px;
    right: 10px;
  }
  .simulator-price {
    min-height: 60px;
    font-size: 14px;
  }
  .vdo-inner-detail {
    height: 83px;
  }
  .catalog-list {
    width: 25%;
  }
  .catalog-list-img img {
    height: 269px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .content-home {
    font-size: 16px;
    padding: 0;
  }
  .footer-contact-h {
    font-size: 24px;
  }
  .footer-contact-d {
    font-size: 14px;
  }
  .contact-home-content {
    float: right;
    width: 100%;
    padding: 0 40px 0 430px;
  }
  .zone-activities-topic-img img {
    height: 570px;
  }
  .zone-activities-topic-icon h2 {
    font-size: 24px;
  }
  .zone-activities-topic-icon h3 {
    font-size: 16px;
  }
  .product-home-h {
    padding-right: 180px;
  }
  .product-home-h img {
    height: 60px;
    margin: -50px 20px 0 0;
  }
  .product-home-01:hover .product-home-h {
    margin: 0 0 -70px 0;
  }
  .product-home-02:hover .product-home-h {
    margin: 0 0 -70px 0;
  }
  .lamina-box .btn-group div.btn-group-2 {
    width: 60%;
    font-size: 13px;
  }
  .lamina-box .btn-group button.btn-group-2 {
    width: 60%;
    font-size: 13px;
  }
  .lamina-box .btn-group button.btn-group-3 {
    width: 40%;
    font-size: 13px;
    padding: 0 20px 0 5px;
  }
  .drop-car-rdo {
    width: 33.33%;
  }
  .simulator-car {
    width: 60%;
    position: absolute;
    bottom: 3%;
    left: 5%;
  }
  .simulator-car-mask {
    width: 60%;
    position: absolute;
    bottom: 3%;
    left: 5%;
  }
  .simulator-search {
    height: 50px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 1;
    width: 65%;
    -moz-border: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    color: #fff;
  }
  .simulator-search:hover {
    height: 220px;
  }
  .simulator-note {
    width: 48%;
    right: 10px;
  }
  .simulator-film-series-color-2 {
    margin: 0 0 0 -275px;
  }
  .dealer-logo {
    text-align: center;
    float: none;
  }
  .dealer-key-1 {
    float: none;
    text-align: center;
  }
  .dealer-key-2 {
    float: none;
    text-align: center;
  }
}
@media (min-width: 1600px) and (max-width: 1850px) {
  .content-home {
    font-size: 18px;
    padding: 0;
  }
  .lamina-box .btn-group div.btn-group-2 {
    width: 60%;
    font-size: 14px;
  }
  .lamina-box .btn-group button.btn-group-2 {
    width: 60%;
    font-size: 14px;
  }
  .lamina-box .btn-group button.btn-group-3 {
    width: 40%;
    font-size: 14px;
    padding: 0 20px 0 5px;
  }
}
.cd-image-container {
  position: relative;
  width: 100%;
  margin: 0em auto;
  text-align: center;
  margin-top: -28px;
}
.cd-image-container img {
  display: block;
  width: 1920px;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100vh;
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}
@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #00a0e4 url(../images/template/cd-arrows.svg) no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.2), 0 0 10px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.3);
  opacity: 0;
  -webkit-transform: translate3d(0,0,0) scale(0);
  -moz-transform: translate3d(0,0,0) scale(0);
  -ms-transform: translate3d(0,0,0) scale(0);
  -o-transform: translate3d(0,0,0) scale(0);
  transform: translate3d(0,0,0) scale(0);
}
.cd-handle.draggable {
  background-color: #0062ac;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) scale(1);
  -moz-transform: translate3d(0,0,0) scale(1);
  -ms-transform: translate3d(0,0,0) scale(1);
  -o-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
hh {
  color: #FFFFFF;
  text-shadow: 0 0 3px #000;
  -moz-text-shadow: 0 0 3px #000;
  -webkit-text-shadow: 0 0 3px #000;
}
.similator-inner-per-set {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.similator-inner-per {
  width: 33.33%;
  float: left;
  height: 60px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  border-left: solid 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.similator-inner-per-active {
  width: 33.33%;
  float: left;
  height: 60px;
  background: #006cb6;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  border-left: solid 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.similator-inner-per:hover {
  background: #0bc8ff;
  color: #fff;
}
@media (max-width: 1024px) {
  .zone-about-left h2 {
    font-size: 40px;
    padding: 0;
    margin: 0px 0 0px 0;
  }
  .zone-about-left {
    float: left;
    width: 50%;
    padding: 30px 50px;
    font-size: 24px;
    line-height: 1.8;
  }
  .zone-about-right {
    float: left;
    width: 50%;
    padding: 30px 50px;
    color: #fff;
    font-size: 24px;
    background: url(../images/template-v2/bg-about.jpg) no-repeat right;
    line-height: 1.8;
    min-height: 460px;
  }
  .newsandpromotion-list-detail h2 {
    font-size: 24px;
    line-height: 1.5;
    max-height: 69px;
    overflow: hidden;
    color: #00a0e4;
  }
}
@media (max-width: 768px) {
  .warranty-d {
    color: #b7b7b7;
    height: 110px;
    overflow: hidden;
    margin: 7px 0 15px 0;
    line-height: 1.8;
  }
  .newsandpromotion-list-detail h2 {
    font-size: 20px;
    margin: 15px 0 0 0;
    height: 60px;
    overflow: hidden;
  }
  .txt-new-pro {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .portfolio-listimg h2 {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    height: 50px;
    overflow: hidden;
  }
  .newsandpromotion-list-detail h2 {
    font-size: 18px;
    line-height: 1.5;
    max-height: 50px;
    overflow: hidden;
    color: #00a0e4;
  }
  .zone-about-right {
    float: left;
    width: 100%;
    padding: 15px 15px;
    color: #fff;
    font-size: 18px;
    background: url(../images/template/bg-about.jpg) no-repeat right;
    line-height: 1.8;
    min-height: 460px;
  }
  .zone-about-left {
    float: left;
    width: 100%;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (max-width: 375px) {
  .newsandpromotion-list-detail h2 {
    font-size: 14px;
    line-height: 1.5;
    max-height: 69px;
    overflow: hidden;
    color: #00a0e4;
  }
}
select,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
.portfolio-search-brand-list {
  padding: 7px 12px;
  color: #666;
}
.portfolio-search-brand-list:hover {
  background: #e7e7e7;
}
.portfolio-search-set {
  float: right;
}
.portfolio-search-brand {
  width: 300px;
  float: left;
  margin: 30px 0px 0 0;
  padding: 0 30px 0 0;
  border: solid 1px #fff;
  position: relative;
}
.portfolio-search-brand input {
  width: 100%;
  border: none;
  background: none;
  color: #fff;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
}
.portfolio-search-brand input::placeholder {
  color: rgba(255,255,255,0.5);
  font-family: 'Kanit';
}
.portfolio-search-brand i {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-search-brand i:hover {
  color: #006cb6;
}
.portfolio-search-sort {
  width: 200px;
  float: right;
  margin: 30px 0 0 0;
  border: solid 1px #fff;
}
.portfolio-search-sort select {
  width: 100%;
  border: none;
  background: none;
  color: #fff;
  height: 38px;
}
@media (max-width: 767px) {
  .portfolio-search-set {
    float: none;
    width: 100%;
  }
  .portfolio-search-brand {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zone-about-left {
    width: 100%;
  }
  .zone-about-left h2 {
    font-size: 36px;
    margin: 30px 0 30px 0;
  }
  .zone-about-right {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zone-about-left {
    font-size: 20px;
  }
  .zone-about-left h2 {
    font-size: 36px;
    margin: 30px 0 30px 0;
  }
  .zone-about-right {
    font-size: 20px;
  }
}
header.pc {
  position: fixed;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 9;
}
header.pc .top-menu {
  height: 55px;
  position: relative;
  background: #545454;
  background: -moz-linear-gradient(-45deg,#545454 20%,#ffffff 20%,#ffffff 80%,#545454 80%);
  background: -webkit-linear-gradient(-45deg,#545454 20%,#ffffff 20%,#ffffff 80%,#545454 80%);
  background: linear-gradient(135deg,#545454 20%,#ffffff 20%,#ffffff 80%,#545454 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929',endColorstr='#292929',GradientType=1);
}
header.pc .top-set-social {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 50px;
}
header.pc .top-set-social i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 0 10px;
}
header.pc .top-set-social i:hover {
  color: #eee;
}
header.pc nav.navmenu {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
header.pc nav ul.menufix {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.pc nav ul.menufix li {
  padding: 0 35px 0 35px;
  transform: skew(-45deg,0deg);
  -ms-transform: skew(-45deg,0deg);
  -webkit-transform: skew(-45deg,0deg);
  display: inline-block;
  color: #808080;
}
header.pc nav ul.menufix li:hover {
  background-color: #000;
  color: #fff;
}
header.pc nav ul.menufix li:hover div.inner {
  border-bottom: solid 1px #808080;
}
header.pc nav ul.menufix li div.inner {
  transform: skew(45deg,0deg);
  -ms-transform: skew(45deg,0deg);
  -webkit-transform: skew(45deg,0deg);
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-bottom: solid 1px rgba(255,255,255,0);
}
header.pc nav ul.menufix li.active {
  transform: skew(-45deg,0deg);
  -ms-transform: skew(-45deg,0deg);
  -webkit-transform: skew(-45deg,0deg);
  background-color: #000;
  color: #fff;
}
header.pc nav ul.menufix li.active div.inner {
  transform: skew(45deg,0deg);
  -ms-transform: skew(45deg,0deg);
  -webkit-transform: skew(45deg,0deg);
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-bottom: solid 1px #808080;
}
header.pc .top-set-flag {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  position: absolute;
  right: 50px;
  top: 0;
  padding: 0 0 0 50px;
  color: #fff;
}
header.pc .top-set-flag span {
  color: #fff;
  padding: 0 12px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.pc .top-set-flag span:hover {
  color: #0bc8ff;
}
header.pc .top-set-flag span.active {
  color: #0bc8ff;
  padding: 0 12px;
}
header.pc .top-logo {
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #000;
  padding: 0;
  margin: 0;
  line-height: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.pc .top-logo img {
  height: 150px;
}
header.pc.sticky .top-logo {
  height: 0;
  overflow: hidden;
  margin: -195px 0 0 0;
}
.top-set-flag {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  position: absolute;
  right: 75px;
  top: 0;
  padding: 0 0 0 0px;
  color: #fff;
}
.top-set-flag span {
  color: #fff;
  padding: 0 12px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.top-set-flag span:hover {
  color: #0bc8ff;
}
.top-set-flag span.active {
  color: #0bc8ff;
  padding: 0 12px;
}
.banner {
  padding: 250px 0 0 0;
  background: #000;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
body.home {
  background: url("../images/template/home-bg-new.jpg") no-repeat top center;
}
section {
  padding: 250px 0 50px 0;
}
section.bottom-none {
  padding: 250px 0 0 0;
}
section.home {
  padding: 0;
}
footer {
  background: #292929;
  padding: 50px 0 0 0;
  color: #fff;
}
footer .footer-content {
  width: 80%;
  margin: 0 auto;
}
footer .footer-contact {
  padding: 0 75px 0 0;
}
footer .footer-contact-h {
  font-size: 26px;
  font-weight: 500;
}
footer .footer-contact-d {
  margin: 10px 0 0 0;
  font-size: 16px;
  padding-bottom: 12px;
}
footer .footer-contact-txt {
  position: relative;
  padding: 0 0 0 40px;
  margin: 12px 0 0 0;
}
footer .footer-contact-txt i {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  border-right: solid 1px #949494;
}
footer .footer-contact-txt a {
  color: #fff;
}
footer .footer-textlink {
  font-size: 20px;
  margin: 30px 0 0 0;
  font-weight: 500;
}
footer .footer-textlink a {
  color: #fff;
}
footer .footer-textlink a:hover {
  color: #999;
}
footer ul.footerfix-main {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.footerfix-main li {
  font-size: 18px;
  margin: 12px 0 0 0;
}
footer ul.footerfix-main li a {
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
footer ul.footerfix-main li a:hover {
  color: #999;
}
footer ul.footerfix {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.footerfix li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  margin: 12px 0 0 0;
}
footer ul.footerfix li a {
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
footer ul.footerfix li a:hover {
  color: #999;
}
footer ul.footerfix li i {
  position: absolute;
  left: 0;
  top: 3px;
}
footer .footer-follows {
  margin: 30px 0 0 0;
  position: relative;
  padding: 0 0 0 120px;
}
footer .footer-follows .span {
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  width: 110px;
  border-right: solid 1px #999;
}
footer .footer-follows i {
  font-size: 30px;
  margin: 0 10px;
}
footer .footer-follows a {
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
footer .footer-follows a:hover {
  color: #999;
}
footer .footercopy {
  padding: 15px 0;
  border-top: solid 1px #949494;
  color: #fff;
  text-align: center;
  font-weight: 200;
  margin: 50px 0 0 0;
}
footer .footercopy a {
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
footer .footercopy a:hover {
  color: #999;
}
.home-news {
  position: relative;
  margin: 55px 0 90px 0;
}
.home-news-img {
  overflow: hidden;
  background: #333;
}
.home-news-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-news:hover .home-news-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-news-detail {
  height: 96px;
  width: 87%;
  position: relative;
  margin: 0 0 -48px 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 180px 0 40px;
  background: rgba(54,54,54,0.8);
  transform: skew(-30deg,0deg);
  -ms-transform: skew(-30deg,0deg);
  -webkit-transform: skew(-30deg,0deg);
  display: inline-block;
}
.home-news-detail h2 {
  transform: skew(30deg,0deg);
  -ms-transform: skew(30deg,0deg);
  -webkit-transform: skew(30deg,0deg);
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  height: 60px;
}
.home-news-viewmore {
  width: 150px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #292929;
  position: absolute;
  right: 0;
  top: 0;
}
.home-news-viewmore span {
  transform: skew(30deg,0deg);
  -ms-transform: skew(30deg,0deg);
  -webkit-transform: skew(30deg,0deg);
  color: #fff;
  font-size: 20px;
}
.home-news-title {
  font-size: 100pt;
  color: #fff;
  text-shadow: 0px -1px 1px #000;
  font-weight: 600;
  position: relative;
  margin: 30px 0 0 0;
  -webkit-text-stroke: 1px #000000;
}
.home-news-title span {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -150px 8px;
  z-index: 1;
}
.home-about-set {
  position: relative;
}
.home-about-set:after {
  top: 0;
  left: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 80%;
  height: 80px;
  background: #292929;
  z-index: 0;
  -webkit-clip-path: polygon(0 0,100% 0%,97% 100%,0% 100%);
  clip-path: polygon(0 0,100% 0%,97% 100%,0% 100%);
}
.home-about-set:before {
  bottom: 0;
  left: 20%;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 70%;
  height: 80px;
  background: #292929;
  -webkit-clip-path: polygon(3% 0,100% 0%,97% 100%,0% 100%);
  clip-path: polygon(3% 0,100% 0%,97% 100%,0% 100%);
}
.home-about {
  width: 95%;
  float: right;
  margin: 50px 0;
  min-height: 500px;
  -webkit-clip-path: polygon(10% 0%,100% 0%,100% 100%,0% 100%);
  clip-path: polygon(10% 0%,100% 0%,100% 100%,0% 100%);
  background: url("../images/template/home-about-new.jpg") no-repeat center;
  background-size: 100%;
  position: relative;
  z-index: 2;
}
.home-about-detail {
  color: #fff;
  font-size: 24px;
  padding: 150px 150px 150px 550px;
  position: relative;
}
.home-about-title {
  position: absolute;
  left: 0;
  top: 0;
  margin: 190px 0 0 -80px;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 80pt;
  -ms-transform: rotate(-71deg);
  -webkit-transform: rotate(-71deg);
  transform: rotate(-71deg);
  text-shadow: 0px 1px 1px #000;
}
.home-about-mobile-set {
  position: relative;
}
.home-about-mobile-set:after {
  top: 0;
  left: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 80%;
  height: 50px;
  background: #292929;
  z-index: 0;
  -webkit-clip-path: polygon(0 0,100% 0%,95% 100%,0% 100%);
  clip-path: polygon(0 0,100% 0%,95% 100%,0% 100%);
  margin: -30px 0 0 0;
}
.home-about-mobile-set:before {
  bottom: 0;
  left: 15%;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 80%;
  height: 50px;
  margin: 0 0 -30px 0;
  background: #292929;
  -webkit-clip-path: polygon(5% 0,100% 0%,95% 100%,0% 100%);
  clip-path: polygon(5% 0,100% 0%,95% 100%,0% 100%);
}
.home-about-mobile {
  background: url("../images/template/home-about-new.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 50px 30px 50px 30px;
  font-size: 16px;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
.home-about-title-mobile {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  margin: -40px 0 0 30px;
  text-shadow: 0px 1px 1px #000;
}
.home-product {
  margin: 15px 0 0 0;
}
.home-product-img {
  position: relative;
}
.home-product-img img {
  position: relative;
  z-index: 1;
}
.home-product-title {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  margin: 13vw 0 0 0;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 5.5vw;
  -ms-transform: rotate(101deg);
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  text-shadow: 0px 1px 1px #000;
}
.home-product-title-mobile {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: -5px 0 0 30px;
  text-shadow: 0px 1px 1px #000;
}
.home-product-detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 6.5vw 10vw 0 15vw;
  z-index: 2;
}
.home-product-detail h1 {
  font-size: 4vw;
  font-weight: 600;
}
.home-product-detail h2 {
  font-size: 2vw;
  font-weight: 300;
}
.home-product-more {
  padding: 0 35px 0 35px;
  width: 130px;
  height: 70px;
  margin: 50px 0 0 0;
  background: #000;
  transform: skew(-30deg,0deg);
  -ms-transform: skew(-30deg,0deg);
  -webkit-transform: skew(-30deg,0deg);
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.home-product-more-inner {
  transform: skew(30deg,0deg);
  -ms-transform: skew(30deg,0deg);
  -webkit-transform: skew(30deg,0deg);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-bottom: solid 1px rgba(255,255,255,0);
  color: #fff;
}
.containers {
  width: 1170px;
  margin: 0 auto;
}
.home-vdo {
  width: 95%;
  float: right;
  margin: 50px 0;
  min-height: 500px;
  -webkit-clip-path: polygon(10% 0%,100% 0%,100% 100%,0% 100%);
  clip-path: polygon(10% 0%,100% 0%,100% 100%,0% 100%);
  background: url("../images/template/home-vdo.jpg") no-repeat center;
  background-size: 100%;
  position: relative;
  z-index: 2;
  padding: 50px 150px 100px 25vw;
}
.home-vdo video {
  width: 100%;
}
.home-vdo-title {
  position: absolute;
  left: 0;
  top: 0;
  margin: 250px 0 0 -80px;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 80pt;
  -ms-transform: rotate(-78deg);
  -webkit-transform: rotate(-78deg);
  transform: rotate(-78deg);
  text-shadow: 0px 1px 1px #000;
}
.home-vdo:before {
  bottom: 0;
  left: 20%;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 70%;
  height: 50px;
  background: #0bc8ff;
  -webkit-clip-path: polygon(3% 0,100% 0%,97% 100%,0% 100%);
  clip-path: polygon(3% 0,100% 0%,97% 100%,0% 100%);
}
.home-vdo-mobile {
  background: url("../images/template/home-vdo.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 50px 15px 50px 15px;
  font-size: 16px;
  margin: 80px 0 30px 0;
  position: relative;
  z-index: 2;
}
.home-vdo-mobile video {
  width: 100%;
}
.home-vdo-title-mobile {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  margin: -40px 0 0 30px;
  text-shadow: 0px 1px 1px #000;
}
.home-vdo-mobile:before {
  bottom: 0;
  left: 20%;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 75%;
  height: 30px;
  background: #0bc8ff;
  -webkit-clip-path: polygon(3% 0,100% 0%,97% 100%,0% 100%);
  clip-path: polygon(3% 0,100% 0%,97% 100%,0% 100%);
}
@media (max-width: 767px) {
  body.home {
    background: #000;
  }
  footer .footer-content {
    width: 90%;
  }
  footer .footer-contact {
    padding: 0;
  }
  footer .footer-follows {
    padding: 0 0 0 100px;
  }
  footer .footer-follows .span {
    top: 0px;
    font-size: 16px;
    width: 95px;
  }
  footer .footer-follows i {
    font-size: 16px;
    margin: 0 5px;
  }
  section {
    padding: 0px 0 50px 0;
  }
  section.bottom-none {
    padding: 0;
  }
  .banner {
    padding: 0;
  }
  .home-news {
    margin: 55px 0 50px 0;
  }
  .home-news-detail {
    height: 60px;
    width: 88%;
    margin: 0 0 -30px 7%;
    padding: 0 90px 0 20px;
  }
  .home-news-detail h2 {
    font-size: 16px;
    height: 50px;
    margin: 7px 0 0 0;
  }
  .home-news-viewmore {
    width: 80px;
    height: 60px;
  }
  .home-news-viewmore span {
    font-size: 16px;
  }
  .home-about {
    padding: 50px;
    width: 100%;
    -webkit-clip-path: polygon(20% 0%,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(20% 0%,100% 0%,100% 100%,0% 100%);
  }
  .home-news-title {
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    font-weight: 600;
    position: relative;
    margin: 0px 0 0 0;
  }
  .home-news-title span {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 -100px 30px;
    z-index: 1;
  }
  .home-product {
    margin: 40px 0 30px 0;
  }
  .home-product-img:before {
    bottom: 0;
    left: 10%;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 90%;
    height: 50px;
    margin: 0 0 -30px 0;
    background: #292929;
    -webkit-clip-path: polygon(5% 0,100% 0%,95% 100%,0% 100%);
    clip-path: polygon(5% 0,100% 0%,100% 100%,0% 100%);
  }
  .home-product-img img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .home-product-title {
    font-size: 50px;
    margin: 130px 0 0 0;
    display: none;
  }
  .home-product-detail {
    padding: 5vh 30px 0 30px;
  }
  .home-product-detail h1 {
    font-size: 55px;
  }
  .home-product-detail h2 {
    font-size: 18px;
  }
  .home-product-more {
    pheight: 0px 30px;
    margin: 3vh 0 0 0;
    height: auto;
  }
  .home-product-more-inner {
    height: 40px;
  }
  #contact-tabmap {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .contact-tabmap-active {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .contact-tabmap {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .contact-tabmap:hover {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .contact-tabmap:focus {
    margin: 50px 0 0 2%;
    width: 46%;
  }
  .home-vdo-mobile {
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-content {
    width: 90%;
  }
  footer .footer-contact {
    padding: 0;
  }
  section {
    padding: 0px 0 50px 0;
  }
  section.bottom-none {
    padding: 0;
  }
  .banner {
    padding: 0;
  }
  .home-news-title {
    font-size: 80px;
    margin: -40px 0 0 20px;
  }
  .home-news-detail {
    height: 60px;
    width: 88%;
    margin: 0 0 -30px 7%;
    padding: 0 90px 0 20px;
  }
  .home-news-detail h2 {
    font-size: 16px;
    height: 50px;
    margin: 7px 0 0 0;
  }
  .home-news-viewmore {
    width: 80px;
    height: 60px;
  }
  .home-news-viewmore span {
    font-size: 16px;
  }
  .home-about-mobile-set {
    position: relative;
  }
  .home-about-mobile-set:after {
    top: 0;
    left: 0;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 80%;
    height: 50px;
    background: #292929;
    z-index: 0;
    -webkit-clip-path: polygon(0 0,100% 0%,95% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0%,95% 100%,0% 100%);
    margin: -30px 0 0 0;
  }
  .home-about-mobile-set:before {
    bottom: 0;
    left: 15%;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 80%;
    height: 50px;
    margin: 0 0 -30px 0;
    background: #292929;
    -webkit-clip-path: polygon(5% 0,100% 0%,95% 100%,0% 100%);
    clip-path: polygon(5% 0,100% 0%,95% 100%,0% 100%);
  }
  .homr-about-title-mobile {
    font-size: 60px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    margin: -40px 0 0 30px;
    text-shadow: 0px 1px 1px #000;
  }
  .home-product {
    margin: 40px 0 30px 0;
  }
  .home-product-img:before {
    bottom: 0;
    left: 10%;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 90%;
    height: 50px;
    margin: 0 0 -30px 0;
    background: #292929;
    -webkit-clip-path: polygon(5% 0,100% 0%,95% 100%,0% 100%);
    clip-path: polygon(5% 0,100% 0%,100% 100%,0% 100%);
  }
  .home-product-img img {
    height: 350px;
    object-fit: cover;
    object-position: right;
  }
  .home-product-title {
    font-size: 60px;
    margin: 17vw 0 0 0;
  }
  .home-product-detail {
    padding: 50px 250px 0 30px;
  }
  .home-product-detail h1 {
    font-size: 48px;
  }
  .home-product-detail h2 {
    font-size: 24px;
  }
  .home-vdo {
    padding: 50px 30px 100px 170px;
    min-height: inherit;
  }
  .home-vdo-title {
    margin: 150px 0 0 -80px;
    font-size: 50pt;
    -ms-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-content {
    width: 90%;
  }
  footer .footer-contact {
    padding: 0;
  }
  section {
    padding: 0px 0 50px 0;
  }
  section.bottom-none {
    padding: 0;
  }
  .banner {
    padding: 0;
  }
  .home-news-detail {
    height: 80px;
    width: 84%;
    margin: 0 0 -40px 10%;
    padding: 0 130px 0 30px;
  }
  .home-news-detail h2 {
    font-size: 16px;
    height: 50px;
  }
  .home-news-viewmore {
    width: 100px;
    height: 80px;
  }
  .home-about-title {
    font-size: 90px;
    -ms-transform: rotate(-77deg);
    -webkit-transform: rotate(-77deg);
    transform: rotate(-77deg);
  }
  .home-about-detail {
    padding: 100px 50px 100px 300px;
    font-size: 20px;
  }
  .home-vdo-title {
    margin: 200px 0 0 -100px;
    font-size: 60pt;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  footer .footer-content {
    width: 90%;
  }
  footer .footer-contact {
    padding: 0;
  }
  footer .footer-contact-h {
    font-size: 20px;
  }
  footer .footer-contact-d {
    font-size: 16px;
  }
  footer .footer-contact-txt {
    font-size: 14px;
  }
  .home-news-detail {
    height: 80px;
    width: 84%;
    margin: 0 0 -40px 10%;
    padding: 0 130px 0 30px;
  }
  .home-news-detail h2 {
    font-size: 16px;
    margin: 17px 0 0 0;
    height: 50px;
  }
  .home-news-viewmore {
    width: 100px;
    height: 80px;
  }
  .home-about-title {
    font-size: 90px;
    -ms-transform: rotate(-73deg);
    -webkit-transform: rotate(-73deg);
    transform: rotate(-73deg);
  }
  .home-about-detail {
    padding: 100px 50px 100px 300px;
    font-size: 20px;
  }
  .home-vdo {
    padding: 50px 50px 100px 20vw;
  }
  .home-vdo-title {
    margin: 240px 0 0 -120px;
    font-size: 75pt;
  }
}
@media (min-width: 1501px) and (max-width: 1850px) {
  footer .footer-content {
    width: 90%;
  }
  footer .footer-contact-h {
    font-size: 24px;
  }
  footer .footer-contact-d {
    font-size: 16px;
  }
  footer .footer-contact-txt {
    font-size: 14px;
  }
  .home-news-detail {
    width: 85%;
  }
}
