header .container {
  position: relative; }

.navbar.affix {
  box-shadow: 1px 1px 25px 5px rgba(0, 0, 0, 0.15) !important; }

.navbar-address a {
  color: #000 !important; }

@media screen and (min-width: 1200px) {
  .row-info {
    position: absolute;
    top: -20px;
    right: 0; }
    .row-info .navbar-address {
      font-weight: 400;
      font-size: 15px; }
    .row-info .navbar-spacer {
      float: right;
      margin: 0px 20px 0 20px;
      width: 1px;
      height: 20px;
      background-color: #e0e0e0; }

  .navbar.affix .row-info {
    display: none; }
    .navbar.affix .menuMain {
      bottom: 6px; } }

@media screen and (max-width: 1200px) {
  .menuMain {
    display: none; } }

.menuMain {
  position: absolute;
  right: 0;
  bottom: -2px;
  padding-right: 40px; }
  .menuMain.block .menu-pc {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
    pointer-events: none; }

.menu-pc {
  display: flex;
  margin: 0;
  padding: 0; }
  .menu-pc * {
    list-style: none; }
  .menu-pc > li + li {
    margin-left: 30px; }
  .menu-pc > li {
    float: left;
    position: relative; }
    .menu-pc > li > a {
      display: block;
      height: 32px;
      line-height: 32px;
      position: relative;
      z-index: 2;
      font-size: 16px;
      text-decoration: none;
      color: #333;
      text-transform: uppercase;
      font-weight: 500; }
      .menu-pc > li > a i {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 2px;
        color: inherit;
        font-size: 11px; }
      .menu-pc > li > a:after {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        height: 1px;
        background: #09cc98;
        opacity: 0;
        z-index: 2; }
    .menu-pc > li.active > a {
      color: #09cc98; }
      .menu-pc > li.active > a:after {
        left: 0;
        right: 0;
        opacity: 1; }
    .menu-pc > li:hover > a {
      color: #09cc98; }
      .menu-pc > li:hover > a:after {
        left: 0;
        right: 0;
        opacity: 1; }
      .menu-pc > li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none; }
    .menu-pc > li > ul {
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      min-width: 140px;
      z-index: 1;
      margin: 0;
      padding: 0;
      padding-top: 7px;
      display: block;
      transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -webkit-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      transform-origin: center top 0px;
      -moz-transform-origin: center top 0px;
      -webkit-transform-origin: center top 0px;
      transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1); }
      .menu-pc > li > ul:before {
        content: "";
        border: solid 7px transparent;
        border-bottom-color: #09cc98;
        width: 0;
        height: 0;
        position: absolute;
        top: -7px;
        left: 17px;
        z-index: 2; }
      .menu-pc > li > ul:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 3px;
        right: -3px;
        bottom: -3px;
        z-index: 0;
        background: rgba(0, 0, 0, 0.05); }
      .menu-pc > li > ul > li {
        z-index: 2;
        position: relative;
        margin: 0;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        padding: 0 15px;
        background: #09cc98; }
      .menu-pc > li > ul > li:first-child {
        padding-top: 10px;
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0; }
      .menu-pc > li > ul > li:last-child {
        padding-bottom: 10px;
        border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -o-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px; }
        .menu-pc > li > ul > li:last-child > a {
          border: none; }
      .menu-pc > li > ul > li > a {
        display: block;
        white-space: nowrap;
        color: inherit;
        line-height: 34px;
        font-size: inherit;
        text-decoration: none !important;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .menu-pc > li > ul > li > a > span {
          display: none; }
      .menu-pc > li > ul > li:hover {
        z-index: 3; }
        .menu-pc > li > ul > li:hover > a {
          opacity: 0.7; }
  .menu-pc > li.active > a {
    color: #09cc98;
    font-weight: bold; }

.openSearch {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  display: block; }
  .openSearch.block {
    display: none; }
  .openSearch i {
    display: block;
    font-size: 14px;
    width: 25px;
    line-height: 25px;
    text-align: right;
    color: inherit; }
  .openSearch:hover {
    color: #09cc98; }

.formSearch {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 3;
  width: 380px;
  display: none; }
  .formSearch form {
    display: flex; }
  .formSearch input {
    border: none !important;
    color: #333;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    margin: 0 !important;
    height: 35px !important;
    padding: 0 15px !important;
    background-color: #eee !important;
    -webkit-border-radius: 30px 0 0 30px !important;
    -moz-border-radius: 30px 0 0 30px !important;
    border-radius: 30px 0 0 30px !important; }
  .formSearch a {
    display: block;
    width: 45px;
    height: 35px;
    line-height: 35px;
    background: #333;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
    -webkit-border-radius: 0 30px 30px 0 !important;
    -moz-border-radius: 0 30px 30px 0 !important;
    border-radius: 0 30px 30px 0 !important; }
    .formSearch a:hover {
      background: #09cc98; }

.formSearch.block {
  display: block; }
