*,
body,
ul,
ul li {
    padding: 0;
    margin: 0;
    font-family: "Helvetica";
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.woff"),
        url("../fonts/Poppins-SemiBold.ttf"),
        url("../fonts/Poppins-SemiBold.svg");
}
@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.woff"), url("../fonts/Poppins-Light.ttf"),
        url("../fonts/Poppins-Light.svg");
}
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.eot");
    src: url("../fonts/Helvetica.woff"), url("../fonts/Helvetica.ttf"),
        url("../fonts/Helvetica.svg");
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
input,
textarea,
select,
button {
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
select {
    display: block;
}
option {
    display: block;
}
.visible-xs {
    display: none;
}
ul li {
    list-style: none;
}
a {
    color: #333;
}
.active a {
    color: #90c321;
}
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.headeryd .headright button {
    background: none;
}
.headBox {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.headBox .toptop {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
    margin-bottom: 20px;
    padding-top: 40px;
}
.headBox .toptop .headtop {
    display: flex;
    justify-content: space-between;
}
.headBox .logo {
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.headBox .logo img {
    display: block;
    max-width: 100%;
}
.headBox .toptop .search-form {
    display: flex;
    justify-content: space-between;
}
.headBox .toptop .search-form input {
    width: 536px;
    border: 1px solid #a3c900;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #666666;
    height: 34px;
    text-transform: uppercase;
}
.headBox .toptop .search-form button {
    width: 38px;
    height: 34px;
    background: #a3c900;
    color: #fff;
    border: none;
}
.headBox .toptop .search {
    margin-left: -10px;
}
.headBox .toptop .search span {
    display: block;
    margin-top: 10px;
    /*height: 19px;*/
}
.headBox .toptop .search span a {
    text-transform: uppercase;
    font-size: 14px;
    color: #878787;
}
.center span a {
    text-transform: uppercase;
    font-size: 14px;
    color: #878787;
}
.headBox .header-account {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
}
.headBox .header-account .input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headBox .header-account .input-group i {
    font-style: normal;
}
.headBox .header-account > div {
    /*margin-left: 20px;*/
    white-space: nowrap;
}
.headBox .header-account > div > img,
.headBox .header-account > div a > img {
    margin-right: 10px;
    margin-top: -4px;
}
.headBox .header-account > div > span,
.headBox .header-account > div a > span {
    font-size: 18px;
    color: #322924;
}

.headBox .nav {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.headBox .nav-ul {
    display: flex;
    justify-content: space-between;
    z-index: 9998;
    align-items: center;
    width: 100%;
}
.navbar {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
}
.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.headBox .nav-ul .subnav li a {
    display: inline-block;
    text-align: center;
    color: #333;
    transition: background 0.1s linear 0s;
    -webkit-transition: background 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s;
    font-size: 21px;
}
.headBox .nav-ul .subnav li a i {
    margin-left: 5px;
}
.headBox .nav-ul .subnav li a img {
    height: 35px;
    margin: -2px 0 0 10px;
}
.headBox .nav-ul .subnav li a:hover {
    color: #4a4fa1;
    background: none;
}

.headBox .nav-ul .subnav li .this {
    color: #f36e22;
}
.headBox .nav-item {
    position: relative;
}
.headBox .nav-item span {
    margin: 0 5px;
}
.headBox .nav-item .glyphicon-chevron-down {
    font-size: 10px;
}
.headBox dl dd {
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px solid #fafafa;
}
.headBox dl dd:nth-child(2) {
    border: none;
}
.headBox dl dd a {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    background: #a3c900;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.headBox dl dd a:hover {
    background: rgba(180, 240, 8, 0.5);
}
.headBox .lang_box {
    position: relative;
    display: block;
    z-index: 11111;
}
.dropdown-menu > li > a {
    padding: 10px !important;
    text-align: center;
    font-size: 14px;
}

.dropdown-menu > form > li > a {
    padding: 10px !important;
    text-align: center;
    font-size: 14px;
}

.fixednav {
    position: fixed;
    top: 0;
    background-color: #fff;
}

.menu-bg {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.menu-box {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 100000000001;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.menu-box.open {
    transform: translateX(0);
}
.open .logo img {
    display: block;
    margin: 100px auto;
}
.open i {
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 50px;
}
.language-bg {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.language-box {
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10001;
    display: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333333;
    font-size: 21px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 10px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #a3c900;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #a3c900;
    border-bottom: 2px solid #a3c900;
    padding-bottom: 20px;
}
.dropdown-item {
    font-size: 14px;
}

.btn-group .dropdown-menu,
#top .list-inline li .dropdown-menu,
#account-box .dropdown-menu {
    min-width: 110px;
    border-radius: 0 !important;
    padding: 0;
    top: 120%;
    border: none;
    left: 50%;
    color: #333;
    text-align: left;
    margin-left: -80px;
    box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3);
}
.btn-group .dropdown-menu:before,
.list-inline li .dropdown-menu:before,
#account-box .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -0.4375em;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.footer {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 50px 0px 20px 0px;
}
.footer .foot {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}
.footer .foot ul {
}
.footer .foot ul h3 {
    font-size: 18px;
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer .foot ul li span {
    display: flex;
    width: 100px;
    height: 60px;
    align-items: center;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .footer {
        padding: 20px 0px 20px 0px;
    }
    .footer .foot ul li span {
        height: auto;
    }
    .phone {
        margin: 0 15%;
    }
}
.footer .foot ul li span a {
    margin-top: 0;
    margin-right: 10px;
}
.footer .foot ul li a {
    font-size: 16px;
    color: #000;
    /*margin-top: 10px;*/
    display: flex;
}
.footer .foot ul li a:hover {
    color: #a3c900;
}
.footer .foot ul li a i {
    display: inline-block;
    margin-right: 10px;
}
.footer .foot ul li a p {
    margin: 0;
    line-height: 1.2;
}
.footer .foot .newsletter {
    width: 100%;
    display: flex;
    position: relative;
}
.footer .foot .newsletter input {
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    color: #000;
    background: transparent;
    box-shadow: initial;
    padding-left: 16px;
    font-size: 16px;
    border-radius: 30px;
}
.footer .foot .newsletter button {
    width: 110px;
    height: 55px;
    border-radius: 30px;
    background: #a3c900;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer .copy {
    position: relative;
    padding-bottom: 30px;
}
.footer .copy p {
    font-size: 16px;
    color: #000;
    margin-top: 30px;
}
.footer .copy .pay {
    position: absolute;
    right: 0;
    top: 0;
}
.footer .copy .pay img {
    margin: 0 10px;
}
.headBoxFixed {
    background: #fff;
    position: fixed !important;
    padding-top: 10px;
    top: 0;
}
.p0 {
    padding: 0px;
}
.pc_border {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #222;
}
.border {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 3px solid #222;
    margin-top: 35px;
    margin-bottom: 0;
    text-align: left;
}
.foot_row {
    font-size: 16px;
    margin-top: 10px;
}
.foot_row .col-xs-6 {
    margin: 8px 0;
}
body .msg a {
    color: white;
}
