Html {
  scroll-padding-top: 4rem;
}
blockquote {
    border-left: unset;
}
button.btn-to-top {
  background: #000;
  right: 5px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: fixed;
  bottom: 0px;
  padding: 5px 10px;
  font-weight: 500;
  border: none;
}
body a {
  cursor: url(../images/template/icon.cur);
  cursor: url(../images/template/icon.png) 200px 200px, default;
}
.pointer {
  cursor: url(../images/template/icon.cur);
  cursor: url(../images/template/icon.png) 200px 200px, default;
}
.gototop {
  background: #002154;
  font-size: 30px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#gototop {
  background: #002154;
  font-size: 30px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  border: solid 1px #fff;
  z-index: 99999;
}
#gototop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.red {
  color: #f00;
}
.orange {
  color: #f26522;
}
.colororange {
  color: #faa51a;
}
.link {
  color: #005997;
  font-family: "db_adman_xbold";
}
#fontmain {
  font-family: "db_adman_xregular";
}
#fontlight {
  font-family: "db_adman_xregular";
}
#fontbold {
  font-weight: bold;
}
.colormain {
  color: #005997;
}
.colorsecond {
  color: #002154;
}
.fontbold {
  font-family: "db_adman_xbold";
}
#bg-ci-main {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
#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);
}
a {
  color: #005997;
}
a:hover {
  color: #002154;
}
h1 {
  margin: 0;
  padding: 0 5px;
  line-height: 2;
}
h2 {
  margin: 0;
  padding: 0 5px;
  line-height: 2;
}
h3 {
  margin: 0;
  padding: 0 5px;
  line-height: 1.5;
}
h4 {
  margin: 0;
  padding: 0 5px;
  line-height: 1.5;
}
h5 {
  margin: 0;
  padding: 0 5px;
  line-height: 1.5;
}
h6 {
  margin: 0;
  padding: 0 5px;
  line-height: 1.5;
}
#movement {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#movement-01 {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
#movement-02 {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#movement-03 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#movement-04 {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#movement-05 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#movement-06 {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
#movement-07 {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
#movement-08 {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
#movement-09 {
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
}
#movement-10 {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#movement-20 {
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
#movement-30 {
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}
#movement-40 {
  -webkit-transition: 4s ease-in-out;
  transition: 4s ease-in-out;
}
#movement-50 {
  -webkit-transition: 5s ease-in-out;
  transition: 5s ease-in-out;
}
#fade {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fade-01 {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#fade-02 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#fade-03 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fade-04 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#fade-05 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fade-06 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#fade-07 {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#fade-08 {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#fade-09 {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
#fade-10 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#fade-20 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
#fade-30 {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
#con-center {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#con-center-clear {
  display: inherit;
  flex-wrap: inherit;
  -webkit-flex-wrap: wrap;
  justify-content: inherit;
  -webkit-justify-content: inherit;
}
#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;
}
#rorate0 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#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%;
}
#texthidden {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#texthidden-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#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;
}
#caplock {
  text-transform: uppercase;
}
#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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#zoom-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#zoom-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#zoom-5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#zoom-5-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#zoom-5-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#img-fit {
  object-fit: cover;
  object-position: center;
}
#radius {
  -moz-border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#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-12 {
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#radius-13 {
  -moz-border: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
#radius-15 {
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#radius-17 {
  -moz-border: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
#radius-20 {
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#radius-22 {
  -moz-border: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
