/* Menu Style */
@media (max-width: 991px) {
  nav.head-top .section-mobile .bar-first {
    color: #ffffff;
    background-color: #212121;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 4px 0;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    z-index: 100;
  }
  nav.head-top .section-mobile .bar-second {
    color: #ffffff;
    background-color: white;
    opacity: 1;
    position: fixed;
    top: 26px;
    width: 100%;
    height: 55px;
    z-index: 100;
  }
  nav.head-top .section-mobile .bar-second .on-left {
    width: 55px;
    height: 55px;
    float: left;
    text-align: center;
    outline: none;
  }
  nav.head-top .section-mobile .bar-second .on-left .fa {
    font-size: 1.6em;
    line-height: 55px;
    width: 55px;
    height: 55px;
    color: #212121;
  }
  nav.head-top .section-mobile .bar-second .on-middle {
    float: left;
    height: 55px;
    text-align: center;
  }
  nav.head-top .section-mobile .bar-second .on-middle a {
    font-size: 20px;
    letter-spacing: 5px;
    color: black;
    height: 55px;
    display: block;
    line-height: 55px;
    outline: none;
  }
  nav.head-top .section-mobile .bar-second .on-middle a:hover {
    text-decoration: none;
    outline: none;
    color: black;
  }
  nav.head-top .section-mobile .bar-second .on-right {
    width: 55px;
    height: 55px;
    float: right;
    text-align: center;
    outline: none;
  }
  nav.head-top .section-mobile .bar-second .on-right .fa {
    font-size: 1.6em;
    line-height: 55px;
    width: 55px;
    height: 55px;
    color: #212121;
  }
  nav.head-top .section-mobile .mobile-clear {
    height: 81px;
    float: left;
    width: 100%;
    background-color: white;
  }
  nav.head-top .section-mobile .mobile-nav {
    position: fixed;
    top: 0;
    z-index: 111;
    width: 100vw;
    height: 100vh;
    background-color: white;
    transition: all 0.65s;
    transform: translate3d(-150vw, 0, 0);
  }
  nav.head-top .section-mobile .mobile-nav.active {
    transform: translate3d(0, 0, 0);
  }
  nav.head-top .section-mobile .mobile-nav .on-close {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 2;
  }
  nav.head-top .section-mobile .mobile-nav .on-close .fa {
    color: black;
    line-height: 60px;
    font-size: 3em;
  }
  nav.head-top .section-mobile .mobile-nav .mobile-menu-head-container {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    padding: auto;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  nav.head-top .section-mobile .mobile-nav .mobile-menu-head-container img,
  nav.head-top .section-mobile .mobile-nav .mobile-menu-head-container svg {
    margin: 0 auto;
    height: 80px;
    width: auto;
    max-width: 100%;
  }
  nav.head-top .section-mobile .mobile-nav .mobile-menu-head-container .text-logo,
  nav.head-top .section-mobile .mobile-nav .mobile-menu-head-container .logo-mobile {
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: bold;
    color: black;
    line-height: 80px;
    text-align: center;
  }
  nav.head-top .section-mobile .mobile-nav .mobile-menu-nav-container {
    overflow: auto;
    float: left;
    width: 100%;
  }
  nav.head-top .section-mobile .mobile-nav .mobile-menu-nav-container a {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 13px 0;
    color: black;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
  }
  nav.head-top .section-mobile .mobile-nav .mobile-menu-nav-container a:hover {
    outline: none;
    text-decoration: none;
  }
  nav.head-top .desktop-clear {
    display: none;
  }
}
@media (min-width: 992px) {
  nav.head-top .section-desktop {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: auto;
    margin: auto;
    position: absolute;
    z-index: 10;
  }
  nav.head-top .section-desktop:hover .bar-first {
    background-color: #212121;
    opacity: 1;
  }
  nav.head-top .section-desktop:hover .bar-second {
    background-color: white;
  }
  nav.head-top .section-desktop:not(:hover) .bar-first {
    background-color: transparent;
    opacity: 0;
  }
  nav.head-top .section-desktop:not(:hover) .bar-second {
    background-color: transparent;
  }
  nav.head-top .section-desktop.onHover {
    position: relative !important;
  }
  nav.head-top .section-desktop.onHover .bar-first {
    background-color: #212121 !important;
    opacity: 1 !important;
  }
  nav.head-top .section-desktop.onHover .bar-second {
    background-color: #eee !important;
  }
  nav.head-top .section-desktop.active {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    border-bottom: 1px solid #d9d9d9;
  }
  nav.head-top .section-desktop.active:hover {
    border-bottom: 0px;
  }
  nav.head-top .section-desktop.active .bar-first {
    background-color: #212121 !important;
    opacity: 1 !important;
  }
  nav.head-top .section-desktop.active .bar-second {
    background-color: white !important;
  }
  nav.head-top .section-desktop .bar-first {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    padding: 4px 70px;
    margin: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    color: white;
    font-size: 12px;
    line-height: 22px;
    transition: all 0.3s;
    transition-delay: 0.15s;
  }
  nav.head-top .section-desktop .bar-first .text-normal {
    color: white;
  }
  nav.head-top .section-desktop .bar-first .pull-right a {
    color: white;
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  nav.head-top .section-desktop .bar-first .pull-right a:hover {
    text-decoration: none;
  }
  nav.head-top .section-desktop .bar-second {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    padding: 0px 70px;
    margin: auto;
    color: black;
    font-size: 13px;
    line-height: 26px;
    transition: all 0.3s;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: auto;
    margin: auto;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-left {
    position: relative;
    float: left;
    width: 141px;
    height: auto;
    padding: auto;
    margin: auto;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-left a {
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bold;
    color: black;
    padding: 12px 0;
    height: 50px;
    display: block;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-left a:hover {
    text-decoration: none;
    outline: none;
    color: black;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding: auto;
    margin: auto;
    text-align: center;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop {
    margin: 0 auto;
    display: block;
    height: 50px;
    text-align: center;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first {
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 0px;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first a.link-menu-first {
    height: 47px;
    padding: 12px 0;
    font-size: 14px;
    margin: 0px 20px;
    display: inline-block;
    color: black;
    text-transform: uppercase;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first a.link-menu-first:hover {
    text-decoration: none;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first span.line {
    width: 0%;
    margin: 0 auto;
    height: 3px;
    background-color: black;
    transition: all 0.3s;
    display: block;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub {
    display: none;
    background-color: white;
    position: absolute;
    top: 50px;
    left: 0;
    transform: translate3d(-211px, 0, 0);
    padding: 20px 140px;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-container {
    float: left;
    width: 40%;
    height: auto;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-container.full-width {
    width: 100%;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-menu {
    height: auto;
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    width: 50%;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-menu .head {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-menu .head a {
    color: black;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-menu .head a:hover {
    text-decoration: none;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-menu .sub-menu-item {
    float: left;
    display: block;
    margin-bottom: 10px;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-menu .sub-menu-item a {
    font-size: 14px;
    color: #313131;
    padding: 3px 0;
    display: block;
    transition: all 0.3s;
    text-align: left;
    line-height: 25px;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-menu .sub-menu-item a:hover {
    text-decoration: none;
    transform: translate3d(10px, 0, 0);
    font-weight: bold;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-menu .sub-menu-item a.italic {
    font-style: italic;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-banner {
    position: relative;
    float: left;
    width: 60%;
    height: auto;
    padding: auto;
    margin: auto;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-banner a {
    display: block;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-banner a img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 33vh;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first:hover span.line {
    width: 100%;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first:hover .sub {
    display: inline-flex;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-right {
    position: relative;
    float: left;
    width: 150px;
    height: 50px;
    padding: auto;
    margin: auto;
    overflow: hidden;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-right a {
    display: inline-block;
    outline: none;
    margin: 12px 10px;
  }
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-right a img {
    height: 25px;
  }
  nav.head-top .desktop-clear.active {
    height: 90px;
    float: left;
    width: 100%;
    background-color: white;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-container.full-width .sub-menu {
    width: 50%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav.head-top .section-desktop .bar-second .menu-containter-top .on-middle .menu-nav-desktop .nav-first .sub .sub-container.full-width .sub-menu {
    width: 25%;
  }
}
