@charset "UTF-8";

.products .scroll-item {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.products .slider-zone {
  margin-top: 35px;
}

.products .slider-zone .pro-name {
  margin-bottom: 15px;
}

.products .slider-zone .pro-name:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #000;
  margin: 8px auto 0 auto;
  position: relative;
}

.products .slider-zone .pro-name img {
  width: 200px;
  display: block;
  margin: 0 auto 15px auto;
}

.products .slider-zone .pro-slogan {
  text-align: center;
  color: #27509b;
  font-style: italic;
  font-size: 36px;
  font-weight: bold;
  /* margin-bottom: 30px; */
  width: 70%;
  margin: 0 auto 30px auto;
}

.products .slider-zone .products-slider-wrap {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("../img/products/slider-bg.png");
  background-size: cover;
  background-position: center;
}

/* width: 260px; */
.products .slider-zone .products-slider-wrap .slider {
  /* 1208 mdf */
  width: 100%;

  position: relative;
  display: block;
  margin: 0 auto;
}

.products .slider-zone .products-slider-wrap .slider .single-product {
  width: 100%;
  position: relative;
}

.products .slider-zone .products-slider-wrap .slider .single-product img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.products .slider-zone .products-slider-wrap .slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 1px;
}

.products .slider-zone .products-slider-wrap .slick-dots li button {
  width: 25px;
  height: 25px;
}

.products .slider-zone .products-slider-wrap .slick-dots li button:before {
  font-size: 16px;
  opacity: 1;
  content: '○';
  color: #858585;
  font-weight: bold;
  width: 25px;
  height: 25px;
}

.products .slider-zone .products-slider-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  content: '●';
}

.products .feature-zone {
  padding-top: 80px;
}

.products .feature-zone .tit {
  width: 250px;
  display: block;
  margin: 0 auto 20px 0;
}

.products .feature-zone .feature-list {
  margin-bottom: 65px;
}

.products .feature-zone .feature-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #27509b;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 0 20px;
  word-break: normal;
}

.products .feature-zone .feature-list li:not(:last-child) {
  border-right: 0.5px solid #27509b;
}

.products .feature-zone .feature-box {
  margin: 0 auto 50px auto;
}

.products .feature-zone .feature-box .vid {
  margin-bottom: 70px;
}

.products .single-feature-img {
  margin-top: 70px;
  margin-bottom: 50px;
}

.products .single-feature-img img {
  max-width: 100%;
  display: block;
}

.products .vid-zone {
  text-align: center;
  display: block;
  margin-bottom: 70px;
  padding-top: 70px;
}

.products .vid-zone .tit {
  font-size: 26px;
  font-weight: bold;
  color: #27509b;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 20px;
}

.products .vid-zone .tit:after {
  content: '';
  display: block;
  width: 18%;
  height: 3px;
  background: #27509b;
  position: relative;
  margin: 15px auto 0 auto;
}

.products .vid-zone .intro {
  font-size: 15px;
  word-break: keep-all;
  color: #666;
  margin-bottom: 20px;
}

.products .vid-zone .video-box {
  margin: 0 auto 30px auto;
}

.products .vid-zone .video-box .vid-tit {
  font-size: 20px;
  color: #27509b;
  margin-bottom: 15px;
  text-align: center;
}

.products .sizes-zone {
  text-align: center;
}

.products .sizes-zone .tit {
  font-size: 24px;
  font-weight: 100;
  color: #27509b;
  margin-bottom: 40px;
}

.products .sizes-zone .tit:after {
  content: '';
  display: block;
  width: 55px;
  height: 3px;
  background: #27509b;
  position: relative;
  margin: 15px auto 0 auto;
}

.products .sizes-zone .slider-box {
  position: relative;
  width: 100%;
}

.products .sizes-zone .arrs {
  width: 9px;
  position: absolute;
  top: 25px;
  z-index: 9;
  cursor: pointer;
  display: block;
}

.products .sizes-zone .arr-left {
  left: 12px;
}

.products .sizes-zone .arr-right {
  right: 12px;
}

.products .sizes-zone .sizes-slider .size {
  font-family: "michelin";
  font-weight: 700;
  color: #27509b;
  font-size: 61px;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}

