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: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#movement-01 {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
#movement-02 {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#movement-03 {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#movement-04 {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
#movement-05 {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#movement-06 {
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
#movement-07 {
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}
#movement-08 {
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
#movement-09 {
  -webkit-transition: .9s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom-5-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom-5-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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!important;
  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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: 9;
  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;
  }
}
#none-effect {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
}
input,
select,
textarea,
button {
  font-family: 'db_adman_xregular' !important;
  font-size: 16px;
  font-weight: 300;
}
section.home {
  padding: 0;
}
section {
  padding: 50px 0;
}
.product-category-set {
  margin: 0 0 50px 0;
}
.product-category {
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  background: #1d224b;
  background: -moz-linear-gradient(left,#1d224b 0%,#0062ac 50%,#1d224b 100%);
  background: -webkit-linear-gradient(left,#1d224b 0%,#0062ac 50%,#1d224b 100%);
  background: linear-gradient(to right,#1d224b 0%,#0062ac 50%,#1d224b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d224b',endColorstr='#1d224b',GradientType=1);
}
.product-category-img {
  line-height: 0;
  margin: 30px 0 0 0;
}
.product-category-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-category-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-category-sub {
  border-bottom: solid 1px #005997;
  margin: 50px 0 0 0;
  padding: 0 0 12px 45px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #005997;
}
.product-category-sub i {
  position: absolute;
  left: 0;
  top: 2px;
}
.portfolio-list-banner {
  position: relative;
}
.portfolio-list-banner img {
  width: 100%;
}
.portfolio-list-banner-select {
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: 500px;
  margin: 0 0 0 -250px;
}
.portfolio-list-banner-select:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #005997;
  position: absolute;
  top: 45%;
  right: 15px;
  content: "";
  z-index: 2;
}
.portfolio-list-banner-select select {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  border: solid 1px #005997;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0 30px;
  color: #005997;
  position: relative;
  background: #fff;
}
.portfolio-list-banner-detail {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.portfolio-list-banner-detail h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
}
.portfolio-list-banner-detail-txt {
  font-family: 'db_adman_xregular';
  font-size: 24px;
  margin: 12px 0 0 0;
}
.portfolio-list-title {
  font-size: 24px;
  font-weight: bold;
  color: #002154;
}
.portfolio-list-sortby {
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
.portfolio-list-sortby .dropdown-menu {
  padding: 0px 20px;
  max-height: 250px;
  overflow-y: scroll;
}
.portfolio-list-drop-set {
  padding: 12px 0;
}
.portfolio-list-drop-title {
  font-size: 16px;
  color: #002154;
  font-weight: bold;
}
.portfolio-list-drop label {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
}
.portfolio-list-drop label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: solid 1px #e7e7e7;
}
.portfolio-list-drop-labelcheck {
  display: block;
  position: relative;
  padding-left: 45px;
  margin: 7px 0 0 0;
  cursor: pointer;
  font-size: 20px;
}
.portfolio-list-drop-labelcheck input[type=checkbox] {
  visibility: hidden;
}
.portfolio-list-drop-aftercheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #ccc;
}
.portfolio-list-drop-labelcheck input:checked ~ .portfolio-list-drop-aftercheck {
  background-color: #005997;
}
.portfolio-list-drop-aftercheck:after {
  content: "";
  position: absolute;
  display: none;
}
.portfolio-list-drop-labelcheck input:checked ~ .portfolio-list-drop-aftercheck:after {
  display: block;
}
.portfolio-list-drop-labelcheck .portfolio-list-drop-aftercheck:after {
  left: 4px;
  bottom: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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: 247px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.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: .3s ease-in-out;
  transition: .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;
}
.loadmore {
  padding: 0 25px;
  min-width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #005997;
  border: solid 1px #005997;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loadmore:hover {
  background: #005997;
  color: #fff;
}
.portfolio-detail-title {
  font-size: 24px;
  font-weight: bold;
  color: #002154;
  text-align: center;
}
.portfolio-detail-content {
  padding: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 30px 0 0 0;
  line-height: 1.8;
}
.portfolio-detail-content-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.portfolio-detail-list {
  margin: 30px 0 0 0;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  overflow: hidden;
}
.portfolio-detail-list-img {
  line-height: 0;
  overflow: hidden;
}
.portfolio-detail-list-img img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.portfolio-detail-list-detail {
  padding: 12px;
  height: 80px;
}
.portfolio-detail-list-detail h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}
.btn-back-next-set {
  margin: 30px 0 0 0;
}
#btn-back-next {
  min-width: 120px;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 10px;
  background: #002154;
  color: #fff;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back {
  min-width: 120px;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 10px;
  background: #002154;
  color: #fff;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back:hover {
  background: #005997;
}
.btn-next {
  min-width: 120px;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 10px;
  background: #002154;
  color: #fff;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-next:hover {
  background: #005997;
}
.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 {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  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;
}
.dealer-input-txt input {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  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);
  font-size: 16px;
  color: #000;
}
.dealer-input-txt input::placeholder {
  color: #999;
}
.dealer-input-2 {
  position: relative;
  margin: 15px 0 0 0;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: none;
  border-radius: 100px !important;
}
.dealer-input-2: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-2 select {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  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-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-set {
  background: #002154;
  background: -moz-linear-gradient(left,#002154 0%,#002154 50%,#ffffff 50%,#ffffff 100%);
  background: -webkit-linear-gradient(left,#002154 0%,#002154 50%,#ffffff 50%,#ffffff 100%);
  background: linear-gradient(to right,#002154 0%,#002154 50%,#ffffff 50%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002154',endColorstr='#ffffff',GradientType=1);
}
.dealer-bg-left {
  max-height: 650px;
  margin: 0px 0 0 0;
  padding: 50px 15px;
  background: #002154;
  position: relative;
}
.dealer-bg-right {
  max-height: 650px;
  margin: 0px 0 0 0;
  padding: 50px 15px;
  background: #fff;
  position: relative;
}
.dealer-box {
  max-height: 350px;
  overflow: auto;
}
.dealer-box::-webkit-scrollbar {
  width: 3px;
}
.dealer-box::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.dealer-box::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.1);
}
.dealer-box::-webkit-scrollbar-thumb:window-inactive {
  background: #ffffff;
}
.dealer-logo {
  line-height: 0;
  text-align: center;
}
.dealer-logo img {
  height: 120px;
}
.dealer-key {
  margin: 15px 0 0 0;
  text-align: center;
}
.dealer-key h2 {
  font-size: 20px;
}
.dealer-bg-left .dealer-key {
  color: #fff;
}
.dealer-bg-right .dealer-key {
  color: #1A1919;
}
.dealer-llux-set .dealer-key {
  color: #fff;
}
.dealer-bg-left .dealer-location {
  color: #fff;
}
.dealer-bg-right .dealer-location {
  color: #1A1919;
}
.dealer-bg-right .dealer-location i {
  color: #002154;
}
.dealer-llux .dealer-location {
  color: #1A1919;
  margin: 0;
  font-size: 12px;
}
.dealer-llux .dealer-location i {
  color: #002154;
}
.dealer-bg-left .loadmore {
  border: solid 1px #fff;
  color: #fff;
}
.dealer-location {
  padding: 0 0 0 40px;
  position: relative;
  margin: 40px 0 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-location i {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-location h2 {
  font-size: 20px;
}
.dealer-location:hover {
  padding: 0 0 0 60px;
}
.dealer-location:hover i {
  font-size: 60px;
  top: 0;
}
.dealer-llux-set {
  background: url(../images/template2021/dealer-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0 30px 0;
  z-index: 2;
}
.dealer-llux {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.dealer-llux .dealer-location h2 {
  font-size: 16px;
  font-weight: bold;
}
.dealer-llux .dealer-location i {
  top: 7px;
}
.dealer-llux .dealer-location:hover i {
  top: 0px;
  margin: -5px 0 0 0;
}
.appointment-list {
  margin: 30px 0 0 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;
}
.appointment-list-img {
  line-height: 0;
  overflow: hidden;
}
.appointment-list-img img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.appointment-list-detail {
  padding: 12px;
  height: 100px;
  text-align: center;
}
.appointment-list-detail h2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  color: #002154;
  font-weight: bold;
}
.appointment-list-detail h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #1A1919;
}
.appointment-list-detail h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #1A1919;
}
.appointment-list:hover .appointment-list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.appointment-content-box {
  padding: 30px 45px 60px 45px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.appointment-content {
  padding: 0 15px;
}
.appointment-title {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.appointment-img {
  line-height: 0;
  margin: 15px 0 0 0;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.appointment-img img {
  width: 100%;
  height: auto;
}
.appointment-company {
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: bold;
}
.appointment-h {
  font-size: 14px;
  color: #999;
  margin: 7px 0 0 0;
}
.appointment-d {
  font-size: 16px;
}
.appointment-select {
  margin: 15px 0 0 0;
  position: relative;
}
.appointment-select:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ccc;
  position: absolute;
  top: 45%;
  right: 15px;
  content: "";
  z-index: 2;
}
.appointment-select input {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  border: solid 1px #ccc;
  font-size: 16px;
}
.appointment-select select {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  border: solid 1px #ccc;
  font-size: 16px;
}
.appointment-input {
  margin: 30px 0 0 0;
  position: relative;
}
.appointment-input input {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  border: solid 1px #ccc;
  font-size: 16px;
}
.appointment-input select {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  border: solid 1px #ccc;
  font-size: 16px;
}
.appointment-input textarea {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 80px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  border: solid 1px #ccc;
  font-size: 16px;
}
.appointment-input-2 {
  margin: 15px 0 0 0;
  position: relative;
}
.appointment-input-2 input {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  border: solid 1px #ccc;
  font-size: 16px;
}
.appointment-input-2 select {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  border: solid 1px #ccc;
  font-size: 16px;
}
.appointment-input-2 textarea {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  width: 100%;
  height: 80px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  border: solid 1px #ccc;
  font-size: 16px;
}
.appointment-input-txt {
  font-size: 16px;
}
.appointment-input-txt span {
  padding: 0 0 0 7px;
  color: #cd0000;
}
.appointment-remark {
  font-size: 12px;
  color: #999;
  margin: 12px 0 0 0;
}
.appointment-btn {
  margin: 30px 15px 0 15px;
}
.appointment-btn input {
  outline: none;
  word-wrap: break-word;
  -webkit-appearance: none;
  min-width: 280px;
  max-width: 100%;
  height: 45px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #002154;
  color: #fff;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.appointment-btn input:hover {
  background: #005997;
}
.appointment-accept {
  margin: 15px 0 0 0;
}
.appointment-accept label {
  position: relative;
  padding: 0 0 0 30px;
}
.appointment-accept input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: solid 1px #ddd;
  position: absolute;
  left: 0;
  top: 3px;
  margin: 0 12px 0 0;
}
.appointment-accept a {
  color: #005997;
}
.estimate-content-box {
  padding: 30px 45px 40px 45px;
  margin: 50px 0 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.estimate-content-inner {
  padding: 0 30px;
  line-height: 2;
  color: #666;
}
.estimate-content-inner strong {
  color: #000;
}
.estimate-content-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 15px 0 0 0;
}
.estimate-bd {
  border-right: solid 1px #e7e7e7;
}
.estimate-bd-2 {
  border-right: solid 1px #e7e7e7;
}
.estimate-total-price {
  font-size: 50px;
  font-weight: bold;
  color: #002154;
  line-height: 1.2;
}
.estimate-btn-1 {
  margin: 50px 0 0 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  border: solid 2px #002154;
  color: #002154;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.estimate-btn-2 {
  margin: 50px 0 0 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  border: solid 2px #002154;
  color: #002154;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.estimate-btn-3 {
  margin: 50px 0 0 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #002154;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.estimate-btn-1:hover {
  background: #002154;
  color: #fff;
}
.estimate-btn-2:hover {
  background: #002154;
  color: #fff;
}
.estimate-btn-3:hover {
  background: #005997;
}
.aboutus-bg-set-1 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.aboutus-bg-set-2 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.aboutus-bg-set-4 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
  min-height: 850px;
  margin: 50px 0 0 0;
  padding: 50px 0;
}
.aboutus-bg-set-5 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
  min-height: 850px;
  padding: 50px 0;
}
.about-content-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 950px;
}
.about-content {
  line-height: 1.8;
  color: #fff;
  padding: 0 50px;
  font-size: 20px;
}
.about-content-bottom {
  padding: 30px 0;
  text-align: center;
  line-height: 1.8;
}
.about-content-box {
  padding: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin: 50px 0 0 0;
}
.about-content-img {
  line-height: 0;
}
.about-content-detail {
  border-left: solid 5px #002154;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  line-height: 1.8;
}
.about-content-detail-2 {
  border-left: solid 5px #002154;
  margin: 0 50px 0 70px;
  padding: 0 0 0 30px;
  line-height: 1.8;
}
.about-content-detail-3 {
  border-left: solid 5px #002154;
  margin: 30px 50px 0 70px;
  padding: 0 0 0 30px;
  line-height: 1.8;
}
.about-content-detail-bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.about-content-middle-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 100%;
}
.award-bg-set-1 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.award-bg-set-2 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.award-bg-set-3 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.award-bg-set-4 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.award-bg-set-5 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.award-bg-set-6 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.award-bg-set-7 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.award-bg-set-8 {
  background: no-repeat;
  background-size: 100% !important;
  position: relative;
}
.award-content-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 950px;
}
.award-content {
  padding: 0 50px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.award-content-top {
  margin: 12px 0 0 0;
  font-size: 20px;
}
.review {
  background: #fff;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin: 15px 0;
}
.review-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.review-img img {
  width: 100%;
  height: 206px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.review-detail {
  padding: 15px 15px;
  color: #444;
  height: 180px;
}
.review-detail h4 {
  font-weight: bold;
  color: #002154;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-detail h2 {
  font-family: 'db_adman_xregular';
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-detail h3 {
  font-family: 'db_adman_xregular';
  font-size: 16px;
}
.review-detail h3 span {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 0 7px;
}
.review-btn-set {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 15px 0 20px 0;
}
.review-btn {
  width: 180px;
  height: 40px;
  padding: 3px 15px 0 15px;
  font-size: 14px;
  border: solid 1px #002154;
  background: #002154;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.review-btn:hover {
  background: #fff;
  color: #002154;
}
.review:hover .review-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.review-vdo {
  margin: 30px 0;
  line-height: 0;
  text-align: center;
}
.review-vdo iframe {
  width: 100%;
  height: 660px;
}
.review-content h1 {
  font-weight: bold;
  color: #002154;
  font-size: 18px;
}
.review-content h3 {
  font-family: 'db_adman_xregular';
  font-size: 16px;
}
.review-content h2 {
  font-family: 'db_adman_xregular';
  font-size: 16px;
}
.review-content h2 span {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 0 7px;
}
.review-title-other {
  margin: 50px 0 0 0;
  border-top: solid 1px #e7e7e7;
  padding: 30px 0 0px 0;
  font-size: 24px;
}
.review-title-other span {
  font-weight: bold;
  color: #002154;
}
.review-link {
  margin: 15px 0 0 0;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  color: #005997;
}
.review-link:hover {
  color: #002154;
}
.reviewcontent {
  padding: 0 0 30px 0;
  height: 72px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  section {
    padding: 30px 0;
  }
  .container {
    padding: 0 15px !important;
  }
  .pad-none {
    padding: 0 !important;
  }
  .portfolio-list-banner-detail {
    top: 10px;
  }
  .portfolio-list-banner-detail h1 {
    font-size: 16px;
  }
  .portfolio-list-banner-detail-txt {
    font-size: 12px;
    margin: 7px 0 0 0;
  }
  .portfolio-list-banner-select {
    bottom: 10px;
    width: 300px;
    margin: 0 0 0 -150px;
  }
  .portfolio-list-title {
    font-size: 18px;
    padding: 0 0 7px 0;
    border-bottom: solid 1px #e7e7e7;
  }
  .portfolio-list-sortby {
    margin: 12px 0 0 0;
    font-size: 14px;
  }
  .portfolio-list-img img {
    height: auto;
  }
  .portfolio-list-detail h2 {
    font-size: 16px;
  }
  .portfolio-list-detail h3 {
    font-size: 13px;
  }
  .portfolio-detail-title {
    font-size: 18px;
  }
  .portfolio-detail-content {
    padding: 15px;
  }
  .portfolio-detail-list-img img {
    height: auto;
  }
  .dealer-bg-set {
    background: none;
  }
  .dealer-key h2 {
    font-size: 24px;
  }
  .dealer-location {
    font-size: 12px;
  }
  .dealer-location i {
    font-size: 40px;
    top: 7px;
  }
  .dealer-location h2 {
    font-size: 18px;
  }
  .dealer-llux {
    min-height: inherit;
  }
  .appointment-list-img img {
    height: auto;
  }
  .appointment-list-detail h2 {
    font-size: 16px;
  }
  .appointment-list-detail h3 {
    font-size: 13px;
  }
  .appointment-list-detail h4 {
    font-size: 13px;
  }
  .appointment-content-box {
    padding: 0 30px 30px 30px;
  }
  .appointment-content {
    padding: 0;
  }
  .appointment-input {
    margin: 15px 0 0 0;
  }
  .estimate-content-box {
    padding: 30px 30px 30px 30px;
    margin: 15px 0 15px 0;
  }
  .estimate-content-inner {
    padding: 15px 0;
    font-size: 14px;
  }
  .estimate-bd {
    border-right: none;
  }
  .estimate-bd-2 {
    border-right: none;
    border-bottom: solid 1px #e7e7e7;
  }
  .estimate-btn-1 {
    margin: 15px 0 0 0;
  }
  .estimate-btn-2 {
    margin: 15px 0 0 0;
  }
  .estimate-btn-3 {
    margin: 15px 0 0 0;
  }
  .aboutus-bg-set-4 {
    min-height: inherit;
    padding: 30px 0;
    margin: 30px 0 0 0;
  }
  .aboutus-bg-set-5 {
    min-height: inherit;
    padding: 30px 0;
  }
  .about-content-middle {
    padding: 30px 0;
    height: inherit;
  }
  .about-content {
    padding: 0;
    font-size: 16px;
  }
  .about-content-box {
    padding: 15px 15px 30px 15px;
    margin: 30px 0 0 0;
  }
  .about-content-detail {
    margin: 30px 0 0 0;
    padding: 0 0 0 15px;
    border-width: 3px;
    line-height: 1.5;
  }
  .about-content-detail-2 {
    border-left: solid 3px #002154;
    margin: 0 30px 0 0px;
    padding: 0 0 0 15px;
    line-height: 1.5;
    font-size: 14px;
  }
  .about-content-detail-3 {
    border-left: solid 3px #002154;
    margin: 30px 30px 0 0px;
    padding: 0 0 0 15px;
    line-height: 1.5;
    font-size: 14px;
  }
  .about-content-detail-bottom {
    position: relative;
    bottom: 0px;
    margin: 30px 0 0 0;
  }
  .award-content-middle {
    padding: 30px 0;
    height: inherit;
  }
  .award-content {
    padding: 0;
    font-size: 30px;
  }
  .award-content-top {
    font-size: 13px;
  }
  .review-img img {
    height: auto;
  }
  .review-detail {
    height: inherit;
  }
  .review-detail h4 {
    font-size: 16px;
  }
  .review-detail h2 {
    font-size: 14px;
  }
  .review-detail h3 {
    font-size: 14px;
  }
  .review-detail h3 span {
    font-size: 14px;
  }
  .review-vdo iframe {
    width: 100%;
    height: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section {
    padding: 30px 0;
  }
  .portfolio-list-banner-detail {
    top: 30px;
  }
  .portfolio-list-banner-detail h1 {
    font-size: 24px;
  }
  .portfolio-list-banner-detail-txt {
    font-size: 18px;
  }
  .portfolio-list-banner-select {
    bottom: 30px;
    width: 400px;
    margin: 0 0 0 -200px;
  }
  .portfolio-list-title {
    font-size: 20px;
    padding: 0 0 12px 0;
    border-bottom: solid 1px #e7e7e7;
  }
  .portfolio-list-sortby {
    margin: 5px 0 0 0;
  }
  .portfolio-list-img img {
    height: 170px;
  }
  .portfolio-list-detail h2 {
    font-size: 15px;
  }
  .portfolio-list-detail h3 {
    font-size: 12px;
  }
  .portfolio-detail-title {
    font-size: 20px;
  }
  .portfolio-detail-list-img img {
    height: 170px;
  }
  .dealer-bg-set {
    background: none;
  }
  .dealer-bg-left {
    min-height: inherit;
    padding: 10px 15px;
  }
  .dealer-bg-right {
    min-height: inherit;
    padding: 10px 15px;
  }
  .dealer-key h2 {
    font-size: 20px;
  }
  .dealer-location {
    font-size: 12px;
  }
  .dealer-location i {
    font-size: 40px;
    top: 7px;
  }
  .dealer-location h2 {
    font-size: 18px;
  }
  .dealer-llux {
    min-height: inherit;
  }
  .appointment-list-img img {
    height: 170px;
  }
  .appointment-list-detail h2 {
    font-size: 15px;
  }
  .appointment-list-detail h3 {
    font-size: 12px;
  }
  .appointment-list-detail h4 {
    font-size: 12px;
  }
  .appointment-input {
    margin: 15px 0 0 0;
  }
  .appointment-content {
    padding: 0;
  }
  .estimate-content-inner {
    padding: 15px 0;
  }
  .estimate-bd {
    border-right: none;
  }
  .estimate-bd-2 {
    border-right: none;
    border-bottom: solid 1px #e7e7e7;
  }
  .estimate-content-box {
    margin: 15px 0 15px 0;
  }
  .estimate-btn-1 {
    margin: 15px 0 0 0;
  }
  .estimate-btn-2 {
    margin: 15px 0 0 0;
  }
  .estimate-btn-3 {
    margin: 15px 0 0 0;
  }
  .aboutus-bg-set-4 {
    min-height: inherit;
  }
  .aboutus-bg-set-5 {
    min-height: inherit;
  }
  .about-content-middle {
    padding: 30px 0;
    height: inherit;
  }
  .about-content {
    padding: 0;
    font-size: 16px;
  }
  .about-content-detail {
    margin: 30px 0 0 0;
    border-width: 3px;
    line-height: 1.5;
  }
  .about-content-detail-2 {
    border-left: solid 3px #002154;
    margin: 0 30px 0 30px;
    padding: 0 0 0 30px;
  }
  .about-content-detail-3 {
    border-left: solid 3px #002154;
    margin: 30px 30px 0 30px;
    padding: 0 0 0 30px;
  }
  .about-content-detail-bottom {
    position: relative;
    bottom: 0px;
    margin: 30px 0 0 0;
  }
  .award-content-middle {
    padding: 30px 0;
    height: inherit;
  }
  .award-content {
    padding: 0;
    font-size: 30px;
  }
  .award-content-top {
    font-size: 14px;
  }
  .review-img img {
    height: 142px;
  }
  .review-detail {
    height: 170px;
  }
  .review-detail h4 {
    font-size: 16px;
  }
  .review-detail h2 {
    font-size: 14px;
  }
  .review-detail h3 {
    font-size: 14px;
  }
  .review-detail h3 span {
    font-size: 14px;
  }
  .review-vdo iframe {
    width: 100%;
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 30px 0;
  }
  .portfolio-list-banner-select {
    bottom: 50px;
  }
  .portfolio-list-title {
    font-size: 20px;
  }
  .portfolio-list-sortby {
    margin: 5px 0 0 0;
  }
  .portfolio-list-img img {
    height: 220px;
  }
  .portfolio-list-detail h2 {
    font-size: 15px;
  }
  .portfolio-list-detail h3 {
    font-size: 12px;
  }
  .portfolio-detail-title {
    font-size: 20px;
  }
  .portfolio-detail-list-img img {
    height: 220px;
  }
  .dealer-bg-set {
    background: #0062ac;
    background: -moz-linear-gradient(top,#0062ac 0%,#0062ac 50%,#ffffff 50%,#ffffff 100%);
    background: -webkit-linear-gradient(top,#0062ac 0%,#0062ac 50%,#ffffff 50%,#ffffff 100%);
    background: linear-gradient(to bottom,#0062ac 0%,#0062ac 50%,#ffffff 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0062ac',endColorstr='#ffffff',GradientType=0);
  }
  .dealer-llux {
    min-height: inherit;
  }
  .appointment-list-img img {
    height: 220px;
  }
  .appointment-list-detail h2 {
    font-size: 15px;
  }
  .appointment-list-detail h3 {
    font-size: 12px;
  }
  .appointment-list-detail h4 {
    font-size: 12px;
  }
  .appointment-input {
    margin: 15px 0 0 0;
  }
  .appointment-content {
    padding: 0 30px;
  }
  .estimate-btn-1 {
    font-size: 14px;
  }
  .estimate-btn-2 {
    font-size: 14px;
  }
  .estimate-btn-3 {
    font-size: 14px;
  }
  .estimate-content-inner {
    padding: 15px 30px;
  }
  .estimate-bd {
    border-right: none;
  }
  .estimate-bd-2 {
    border-right: none;
    border-bottom: solid 1px #e7e7e7;
  }
  .aboutus-bg-set-4 {
    min-height: inherit;
  }
  .aboutus-bg-set-5 {
    min-height: inherit;
  }
  .about-content-middle {
    padding: 30px 0;
    height: inherit;
  }
  .about-content {
    padding: 0 50px;
    font-size: 18px;
  }
  .about-content-detail {
    margin: 30px 0 0 0;
  }
  .about-content-detail-bottom {
    position: relative;
    bottom: 0px;
    margin: 30px 0 0 0;
  }
  .award-content-middle {
    padding: 30px 0;
    height: inherit;
  }
  .award-content {
    padding: 0;
    font-size: 36px;
  }
  .award-content-top {
    font-size: 16px;
  }
  .review-img img {
    height: 185px;
  }
  .review-detail h4 {
    font-size: 16px;
  }
  .review-detail h2 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .review-detail h3 {
    font-size: 14px;
  }
  .review-detail h3 span {
    font-size: 14px;
  }
  .review-vdo iframe {
    width: 100%;
    height: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-list-title {
    font-size: 20px;
  }
  .portfolio-list-sortby {
    margin: 5px 0 0 0;
  }
  .portfolio-list-img img {
    height: 193px;
  }
  .portfolio-detail-title {
    font-size: 20px;
  }
  .portfolio-detail-list-img img {
    height: 193px;
  }
  .dealer-key h2 {
    font-size: 18px;
  }
  .dealer-location {
    font-size: 12px;
  }
  .dealer-location i {
    font-size: 40px;
    top: 7px;
  }
  .dealer-location h2 {
    font-size: 18px;
  }
  .dealer-llux {
    min-height: inherit;
  }
  .appointment-list-img img {
    height: 193px;
  }
  .appointment-list-detail h2 {
    font-size: 16px;
  }
  .appointment-list-detail h3 {
    font-size: 13px;
  }
  .appointment-list-detail h4 {
    font-size: 13px;
  }
  .aboutus-bg-set-1 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .aboutus-bg-set-2 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .aboutus-bg-set-4 {
    min-height: inherit;
  }
  .aboutus-bg-set-5 {
    min-height: inherit;
  }
  .about-content-middle {
    padding: 0;
    height: 510px;
  }
  .about-content {
    font-size: 14px;
  }
  .about-content-detail-bottom {
    position: relative;
    bottom: 0px;
    margin: 30px 0 0 0;
  }
  .award-bg-set-1 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .award-bg-set-2 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .award-bg-set-3 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .award-bg-set-4 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .award-bg-set-5 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .award-bg-set-6 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .award-bg-set-7 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .award-bg-set-8 {
    background: no-repeat;
    background-size: 100% !important;
    position: relative;
  }
  .award-content-middle {
    padding: 30px 0;
    height: 510px;
  }
  .award-content {
    font-size: 40px;
  }
  .review-img img {
    height: 161px;
  }
  .review-detail {
    height: 140px;
  }
  .review-detail h4 {
    font-size: 14px;
  }
  .review-detail h2 {
    font-size: 12px;
  }
  .review-detail h3 {
    font-size: 12px;
  }
  .review-detail h3 span {
    font-size: 12px;
  }
  .review-vdo iframe {
    width: 100%;
    height: 480px;
  }
  .portfolio-list-banner-detail {
    top: 100px;
  }
  .portfolio-list-banner-select {
    bottom: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .portfolio-list-banner-detail {
    top: 50px;
  }
  .portfolio-list-banner-detail h1 {
    font-size: 36px;
  }
  .portfolio-list-banner-detail-txt {
    font-size: 24px;
  }
  .portfolio-list-banner-select {
    bottom: 50px;
  }
  .review-vdo iframe {
    width: 80%;
    height: 530px;
  }
  .about-content-middle {
    height: 630px;
  }
  .award-content-middle {
    height: 630px;
  }
}
.mobile_show {
  display: none;
}
.mobile1_show {
  display: none;
}
.mobile2_show {
  display: none;
}
.tablet_show {
  display: none;
}
.tablet1_show {
  display: none;
}
.tablet2_show {
  display: none;
}
.desktop_show {
  display: block;
}
.desktop_show-2 {
  display: block;
}
.mobile-tablet_show {
  display: none;
}
.mobile-tablet1_show {
  display: none;
}
.mobile-desktop_show {
  display: block;
}
.mobile2-tablet_show {
  display: none;
}
.mobile2-tablet-desktop_show {
  display: block;
}
.tablet-desktop_show {
  display: block;
}
.tablet2-desktop_show {
  display: block;
}
.tablet1-tablet2-desktop_show {
  display: block;
}
.mobile1-tablet1_show {
  display: none;
}
.mobile2-tablet2_show {
  display: none;
}
@media (max-width: 575px) {
  .mobile_show {
    display: block;
  }
  .mobile1_show {
    display: block;
  }
  .mobile2_show {
    display: none;
  }
  .tablet_show {
    display: none;
  }
  .tablet1_show {
    display: none;
  }
  .tablet2_show {
    display: none;
  }
  .desktop_show {
    display: none;
  }
  .desktop_show-2 {
    display: none;
  }
  .mobile-tablet_show {
    display: block;
  }
  .mobile-tablet1_show {
    display: block;
  }
  .mobile-desktop_show {
    display: block;
  }
  .mobile2-tablet_show {
    display: none;
  }
  .mobile2-tablet-desktop_show {
    display: none;
  }
  .tablet-desktop_show {
    display: none;
  }
  .tablet2-desktop_show {
    display: none;
  }
  .tablet1-tablet2-desktop_show {
    display: none;
  }
  .mobile1-tablet1_show {
    display: block;
  }
  .mobile2-tablet2_show {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mobile_show {
    display: block;
  }
  .mobile1_show {
    display: none;
  }
  .mobile2_show {
    display: block;
  }
  .tablet_show {
    display: none;
  }
  .tablet1_show {
    display: none;
  }
  .tablet2_show {
    display: none;
  }
  .desktop_show {
    display: none;
  }
  .desktop_show-2 {
    display: none;
  }
  .mobile-tablet_show {
    display: block;
  }
  .mobile-tablet1_show {
    display: block;
  }
  .mobile-desktop_show {
    display: block;
  }
  .mobile2-tablet_show {
    display: block;
  }
  .mobile2-tablet-desktop_show {
    display: block;
  }
  .tablet-desktop_show {
    display: none;
  }
  .tablet2-desktop_show {
    display: none;
  }
  .tablet1-tablet2-desktop_show {
    display: none;
  }
  .mobile1-tablet1_show {
    display: none;
  }
  .mobile2-tablet2_show {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile_show {
    display: none;
  }
  .tablet_show {
    display: block;
  }
  .tablet1_show {
    display: block;
  }
  .tablet2_show {
    display: none;
  }
  .desktop_show {
    display: none;
  }
  .desktop_show-2 {
    display: none;
  }
  .mobile-tablet_show {
    display: block;
  }
  .mobile-tablet1_show {
    display: block;
  }
  .mobile-desktop_show {
    display: none;
  }
  .mobile2-tablet_show {
    display: block;
  }
  .mobile2-tablet-desktop_show {
    display: block;
  }
  .tablet-desktop_show {
    display: block;
  }
  .tablet2-desktop_show {
    display: none;
  }
  .tablet1-tablet2-desktop_show {
    display: block;
  }
  .mobile1-tablet1_show {
    display: block;
  }
  .mobile2-tablet2_show {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobile_show {
    display: none;
  }
  .tablet_show {
    display: block;
  }
  .tablet1_show {
    display: none;
  }
  .tablet2_show {
    display: block;
  }
  .desktop_show {
    display: none;
  }
  .desktop_show-2 {
    display: block;
  }
  .mobile-tablet_show {
    display: block;
  }
  .mobile-tablet1_show {
    display: none;
  }
  .mobile-desktop_show {
    display: none;
  }
  .mobile2-tablet_show {
    display: block;
  }
  .mobile2-tablet-desktop_show {
    display: block;
  }
  .tablet-desktop_show {
    display: block;
  }
  .tablet2-desktop_show {
    display: block;
  }
  .tablet1-tablet2-desktop_show {
    display: block;
  }
  .mobile1-tablet1_show {
    display: none;
  }
  .mobile2-tablet2_show {
    display: block;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 100% \0;
  vertical-align: middle;
  background: #fff;
}
.bootstrap-select img {
  vertical-align: middle;
  background: #fff;
  height: 25px;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2f2f2f;
  outline: none;
  height: 40px;
  padding: 7px 30px;
  background: #fff;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: 3px;
  margin-right: -15px;
  margin-left: auto;
  font-size: 20px;
  display: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #2f2f2f;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255,255,255,0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 1 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.input-group .bootstrap-select.form-control,
.bootstrap-select.form-control.input-group-btn {
  display: table-cell;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  padding-right: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  font-size: 16px;
}
.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: .5px !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255,255,255,0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: .5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 100%;
  margin: 0;
  min-height: 26px;
  padding: 3px 5px;
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  pointer-events: none;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #fff;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204,204,204,0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204,204,204,0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
:focus {
  outline: 0 !important;
}
.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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #005997 !important;
  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: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #fff;
  color: #005997;
}
.btn-main-set:hover {
  color: #ED9F2D !important;
}
.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;
}
#home-title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
#home-title-sub {
  font-size: 20px;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
#home-content {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
#home-btn-color {
  cursor: pointer;
  background: #ED9F2D;
  border: solid 2px #ED9F2D;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
}
#home-btn-color-hover {
  background: none;
  border: solid 2px #fff;
  color: #fff;
}
#home-btn-colormain {
  cursor: pointer;
  background: #005997;
  border: solid 2px #005997;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
}
#home-btn-colormain-hover {
  background: #ED9F2D;
  border: solid 2px #ED9F2D;
  color: #fff;
}
#home-btn-white {
  cursor: pointer;
  background: none;
  border: solid 2px #fff;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
}
#home-btn-white-hover {
  background: #fff;
  color: #005997;
}
#home-btn-img {
  margin: 0 0 0 12px;
  width: 22px;
}
#home-banner-shadow {
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-building-zone {
  position: relative;
  border-bottom: solid 1px #fff;
}
.home-banner-building {
  position: relative;
}
.home-banner-building-img {
  line-height: 0;
}
.home-banner-building-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.home-banner-building-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 30px 7%;
  color: #fff;
  line-height: inherit;
}
.home-banner-building-detail h1 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-building-detail div {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
  letter-spacing: 2px;
}
.home-banner-building-detail .home-banner-building-detail-txt-1 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-building-detail .home-banner-building-detail-txt-2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-building-detail-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 30px 7%;
  color: #fff;
  line-height: inherit;
}
.home-banner-building-detail-2 h2 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-building-detail-2 div {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
  letter-spacing: 2px;
}
.home-banner-zone {
  position: relative;
  border-bottom: solid 1px #fff;
}
.home-banner {
  position: relative;
}
.home-banner-img {
  line-height: 0;
}
.home-banner-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.home-banner-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 30px 7%;
  color: #fff;
  line-height: inherit;
}
.home-banner-detail h1 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-detail div {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
  letter-spacing: 2px;
}
.home-banner-detail-txt-1 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-detail-txt-2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-detail-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 30px 7%;
  color: #fff;
  line-height: inherit;
}
.home-banner-detail-2 h2 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-banner-detail-2 div {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 2px 2px 5px #002154;
}
.home-section-searchfilm-pad {
  padding-right: 30px;
}
.home-section-searchfilm-show {
  padding: 40px 0;
}
.home-section-searchfilm {
  padding: 30px 0;
  border-bottom: solid 1px #fff;
  position: relative;
  color: #fff;
  background: #015998 url(../images/template-home/home-searchfilm--bg.webp);
  background-size: cover;
  min-height: 580px;
}
.home-section-searchfilm-img {
  margin: 0 0 30px 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-searchfilm-title {
  color: #fff;
}
.home-searchfilm-title h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  font-size: 24px;
}
.home-searchfilm-step-set {
  position: relative;
  padding: 0 0 0 75px;
  margin: 15px 0 0 0;
}
.home-searchfilm-step {
  width: 60px;
  height: 60px;
  font-size: 16px;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.home-searchfilm-step span {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-txt-h {
  font-size: 22px;
  font-weight: bold;
}
.home-searchfilm-txt-d {
  font-size: 16px;
}
.home-searchfilm-select-requirements-zone {
  position: relative;
  padding: 0 30px;
  margin: 30px 0 0 0;
  height: 50px;
}
.home-searchfilm-select-requirements {
  font-size: 18px;
  padding: 3px 0 7px 0;
  font-family: 'db_adman_xregular';
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-select-requirements:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  display: none;
}
.home-searchfilm-select-requirements-active {
  font-size: 18px;
  padding: 3px 0 7px 0;
  font-family: 'db_adman_xregular';
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-select-requirements-active:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
#home-searchfilm-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 24px;
  z-index: 1;
  font-size: 24px;
  cursor: pointer;
}
.home-searchfilm-arrow-left {
  position: absolute;
  top: 0;
  height: 100%;
  width: 24px;
  z-index: 1;
  font-size: 24px;
  cursor: pointer;
  left: 0;
}
.home-searchfilm-arrow-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 24px;
  z-index: 1;
  font-size: 24px;
  cursor: pointer;
  right: 0;
  text-align: right;
}
.home-searchfilm-topic-txt {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  color: #005997;
  font-weight: bold;
}
.home-searchfilm-topic-txt span {
  margin: 0 0 0 15px;
  color: #1A1919;
}
.home-searchfilm-car-chk-set {
  margin: 0px 0 0 0;
}
.home-searchfilm-car-chk {
  margin: 5px 0;
  width: 50%;
  float: left;
}
.home-searchfilm-car-chk input[type="radio"] {
  display: none;
}
.home-searchfilm-car-chk label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-car-chk label::before {
  background-color: #fff;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 70px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  transition-duration: 0.4s;
  transform: scale(0);
}
.home-searchfilm-car-chk label .home-searchfilm-car-chk-img {
  padding: 22px 0 0 100px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
}
.home-searchfilm-car-chk label .home-searchfilm-car-chk-img img {
  height: 35px;
  position: absolute;
  left: 0;
  top: 15px;
}
.home-searchfilm-car-chk label .home-searchfilm-car-chk-txt {
  margin: 2px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.home-searchfilm-car-chk input[type="radio"]:checked+label {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-car-chk input[type="radio"]:checked+label::before {
  content: "✓";
  background-color: #005997;
  border: solid 2px #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  transform: scale(1);
  z-index: 2;
}
.home-searchfilm-btn {
  cursor: pointer;
  background: #ED9F2D;
  border: solid 2px #ED9F2D;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 20px 15px 0 0px;
  font-size: 16px;
  float: left;
}
.home-searchfilm-btn:hover {
  background: none;
  border: solid 2px #fff;
  color: #fff;
}
.home-searchfilm-btn img {
  margin: 0 0 0 12px;
  width: 22px;
}
.home-searchfilm-btn-simulator {
  cursor: pointer;
  background: none;
  border: solid 2px #fff;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 20px 0px 0 15px;
  float: left;
}
.home-searchfilm-btn-simulator:hover {
  background: #fff;
  color: #005997;
}
.home-searchfilm-btn-simulator img {
  margin: 0 0 0 12px;
  width: 22px;
}
.home-searchfilm-color-chk-set {
  margin: 30px 0 0 0;
  background: #fff;
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  color: #1A1919;
}
.home-searchfilm-color-chk {
  margin: 30px 0 0 0;
  width: 25%;
  float: left;
}
.home-searchfilm-color-chk input[type="radio"] {
  display: none;
}
.home-searchfilm-color-chk label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.home-searchfilm-color-chk label::before {
  background-color: none;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -5px 0 0 -15px;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  transition-duration: 0.4s;
  transform: scale(0);
}
.home-searchfilm-color-chk label .home-searchfilm-color-chk-color-box {
  padding: 0 0 0 40%;
}
.home-searchfilm-color-chk label .home-searchfilm-color-chk-color {
  width: 40px;
  height: 40px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  position: relative;
}
.home-searchfilm-color-chk label .home-searchfilm-color-chk-color:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
}
.home-searchfilm-color-chk label .home-searchfilm-color-chk-txt {
  margin: 10px 0 0 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  width: 100px;
  font-size: 16px;
}
.home-searchfilm-color-chk input[type="radio"]:checked+label::before {
  content: "✓";
  transform: scale(1);
  z-index: 2;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
}
.home-searchfilm-accessories-chk-set {
  margin: 30px 0 0 0;
  background: #fff;
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  color: #1A1919;
  min-height: 250px;
}
.home-searchfilm-accessories-chk {
  margin: 15px 0 15px 0;
  position: relative;
  width: 48%;
  display: inline-block;
}
.home-searchfilm-accessories-chk label {
  width: 100%;
  position: relative;
}
.home-searchfilm-accessories-chk label {
  background: #fff;
  border: solid 1px #e7e7e7;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  padding: 0 0 0 20px;
}
.home-searchfilm-accessories-chk label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: -2px;
  top: -2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  border: solid 7px #ED9F2D;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-accessories-chk input[type="radio"] {
  visibility: hidden;
}
.home-searchfilm-accessories-chk input[type="radio"]:checked + label {
  background-color: #fff;
  color: #fff;
}
.home-searchfilm-accessories-chk input[type="radio"]:checked + label:after {
  opacity: 1;
}
.home-searchfilm-accessories-chk label .chktxt {
  color: #1A1919;
  min-width: 200px;
  padding: 0px 0 0 15px;
  margin: 0;
  font-size: 15px;
}
.home-searchfilm-accessories-chk label .chktxt a {
  color: #005997;
  text-decoration: underline;
}
.home-searchfilm-feature-chk-set {
  margin: 30px 0 0 0;
  background: #fff;
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  color: #1A1919;
}
.home-searchfilm-feature-chk {
  margin: 15px 0 15px 0;
  position: relative;
  width: 48%;
  display: inline-block;
}
.home-searchfilm-feature-chk label {
  width: 100%;
  position: relative;
}
.home-searchfilm-feature-chk label {
  background: #fff;
  border: solid 1px #e7e7e7;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  padding: 0 0 0 20px;
}
.home-searchfilm-feature-chk label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: -2px;
  top: -2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  border: solid 7px #ED9F2D;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-feature-chk input[type="radio"] {
  visibility: hidden;
}
.home-searchfilm-feature-chk input[type="radio"]:checked + label {
  background-color: #fff;
  color: #fff;
}
.home-searchfilm-feature-chk input[type="radio"]:checked + label:after {
  opacity: 1;
}
.home-searchfilm-feature-chk label .chktxt {
  color: #1A1919;
  min-width: 200px;
  padding: 0px 0 0 15px;
  margin: 0;
}
.home-searchfilm-feature-chk label .chktxt a {
  color: #005997;
  text-decoration: underline;
}
.home-searchfilm-feature-chk-set {
  margin: 30px 0 0 0;
  background: #fff;
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  color: #1A1919;
}
.home-searchfilm-feature-chk {
  margin: 15px 0 15px 0;
  position: relative;
  width: 48%;
  display: inline-block;
}
.home-searchfilm-feature-chk label {
  width: 100%;
  position: relative;
}
.home-searchfilm-feature-chk label {
  background: #fff;
  border: solid 1px #e7e7e7;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  padding: 0 0 0 20px;
}
.home-searchfilm-feature-chk label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: -2px;
  top: -2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  border: solid 7px #ED9F2D;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-feature-chk input[type="radio"] {
  visibility: hidden;
}
.home-searchfilm-feature-chk input[type="radio"]:checked + label {
  background-color: #fff;
  color: #fff;
}
.home-searchfilm-feature-chk input[type="radio"]:checked + label:after {
  opacity: 1;
}
.home-searchfilm-feature-chk label .chktxt {
  color: #1A1919;
  min-width: 200px;
  padding: 0px 0 0 15px;
  margin: 0;
}
.home-searchfilm-feature-chk label .chktxt a {
  color: #005997;
  text-decoration: underline;
}
.home-searchfilm-opacity-chk-line-set {
  position: relative;
  padding: 30px 30px;
  margin: 50px 0 0 0;
}
.home-searchfilm-opacity-note {
  margin: 50px 0 0 0;
  text-align: center;
  color: #cd0000;
}
.home-searchfilm-opacity-chk-line {
  width: 100%;
  height: 10px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #d5d5d5;
}
.home-searchfilm-opacity-set {
  margin: 30px 0 0 0;
  background: #fff;
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  color: #1A1919;
}
.home-searchfilm-opacity-chk-set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
}
.home-searchfilm-opacity-chk {
  margin: 13px 0 15px 0;
  position: relative;
}
.home-searchfilm-opacity-chk label {
  width: 100%;
  position: relative;
}
.home-searchfilm-opacity-chk label {
  background: #fff;
  border: solid 1px #e7e7e7;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  padding: 0 0 0 20px;
}
.home-searchfilm-opacity-chk label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: -2px;
  top: -2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  background: #ED9F2D;
  border: solid 7px #ED9F2D;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-opacity-chk input[type="radio"] {
  visibility: hidden;
}
.home-searchfilm-opacity-chk input[type="radio"]:checked + label {
  background-color: #fff;
  color: #fff;
}
.home-searchfilm-opacity-chk input[type="radio"]:checked + label:after {
  opacity: 1;
}
.home-searchfilm-opacity-chk label .chktxt {
  color: #1A1919;
  min-width: 30px;
  padding: 30px 0 0 0px;
  margin: 0 0 0 -25px;
}
.home-searchfilm-opacity-chk label .chktxt a {
  color: #005997;
  text-decoration: underline;
}
#home-searchfilm-opacity-chk-show-txt {
  opacity: 1;
  background: #005997;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  padding: 5px 15px;
  width: 120px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#home-searchfilm-opacity-chk-show-txt-i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #005997;
  font-size: 24px;
  margin: 0 0 -13px 0;
}
.home-searchfilm-opacity-chk input[type="radio"] + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 0;
}
.home-searchfilm-opacity-chk input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 1;
  background: #005997;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  padding: 5px 15px;
  width: 120px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  margin: -45px 0 0 -50px;
}
.home-searchfilm-opacity-chk input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #005997;
  font-size: 24px;
  margin: 0 0 -13px 0;
}
.home-searchfilm-opacity-chk-2 input[type="radio"] + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 0;
}
.home-searchfilm-opacity-chk-2 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 1;
  background: #005997;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  padding: 5px 15px;
  width: 120px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  right: 0;
  margin: -45px -50px 0 0;
}
.home-searchfilm-opacity-chk-2 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #005997;
  font-size: 24px;
  margin: 0 0 -13px 0;
}
.home-searchfilm-opacity-chk-3 input[type="radio"] + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 0;
}
.home-searchfilm-opacity-chk-3 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 1;
  background: #005997;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  padding: 5px 15px;
  width: 120px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  margin: -45px 0 0 -50px;
}
.home-searchfilm-opacity-chk-3 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #005997;
  font-size: 24px;
  margin: 0 0 -13px 0;
}
.home-searchfilm-opacity-chk-4 input[type="radio"] + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 0;
}
.home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 1;
  background: #005997;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  padding: 5px 15px;
  width: 120px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: 68%;
  margin: -45px 0 0 0px;
}
.home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #005997;
  font-size: 24px;
  margin: 0 0 -13px 0;
}
.home-searchfilm-opacity-chk-5 input[type="radio"] + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 0;
}
.home-searchfilm-opacity-chk-5 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
  opacity: 1;
  background: #005997;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  padding: 5px 15px;
  width: 120px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  right: 0;
  margin: -45px -50px 0 0;
}
.home-searchfilm-opacity-chk-5 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #005997;
  font-size: 24px;
  margin: 0 0 -13px 0;
}
.home-searchfilm-opacity-chk-2 {
  margin: 13px 0 15px 0;
  position: relative;
}
.home-searchfilm-opacity-chk-2 label {
  width: 100%;
  position: relative;
}
.home-searchfilm-opacity-chk-2 label {
  background: #fff;
  border: solid 1px #e7e7e7;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 12px;
  padding: 0 0 0 20px;
}
.home-searchfilm-opacity-chk-2 label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  right: -2px;
  top: -2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  background: #ED9F2D;
  border: solid 7px #ED9F2D;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-opacity-chk-2 input[type="radio"] {
  visibility: hidden;
}
.home-searchfilm-opacity-chk-2 input[type="radio"]:checked + label {
  background-color: #fff;
  color: #fff;
}
.home-searchfilm-opacity-chk-2 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt + .home-searchfilm-opacity-chk-line-active {
  width: 100%;
  height: 10px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #ED9F2D;
  position: absolute;
  left: 0;
  top: 0;
  margin: 17px 0 0 0;
}
.home-searchfilm-opacity-chk-2 input[type="radio"]:checked + label:after {
  opacity: 1;
}
.home-searchfilm-opacity-chk-2 label .chktxt {
  color: #1A1919;
  min-width: 30px;
  padding: 30px 0 0 0px;
  margin: 0 0 0 -25px;
}
.home-searchfilm-opacity-chk-2 label .chktxt a {
  color: #005997;
  text-decoration: underline;
}
.home-searchfilm-opacity-chk-3 {
  margin: 13px 0 15px 0;
  position: relative;
}
.home-searchfilm-opacity-chk-3 label {
  width: 100%;
  position: relative;
}
.home-searchfilm-opacity-chk-3 label {
  background: #fff;
  border: solid 1px #e7e7e7;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12px;
  padding: 0 0 0 20px;
}
.home-searchfilm-opacity-chk-3 label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: -2px;
  top: -2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  background: #ED9F2D;
  border: solid 7px #ED9F2D;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-opacity-chk-3 input[type="radio"] {
  visibility: hidden;
}
.home-searchfilm-opacity-chk-3 input[type="radio"]:checked + label {
  background-color: #fff;
  color: #fff;
}
.home-searchfilm-opacity-chk-3 input[type="radio"]:checked + label:after {
  opacity: 1;
}
.home-searchfilm-opacity-chk-3 label .chktxt {
  color: #1A1919;
  min-width: 30px;
  padding: 30px 0 0 0px;
  margin: 0 0 0 -25px;
}
.home-searchfilm-opacity-chk-3 label .chktxt a {
  color: #005997;
  text-decoration: underline;
}
.home-searchfilm-opacity-chk-4 {
  margin: 13px 0 15px 0;
  position: relative;
  width: 55%;
}
.home-searchfilm-opacity-chk-4 label {
  width: 100%;
  position: relative;
}
.home-searchfilm-opacity-chk-4 label {
  background: #fff;
  border: solid 1px #e7e7e7;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 12px;
  padding: 0 0 0 20px;
}
.home-searchfilm-opacity-chk-4 label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  right: -2px;
  top: -2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  background: #ED9F2D;
  border: solid 7px #ED9F2D;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-opacity-chk-4 input[type="radio"] {
  visibility: hidden;
}
.home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label {
  background-color: #fff;
  color: #fff;
}
.home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt + .home-searchfilm-opacity-chk-line-active {
  width: 100%;
  height: 10px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #ED9F2D;
  position: absolute;
  left: 0;
  top: 0;
  margin: 17px 0 0 0;
}
.home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label:after {
  opacity: 1;
}
.home-searchfilm-opacity-chk-4 label .chktxt {
  color: #1A1919;
  min-width: 30px;
  padding: 30px 0 0 0px;
  margin: 0 0 0 -25px;
}
.home-searchfilm-opacity-chk-4 label .chktxt a {
  color: #005997;
  text-decoration: underline;
}
.home-searchfilm-opacity-chk-5 {
  margin: 13px 0 15px 0;
  position: relative;
}
.home-searchfilm-opacity-chk-5 label {
  width: 100%;
  position: relative;
}
.home-searchfilm-opacity-chk-5 label {
  background: #fff;
  border: solid 1px #e7e7e7;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 12px;
  padding: 0 0 0 20px;
}
.home-searchfilm-opacity-chk-5 label:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  right: -2px;
  top: -2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  background: #ED9F2D;
  border: solid 7px #ED9F2D;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-searchfilm-opacity-chk-5 input[type="radio"] {
  visibility: hidden;
}
.home-searchfilm-opacity-chk-5 input[type="radio"]:checked + label {
  background-color: #fff;
  color: #fff;
}
.home-searchfilm-opacity-chk-5 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt + .home-searchfilm-opacity-chk-line-active {
  width: 100%;
  height: 10px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #ED9F2D;
  position: absolute;
  left: 0;
  top: 0;
  margin: 17px 0 0 0;
}
.home-searchfilm-opacity-chk-5 input[type="radio"]:checked + label:after {
  opacity: 1;
}
.home-searchfilm-opacity-chk-5 label .chktxt {
  color: #1A1919;
  min-width: 30px;
  padding: 30px 0 0 0px;
  margin: 0 0 0 -25px;
}
.home-searchfilm-opacity-chk-5 label .chktxt a {
  color: #005997;
  text-decoration: underline;
}
.home-match-btn-set {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 30px 0 0 0;
}
.home-match-btn {
  width: 250px;
  font-size: 130%;
  background: #005997;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 2px #005997;
}
.home-match-btn:hover {
  background: #fff;
  color: #005997;
}
.compare-btn-set {
  margin: 30px 0 0 0;
}
.compare-btn {
  width: 100%;
  height: 60px;
  background: #005997;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 2px #005997;
}
.compare-btn:hover {
  background: #fff;
  color: #005997;
}
.compare-txt {
  font-size: 13px;
  margin: 12px 0 0 0;
  text-align: center;
}
table.home-tbcolor {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
table.home-tbcolor td {
  vertical-align: top;
}
table.home-tbcolor td,
table.home-tbcolor th {
  border: 1px solid #ddd;
  padding: 12px 15px;
}
table.home-tbcolor tr:nth-child(even) {
  background-color: #f9f9f9;
}
table.home-tbcolor th {
  padding: 12px 15px;
  vertical-align: middle;
  font-weight: 600;
  background: #005997;
  color: #fff;
}
.home-tbcolor-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.home-tbcolor-film {
  position: relative;
}
.home-tbcolor-film span {
  color: #ED9F2D;
  padding-right: 40px;
}
.home-tbcolor-film img {
  position: absolute;
  right: 15px;
  top: 12px;
}
.home-section-product {
  padding: 50px 0;
  position: relative;
  background: #1a1819 url(../images/template-home/home-section3-bg.webp);
  background-size: cover;
  min-height: 580px;
}
.home-section-product-img {
  margin: 0 0 0px 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-product-content {
  color: #fff;
}
.home-product-content h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
.home-product-content-detail {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  padding: 0 30px 0 0;
}
.home-product-content-btn-set {
  margin: 20px 0 10px 0;
}
#home-product-content-btn {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 2px #fff;
  float: left;
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  margin: 0 5px 0 0;
}
.home-product-content-btn-active {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 2px #fff;
  float: left;
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  margin: 0 5px 0 0;
}
.home-product-content-btn {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 2px #fff;
  float: left;
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  margin: 0 5px 0 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-product-content-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-product-img {
  margin: 15px 0 0 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-product-img-pad {
  padding-right: 7px;
}
.home-product-img-pad+.home-product-img-pad {
  padding-left: 7px;
  padding-right: 15px;
}
.home-section-product-category {
  padding: 50px 0;
  position: relative;
}
.home-section-product-category h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  color: #005997;
}
.home-section-product-category h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  color: #005997;
}
.home-section-product-category-detail {
  padding: 0 30px 0 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin: 7px 0 0 0;
  min-height: 120px;
}
.home-product-category-zone {
  position: relative;
  margin: 20px 0 0 0;
}
.home-product-category {
  line-height: 0;
  overflow: hidden;
}
.home-product-category img {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.home-promotions-set {
  margin: 30px 0 0 0;
  color: #fff;
}
.home-promotions-zone {
  position: relative;
}
.home-promotions-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-promotions-content {
  padding: 55px 30px 30px 30px;
  background: #005997;
}
.home-promotions-content h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
.home-promotions-detail {
  margin: 7px 0 0 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  min-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-promotions-btn {
  cursor: pointer;
  background: #ED9F2D;
  border: solid 2px #ED9F2D;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 30px 0 0 0;
}
.home-promotions-btn:hover {
  background: none;
  border: solid 2px #fff;
  color: #fff;
}
.home-promotions-btn img {
  margin: 0 0 0 12px;
  width: 22px;
}
.home-portfolio-set {
  margin: 30px 0 0 0;
  color: #fff;
}
.home-portfolio-zone {
  position: relative;
}
.home-portfolio-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-portfolio-content {
  padding: 55px 30px 30px 30px;
  background: #1A1919;
}
.home-portfolio-content h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
.home-portfolio-detail {
  margin: 7px 0 0 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  min-height: 100px;
}
.home-portfolio-btn {
  cursor: pointer;
  background: #ED9F2D;
  border: solid 2px #ED9F2D;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 30px 0 0 0;
}
.home-portfolio-btn:hover {
  background: none;
  border: solid 2px #fff;
  color: #fff;
}
.home-portfolio-btn img {
  margin: 0 0 0 12px;
  width: 22px;
}
.home-portfolio-pad {
  padding-left: 7px;
}
.home-review-vdo-set {
  margin: 20px 0 0 0;
  background: #002154;
  color: #fff;
}
.home-review {
  padding: 50px 0;
}
.home-review-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-review-content {
  margin: 30px 0 0 0;
}
.home-review-content h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  font-size: 26px;
}
.home-review-detail {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin: 2px 0 0 0;
  min-height: 70px;
  font-size: 14px;
}
.home-review-btn {
  cursor: pointer;
  background: #ED9F2D;
  border: solid 2px #ED9F2D;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 15px 0 0 0;
  width: 100%;
}
.home-review-btn:hover {
  background: none;
  border: solid 2px #fff;
  color: #fff;
}
.home-review-btn img {
  margin: 0 0 0 12px;
  width: 22px;
}
.home-vdo-set {
  padding: 50px 0;
  position: relative;
}
.home-vdo-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  margin: 70px 0 0 30px;
}
.home-vdo-title h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  text-shadow: 1px 1px 0 #000;
}
.home-vdo-zone {
  position: relative;
}
.home-vdo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.home-vdo iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.home-vdo video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#img-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.home-vdo-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #000000;
  z-index: 2;
  cursor: pointer;
}
.home-vdo-mask-icon-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  z-index: 3;
}
.home-vdo-mask-icon-play img {
  width: 70px;
}
.home-vdo-mask-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  z-index: 2;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-vdo-mask-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-about-set {
  padding: 50px 0;
  background: #fff;
}
.home-about-topic h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  color: #005997;
}
.home-about-topic-sub {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin: 12px 0 0 0;
}
.home-about {
  margin: 30px 0 0 0;
}
.home-about-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-about-img img {
  line-height: 0;
}
.home-about-content {
  margin: 30px 0 0 0;
}
.home-about-content h3 {
  font-size: 20px;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  color: #005997;
  font-weight: bold;
}
.home-about-detail {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin: 12px 0 0 0;
  color: #1A1919;
}
.home-csr-set {
  padding: 50px 0;
  background: #005997;
  color: #fff;
}
.home-csr-title {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.home-csr-title h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
.home-csr-title-sub {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.home-csr {
  margin: 30px 0 0px 0;
}
.home-csr-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-csr-detail {
  margin: 20px 0 0 0;
  color: #fff;
}
.home-csr-detail h4 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 5px;
}
.home-csr-detail h5 {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  font-family: 'db_adman_xregular';
  margin: 7px 0 0 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.home-csr-btn {
  cursor: pointer;
  background: #ED9F2D;
  border: solid 2px #ED9F2D;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 30px 0 0 0;
}
.home-csr-btn:hover {
  background: none;
  border: solid 2px #fff;
  color: #fff;
}
.home-csr-btn img {
  margin: 0 0 0 12px;
  width: 22px;
}
.home-csr-show {
  display: block;
}
.home-csr-show+.home-csr-show {
  display: block;
}
.home-csr-show+.home-csr-show+.home-csr-show {
  display: block;
}
.home-news-set {
  padding: 50px 0;
  background: #002154;
  color: #fff;
}
.home-news-title {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.home-news-title h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
.home-news {
  margin: 30px 0 0 0;
  color: #fff;
}
.home-news-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-news-detail {
  min-height: 130px;
}
.home-news-detail-h {
  font-size: 18px;
}
.home-news-detail-d {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin: 12px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.home-news-detail-date {
  font-size: 14px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-knowledge-set {
  padding: 50px 0;
  background: #005997;
  color: #fff;
}
.home-knowledge-title {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.home-knowledge-title h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
.home-knowledge {
  margin: 30px 0 0 0;
  color: #fff;
}
.home-knowledge-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-knowledge-detail {
  min-height: 130px;
}
.home-knowledge-detail-h {
  font-size: 18px;
}
.home-knowledge-detail-d {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin: 12px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.home-knowledge-detail-date {
  font-size: 14px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-faq-set {
  padding: 50px 0;
}
.home-faq-title {
  -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;
}
.home-faq-title h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
  color: #005997;
}
.home-faq {
  border-bottom: solid 1px rgba(112,112,112,0.25);
}
.home-faq-q {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 50px 20px 0;
}
.home-faq-a {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #666;
}
.home-faq-btn {
  cursor: pointer;
  background: #005997;
  border: solid 2px #005997;
  color: #fff;
  padding: 12px 30px 7px 30px;
  font-size: 17px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  text-align: center;
  margin: 30px 0 0 0;
}
.home-faq-btn:hover {
  background: #ED9F2D;
  border: solid 2px #ED9F2D;
  color: #fff;
}
.home-faq-btn img {
  margin: 0 0 0 12px;
  width: 22px;
}
.home-faq {
  position: relative;
}
.home-faq:after {
  background: url(../images/template-home/icon-add-active.jpg) no-repeat top right;
  width: 20px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 0;
  content: " ";
  pointer-events: none;
  z-index: 0;
}
.home-faq .collapse:after {
  background: url(../images/template-home/icon-del-active.jpg) no-repeat top right;
  width: 20px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 0;
  content: " ";
  pointer-events: none;
  z-index: 1;
}
.home-dealer-search-set {
  background: url(../images/template-home/home-section-map-bg.webp) center no-repeat;
  padding: 50px 0 40px 0;
  min-height: 480px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background-size: cover;
}
.home-dealer-search-title h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-left: 0;
  line-height: 1.7;
}
.home-dealer-search-box {
  text-align: center;
}
.home-dealer-search-input {
  margin: 15px 0 0 0;
  position: relative;
  width: 480px;
}
.home-dealer-search-input input {
  width: 100%;
  height: 52px;
  padding: 5px 15px 0 65px;
  background: none;
  border: solid 1px #fff;
  color: #fff;
  font-family: 'db_adman_xregular';
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.home-dealer-search-input input::placeholder {
  color: #fff;
}
.home-dealer-search-input img {
  position: absolute;
  left: 20px;
  top: 12px;
  width: 28px;
  height: 28px;
}
.home-dealer-search-btn {
  margin: 30px 0 0 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.home-dealer-search-btn a {
  color: #fff;
}
.contact-company-bg {
  background: #e7e7e7 url(../images/template-home/contact-bg.jpg) no-repeat top center;
  background-size: 100%;
}
.contact-mapform-bg {
  background: #e7e7e7;
  padding: 50px 0;
}
.contact-set {
  padding: 150px 0 150px 0;
}
.contact-company {
  font-weight: bold;
  font-size: 36px;
  color: #005997;
}
.contact-address {
  position: relative;
  padding: 0 0 0 45px;
  margin: 20px 0 30px 0;
  font-size: 26px;
}
.contact-address i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #005997;
}
.contact-contact {
  position: relative;
  padding: 0 0 0 45px;
  margin: 20px 0 0 0;
  font-size: 20px;
}
.contact-contact i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #005997;
}
.contact-map {
  line-height: 0;
  overflow: hidden;
  border: solid 1px #ccc;
}
.contact-map iframe {
  width: 100%;
  height: 540px;
}
.contact-map img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
}
.contact-form-set {
  padding: 0 30px 30px 30px;
  border: solid 1px #ccc;
}
.contact-form-title {
  background: #005997;
  color: #fff;
  padding: 12px 30px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
}
.contact-form-title a span.active {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.contact-form-title a span {
  color: rgba(255,255,255,0.6);
  font-family: 'db_adman_xregular';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.contact-form-title a span:hover {
  color: #fff;
}
.contact-form {
  position: relative;
  padding: 0 0 0 120px;
  margin: 30px 0 0 0;
}
.contact-form input {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: solid 1px #ddd;
  font-size: 16px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contact-form select {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: solid 1px #ddd;
  font-size: 16px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contact-form i {
  font-size: 20px;
}
.contact-form textarea {
  width: 100%;
  padding: 15px 15px;
  height: 100px;
  border: solid 1px #ddd;
  font-size: 16px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contact-form-txt {
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 16px;
}
.contact-form-btn {
  float: right;
  width: 90px;
}
.contact-form-btn input {
  width: 100%;
  height: 76px;
  border: none;
  background: #005997;
  color: #fff;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
}
.contact-form-btn input:hover {
  background: #002154;
  color: #fff;
}
.contact-form-captcha {
  float: left;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 100px 0 0;
}
.career {
  padding: 15px 0px 15px 80px;
  height: 110px;
  border-top: dotted 1px #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
}
.career-icon {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 80px;
  height: 80px;
  border: solid 2px #005997;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  background: #005997;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career-icon i {
  font-size: 40px;
}
.career-detail {
  padding: 0 0 0 20px;
}
.career-detail h2 {
  font-weight: bold;
  color: #1A1919;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career-date {
  font-size: 14px;
  color: #999;
  margin: 12px 0 0 0;
}
.career-date i {
  margin: 0 7px 0 0;
}
.career-date span {
  margin: 0 0 0 15px;
}
.career:hover .career-icon {
  background: #fff;
}
.career:hover .career-icon i {
  color: #005997;
}
.career-remove {
  text-align: right;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  margin: 7px 0 0 0;
  cursor: pointer;
}
.career-remove i {
  font-size: 12px;
  margin: 0 5px 0 0;
}
.career-form-bg {
  padding: 50px 0;
  background: #ffffff;
  background: -moz-linear-gradient(left,#ffffff 50%,#e7e7e7 50%);
  background: -webkit-linear-gradient(left,#ffffff 50%,#e7e7e7 50%);
  background: linear-gradient(to right,#ffffff 50%,#e7e7e7 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e7e7e7',GradientType=1);
}
.career-form-content {
  padding: 0 30px;
}
.career-form-content h1 {
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 7px 45px;
  margin: 0 0 20px 0;
  position: relative;
  border-bottom: solid 2px #ddd;
}
.career-form-content h1 span.fas {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 35px;
}
.career-form-content-date-set {
  padding: 1px 0;
  margin: 15px 0 0 0;
  text-align: right;
  border-bottom: solid 1px #e7e7e7;
  border-top: solid 1px #e7e7e7;
  font-size: 13px;
  color: #999;
}
.career-form-content-date-set i {
  margin: 0 10px 0 0;
}
.career-form-content-title {
  font-size: 20px;
  position: relative;
  font-weight: bold;
  margin: 50px 0 15px 0;
  color: #005997;
}
.career-lacation {
  margin: 12px 0 0 0;
}
.career-form-title {
  font-size: 30px;
  position: relative;
  font-weight: bold;
  color: #005997;
}
.career-form {
  position: relative;
  padding: 0px 0 0 0;
  margin: 30px 0 0 0;
}
.career-form input {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: solid 1px #ddd;
  background: #fff !important;
  color: #1A1919 !important;
  font-size: 16px;
  margin: 5px 0 0 0;
  -webkit-appearance: none;
}
.career-form input:focus {
  outline: 0;
}
.career-form select {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: solid 1px #ddd;
  background: #fff !important;
  color: #1A1919 !important;
  font-size: 16px;
  margin: 5px 0 0 0;
  -webkit-appearance: none;
}
.career-form i {
  font-size: 20px;
}
.career-form textarea {
  width: 100%;
  padding: 15px 15px;
  height: 100px;
  border: solid 1px #ddd;
  background: #fff !important;
  color: #1A1919 !important;
  font-size: 16px;
  margin: 5px 0 0 0;
  -webkit-appearance: none;
}
.career-form-txt {
  font-size: 18px;
  font-weight: bold;
}
.career-form-select {
  position: relative;
  padding: 0px 0 0 0;
  margin: 30px 0 0 0;
}
.career-form-select select {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: solid 1px #ddd;
  background: #fff !important;
  color: #1A1919 !important;
  font-size: 16px;
  margin: 5px 0 0 0;
  -webkit-appearance: none;
}
.career-form-select:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  color: #005997;
  background: #fff;
  right: 5px;
  bottom: 15px;
  padding: 0px 10px 0px 8px;
  position: absolute;
  pointer-events: none;
}
.career-form-select-inner {
  position: relative;
  float: left;
  height: 45px;
}
.career-form-select-inner select {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: solid 1px #ddd;
  background: #fff !important;
  color: #1A1919 !important;
  font-size: 16px;
  margin: 5px 0 0 0;
  -webkit-appearance: none;
}
.career-form-select-inner:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  color: #005997;
  background: #fff;
  right: 5px;
  bottom: 10px;
  padding: 0px 10px 0px 8px;
  position: absolute;
  pointer-events: none;
}
.career-form-img {
  position: relative;
  padding: 0px 0 0 0;
  margin: 30px 0 0 0;
}
.career-form-img input {
  font-size: 12px;
  width: 100%;
  height: 255px;
  border: solid 1px #fff;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.upload-btn-wrapper {
  position: relative;
  background: rgba(0,0,0,0.1);
  border: solid 1px #fff;
  width: 100%;
  height: 255px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  cursor: pointer;
  margin: 5px 0 0 0;
}
.btn {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  width: 70px;
  height: 70px;
  color: #005997;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.upload-btn-wrapper input[type=file] {
  font-size: 16px;
  font-weight: 'db_adman_xregular';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upload-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #005997;
  overflow: hidden;
}
.upload-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.career-form-chk {
  margin: 30px 0 0 0;
}
.career-form-chk label {
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
}
.career-form-chk label input[type=checkbox] {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
.career-form-chk a {
  color: #005997;
}
.career-btn {
  background: #005997;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 30px 0 0 0;
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
}
.owl-theme.owl-section-banner .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 20px 50%;
  opacity: 1 !important;
}
.owl-theme.owl-section-banner .owl-dots .owl-dot span {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/template-home/home-banner-icon-white.png) !important;
  opacity: 1 !important;
}
.owl-theme.owl-section-banner .owl-dots .owl-dot.active span,
.owl-theme.owl-section-banner .owl-dots .owl-dot:hover span {
  width: 18px;
  height: 18px;
  background: url(../images/template-home/home-banner-icon-white-active.png) center no-repeat !important;
  opacity: 1 !important;
}
#banner-building-span-owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme.owl-section-banner-building .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 6.5% 25px 0;
  opacity: 1 !important;
}
.owl-theme.owl-section-banner-building .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none !important;
  border: solid 2px #fff;
  opacity: 1 !important;
}
.owl-theme.owl-section-banner-building .owl-dots .owl-dot.active span,
.owl-theme.owl-section-banner-building .owl-dots .owl-dot:hover span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff !important;
  border: solid 2px #fff;
  opacity: 1 !important;
}
.owl-theme.owl-section-product-category .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0 0 -40px 0;
  opacity: 1 !important;
}
.owl-theme.owl-section-product-category .owl-dots .owl-dot span {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/template-home/home-banner-icon-yellow.png) !important;
  opacity: 1 !important;
}
.owl-theme.owl-section-product-category .owl-dots .owl-dot.active span,
.owl-theme.owl-section-product-category .owl-dots .owl-dot:hover span {
  width: 18px;
  height: 18px;
  background: url(../images/template-home/home-banner-icon-yellow-active.png) center no-repeat !important;
  opacity: 1 !important;
}
.owl-theme.owl-section-promotions-portfilio .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0 0 -40px 50px;
  opacity: 1 !important;
}
.owl-theme.owl-section-promotions-portfilio .owl-dots .owl-dot span {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/template-home/home-banner-icon-white.png) !important;
  opacity: 1 !important;
}
.owl-theme.owl-section-promotions-portfilio .owl-dots .owl-dot.active span,
.owl-theme.owl-section-promotions-portfilio .owl-dots .owl-dot:hover span {
  width: 18px;
  height: 18px;
  background: url(../images/template-home/home-banner-icon-white-active.png) center no-repeat !important;
  opacity: 1 !important;
}
.owl-theme.owl-section-vdo .owl-dots .owl-dot span {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/template-home/home-banner-icon-white.png) !important;
  opacity: 1 !important;
}
.owl-theme.owl-section-vdo .owl-dots .owl-dot.active span,
.owl-theme.owl-section-vdo .owl-dots .owl-dot:hover span {
  width: 18px;
  height: 18px;
  background: url(../images/template-home/home-banner-icon-white-active.png) center no-repeat !important;
  opacity: 1 !important;
}
.owl-theme.owl-white .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 13% 7.2%;
}
.owl-theme.owl-white .owl-dots .owl-dot span {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/template-home/home-banner-icon-white.png) !important;
  opacity: 1 !important;
}
.owl-theme.owl-white .owl-dots .owl-dot.active span,
.owl-theme.owl-white .owl-dots .owl-dot:hover span {
  width: 18px;
  height: 18px;
  background: url(../images/template-home/home-banner-icon-white-active.png) center no-repeat !important;
  opacity: 1 !important;
}
.body-hidden {
  overflow: hidden;
}
.container-building {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.building-reason-zone {
  padding: 50px 0;
}
.building-title-set {
  text-align: center;
}
.building-title {
  font-size: 40px;
  color: #005997;
  font-weight: bold;
}
.building-title-set h2 {
  font-size: 20px;
  color: #1A1919;
  font-weight: bold;
}
.building-reason-slide-zone {
  position: relative;
}
.building-reason-set {
  margin-top: 30px;
}
.building-reason {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
.building-reason-img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 80px;
  height: 80px;
  background: #005997;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.building-reason-deatil {
  position: relative;
}
.building-reason-deatil h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.building-reason-deatil .building-reason-txt {
  margin-top: 5px;
}
.building-port-set {
  background: #002154;
  color: #fff;
}
.building-port {
  position: relative;
}
.building-port-img {
  position: relative;
}
.building-port-img img {
  width: 100%;
}
.building-port-detail {
  padding: 30px 30px 70px 30px;
}
.building-port-detail h2 {
  font-size: 36px;
  font-weight: bold;
}
.building-port-detail h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ED9F2D;
}
.building-port-detail .building-port-detail-txt {
  margin-top: 7px;
  padding-left: 5px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.building-port-more-set {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 45px 30px 45px;
}
.building-port-more {
  padding: 5px 30px;
  border: solid 2px #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.building-port-more:hover {
  border-color: #ED9F2D;
  background: #ED9F2D;
}
.building-port-mark {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(left,rgba(0,33,84,0) 0%,#002154 100%);
  background: -webkit-linear-gradient(left,rgba(0,33,84,0) 0%,#002154 100%);
  background: linear-gradient(to right,rgba(0,33,84,0) 0%,#002154 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00002154',endColorstr='#002154',GradientType=1);
}
.building-stats-show-zone {
  padding: 50px 0;
}
.building-stats-show-group {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.building-stats-show-set {
  padding: 0 50px;
  text-align: center;
}
.building-stats-show {
  position: relative;
  display: flex;
}
.building-stats-show-number {
  font-size: 60px;
  font-weight: bold;
  float: left;
  margin-right: 12px;
  align-self: flex-end;
  line-height: 1;
}
.building-stats-show-img {
  float: left;
}
.building-stats-show-txt {
  margin-top: 12px;
}
.building-stats-btn-contact-set {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.building-stats-btn-contact {
  cursor: pointer;
  background: #ED9F2D;
  color: #fff;
  border: 2px solid #ED9F2D;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  padding: 7px 30px 5px 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.building-stats-btn-contact:hover {
  background: #002154;
  color: #fff;
  border-color: #002154;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}
.building-product-zone {
  padding: 50px 0;
  background: #005997;
  color: #fff;
}
.building-product-title {
  text-align: center;
}
.building-product-title h2 {
  font-size: 36px;
  font-weight: bold;
}
.building-product-title .building-product-title-sub {
  font-size: 16px;
}
.building-product-set {
  margin-top: 30px;
  text-align: center;
}
.building-product {
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.building-product img {
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.building-vdo-zone {
  padding: 50px 0;
}
.building-vdo-title {
  text-align: center;
}
.building-vdo-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #005997;
}
.building-vdo-set {
  max-width: 600px;
  margin: 0 auto;
}
.building-vdo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  box-shadow: 5px 5px 7px rgba(0,0,0,0.2);
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.building-vdo iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.building-vdo-img {
  line-height: 0;
  text-align: center;
  position: relative;
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.building-vdo-img img {
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.building-vdo-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.building-vdo-play img {
  width: 90px;
  height: 90px;
}
.building-promotion-set {
  background: #1A1919;
  color: #fff;
}
.building-promotion {
  position: relative;
}
.building-promotion-img {
  position: relative;
}
.building-promotion-img img {
  width: 100%;
}
.building-promotion-detail {
  padding: 30px 30px 70px 30px;
  height: 415px;
}
.building-promotion-detail h3 {
  font-size: 24px;
  font-weight: bold;
}
.building-promotion-detail .building-promotion-detail-txt {
  margin-top: 7px;
  padding-left: 5px;
  margin-top: 20px;
}
.building-promotion-more-set {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0 45px 30px 45px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.building-promotion-more {
  padding: 7px 30px 5px 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  border: solid 2px #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.building-promotion-more:hover {
  border-color: #ED9F2D;
  background: #ED9F2D;
}
.building-consult-img {
  position: relative;
}
.building-consult-img-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.building-consult-img-txt h2 {
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.building-consult-form-set {
  padding: 30px;
}
.building-consult-form-title {
  position: relative;
}
.building-consult-form-title h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 0;
}
.building-consult-input {
  position: relative;
  margin-top: 30px;
}
.building-consult-input-h span {
  color: #f00;
  margin-left: 7px;
}
.building-consult-input input {
  width: 100%;
  border: solid 1px #e7e7e7;
  background: none;
  font-size: 16px;
  height: 40px;
  padding: 0 12px;
}
.building-consult-input input::placeholder {
  color: #eee;
}
.building-consult-input input:focus {
  border: solid 1px #f00;
}
.building-consult-chk-set {
  display: flex;
  justify-content: space-between;
}
.building-consult-chk {
  margin-top: 10px;
  padding-top: 5px;
  position: relative;
  height: 40px;
  min-width: 100px;
  float: left;
}
.building-consult-chk label {
  width: 100%;
}
.building-consult-chk label {
  background: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 12px;
  padding: 0 0 0 14px;
}
.building-consult-chk label::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: solid 1px #ccc;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.building-consult-chk input[type="radio"] {
  visibility: hidden;
}
.building-consult-chk input[type="radio"]:checked + label {
  background-color: #ED9F2D;
  color: #fff;
}
.building-consult-chk input[type="radio"]:checked + label:after {
  opacity: 1;
}
.building-consult-chk label .chktxt {
  color: #1A1919;
  min-width: 100px;
  font-size: 14px;
  padding: 3px 0 0 15px;
  margin: -5px 0 0 0;
}
.building-consult-btn-set {
  margin-top: 40px;
}
.building-consult-btn-1 button {
  cursor: pointer;
  width: 48%;
  float: left;
  background: #ED9F2D;
  color: #fff;
  border: 2px solid #ED9F2D;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  padding: 7px 30px 5px 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.building-consult-btn-1 button:hover {
  background: #005997;
  color: #fff;
  border-color: #005997;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}
.building-consult-btn-2 button {
  cursor: pointer;
  width: 48%;
  float: left;
  background: #fff;
  color: #1A1919;
  border: 2px solid #1A1919;
  margin-left: 4%;
  padding: 7px 30px 5px 30px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.building-consult-btn-2 button:hover {
  background: #1A1919;
  color: #fff;
}
.building-partner-zone {
  padding: 50px 0;
  background: #1A1919;
  color: #fff;
  margin-top: 2px;
}
.building-partner-title {
  text-align: center;
}
.building-partner-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ED9F2D;
}
.building-partner-txt {
  margin-top: 30px;
  text-align: center;
}
.building-partner-img-set {
  margin-top: 15px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.building-partner-img {
  margin: 5px 15px;
  line-height: 0;
  float: left;
}
.building-partner-img img {
  height: 100px;
}
.building-partner-img-half {
  margin: 5px 15px;
  line-height: 0;
  float: left;
}
.building-partner-img-half img {
  height: 100px;
}
.building-qc-zone {
  padding: 50px 0;
  background: #002154;
  color: #fff;
  margin-top: 2px;
}
.building-qc-title {
  text-align: center;
}
.building-qc-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ED9F2D;
}
.building-qc-txt {
  margin-top: 30px;
  text-align: center;
}
.building-qc-img-set {
  margin-top: 15px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 20px;
}
.building-qc-img {
  margin: 12px;
  line-height: 0;
  float: left;
}
.building-qc-img img {
  width: 100px;
  height: inherit !important;
}
.building-qc-img svg {
  width: 100px;
  height: inherit !important;
}
.building-faq-zone {
  padding: 50px 0;
}
.building-faq-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #005997;
  margin-bottom: 15px;
}
.building-faq-q {
  color: #1A1919;
  background: #eee;
  padding: 15px 45px 15px 15px;
  cursor: pointer;
}
.building-faq-q::after {
  position: absolute;
  top: 20px;
  color: #ED9F2D;
  right: 30px;
  pointer-events: none;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: '\f067';
}
.building-faq-q h3 {
  font-size: 18px;
  color: #005997;
  padding-left: 0;
  line-height: 1.8;
}
.building-faq-a {
  padding: 0px 30px 15px 15px;
  background: #eee;
  border-bottom: solid 1px #e2e2e2;
  line-height: 1.8;
}
.building-faq-a a {
  color: #005997;
}
.building-faq-q.collapsed {
  background: #fff;
  border-bottom: solid 1px #eee;
}
.building-faq-q.collapsed::after {
  color: #005997;
}
.building-faq-q.collapsed h3 {
  color: #1A1919;
}
.building-button-fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 57px;
  z-index: 9999;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  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);
}
#building-reason-span-owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme.owl-section-building-reason .owl-dots {
  margin-top: 50px !important;
}
.owl-theme.owl-section-building-reason .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none !important;
  border: solid 2px #ED9F2D;
  opacity: 1 !important;
}
.owl-theme.owl-section-building-reason .owl-dots .owl-dot.active span,
.owl-theme.owl-section-building-reason .owl-dots .owl-dot:hover span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ED9F2D !important;
  border: solid 2px #ED9F2D;
  opacity: 1 !important;
}
#building-port-span-owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme.owl-section-building-port .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-top: 0px !important;
  margin-left: 50px;
}
.owl-theme.owl-section-building-port .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none !important;
  border: solid 2px #fff;
  opacity: 1 !important;
}
.owl-theme.owl-section-building-port .owl-dots .owl-dot.active span,
.owl-theme.owl-section-building-port .owl-dots .owl-dot:hover span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff !important;
  border: solid 2px #fff;
  opacity: 1 !important;
}
#building-product-span-owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme.owl-section-building-product .owl-dots {
  margin-top: 30px !important;
}
.owl-theme.owl-section-building-product .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none !important;
  border: solid 2px #fff;
  opacity: 1 !important;
}
.owl-theme.owl-section-building-product .owl-dots .owl-dot.active span,
.owl-theme.owl-section-building-product .owl-dots .owl-dot:hover span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff !important;
  border: solid 2px #fff;
  opacity: 1 !important;
}
#building-promotion-span-owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme.owl-section-building-promotion .owl-dots {
  position: absolute;
  left: 15px;
  bottom: 0;
  margin-top: 0px !important;
}
.owl-theme.owl-section-building-promotion .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none !important;
  border: solid 2px #ED9F2D;
  opacity: 1 !important;
}
.owl-theme.owl-section-building-promotion .owl-dots .owl-dot.active span,
.owl-theme.owl-section-building-promotion .owl-dots .owl-dot:hover span {
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ED9F2D !important;
  border: solid 2px #ED9F2D;
  opacity: 1 !important;
}
.building-modal-content {
  border: none;
  background: none;
}
.building-msg-box-size {
  margin: 0 auto;
  max-width: 420px;
  padding: 100px 0;
}
.building-msg-box {
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.building-msg-box svg {
  height: 200px !important;
  position: absolute;
  right: 20px;
  bottom: 25px;
  z-index: 0;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.building-msg-box-btn {
  margin-top: 50px;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  cursor: pointer !important;
}
.building-msg-box-error {
  background: #ffe5e5;
  color: #f00;
}
.building-msg-box-error .building-msg-box-txt-1 {
  font-weight: bold;
  font-size: 24px;
  cursor: pointer !important;
}
.building-msg-box-error .building-msg-box-txt-2 {
  margin-top: 7px;
  font-size: 16px;
}
.building-msg-box-error .building-msg-box-btn {
  background: #f00;
  color: #fff;
  border: solid 2px #f00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.building-msg-box-error .building-msg-box-btn:hover {
  background: #cd0000;
  border: solid 2px #cd0000;
}
.building-msg-box-success {
  background: #e5eef5;
  color: #005997;
}
.building-msg-box-success .building-msg-box-txt-1 {
  font-weight: bold;
  font-size: 24px;
}
.building-msg-box-success .building-msg-box-txt-2 {
  margin-top: 7px;
  font-size: 16px;
}
.building-msg-box-success .building-msg-box-btn {
  background: #005997;
  color: #fff;
  border: solid 2px #005997;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.building-msg-box-success .building-msg-box-btn:hover {
  background: #002154;
  border: solid 2px #002154;
}
.modal {
  z-index: 99999999;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}
@media (max-width: 1199px) {
  .shortcut-link-set {
    display: none;
  }
  .building-reason-zone {
    padding: 30px 0;
  }
  .building-stats-show-zone {
    padding: 30px 0;
  }
  .building-product-zone {
    padding: 30px 0;
  }
  .building-vdo-zone {
    padding: 30px 0;
  }
  .building-partner-zone {
    padding: 30px 0;
  }
  .building-qc-zone {
    padding: 30px 0;
  }
  .building-faq-zone {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .building-title {
    font-size: 28px;
  }
  .building-reason {
    padding-left: 95px;
  }
  .building-reason-img {
    width: 78px;
    height: 78px;
  }
  .building-reason-img svg {
    width: 38px !important;
    height: 38px !important;
  }
  .building-port-detail {
    padding: 15px 15px 70px 15px;
    height: 365px;
  }
  .building-port-detail h2 {
    font-size: 24px;
  }
  .building-port-detail h3 {
    font-size: 18px;
  }
  .building-port-detail .building-port-detail-txt {
    font-size: 14px;
  }
  .building-port-more-set {
    width: 100%;
  }
  .building-port-more {
    width: 100%;
  }
  .building-port-mark {
    width: 100%;
    height: 40%;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,33,84,0) 0%,#002154 100%);
    background: -webkit-linear-gradient(top,rgba(0,33,84,0) 0%,#002154 100%);
    background: linear-gradient(to bottom,rgba(0,33,84,0) 0%,#002154 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00002154',endColorstr='#002154',GradientType=0);
  }
  .building-stats-show-group {
    display: inherit;
    flex-wrap: inherit;
    -webkit-flex-wrap: wrap;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
  .building-stats-show-set {
    padding: 15px 9%;
  }
  .building-stats-show {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .building-stats-show-number {
    font-size: 50px;
  }
  .building-stats-show-img svg {
    width: 80px !important;
    height: 80px !important;
  }
  .building-stats-btn-contact-set {
    margin-top: 30px;
    display: inherit;
    flex-wrap: inherit;
    -webkit-flex-wrap: wrap;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
  .building-stats-btn-contact {
    width: 100%;
  }
  .building-product-title h2 {
    font-size: 24px;
  }
  .building-product-title-sub {
    padding-bottom: 12px;
    text-align: left;
  }
  .building-product-set {
    margin-top: 15px;
  }
  .building-vdo-title h2 {
    font-size: 24px;
  }
  .building-vdo-play img {
    width: 70px;
    height: 70px;
  }
  .building-promotion-detail {
    padding: 30px 15px 70px 15px;
    height: 280px;
  }
  .building-promotion-more-set {
    width: 100%;
  }
  .building-promotion-more {
    width: 100%;
  }
  .building-promotion-mark {
    width: 100%;
    height: 40%;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,33,84,0) 0%,#002154 100%);
    background: -webkit-linear-gradient(top,rgba(0,33,84,0) 0%,#002154 100%);
    background: linear-gradient(to bottom,rgba(0,33,84,0) 0%,#002154 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00002154',endColorstr='#002154',GradientType=0);
  }
  .building-consult-img-txt h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .building-consult-chk-set {
    display: block;
    justify-content: inherit;
  }
  .building-consult-chk {
    margin-top: 5px;
    width: 50%;
    min-width: inherit;
  }
  .building-consult-btn-set {
    margin-top: 30px;
  }
  .building-consult-btn-1 button {
    width: 100%;
  }
  .building-consult-btn-2 button {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .building-partner-img {
    margin: 7px;
    line-height: 0;
    float: left;
  }
  .building-partner-img img {
    height: 150px;
  }
  .building-partner-img-half {
    margin: 7px;
    line-height: 0;
    float: left;
  }
  .building-partner-img-half img {
    height: 125px;
  }
  .building-qc-img-set {
    padding: 0 30px;
    width: 320px;
    margin: 0 auto;
  }
  .building-qc-img {
    margin: 8px;
  }
  .building-faq-title {
    font-size: 24px;
  }
  .building-faq-q h3 {
    font-size: 16px;
  }
  .owl-theme.owl-section-banner .owl-dots {
    margin: 0 0 90px 15px;
  }
  #banner-building-span-owl-dot {
    width: 10px !important;
    height: 10px !important;
    margin: 3px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .owl-theme.owl-section-banner-building .owl-dots {
    margin: 0 15px 75px 0;
  }
  .owl-theme.owl-section-banner-building .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 3px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .owl-theme.owl-section-banner-building .owl-dots .owl-dot.active span,
  .owl-theme.owl-section-banner-building .owl-dots .owl-dot:hover span {
    width: 10px !important;
    height: 10px !important;
    margin: 3px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .owl-theme.owl-section-building-port .owl-dots {
    bottom: inherit !important;
    top: 47% !important;
    left: inherit !important;
    right: 15px;
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .building-reason {
    padding-left: 75px;
  }
  .building-reason-img {
    width: 60px;
    height: 60px;
  }
  .building-reason-img svg {
    width: 30px !important;
    height: 30px !important;
  }
  .building-reason-deatil h3 {
    font-size: 16px;
  }
  .building-reason-deatil .building-reason-txt {
    font-size: 13px;
  }
  .container-building {
    max-width: 576px;
  }
  .building-stats-show-set {
    padding: 0 15px;
  }
  .building-stats-show-number {
    font-size: 32px;
  }
  .building-stats-show-img svg {
    width: 55px !important;
    height: 55px !important;
  }
  .building-stats-show-txt {
    font-size: 14px;
  }
  .building-port-detail {
    padding: 15px 15px 70px 15px;
    height: 300px;
  }
  .building-port-detail h2 {
    font-size: 24px;
  }
  .building-port-detail h3 {
    font-size: 18px;
  }
  .building-port-detail .building-port-detail-txt {
    font-size: 14px;
  }
  .building-port-more-set {
    width: 100%;
  }
  .building-port-more {
    width: 100%;
  }
  .building-port-mark {
    width: 100%;
    height: 40%;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,33,84,0) 0%,#002154 100%);
    background: -webkit-linear-gradient(top,rgba(0,33,84,0) 0%,#002154 100%);
    background: linear-gradient(to bottom,rgba(0,33,84,0) 0%,#002154 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00002154',endColorstr='#002154',GradientType=0);
  }
  .owl-theme.owl-section-building-port .owl-dots {
    bottom: inherit !important;
    top: 47% !important;
    left: inherit !important;
    right: 15px;
    margin-left: 0px;
  }
  .building-product-title h2 {
    font-size: 24px;
  }
  .building-vdo-title h2 {
    font-size: 24px;
  }
  .building-faq-title {
    font-size: 24px;
  }
  .building-partner-img {
    margin: 5px 10px;
  }
  .building-partner-img img {
    height: 70px;
  }
  .building-partner-img-half {
    margin: 5px 10px;
  }
  .building-partner-img-half img {
    height: 70px;
  }
  .building-qc-img {
    margin: 8px;
  }
  .building-qc-img img {
    width: 80px;
    height: inherit !important;
  }
  .building-qc-img svg {
    width: 80px;
    height: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .building-port-detail {
    height: 246px;
  }
  .building-port-detail h2 {
    font-size: 24px;
  }
  .building-port-detail h3 {
    font-size: 16px;
  }
  .building-port-detail .building-port-detail-txt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .building-stats-show-set {
    padding: 0 15px;
  }
  .building-stats-show-number {
    font-size: 36px;
  }
  .building-stats-show-img svg {
    width: 60px !important;
    height: 60px !important;
  }
  .building-stats-show-txt {
    font-size: 14px;
  }
  .building-promotion-detail {
    height: 515px;
  }
  .building-consult-img-txt h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .building-consult-chk-set {
    display: block;
    justify-content: inherit;
  }
  .building-consult-chk {
    margin-top: 5px;
    width: 50%;
    min-width: inherit;
  }
  .building-consult-form-set {
    padding: 30px 30px 30px 15px;
  }
  .building-consult-btn-1 button {
    font-size: 13px;
    padding: 0 10px;
  }
  .building-consult-btn-2 button {
    font-size: 13px;
    padding: 0 10px;
  }
  .building-product-title h2 {
    font-size: 24px;
  }
  .building-vdo-title h2 {
    font-size: 24px;
  }
  .building-faq-title {
    font-size: 24px;
  }
  .building-partner-img {
    margin: 5px 10px;
  }
  .building-partner-img img {
    height: 70px;
  }
  .building-partner-img-half {
    margin: 5px 10px;
  }
  .building-partner-img-half img {
    height: 70px;
  }
  .building-qc-img {
    margin: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .building-port-detail {
    height: 246px;
  }
  .building-port-detail h2 {
    font-size: 24px;
  }
  .building-port-detail h3 {
    font-size: 16px;
  }
  .building-port-detail .building-port-detail-txt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .building-stats-show-set {
    padding: 0 15px;
  }
  .building-stats-show-number {
    font-size: 40px;
    padding: 0 35px;
  }
  .building-stats-show-img svg {
    width: 70px !important;
    height: 70px !important;
  }
  .building-stats-show-txt {
    font-size: 14px;
  }
  .building-promotion-detail {
    height: 445px;
  }
  .building-consult-btn-1 button {
    font-size: 14px;
    padding: 0 10px;
  }
  .building-consult-btn-2 button {
    font-size: 14px;
    padding: 0 10px;
  }
  .building-consult-chk label {
    width: 10px;
    height: 10px;
    left: 0px;
    top: 14px;
    padding: 0 0 0 10px;
  }
  .building-consult-chk label::after {
    width: 18px;
    height: 18px;
  }
  .building-consult-chk label .chktxt {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  #home-title {
    font-size: 18px;
  }
  #home-title-sub {
    font-size: 18px;
  }
  #home-content {
    font-size: 14px;
  }
  #home-btn-color {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  #home-btn-colormain {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  #home-btn-white {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  #home-btn-img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .body-content-2021 {
    padding: 0px;
  }
  .home-banner-building-img img {
    width: 100%;
    height: inherit;
  }
  .home-banner-building-detail {
    margin: 0 0 15px 15px;
  }
  .home-banner-building-detail h1 {
    font-size: 14px !important;
  }
  .home-banner-building-detail div {
    font-size: 24px !important;
  }
  .home-banner-building-detail-2 {
    margin: 0 0 15px 15px;
  }
  .home-banner-building-detail-2 h2 {
    font-size: 14px !important;
  }
  .home-banner-building-detail-2 div {
    font-size: 24px !important;
  }
  .home-banner-building-detail .home-banner-building-detail-txt-1 {
    font-size: 14px !important;
  }
  .home-banner-building-detail .home-banner-building-detail-txt-2 {
    font-size: 24px !important;
  }
  .home-banner-img img {
    width: 100%;
    height: inherit;
  }
  .home-banner-detail {
    margin: 0 0 15px 15px;
  }
  .home-banner-detail h1 {
    font-size: 16px !important;
  }
  .home-banner-detail div {
    font-size: 18px !important;
  }
  .home-banner-detail-2 {
    margin: 0 0 15px 15px;
  }
  .home-banner-detail-2 h2 {
    font-size: 16px !important;
  }
  .home-banner-detail-2 div {
    font-size: 18px !important;
  }
  .home-banner-detail-txt-1 {
    font-size: 16px !important;
  }
  .home-banner-detail-txt-2 {
    font-size: 18px !important;
  }
  .home-section-searchfilm-show {
    padding: 0 0 30px 0;
  }
  .home-section-searchfilm {
    padding: 0 0 30px 0;
    background: #015998;
  }
  .home-searchfilm-title h3 {
    font-size: 18px;
  }
  .home-tbcolor-title {
    font-size: 24px;
    margin: 30px 0 0 0;
  }
  .home-section-product {
    padding: 0 0 30px 0;
    background: #1a1819;
    min-height: inherit;
  }
  .home-product-content h2 {
    font-size: 18px;
  }
  .home-product-content-detail {
    font-size: 14px;
    padding: 0;
  }
  .home-product-content-btn-set {
    margin: 20px 0 10px 0;
  }
  #home-product-content-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-product-content-btn-active {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-product-content-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-product-img {
    margin: 10px 0 0 0;
  }
  .home-product-img-pad {
    padding-right: 7px;
  }
  .home-product-img-pad+.home-product-img-pad {
    padding-left: 7px;
    padding-right: 15px;
  }
  .home-section-product-category-linetop {
    border-top: solid 2px #e7e7e7;
  }
  .home-section-product-category {
    padding: 30px 0 60px 0;
  }
  .home-section-product-category h2 {
    font-size: 18px;
  }
  .home-section-product-category h3 {
    font-size: 18px;
  }
  .home-section-product-category-detail {
    padding: 0;
    font-size: 14px;
    min-height: inherit;
  }
  .home-product-category-zone {
    margin: 20px 0 0 0;
  }
  .home-product-category {
    padding: 0 100px 0 0;
  }
  .home-promotions-set {
    margin: 0px 0 0 0;
  }
  .home-promotions-content {
    padding: 55px 20px 25px 20px;
  }
  .home-promotions-content h2 {
    font-size: 18px;
  }
  .home-promotions-detail {
    font-size: 14px;
    min-height: inherit;
  }
  .home-promotions-btn {
    margin: 20px 0 0 0;
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    display: block;
  }
  .home-promotions-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-promotions-pad {
    padding-right: 0px;
    padding-left: 0;
  }
  .home-portfolio-set {
    margin: 1px 0 -1px 0;
    color: #fff;
  }
  .home-portfolio-content {
    padding: 55px 20px 25px 20px;
  }
  .home-portfolio-content h2 {
    font-size: 18px;
  }
  .home-portfolio-detail {
    font-size: 14px;
    min-height: inherit;
  }
  .home-portfolio-btn {
    margin: 20px 0 0 0;
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    display: block;
  }
  .home-portfolio-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-portfolio-pad {
    padding-left: 0px;
    padding-right: 0;
  }
  .home-review-vdo-set {
    margin: 2px 0 0 0;
  }
  .home-review {
    padding: 20px 0;
  }
  .home-review-content {
    margin: 20px 0 0 0;
  }
  .home-review-content h2 {
    font-size: 18px;
  }
  .home-review-detail {
    font-size: 14px;
    min-height: inherit;
    margin: 7px 0 0 0;
  }
  .home-review-btn {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  .home-review-btn:hover {
    background: none;
    border: solid 2px #fff;
    color: #fff;
  }
  .home-review-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-vdo-set {
    padding: 20px 0 60px 0;
  }
  .home-vdo-title {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0;
  }
  .home-vdo-title h3 {
    font-size: 18px;
  }
  .home-vdo {
    padding-top: 0;
    margin: 12px 0 0 0;
  }
  .home-about-set {
    padding: 30px 0;
  }
  .home-about-topic h2 {
    font-size: 18px;
  }
  .home-about-topic-sub {
    font-size: 14px;
    margin: 7px 0 0 0;
  }
  .home-about {
    margin: 20px 0 0 0;
  }
  .home-about-content {
    margin: 20px 0 0 0;
  }
  .home-about-content h3 {
    font-size: 18px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: inherit;
  }
  .home-about-detail {
    font-size: 14px;
    margin: 7px 0 0 0;
    font-size: 12px;
    letter-spacing: inherit;
  }
  .home-about-pad {
    padding-right: 5px;
  }
  .home-about-pad+.home-about-pad {
    padding-left: 5px;
    padding-right: 15px;
  }
  .home-csr-set {
    padding: 30px 0;
  }
  .home-csr-title {
    font-size: 14px;
  }
  .home-csr-title h3 {
    font-size: 18px;
  }
  .home-csr-title-sub {
    font-size: 14px;
  }
  .home-csr {
    margin: 20px 0 0 0;
  }
  .home-csr-detail {
    margin: 15px 0 0 0;
    color: #fff;
  }
  .home-csr-detail h4 {
    font-size: 18px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-csr-detail h5 {
    font-size: 14px;
    font-size: 12px;
    padding-left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
  }
  .home-csr-btn {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    margin: 30px 0 0 0;
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .home-csr-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-csr-pad {
    padding-right: 5px;
  }
  .home-csr-pad+.home-csr-pad {
    padding-left: 5px;
    padding-right: 15px;
  }
  .home-csr-show+.home-csr-show+.home-csr-show {
    display: none;
  }
  .home-news-set {
    padding: 30px 0;
  }
  .home-news-title {
    font-size: 14px;
  }
  .home-news-title h3 {
    font-size: 18px;
  }
  .home-news {
    margin: 20px 0;
  }
  .home-news-detail {
    margin: 20px 0 0 0;
    min-height: 60px;
  }
  .home-news-detail-h {
    font-size: 10px;
  }
  .home-news-detail-d {
    font-size: 14px;
    font-size: 12px;
    margin: 7px 0 0 0;
  }
  .home-news-detail-date {
    font-size: 10px;
    margin: 7px 0 0 0;
  }
  .home-news-pad {
    padding-right: 5px;
  }
  .home-news-pad+.home-news-pad {
    padding-left: 5px;
    padding-right: 15px;
  }
  .home-knowledge-set {
    padding: 30px 0 10px 0;
  }
  .home-knowledge-title {
    font-size: 14px;
  }
  .home-knowledge-title h3 {
    font-size: 18px;
  }
  .home-knowledge {
    margin: 20px 0;
  }
  .home-knowledge-detail {
    margin: 20px 0 0 0;
    min-height: 60px;
  }
  .home-knowledge-detail-h {
    font-size: 10px;
  }
  .home-knowledge-detail-d {
    font-size: 14px;
    font-size: 12px;
    margin: 7px 0 0 0;
  }
  .home-knowledge-detail-date {
    font-size: 10px;
    margin: 7px 0 0 0;
  }
  .home-knowledge-pad {
    padding-right: 5px;
  }
  .home-knowledge-pad+.home-knowledge-pad {
    padding-left: 5px;
    padding-right: 15px;
  }
  .home-faq-set {
    padding: 30px 0;
  }
  .home-faq-title {
    -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;
  }
  .home-faq-title h2 {
    font-size: 18px;
  }
  .home-faq-q {
    font-size: 14px;
  }
  .home-faq-a {
    font-size: 14px;
    font-size: 13px;
  }
  .home-faq-btn {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  .home-faq-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-dealer-search-set {
    padding: 50px 0 30px 0;
    min-height: inherit;
    background-size: cover;
  }
  .home-dealer-search-title h3 {
    font-size: 18px;
  }
  .home-dealer-search-input {
    width: 100%;
  }
  .home-dealer-search-input input {
    font-size: 14px;
  }
  .home-dealer-search-input input {
    width: 100%;
    height: 52px;
    padding: 5px 10px 0 40px;
  }
  .home-dealer-search-input img {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 20px;
    height: 20px;
  }
  .home-dealer-search-btn {
    font-size: 14px;
  }
  .home-searchfilm-topic-txt {
    font-size: 14px;
    color: #005997;
    font-weight: bold;
  }
  .home-searchfilm-topic-txt span {
    margin: 0 0 0 15px;
    color: #1A1919;
  }
  .home-section-searchfilm {
    padding: 0 0 30px 0;
    background-size: 100%;
    min-height: 700px;
  }
  .home-searchfilm-title {
    color: #fff;
  }
  .home-searchfilm-title h3 {
    font-size: 18px;
  }
  .home-searchfilm-step-set {
    position: relative;
    padding: 0 0 0 75px;
    margin: 15px 0 0 0;
  }
  .home-searchfilm-step {
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding-top: 2px;
  }
  .home-searchfilm-txt-h {
    font-size: 18px;
    font-weight: bold;
  }
  .home-searchfilm-txt-d {
    font-size: 14px;
  }
  .home-searchfilm-select-requirements-zone {
    position: relative;
    padding: 0 30px 0 30px;
    margin: 30px 0 0 0;
    height: 40px;
  }
  .home-searchfilm-select-requirements {
    font-size: 16px;
    padding: 3px 0 7px 0;
    font-family: 'db_adman_xregular';
    position: relative;
  }
  .home-searchfilm-select-requirements-active {
    font-size: 16px;
    padding: 3px 0 7px 0;
    font-family: 'db_adman_xregular';
    position: relative;
  }
  #home-searchfilm-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    background: #005997;
  }
  .home-searchfilm-arrow-left {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    background: #005997;
    left: 0;
    width: 20px;
  }
  .home-searchfilm-arrow-right {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    background: #005997;
    right: 0;
    width: 30px;
    text-align: right;
  }
  .home-section-searchfilm-pad {
    padding-right: 15px;
  }
  .home-searchfilm-car-chk-set {
    margin: 15px 0 0 0;
  }
  .home-searchfilm-car-chk {
    margin: 15px 0 0px 0;
    width: 33.33%;
    float: left;
  }
  .home-searchfilm-car-chk label::before {
    background-color: #fff;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: 80px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-img {
    padding: 50px 0 0 0px;
    height: inherit;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 1.5;
    text-align: center;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-img img {
    height: 42px;
    position: absolute;
    left: 4px;
    top: 0px;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-txt {
    margin: 2px 0 0 0;
    line-height: 1.5;
    font-size: 14px;
    width: 100px;
    font-size: 13px;
  }
  .home-searchfilm-btn {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    margin: 20px 5px 0 0px;
    font-size: 12px;
  }
  .home-searchfilm-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-searchfilm-btn-simulator {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    margin: 20px 0px 0 5px;
    font-size: 13px;
  }
  .home-searchfilm-btn-simulator img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-searchfilm-color-chk-set {
    margin: 30px 0 0 0;
    background: #fff;
    -moz-border: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 15px;
    color: #1A1919;
  }
  .home-searchfilm-color-chk {
    margin: 30px 0 0 0;
    width: 25%;
    float: left;
  }
  .home-searchfilm-color-chk input[type="radio"] {
    display: none;
  }
  .home-searchfilm-color-chk label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .home-searchfilm-color-chk label::before {
    background-color: none;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -5px 0 0 -20px;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color-box {
    padding: 0 0 0 20px;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color {
    width: 38px;
    height: 38px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    position: relative;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-txt {
    margin: 10px 0 0 0;
    font-size: 14px;
    width: 70px;
  }
  .home-searchfilm-color-chk input[type="radio"]:checked+label::before {
    content: "✓";
    transform: scale(1);
    z-index: 2;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
  }
  .home-searchfilm-accessories-chk-set {
    margin: 30px 0 0 0;
    background: #fff;
    -moz-border: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    color: #1A1919;
  }
  .home-searchfilm-accessories-chk {
    margin: 15px 0 0px 0;
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
  }
  .home-searchfilm-accessories-chk label {
    width: 100%;
    position: relative;
  }
  .home-searchfilm-accessories-chk label {
    background: #fff;
    border: solid 1px #e7e7e7;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    width: 20px;
    height: 22px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 12px;
    padding: 0 0 0 20px;
  }
  .home-searchfilm-accessories-chk label:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    left: -2px;
    top: -2px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    border: solid 7px #ED9F2D;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
  .home-searchfilm-accessories-chk input[type="radio"] {
    visibility: hidden;
  }
  .home-searchfilm-accessories-chk input[type="radio"]:checked + label {
    background-color: #fff;
    color: #fff;
  }
  .home-searchfilm-accessories-chk input[type="radio"]:checked + label:after {
    opacity: 1;
  }
  .home-searchfilm-accessories-chk label .chktxt {
    color: #1A1919;
    min-width: 250px;
    padding: 0px 0 0 15px;
    margin: 0;
    font-size: 15px;
  }
  .home-searchfilm-accessories-chk label .chktxt a {
    color: #005997;
    text-decoration: underline;
  }
  .home-searchfilm-feature-chk-set {
    margin: 30px 0 0 0;
    background: #fff;
    -moz-border: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    color: #1A1919;
  }
  .home-searchfilm-feature-chk {
    margin: 15px 0 0px 0;
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .home-searchfilm-feature-chk label {
    width: 100%;
    position: relative;
  }
  .home-searchfilm-feature-chk label {
    background: #fff;
    border: solid 1px #e7e7e7;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    width: 20px;
    height: 22px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 12px;
    padding: 0 0 0 20px;
  }
  .home-searchfilm-feature-chk label:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    left: -2px;
    top: -2px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    border: solid 7px #ED9F2D;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
  .home-searchfilm-feature-chk input[type="radio"] {
    visibility: hidden;
  }
  .home-searchfilm-feature-chk input[type="radio"]:checked + label {
    background-color: #fff;
    color: #fff;
  }
  .home-searchfilm-feature-chk input[type="radio"]:checked + label:after {
    opacity: 1;
  }
  .home-searchfilm-feature-chk label .chktxt {
    color: #1A1919;
    min-width: 250px;
    padding: 0px 0 0 15px;
    margin: 0;
  }
  .home-searchfilm-feature-chk label .chktxt a {
    color: #005997;
    text-decoration: underline;
  }
  .home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
    opacity: 1;
    background: #005997;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    padding: 5px 15px;
    width: 120px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 35%;
    margin: -45px 0 0 0px;
  }
  table.home-tbcolor {
    font-size: 14px;
  }
  .home-tbcolor-film img {
    position: absolute;
    right: 15px;
    top: 8px;
  }
  .contact-mapform-bg {
    padding: 0 0 30px 0;
  }
  .contact-set {
    padding: 30px 0 30px 0;
  }
  .contact-company {
    font-size: 24px;
  }
  .contact-address {
    padding: 0 0 0 45px;
    margin: 20px 0 30px 0;
    font-size: 18px;
  }
  .contact-contact {
    padding: 0 0 0 45px;
    margin: 20px 0 0 0;
    font-size: 16px;
  }
  .contact-map iframe {
    width: 100%;
    height: 250px;
  }
  .contact-map img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  .contact-form-set {
    padding: 0 30px 30px 30px;
  }
  .contact-form {
    position: relative;
    padding: 0 0 0 0px;
    margin: 30px 0 0 0;
  }
  .contact-form input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: solid 1px #ddd;
    font-size: 16px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .contact-form select {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: solid 1px #ddd;
    font-size: 16px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .contact-form i {
    font-size: 20px;
  }
  .contact-form textarea {
    width: 100%;
    padding: 15px 15px;
    height: 100px;
    border: solid 1px #ddd;
    font-size: 16px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .contact-form-txt {
    position: relative;
    top: 0;
    left: 0;
    font-size: 16px;
  }
  .contact-form-btn {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 0 0 30px;
  }
  .contact-form-btn input {
    height: 50px;
    font-size: 18px;
  }
  .contact-form-captcha {
    float: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 0;
  }
  .career-form-bg {
    padding: 0;
  }
  .career-bg-content {
    background: #fff;
  }
  .career-bg-form {
    background: #e7e7e7;
  }
  .career-form-content {
    padding: 30px 15px;
  }
  .career-form-content-title {
    margin: 30px 0 0 0;
  }
  .career-form-content h1 {
    font-size: 20px;
    padding: 0 0 0 30px;
  }
  .career-form-content h1 span.fas {
    top: 2px;
    font-size: 25px;
  }
  .owl-theme.owl-section-promotions-portfilio .owl-dots {
    margin: 0 0 -40px 20px;
  }
  .owl-theme.owl-section-vdo .owl-dots {
    margin: 0 0 -40px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #home-title {
    font-size: 24px;
  }
  #home-title-sub {
    font-size: 20px;
  }
  #home-content {
    font-size: 16px;
  }
  #home-btn-color {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  #home-btn-colormain {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  #home-btn-white {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  #home-btn-img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .body-content-2021 {
    padding: 0 6%;
  }
  .home-banner-img img {
    width: 100%;
    height: inherit;
  }
  .home-banner-detail {
    margin: 0 0 15px 6%;
  }
  .home-banner-detail h1 {
    font-size: 20px;
  }
  .home-banner-detail div {
    font-size: 24px;
  }
  .home-banner-detail-2 {
    margin: 0 0 15px 6%;
  }
  .home-banner-detail-2 h2 {
    font-size: 20px;
  }
  .home-banner-detail-2 div {
    font-size: 24px;
  }
  .home-banner-detail-txt-1 {
    font-size: 20px;
  }
  .home-banner-detail-txt-2 {
    font-size: 24px;
  }
  .home-section-searchfilm-show {
    padding: 30px 0;
  }
  .home-section-searchfilm {
    padding: 0 0 30px 0;
    background: #015998;
  }
  .home-searchfilm-title h3 {
    font-size: 24px;
  }
  .home-searchfilm-accessories-chk-set {
    min-height: 250px;
  }
  .home-section-product {
    padding: 0 0 30px 0;
    background: #1a1819;
    min-height: inherit;
  }
  .home-product-content h2 {
    font-size: 24px;
  }
  .home-product-content-detail {
    font-size: 16px;
    padding: 0;
  }
  .home-product-content-btn-set {
    margin: 20px 0 10px 0;
  }
  #home-product-content-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-product-content-btn-active {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-product-content-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-section-product-category-linetop {
    border-top: solid 2px #e7e7e7;
  }
  .home-section-product-category {
    padding: 30px 0 60px 0;
  }
  .home-section-product-category h2 {
    font-size: 24px;
  }
  .home-section-product-category h3 {
    font-size: 24px;
  }
  .home-section-product-category-detail {
    padding: 0;
    font-size: 16px;
    min-height: inherit;
  }
  .home-product-category-zone {
    margin: 20px 0 0 0;
  }
  .home-promotions-set {
    margin: 0px 0 0 0;
  }
  .home-promotions-content {
    padding: 55px 20px 25px 20px;
  }
  .home-promotions-content h2 {
    font-size: 24px;
  }
  .home-promotions-detail {
    font-size: 16px;
    min-height: 140px;
  }
  .home-promotions-btn {
    margin: 20px 0 0 0;
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    display: block;
  }
  .home-promotions-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-portfolio-set {
    margin: 0px 0 0 0;
    color: #fff;
  }
  .home-portfolio-content {
    padding: 55px 20px 25px 20px;
  }
  .home-portfolio-content h2 {
    font-size: 24px;
  }
  .home-portfolio-detail {
    font-size: 16px;
    min-height: 140px;
  }
  .home-portfolio-btn {
    margin: 20px 0 0 0;
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    display: block;
  }
  .home-portfolio-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-review {
    padding: 50px 0;
  }
  .home-review-content h2 {
    font-size: 24px;
  }
  .home-review-detail {
    font-size: 16px;
    min-height: inherit;
  }
  .home-review-btn {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  .home-review-btn:hover {
    background: none;
    border: solid 2px #fff;
    color: #fff;
  }
  .home-review-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-vdo-set {
    padding: 20px 0 70px 0;
  }
  .home-vdo-title {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0;
  }
  .home-vdo-title h3 {
    font-size: 24px;
  }
  .home-vdo {
    padding-top: 0;
    margin: 12px 0 0 0;
  }
  .home-about-set {
    padding: 30px 0;
  }
  .home-about-topic h2 {
    font-size: 24px;
  }
  .home-about-topic-sub {
    font-size: 16px;
    margin: 7px 0 0 0;
  }
  .home-about {
    margin: 20px 0 0 0;
  }
  .home-about-content {
    margin: 15px 0 0 0;
  }
  .home-about-content h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .home-about-detail {
    font-size: 16px;
    margin: 5px 0 0 0;
  }
  .home-csr-set {
    padding: 30px 0;
  }
  .home-csr-title {
    font-size: 16px;
  }
  .home-csr-title h3 {
    font-size: 24px;
  }
  .home-csr-title-sub {
    font-size: 16px;
  }
  .home-csr {
    margin: 30px 0 0 0;
  }
  .home-csr-detail {
    margin: 15px 0 0 0;
  }
  .home-csr-detail h4 {
    font-size: 24px;
    font-size: 16px;
  }
  .home-csr-detail h5 {
    font-size: 16px;
    margin: 7px 0 0 0;
    font-size: 14px;
    padding-left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-csr-btn {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    margin: 30px 0 0 0;
  }
  .home-csr-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-csr-show+.home-csr-show+.home-csr-show {
    display: none;
  }
  .home-news-set {
    padding: 30px 0;
  }
  .home-news-title {
    font-size: 16px;
  }
  .home-news-title h3 {
    font-size: 24px;
  }
  .home-news {
    margin: 20px 0;
  }
  .home-news-detail {
    margin: 20px 0 0 0;
    min-height: 80px;
  }
  .home-news-detail-h {
    font-size: 13px;
  }
  .home-news-detail-d {
    font-size: 16px;
    font-size: 14px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-news-detail-date {
    font-size: 13px;
    margin: 7px 0 0 0;
  }
  .home-knowledge-set {
    padding: 30px 0 10px 0;
  }
  .home-knowledge-title {
    font-size: 16px;
  }
  .home-knowledge-title h3 {
    font-size: 24px;
  }
  .home-knowledge {
    margin: 20px 0;
  }
  .home-knowledge-detail {
    margin: 20px 0 0 0;
    min-height: 80px;
  }
  .home-knowledge-detail-h {
    font-size: 13px;
  }
  .home-knowledge-detail-d {
    font-size: 16px;
    font-size: 14px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-knowledge-detail-date {
    font-size: 13px;
    margin: 7px 0 0 0;
  }
  .home-faq-set {
    padding: 30px 0;
  }
  .home-faq-title {
    -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;
  }
  .home-faq-title h2 {
    font-size: 24px;
  }
  .home-faq-q {
    font-size: 16px;
  }
  .home-faq-a {
    font-size: 16px;
  }
  .home-faq-btn {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
  }
  .home-faq-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-dealer-search-set {
    padding: 50px 0 30px 0;
    min-height: inherit;
    background-size: cover;
  }
  .home-dealer-search-title h3 {
    font-size: 24px;
  }
  .home-dealer-search-input {
    width: 100%;
  }
  .home-dealer-search-input input {
    font-size: 16px;
  }
  .home-dealer-search-btn {
    font-size: 16px;
  }
  .home-searchfilm-title {
    color: #fff;
  }
  .home-searchfilm-title h3 {
    font-size: 24px;
  }
  .home-searchfilm-step-set {
    position: relative;
    padding: 0 0 0 75px;
    margin: 15px 0 0 0;
  }
  .home-searchfilm-step {
    width: 60px;
    height: 60px;
    font-size: 16px;
    padding-top: 2px;
  }
  .home-searchfilm-txt-h {
    font-size: 24px;
    font-weight: bold;
  }
  .home-searchfilm-txt-d {
    font-size: 16px;
  }
  .home-searchfilm-select-requirements-zone {
    position: relative;
    padding: 0 30px;
    margin: 30px 0 0 0;
  }
  .home-searchfilm-select-requirements {
    font-size: 18px;
    padding: 3px 0 7px 0;
    font-family: 'db_adman_xregular';
    position: relative;
  }
  .home-searchfilm-select-requirements-active {
    font-size: 18px;
    padding: 3px 0 7px 0;
    font-family: 'db_adman_xregular';
    position: relative;
  }
  #home-searchfilm-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
  }
  .home-searchfilm-arrow-left {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
    left: 0;
  }
  .home-searchfilm-arrow-right {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
    right: 0;
  }
  .home-section-searchfilm-pad {
    padding-right: 30px;
  }
  .home-searchfilm-car-chk-set {
    margin: 15px 0 0 0;
  }
  .home-searchfilm-car-chk {
    margin: 15px 0;
    width: 33.33%;
    float: left;
  }
  .home-searchfilm-car-chk label::before {
    background-color: #fff;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 125px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-img {
    padding: 70px 0 0 0px;
    height: inherit;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 1.5;
    text-align: center;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-img img {
    height: 50px;
    position: absolute;
    left: 35px;
    top: 15px;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-txt {
    margin: 2px 0 0 0;
    line-height: 1.5;
    font-size: 16px;
    width: 180px;
  }
  .home-searchfilm-btn {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    margin: 30px 15px 0 0px;
  }
  .home-searchfilm-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-searchfilm-btn-simulator {
    padding: 10px 15px 7px 15px;
    font-size: 16px;
    margin: 30px 0px 0 15px;
  }
  .home-searchfilm-btn-simulator img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-searchfilm-color-chk-set {
    margin: 30px 0 0 0;
    background: #fff;
    -moz-border: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    color: #1A1919;
  }
  .home-searchfilm-color-chk {
    margin: 30px 0 0 0;
    width: 25%;
    float: left;
  }
  .home-searchfilm-color-chk input[type="radio"] {
    display: none;
  }
  .home-searchfilm-color-chk label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .home-searchfilm-color-chk label::before {
    background-color: none;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -5px 0 0 -20px;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color-box {
    padding: 0 0 0 35px;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color {
    width: 40px;
    height: 40px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    position: relative;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-txt {
    margin: 10px 0 0 0;
    font-size: 16px;
    width: 100px;
    font-size: 14px;
  }
  .home-searchfilm-color-chk input[type="radio"]:checked+label::before {
    content: "✓";
    transform: scale(1);
    z-index: 2;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
  }
  .home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
    opacity: 1;
    background: #005997;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    padding: 5px 15px;
    width: 120px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 67%;
    margin: -45px 0 0 0px;
  }
  table.home-tbcolor {
    font-size: 14px;
  }
  table.home-tbcolor th {
    font-size: 14px;
  }
  .home-tbcolor-film img {
    position: absolute;
    right: 15px;
    top: 8px;
  }
  .contact-set {
    padding: 30px 0;
  }
  .contact-mapform-bg {
    padding: 0 0 30px 0;
  }
  .contact-company {
    font-size: 24px;
  }
  .contact-address {
    padding: 0 0 0 45px;
    margin: 20px 0 30px 0;
    font-size: 18px;
  }
  .contact-contact {
    padding: 0 0 0 45px;
    margin: 20px 0 0 0;
    font-size: 16px;
  }
  .contact-form-btn {
    width: 130px;
    margin: 0 0 0 0;
  }
  .contact-form-captcha {
    float: left;
    margin: 0 30px 0 0;
  }
  .career-form-bg {
    padding: 0;
  }
  .career-bg-content {
    background: #fff;
  }
  .career-bg-form {
    background: #e7e7e7;
  }
  .career-form-content {
    padding: 30px 15px;
  }
  .career-form-content-title {
    margin: 30px 0 0 0;
  }
  .career-form-txt {
    font-size: 14px;
  }
  .career-form-content h1 {
    font-size: 20px;
    padding: 0 0 0 30px;
  }
  .career-form-content h1 span.fas {
    top: 2px;
    font-size: 25px;
  }
  .owl-theme.owl-section-banner .owl-dots {
    margin: 0 0 110px 6.5%;
  }
  .owl-theme.owl-section-promotions-portfilio .owl-dots {
    margin: 0 0 -40px 20px;
  }
  .owl-theme.owl-section-vdo .owl-dots {
    margin: 0 0 -40px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-title {
    font-size: 28px;
  }
  #home-title-sub {
    font-size: 24px;
  }
  #home-content {
    font-size: 18px;
  }
  #home-btn-color {
    font-size: 18px;
  }
  #home-btn-colormain {
    font-size: 18px;
  }
  #home-btn-white {
    font-size: 18px;
  }
  .body-content-2021 {
    padding: 0px 20px;
  }
  .home-banner-img img {
    width: 100%;
    height: inherit;
  }
  .home-banner-detail {
    margin: 0 0 15px 35px;
  }
  .home-banner-detail h1 {
    font-size: 24px;
  }
  .home-banner-detail div {
    font-size: 28px;
  }
  .home-banner-detail-2 {
    margin: 0 0 15px 35px;
  }
  .home-banner-detail-2 h2 {
    font-size: 24px;
  }
  .home-banner-detail-2 div {
    font-size: 28px;
  }
  .home-banner-detail-txt-1 {
    font-size: 24px;
  }
  .home-banner-detail-txt-2 {
    font-size: 28px;
  }
  .home-section-searchfilm-show {
    padding: 30px 0;
  }
  .home-section-searchfilm {
    padding: 0 0 50px 0;
    background: #015998;
  }
  .home-searchfilm-title h3 {
    font-size: 28px;
  }
  .home-section-product {
    padding: 0 0 30px 0;
    background: #1a1819;
  }
  .home-product-content h2 {
    font-size: 28px;
  }
  .home-product-content-detail {
    font-size: 18px;
    padding: 0;
  }
  .home-product-content-btn-set {
    margin: 30px 0 15px 0;
  }
  .home-section-product-category-linetop {
    border-top: solid 2px #e7e7e7;
  }
  .home-section-product-category {
    padding: 30px 0 60px 0;
  }
  .home-section-product-category h2 {
    font-size: 28px;
  }
  .home-section-product-category h3 {
    font-size: 28px;
  }
  .home-section-product-category-detail {
    padding: 0;
    font-size: 18px;
    min-height: inherit;
  }
  .home-product-category-zone {
    margin: 20px 0 0 0;
  }
  .home-promotions-set {
    margin: 0px 0 0 0;
  }
  .home-promotions-content {
    padding: 55px 30px 30px 30px;
  }
  .home-promotions-content h2 {
    font-size: 28px;
    font-size: 24px;
  }
  .home-promotions-detail {
    font-size: 18px;
    min-height: 160px;
  }
  .home-promotions-btn {
    margin: 20px 0 0 0;
    font-size: 18px;
    display: block;
  }
  .home-promotions-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-portfolio-set {
    margin: 0px 0 0 0;
    color: #fff;
  }
  .home-portfolio-content {
    padding: 55px 30px 30px 30px;
  }
  .home-portfolio-content h2 {
    font-size: 28px;
    font-size: 24px;
  }
  .home-portfolio-detail {
    font-size: 18px;
    min-height: 160px;
  }
  .home-portfolio-btn {
    margin: 20px 0 0 0;
    font-size: 18px;
    display: block;
    font-size: 16px;
  }
  .home-portfolio-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-review {
    padding: 40px 0;
  }
  .home-review-content h2 {
    font-size: 28px;
  }
  .home-review-detail {
    font-size: 18px;
    min-height: inherit;
  }
  .home-review-btn {
    font-size: 18px;
    font-size: 16px;
  }
  .home-review-btn:hover {
    background: none;
    border: solid 2px #fff;
    color: #fff;
  }
  .home-review-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-vdo-set {
    padding: 0px 0 70px 0;
  }
  .home-vdo-title {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0;
  }
  .home-vdo-title h3 {
    font-size: 28px;
  }
  .home-vdo {
    padding-top: 0;
    margin: 12px 0 0 0;
  }
  .home-about-set {
    padding: 30px 0;
  }
  .home-about-topic h2 {
    font-size: 28px;
  }
  .home-about-topic-sub {
    font-size: 18px;
    margin: 7px 0 0 0;
  }
  .home-about {
    margin: 20px 0 0 0;
  }
  .home-about-content {
    margin: 20px 0 0 0;
  }
  .home-about-content h3 {
    font-size: 24px;
    font-weight: bold;
  }
  .home-about-detail {
    font-size: 18px;
    margin: 7px 0 0 0;
  }
  .home-csr-set {
    padding: 30px 0;
  }
  .home-csr-title {
    font-size: 18px;
  }
  .home-csr-title h3 {
    font-size: 28px;
  }
  .home-csr-title-sub {
    font-size: 18px;
  }
  .home-csr {
    margin: 30px 0 0 0;
  }
  .home-csr-detail {
    margin: 15px 0 0 0;
  }
  .home-csr-detail h4 {
    font-size: 28px;
    font-size: 20px;
  }
  .home-csr-detail h5 {
    font-size: 18px;
    margin: 7px 0 0 0;
    font-size: 16px;
    padding-left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
  }
  .home-csr-btn {
    font-size: 18px;
    margin: 30px 0 0 0;
  }
  .home-csr-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-csr-show+.home-csr-show+.home-csr-show {
    display: none;
  }
  .home-news-set {
    padding: 30px 0;
  }
  .home-news-title {
    font-size: 18px;
  }
  .home-news-title h3 {
    font-size: 28px;
  }
  .home-news {
    margin: 20px 0;
  }
  .home-news-detail {
    margin: 20px 0 0 0;
    min-height: 95px;
  }
  .home-news-detail-h {
    font-size: 14px;
  }
  .home-news-detail-d {
    font-size: 18px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-news-detail-date {
    font-size: 14px;
    margin: 7px 0 0 0;
  }
  .home-knowledge-set {
    padding: 30px 0 10px 0;
  }
  .home-knowledge-title {
    font-size: 18px;
  }
  .home-knowledge-title h3 {
    font-size: 28px;
  }
  .home-knowledge {
    margin: 20px 0;
  }
  .home-knowledge-detail {
    margin: 20px 0 0 0;
    min-height: 95px;
  }
  .home-knowledge-detail-h {
    font-size: 14px;
  }
  .home-knowledge-detail-d {
    font-size: 18px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-knowledge-detail-date {
    font-size: 14px;
    margin: 7px 0 0 0;
  }
  .home-faq-set {
    padding: 30px 0;
  }
  .home-faq-title {
    -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;
  }
  .home-faq-title h2 {
    font-size: 28px;
  }
  .home-faq-q {
    font-size: 18px;
  }
  .home-faq-a {
    font-size: 18px;
  }
  .home-faq-btn {
    font-size: 18px;
  }
  .home-faq-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-dealer-search-set {
    padding: 50px 0 40px 0;
    min-height: inherit;
    background-size: cover;
  }
  .home-dealer-search-title h3 {
    font-size: 28px;
  }
  .home-dealer-search-input {
    width: 445px;
  }
  .home-dealer-search-input input {
    font-size: 18px;
  }
  .home-dealer-search-btn {
    font-size: 18px;
  }
  .home-searchfilm-title {
    color: #fff;
  }
  .home-searchfilm-title h3 {
    font-size: 28px;
  }
  .home-searchfilm-step-set {
    position: relative;
    padding: 0 0 0 75px;
    margin: 15px 0 0 0;
  }
  .home-searchfilm-step {
    width: 60px;
    height: 60px;
    font-size: 16px;
    padding-top: 2px;
  }
  .home-searchfilm-txt-h {
    font-size: 24px;
    font-weight: bold;
  }
  .home-searchfilm-txt-d {
    font-size: 16px;
  }
  .home-searchfilm-select-requirements-zone {
    position: relative;
    padding: 0 30px;
    margin: 30px 0 0 0;
  }
  .home-searchfilm-select-requirements {
    font-size: 18px;
    padding: 3px 0 7px 0;
    font-family: 'db_adman_xregular';
    position: relative;
  }
  .home-searchfilm-select-requirements-active {
    font-size: 18px;
    padding: 3px 0 7px 0;
    font-family: 'db_adman_xregular';
    position: relative;
  }
  #home-searchfilm-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
  }
  .home-searchfilm-arrow-left {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
    left: 0;
  }
  .home-searchfilm-arrow-right {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
    right: 0;
  }
  .home-section-searchfilm-pad {
    padding-right: 30px;
  }
  .home-searchfilm-car-chk-set {
    margin: 15px 0 0 0;
  }
  .home-searchfilm-car-chk {
    margin: 15px 0;
    width: 33.33%;
    float: left;
  }
  .home-searchfilm-car-chk label::before {
    background-color: #fff;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 125px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-img {
    padding: 70px 0 0 0px;
    height: inherit;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    line-height: 1.5;
    text-align: center;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-img img {
    height: 50px;
    position: absolute;
    left: 35px;
    top: 15px;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-txt {
    margin: 2px 0 0 0;
    line-height: 1.5;
    font-size: 18px;
    width: 180px;
    font-size: 16px;
  }
  .home-searchfilm-btn {
    font-size: 18px;
    margin: 30px 5px 0 0px;
  }
  .home-searchfilm-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-searchfilm-btn-simulator {
    font-size: 18px;
    margin: 30px 0px 0 5px;
  }
  .home-searchfilm-btn-simulator img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
    opacity: 1;
    background: #005997;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    padding: 5px 15px;
    width: 120px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 77%;
    margin: -45px 0 0 0px;
  }
  table.home-tbcolor {
    font-size: 13px;
  }
  table.home-tbcolor th {
    font-size: 12px;
  }
  .home-tbcolor-film span {
    margin: 0;
  }
  .home-tbcolor-film img {
    position: absolute;
    right: 15px;
    top: 8px;
  }
  .contact-set {
    padding: 30px 0;
  }
  .contact-mapform-bg {
    padding: 0 0 30px 0;
  }
  .contact-form-btn {
    width: 160px;
    margin: 0 0 0 0;
  }
  .contact-form-captcha {
    float: left;
    margin: 0 50px 0 0;
  }
  .career-form-bg {
    padding: 0;
    background: none;
  }
  .career-bg-content {
    background: #fff;
  }
  .career-bg-form {
    background: #e7e7e7;
    margin: 0 0 20px 0;
  }
  .career-form-content {
    padding: 30px 15px;
  }
  .career-form-content-title {
    margin: 30px 0 0 0;
  }
  .career-form-txt {
    font-size: 16px;
  }
  .owl-theme.owl-section-banner .owl-dots {
    margin: 0 0 130px 30px;
  }
  .owl-theme.owl-section-promotions-portfilio .owl-dots {
    margin: 0 0 -40px 30px;
  }
  .owl-theme.owl-section-vdo .owl-dots {
    margin: 0 0 -40px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home-title {
    font-size: 24px;
  }
  #home-title-sub {
    font-size: 20px;
  }
  #home-content {
    font-size: 16px;
  }
  #home-btn-color {
    padding: 10px 30px 7px 30px;
    font-size: 16px;
  }
  #home-btn-colormain {
    padding: 10px 30px 7px 30px;
    font-size: 16px;
  }
  #home-btn-white {
    padding: 10px 30px 7px 30px;
    font-size: 16px;
  }
  #home-btn-img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .body-content-2021 {
    padding: 0px 35px;
  }
  .home-banner-img img {
    width: 100%;
    height: inherit;
  }
  .home-banner-detail {
    margin: 0 0 15px 45px;
  }
  .home-banner-detail h1 {
    font-size: 20px;
  }
  .home-banner-detail div {
    font-size: 24px;
  }
  .home-banner-detail-2 {
    margin: 0 0 15px 45px;
  }
  .home-banner-detail-2 h2 {
    font-size: 20px;
  }
  .home-banner-detail-2 div {
    font-size: 24px;
  }
  .home-banner-detail-txt-1 {
    font-size: 20px;
  }
  .home-banner-detail-txt-2 {
    font-size: 24px;
  }
  .home-section-searchfilm-show {
    padding: 30px 0;
  }
  .home-section-searchfilm {
    padding: 30px 0;
    background-size: cover;
  }
  .home-searchfilm-title h3 {
    font-size: 24px;
  }
  .home-section-product {
    padding: 30px 0;
    background-size: cover;
    min-height: 500px;
  }
  .home-product-content h2 {
    font-size: 24px;
  }
  .home-product-content-detail {
    font-size: 16px;
    padding: 0;
  }
  .home-product-content-btn-set {
    margin: 20px 0 10px 0;
  }
  #home-product-content-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-product-content-btn-active {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-product-content-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  .home-product-img {
    margin: 10px 0 0 0;
  }
  .home-product-img-pad {
    padding-right: 7px;
  }
  .home-product-img-pad+.home-product-img-pad {
    padding-left: 7px;
    padding-right: 15px;
  }
  .home-section-product-category {
    padding: 30px 0;
  }
  .home-section-product-category h2 {
    font-size: 24px;
  }
  .home-section-product-category h3 {
    font-size: 24px;
  }
  .home-section-product-category-detail {
    padding: 0;
    font-size: 16px;
    min-height: 100px;
  }
  .home-product-category-zone {
    margin: 20px 0 0 0;
  }
  .home-promotions-set {
    margin: 30px 0 0 0;
  }
  .home-promotions-content {
    padding: 55px 30px 30px 30px;
  }
  .home-promotions-content h2 {
    font-size: 24px;
  }
  .home-promotions-detail {
    font-size: 16px;
    min-height: 100px;
  }
  .home-promotions-btn {
    margin: 20px 0 0 0;
    padding: 10px 30px 7px 30px;
    font-size: 16px;
  }
  .home-promotions-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-portfolio-set {
    margin: 30px 0 0 0;
    color: #fff;
  }
  .home-portfolio-content {
    padding: 55px 30px 30px 30px;
  }
  .home-portfolio-content h2 {
    font-size: 24px;
  }
  .home-portfolio-detail {
    font-size: 16px;
    min-height: 100px;
  }
  .home-portfolio-btn {
    margin: 20px 0 0 0;
    padding: 10px 30px 7px 30px;
    font-size: 16px;
  }
  .home-portfolio-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-review-content {
    margin: 20px 0 0 0;
  }
  .home-review-content h2 {
    font-size: 24px;
  }
  .home-review-detail {
    font-size: 16px;
    margin: 7px 0 0 0;
    min-height: 118px;
  }
  .home-review-btn {
    padding: 10px 30px 7px 30px;
    font-size: 16px;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .home-review-btn:hover {
    background: none;
    border: solid 2px #fff;
    color: #fff;
  }
  .home-review-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-vdo-set {
    padding: 50px 0;
  }
  .home-vdo-title h3 {
    font-size: 24px;
  }
  .home-vdo {
    position: relative;
    padding-bottom: 65.5%;
    padding-top: 25px;
    height: 0;
  }
  .home-vdo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-about-topic h2 {
    font-size: 24px;
  }
  .home-about-topic-sub {
    font-size: 16px;
    margin: 7px 0 0 0;
  }
  .home-about {
    margin: 20px 0 0 0;
  }
  .home-about-content {
    margin: 20px 0 0 0;
  }
  .home-about-content h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .home-about-detail {
    font-size: 16px;
    margin: 7px 0 0 0;
  }
  .home-csr-set {
    padding: 30px 0;
  }
  .home-csr-title {
    font-size: 16px;
  }
  .home-csr-title h3 {
    font-size: 24px;
  }
  .home-csr-title-sub {
    font-size: 16px;
  }
  .home-csr {
    margin: 30px 0 0 0;
  }
  .home-csr-detail {
    margin: 15px 0 0 0;
  }
  .home-csr-detail h4 {
    font-size: 24px;
    font-size: 18px;
  }
  .home-csr-detail h5 {
    font-size: 16px;
    margin: 7px 0 0 0;
    padding-left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
  }
  .home-csr-btn {
    padding: 10px 30px 7px 30px;
    font-size: 16px;
  }
  .home-csr-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-news-set {
    padding: 30px 0;
  }
  .home-news-title {
    font-size: 16px;
  }
  .home-news-title h3 {
    font-size: 24px;
  }
  .home-news {
    margin: 20px 0 0 0;
  }
  .home-news-detail {
    margin: 0;
    min-height: 85px;
  }
  .home-news-detail-h {
    font-size: 13px;
  }
  .home-news-detail-d {
    font-size: 16px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-news-detail-date {
    font-size: 13px;
    margin: 7px 0 0 0;
  }
  .home-knowledge-set {
    padding: 30px 0;
  }
  .home-knowledge-title {
    font-size: 16px;
  }
  .home-knowledge-title h3 {
    font-size: 24px;
  }
  .home-knowledge {
    margin: 20px 0 0 0;
  }
  .home-knowledge-detail {
    margin: 0;
    min-height: 85px;
  }
  .home-knowledge-detail-h {
    font-size: 13px;
  }
  .home-knowledge-detail-d {
    font-size: 16px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-knowledge-detail-date {
    font-size: 13px;
    margin: 7px 0 0 0;
  }
  .home-faq-set {
    padding: 30px 0;
  }
  .home-faq-title {
    -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;
  }
  .home-faq-title h2 {
    font-size: 24px;
  }
  .home-faq-q {
    font-size: 16px;
  }
  .home-faq-a {
    font-size: 16px;
  }
  .home-faq-btn {
    padding: 10px 30px 7px 30px;
    font-size: 16px;
  }
  .home-faq-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-dealer-search-set {
    padding: 50px 0 40px 0;
    min-height: inherit;
    background-size: cover;
  }
  .home-dealer-search-title h3 {
    font-size: 24px;
  }
  .home-dealer-search-input {
    width: 445px;
  }
  .home-dealer-search-input input {
    font-size: 16px;
  }
  .home-dealer-search-btn {
    font-size: 16px;
  }
  .home-section-searchfilm {
    padding: 30px 0;
    background-size: cover;
    min-height: inherit;
  }
  .home-searchfilm-title {
    color: #fff;
  }
  .home-searchfilm-title h3 {
    font-size: 24px;
  }
  .home-searchfilm-step-set {
    position: relative;
    padding: 0 0 0 75px;
    margin: 15px 0 0 0;
  }
  .home-searchfilm-step {
    width: 60px;
    height: 60px;
    font-size: 16px;
    padding-top: 2px;
  }
  .home-searchfilm-txt-h {
    font-size: 24px;
    font-weight: bold;
  }
  .home-searchfilm-txt-d {
    font-size: 16px;
  }
  .home-searchfilm-select-requirements-zone {
    position: relative;
    padding: 0 30px;
    margin: 30px 0 0 0;
  }
  .home-searchfilm-select-requirements {
    font-size: 18px;
    padding: 3px 0 7px 0;
    font-family: 'db_adman_xregular';
    position: relative;
  }
  .home-searchfilm-select-requirements-active {
    font-size: 18px;
    padding: 3px 0 7px 0;
    font-family: 'db_adman_xregular';
    position: relative;
  }
  #home-searchfilm-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
    background: none !important;
  }
  .home-searchfilm-arrow-left {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
    background: none !important;
    left: 0;
  }
  .home-searchfilm-arrow-right {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 24px;
    cursor: pointer;
    background: none !important;
    right: 0;
  }
  .home-section-searchfilm-pad {
    padding-right: 30px;
  }
  .home-searchfilm-car-chk-set {
    margin: 15px 0 0 0;
  }
  .home-searchfilm-car-chk {
    margin: 5px 0;
    width: 33.33%;
    float: left;
  }
  .home-searchfilm-car-chk label::before {
    top: 5px;
    left: 120px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-img {
    padding: 55px 0 0 0px;
    height: inherit;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-img img {
    height: 42px;
    left: 41px;
    top: 10px;
  }
  .home-searchfilm-car-chk label .home-searchfilm-car-chk-txt {
    margin: 2px 0 0 0;
    line-height: 1.5;
    font-size: 16px;
    width: 180px;
  }
  .home-searchfilm-btn {
    padding: 10px 30px 7px 30px;
    font-size: 16px;
    margin: 20px 10px 0 0px;
  }
  .home-searchfilm-btn img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-searchfilm-btn-simulator {
    padding: 10px 30px 7px 30px;
    font-size: 16px;
    margin: 20px 0px 0 10px;
  }
  .home-searchfilm-btn-simulator img {
    margin: 0 0 0 12px;
    width: 22px;
  }
  .home-searchfilm-color-chk-set {
    margin: 30px 0 0 0;
    background: #fff;
    -moz-border: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    color: #1A1919;
  }
  .home-searchfilm-color-chk {
    margin: 30px 0 0 0;
    width: 25%;
    float: left;
  }
  .home-searchfilm-color-chk input[type="radio"] {
    display: none;
  }
  .home-searchfilm-color-chk label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .home-searchfilm-color-chk label::before {
    background-color: none;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -5px 0 0 -20px;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color-box {
    padding: 0 0 0 40px;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color {
    width: 40px;
    height: 40px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    position: relative;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-color:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
  }
  .home-searchfilm-color-chk label .home-searchfilm-color-chk-txt {
    margin: 10px 0 0 0;
    font-size: 16px;
    width: 110px;
  }
  .home-searchfilm-color-chk input[type="radio"]:checked+label::before {
    content: "✓";
    transform: scale(1);
    z-index: 2;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
  }
  .home-searchfilm-accessories-chk-set {
    margin: 30px 0 0 0;
    background: #fff;
    -moz-border: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    color: #1A1919;
  }
  .home-searchfilm-accessories-chk {
    margin: 15px 0 15px 0;
    position: relative;
    width: 48%;
    display: inline-block;
  }
  .home-searchfilm-accessories-chk label {
    width: 100%;
    position: relative;
  }
  .home-searchfilm-accessories-chk label {
    background: #fff;
    border: solid 1px #e7e7e7;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    width: 20px;
    height: 22px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 12px;
    padding: 0 0 0 20px;
  }
  .home-searchfilm-accessories-chk label:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    left: -2px;
    top: -2px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    border: solid 7px #ED9F2D;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
  .home-searchfilm-accessories-chk input[type="radio"] {
    visibility: hidden;
  }
  .home-searchfilm-accessories-chk input[type="radio"]:checked + label {
    background-color: #fff;
    color: #fff;
  }
  .home-searchfilm-accessories-chk input[type="radio"]:checked + label:after {
    opacity: 1;
  }
  .home-searchfilm-accessories-chk label .chktxt {
    color: #1A1919;
    min-width: 200px;
    padding: 0px 0 0 15px;
    margin: 0;
  }
  .home-searchfilm-accessories-chk label .chktxt a {
    color: #005997;
    text-decoration: underline;
  }
  .home-searchfilm-feature-chk-set {
    margin: 30px 0 0 0;
    background: #fff;
    -moz-border: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    color: #1A1919;
  }
  .home-searchfilm-feature-chk {
    margin: 15px 0 15px 0;
    position: relative;
    width: 48%;
    display: inline-block;
  }
  .home-searchfilm-feature-chk label {
    width: 100%;
    position: relative;
  }
  .home-searchfilm-feature-chk label {
    background: #fff;
    border: solid 1px #e7e7e7;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    width: 20px;
    height: 22px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 12px;
    padding: 0 0 0 20px;
  }
  .home-searchfilm-feature-chk label:after {
    content: " ";
    position: absolute;
    pointer-events: none;
    left: -2px;
    top: -2px;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    border: solid 7px #ED9F2D;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
  .home-searchfilm-feature-chk input[type="radio"] {
    visibility: hidden;
  }
  .home-searchfilm-feature-chk input[type="radio"]:checked + label {
    background-color: #fff;
    color: #fff;
  }
  .home-searchfilm-feature-chk input[type="radio"]:checked + label:after {
    opacity: 1;
  }
  .home-searchfilm-feature-chk label .chktxt {
    color: #1A1919;
    min-width: 200px;
    padding: 0px 0 0 15px;
    margin: 0;
  }
  .home-searchfilm-feature-chk label .chktxt a {
    color: #005997;
    text-decoration: underline;
  }
  .home-searchfilm-opacity-chk-4 input[type="radio"]:checked + label + .home-searchfilm-opacity-chk-show-txt {
    opacity: 1;
    background: #005997;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    padding: 5px 15px;
    width: 120px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 67%;
    margin: -45px 0 0 0px;
  }
  table.home-tbcolor {
    font-size: 13px;
  }
  table.home-tbcolor th {
    font-size: 13px;
  }
  .home-tbcolor-film span {
    margin: 0;
  }
  .home-tbcolor-film img {
    position: absolute;
    right: 15px;
    top: 8px;
  }
  .contact-set {
    padding: 50px 0;
  }
  .contact-mapform-bg {
    padding: 30px 0;
  }
  .contact-form-btn {
    width: 75px;
  }
  .contact-form-btn input {
    font-size: 18px;
  }
  .contact-form-captcha {
    margin: 0 5px 0 0;
  }
  .contact-company {
    font-size: 24px;
  }
  .contact-address {
    padding: 0 0 0 45px;
    margin: 20px 0 30px 0;
    font-size: 18px;
  }
  .contact-contact {
    padding: 0 0 0 45px;
    margin: 20px 0 0 0;
    font-size: 16px;
  }
  .career-form-txt {
    font-size: 12px;
  }
  .contact-map iframe {
    width: 100%;
  }
  .contact-map img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .owl-theme.owl-section-banner .owl-dots {
    margin: 0 0 120px 40px;
  }
  .owl-theme.owl-section-promotions-portfilio .owl-dots {
    margin: 0 0 -40px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .contact-mapform-bg {
    background: #e7e7e7;
    padding: 50px 0;
  }
  .contact-set {
    padding: 50px 0 50px 0;
  }
  .contact-company {
    font-size: 30px;
  }
  .contact-address {
    padding: 0 0 0 45px;
    margin: 20px 0 30px 0;
    font-size: 20px;
  }
  .contact-contact {
    padding: 0 0 0 45px;
    margin: 20px 0 0 0;
    font-size: 18px;
  }
  .contact-map iframe {
    width: 100%;
  }
  .contact-map img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .contact-form-set {
    padding: 0 30px 30px 30px;
  }
  .contact-form {
    position: relative;
    padding: 0 0 0 120px;
    margin: 30px 0 0 0;
  }
  .contact-form input {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: solid 1px #ddd;
    font-size: 16px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .contact-form select {
    width: 100%;
    padding: 0 15px;
    height: 45px;
    border: solid 1px #ddd;
    font-size: 16px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .contact-form i {
    font-size: 20px;
  }
  .contact-form textarea {
    width: 100%;
    padding: 15px 15px;
    height: 100px;
    border: solid 1px #ddd;
    font-size: 16px;
    -moz-border: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .contact-form-txt {
    top: 11px;
    left: 0;
    font-size: 16px;
  }
  .contact-form-btn {
    width: 65px;
  }
  .contact-form-btn input {
    height: 76px;
    font-size: 18px;
  }
  .contact-form-captcha {
    float: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 5px 0 0;
  }
  .career-form-txt {
    font-size: 14px;
  }
  .career-form-content {
    padding: 0 0px;
  }
  .career-form-img input {
    height: 200px;
  }
  .upload-btn-wrapper {
    height: 200px;
  }
  .owl-theme.owl-section-banner .owl-dots {
    margin: 0 0 160px 7%;
  }
  .owl-theme.owl-section-promotions-portfilio .owl-dots {
    margin: 0 0 -40px 30px;
  }
}
