#header_v2 {
    background: #fff;
    border-bottom: #ddd 1px solid;
    font-size: 13px;
    line-height: 1.7em;
    width: 100%;
    padding-top: 120px;
    position: relative;
}

#header_v2::before {
    content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 120px;
    left: 0;
}

#header_v2 .logo {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -310px;
}

#header_v2 .logo .logo-tagline {
    color: #fcca00;
    font-size: 0.93rem;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -.1em;
    margin-bottom: 5px;
}

#header_v2 .logo .logo-main {
    background: url(../img/logo2.png) no-repeat;
    background-size: contain;
    width: 275px;
    height: 36px;
    text-indent: -9999px;
}

#header_v2 .logo .logo-main a {
    display: block;
    width: 100%;
    height: 100%;
}

#header_v2 .logo-sub {
    background: url(../img/logo1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -485px;
    width: 165px;
    height: 121px;
    text-indent: -9999px;
}

#header_v2 .tel {
    background: url(../img/tel.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: 163px;
    width: 316px;
    height: 25px;
    text-indent: -9999px;
}

#header_v2 .links {
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: 150px;
}

#header_v2 .links li {
    float: left;
    margin-left: 10px;
}

#header_v2 .links a {
    background: #009e41;
    border-radius: 6px;
    box-shadow: 0 5px 0 0 #77905c;
    display: block;
    width: 153px;
    height: 40px;
}

#header_v2 .links a:hover {
    margin-top: 3px;
    box-shadow: 0 -3px 0 0 #77905c;
    height: 42px;
}

#header_v2 .links a img {
    width: 100%;
}

.link_text {
    position: absolute;
    top: 90px;
    left: 60%;
}

.link_text p {
    float: left;
    margin: 0 9px;
    font-size: 12px;
}

#header_v2 .nav {
    margin: auto;
    width: 1000px;
    height: 100px;
    border-left: #ddd 1px solid;
}

#header_v2 .nav li {
    background: #fff;
    border-right: #ddd 1px solid;
    border-top: #ddd 1px solid;
    width: 332px;
    height: 49px;
}

#header_v2 .nav li a {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
}

#header_v2 .nav li a::before {
    content: "";
    background: #009e41;
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#header_v2 .nav li a::after {
    content: "";
    background: url(../img/icons.png) no-repeat;
    background-size: 182px 105px;
    position: absolute;
    bottom: -10px;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#header_v2 .nav li a:hover::after {
    bottom: 0;
}

#header_v2 .nav li a img {
    width: 100%;
}

#header_v2 .nav li.menu1 a {
    background-image: url(../img/menu-1.png);
}

#header_v2 .nav li.menu1 a::after {
    width: 55px;
    height: 41px;
    background-position: -3px -3px;
    right: 4px;
}

#header_v2 .nav li.menu2 a {
    background-image: url(../img/menu-2.png);
}

#header_v2 .nav li.menu2 a::after {
    width: 44px;
    height: 48px;
    background-position: -63px -3px;
    right: 10px;
}

#header_v2 .nav li.menu3 a {
    background-image: url(../img/menu-3.png);
}

#header_v2 .nav li.menu3 a::after {
    width: 61px;
    height: 40px;
    background-position: -3px -56px;
    right: 0;
}

#header_v2 .nav li.menu4 a {
    background-image: url(../img/menu-4.png);
}

#header_v2 .nav li.menu4 a::after {
    width: 42px;
    height: 47px;
    background-position: -69px -56px;
    right: 9px;
}

#header_v2 .nav li.menu5 a {
    background-image: url(../img/menu-5.png);
}

#header_v2 .nav li.menu5 a::after {
    width: 64px;
    height: 43px;
    background-position: -111px -3px;
    right: 0;
}

#header_v2 .nav li.menu6 a {
    background-image: url(../img/menu-6.png);
}

#header_v2 .nav li.menu6 a::after {
    width: 64px;
    height: 32px;
    background-position: -115px -51px;
    right: 0;
}