.products .sizes-zone .sizes-slider .size:after {
  content: '';
  display: inline-block;
  background-image: url("../img/products/icon-size.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 16px;
  position: absolute;
  margin-left: 10px;
  top: 5px;
}

.products .sizes-zone .sizes-slider .size-list {
  font-family: 'akzi';
  font-weight: 900;
  color: #000;
  font-size: 15px;
}

.products .sizes-zone .sizes-slider .size-list li {
  width: 50%;
  float: left;
  text-align: left;
  padding: 10px 0 10px 20px;
}

.products .sizes-zone .sizes-slider .size-list li:nth-child(odd) {
  border-right: 1px solid #e0e0e0;
}

.products .sizes-zone .btn-download {
  display: block;
  width: 221px;
  margin: 30px auto;
  position: relative;
  cursor: pointer;
}

.products .sizes-zone .btn-download img {
  width: 100%;
  display: block;
}

.products .links {
  text-align: center;
  padding-top: 10px;
}

.products .links .grid-ad {
  margin-right: -5px;
  margin-left: -5px;
}

.products .links .grid-ad .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.products .links .tit {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 4px;
  border-bottom: 3px solid #fce500;
  padding-bottom: 15px;
}

.products .links .link {
  display: block;
  background-color: #fafafa;
  text-align: center;
  padding: 40px 15px 85px 15px;
}

.products .links .link img {
  max-width: 100%;
  display: block;
}

.products .links .link .pro-name {
  margin: 10px auto;
  border-bottom: 1px solid #27509b;
  padding-bottom: 10px;
}

.products .links .link .pro-slogan {
  letter-spacing: 1px;
  font-weight: bold;
  color: #27509b;
}

.products .search-dealer {
  text-align: center;
}

.products .search-dealer .box {
  background-color: #27509b;
  padding: 30px 0 25px 0;
  color: #fff;
}

.products .search-dealer .inputs {
  width: 100%;
  height: 40px;
  border: 1px solid #27509b;
  padding: 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.products .search-dealer .inputs:focus {
  border: 1px solid #fce500;
}

.products .search-dealer select {
  width: 100%;
  height: 30px;
  border: 1px solid #27509b;
  margin-bottom: 15px;
  padding: 0 10px;
  color: #27509b;
  text-align-last: center;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.products .search-dealer select:focus {
  border: 1px solid #fce500;
}

.products .search-dealer .btn-search {
  display: inline-block;
  width: 145px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #fce500;
  color: #27509b;
  margin: 0 auto 20px auto;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.products .search-dealer .btn-search img {
  width: 15px;
  position: relative;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .products .slider-zone {
    margin-top: 50px;
  }

  .products .slider-zone .pro-name {
    margin-bottom: 30px;
  }

  .products .slider-zone .pro-slogan {
    width: auto;
  }

  .products .slider-zone .pro-name img {
    width: 300px;
  }

  .products .slider-zone .pro-name:after {
    width: 70px;
    height: 5px;
    margin: 25px auto 0 auto;
  }

  .products .slider-zone .pro-slogan {
    margin-bottom: 40px;
  }

  .products .slider-zone .slider-bg {
    width: 100%;
    height: 620px;
    background-image: url("../img/products/slider-bg.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    /* 1208 mdf */
    margin-top: -80px;
  }

  .products .slider-zone .products-slider-wrap {
    background-image: none;
  }

  /* 1208 mdf */
  .products .slider-zone .products-slider-wrap .slider {
    width: 500px;
  }

  .products .feature-zone .feature-list {
    margin-top: 60px;
    margin-bottom: 85px;
  }

  .products .feature-zone .feature-list li {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 4px;
    cursor: pointer;
    position: relative;
  }

  .products .feature-zone .feature-list li:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #27509b;
    -webkit-transition: width .3s;
    transition: width .3s;
    margin-top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
  }

  .products .feature-zone .feature-list li:hover::after {
    width: 50%;
  }

  .products .single-feature-img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .products .vid-zone .intro {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .products .sizes-zone .tit {
    font-size: 35px;
  }

  .products .sizes-zone .sizes-slider .size {
    margin-bottom: 30px;
  }

  .products .sizes-zone .sizes-slider .size-list {
    font-size: 24px;
  }

  .products .sizes-zone .sizes-slider .size-list li {
    padding: 15px 0 10px 60px;
  }

  .products .sizes-zone .arrs {
    width: 11px;
  }

  .products .sizes-zone .arr-left {
    left: 300px;
  }

  .products .sizes-zone .arr-right {
    right: 300px;
  }

  .products .sizes-zone .btn-download {
    width: 260px;
    margin: 60px auto 40px auto;
    border: 2px solid #fce500;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .products .sizes-zone .btn-download:hover {
    border: 2px solid #27509b;
  }

  .products .links {
    margin-bottom: 40px;
  }

  .products .links .grid-ad {
    margin-right: -15px;
    margin-left: -15px;
  }

  .products .links .grid-ad .col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .products .links .tit {
    font-size: 35px;
  }

  .products .links .link {
    border: 2px solid #fafafa;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 30px;
    padding: 25px;
  }

  .products .links .link:hover {
    border: 2px solid #666;
  }

  .products .links .link .pro-name {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 20px;
  }

  .products .links .link .pro-slogan {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
  }

  .products .search-dealer p {
    font-size: 20px;
    margin: 15px auto;
  }

  .products .search-dealer select {
    width: 100%;
    height: 50px;
    border: 1px solid #27509b;
    margin-bottom: 15px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 20px;
  }

  .products .search-dealer select:focus {
    border: 1px solid #fce500;
  }

  .products .search-dealer .btn-search {
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin: 30px auto;
  }

  .products .search-dealer .btn-search p {
    margin: 0;
  }

  .products .search-dealer .btn-search img {
    width: 19px;
  }
}

@media (max-width: 992px) {
  .products .single-feature-img {
    background-image: none !important;
    height: auto !important;
  }
}