header.header {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s; }
  header.header:after {
    display: block;
    clear: both;
    content: ""; }
  header.header .logo {
    width: 180px;
    display: block;
    float: left; }
    header.header .logo img {
      width: 100%; }
  header.header .ham {
    width: 32px;
    height: 35px;
    position: relative;
    float: right;
    margin-top: 10px;
    z-index: 2; }
    header.header .ham .ham-top, header.header .ham .ham-bot {
      position: absolute;
      width: 100%;
      height: 3.5px;
      border-radius: 5px;
      background-color: #27509b;
      -webkit-transition: all .6s ease;
      transition: all .6s ease; }
    header.header .ham .ham-top {
      top: 0; }
    header.header .ham .ham-bot {
      top: 11px; }
    header.header .ham span {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #27509b;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0; }
    header.header .ham.active .ham-top {
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg);
      top: 5px; }
    header.header .ham.active .ham-bot {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 5px; }
    header.header .ham.active span {
      display: none; }
  header.header.nav-up {
    position: fixed;
    top: -65px;
    left: 0;
    right: 0;
    z-index: 9; }
  header.header.nav-down {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9; }

@media (min-width: 992px) {
  header.header {
    padding-bottom: 0; }
    header.header .logo {
      position: relative;
      top: -7px; } }

.nav-m {
  position: relative;
  width: 100%;
  border-top: 4px solid #27509b;
  z-index: 3;
  background-color: #fff;
  display: none;
  text-align: right;
  padding-bottom: 100px;
  top: 62px; }
  .nav-m ul {
    padding: 0 15px; }
    .nav-m ul li {
      padding: 10px 0;
      border-bottom: 1px solid #dcdcdc; }
      .nav-m ul li a {
        color: #27509b;
        font-size: 18px;
        font-weight: bold; }
        .nav-m ul li a:not(.txt)::after {
          content: '';
          display: inline-block;
          position: relative;
          margin-left: 5px;
          width: 14px;
          height: 12px;
          background-image: url("../img/arr-right-blue.png");
          background-size: contain; }
  .nav-m .txt-gr {
    color: #c1c1c1;
    font-size: 14px;
    margin: 10px 0;
    padding-right: 15px; }
  .nav-m .txt-bl {
    color: #27509b;
    font-size: 15px;
    margin: 10px 0; }
  .nav-m .social-links {
    padding: 0 15px; }
    .nav-m .social-links .icon {
      display: inline-block;
      width: 36px;
      margin-left: 15px; }
      .nav-m .social-links .icon img {
        width: 100%; }
  .nav-m .other {
    border-top: 4px solid #27509b;
    border-bottom: 4px solid #27509b; }
    .nav-m .other li:first-child a {
      font-weight: normal; }
    .nav-m .other a {
      color: #666666;
      font-size: 15px; }
    .nav-m .other .logo-bg {
      width: 96px;
      display: inline-block;
      position: relative; }
      .nav-m .other .logo-bg img {
        width: 100%;
        position: absolute;
        right: 20px;
        top: 6px; }
  .nav-m .other-link {
    color: #666666;
    margin: 10px 15px;
    display: inline-block;
    font-weight: bold; }
    .nav-m .other-link:after {
      content: '';
      display: inline-block;
      position: relative;
      margin-left: 5px;
      width: 14px;
      height: 12px;
      background-image: url("../img/arr-right-blue.png");
      background-size: contain; }

.nav-pc ul {
  float: right; }

.nav-pc li {
  padding: 0 5px;
  float: left; }
  .nav-pc li a {
    color: #666666;
    font-size: 15px;
    padding-bottom: 3px; }
    .nav-pc li a img {
      width: 100%; }
    .nav-pc li a:hover {
      border-bottom: 2px solid #27509b;
      font-weight: bold; }
    .nav-pc li a.active {
      border-bottom: 2px solid #27509b;
      font-weight: bold; }
  .nav-pc li .icon-truck, .nav-pc li .icon-motor {
    width: 39px;
    display: inline-block;
    position: relative; }
  .nav-pc li .icon-guide {
    position: relative;
    display: inline-block;
    width: 20px; }
    .nav-pc li .icon-guide img {
      display: block; }
  .nav-pc li:not(:last-child):after {
    content: '|';
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #666666;
    margin-left: 10px;
    top: -2px; }
  .nav-pc li.trucks:after, .nav-pc li.motor:after {
    top: -5px; }

@media (max-width: 992px) {
  /* for mobile controling gap between contents */
  .index .products-list {
    height: 290px; } }

.products-list {
  position: relative;
  z-index: 4;
  left: 0;
  right: 0;
  top: 57px;
  display: none;
  margin-bottom: 80px; }
  .products-list .container {
    position: relative; }
  .products-list .goleft,
  .products-list .goright {
    width: 20px;
    height: 100%;
    line-height: 290px;
    background-color: #fce500;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer; }
  .products-list .goleft {
    left: 15px;
    display: none; }
  .products-list .goright {
    right: 15px; }
  .products-list .inner {
    background-color: #f9f9f9;
    padding: 30px 0 30px 15px;
    position: relative;
    overflow-x: auto;
    width: auto;
    white-space: nowrap; }
  .products-list .single-zone {
    min-width: 185px;
    position: relative;
    margin-right: 25px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    line-height: 1; }
    .products-list .single-zone .tag {
      width: 100%;
      height: 40px;
      display: inline-block;
      text-align: center;
      margin-bottom: 30px; }
      .products-list .single-zone .tag.new {
        font-family: "michelin";
        height: 40px;
        line-height: 40px;
        font-weight: 900;
        font-size: 20px;
        background-color: #fce500;
        color: #27509b; }
      .products-list .single-zone .tag img {
        max-width: 100%;
        max-height: 100%; }
    .products-list .single-zone .pro-img {
      width: 100%;
      height: 115px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 25px; }
      .products-list .single-zone .pro-img a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .products-list .single-zone .pro-img img {
        width: 82px;
        display: block;
        margin: 0 auto;
        -ms-flex-item-align: center;
            align-self: center; }
    .products-list .single-zone .slogan {
      font-size: 15px;
      font-style: italic;
      color: #27509b;
      font-weight: bold; }
  .products-list .closebar {
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
    background-color: #27509b;
    position: relative;
    z-index: 1; }
    .products-list .closebar img {
      width: 14px;
      display: block;
      margin: 0 auto; }

@media (min-width: 992px) {
  .products-list .goright, .products-list .goleft {
    width: 25px;
    line-height: 300px; }
  .products-list .inner {
    overflow: hidden; }
  .products-list .single-zone {
    margin-right: 55px; }
    .products-list .single-zone:hover .slogan {
      background-color: #fce500; } }

.header-page .nav-search-tyre, .header-page .nav-search-dealer {
  color: #27509b; }
  .header-page .nav-search-tyre:before, .header-page .nav-search-dealer:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-right: 3px;
    top: 3px; }

.header-page .nav-search-tyre:before {
  background-image: url("../img/icon-search-blue.png"); }

.header-page .nav-search-dealer:before {
  background-image: url("../img/icon-marker-blue.png"); }

@media (max-width: 1200px) and (min-width: 992px) {
  .nav-pc li {
    padding: 0 3px; }
    .nav-pc li:not(:last-child):after {
      margin-left: 3px; } }