#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;
}
#radius-100 {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
#bd {
  border: solid 1px #000;
}
body {
  background: #fff;
  color: #1a1919;
  font-weight: "db_adman_xregular";
  font-family: "db_adman_xregular";
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  padding: 0 5px;
  font-family: "db_adman_xregular";
  font-weight: "db_adman_xregular";
}
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: #005997;
}
.back a:hover {
  color: #002154;
}
.back-step {
  margin: 0;
  float: left;
}
.back-step a {
  color: #005997;
}
.back-step a:hover {
  color: #002154;
}
.next-step {
  margin: 0;
  float: right;
}
.next-step a {
  color: #005997;
}
.next-step a:hover {
  color: #002154;
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
}
.pageroot a {
  color: #002154;
}
.pageroot h1 {
  font-size: 14px;
  line-height: 1.5;
  font-family: "db_adman_xregular";
  display: inline;
}
.backtop {
  background: #005997;
  width: 40px;
  height: 40px;
  padding-bottom: 5px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  color: #ed9f2d;
  border: 1px solid #ed9f2d;
  -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: 28px !important;
  line-height: 1.5;
  font-family: "db_adman_xregular";
  font-weight: bold;
  color: #005997;
  margin: 0;
  padding: 0;
}
.content-inner h2 {
  font-size: 30px !important;
  line-height: 1.5;
  font-family: "db_adman_xregular";
  font-weight: bold;
}
.content-inner h3 {
  font-size: 20px !important;
  line-height: 1.5;
  font-family: "db_adman_xregular";
  font-weight: bold;
}
.content-inner h4 {
  font-size: 16px !important;
  line-height: 1.5;
}
.content-inner a {
  color: #005997 !important;
}
.content-inner a:hover {
  color: #002154 !important;
}
@media (max-width: 991px) {
  .content-inner h1 {
    font-size: 22px !important;
  }
  .content-inner h2 {
    font-size: 22px !important;
  }
  .content-inner h3 {
    font-size: 18px !important;
  }
  .content-inner h4 {
    font-size: 16px !important;
  }
}
#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: #005997;
}
.bulletset .bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #005997;
  -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: #002154;
  border: solid 2px #002154;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.number {
  background: #f5f5f5;
  color: #232323;
  border: solid 1px #ccc;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.number-over {
  background: #002154;
  color: #ed9f2d;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.number:hover {
  background: #002154;
  color: #fff;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.number-next {
  background: #002154;
  color: #fff;
  font-weight: "db_adman_xregular";
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.number-next:hover {
  padding-left: 15px;
  color: #ed9f2d;
}
.dropdown {
  color: #002154;
  font-family: "db_adman_xregular";
}
.dropdown ul.dropdown-menu li {
  font-size: 14px;
}
.dropdown ul.dropdown-menu li a {
  color: #1a1919;
  font-family: "db_adman_xregular";
  padding: 5px 20px 5px 15px;
  font-weight: "db_adman_xregular";
}
.dropdown ul.dropdown-menu li a i {
  font-size: 14px;
  padding-right: 10px;
}
.headmobile {
  background: #fff;
  top: 0;
}
.colormain {
  color: #005997;
}
.bgmain {
  background: #005997;
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  background: #005997;
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #005997;
}
.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: #005997;
  outline: none;
}
.btn-default {
  color: #005997;
}
.btn-default:focus,
.btn-default.focus {
  color: #005997;
}
.btn-default:hover {
  color: #005997;
}
.cd-primary-nav,
.cd-primary-nav ul {
  background: #005997;
  z-index: 99;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
  color: #ffffff;
}
.cd-primary-nav a:hover {
  color: #ed9f2d;
}
.cd-primary-nav ul a:hover {
  color: #ed9f2d;
}
#headmobile {
  border-bottom: solid 1px #ccc;
  border-top: solid 4px #005997;
}
.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;
}
.content-inner-line-bottom {
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  font-size: 14px;
  padding: 12px 0px;
  margin: 30px 0 0 0;
  color: #999;
}
.content-inner-line-bottom i {
  margin: 0 7px 0 0;
}
.content-inner-line-bottom span.back {
  background: #005997;
  color: #fff;
  border: solid 1.5px #005997;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 3px 15px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-inner-line-bottom span.back i {
  font-size: 10px;
}
.content-inner-line-bottom span.back:hover {
  background: none;
  color: #005997;
}
.share-icon-set {
  float: right;
  position: relative;
  padding: 0 0 0 30px;
}
.share-icon-set i.fa-share-alt {
  font-size: 16px;
  color: #666;
  position: absolute;
  left: 0;
  top: 4px;
}
.share-icon-set i {
  font-size: 24px;
}
.share-icon-set i.fa-facebook-square {
  color: #3b5999;
}
.share-icon-set i.fa-line {
  color: #00b900;
}
.share-icon-set i.fa-twitter-square {
  color: #00acee;
}
.share-icon-set i.fa-plus-square {
  color: #002154;
}
#after {
  content: " ";
  position: absolute;
  pointer-events: none;
}
#effect-right {
  -webkit-animation: fadeInRight 0.3s ease-in forwards;
  -moz-animation: fadeInRight 0.3s ease-in forwards;
  -ms-animation: fadeInRight 0.3s ease-in forwards;
  -o-animation: fadeInRight 0.3s ease-in forwards;
  animation: fadeInRight 0.3s ease-in forwards;
}
#effect-left {
  -webkit-animation: fadeInLeft 0.3s ease-in forwards;
  -moz-animation: fadeInLeft 0.3s ease-in forwards;
  -ms-animation: fadeInLeft 0.3s ease-in forwards;
  -o-animation: fadeInLeft 0.3s ease-in forwards;
  animation: fadeInLeft 0.3s ease-in forwards;
}
#effect-Top {
  -webkit-animation: fadeInTop 0.3s ease-in forwards;
  -moz-animation: fadeInTop 0.3s ease-in forwards;
  -ms-animation: fadeInTop 0.3s ease-in forwards;
  -o-animation: fadeInTop 0.3s ease-in forwards;
  animation: fadeInTop 0.3s ease-in forwards;
}
#effect-Down {
  -webkit-animation: fadeInDown 0.3s ease-in forwards;
  -moz-animation: fadeInDown 0.3s ease-in forwards;
  -ms-animation: fadeInDown 0.3s ease-in forwards;
  -o-animation: fadeInDown 0.3s ease-in forwards;
  animation: fadeInDown 0.3s ease-in forwards;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.container-2021 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.body-content-2021 {
  padding: 0 6%;
  margin: 0 auto;
}
header.pc {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
}
header.pc nav.menu {
  text-transform: uppercase;
  margin: 0 0 0 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: right;
}
header.pc nav.menu ul.menufix {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
header.pc nav.menu ul.menufix li:first-child {
  margin-left: 0;
}
header.pc nav.menu ul.menufix li {
  float: left;
  padding: 5px 12px 0px 12px;
}
header.pc nav.menu ul.menufix.en li {
  padding: 5px 8px 0px 8px;
}
header.pc nav.menu ul.menufix li a {
  color: #005997;
}
header.pc nav.menu ul.menufix a li {
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
header.pc nav.menu ul.menufix a li {
  color: #005997;
  margin-left: 60px;
}
header.pc nav ul.menufix li.menu-dropdown {
  position: relative;
  color: #005997;
}
header.pc nav ul.menufix li.menu-dropdown a {
  color: #005997 !important;
}
header.pc nav ul.menufix li.menu-dropdown a
header.pc nav ul.menufix li.menu-dropdown .dropdown-fix a {
  font-size: 14px;
  font-weight: 300;
}
header.pc nav ul.menufix li.menu-dropdown:hover .dropdown_content ul.dropdown-fix li:hover h3{
  color: #005997;
}
header.pc nav ul.menufix li.menu-dropdown img {
  margin: 0 0 0 7px;
  width: 12px;
}
header.pc nav ul.menufix li.menu-dropdown .dropdown_content {
  display: none;
  margin: 5px 0 0 0;
 /*  padding: 0 0 0 20px; */
  width: 200px;
}
header.pc nav ul.menufix li.menu-dropdown:hover .dropdown_content {
  display: block;
  position: absolute;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-left: solid 3px #005997;
  border-bottom: none;
  z-index: 2;
  overflow: hidden;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix {
  list-style: none;
 /*  padding: 0 0 0 20px; */
 padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  li {
 /*  padding: 7px 15px; */
 padding: 7px 15px 7px 35px;
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: dotted 1px #e7e7e7;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  li.noarrow {
    padding: 7px 0;
  }
header.pc nav ul.menufix li.menu-dropdown:hover .dropdown_content ul.dropdown-fix li.BG-gradient:hover {

  background: linear-gradient(to right, #005997 0%, #002154 100%);
}
.BG-gradient {
  background: linear-gradient(to right, #005997 0%, #002154 100%);
}

header.pc nav ul.menufix li.menu-dropdown .dropdown_content ul.dropdown-fix li.BG-gradient::before ,
header.pc nav ul.menufix li.menu-dropdown:hover .dropdown_content ul.dropdown-fix li.BG-gradient::before ,
header.pc nav ul.menufix li.menu-dropdown .BG-gradient a{
  color: white !important;
}
header.pc nav ul.menufix li.menu-dropdown .dropdown_content ul.dropdown-fix  ul.sub h3 {
  font-size: 14px;
  text-decoration: underline;
  display: inline;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  li.noarrow::before {
    display: none;
    margin: 0;
  }
header.pc nav ul.menufix li.menu-dropdown .dropdown_content ul.dropdown-fix ul.sub{
  list-style-type: none;
  padding: 2rem;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}

header.pc
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  li:hover {
  background: none;
  color: #002154;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  a
  li {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
header.pc nav ul.menufix li.menu-dropdown .dropmenu-i {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 200px;
  height: 20px;
  text-align: center;
}
header.pc nav ul.menufix li.menu-dropdown:hover .dropmenu-i {
  display: block;
  font-size: 50px;
  text-align: center;
  z-index: 1;
  margin: 8px 0 0 0px;
  color: #fff;
}
header.pc nav ul.menufix li.menu-dropdown-flag {
  padding-bottom: 5px;
}
header.pc nav ul.menufix li.menu-dropdown-flag .dropdown_content-flag {
  display: none;
  margin: 5px 0 0 -70px;
  padding: 0;
  width: 200px;
}
header.pc nav ul.menufix li.menu-dropdown-flag:hover .dropdown_content-flag {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-border: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  z-index: 2;
  overflow: hidden;
  padding: 10px;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown-flag:hover
  .dropdown_content-flag
  ul.dropdown-fix {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown-flag:hover
  .dropdown_content-flag
  ul.dropdown-fix
  li {
  margin: 2px 0;
  padding: 4px 15px;
  width: 100%;
  text-align: left;
  position: relative;
  background: #fff;
  -moz-border: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown-flag:hover
  .dropdown_content-flag
  ul.dropdown-fix
  li:hover {
  background: #005997;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown-flag:hover
  .dropdown_content-flag
  ul.dropdown-fix
  li.active {
  background: #005997;
  color: #fff;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown-flag:hover
  .dropdown_content-flag
  ul.dropdown-fix
  a
  li {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
header.pc nav ul.menufix li.menu-dropdown .submenu {
  font-size: 14px;
/*   padding-left: 1rem; */
}
header.pc nav ul.menufix li.menu-dropdown .submenu ul {
  padding: 0;
  margin-top: 0.5rem;
}
header.pc nav ul.menufix li.menu-dropdown .submenu-inner{
  font-size: 14px;
}
header.pc nav ul.menufix li.menu-dropdown .submenu-inner h3 {
 text-decoration: underline;
  font-size: 14px;
  padding: 0;
  color: #005997 !important ;
}
header.pc
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  li
  .submenu
  li {
  border: none;
}
.logo-2021 {
  float: left;
  margin: 10px 0 0 0;
}
.logo-2021 img {
  height: 60px;
}
header.pc nav.menu ul.menufix a:hover li {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
#flag {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header.pc .flag {
  position: fixed;
  top: 0;
  right: 0;
  margin: 75px 0 0 0;
}
header.pc .flag .flag-th {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  border-right: solid 1px #005997;
}
header.pc .flag .flag-th-active {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  border-right: solid 1px #005997;
  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);
  color: #fff;
}
header.pc .flag .flag-th:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
header.pc .flag .flag-en {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  border-left: solid 1px #005997;
}
header.pc .flag .flag-en-active {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  border-left: solid 1px #005997;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
header.pc .flag .flag-en:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
header.pcinner {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999999;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px #ccc;
}
header.pcinner nav.menu {
  text-transform: uppercase;
  margin: 0px 0 0px 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
header.pcinner nav.menu ul.menufix {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
header.pcinner nav.menu ul.menufix li:first-child {
  margin-left: 0;
}
header.pcinner nav.menu ul.menufix li {
  float: left;
  padding: 8px 25px 5px 25px;
}
header.pcinner nav.menu ul.menufix a li {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
header.pcinner nav.menu ul.menufix a li {
  color: #005997;
  margin-left: 60px;
}
header.pcinner nav ul.menufix li.menu-dropdown {
  position: relative;
  color: #005997;
}
header.pcinner nav ul.menufix li.menu-dropdown .dropdown_content {
  display: none;
  margin: 5px 0 0 0;
  padding: 0;
  width: 220px;
}
header.pcinner nav ul.menufix li.menu-dropdown:hover .dropdown_content {
  display: block;
  position: absolute;
  background: #fff;
  box-shadow: 3px 3px 5px #ccc;
  border: solid 1px #ebebeb;
  border-bottom: none;
  z-index: 2;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
header.pcinner
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.pcinner
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  li {
  padding: 12px 15px;
  width: 100%;
  text-align: left;
}
header.pcinner
  nav
  ul.menufix
  li.menu-dropdown:hover
  .dropdown_content
  ul.dropdown-fix
  a
  li {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}
header.pcinner nav ul.menufix li.menu-dropdown .dropmenu-i {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 220px;
  height: 20px;
  text-align: center;
}
header.pcinner nav ul.menufix li.menu-dropdown:hover .dropmenu-i {
  display: block;
  font-size: 50px;
  text-align: center;
  z-index: 1;
  margin: 8px 0 0 0px;
  color: #fff;
}
header.pcinner nav.menu ul.menufix a:hover li {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
header.pcinner .flag {
  position: fixed;
  top: 0;
  right: 0;
  margin: 67px 0 0 0;
}
header.pcinner .flag .flag-th {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  border-right: solid 1px #005997;
}
header.pcinner .flag .flag-th-active {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  border-right: solid 1px #005997;
  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);
  color: #fff;
}
header.pcinner .flag .flag-th:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
header.pcinner .flag .flag-en {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  border-left: solid 1px #005997;
}
header.pcinner .flag .flag-en-active {
  float: left;
  width: 40px;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 2px 0 0 0;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  border-left: solid 1px #005997;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
header.pcinner .flag .flag-en:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
#follow-menutop {
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 3px 5px 0 12px;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
header.pc .follow-menutop {
  position: fixed;
  top: 0;
  right: 90px;
  margin: 75px 0 0 0;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 3px 5px 0 12px;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
header.pcinner .follow-menutop {
  position: fixed;
  top: 0;
  right: 90px;
  margin: 67px 0 0 0;
  height: 25px;
  border: solid 2px #005997;
  border-bottom: #005997 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 3px 5px 0 12px;
  color: #005997;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-border: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
header.pc .follow-menutop span {
  color: #fff;
  margin: 0 10px 0 0;
}
header.pcinner .follow-menutop span {
  color: #fff;
  margin: 0 10px 0 0;
}
header.pc .follow-menutop a {
  color: #fff;
  padding: 0 7px;
}
header.pc .follow-menutop a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
header.pcinner .follow-menutop a {
  color: #fff;
  padding: 0 7px;
}
header.pcinner .follow-menutop a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.chckprice {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 0;
  top: 130px;
  border-radius: 12px 0 0 12px;
  border: solid 2px #005997;
  padding: 10px 15px;
  color: #005997;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-right: none;
  text-align: center;
  font-size: 13px;
}
.chckprice:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
.chckprice i {
  font-size: 30px;
  padding: 0 0 7px 0;
}
.header-m {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  max-height: 60px;
  border-bottom: solid 1px #e7e7e7;
  z-index: 99;
}
.header-m .logo-m img {
  height: 45px;
  margin: 8px 0 0 15px;
}
.menuicon-m {
  position: fixed;
  right: 15px;
  top: 10px;
  font-size: 30px;
}
.menu-m-content {
  background: #005997;
  padding: 15px;
  margin: 7px 0 0 0;
  color: #fff;
  height: 500px;
  overflow-y: scroll;
}
.menu-link-m-set {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.menu-link-m {
  padding: 15px 0;
  color: #fff;
}
ul.menu-link-m-fix {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.menu-link-m-fix li {
  padding: 0 0 15px 30px;
}
ul.menu-link-m-fix li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
ul.menu-link-m-fix a li {
  color: #fff;
}
.menu-link-m-set {
  position: relative;
}
.menu-link-m-set .no-child-menu-m i {
  opacity: 0;
}
.menu-link-m-set i {
  position: absolute;
  right: 5px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.menu-dropdown-m {
  position: absolute;
  top: 20px;
  right: 80px;
  color: #005997;
}
.menu-dropdown-m a {
  color: #005997 !important;
}
.menu-dropdown-m img {
  margin: 0 0 0 7px;
  width: 12px;
}
.menu-dropdown-m .dropdown_content {
  display: none;
  margin: 5px 0 0 0;
  padding: 0;
  width: 200px;
}
.menu-dropdown-m:hover .dropdown_content {
  display: block;
  position: absolute;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-left: solid 3px #005997;
  border-bottom: none;
  z-index: 2;
  overflow: hidden;
}
.menu-dropdown-m:hover .dropdown_content ul.dropdown-fix {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.menu-dropdown-m:hover .dropdown_content ul.dropdown-fix li {
  padding: 7px 15px;
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: dotted 1px #e7e7e7;
}
.menu-dropdown-m:hover .dropdown_content ul.dropdown-fix li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
.menu-dropdown-m:hover .dropdown_content ul.dropdown-fix li:hover {
  background: none;
  color: #002154;
}
.menu-dropdown-m:hover .dropdown_content ul.dropdown-fix a li {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.menu-dropdown-m-flag-m {
  position: fixed;
  top: 20px;
  right: 80px;
  color: #005997;
}
.menu-dropdown-m-flag-m a {
  color: #005997 !important;
}
.menu-dropdown-m-flag-m img {
  margin: 0 0 0 7px;
  width: 12px;
}
.menu-dropdown-m-flag-m .dropdown_content-flag {
  display: none;
  margin: 5px 0 0 -70px;
  padding: 0;
  width: 200px;
}
.menu-dropdown-m-flag-m:hover .dropdown_content-flag {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-border: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  z-index: 2;
  overflow: hidden;
  padding: 5px 10px;
}
.menu-dropdown-m-flag-m:hover .dropdown_content-flag ul.dropdown-fix {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-dropdown-m-flag-m:hover .dropdown_content-flag ul.dropdown-fix li {
  margin: 5px 0;
  padding: 4px 15px;
  width: 100%;
  text-align: left;
  position: relative;
  background: #fff;
  -moz-border: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.menu-dropdown-m-flag-m:hover .dropdown_content-flag ul.dropdown-fix li:hover {
  background: #005997;
}
.menu-dropdown-m-flag-m:hover .dropdown_content-flag ul.dropdown-fix li.active {
  background: #005997;
  color: #fff;
}
.menu-dropdown-m-flag-m:hover .dropdown_content-flag ul.dropdown-fix a li {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
footer.footer-2021 {
  padding: 50px 0 30px 0;
  font-size: 13px;
  color: #1a1919;
  border-top: solid 1px #e7e7e7;
  background: #fff;
}
footer ul.footer-menu-fix {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  line-height: 1.8;
}
footer ul.footer-menu-fix li a {
  color: #1a1919;
}
footer ul.footer-menu-fix li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
footer ul.footer-menu-fix li.active {
  font-weight: bold;
  font-size: 14px;
}
footer ul.footer-menu-fix li.active a {
  color: #1a1919;
}
footer .copyright-2021 {
  margin: 30px 0 0 0;
}
footer .footer-company {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 0 0;
  line-height: 1.8;
}
footer .footer-address {
  font-size: 14px;
  line-height: 1.8;
  margin: 12px 0 0 0;
}
footer .footer-tel {
  padding: 0 0 0 35px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0 0;
}
footer .footer-tel a {
  color: #1a1919;
}
footer .footer-tel i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 24px;
}
footer .footer-icon-social {
  margin: 20px 0 0 0;
}
footer .footer-icon-social i {
  margin: 0 7px 0 0;
  font-size: 26px;
}
footer .footer-icon-social img {
  width: 25px;
  margin: 0 7px 0 0;
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-icon-social img:hover {
  filter: grayscale(0);
}
footer .footer-icon-social a {
  color: #1a1919;
}
footer .footer-icon-social a:hover {
  color: #005997;
}
.mobile1-tablet2-desktop_show {
  display: block;
}
.mobile1-desktop_show {
  display: block;
}
.mobile2-tablet1_show {
  display: none;
}
body {
  position: relative !important;
  padding: 0;
}
.m-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100% !important;
  padding: 10px 0;
  height: 57px;
  background: #005997;
  background: -moz-linear-gradient(left, #005997 0%, #002154 100%);
  background: -webkit-linear-gradient(left, #005997 0%, #002154 100%);
  background: linear-gradient(to right, #005997 0%, #002154 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005997',endColorstr='#002154',GradientType=1);
}
.mobile-fix-1 {
  width: 33%;
  float: left;
  height: 40px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.mobile-fix-1 i {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.mobile-fix-2 {
  width: 34%;
  float: left;
  height: 40px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-left: solid 1pt rgba(255, 255, 255, 0.2);
}
.mobile-fix-2 i {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.mobile-fix-3 {
  width: 33%;
  float: left;
  height: 40px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-left: solid 1pt rgba(255, 255, 255, 0.2);
}
.mobile-fix-3 i {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.copy {
  margin: 12px 0 0 0;
  padding: 10px 0 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.copy a {
  color: #fff;
}
.footer-contact-2 {
  color: #fff;
}
.footer-contact-h {
  font-size: 26px;
}
.footer-contact-d {
  font-size: 18px;
  margin: 7px 0 0 0;
}
.footer-box-1 {
  padding: 0 0 0 30px;
  float: left;
  width: 25%;
}
.footer-box {
  padding: 0 0 0 30px;
  float: left;
  width: 25%;
}
.footerfix-title {
  font-size: 24px;
  color: #fff;
  padding: 0;
  margin: 30px 0 0 0;
}
ul.footerfix {
  list-style: none;
  padding: 0;
  margin: 1px 0 0 0;
}
ul.footerfix li {
  padding: 5px 0;
}
ul.footerfix li a {
  color: #fff;
  font-weight: 300;
}
.logobrand {
  padding: 30px 30px 30px 30px;
}
.logobrand img {
  height: 60px;
  margin: 15px 5px 0 5px;
}
.footer-contact-new {
  margin: 7px 0 0 0;
  color: #fff;
  font-size: 14px;
}
.footer-contact-new a {
  color: #fff;
}
.footer-contact-new i {
  margin: 0 10px 0 0;
}
.footer-mini-logo {
  padding: 0 0 0 105px;
}
.footer-sitemap {
  padding: 0 0 0 110px;
}
.footer-sitemap-h {
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
ul.footer-sitemap-fixed {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 7px 0 0 0;
}
ul.footer-sitemap-fixed li {
  color: #fff;
}
ul.footer-sitemap-fixed li a {
  color: #fff;
}
.footer-social-h {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 0 0;
  color: #fff;
}
.footer-social-new {
  margin: 7px 0 0 0;
}
.footer-social-new a {
  color: #fff;
  font-size: 30px;
  padding: 0 10px 0 0;
}
.contact-home {
  position: relative;
  min-height: 300px;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  margin: 0;
  width: 100%;
  padding: 40px 20px 20px 20px;
}
.contact-home-mask {
  height: 300px;
  width: 505px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/template/mask-03-1.png) no-repeat;
}
.contact-home-content {
  float: right;
  width: 100%;
  padding: 0 10% 0 630px;
}
.contact-home-logo {
  height: 75px;
  vertical-align: bottom;
  text-align: center;
}
.contact-home-logo img {
  margin: 0 3px;
}
.contact-home-content-detail {
  padding: 20px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.contact-home-content-detail h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 10px 0;
  padding: 0;
}
.contact-home-content-contact {
  color: #fff;
  margin: 15px 10px 0 10px;
  padding: 3px 0 0 40px;
  font-size: 18px;
  position: relative;
}
.contact-home-content-contact img {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-home-content-contact a {
  color: #fff;
}
.font-for-read {
  font-family: "Sarabun";
  line-height: 1.8 !important;
}
.font-for-read h1 {
  font-family: "db_adman_xregular";
}
.font-for-read h2 {
  font-family: "db_adman_xregular";
}
.font-for-read h3 {
  font-family: "db_adman_xregular";
}
.privacy-chk-set {
  margin: 30px 0 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.privacy-chk label {
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.privacy-chk label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
  text-decoration: none;
}
.privacy-chk label a {
  color: #005997;
  text-decoration: none;
}
.privacy-chk label:hover {
  text-decoration: none;
}
.vdo-fix {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.vdo-fix iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.vdo-fix video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.shortcut-link-set {
  padding: 0 15px 0 10px;
  background: #005997;
  background: -moz-linear-gradient(left, #005997 0%, #002154 100%);
  background: -webkit-linear-gradient(left, #005997 0%, #002154 100%);
  background: linear-gradient(to right, #005997 0%, #002154 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005997',endColorstr='#002154',GradientType=1);
}
.shortcut-link {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
}
.shortcut-calcualte-category {
  padding: 0px 0px 0 40px;
  background: none;
  position: fixed;
  z-index: 99;
  bottom: 150px;
  right: 0;
}
.shortcut-calcualte-category label {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 100%;
  background: #00538d;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
}
.shortcut-calcualte-category label.shortcut-calcualte-category-show {
  background: none;
}
.shortcut-calcualte-category
  label.shortcut-calcualte-category-show
  i.fa-chevron-right {
  display: block;
  font-size: 18px;
  color: #fff;
}
.shortcut-calcualte-category
  label.shortcut-calcualte-category-show
  i.fa-chevron-left {
  display: none;
  font-size: 18px;
  color: #fff;
}
.shortcut-calcualte-category input {
  position: absolute;
  left: -999em;
}
.shortcut-calcualte-category .hide {
  width: 90px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcut-calcualte-category-bg {
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shortcut-calcualte-category .contnetn-popleft .hide3 {
  width: 200px;
  display: table;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.shortcut-calcualte-category
  .contnetn-popleft
  input[type="checkbox"]:checked
  + .hide3 {
  display: block;
  margin-right: -200px;
}
.shortcut-calcualte-category
  .contnetn-popleft
  input[type="checkbox"]:checked
  + .hide3
  label.shortcut-calcualte-category-show
  i.fa-chevron-right {
  display: none;
}
.shortcut-calcualte-category
  .contnetn-popleft
  input[type="checkbox"]:checked
  + .hide3
  label.shortcut-calcualte-category-show
  i.fa-chevron-left {
  display: block;
}
.banner-2022-tag-set {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  color: #fff;
}
.banner-2022-tag h1 {
  font-size: 3vw;
  font-weight: bold;
  line-height: 1;
  text-shadow: 7px 0 5px #29639c;
}
.banner-2022-tag-img {
  line-height: 0;
  margin-top: 12px;
}
.banner-2022-tag-img img {
  width: 10.3vw;
}
@media (max-width: 575px) {
  footer.footer-2021 {
    padding: 30px 0 82px 0;
    font-size: 12px;
  }
  footer ul.footer-menu-fix li.active {
    font-weight: bold;
    font-size: 13px;
  }
  footer .footer-company {
    font-size: 16px;
    margin: 30px 0 0 0;
  }
  footer .footer-address {
    font-size: 12px;
    margin: 7px 0 0 0;
  }
  footer .footer-tel {
    font-size: 18px;
  }
  footer .footer-tel i {
    font-size: 20px;
  }
  footer .footer-icon-social {
    margin: 12px 0 0 0;
  }
  footer .footer-icon-social i {
    margin: 0 7px 0 0;
    font-size: 24px;
  }
  .mobile1-tablet2-desktop_show {
    display: block;
  }
  .mobile1-desktop_show {
    display: block;
  }
  .mobile2-tablet1_show {
    display: none;
  }
  ul.footer-sitemap-fixed {
    font-size: 13px;
  }
  .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%;
  }
  .footer-mini-logo {
    padding: 0;
  }
  .footer-sitemap {
    padding: 0;
  }
  .contact-home {
    height: auto;
    width: 100%;
    padding: 35px 20px 20px 20px;
  }
  .contact-home-mask {
    display: none;
  }
  .contact-home-content {
    width: 100%;
    padding: 0;
    float: none;
  }
  .contact-home-logo {
    display: none;
  }
  .contact-home-content-detail {
    padding: 0px 0 0 0;
    float: none;
    font-size: 16px;
  }
  .contact-home-content-detail h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .contact-home-content-contact {
    float: none;
    font-size: 16px;
  }
  .banner-2022-tag h1 {
    font-size: 6.5vw;
  }
  .banner-2022-tag-img {
    margin-top: 10px;
  }
  .banner-2022-tag-img img {
    width: 30.3vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer.footer-2021 {
    padding: 30px 0 82px 0;
    font-size: 12px;
  }
  footer ul.footer-menu-fix li.active {
    font-weight: bold;
    font-size: 14px;
  }
  footer .footer-company {
    font-size: 16px;
    margin: 30px 0 0 0;
  }
  footer .footer-address {
    font-size: 14px;
    margin: 7px 0 0 0;
  }
  footer .footer-tel {
    font-size: 18px;
  }
  footer .footer-tel i {
    font-size: 20px;
  }
  footer .footer-icon-social {
    margin: 12px 0 0 0;
  }
  footer .footer-icon-social i {
    margin: 0 7px 0 0;
    font-size: 24px;
  }
  .mobile1-tablet2-desktop_show {
    display: none;
  }
  .mobile1-desktop_show {
    display: none;
  }
  .mobile2-tablet1_show {
    display: block;
  }
  .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%;
  }
  .footer-mini-logo {
    padding: 0;
  }
  .footer-sitemap {
    padding: 0;
  }
  .contact-home {
    height: auto;
    width: 100%;
    padding: 35px 20px 20px 20px;
  }
  .contact-home-mask {
    display: none;
  }
  .contact-home-content {
    width: 100%;
    padding: 0;
    float: none;
  }
  .contact-home-logo {
    display: none;
  }
  .contact-home-content-detail {
    padding: 0px 0 0 0;
    float: none;
    font-size: 16px;
  }
  .contact-home-content-detail h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .contact-home-content-contact {
    float: none;
    font-size: 16px;
  }
  .banner-2022-tag h1 {
    font-size: 5vw;
  }
  .banner-2022-tag-img {
    margin-top: 10px;
  }
  .banner-2022-tag-img img {
    width: 25vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-2021 {
    padding: 30px 0 82px 0;
  }
  .mobile1-tablet2-desktop_show {
    display: none;
  }
  .mobile1-desktop_show {
    display: none;
  }
  .mobile2-tablet1_show {
    display: block;
  }
  .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;
  }
  .footer-box-1 {
    padding: 0 0 0 0px;
    float: left;
    width: 25%;
  }
  .footer-box {
    padding: 0 0 0 70px;
    float: left;
    width: 25%;
  }
  .logobrand {
    text-align: center;
    padding: 30px 0 0 0;
  }
  .footer-mini-logo {
    padding: 0;
  }
  .footer-sitemap {
    padding: 0;
  }
  .contact-home {
    height: auto;
    width: 100%;
    padding: 35px 20px 20px 20px;
    margin: 10px 0 0 0;
  }
  .contact-home-mask {
    display: none;
  }
  .contact-home-content {
    width: 100%;
    padding: 0;
    float: none;
  }
  .contact-home-content-detail {
    padding: 0px 0 0 0;
    float: none;
    font-size: 16px;
  }
  .contact-home-content-detail h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .contact-home-content-contact {
    float: none;
    font-size: 16px;
  }
  .banner-2022-tag h1 {
    font-size: 6.5vw;
  }
  .banner-2022-tag-img {
    margin-top: 10px;
  }
  .banner-2022-tag-img img {
    width: 25vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer.footer-2021 {
    padding: 30px 0 82px 0;
  }
  .mobile1-tablet2-desktop_show {
    display: block;
  }
  .mobile1-desktop_show {
    display: none;
  }
  .mobile2-tablet1_show {
    display: none;
  }
  .logo-footer {
    padding: 0;
    margin: 30px 0 30px 0;
  }
  .logobrand img {
    height: 80px;
  }
  .footer-contact-h {
    font-size: 24px;
  }
  .footer-contact-d {
    font-size: 14px;
  }
  .footer-mini-logo {
    padding: 0;
  }
  .footer-sitemap {
    padding: 0;
  }
  .contact-home-mask {
    display: none;
  }
  .contact-home-content {
    width: 100%;
    padding: 0 10%;
  }
  .footer-box-1 {
    padding: 0 0 0 0px;
    float: left;
  }
  .footer-box {
    padding: 0 0 0 100px;
    float: left;
  }
  .logobrand {
    text-align: center;
    padding: 30px 0 0 0;
  }
  .banner-2022-tag h1 {
    font-size: 5vw;
  }
  .banner-2022-tag-img {
    margin-top: 10px;
  }
  .banner-2022-tag-img img {
    width: 25vw;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .footer-contact-h {
    font-size: 24px;
  }
  .footer-contact-d {
    font-size: 14px;
  }
  .mobile1-tablet2-desktop_show {
    display: block;
  }
  .mobile1-desktop_show {
    display: block;
  }
  .mobile2-tablet1_show {
    display: none;
  }
}
@media (min-width: 1361px) and (max-width: 1600px) {
  header.pc nav.menu ul.menufix {
    font-size: 16px;
  }
  header.pc nav.menu ul.menufix li {
    padding: 8px 15px 5px 15px;
  }
  header.pcinner nav.menu ul.menufix {
    font-size: 16px;
  }
  header.pcinner nav.menu ul.menufix li {
    padding: 8px 15px 5px 15px;
  }
}
@media (min-width: 1280px) and (max-width: 1360px) {
  header.pc nav.menu ul.menufix {
    font-size: 16px;
  }
  header.pc nav.menu ul.menufix li {
    padding: 8px 15px 5px 15px;
  }
  header.pcinner nav.menu ul.menufix {
    font-size: 16px;
  }
  header.pcinner nav.menu ul.menufix li {
    padding: 8px 15px 5px 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  header.pc nav.menu ul.menufix {
    font-size: 16px;
  }
  header.pc nav.menu ul.menufix li {
    padding: 8px 15px 5px 15px;
    margin: 0 0.5vw;
  }
  header.pcinner nav.menu ul.menufix {
    font-size: 16px;
  }
  header.pcinner nav.menu ul.menufix li {
    padding: 8px 15px 5px 15px;
    margin: 0 0.5vw;
  }
}
.chckprice {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 0;
  top: 130px;
  border-radius: 12px 0 0 12px;
  border: solid 2px #005997;
  padding: 10px 15px;
  color: #005997;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-right: none;
  text-align: center;
  font-size: 13px;
}
.chckprice:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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;
}
section.home {
  padding: 0;
}
section.sectionnewsandpromotion {
  padding: 10px 0 50px 0;
}
section {
  padding: 50px 0;
}
.content-home {
  margin: 50px 0 0 0;
  line-height: 2;
  text-align: center;
  color: #002154;
  font-size: 20px;
  padding: 0 50px;
}
.content-home img {
  width: auto;
  max-width: 100%;
  height: 100px !important;
}
#banner {
  border-top: none;
  padding: 0px;
  margin: 0 auto;
}
#banner img {
  height: 500px;
  object-fit: cover;
  object-position: center;
}
#banner-inner {
  border-top: none;
  padding: 0px;
  margin: 0 auto;
}
#banner-line {
  height: 10px;
  width: 100%;
  background: url(../images/template/bg-banner.jpg);
}
.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: #002154;
  -moz-border: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
  border: solid 3px #002154;
  border-bottom: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
.warranty-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.lamina-box {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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;
  color: #1a1919;
}
.lamina-box-title span {
  font-size: 20px;
  font-weight: 300;
}
.lamina-box-search-btn {
  padding: 15px 30px;
  background: #fff;
  color: #005997;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  margin: 40px 0 20px 0;
  border: solid 2px #005997;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.lamina-box-search-btn:hover {
  background: none;
  color: #005997;
}
.lamina-box-bottom {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: normal;
  margin: 30px 0 0 0;
  background: #000;
  background: -moz-linear-gradient(
    -45deg,
    #000 0%,
    #dbdbdb 9%,
    #dbdbdb 9%,
    #000 19%,
    #000 34%,
    #dbdbdb 43%,
    #000 52%,
    #000 68%,
    #dbdbdb 79%,
    #000 88%,
    #fefefe 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #000 0%,
    #dbdbdb 9%,
    #dbdbdb 9%,
    #000 19%,
    #000 34%,
    #dbdbdb 43%,
    #000 52%,
    #000 68%,
    #dbdbdb 79%,
    #000 88%,
    #fefefe 100%
  );
  background: linear-gradient(
    135deg,
    #000 0%,
    #dbdbdb 9%,
    #dbdbdb 9%,
    #000 19%,
    #000 34%,
    #dbdbdb 43%,
    #000 52%,
    #000 68%,
    #dbdbdb 79%,
    #000 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 {
  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 {
  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: #1a1919;
}
.drop-car:hover {
  background: #f5f5f5;
}
.drop-car-chk {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #1a1919;
}
.drop-car-chk input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.drop-car-rdo {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #1a1919;
  width: 25%;
  float: left;
}
.drop-car-rdo input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.drop-car-rdo-full {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #1a1919;
}
.drop-car-rdo-full input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.drop-car-rdo-color {
  height: 50px;
  border-bottom: solid 2px #eee;
  position: relative;
  padding: 15px 15px 10px 105px;
  color: #1a1919;
}
.drop-car-rdo-color input[type="radio"] {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.drop-car-color {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.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;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  border-top: solid 1px #005997;
  border-bottom: solid 1px #005997;
  border-left: solid 1px #005997;
  border-right: none;
}
.lamina-box .btn-group button.btn-group-2 {
  width: 63%;
  height: 48px;
  background: none;
  box-shadow: none;
  outline: none;
  color: #005997;
  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 #005997;
  border-bottom: solid 1px #005997;
  border-left: solid 1px #005997;
  border-right: none;
}
.lamina-box .btn-group button.btn-group-3 {
  float: left;
  white-space: normal;
  width: 37%;
  height: 48px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  color: #005997;
  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 #005997;
  border-bottom: solid 1px #005997;
  border-left: none;
  border-right: solid 1px #005997;
}
.lamina-box-search-btn-2 {
  padding: 15px 30px;
  background: #fff;
  color: #005997;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 300;
  margin: 40px 0 20px 0;
  border: solid 2px #005997;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
}
.lamina-box-search-btn-2:hover {
  background: none;
  border-color: #fff;
  color: #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: #1a1919;
}
.drop-car:hover {
  background: #f5f5f5;
}
.drop-car-chk {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #1a1919;
}
.drop-car-chk input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.drop-car-rdo {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #1a1919;
  width: 25%;
  float: left;
}
.drop-car-rdo input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.drop-car-rdo-full {
  position: relative;
  padding: 10px 15px 10px 45px;
  color: #1a1919;
}
.drop-car-rdo-full input[type="radio"] {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.drop-car-rdo-color {
  height: 50px;
  border-bottom: solid 2px #eee;
  position: relative;
  padding: 15px 15px 10px 105px;
  color: #1a1919;
}
.drop-car-rdo-color input[type="radio"] {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.drop-car-color {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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: #ed9f2d;
  background: #005997;
  font-size: 14px;
  font-weight: 300;
}
table.tblaminabox th {
  width: 40%;
}
table.tblaminabox th + th {
  width: 10%;
  background: #005997;
}
table.tblaminabox th + th + th {
  width: 10%;
  background: #005997;
}
table.tblaminabox th + th + th + th {
  width: 10%;
  background: #005997;
}
table.tblaminabox th + th + th + th + th {
  width: 10%;
  background: #005997;
}
table.tblaminabox th + th + th + th + th + th {
  width: 10%;
  background: #005997;
}
table.tblaminabox th + th + th + th + th + th + th {
  width: 10%;
  background: #005997;
}
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%;
  color: #1a1919;
}
table.tblaminabox td + td {
  width: 10%;
  background: #f9f9f9;
  color: #1a1919;
}
table.tblaminabox td + td + td {
  width: 10%;
  background: none;
  color: #1a1919;
}
table.tblaminabox td + td + td + td {
  width: 10%;
  background: #f9f9f9;
  color: #1a1919;
}
table.tblaminabox td + td + td + td + td {
  width: 10%;
  background: none;
  color: #1a1919;
}
table.tblaminabox td + td + td + td + td + td {
  width: 10%;
  background: #f9f9f9;
  color: #1a1919;
}
table.tblaminabox td + td + td + td + td + td + td {
  width: 10%;
  background: none;
  color: #1a1919;
}
table.tblaminabox td.left {
  color: #1a1919;
  font-weight: 300;
  text-align: left;
}
table.tblaminabox td.left a {
  color: #005997;
  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: #ed9f2d;
  background: #005997;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
table.tblaminabox-mobile th a {
  color: #ed9f2d;
}
table.tblaminabox-mobile td {
  width: 60%;
  text-align: left;
  color: #1a1919;
}
table.tblaminabox-mobile td + td {
  width: 40%;
  text-align: right;
  color: #1a1919;
}
.banner-home {
  line-height: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.banner-home img {
  line-height: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.banner-home:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.banner-home-1 {
  line-height: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.banner-home-1 img {
  line-height: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.banner-home-1:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.map-home {
  margin: 15px 0 10px 0;
}
.map-home iframe {
  width: 100%;
  height: 575px;
}
.news-home {
  position: relative;
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
  height: 280px;
}
.news-home-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 638px;
  height: 280px;
  padding: 30px 180px 20px 50px;
  background: url(../images/template/mask-02-1.png) no-repeat right;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-home:hover .news-home-mask {
  width: 90%;
}
.news-home-mask:hover .news-home-set1 {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-home-mask:hover .news-home-set2 {
  width: 100%;
  max-width: 600px;
  height: 280px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-home-mask .news-home-set1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-home-mask .news-home-set1 .news-home-mask-title {
  font-size: 36px;
  line-height: 1.8;
  font-weight: "db_adman_xregular";
  color: #fff;
  display: inline-table;
}
.news-home-mask .news-home-set1 .news-home-mask-icon {
  margin: 15px 0;
}
.news-home-mask .news-home-set1 .news-home-mask-icon img {
  height: 120px;
}
.news-home-mask .news-home-set2 {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-home-mask .news-home-set2 .news-home-mask-title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: "db_adman_xregular";
  color: #fff;
  display: inline-table;
}
.news-home-mask .news-home-set2 .news-home-mask-icon {
  margin: 15px 0;
}
.news-home-mask .news-home-set2 .news-home-mask-icon img {
  height: 60px;
}
.news-home-mask h2 {
  font-size: 16px;
  margin: 12px 0 0 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  height: 43px;
  overflow: hidden;
  color: #fff;
}
.news-home-mask-more {
  text-align: center;
  color: #ed9f2d;
  margin: 15px 0 0 0;
  height: 32px;
}
.news-home-img {
  line-height: 0;
  overflow: hidden;
}
.news-home-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.news-home:hover .news-home-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-home-mobile-1 {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
  margin: 0;
  background: #1d224a;
  height: 150px;
}
.news-home-mobile-1:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-home-mobile-2 {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
  margin: 0;
  background: #359acc;
  height: 150px;
}
.news-home-mobile-2:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-home-mask-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 10px;
}
.news-home-mask-mobile-title {
  font-size: 18px;
  margin: 30px 0 0 0;
}
.news-home-mask-mobile-icon {
  margin: 12px 0 0 0;
}
.news-home-mask-mobile-icon img {
  height: 50px;
}
.news-home-mobile-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.product-home {
  position: relative;
  margin: 30px 0 0 0;
}
.product-home-01 {
  position: relative;
  float: left;
  width: 50%;
  z-index: 1;
}
.product-home-01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-home-01:hover {
  z-index: 2;
}
.product-home-01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.product-home-02 {
  position: relative;
  float: left;
  width: 60%;
  margin: 0 0 0 -10vw;
  z-index: 1;
}
.product-home-02 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-home-02:hover {
  z-index: 2;
}
.product-home-02:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-home-h {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-right: 180px;
}
.product-home-h img {
  height: 60px;
  margin: -55px 30px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.product-home-01:hover .product-home-h {
  color: #005997;
  margin: 0 0 -70px 0;
}
.product-home-01:hover .product-home-h img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.product-home-02:hover .product-home-h {
  color: #005997;
  margin: 0 0 -70px 0;
}
.product-home-02:hover .product-home-h img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.product-home-mobile {
  margin: 10px 0 0 0;
}
#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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.arrowproduct-left:hover {
  color: #005997;
  border-color: #005997;
}
.arrowproduct-right:hover {
  color: #005997;
  border-color: #005997;
}
.search-home {
  margin: 10px 0 10px 0;
  height: 134px;
  border: solid 2px #005997;
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.search-home-left {
  height: 100px;
  width: 65%;
  float: left;
  padding: 30px 0 0 160px;
  background: url(../images/template/search.jpg) no-repeat;
  background-position: 30px 30px;
}
.search-home-left input {
  margin: 7px 0 0 0;
  width: 90%;
  background: #005997;
  border: none;
  height: 40px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
}
.search-home-left input::placeholder {
  color: #fff;
}
.search-home-left i {
  color: #005997;
  font-size: 30px;
  padding-left: 20px;
  cursor: pointer;
}
.search-home-right {
  height: 130px;
  padding: 15px 0;
  width: 35%;
  float: left;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #00a0e4;
  background: -moz-linear-gradient(
    left,
    #00a0e4 0%,
    #0061ac 11%,
    #1d244e 26%,
    #0061ac 44%,
    #00a0e4 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #00a0e4),
    color-stop(11%, #0061ac),
    color-stop(26%, #1d244e),
    color-stop(44%, #0061ac),
    color-stop(100%, #00a0e4)
  );
  background: -webkit-linear-gradient(
    left,
    #00a0e4 0%,
    #0061ac 11%,
    #1d244e 26%,
    #0061ac 44%,
    #00a0e4 100%
  );
  background: -o-linear-gradient(
    left,
    #00a0e4 0%,
    #0061ac 11%,
    #1d244e 26%,
    #0061ac 44%,
    #00a0e4 100%
  );
  background: -ms-linear-gradient(
    left,
    #00a0e4 0%,
    #0061ac 11%,
    #1d244e 26%,
    #0061ac 44%,
    #00a0e4 100%
  );
  background: linear-gradient(
    to right,
    #00a0e4 0%,
    #0061ac 11%,
    #1d244e 26%,
    #0061ac 44%,
    #00a0e4 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0e4',endColorstr='#00a0e4',GradientType=1);
}
.home-half-knowledge {
  line-height: 0;
  margin: 0;
  width: 25%;
  float: left;
  padding: 15px;
}
.home-half-knowledge img {
  width: 100%;
  height: 446px;
  object-fit: cover;
  object-position: bottom right;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home-half-knowledge:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home-half-vdo {
  line-height: 0;
  margin: 0;
  float: left;
  width: 50%;
  padding: 15px;
}
.home-half-vdo iframe {
  width: 100%;
  height: 446px;
}
.home-half-vdo img {
  width: 100%;
  height: 446px;
  object-fit: cover;
  object-position: center;
}
.about-img {
  margin: 30px 0 0 0;
  position: relative;
  overflow: hidden;
}
.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;
}
.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/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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  font-size: 60px;
}
.arrowabout-left {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  font-size: 60px;
  left: 0;
}
.arrowabout-right {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  font-size: 60px;
  right: 0;
}
.arrowabout-left:hover {
  color: #005997;
  padding: 0 30px 0 0;
}
.arrowabout-right:hover {
  color: #005997;
  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: #002154;
  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: #002154;
}
.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: "db_adman_xbold";
  margin: 60px 0 0 0;
  color: #002154;
}
.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;
  font-family: "db_adman_xregular";
}
.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;
  font-family: "db_adman_xregular";
}
.about-contact-d .about-contact--d input::placeholder {
  font-size: 14px;
}
.about-contact-d .about-contact--d select {
  font-size: 16px;
}
.about-contact-d .about-contact--d select option {
  border: none;
  font-family: "db_adman_xregular";
}
.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;
  font-family: "db_adman_xregular";
}
.about-contact-d-2 textarea::placeholder {
  font-size: 14px;
}
.about-contact-d--2 {
  margin: 15px 0 0 0;
}
.about-contact-d--2 label {
  position: relative;
  padding: 10px 0 0 30px;
  text-decoration: none;
  cursor: pointer;
}
.about-contact-d--2 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}
.about-contact-d--2 input[type="radio"] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}
.about-contact-d--2 input {
  border: solid 1px #ddd;
  height: 35px;
}
.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: 250px;
  margin: 0 15px;
}
.about-contact-btn-confirm {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.about-contact-btn-clear {
  width: 250px;
  margin: 0 15px;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  height: 50px;
  padding: 3px;
}
.about-contact-btn-clear span {
  background: #fff;
  height: 44px;
  width: 100%;
  color: #002154;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.about-contact-btn-confirm-2 {
  width: 100px;
  margin: 0 12px 0 0;
  cursor: pointer;
  text-align: center;
  border: solid 1px #fff;
  font-size: 14px;
}
.about-contact-btn-confirm-2 {
  background: #005997;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.about-contact-btn-clear-2 {
  width: 100px;
  margin: 0 0 0 12px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 50px;
  padding: 3px;
  font-size: 14px;
}
.about-contact-btn-clear-2 span {
  background: #fff;
  height: 44px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 2px #005997;
  width: 100%;
  color: #002154;
  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: "db_adman_xbold";
  margin: 50px 0 0 0;
  color: #002154;
}
.about-contact-company {
  font-size: 36px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
.about-contact-address {
  font-size: 26px;
  margin: 20px 0 0 0;
}
.about-contact-contact {
  margin: 10px 0 0 0;
  font-size: 24px;
}
.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: #005997;
  border: none;
  color: #fff;
  font-family: "db_adman_xregular";
}
.filter-date input:active {
  color: #ed9f2d;
}
.zone-activities-topic {
  min-height: 600px;
  margin: 0 0 50px 0;
}
.zone-activities-topic-img {
  float: left;
  width: 45%;
  margin: 0;
  position: relative;
}
.zone-activities-topic-img img {
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.zone-activities-topic-icon {
  float: left;
  width: 55%;
  margin: 0;
  position: relative;
  margin: 0 0 0 -50px;
}
.zone-activities-topic-icon h2 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #002154;
  font-size: 30px;
  font-weight: 500;
}
.zone-activities-topic-icon h3 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 18px;
  margin: 7px 0 0 0;
  color: #b7b7b7;
}
.activities-topic-icon-01 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-01.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-topic-icon-02 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-02.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-topic-icon-03 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-03.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-topic-icon-04 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-04.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-topic-icon-01:hover {
  margin-left: 100px;
}
.activities-topic-icon-02:hover {
  margin-left: 100px;
}
.activities-topic-icon-03:hover {
  margin-left: 100px;
}
.activities-topic-icon-04:hover {
  margin-left: 100px;
}
.activities-title {
  font-size: 36px;
  font-style: italic;
  background: url(../images/template/activities-dot.jpg) repeat-x;
  background-position: 0 36px;
}
.activities-title span {
  background: #fff;
  padding: 0 15px 0 0;
}
.activities {
  margin: 50px 0 0 0;
  padding: 0 0 0 400px;
  position: relative;
  min-height: 247px;
}
.activities-img {
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.activities-img img {
  width: 370px;
  height: 247px;
}
.activities-detail {
  color: #000;
}
.activities-detail h2 {
  font-size: 30px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.activities-detail h3 {
  font-size: 16px;
  margin: 12px 0 0 0;
  max-height: 71px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.activities-date {
  margin: 30px 0 0 0;
  font-size: 14px;
  font-style: italic;
}
.activities:hover .activities-detail h2 {
  color: #002154;
}
.activities:hover .activities-detail h3 {
  color: #666;
}
.activities-title-icon h2 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #002154;
  font-size: 30px;
  font-weight: 500;
}
.activities-title-icon h3 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 18px;
  margin: 7px 0 0 0;
  color: #b7b7b7;
}
.activities-title-icon-01 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-01.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-title-icon-02 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-02.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-title-icon-03 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-03.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-title-icon-04 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-04.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-title-icon-inner h2 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #002154;
  font-size: 20px;
  font-weight: 500;
}
.activities-title-icon-inner h3 {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 18px;
  margin: 0px 0 0 0;
  color: #b7b7b7;
  font-size: 14px;
}
.activities-title-icon-inner-01 {
  padding: 0 0 0 70px;
  background: url(../images/template/event-icon-01.png) no-repeat;
  min-height: 50px;
  margin: 35px 0 0 0;
  background-size: 50px 50px;
}
.activities-title-icon-02 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-02.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-title-icon-03 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-03.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-title-icon-04 {
  padding: 0 0 0 130px;
  background: url(../images/template/event-icon-04.png) no-repeat;
  min-height: 110px;
  margin: 35px 0 0 0;
}
.activities-list {
  margin: 50px 0 0 0;
  height: 367px;
}
.activities-list-img {
  line-height: 0;
  position: relative;
  padding: 0 0 0 120px;
  overflow: hidden;
}
.activities-list-img img {
  width: 550px;
  height: 367px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.activities-list-date {
  position: absolute;
  width: 120px;
  line-height: 1.2;
  left: 0;
  top: 0;
  color: #002154;
}
.activities-list-date-m {
  font-size: 40px;
  font-weight: "db_adman_xbold";
}
.activities-list-date-i {
  font-size: 46px;
}
.activities-list-date-d {
  font-size: 65px;
  font-weight: "db_adman_xbold";
  margin: 0px 0 0 0;
}
.activities-list-date-y {
  font-size: 28px;
}
.activities-list-detail h2 {
  font-size: 30px;
  line-height: 1.5;
  max-height: 90px;
  overflow: hidden;
  color: #005997;
}
.activities-list-detail h3 {
  font-size: 16px;
  color: #b7b7b7;
  margin: 7px 0 0 0;
  height: 193px;
  overflow: hidden;
}
.activities-list:hover .activities-list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.activities-list-more {
  margin: 30px 0 0 0;
  border-top: solid 1px #b7b7b7;
  padding: 15px 0 0 0;
  color: #005997;
}
.activities-detail-bg-top {
  background: #002154;
  padding: 50px 0 50px 0;
  margin: 35px 0 0 0;
}
.activities-detail-bg-top h1 {
  font-size: 36px;
  color: #fff;
}
.activities-detail-bg-top h2 {
  font-size: 18px;
  color: #fff;
}
.activities-detail-bg-date {
  color: #ed9f2d;
  font-size: 14px;
  margin: 20px 0 0 0;
}
.activities-detail-bg {
  background: #002154 url(../images/template/activities-bg-100.jpg) repeat-x
    bottom;
  width: 100%;
  padding: 0;
}
.activities-detail-bg-img {
  line-height: 0;
  overflow: hidden;
}
.activities-detail-bg-img img {
  width: 100%;
  height: 780px;
  object-fit: cover;
  object-position: center;
}
.newsandpromotion-topic {
  margin: 20px 0 0 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.newsandpromotion-topic-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.5);
  padding: 7px 12px 5px 12px;
  color: #002154;
  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: #fff;
  padding: 0 15px 0 0;
}
.newsandpromotion {
  margin: 50px 0 0 0;
  padding: 0 0 0 400px;
  position: relative;
  min-height: 247px;
}
.newsandpromotion-img {
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.newsandpromotion-img img {
  width: 370px;
  height: 247px;
}
.newsandpromotion-detail {
  color: #000;
}
.newsandpromotion-detail h2 {
  font-size: 30px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.newsandpromotion-detail h3 {
  font-size: 16px;
  margin: 12px 0 0 0;
  max-height: 71px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.newsandpromotion-date {
  margin: 30px 0 0 0;
  font-size: 14px;
  font-style: italic;
}
.newsandpromotion:hover .newsandpromotion-detail h2 {
  color: #002154;
}
.newsandpromotion:hover .newsandpromotion-detail h3 {
  color: #666;
}
.newsandpromotion-btn {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.newsandpromotion-btn:hover {
  background: #fff;
  border: solid 3px #002154;
  color: #002154;
}
.newsandpromotion-list {
  margin: 50px 0 0 0;
  height: 367px;
}
.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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.newsandpromotion-list-date {
  position: absolute;
  width: 120px;
  line-height: 1.2;
  left: 0;
  top: 0;
  color: #002154;
}
.newsandpromotion-list-date-m {
  font-size: 40px;
  font-weight: "db_adman_xbold";
}
.newsandpromotion-list-date-i {
  font-size: 46px;
}
.newsandpromotion-list-date-d {
  font-size: 65px;
  font-weight: "db_adman_xbold";
  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: #005997;
}
.newsandpromotion-list-detail h3 {
  font-size: 16px;
  color: #b7b7b7;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.newsandpromotion-list-more {
  margin: 30px 0 0 0;
  border-top: solid 1px #b7b7b7;
  padding: 15px 0 0 0;
  color: #005997;
}
.newsandpromotion-group {
  width: 50%;
  float: left;
  color: #b7b7b7;
  font-size: 24px;
  text-align: center;
}
.newsandpromotion-group-active {
  width: 50%;
  float: left;
  color: #002154;
  font-size: 24px;
  text-align: center;
}
#newsandpromotion-tab {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.newsandpromotion-group .newsandpromotion-tab {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 5px;
  margin: 0 0 15px 0;
  background: #002154;
}
.newsandpromotion-group:hover .newsandpromotion-tab {
  height: 5px;
  margin: 0 0 13px 0;
  background: #005997;
}
.newsandpromotion-group:hover {
  color: #005997;
}
.csr-bg-set {
  padding: 10px 0 500px 0;
  background: #fff url("../images/csr/csr-bg.jpg") bottom no-repeat;
  text-align: center;
}
.csr-topic {
  padding: 30px 100px 0 100px;
  font-size: 36px;
  font-weight: 900;
  color: #002154;
  font-style: italic;
}
.csr-topic i {
  font-size: 50px;
}
.csr-content {
  padding: 50px 170px 0 170px;
  font-size: 20px;
  line-height: 2;
}
.csr-content span {
  font-size: 1.3vw;
  font-weight: 900;
  color: #002154;
}
.csr-logo {
  margin: 50px 0 0 0;
}
.csr-btn {
  margin: 40px 0 0 0;
}
.product-vdo {
  width: 800px;
  margin: 0 auto;
  padding-top: 10px;
}
.product-vdo iframe {
  width: 100%;
  height: 520px;
}
.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-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.dealer-input {
  position: relative;
  margin: 15px 0 0 0;
}
.dealer-input:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  position: absolute;
  top: 45%;
  right: 15px;
  content: "";
  z-index: 2;
}
.dealer-input select {
  width: 100%;
  height: 40px;
  border: none;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0 30px;
  color: #1a1919;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dealer-input-txt {
  position: relative;
  margin: 15px 0 0 0;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.dealer-input-txt input {
  width: 100%;
  height: 40px;
  border: none;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0 30px;
  color: #1a1919;
  position: relative;
  background: #fff;
}
.dealer-input-btn {
  margin: 30px 0 0 0;
}
#dealer-input-btn {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-input-btn-confirm {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background: #002154;
}
.dealer-input-btn-confirm:hover {
  background: #005997;
}
.dealer-input-btn-clear {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #002154;
}
.dealer-input-btn-clear:hover {
  background: #005997;
  color: #fff;
}
.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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.dealer-location i {
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.dealer-page-l .dealer-number-over {
  background: #f26522;
  color: #fff;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: solid 1px #fff;
}
.dealer-page-l .dealer-number:hover {
  background: #faa51a;
  color: #fff;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.dealer-page-l .dealer-number-next {
  background: #faa51a;
  color: #fff;
  font-weight: "db_adman_xregular";
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.dealer-page-r .dealer-number-over {
  background: #002154;
  color: #fff;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: solid 1px #fff;
}
.dealer-page-r .dealer-number:hover {
  background: #005997;
  color: #fff;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.dealer-page-r .dealer-number-next {
  background: #005997;
  color: #fff;
  font-weight: "db_adman_xregular";
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.dealer-page-r .dealer-number-next:hover {
  padding-left: 15px;
  color: #ed9f2d;
}
.dealer-detail-bg-top {
  background: #f26522;
  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: #f26522 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: #f26522 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: 450px;
  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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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 140px;
  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: 120px;
  top: 0;
  font-weight: 700;
}
.warranty {
  margin: 12px 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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 300px;
}
.warranty-img-2 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 620px;
}
.warranty:hover .warranty-img img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.warranty:hover .warranty-img-2 img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.warranty-h {
  color: #000;
  font-size: 36px;
  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: #002154;
}
.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 50px;
  text-align: center;
}
.product-img {
  line-height: 0;
}
.product-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 300px;
}
.product:hover .product-img img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product h2 {
  color: #000;
  font-size: 36px;
  margin: 20px 0 0 0;
}
.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: #002154;
  font-weight: "db_adman_xbold";
  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: #faa51a;
}
.product-box {
  background: #fff;
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 30px 0 0 0;
  line-height: 1.5;
  text-align: center;
}
.product-box h1 {
  font-size: 30px;
  line-height: 1.5;
}
.product-box-q {
  background: #faa51a;
  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-box .fa-quote-left {
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.product-box .fa-quote-right {
  font-size: 30px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.product-bg-right h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-bottom: solid 7px #faa51a;
  padding: 0 0 15px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 180px;
  margin: 90px 0 0 0;
}
.product-bg-right h3:hover {
  padding: 0 0 45px 0;
}
.btn-set {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#btn2023 {
  padding: 0px 12px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #005997;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-main-set {
  padding: 0px 12px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #005997;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #005997;
  color: #fff;
}
.btn-second-set {
  padding: 0px 12px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #005997;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  color: #005997;
}
.btn-main-set:hover {
  color: #ed9f2d;
}
.btn-second-set:hover {
  color: #ed9f2d;
  background: #005997;
}
.btn-texteditor {
  width: 330px;
  font-size: 26px;
  height: 70px;
}
.btn-texteditor-m {
  min-width: 260px;
  max-width: 100%;
  font-size: 16px;
  height: 45px;
}
.btn-main-set a {
  background: #005997;
  color: #fff !important;
}
.btn-main-set a:hover {
  color: #ed9f2d !important;
}
.product-menuleft {
  color: #fff;
  padding-top: 15px;
}
.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 0;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.product-menuleft-sub-active {
  padding: 12px 0 12px 0;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #ed9f2d;
}
.product-menuleft-sub-img {
  margin: 0 0 7px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-menuleft-sub-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product-menuleft-sub-img:hover {
  margin: 0 0 7px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 2px 5px 5px 0;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  border-left: none;
  box-shadow: 0 0 20px #ccc;
}
.product-menuleft-sub-img-active img {
  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: #005997;
}
.product-chk-active input[type="checkbox"] {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 20px;
  top: 0;
}
.product-list-topic span {
  font-size: 16px;
  color: #ccc;
}
.product-list-topic h1 {
  font-size: 24px;
  font-weight: bold;
}
.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;
}
.product-list-img {
  line-height: 0;
  text-align: center;
}
.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: #f5f5f5;
}
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: #f5f5f5;
}
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: #f5f5f5;
}
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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 15px;
}
.product-detail-arrowleft {
  position: absolute;
  top: 50%;
  font-size: 40px;
  margin: -11px 0 0 0;
  color: #a1a1a1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 15px;
  left: 0px;
}
.product-detail-arrowright {
  position: absolute;
  top: 50%;
  font-size: 40px;
  margin: -11px 0 0 0;
  color: #a1a1a1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 15px;
  right: 0px;
}
.product-detail-arrowleft:hover {
  color: #002154;
  padding-left: 5px;
}
.product-detail-arrowright:hover {
  color: #002154;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-detail-mini-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.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: 18px;
  line-height: 1;
}
.product-detail-topic-film {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 9px;
  left: 0;
}
.product-detail-detail {
  color: #002154;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.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;
  margin: 0 0 0 5px;
  padding: 10px 0 0 0; */
  font-size: 18px;
    padding: 10px 0 0 0;
    margin: 0 0 0 2px;
}
.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: white;
/*   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: #002154;
  padding: 5px 15px;
  margin: 25px 0 0 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-detail-btn-simulator:hover {
  background: #005997;
  color: #ed9f2d;
}
.product-detail-btn-group {
  float: right;
}
.product-detail-btn {
  min-width: 340px;
}
.product-detail-btn-1 {
  width: 48%;
  max-width: 180px;
  float: left;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background: #005997;
  border: solid 2px #005997;
  padding: 7px 15px;
  margin: 25px 0 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-detail-btn-1:hover {
  background: #005997;
  color: #ed9f2d;
}
.product-detail-btn-2 {
  width: 48%;
  max-width: 180px;
  float: right;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  color: #005997;
  background: #fff;
  border: solid 2px #005997;
  padding: 7px 15px;
  margin: 25px 0 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-detail-btn-2:hover {
  background: #005997;
  color: #ed9f2d;
}
table.tb-productprice {
  margin: 30px 0 0 0;
}
table.tb-productprice th {
  text-align: center;
  background: #005997;
  color: #fff;
  padding: 15px 10px;
}
table.tb-productprice th span {
  color: #ed9f2d;
}
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: #005997;
  color: #fff;
  padding: 15px 10px;
}
table.tb-productprice-mobile td.tbtotal {
  background: #005997;
}
table.tb-productprice-mobile td.tbtotal span {
  color: #ed9f2d;
}
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-title-2021 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.portfolio-set {
  padding: 0 50px;
}
.portfolio {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.portfolio-bg {
  background: url(../images/template2021/portfolio-bg.jpg) no-repeat top center;
}
.portfolio-half {
  float: left;
  width: 50%;
}
.portfolio-set-1 {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0px 170px 0px 30px;
  border-left: solid 3px #002154;
  line-height: 1.8;
}
.portfolio-set-1-topic {
  float: left;
  margin: 0 0 30px 0;
}
.portfolio-set-1-topic h2 {
  background: url(../images/template/port-line.jpg) repeat-x center;
  font-size: 20px;
  padding: 0;
  margin: 0 7px 0 0;
}
.portfolio-set-1-topic h2 span {
  background: #fff;
  padding: 0 15px 0 5px;
  margin: 0;
}
.portfolio-set-1 h3 {
  font-size: 60px;
  line-height: 1;
}
.portfolio-set-1-img {
  line-height: 0;
  margin: 0 0 0 -85px;
  position: relative;
}
.portfolio-set-1-img img {
  width: 100%;
}
.portfolio-more-1 {
  margin: 80px 0px 0 0;
  float: right;
  color: #002154;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio-more-1 i {
  border: solid 1px #002154;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  margin: 0 12px 0 0;
}
.portfolio-more-1:hover {
  color: #005997;
  border-color: #005997;
}
.portfolio-contact-title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.portfolio-contact {
  padding: 0 0 0 30px;
  position: relative;
  width: 50%;
  float: left;
  font-size: 18px;
}
.portfolio-contact i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #002154;
}
.portfolio-set-2 {
  width: 100%;
  padding: 85px 50px 0px 130px;
  line-height: 1.8;
}
.portfolio-set-2-content {
  padding: 0 0 0 30px;
  border-left: solid 3px #002154;
}
.portfolio-set-2-topic {
  float: left;
  margin: 0 0 25px 0;
}
.portfolio-set-2-topic h2 {
  background: url(../images/template/port-line.jpg) repeat-x center;
  font-size: 20px;
  padding: 0;
  text-align: left;
  margin: 0 0 0 7px;
}
.portfolio-set-2-topic h2 span {
  background: #002154;
  padding: 0 5px 0 0px;
  margin: 0;
}
.portfolio-set-2 h3 {
  color: #8fd8f8;
  font-size: 60px;
  line-height: 1;
}
.portfolio-set-2-img {
  line-height: 0;
  margin: 0 -85px 0 0;
}
.portfolio-set-2-img img {
  width: 100%;
}
.portfolio-more-2 {
  margin: 50px 30px 0 0;
  float: left;
  color: #002154;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio-more-2 i {
  border: solid 1px #002154;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  margin: 0 12px 0 0;
}
.portfolio-more-2:hover {
  color: #005997;
  border-color: #005997;
}
#portarrow {
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  background: #fff;
  font-size: 24px;
  border: solid 1px #8fd8f8;
  color: #8fd8f8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
#portarrow-over {
  border: solid 1px #005997;
  color: #005997;
}
.portarrow-left {
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  background: #fff;
  font-size: 24px;
  border: solid 1px #8fd8f8;
  color: #8fd8f8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: #002154;
  color: #fff;
}
.portarrow-left:hover {
  border: solid 1px #005997;
  color: #005997;
}
.portarrow-right {
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  background: #fff;
  font-size: 24px;
  border: solid 1px #8fd8f8;
  color: #8fd8f8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  margin: 0 0 0 93px;
}
.portarrow-right:hover {
  border: solid 1px #005997;
  color: #005997;
}
.portfolio-list-topic {
  float: left;
  margin: 0 0 30px 0;
}
.portfolio-list-topic h2 {
  background: url(../images/template/port-line.jpg) repeat-x center;
  font-size: 20px;
  padding: 0;
  margin: 0 7px 0 0;
}
.portfolio-list-topic h2 span {
  background: #fff;
  padding: 0 15px 0 5px;
  margin: 0;
}
.portfolio-list-topic h3 {
  font-size: 60px;
  line-height: 1;
}
.portfolio-list-img {
  line-height: 0;
  margin: 30px 0 0 0;
  overflow: hidden;
  border: solid 1px #eee;
}
.portfolio-list-img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio-list-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio-listimg h2 {
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  height: 73px;
  overflow: hidden;
}
.simulator-bg {
  height: 100vh;
  background: url(../images/template/simulator-bg.jpg) no-repeat bottom;
  background-size: cover;
  position: relative;
}
.simulator-bg-2022 {
  height: 100vh;
  background: url(../images/template2022/simulator-bg-v3.jpg) no-repeat bottom !important;
  background-size: cover !important;
  position: relative;
}
.simulator-bg-inner {
  height: 100vh;
  position: relative;
}
.simulator-car {
  width: 70%;
  position: absolute;
  bottom: 3%;
  right: 5%;
  z-index: 1;
}
.simulator-car-mask {
  width: 70%;
  position: absolute;
  bottom: 3%;
  right: 5%;
  z-index: 2;
}
.simulatorbtn {
  position: fixed;
  right: 0;
  margin-top: 90px;
  z-index: 5;
}
#simulatorbtn {
  height: 50px;
  width: 250px;
  font-size: 18px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #002154;
  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);
}
.simulator-btn-outer {
  height: 50px;
  width: 250px;
  font-size: 18px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #002154;
  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);
  -moz-border: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
  border-radius: 0 0 0 15px;
}
.simulator-btn-inner {
  height: 50px;
  width: 250px;
  font-size: 18px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #002154;
  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);
  -moz-border: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
}
.simulator-btn-outer-active {
  height: 50px;
  width: 250px;
  font-size: 18px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #002154;
  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);
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
  -moz-border: 0 0 0 15px;
  -webkit-border-radius: 0 0 0 15px;
  border-radius: 0 0 0 15px;
}
.simulator-btn-inner-active {
  height: 50px;
  width: 250px;
  font-size: 18px;
  font-style: italic;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #002154;
  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);
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
  -moz-border: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
}
.simulator-bg .simulator-set-btn {
  padding: 160px 0 0 0;
}
.simulator-bg .simulator-set-btn .dropdown {
  float: left;
  height: 60px;
  margin: 0 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 16px;
  font-weight: 300;
  box-shadow: none;
}
.simulator-bg .simulator-set-btn .dropdown div.simulator-btn-2022 {
  height: 60px;
  display: flex;
  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: 16px;
  font-weight: 300;
  box-shadow: none;
}
.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;
}
.dropdown div.simulator-btn-2022-inner {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 275px;
  background: url(../images/template/simulator-btn.png) no-repeat !important;
  -moz-border: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  box-shadow: none;
}
.dropdown div.simulator-btn-2022-inner .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-txt-select-1 {
  font-size: 11px;
}
.simulator-txt-select-2 {
  font-size: 13px;
}
.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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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-bg-inner .simulator-set-btn .dropdown div.btn {
  margin-left: 30px;
}
.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: 100%;
}
.simulator-search-mobile {
  padding: 160px 0 0 0;
  position: relative;
}
.simulator-search-mobile .dropdown {
  float: left;
  height: 45px;
  margin: 0 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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 .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.5);
}
.simulator-search-mobile
  .dropdown
  .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.simulator-search-2018 {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 60%;
  z-index: 99;
}
.simulator-search-2018 .panel-group .panel {
  border: none;
  background: none;
  background: rgba(0, 0, 0, 0.5);
  -moz-border: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 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;
  word-wrap: break-word;
}
.simulator-search-2018
  .panel-group
  .panel
  .panel-collapse
  .btn-group
  .dropdown-menu {
  padding: 0;
  max-height: 250px;
  overflow: auto;
}
.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.5);
}
.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: #ed9f2d;
}
.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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
#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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.home-type-car-01:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.home-type-car-02:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.home-type-car-03:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.home-type-car-04:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.home-type-car-05:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
  border-bottom: none;
}
.home-type-car-06:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  color: #fff;
}
#simulator-type-car {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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;
}
#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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-type-car-01:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-type-car-02:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-type-car-03:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-type-car-04:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-type-car-05:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
  border-bottom: none;
}
.simulator-type-car-06:hover {
  background: #005997 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: #005997 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: 0.3s ease-in-out;
  transition: 0.3s 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;
  color: #fff;
}
#simulator-model-car {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  padding: 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
}
.simulator-model-car {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  padding: 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
}
.simulator-model-car:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
}
.simulator-model-car-active {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  padding: 0 20px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  color: #fff;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
.simulatorcolorcarbd {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
#simulator-color-car-set {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 2px 10px 0 65px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
}
.simulator-color-car-set {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 2px 10px 0 65px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
}
.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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.simulator-color-car-set:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 2px 15px 0 15px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
}
.simulator-brand-car-set {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  padding: 2px 15px 0 15px;
  border-bottom: solid 2px #ccc;
  color: #ccc;
  position: relative;
}
.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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.simulator-brand-car-set:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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.5);
  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: 0.3s ease-in-out;
  transition: 0.3s 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: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
.simulator-film-bg table td.simulator-film-h span {
  color: #ed9f2d;
  font-style: italic;
}
.simulator-film-bg table td + td {
  text-align: center;
}
.simulator-film-bg-mobile-2018 {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.simulator-film-bg-mobile-2018 table td.simulator-film-h {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
.simulator-film-bg-mobile-2018 table td.simulator-film-h span {
  color: #ed9f2d;
  font-style: italic;
}
.simulator-film-bg-mobile-2018 table td + td {
  text-align: center;
}
.simulator-search-mobile table td.simulator-film-h {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
.simulator-search-mobile table td.simulator-film-h span {
  color: #ed9f2d;
  font-style: italic;
}
.simulator-search-mobile table td + td {
  text-align: center;
}
.simulator-film-series {
  position: relative;
}
.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-2022 {
  border-top: solid 1px #e7e7e7;
  padding: 20px 15px 15px 15px;
  color: #333;
  font-weight: bold;
}
.simulator-film-series-remark {
  font-size: 10px;
  color: #666;
  padding: 0px 15px 15px 15px;
  margin-top: -12px;
}
.simulator-film-series-color-2022 {
  padding: 0 15px 15px 15px;
}
.simulator-film-2022-set {
  position: relative;
  padding: 5px;
  width: 100%;
  color: #1a1919;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.simulator-film-2022-set img {
  object-fit: cover;
  object-position: center;
  width: 25px;
  height: 25px;
  margin: 0 7px 0 0;
}
.simulator-film-2022-set:hover {
  background: #f9f9f9;
}
.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.5);
}
.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.5);
}
.simulator-film-series-color-2::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
.simulator-film-set {
  background: rgba(255, 255, 255, 0.5);
  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: #ed9f2d;
}
#simulator-film {
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-01 {
  background: #010101;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-02 {
  background: #959595;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-03 {
  background: #00000c;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-04 {
  background: #2e2e2e;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-05 {
  background: #545454;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-06 {
  background: #7f7f7f;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-07 {
  background: #565656;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-08 {
  background: #f3f7f3;
  border: solid 1px #a3a3a3;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.simulator-film-09 {
  background: #e5e7e9;
  border: solid 1px #a3a3a3;
  width: 16%;
  float: left;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#simulator-film-active {
  width: 36%;
  float: left;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 20px 2% 0 2%;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  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: 0.3s ease-in-out;
  transition: 0.3s 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 {
  position: relative;
  padding: 5px;
  width: 100%;
  color: #1a1919;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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: 13vh 0 0 0;
}
.simulatorfilms-2018-click {
  font-size: 40px;
  color: #fff;
  position: relative;
  width: 40px;
  height: 50px;
  max-height: 405px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.5);
}
.simulatorfilms-2018-content table {
  font-size: 12px;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.simulatorfilms-2018-content table td.simulator-film-h {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
}
.simulatorfilms-2018-content table td.simulator-film-h span {
  color: #ed9f2d;
  font-style: italic;
}
.simulatorfilms-2018-content table td + td {
  text-align: center;
}
.span3 {
  color: #fff;
  font-size: 36px;
  padding: 0 50px;
  width: 360px;
  background: rgba(0, 0, 0, 0.5);
}
.span2 {
  color: #fff;
  font-size: 36px;
  padding: 0 50px;
  background: rgba(0, 0, 0, 0.5);
}
.span3:focus ~ .simulatorfilms-2018-content {
  width: 0;
  overflow: hidden;
  padding: 0;
}
.span2:focus ~ .simulatorfilms-2018-content {
  max-width: 360px;
  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;
  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.5);
  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: 490px;
  max-height: 380px;
  background: rgba(0, 0, 0, 0.5);
  -moz-border: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
}
.ex3 .hide3 {
  opacity: 1;
  width: 490px;
  display: table;
  overflow: hidden;
  max-height: 490px;
  transition: all 0.5s ease;
  padding: 0 50px 0 0;
}
.inner3 {
  padding: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-height: 490px;
}
.ex3 input[type="checkbox"].simulator:checked + .hide3 {
  width: 0px;
  height: auto;
  max-height: 490px;
  display: block;
}
.ex3 input[type="checkbox"].simulator:checked + .hide3 table {
  opacity: 0;
  height: 490px;
}
.simulatornote {
  position: absolute;
  top: 7px;
  right: 40px;
  font-size: 12px;
}
.simulator-search {
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  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: 0.3s ease-in-out;
  transition: 0.3s 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.5);
  padding: 20px;
}
.simulator-note {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 12px;
  color: #fffe00;
  width: 40%;
}
.simulator-price {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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: #ed9f2d;
}
.simulator-price-1 {
  background: #002154;
  border: solid 2px #fff;
  color: #fff;
  text-align: center;
  min-height: 55px;
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 30px 0 0 0;
  padding: 16px 0 12px 0;
}
.simulator-price-1 span {
  color: #ed9f2d;
}
.simulator-price-2 {
  background: #fff;
  border: solid 2px #fff;
  color: #1a1919;
  text-align: center;
  min-height: 55px;
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 30px 0 0 0;
  padding: 12px 0 12px 0;
}
.simulator-price-2 span {
  color: #005997;
  font-size: 20px;
  text-shadow: 1px 1px 0px #000;
  font-weight: bold;
}
.simulator-search-h {
  color: #fff;
  margin: 40px 0 0 0;
  font-weight: "db_adman_xbold";
}
.simulator-search-d {
  padding: 2px;
  height: 39px;
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
  border: none;
  padding: 0 5px;
  font-size: 14px;
}
.simulator-search .dropdown {
  height: 60px;
  margin: 0 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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.5);
}
.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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-model-car-set {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-model-car-set:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-model-car-set-2 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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;
}
.simulator-model-car-set-2:hover {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  color: #fff;
  padding: 2px 15px 0 20px;
}
.simulator-btn-2021 {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 550px;
  z-index: 2;
}
.simulator-price-2021 {
  background: #005997;
  color: #fff;
  text-align: center;
  min-height: 45px;
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 30px 0 0 0;
  padding: 15px 0 12px 0;
  font-size: 14px;
}
.simulator-price-2021-2 {
  background: #fff;
  border: solid 2px #002154;
  color: #002154;
  text-align: center;
  min-height: 45px;
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 30px 0 0 0;
  padding: 15px 0 12px 0;
  font-size: 14px;
}
.knowledge-set {
  padding: 20px 0;
  border-bottom: dotted 1px #ccc;
}
.knowledge {
  padding: 0 0 0 100px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 65px;
  font-size: 20px;
  line-height: 1.7;
  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: #002154;
}
.knowledge img {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 65px;
  height: 65px;
}
.knowledge-descript {
  line-height: 1.8;
  margin: 30px 0 0 0;
}
.knowledge-more {
  margin: 30px 0 0 0;
  font-size: 14px;
  text-align: right;
  color: #005997;
}
.vdo-inner-heading {
  font-size: 30px;
  color: #002154;
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.vdo-inner-more i {
  color: #002154;
  font-size: 18px;
}
.vdo-inner-more:hover {
  padding: 0 0 0 30px;
  color: #005997;
}
.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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: dotted 1px #ccc;
}
.article {
  margin: 30px 0 0 0;
}
.article-img {
  line-height: 0;
  overflow: hidden;
}
.article-img img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article-detail {
  overflow: hidden;
}
.article h2 {
  font-size: 18px;
  font-weight: bold;
  color: #002154;
  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: #005997;
  position: absolute;
  right: 0;
  bottom: 7px;
  color: #1a1919;
  font-size: 14px;
}
.article-set:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.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: #005997;
  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: "db_adman_xregular";
}
.contactform_input select {
  width: 100%;
  border: solid 1px #ccc;
  padding: 6px 10px;
  margin-top: 10px;
  font-family: "db_adman_xregular";
}
.contactform_input textarea {
  width: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 10px;
  font-family: "db_adman_xregular";
}
.contactform_input .contact-btn {
  text-align: center;
  border: solid 1px #fff;
  padding: 10px 0;
  width: 150px;
  margin: 10px 0 0 0;
  cursor: pointer;
  background: #005997;
  color: #fff;
  font-family: "db_adman_xregular";
}
input::placeholder {
  font-family: "db_adman_xregular";
}
#contact-tabmap {
  text-align: center;
  float: left;
  margin: 80px 0 0 5px;
  width: 300px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-tabmap-active {
  background: #005997;
  border: solid 2px #005997;
  color: #fff;
  text-align: center;
  float: left;
  margin: 80px 0 0 5px;
  width: 300px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-tabmap {
  background: #fff;
  color: #005997;
  text-align: center;
  float: left;
  margin: 80px 0 0 5px;
  width: 300px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: solid 2px #ccc;
  border-bottom: none;
}
.contact-tabmap:hover {
  background: #f8f8f8;
  color: #005997;
  text-align: center;
  float: left;
  margin: 80px 0 0 5px;
  width: 300px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-tabmap:focus {
  background: #005997;
  color: #fff;
  text-align: center;
  float: left;
  margin: 80px 0 0 5px;
  width: 300px;
  padding: 10px 0 7px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-map {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.contact-map img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}
.contact-map iframe {
  width: 100%;
  height: 70vh;
}
.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: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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: #005997;
  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;
}
.catalog-section-pad {
  padding: 20px 0;
}
.catalog-list-title {

  padding: 0 20px;
  color: #002154;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.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;
  color: #002154;
  border-color: #002154;
  font-weight: "db_adman_xbold";
}
.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;
  color: #1a1919;
}
.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;
  border-bottom: solid 3px #005997;
  color: #005997;
  font-weight: "db_adman_xbold";
}
.catalog-list {
  margin: 30px 0 0 0;
  padding: 0 20px;
  float: left;
  width: 20%;
}
.catalog-list-card {
  padding: 0 20px;
}
.catalog-list-img {
  line-height: 0;
  box-shadow: 0 0 15px #ccc;
  overflow: hidden;
}
.catalog-list-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 265px;
}
.catalog-list-card h2,
.catalog-list h2 {
  height: 45px;
  overflow: hidden;
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: "db_adman_xbold";
  color: #1a1919;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog-list-date {
  margin: 12px 0 0 0;
  color: #999;
  font-size: 12px;
}
.catalog-list:hover h2 {
  color: #005997;
}
.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: "db_adman_xbold";
  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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog-list-file:hover {
  color: #005997;
}
.catalog-list-view {
  margin: 5px 0 0 0;
  color: #999;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog-list-view:hover {
  color: #005997;
}
.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: "db_adman_xbold";
}
.catalog-issu-date {
  margin: 12px 0 0 0;
  color: #999;
  font-size: 12px;
}
.catalog-issu iframe {
  width: 100%;
  height: 600px;
}
.owl-carousel.slide-catalog .owl-nav [class*="owl-"] {
  margin: 0;
  position: absolute;
  top: 33%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: unset;
}
.owl-carousel.slide-catalog .owl-nav [class*="owl-"]:hover {
  background-color: unset;
}
.owl-carousel.slide-catalog .owl-nav i {
  font-size: 24px;
  color: #161919;
}
.owl-carousel.slide-catalog .owl-nav .owl-prev {
  left: -3%;
}
.owl-carousel.slide-catalog .owl-nav .owl-next {
  right: -3%;
}

.career-set {
  padding: 15px;
  border-bottom: dotted 1px #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.career-set h2 {
  padding: 0;
  font-size: 16px;
  font-weight: "db_adman_xbold";
  color: #002154;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s 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: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.career-set .career-set-date {
  margin: 12px 0 0 0;
  font-size: 12px;
  color: #999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.career-set .career-set-date i {
  position: relative;
  color: #999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 12px;
}
.career-set-active {
  padding: 15px;
  border-bottom: dotted 1px #ccc;
  background: #005997;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.career-set-active h2 {
  padding: 0;
  font-size: 16px;
  font-weight: "db_adman_xbold";
  color: #ed9f2d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.career-set-active i.iarrow {
  color: #005997;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -25px -15px 0 0;
  font-size: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.career-set-active .career-set-date {
  margin: 12px 0 0 0;
  font-size: 12px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.career-set-active .career-set-date i {
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 12px;
}
.career-box-sticky {
  position: sticky;
  top: 140px;
}
.career-box {
  padding: 30px;
  background: #eee;
  line-height: 1.5;
}
.career-box h2 {
  padding: 0;
  font-size: 18px;
  font-weight: "db_adman_xbold";
  color: #002154;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.career-set:hover {
  background: #005997;
}
.career-set:hover h2 {
  color: #ed9f2d;
}
.career-set:hover i.iarrow {
  color: #005997;
}
.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: #005997;
  color: #ed9f2d !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.drop-career {
  padding: 7px 3px;
  border-bottom: dotted 1px #ccc;
  color: #222;
}
.career-mobile-i {
  font-size: 36px;
  line-height: 0;
  margin: -22px 0 0 30px;
  color: #005997;
}
.career-set-btn {
  background: #1d224a;
  background: -moz-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #1d224a),
    color-stop(25%, #295e8b),
    color-stop(50%, #359acc)
  );
  background: -webkit-linear-gradient(
    left,
    #1d224a 0%,
    #295e8b 25%,
    #359acc 50%
  );
  background: -o-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: -ms-linear-gradient(left, #1d224a 0%, #295e8b 25%, #359acc 50%);
  background: linear-gradient(to right, #1d224a 0%, #295e8b 25%, #359acc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224a',endColorstr='#359acc',GradientType=1);
  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;
}
.career-form-title {
  font-size: 30px;
  font-weight: "db_adman_xbold";
}
.career-form-title-sub {
  margin: 50px 0 10px 0;
  padding: 0 0 12px 0;
  border-bottom: solid 1px #ccc;
  font-weight: "db_adman_xbold";
}
.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: "db_adman_xbold";
}
.faq-q .q {
  font-size: 50px;
  font-weight: "db_adman_xbold";
  color: #002154;
  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: "db_adman_xbold";
  color: #005997;
  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: "db_adman_xbold";
  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: "db_adman_xbold";
  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: "db_adman_xbold";
  font-size: 14px;
}
.activities-list-vdo {
  margin: 30px 0 0 0;
}
.activities-list-vdo iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .owl-carousel.slide-catalog .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel.slide-catalog .owl-nav .owl-next {
    right: 0;
  }
  .tab-titile-catalog,
  .tab-titile-catalog-active {
    width: 50%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .tab-titile-catalog:hover,
  .tab-titile-catalog-active:hover {
    margin: 0 0 10px 0;
  }
  .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;
  }
  #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 #005997;
  }
  .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 0px;
    margin: 50px 0 0 0;
  }
  .news-home-mask {
    width: 100%;
    padding: 20px 20px 20px 20px;
    background: url(../images/template/mask-02-1.png) no-repeat left;
  }
  .news-home:hover .news-home-mask {
    width: 100%;
  }
  .news-home-set1 .news-home-mask-title {
    margin: 15px 0 0 0;
  }
  .news-home-set1 .news-home-mask-icon {
    margin: 20px 0 0 0;
  }
  .product-home {
    margin: 0;
  }
  .product-home-02 {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
  }
  .product-home-02 img {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
  .product-home-02:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
  .home-half-knowledge {
    margin: 0;
    width: 50%;
    padding: 5px;
  }
  .home-half-knowledge img {
    height: auto;
  }
  .home-half-vdo {
    margin: 0;
    width: 100%;
    padding: 5px;
  }
  .home-half-vdo iframe {
    width: 100%;
    height: 200px;
  }
  .home-half-vdo img {
    width: 100%;
    height: 200px;
  }
  .search-home {
    height: auto;
    margin: 0 0 0 0;
  }
  .search-home-left {
    width: 100%;
    background: none;
    padding: 15px;
  }
  .search-home-left input {
    width: 80%;
  }
  .search-home-right {
    width: 100%;
    padding: 0;
    font-size: 14px;
    height: auto;
  }
  .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: 150px;
    float: left;
    margin: 0 10px 0 10px;
  }
  .about-contact-btn-clear {
    width: 150px;
    margin: 0 5px 0 5px;
  }
  .about-contact-btn-confirm-2 {
    width: 150px;
    margin: 0 5px 0 5px;
  }
  .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: "db_adman_xbold";
  }
  .activities-list-date-i {
    font-size: 26px;
  }
  .activities-list-date-d {
    font-size: 40px;
    font-weight: "db_adman_xbold";
  }
  .activities-list-date-y {
    font-size: 20px;
  }
  .activities-detail-bg-top {
    background: #002154;
    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: #002154 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: "db_adman_xbold";
  }
  .newsandpromotion-list-date-i {
    font-size: 26px;
  }
  .newsandpromotion-list-date-d {
    font-size: 40px;
    font-weight: "db_adman_xbold";
  }
  .newsandpromotion-list-date-y {
    font-size: 20px;
  }
  .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: #f26522 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: 24px;
  }
  .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: #002154;
    font-weight: "db_adman_xbold";
    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: #faa51a;
  }
  .product-box {
    padding: 20px 50px;
  }
  .product-box h1 {
    font-size: 18px;
  }
  .product-box-q {
    width: 40px;
    font-size: 24px;
  }
  .product-box-q i {
    margin: 20px 0 0 0;
  }
  .product-box .fa-quote-left {
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .product-box .fa-quote-right {
    font-size: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .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-title-2021 {
    font-size: 36px;
  }
  .portfolio {
    margin: 0px 15px 0 15px;
  }
  .portfolio-half {
    width: 100%;
    padding: 5px 15px;
  }
  .portfolio-set-1 {
    width: 100%;
    padding: 0;
  }
  .portfolio-set-1-img {
    margin: 0;
  }
  .portfolio-set-2 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .portfolio-set-2-img {
    margin: 0;
  }
  .portfolio-detail {
    padding: 0px 0 15px 0;
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
  }
  .portfolio-detail-2 {
    padding: 0px 0 15px 0;
    font-size: 14px;
    margin: 0px 0 0 0;
    line-height: 1.8;
  }
  .portfolio-set {
    padding: 0 0px;
  }
  .portfolio {
    padding: 0px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .portfolio-bg {
    background: url(../images/template2021/portfolio-bg.jpg) no-repeat top
      center;
  }
  .portfolio-more-1 {
    margin: 30px 0px 0 0;
    float: right;
    color: #002154;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .portfolio-more-1 i {
    border: solid 1px #002154;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 12px 0 0;
  }
  .portfolio-more-1:hover {
    color: #005997;
    border-color: #005997;
  }
  .portfolio-contact-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 0 0;
  }
  .portfolio-contact {
    padding: 0 0 0 30px;
    position: relative;
    width: 50%;
    float: left;
    font-size: 18px;
  }
  .portfolio-contact i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #002154;
  }
  .portfolio-more-2 {
    margin: 30px 30px 0 0;
    float: left;
    color: #002154;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .portfolio-more-2 i {
    border: solid 1px #002154;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 12px 0 0;
  }
  .portfolio-more-2:hover {
    color: #005997;
    border-color: #005997;
  }
  #portarrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .portarrow-left {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .portarrow-left:hover {
    border: solid 1px #005997;
    color: #005997;
  }
  .portarrow-right {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 0 0 0 30px;
  }
  .portarrow-right:hover {
    border: solid 1px #005997;
    color: #005997;
  }
  .drop-01 {
    max-height: 300px;
    overflow: auto;
  }
  .drop-02 {
    max-height: 300px;
    overflow: auto;
  }
  .drop-03 {
    max-height: 300px;
    overflow: auto;
  }
  .simulator-set-btn-inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .simulator-bg {
    max-height: 640px;
  }
  .simulator-bg-2022 {
    background: url(../images/template2022/simulator-bg-v3-m.jpg) no-repeat
      bottom !important;
    background-size: 100% !important;
    position: relative;
  }
  .simulator-bg .simulator-set-btn {
    padding: 125px 0 0 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .simulator-bg-inner .simulator-set-btn {
    padding: 125px 0 0 0;
  }
  .simulatorbtn {
    float: none;
    margin-top: 80px;
    padding-top: 80px;
    position: fixed;
    width: 96%;
    margin: 0 2%;
  }
  #simulatorbtn {
    height: 35px;
    width: 50%;
    font-size: 13px;
  }
  .simulator-btn-outer {
    height: 35px;
    width: 50%;
    font-size: 13px;
  }
  .simulator-btn-inner {
    height: 35px;
    width: 50%;
    font-size: 13px;
  }
  .simulator-btn-outer-active {
    height: 35px;
    width: 50%;
    font-size: 13px;
  }
  .simulator-btn-inner-active {
    height: 35px;
    width: 50%;
    font-size: 13px;
  }
  .simulator-bg .simulator-set-btn .dropdown {
    height: 50px;
    margin: 0 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .simulator-bg .simulator-set-btn .dropdown button {
    display: flex;
    height: 40px;
    width: 160px;
    background-size: 100%;
    -moz-border: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 12px;
  }
  .simulator-bg .simulator-set-btn .dropdown div.simulator-btn-2022 {
    display: flex;
    height: 40px;
    width: 160px;
    background-size: 100%;
    -moz-border: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 12px !important;
  }
  .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 !important;
  }
  .dropdown div.simulator-btn-2022-inner {
    display: flex;
    height: 40px;
    width: 340px;
    background-size: 100%;
    -moz-border: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 12px !important;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown {
    height: 50px;
    margin: 0 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .simulator-bg-inner .simulator-set-btn .dropdown button {
    display: flex;
    height: 40px;
    width: 160px;
    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-bg .simulator-set-btn .dropdown button {
    border: solid 2px #000 !important;
    padding-left: 15px;
    background: #767c7c;
    background: -moz-linear-gradient(
      top,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    );
    background: -webkit-linear-gradient(
      top,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    );
    background: linear-gradient(
      to bottom,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#767c7c',endColorstr='#576163',GradientType=0);
  }
  .simulator-bg .simulator-set-btn .dropdown div.simulator-btn-2022 {
    border: solid 2px #000 !important;
    background: #767c7c;
    background: -moz-linear-gradient(
      top,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    );
    background: -webkit-linear-gradient(
      top,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    );
    background: linear-gradient(
      to bottom,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#767c7c',endColorstr='#576163',GradientType=0);
  }
  .dropdown div.simulator-btn-2022-inner {
    border: solid 2px #000 !important;
    background: #767c7c !important;
    background: -moz-linear-gradient(
      top,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    ) !important;
    background: -webkit-linear-gradient(
      top,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    ) !important;
    background: linear-gradient(
      to bottom,
      #767c7c 0%,
      #313233 52%,
      #161919 52%,
      #161919 93%,
      #576163 100%
    ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#767c7c',endColorstr='#576163',GradientType=0) !important;
  }
  .simulator-txt-select-1 {
    font-size: 10px;
  }
  .simulator-txt-select-2 {
    font-size: 12px;
  }
  .simulator-car {
    width: 100%;
    bottom: 10%;
    right: 0;
  }
  .simulator-car-mask {
    width: 100%;
    bottom: 10%;
    right: 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: 0.3s ease-in-out;
    transition: 0.3s 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;
  }
  #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;
  }
  .simulator-btn-2021 {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 100%;
  }
  .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%;
    padding: 0 10px;
  }
  .catalog-list-card {
    padding: 0 10px;
  }
  .catalog-list-img {
    width: 140px;
  }
  .catalog-list-card h2 {
    width: 140px;
  }
  .catalog-list-img img {
    height: 185px;
  }
  .catalog-list-date {
    font-size: 10px;
  }
  .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;
  }
  .csr-bg-set {
    padding: 0px 0 0px 0;
    background: url("../images/csr/csr-bg-mobile.jpg") left;
    background-size: 100%;
  }
  .csr-topic {
    padding: 30px 0px 0 0px;
  }
  .csr-content-set {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0 40px 0;
  }
  .csr-content {
    padding: 20px 0px 30px 0px;
    font-size: 14px;
    line-height: 28px;
  }
  .csr-content span {
    font-size: 16px;
    font-weight: 900;
    color: #002154;
  }
  .csr-logo {
    margin: 0;
  }
  .csr-logo img {
    height: 60px;
  }
  .product-vdo {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .product-vdo iframe {
    width: 100%;
    height: 230px;
  }
  .activities-list-vdo iframe {
    width: 100%;
    height: 220px;
  }
  .vdo-inner iframe {
    height: 210px;
  }
}
@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;
  }
  .article-img img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .simulator-car {
    width: 55%;
    position: absolute;
    bottom: 12%;
    right: 5%;
    z-index: 1;
  }
  .simulator-car-mask {
    width: 55%;
    position: absolute;
    bottom: 12%;
    right: 5%;
    z-index: 2;
  }
  .simulator-price-2021 {
    height: 40px;
  }
  .article-img img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .csr-bg-set {
    padding: 10px 0 50px 0;
    background: url("../images/csr/csr-bg.jpg") no-repeat bottom;
    background-size: 100%;
  }
  .csr-topic {
    padding: 30px 30px 0 30px;
  }
  .csr-content {
    padding: 30px 50px 30px 50px;
    font-size: 16px;
    line-height: 28px;
  }
  .csr-content span {
    font-size: 20px;
    font-weight: 900;
    color: #002154;
  }
  .csr-content-set {
    background: rgba(255, 255, 255, 0.7);
    padding: 0 0 40px 0;
  }
  .csr-logo {
    margin: 0;
  }
  .csr-logo img {
    height: 50px;
  }
  .csr-btn img {
    height: 60px;
  }
  .product-vdo {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .product-vdo iframe {
    width: 100%;
    height: 380px;
  }
  .content-home {
    font-size: 16px;
    padding: 0;
  }
  .containers {
    width: 720px;
  }
  section.home {
    padding: 0;
  }
  section.sectionnewsandpromotion {
    padding: 10px 0 30px 0;
  }
  section {
    padding: 30px 0;
  }
  #banner img {
    height: auto;
  }
  #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;
  }
  .news-home-mask {
    width: 60%;
    padding: 30px 120px 20px 30px;
  }
  .search-home {
    height: auto;
  }
  .search-home-left {
    width: 100%;
    background-position: 15px 15px;
    padding: 15px 0 15px 140px;
  }
  .search-home-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    height: auto;
    padding: 15px 0 15px 0;
  }
  .home-half-knowledge {
    margin: 0;
    width: 50%;
    padding: 10px 10px;
  }
  .home-half-knowledge img {
    height: auto;
  }
  .home-half-vdo {
    margin: 15px 0 0 0;
    width: 100%;
    padding: 5px 10px 10px 10px;
  }
  .home-half-vdo iframe {
    width: 100%;
    height: 400px;
  }
  .home-half-vdo img {
    width: 100%;
    height: 400px;
  }
  .product-home-h {
    padding-right: 100px;
    font-size: 24px;
  }
  .product-home-h img {
    height: 40px;
    margin: -30px 20px 0 0;
  }
  .product-home-01:hover .product-home-h {
    margin: 0 0 -50px 0;
  }
  .product-home-02:hover .product-home-h {
    margin: 0 0 -50px 0;
  }
  .simulator-btn-2021 {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 100%;
  }
  .simulator-bg-2022 {
    background: url(../images/template2022/simulator-bg-v3.jpg) no-repeat bottom !important;
    position: relative;
  }
  .article-img img {
    width: 100%;
    height: 135px;
  }
  .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: #002154;
    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-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: 30px;
  }
  .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-title-2021 {
    font-size: 36px;
  }
  .portfolio {
    margin: 0px 15px 0 15px;
  }
  .portfolio-half {
    width: 100%;
    padding: 5px 15px;
  }
  .portfolio-set-1 {
    width: 100%;
    padding: 0;
  }
  .portfolio-set-1-img {
    margin: 0;
  }
  .portfolio-set-2 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .portfolio-set-2-img {
    margin: 0;
  }
  .portfolio-detail {
    padding: 0px 0 15px 0;
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
  }
  .portfolio-detail-2 {
    padding: 0px 0 15px 0;
    font-size: 14px;
    margin: 0px 0 0 0;
    line-height: 1.8;
  }
  .portfolio-set {
    padding: 0 0px;
  }
  .portfolio {
    padding: 0px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .portfolio-bg {
    background: url(../images/template2021/portfolio-bg.jpg) no-repeat top
      center;
  }
  .portfolio-more-1 {
    margin: 30px 0px 0 0;
    float: right;
    color: #002154;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .portfolio-more-1 i {
    border: solid 1px #002154;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 12px 0 0;
  }
  .portfolio-more-1:hover {
    color: #005997;
    border-color: #005997;
  }
  .portfolio-contact-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 0 0;
  }
  .portfolio-contact {
    padding: 0 0 0 30px;
    position: relative;
    width: 50%;
    float: left;
    font-size: 18px;
  }
  .portfolio-contact i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #002154;
  }
  .portfolio-more-2 {
    margin: 30px 30px 0 0;
    float: left;
    color: #002154;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .portfolio-more-2 i {
    border: solid 1px #002154;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 12px 0 0;
  }
  .portfolio-more-2:hover {
    color: #005997;
    border-color: #005997;
  }
  #portarrow {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }
  .portarrow-left {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }
  .portarrow-left:hover {
    border: solid 1px #005997;
    color: #005997;
  }
  .portarrow-right {
    width: 55px;
    height: 55px;
    font-size: 20px;
    margin: 0 0 0 55px;
  }
  .portarrow-right:hover {
    border: solid 1px #005997;
    color: #005997;
  }
  .simulator-bg {
    height: 80vh;
  }
  .simulator-bg .simulator-set-btn {
    padding: 150px 0 0 0;
  }
  .simulatorbtn {
    margin-top: 80px;
  }
  .simulatorfilms-2018 {
    position: relative;
    margin: 10vh 0 0 0;
    z-index: 2;
  }
  .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: 0.3s ease-in-out;
    transition: 0.3s 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%;
    right: 5%;
  }
  .simulator-car-mask {
    width: 90%;
    position: absolute;
    bottom: 7%;
    right: 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: 185px;
  }
  .catalog-list-card {
    padding: 0;
}
.owl-carousel.slide-catalog .owl-nav .owl-next{
  right: -5%;
}
.owl-carousel.slide-catalog .owl-nav .owl-prev{
  left: -5%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .csr-bg-set {
    padding: 10px 0 50px 0;
    background: #fff url("../images/csr/csr-bg.jpg") bottom no-repeat;
    text-align: center;
    background-size: 100%;
  }
  .csr-topic {
    padding: 30px 100px 0 100px;
    font-size: 36px;
    font-weight: 900;
    color: #002154;
    font-style: italic;
  }
  .csr-topic i {
    font-size: 50px;
  }
  .csr-content-set {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0 40px 0;
  }
  .csr-content {
    padding: 50px 70px 0 70px;
    font-size: 18px;
    line-height: 2;
  }
  .csr-content span {
    font-size: 24px;
    font-weight: 900;
    color: #002154;
  }
  .csr-logo {
    margin: 50px 0 0 0;
  }
  .csr-btn {
    margin: 40px 0 0 0;
  }
  .product-vdo {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .product-vdo iframe {
    width: 100%;
    height: 400px;
  }
  .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;
  }
  .article-img img {
    width: 100%;
    height: 180px;
  }
  #banner {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .product-home-h {
    padding-right: 150px;
    font-size: 24px;
  }
  .product-home-h img {
    height: 40px;
    margin: -30px 20px 0 0;
  }
  .product-home-01:hover .product-home-h {
    margin: 0 0 -55px 0;
  }
  .product-home-02:hover .product-home-h {
    margin: 0 0 -55px 0;
  }
  .map-home iframe {
    height: 280px;
  }
  .news-home-mask {
    width: 60%;
    padding: 30px 200px 20px 30px;
  }
  .news-home:hover .news-home-mask {
    width: 100%;
  }
  .search-home-right {
    padding: 0;
  }
  .home-half-knowledge img {
    height: 266px;
  }
  .home-half-vdo iframe {
    width: 100%;
    height: 266px;
  }
  .home-half-vdo img {
    width: 100%;
    height: 266px;
  }
  .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: #002154;
    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: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 300px;
  }
  .warranty:hover .warranty-img img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .warranty-h {
    color: #000;
    font-size: 30px;
    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-title-2021 {
    font-size: 36px;
  }
  .portfolio {
    margin: 15px 30px 30px 30px;
  }
  .portfolio-half {
    width: 100%;
    padding: 5px 15px;
  }
  .portfolio-set-1 {
    width: 100%;
    padding: 0;
  }
  .portfolio-set-1-img {
    margin: 0;
  }
  .portfolio-set-2 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .portfolio-set-2-img {
    margin: 0;
  }
  .portfolio-detail {
    padding: 0px 0 15px 0;
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
  }
  .portfolio-detail-2 {
    padding: 0px 0 15px 0;
    font-size: 14px;
    margin: 0px 0 0 0;
    line-height: 1.8;
  }
  .portfolio-set {
    padding: 0 0px;
  }
  .portfolio {
    padding: 0px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .portfolio-bg {
    background: url(../images/template2021/portfolio-bg.jpg) no-repeat top
      center;
  }
  .portfolio-more-1 {
    margin: 30px 0px 0 0;
    float: right;
    color: #002154;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .portfolio-more-1 i {
    border: solid 1px #002154;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 12px 0 0;
  }
  .portfolio-more-1:hover {
    color: #005997;
    border-color: #005997;
  }
  .portfolio-contact-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 0 0;
  }
  .portfolio-contact {
    padding: 0 0 0 30px;
    position: relative;
    width: 50%;
    float: left;
    font-size: 18px;
  }
  .portfolio-contact i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #002154;
  }
  .portfolio-more-2 {
    margin: 30px 30px 0 0;
    float: left;
    color: #002154;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .portfolio-more-2 i {
    border: solid 1px #002154;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 12px 0 0;
  }
  .portfolio-more-2:hover {
    color: #005997;
    border-color: #005997;
  }
  #portarrow {
    width: 73px;
    height: 73px;
    font-size: 20px;
  }
  .portarrow-left {
    width: 73px;
    height: 73px;
    font-size: 20px;
  }
  .portarrow-left:hover {
    border: solid 1px #005997;
    color: #005997;
  }
  .portarrow-right {
    width: 73px;
    height: 73px;
    font-size: 20px;
    margin: 0 0 0 73px;
  }
  .portarrow-right:hover {
    border: solid 1px #005997;
    color: #005997;
  }
  .simulator-bg .simulator-set-btn {
    padding: 150px 0 0 0;
  }
  .simulatorbtn {
    margin-top: 80px;
  }
  .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: 0.3s ease-in-out;
    transition: 0.3s 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;
  }
  .simulator-car {
    width: 60%;
    position: absolute;
    bottom: 7%;
    right: 5%;
  }
  .simulator-car-mask {
    width: 60%;
    position: absolute;
    bottom: 7%;
    right: 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;
  }
  .simulator-bg-2022 {
    height: 115vh;
  }
  .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: 14%;
    right: 5%;
  }
  .simulator-car-mask {
    width: 60%;
    position: absolute;
    bottom: 14%;
    right: 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: 0.3s ease-in-out;
    transition: 0.3s 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;
  }
  .search-home-left {
    width: 50%;
  }
  .search-home-right {
    width: 50%;
  }
  .portfolio-set-1 {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0px 120px 0px 30px;
    font-size: 14px;
  }
  .portfolio-contact-title {
    font-size: 18px;
  }
  .portfolio-contact {
    font-size: 14px;
  }
}
@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: 100%;
  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;
  border-left: solid 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.similator-inner-per-active {
  width: 33.33%;
  float: left;
  height: 60px;
  background: #002154;
  color: #ed9f2d;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  border-left: solid 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.similator-inner-per:hover {
  background: #005997;
  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/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;
}
.brand-bg-sonic {
  padding: 110px 0 0px 0;
  line-height: 1.8;
}
.brand-bg-tribos {
  padding: 110px 0 0px 0;
  line-height: 1.8;
}
.brand-bg-llumar-ppf {
  padding: 110px 0 0px 0;
  line-height: 1.8;
}
.brand-bg-llumar-safety {
  padding: 110px 0 0px 0;
  line-height: 1.8;
}
.brand-bg-bray {
  padding: 110px 0 0px 0;
  line-height: 1.8;
}
.brand-bg-thule {
  padding: 110px 0 0px 0;
  line-height: 1.8;
}
.brand-bg-cardetailing {
  padding: 110px 0 0px 0;
  line-height: 1.8;
}
.brand-bg-llumar-prime {
  padding: 110px 0 0px 0;
  line-height: 1.8;
}
.brand-bgwhite {
  width: 95%;
  max-width: 1440px;
  background: rgba(230, 231, 232, 0.9);
  margin: 0 auto;
  padding: 0 0 70px 0;
  font-size: 19px;
}
.brand-logo-set {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: -75px 0 0 0;
}
#brand-logo {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #ccc;
  width: 130px;
  height: 130px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  float: left;
  margin: 10px 7px;
  box-shadow: 5px 5px 15px #999;
}
#brand-logo-img {
  background: #ccc;
  width: 100%;
  height: 100%;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 0;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.brand-logo {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #ccc;
  width: 130px;
  height: 130px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  float: left;
  margin: 10px 7px;
  box-shadow: 5px 5px 15px #999;
}
.brand-logo .brand-logo-img {
  background: #ccc;
  width: 100%;
  height: 100%;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 0;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.brand-logo .brand-logo-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.brand-logo:hover {
  padding: 10px;
  background: #808080;
}
.brand-logo:hover .brand-logo-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.brand-logo-active {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #ccc;
  width: 130px;
  height: 130px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  float: left;
  margin: 10px 7px;
  box-shadow: 5px 5px 15px #999;
  padding: 10px;
  background: #808080;
}
.brand-logo-active .brand-logo-img {
  background: #ccc;
  width: 100%;
  height: 100%;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 0;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.brand-content {
  margin: 30px 0 0 0;
  line-height: 1.8;
}
.brand-sonic-content-set-1 {
  position: relative;
  padding: 0 435px 0 0;
}
.brand-sonic-content-set-1 .brand-sonic-content-detail {
  background: #fff;
  padding: 30px 100px 30px 235px;
  margin: 30px 0 0 0;
  position: relative;
}
.brand-sonic-content-set-1 .brand-sonic-content-detail h2 {
  font-size: 22px;
  line-height: 40px;
  color: #972429;
  font-weight: "db_adman_xbold";
}
.brand-sonic-content-set-1 .brand-sonic-content-detail h3 {
  font-size: 26px;
  line-height: 40px;
}
.brand-sonic-content-set-1 .brand-sonic-content-detail ol {
  margin: 15px 0 0 100px;
  padding: 0;
}
.brand-sonic-content-set-1 .brand-sonic-content-detail ul {
  margin: 15px 0 0 100px;
  padding: 0;
}
.brand-sonic-content-set-1 .brand-sonic-content-img {
  width: 370px;
  line-height: 0;
  position: absolute;
  right: 135px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.brand-sonic-content-set-1 .brand-sonic-content-img img {
  width: 100%;
}
.brand-sonic-content-set-2 {
  position: relative;
  padding: 0 0 0 435px;
}
.brand-sonic-content-set-2 .brand-sonic-content-detail {
  background: #262626;
  padding: 30px 235px 30px 100px;
  margin: 30px 0 0 0;
  position: relative;
  color: #fff;
}
.brand-sonic-content-set-2 .brand-sonic-content-detail h2 {
  font-size: 22px;
  line-height: 40px;
  color: #972429;
  font-weight: "db_adman_xbold";
}
.brand-sonic-content-set-2 .brand-sonic-content-detail h3 {
  font-size: 26px;
  line-height: 40px;
}
.brand-sonic-content-set-2 .brand-sonic-content-detail ol {
  margin: 0 0 0 100px;
  padding: 0;
}
.brand-sonic-content-set-2 .brand-sonic-content-detail ul {
  margin: 0 0 0 100px;
  padding: 0;
}
.brand-sonic-content-set-2 .brand-sonic-content-img {
  width: 370px;
  line-height: 0;
  position: absolute;
  left: 135px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.brand-sonic-content-set-2 .brand-sonic-content-img img {
  width: 100%;
}
.brand-sonic-content-detail-txt {
  margin: 15px 0 0 100px;
}
.brand-sonic-title {
  font-size: 36px;
  font-weight: "db_adman_xbold";
  color: #972429;
  text-align: center;
  margin: 50px 0 0 0;
}
.brand-sonic-title-1 {
  font-size: 26px;
  font-weight: "db_adman_xbold";
  color: #972429;
  text-align: center;
  margin: 50px 0 0 0;
}
.brand-sonic-title-1-sub {
  font-size: 24px;
  text-align: center;
}
.brand-sonic-tel {
  font-size: 36px;
  font-weight: "db_adman_xbold";
  color: #972429;
  text-align: center;
  margin: 50px 0 0 0;
  padding: 30px 0 0 0;
  border-top: solid 2px #b4b4b4;
}
.brand-sonic-table-set {
  background: #adaeb2;
  margin: 0 15px;
}
.brand-sonic-table-title {
  background: #000;
  color: #fff;
  font-size: 24px;
  padding: 20px 15px;
  text-align: center;
  position: relative;
}
.brand-sonic-table-1 {
  background: #972429;
  color: #fff;
  float: left;
  width: 50%;
  border-right: solid 2px #fff;
}
.brand-sonic-table-1 .brand-sonic-table-txt {
  padding: 30px 40px 30px 30px;
  line-height: 2;
}
.brand-sonic-table-2 {
  background: #adaeb2;
  color: #fff;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.brand-sonic-table-2 .brand-sonic-table-txt {
  padding: 30px 40px;
  line-height: 2;
}
.brand-sonic-model-set {
  padding: 0 125px;
}
.brand-sonic-model {
  margin: 30px 0 0 0;
  padding: 0 20px;
  width: 50%;
  float: left;
}
.brand-sonic-model-img img {
  width: 100%;
}
.brand-sonic-model-detail {
  margin: 15px 0 0 0;
}
.brand-sonic-model-detail span {
  padding: 0 5px 0 0;
}
.brand-tribos-content {
  padding: 0 0 0 100px;
  margin: 30px 0 0 0;
}
.brand-tribos-content-set {
  position: relative;
  padding: 0 0 0 100px;
}
.brand-tribos-content-set .brand-tribos-content-detail {
  background: #262626;
  padding: 40px 50px 40px 450px;
  margin: 30px 0 0 0;
  position: relative;
  color: #fff;
}
.brand-tribos-content-set .brand-tribos-content-detail h2 {
  font-size: 22px;
  line-height: 40px;
  color: #ec1c24;
  font-weight: "db_adman_xbold";
}
.brand-tribos-content-set .brand-tribos-content-detail h3 {
  font-size: 26px;
  line-height: 40px;
}
.brand-tribos-content-set .brand-tribos-content-detail ol {
  margin: 0 0 0 100px;
  padding: 0;
}
.brand-tribos-content-set .brand-tribos-content-detail ul {
  margin: 0 0 0 50px;
  padding: 0;
}
.brand-tribos-content-set .brand-tribos-content-detail ul li {
  padding: 12px 0;
}
.brand-tribos-content-set .brand-tribos-content-img {
  width: 550px;
  line-height: 0;
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.brand-tribos-content-set .brand-tribos-content-img img {
  width: 100%;
}
.brand-tribos-content-detail-txt {
  margin: 15px 0 0 100px;
}
.brand-tribos-title {
  font-size: 36px;
  font-weight: "db_adman_xbold";
  color: #fff;
  background: #ec1c24;
  text-align: center;
  margin: 50px 0 0 0;
  padding: 20px 12px 10px 12px;
  line-height: 1.8;
}
.brand-tribos-title span {
  color: #000;
}
.brand-tribos-table-set {
  background: #adaeb2;
  margin: 30px 70px 0 70px;
  font-size: 18px;
}
.brand-tribos-table-title {
  background: #000;
  color: #fff;
  font-size: 24px;
  padding: 20px 15px;
  text-align: center;
  position: relative;
}
.brand-tribos-table-1 {
  background: #ec1c24;
  color: #fff;
  float: left;
  width: 50%;
  border-right: solid 2px #fff;
}
.brand-tribos-table-1 .brand-tribos-table-txt {
  padding: 30px 40px 30px 20px;
  line-height: 2;
}
.brand-tribos-table-2 {
  background: #adaeb2;
  color: #fff;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.brand-tribos-table-2 .brand-tribos-table-txt {
  padding: 30px 40px 30px 20px;
  line-height: 2;
}
.brand-tribos-model {
  margin: 30px 0 0 0;
  position: relative;
  padding: 0 0 0 300px;
  height: 300px;
}
.brand-tribos-model-img {
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 292px;
}
.brand-tribos-model-img img {
  width: 100%;
}
.brand-tribos-model-detail {
  margin: 7px 0 0 0;
}
.brand-tribos-model-detail h2 {
  font-size: 28px;
  color: #ec1c24;
  font-weight: "db_adman_xbold";
  line-height: 1.8;
}
.brand-tribos-model-detail h3 {
  font-size: 17px;
  color: #000;
  margin: 12px 0 0 0;
  line-height: 1.8;
}
.brand-tribos-note {
  font-size: 11px;
  color: #666;
  line-height: 1.5;
}
.brand-tribos-note span {
  font-weight: "db_adman_xbold";
}
.brand-llumar-ppf-content {
  padding: 0 430px 0 0;
  position: relative;
}
.brand-llumar-ppf-content ul {
  list-style: url("../images/8-brand/llumar-ppf-icon-list.png");
  font-size: 18px;
}
.brand-llumar-ppf-content ul li {
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
}
.brand-llumar-ppf-content ul li span {
  color: #ec1c24;
  font-weight: "db_adman_xbold";
}
.brand-llumar-ppf-content-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
}
.brand-llumar-ppf-content-img img {
  width: 100%;
}
.brand-llumar-safety-content ul {
  list-style: url("../images/8-brand/llumar-ppf-icon-list.png");
  font-size: 16px;
}
.brand-llumar-safety-content ul li {
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
}
.brand-llumar-safety-note {
  padding: 0 100px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 15px 0 0 0;
}
.brand-llumar-safety-note span {
  font-weight: "db_adman_xbold";
}
.brand-llumar-prime-content ul {
  list-style: url("../images/8-brand/llumar-ppf-icon-list.png");
  font-size: 16px;
}
.brand-llumar-prime-content ul li {
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
}
.brand-llumar-prime-content-logo {
  margin: 50px 0 0 0;
  text-align: center;
}
.brand-llumar-prime-note {
  padding: 0 50px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 15px 0 0 0;
}
.brand-llumar-prime-note span {
  font-weight: "db_adman_xbold";
}
.brand-llumar-prime-toptable {
  margin: 30px 0 0 0;
  border-top: solid 1px #bbb;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
}
.brand-bray-set-1 {
  padding: 0 470px 0 0;
  margin: 30px 0 0 0;
  position: relative;
}
.brand-bray-set-1 .brand-bray-content {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 40px 40px 40px 40px;
  width: 700px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.9;
}
.brand-bray-set-1 .brand-bray-content span {
  color: #d52027;
  font-weight: "db_adman_xbold";
}
.brand-bray-set-1 .brand-bray-img {
  width: 515px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-shadow: 5px 5px 15px #999;
}
.brand-bray-set-1 .brand-bray-img img {
  width: 100%;
}
.brand-bray-set-2 {
  position: relative;
  margin: -50px 0 0 0;
}
.brand-bray-set-2 .brand-bray-content {
  background: rgba(255, 255, 255, 0.9);
  width: 435px;
  height: 1065px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.brand-bray-set-2 .brand-bray-content span {
  color: #d52027;
  font-weight: "db_adman_xbold";
}
.brand-bray-set-2 .brand-bray-content .brand-bray-content-txt {
  padding: 0 30px;
  font-size: 16px;
}
.brand-bray-set-2 .brand-bray-content .brand-bray-content-txt ul {
  list-style: url("../images/8-brand/bray-icon-list.png");
  margin: 0;
  padding: 0 0 0 30px;
}
.brand-bray-set-2 .brand-bray-content .brand-bray-content-txt ul li {
  padding: 0 0 0 15px;
  margin: 15px 0 0 0;
}
.brand-bray-set-2 .brand-bray-content .brand-bray-content-txt ul li div.span {
  font-size: 22px;
  padding: 15px 0 5px 0;
  font-weight: "db_adman_xbold";
  color: #d52027;
}
.brand-bray-set-2 .brand-bray-img {
  position: relative;
  margin: 100px 0 0 0;
  box-shadow: 5px 5px 15px #999;
}
.brand-bray-set-2 .brand-bray-img img {
  width: 100%;
}
.brand-bray-content-title {
  border-bottom: solid 1px #d52027;
  color: #d52027;
  text-align: center;
  font-size: 38px;
  padding: 15px;
  margin: 15px 30px 0 30px;
  line-height: 1.5;
}
.brand-bray-content-title span {
  font-weight: "db_adman_xbold";
}
table.brand-bray-tb {
  margin: 30px 0 0 0;
  text-align: center;
}
table.brand-bray-tb th {
  background: #ec1c24;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
}
table.brand-bray-tb th + th {
  background: #00b2c8;
  border: solid 1px #fff;
}
table.brand-bray-tb td {
  background: #f1f1f2;
  border: solid 1px #fff;
}
table.brand-bray-tb td + td {
  background: #d2ebf2;
  border: solid 1px #fff;
}
.thule-content {
  margin: 30px 0 0 0;
}
.thule-content h2 {
  font-size: 30px;
  color: #f05a28;
  text-align: center;
}
.thule-content h2 span {
  font-size: 18px;
}
.thule-content h3 {
  font-size: 18px;
  text-align: center;
}
.thule-content-img {
  margin: 30px 0 0 0;
  text-align: center;
}
.thule-content-img img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.thule-content-list {
  margin: 40px 0 30px 0;
}
.thule-content-list ol il {
  padding: 0 0 0 50px;
}
.cardetailing-content {
  padding: 15px 0 30px 200px;
  position: relative;
  margin: 40px 0 0 0;
  min-height: 150px;
}
.cardetailing-content-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  text-align: center;
}
.cardetailing-content-title {
  border-right: solid 1px #176093;
  padding: 30px 0 30px 0;
}
.cardetailing-content-product {
  padding: 20px 0 40px 100px;
  position: relative;
  border-right: solid 1px #176093;
  min-height: 200px;
}
.cardetailing-content-product-img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 20px 0 0 -5px;
}
.cardetailing-content-product-detail {
  padding: 0 30px 0 0;
}
.cardetailing-content-product-detail h2 {
  font-size: 30px;
  color: #002154;
  font-weight: "db_adman_xbold";
}
.cardetailing-content-product-detail h3 {
  font-size: 16px;
  color: #005997;
}
.cardetailing-content-product-detail h4 {
  font-size: 16px;
}
.cardetailing-content-product-price {
  margin: 20px 0 0 0;
}
.bordernone {
  border-right: none;
}
@media (max-width: 767px) {
  .brand-bgwhite {
    width: 95%;
    max-width: 95% !important;
    font-size: 16px;
  }
  .brand-logo-set {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin: -105px 0 0 0;
  }
/*   .brand-logo {
    display: none;
  } */
  #brand-logo {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100px;
    height: 100px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    margin: 5px;
  }
  .brand-logo {
    width: 100px;
    height: 100px;
    margin: 5px;
  }
  .brand-logo-active {
    padding: 10px;
    background: #808080;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100px;
    height: 100px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    margin: 5px;
  }
  .brand-content {
    padding: 0 15px;
  }
  .brand-sonic-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-sonic-title-1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-sonic-title-1-sub {
    font-size: 20px;
    line-height: 1.5;
  }
  .brand-sonic-tel {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-sonic-content-set-1 {
    padding: 0 0 0 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail {
    padding: 30px 30px 80px 30px;
    margin: 50px 0 0 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail ol {
    margin: 15px 0 0 22px;
    padding: 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail ul {
    margin: 15px 0 0 22px;
    padding: 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-img {
    width: 100%;
    padding: 0 30px;
    margin: -50px 0 0 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .brand-sonic-content-set-2 {
    padding: 0 0 0 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail {
    background: #262626;
    padding: 30px 30px 80px 30px;
    margin: 50px 0 0 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail ol {
    margin: 15px 0 0 22px;
    padding: 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail ul {
    margin: 15px 0 0 22px;
    padding: 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-img {
    width: 100%;
    padding: 0 30px;
    margin: -50px 0 0 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-img img {
    width: 100%;
  }
  .brand-sonic-content-detail-txt {
    margin: 15px 0 0 5px;
  }
  .brand-sonic-table-set {
    background: #adaeb2;
    margin: 0 30px;
  }
  .brand-sonic-table-title {
    font-size: 20px;
    padding: 15px 15px;
  }
  .brand-sonic-table-1 {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #fff;
  }
  .brand-sonic-table-1 .brand-sonic-table-txt {
    padding: 20px 30px 20px 10px;
    line-height: 2;
  }
  .brand-sonic-table-2 {
    float: none;
    width: 100%;
  }
  .brand-sonic-table-2 .brand-sonic-table-txt {
    padding: 20px 30px 20px 10px;
    line-height: 2;
  }
  .brand-sonic-model-set {
    padding: 0;
  }
  .brand-sonic-model {
    margin: 30px 0 0 0;
    padding: 0 30px;
    width: 100%;
    float: none;
  }
  .brand-sonic-model-detail img {
    height: 30px;
  }
  .brand-tribos-content {
    padding: 0 15px;
  }
  .brand-tribos-content-set {
    padding: 0 0 0 0;
  }
  .brand-tribos-content-set .brand-tribos-content-detail {
    background: #262626;
    padding: 30px 30px 80px 30px;
    margin: 50px 0 0 0;
  }
  .brand-tribos-content-set .brand-tribos-content-detail h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .brand-tribos-content-set .brand-tribos-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-tribos-content-set .brand-tribos-content-detail ol {
    margin: 15px 0 0 15px;
    padding: 0;
  }
  .brand-tribos-content-set .brand-tribos-content-detail ul {
    margin: 15px 0 0 15px;
    padding: 0;
  }
  .brand-tribos-content-set .brand-tribos-content-img {
    width: 100%;
    padding: 0 30px;
    margin: -50px 0 0 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .brand-tribos-content-set .brand-tribos-content-img img {
    width: 100%;
  }
  .brand-tribos-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-tribos-table-set {
    background: #adaeb2;
    margin: 15px 0px 0 0px;
  }
  .brand-tribos-table-title {
    font-size: 20px;
    padding: 15px 15px;
  }
  .brand-tribos-table-1 {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #fff;
  }
  .brand-tribos-table-1 .brand-tribos-table-txt {
    padding: 20px 30px 20px 10px;
    line-height: 2;
    font-size: 16px;
  }
  .brand-tribos-table-2 {
    float: none;
    width: 100%;
  }
  .brand-tribos-table-2 .brand-tribos-table-txt {
    padding: 20px 30px 20px 10px;
    line-height: 2;
    font-size: 16px;
  }
  .brand-tribos-model {
    padding: 0 0 0 110px;
    height: auto;
    min-height: 130px;
  }
  .brand-tribos-model-img {
    width: 110px;
  }
  .brand-tribos-model-detail {
    margin: 7px 0 0 0;
  }
  .brand-tribos-model-detail h2 {
    font-size: 16px;
  }
  .brand-tribos-model-detail h3 {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
  }
  .brand-llumar-ppf-content {
    position: relative;
    padding: 0;
  }
  .brand-llumar-ppf-content ul {
    font-size: 16px;
  }
  .brand-llumar-ppf-content ul li {
    padding: 0 0 0 10px;
  }
  .brand-llumar-ppf-content-img {
    position: relative;
    margin: 30px 0 0 0;
    width: 100%;
  }
  .brand-llumar-safety-note {
    padding: 0 0px;
  }
  .brand-llumar-prime-content-logo img {
    height: 40px;
  }
  .brand-llumar-prime-note {
    padding: 0 0px;
  }
  .brand-llumar-prime-toptable {
    font-size: 15px;
  }
  .brand-bray-set-1 {
    padding: 0;
  }
  .brand-bray-set-1 .brand-bray-content {
    padding: 30px 30px 80px 30px;
    width: 100%;
    font-size: 16px;
  }
  .brand-bray-set-1 .brand-bray-img {
    width: auto;
    position: relative;
    margin: -50px 30px 0 30px;
  }
  .brand-bray-set-1 .brand-bray-img img {
    width: 100%;
  }
  .brand-bray-set-2 {
    margin: 50px 0 0 0;
  }
  .brand-bray-set-2 .brand-bray-content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    padding: 0 0 15px 0;
  }
  .brand-bray-set-2 .brand-bray-content span {
    color: #d52027;
    font-weight: "db_adman_xbold";
  }
  .brand-bray-set-2 .brand-bray-content .brand-bray-content-txt {
    font-size: 16px;
  }
  .brand-bray-set-2 .brand-bray-img {
    position: relative;
    padding: 0 0;
    margin: 0 30px;
    z-index: 1;
  }
  .brand-bray-set-2 .brand-bray-img img {
    width: 100%;
  }
  .brand-bray-content-title {
    font-size: 28px;
    padding: 80px 0px 15px 0px;
    margin: -50px 30px 0 30px;
    line-height: 1.5;
  }
  .thule-content h2 {
    font-size: 30px;
  }
  .thule-content h2 span {
    font-size: 16px;
  }
  .thule-content h3 {
    font-size: 16px;
  }
  .cardetailing-content {
    padding: 15px 0 30px 0;
  }
  .cardetailing-content-img {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .cardetailing-content-title {
    border-right: none;
  }
  .cardetailing-content-product {
    border-right: none;
    padding: 20px 0 40px 100px;
  }
  .cardetailing-content-product-detail h2 {
    font-size: 18px;
  }
  .cardetailing-content-product-detail h3 {
    font-size: 14px;
  }
  .cardetailing-content-product-detail h4 {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-bgwhite {
    width: 95%;
    max-width: 95% !important;
    font-size: 16px;
  }
  .brand-logo-set {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin: -105px 0 0 0;
  }
  .brand-logo {
    display: none;
  }
  .brand-logo {
    display: none;
  }
  #brand-logo {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 190px;
    height: 190px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    margin: 10px;
  }
  .brand-logo-active {
    padding: 10px;
    background: #808080;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 190px;
    height: 190px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    margin: 10px;
  }
  .brand-content {
    padding: 0 15px;
  }
  .brand-sonic-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-sonic-title-1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-sonic-title-1-sub {
    font-size: 20px;
    line-height: 1.5;
  }
  .brand-sonic-tel {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-sonic-content-set-1 {
    padding: 0 0 0 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail {
    padding: 30px 30px 230px 30px;
    margin: 50px 0 0 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail ol {
    margin: 15px 0 0 15px;
    padding: 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail ul {
    margin: 15px 0 0 15px;
    padding: 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-img {
    width: 100%;
    padding: 0 100px;
    margin: -200px 0 0 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .brand-sonic-content-set-2 {
    padding: 0 0 0 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail {
    background: #262626;
    padding: 30px 30px 230px 30px;
    margin: 50px 0 0 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail ol {
    margin: 15px 0 0 15px;
    padding: 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail ul {
    margin: 15px 0 0 15px;
    padding: 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-img {
    width: 100%;
    padding: 0 100px;
    margin: -200px 0 0 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-img img {
    width: 100%;
  }
  .brand-sonic-content-detail-txt {
    margin: 15px 0 0 5px;
  }
  .brand-sonic-table-set {
    background: #adaeb2;
    margin: 15px 30px 0 30px;
  }
  .brand-sonic-table-title {
    font-size: 20px;
    padding: 15px 15px;
  }
  .brand-sonic-table-1 .brand-sonic-table-txt {
    padding: 20px 30px 20px 10px;
    line-height: 2;
  }
  .brand-sonic-table-2 .brand-sonic-table-txt {
    padding: 20px 30px 20px 10px;
    line-height: 2;
  }
  .brand-sonic-model-set {
    padding: 0 10px;
  }
  .brand-tribos-content {
    padding: 0px;
  }
  .brand-tribos-content-set {
    padding: 0 0 0 0;
  }
  .brand-tribos-content-set .brand-tribos-content-detail {
    background: #262626;
    padding: 30px 30px 230px 30px;
    margin: 50px 0 0 0;
  }
  .brand-tribos-content-set .brand-tribos-content-detail h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .brand-tribos-content-set .brand-tribos-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-tribos-content-set .brand-tribos-content-detail ol {
    margin: 15px 0 0 15px;
    padding: 0;
  }
  .brand-tribos-content-set .brand-tribos-content-detail ul {
    margin: 15px 0 0 15px;
    padding: 0;
  }
  .brand-tribos-content-set .brand-tribos-content-img {
    width: 100%;
    padding: 0 100px;
    margin: -200px 0 0 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .brand-tribos-content-set .brand-tribos-content-img img {
    width: 100%;
  }
  .brand-tribos-table-set {
    background: #adaeb2;
    margin: 15px 30px 0 30px;
  }
  .brand-tribos-table-title {
    font-size: 20px;
    padding: 15px 15px;
  }
  .brand-tribos-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-tribos-table-1 .brand-tribos-table-txt {
    padding: 20px 30px 20px 10px;
    line-height: 2;
  }
  .brand-tribos-table-2 .brand-tribos-table-txt {
    padding: 20px 30px 20px 10px;
    line-height: 2;
  }
  .brand-tribos-model {
    padding: 0 0 0 110px;
    height: auto;
    min-height: 130px;
  }
  .brand-tribos-model-img {
    width: 110px;
  }
  .brand-tribos-model-detail {
    margin: 7px 0 0 0;
  }
  .brand-tribos-model-detail h2 {
    font-size: 16px;
  }
  .brand-tribos-model-detail h3 {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
  }
  .brand-llumar-ppf-content {
    position: relative;
    padding: 0;
  }
  .brand-llumar-ppf-content ul {
    font-size: 16px;
  }
  .brand-llumar-ppf-content ul li {
    padding: 0 0 0 10px;
  }
  .brand-llumar-ppf-content-img {
    position: relative;
    margin: 30px 10% 0 10%;
    width: 80%;
  }
  .brand-llumar-safety-note {
    padding: 0 0px;
  }
  .brand-llumar-prime-note {
    padding: 0 0px;
  }
  .brand-bray-set-1 {
    padding: 0;
  }
  .brand-bray-set-1 .brand-bray-content {
    padding: 30px 30px 80px 30px;
    width: 100%;
    font-size: 16px;
  }
  .brand-bray-set-1 .brand-bray-img {
    width: auto;
    position: relative;
    margin: -200px 70px 0 70px;
  }
  .brand-bray-set-1 .brand-bray-img img {
    width: 100%;
  }
  .brand-bray-set-2 {
    margin: 50px 0 0 0;
  }
  .brand-bray-set-2 .brand-bray-content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    padding: 0 0 15px 0;
  }
  .brand-bray-set-2 .brand-bray-content span {
    color: #d52027;
    font-weight: "db_adman_xbold";
  }
  .brand-bray-set-2 .brand-bray-content .brand-bray-content-txt {
    font-size: 16px;
  }
  .brand-bray-set-2 .brand-bray-img {
    position: relative;
    padding: 0 0;
    margin: 0 70px;
    z-index: 1;
  }
  .brand-bray-set-2 .brand-bray-img img {
    width: 100%;
  }
  .brand-bray-content-title {
    font-size: 28px;
    padding: 80px 0px 15px 0px;
    margin: -50px 30px 0 30px;
    line-height: 1.5;
  }
  .thule-content h2 {
    font-size: 24px;
    color: #f05a28;
    text-align: center;
  }
  .thule-content h2 span {
    font-size: 14px;
  }
  .thule-content h3 {
    font-size: 14px;
    min-height: 100px;
  }
  .cardetailing-content-title {
    border-right: none;
  }
  .cardetailing-content-product {
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .simulator-btn-2021 {
    right: 0;
    bottom: 15px;
  }
  .brand-bgwhite {
    width: 95%;
    max-width: 95% !important;
    font-size: 16px;
  }
  .brand-logo-set {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin: -60px 0 0 0;
  }
  #brand-logo {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
  }
  #brand-logo-img {
    background: #ccc;
    width: 100%;
    height: 100%;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }
  .brand-logo {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
  }
  .brand-logo .brand-logo-img {
    background: #ccc;
    width: 100%;
    height: 100%;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .brand-logo:hover {
    padding: 7px;
  }
  .brand-logo-active {
    padding: 7px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
  }
  .brand-logo-active .brand-logo-img {
    background: #ccc;
    width: 100%;
    height: 100%;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }
  .brand-content {
    padding: 0 15px;
  }
  .brand-sonic-content-set-1 {
    padding: 0 270px 0 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail {
    padding: 30px 130px 30px 50px;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail ol {
    margin: 15px 0 0 50px;
    padding: 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-detail ul {
    margin: 15px 0 0 50px;
    padding: 0;
  }
  .brand-sonic-content-set-1 .brand-sonic-content-img {
    width: 320px;
    right: 30px;
    top: 0;
  }
  .brand-sonic-content-set-2 {
    padding: 0 0 0 270px;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail {
    padding: 30px 50px 30px 130px;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail ol {
    margin: 0 0 0 50px;
    padding: 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-detail ul {
    margin: 0 0 0 50px;
    padding: 0;
  }
  .brand-sonic-content-set-2 .brand-sonic-content-img {
    width: 320px;
    line-height: 0;
    position: absolute;
    left: 30px;
    top: 0;
  }
  .brand-sonic-content-detail-txt {
    margin: 15px 0 0 50px;
  }
  .brand-sonic-table-set {
    background: #adaeb2;
    margin: 15px 30px 0 30px;
  }
  .brand-sonic-model-set {
    padding: 0 10px;
  }
  .brand-tribos-content-set {
    padding: 0 0 0 100px;
  }
  .brand-tribos-content-set .brand-tribos-content-detail {
    padding: 30px 50px 30px 230px;
  }
  .brand-tribos-content-set .brand-tribos-content-detail h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .brand-tribos-content-set .brand-tribos-content-detail h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-tribos-content-set .brand-tribos-content-detail ol {
    margin: 0 0 0 50px;
    padding: 0;
  }
  .brand-tribos-content-set .brand-tribos-content-detail ul {
    margin: 0 0 0 50px;
    padding: 0;
  }
  .brand-tribos-content-set .brand-tribos-content-img {
    width: 300px;
    line-height: 0;
    position: absolute;
    left: 30px;
    top: 0;
  }
  .brand-tribos-content-detail-txt {
    margin: 15px 0 0 50px;
  }
  .brand-tribos-table-set {
    background: #adaeb2;
    margin: 15px 30px 0 30px;
  }
  .brand-tribos-model {
    padding: 0 0 0 120px;
    height: auto;
    min-height: 130px;
  }
  .brand-tribos-model-img {
    width: 110px;
  }
  .brand-tribos-model-detail {
    margin: 7px 0 0 0;
  }
  .brand-tribos-model-detail h2 {
    font-size: 20px;
  }
  .brand-tribos-model-detail h3 {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
  }
  .brand-llumar-ppf-content {
    position: relative;
    padding: 0 300px 0 0;
  }
  .brand-llumar-ppf-content ul {
    font-size: 16px;
  }
  .brand-llumar-ppf-content ul li {
    padding: 0 0 0 10px;
  }
  .brand-llumar-ppf-content-img {
    width: 300px;
  }
  .brand-llumar-ppf-content-img img {
    width: 100%;
  }
  .brand-llumar-prime-note {
    padding: 0 0px;
  }
  .brand-llumar-prime-content-logo img {
    height: 50px;
  }
  .brand-bray-set-1 {
    padding: 0 470px 0 0;
  }
  .brand-bray-set-1 .brand-bray-content {
    padding: 30px;
    width: 565px;
    position: relative;
    font-size: 15px;
  }
  .brand-bray-set-1 .brand-bray-img {
    width: 415px;
  }
  .brand-bray-set-2 {
    position: relative;
    margin: 50px 0 0 0;
  }
  .brand-bray-set-2 .brand-bray-content {
    width: 435px;
    height: auto;
    padding: 0 0 15px 0;
  }
  .brand-bray-set-2 .brand-bray-content span {
    color: #d52027;
    font-weight: "db_adman_xbold";
  }
  .brand-bray-set-2 .brand-bray-content .brand-bray-content-txt {
    padding: 0 30px;
    font-size: 15px;
  }
  .brand-bray-set-2 .brand-bray-content .brand-bray-content-txt ul {
    list-style: url("../images/8-brand/bray-icon-list.png");
    margin: 0;
    padding: 0 0 0 30px;
  }
  .brand-bray-set-2 .brand-bray-content .brand-bray-content-txt ul li {
    padding: 0 0 0 15px;
    margin: 20px 0 0 0;
  }
  .brand-bray-set-2 .brand-bray-content .brand-bray-content-txt ul li div.span {
    font-size: 24px;
    padding: 15px 0 5px 0;
    font-weight: "db_adman_xbold";
    color: #d52027;
  }
  .brand-bray-set-2 .brand-bray-img {
    position: relative;
    margin: 250px 0 0 0;
    box-shadow: 5px 5px 15px #999;
  }
  .brand-bray-set-2 .brand-bray-img img {
    width: 100%;
  }
  .brand-bray-content-title {
    border-bottom: solid 1px #d52027;
    color: #d52027;
    text-align: center;
    font-size: 34px;
    padding: 15px;
    margin: 15px 30px 0 30px;
    line-height: 1.5;
  }
  .brand-bray-content-title span {
    font-weight: "db_adman_xbold";
  }
}
.cardetailing-content-product-detail ul {
  font-size: 16px;
}
.cardetailing-content-product-detail ol {
  font-size: 16px;
}
.estimate-bg-set {
  background: #e7e7e7;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 50px 50px;
  margin: 50px 0 0 0;
}
.estimate-btn-1 {
  border: solid 1px #fff;
  padding: 25px 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 30px 0 0 0;
  background: #fff;
  color: #1a1919;
  border: solid 2px #005997;
}
.estimate-btn-2 {
  border: solid 1px #fff;
  padding: 25px 30px;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin: 30px 0 0 0;
  background: #002154;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
}
.estimate-contact-line {

  margin: 3rem 0 ;
  text-align: center;
  background: #e7e7e7;
  padding: 50px;
  border-radius: 5px;
/*   display: flex;
  align-items: center;
  justify-content: center; */
}
.estimate-form {
  background: #e7e7e7;
  padding: 50px;
  border-radius: 5px;
}
/* .estimate-contact-line .qr-img {
  margin-right: 2%;
}
.estimate-contact-line .qr-img img{
height: 100px;
width: auto;
}
.estimate-contact-line .lamina-img img{
height: 110px;
width: auto;
} */
@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%;
  }
  .estimate-bg-set {
    padding: 30px;
  }
}
@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;
  }
}
.portfolio-search-set {
  float: right;
}
.portfolio-search-brand {
  width: 300px;
  float: left;
  margin: 30px 0px 0 0;
  padding: 0 40px 0 0;
  border: solid 1px #666;
  position: relative;
}
.portfolio-search-brand input {
  width: 100%;
  border: none;
  background: none;
  color: #666;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
}
.portfolio-search-brand input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "db_adman_xregular";
}
.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: #002154;
}
.portfolio-search-sort {
  width: 200px;
  float: right;
  margin: 30px 0 0 0;
  border: solid 1px #666;
}
.portfolio-search-sort select {
  width: 100%;
  border: none;
  background: none;
  color: #666;
  height: 38px;
}
@media (max-width: 767px) {
  .portfolio-search-set {
    float: none;
    width: 100%;
  }
  .portfolio-search-brand {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .estimate-bg-set {
    padding: 15px;
  }
  .estimate-btn-1 {
    font-size: 18px;
    padding: 20px;
  }
  .estimate-btn-2 {
    font-size: 18px;
    padding: 20px;
    margin: 15px 0 0 0;
  }
  .estimate-contact-line {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .estimate-contact-line .qr-img {
    margin-bottom: 1rem;

  }
  .estimate-contact-line .qr-img img{
   height: 85px;
   width: auto;
  }
}
.portfolio-list {
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
.portfolio-list-img {
  line-height: 0;
  overflow: hidden;
}
.portfolio-list-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio-list-detail {
  padding: 12px;
  height: 100px;
}
.portfolio-list-detail h2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  color: #002154;
  font-weight: bold;
}
.portfolio-list-detail h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #002154;
}
.portfolio-list:hover .portfolio-list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio-list-share {
  position: absolute;
  bottom: 7px;
  right: 12px;
}
.portfolio-list-share i {
  font-size: 14px;
  color: #1a1919;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  padding: 2px 10px 0 0;
  color: #666;
}
.portfolio-list-share i {
  font-size: 24px;
  padding: 0 3px;
}
.portfolio-list-share i.fa-facebook-square {
  color: #3b5999;
}
.portfolio-list-share i.fa-line {
  color: #00b900;
}
.portfolio-list-share i.fa-twitter-square {
  color: #00acee;
}
.portfolio-list-share i.fa-plus-square {
  color: #002154;
}
div.portfolio-list-show {
  display: block;
}
div.portfolio-list-show + div.portfolio-list-show {
  display: block;
}
div.portfolio-list-show + div.portfolio-list-show + div.portfolio-list-show {
  display: block;
}
div.portfolio-list-show
  + div.portfolio-list-show
  + div.portfolio-list-show
  + div.portfolio-list-show {
  display: none;
}
@media (max-width: 575px) {
  .portfolio-list-img img {
    height: auto;
  }
  .portfolio-list-detail h2 {
    font-size: 16px;
  }
  .portfolio-list-detail h3 {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .portfolio-list-img img {
    height: auto;
  }
  .portfolio-list-detail h2 {
    font-size: 15px;
  }
  .portfolio-list-detail h3 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-list-img img {
    height: 189px;
  }
  .portfolio-list-detail h2 {
    font-size: 15px;
  }
  .portfolio-list-detail h3 {
    font-size: 12px;
  }
  div.portfolio-list-show
    + div.portfolio-list-show
    + div.portfolio-list-show
    + div.portfolio-list-show {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-list-img img {
    height: 166px;
  }
}
