@charset "utf-8";

* {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

blockquote,
q {
    quotes: none;
}

sup,
sub {
    font-size: 60%
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    display: block;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a {
    text-decoration: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #08c;
}

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.clear {
    clear: both;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.vertical-base {
    vertical-align: baseline;
}

.vertical-top {
    vertical-align: top;
}

nav.vertical ul li {
    display: block;
}

nav.horizontal ul li {
    display: inline-block;
}

img {
    max-width: 100%;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

body {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap,
.slider {
    /*width: 83%;*/
    max-width: 1440px;
    margin: 0 auto;
}

.contact-info {
    float: left;
    margin-top: 9px;
    font-size: 14px;
}

.socialmedia-widget {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons {
    float: right;
}

.social-icons li a {
    height: 40px;
    width: 40px;
    display: block;
    text-indent: -9999px;
    background: transparent url(../images/social-icons.webp);
}

.contact-info1 {
    font-weight: normal;
    color: #BBB;
}

.social-icons li:first-child {}

.social-icons ul li:first-child,
ol li:first-child {
    margin-top: 0px;
}

.social-icons li {
    float: left;
    width: 40px;
    height: 40px;
    background: none;
    padding: 0px;
    margin: 0;
}

.social-icons a.facebook:hover {
    background-position: 0px bottom;
}

.social-icons a.facebook {
    background-position: 0px top;
}

.social-icons li a {
    height: 40px;
    width: 40px;
    display: block;
    text-indent: -9999px;
    background: transparent url(../images/social-icons.webp);
}

.social-icons a.twitter {
    background-position: -40px top;
}

.social-icons a.twitter:hover {
    background-position: -40px bottom;
}

.social-icons a.googleplus {
    background-position: -440px top;
}

.social-icons a.googleplus:hover {
    background-position: -440px bottom;
}

.social-icons a.pinterest {
    background-position: -480px top;
}

.social-icons a.pinterest:hover {
    background-position: -480px bottom;
}

.social-icons a.dribbble {
    background-position: -160px top;
}

.social-icons a.dribbble:hover {
    background-position: -160px bottom;
}

.social-iconst a.dribbble:hover {
    background-position: -160px bottom;
}

.social-icons a.vimeo {
    background-position: -120px top;
}

.social-icons a.vimeo:hover {
    background-position: -120px bottom;
}

/*.logo {*/
/*    float: left;*/
/*    width: 240px;*/
/*}*/

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo a img {
    width: 100%;
    height: 100%;
}

.top-nav ul li {
    display: inline-block;
    float: left;
}

.top-nav li.active>a,
.top-nav li>a:hover {
    color: #000;
}

.top-nav ul li a {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.975em;
    color: rgba(84, 189, 195, 1);
    padding: 30px;
    display: block;
    font-weight: 600;
}

.header {}

.logo-box {
    background: #fff;
}

.cart-box {
    line-height: 70px;
    float: right;
    background: url(/images/cart.webp) no-repeat 0 center;
    padding-left: 56px;
}

.cart-box a {
    font-weight: 700;
    border-bottom: 3px solid #626262;
    font-size: 20px;
    color: #626262;
}

#nav-search {
    background: url(/images/search.webp) no-repeat 120px center;
}

.slider {
    height: 253px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 8px;
    z-index: 1;
}

.slider img {
    width: 100%;
}

.hd ul li {
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #bdd1e9;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 15px;
    font-size: 12px;
}

.hd ul li.on {
    background: #0e6eb9;
    color: #fff;
}

.search-box {
    width: 45%;
    float: right;
    display: inline-block;
    margin-right: 80px;
}

#search-col {
    border: 1px solid #eee;
    margin: 20px 0 0 0;
    box-shadow: 0 0 1px #333 inset;
    height: 35px;
    background: #fff;
    border-radius: 3px;
}

#search_area {
    /*margin: 4px 0 1px 10px;*/
    cursor: pointer;
    float: left;
}

#tfinputbox {
    overflow: hidden;
}

.tfbutton2 {
    margin: 0;
    padding: 0 7px;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: solid 1px #e24035;
    border-right: 0;
    border-left: 0;
    background: #e24035;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    height: 33px;
    line-height: 25px;
    float: right;
    margin-left: -2px;
}

.selectedTxt {
    height: 24px;
    line-height: 24px;
    padding-right: 8px;
    min-width: 35px;
    white-space: nowrap;
    /*border-right: 1px solid #e8e8e8;*/
}

.selectedTxt select {
    border: 1px solid #ddd;
}

.tftextinput2 {
    display: block;
    border: 0;
    padding: 10px;
    width: 100%;
    color: #999;
    background: transparent;
    height: 36px;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.top-grid {
    width: 31.33%;
    float: left;
    text-align: center;
    margin-right: 3%;
}

.top-grid h3 {
    color: #313232;
    font-size: 2em;
}

.top-grid p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    color: #777;
    line-height: 1.5em;
    margin: 0.5em auto 0.8em auto;
    width: 90%;
    text-align: left;
}

.top-grid img {
    display: inline-block;
    background: #EEE;
    padding: 5px
}

.button {
    color: #0e6eb9;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 1em 1.5em;
    border: 1px solid #EEE;
    display: inline-block;
}

.button:hover {
    background: #0e6eb9;
    color: #FFF;
}

.top-grids {
    margin: 0.8em 0;
}

.last-topgrid {
    margin: 0;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.mid-grids {
    background: #EEEEEE;
    padding: 3.5em 0 1em 0;
}

.mid-grid {
    width: 22.7%;
    float: left;
    margin: 0 3% 3% 0;
}

.mid-grid h3 {
    color: #0e6eb9;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0.5em 0 0 0;
}

.mid-grid img {
    background: #FFF;
    padding: 5px;
    box-shadow: 0px 0px 1px #DDD;
    -webkit-filter: grayscale(100%);
    opacity: 5;
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
    width: 100%;
}

.mid-grid img:hover {
    opacity: 1;
}

.mid-grid p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    color: #777;
    line-height: 1.5em;
    margin: 0.5em 0;
}

.mid-button {
    color: #313232;
    background: url(../images/arrow.webp) no-repeat 100% 50%;
    text-transform: uppercase;
    font-size: 0.875em;
    padding: 0px 8px 0px 0px;
}

.mid-button:hover {
    background: url(../images/arrow1.webp) no-repeat 100% 50%;
}

#last {
    margin: 0;
}

.p-sections h3 {
    color: #313232;
    font-size: 1.5em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #EEE;
    margin-bottom: 0.5em;
}

.p-sections ul {
    float: left;
    width: 33%;
}

.p-sections ul li:before {
    content: url(../images/marker.webp);
    padding-right: 12px;
    margin-bottom: 3px;
    display: inline-block;
}

.p-sections ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    color: #0e6eb9;
}

.p-sections ul li a:hover {
    color: #313232;
}

.p-sections {
    padding: 1.5em 27.5em 3.5em 0.5em;
    width: 169%;
    margin-left: -5em;
}

.gallery {
    float: left;
    width: 70%;
}

.gallery h3 {
    color: #313232;
    font-size: 1.5em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #EEE;
    margin-bottom: 0.5em;
}

.gallery ul li {
    display: inline-block;
    width: 24.5%;
}

.gallery img {
    -webkit-filter: grayscale(100%);
    opacity: 5;
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
}

.gallery img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    cursor: pointer;
}

.terminals {
    float: right;
    width: 28%;
}

.terminals h3 {
    color: #313232;
    font-size: 1.5em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #EEE;
    margin-bottom: 0.5em;
}

.terminals p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    color: #777;
    line-height: 1.8em;
    margin: 0.5em 0;
}

.terminals p:before {
    content: url(../images/quotes_alt.webp);
    padding-right: 10px;
}

.terminals span {
    float: right;
    color: #0e6eb9;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875em;
}

.terminals span a {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3C3C3C;
    font-size: 1.2em;
    line-height: 1.8em;
    text-transform: uppercase;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.terminals span a:hover {
    color: #0e6eb9;
}

.box {
    margin: 2em 0 1em 0;
}

.footer {
    background: #EEEEEE;
    padding: 2em 0;
    margin-top: 2.2em;
}

.footer-grid {
    float: left;
    width: 25%;
}

.footer-grid ul li:before {
    content: url(../images/marker1.webp);
    padding-right: 10px;
    margin-bottom: 0.5em;
    display: inline-block;
}

.footer-grid ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #777;
    margin: 0.5em 0;
    text-transform: uppercase;
}

.footer-grid ul li a:hover {
    padding-left: 10px;
    color: #d63b37;
}

.footer-grid h3 {
    color: #313232;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}

.copy-right {
    padding: 1em 0;
    background: #f7f7f7;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    border-top: 4px solid #e24035;
}

.copy-right * {
    font-size: 12px;
}

.copy-right .top-to-page {
    position: relative;
    /*width: 83%;*/
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0 50px;
}

.top-to-page-main {
    width: 100%;
    display: flex;
}

.top-to-page-main dl {
    flex: 1;
    padding: 0 50px;
}

.top-to-page-main dl:nth-child(1) {
    flex: 2;
}

.top-to-page-main dl dt {
    font-weight: bold;
    font-size: 18px;
    color: #535252;
    margin: 10px 0;
}

.top-to-page-main dl dd {
    font-size: 14px;
    color: #535252;
    line-height: 26px;
    margin: 6px 0;
}

.top-to-page-main dl dd>a {
    text-decoration: underline;
}

.top-to-page-othor {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #ededed;
    color: #535252;
    padding: 10px 25px;
    border-radius: 10px;
}

.top-to-page dl.link dd a {
    font-weight: bold;
    text-decoration: none;
}

.top-to-page dl.link dd a img {
    margin-right: 5px;
    vertical-align: middle;
}

.copy-right ul {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.copy-right li {
    width: 70px;
    float: left;
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.copy-right p {
    color: #474545;
    margin-bottom: 10px;
}

.copy-right a {
    color: #474545;
}

.copy-right p a:hover {
    color: #474545;
}

.banner {
    z-index:
}

.top-head {
    margin-top: -300px;
}

.about-left {
    width: 70%;
    float: left;
}

.about-left span {
    font-family: Arial, sans-serif;
    color: #0e6eb9;
    font-size: 0.875em;
    display: block;
    padding: 1em 0 0 0;
    line-height: 1.8em;
}

.about-left h2 {
    color: #313232;
    font-size: 1.5em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.about-left p {
    font-family: Arial, sans-serif;
    color: #777;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    line-height: 1.8em;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.about {
    margin-top: 2em;
}

.about-histore {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.about-histore h3 {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 0px 15px 0px;
    margin-bottom: 13px;
    color: #313232;
    font-size: 1.5em;
    text-transform: uppercase;
}

.about-histore ul li span {
    color: #777;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 13px;
    float: left;
    background: #EEE;
}

.about-histore ul li p {
    font-size: 0.8125em;
    color: #777;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
    padding: 0px 0px 20px 0px;
    float: right;
    width: 91%;
    border: none;
}

.about-histore ul li p label {
    color: #0e6eb9;
    display: block;
}

.about-sidebar {
    float: right;
    width: 28%;
}

.about-sidebar h3 {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 0px 15px 0px;
    margin-bottom: 13px;
    color: #313232;
    font-size: 1.5em;
    text-transform: uppercase;
}

.about-sidebar ul li a {
    display: block;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #777;
    padding: 2px 0px 5px 0px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.about-sidebar ul li a:hover {
    color: #0e6eb9;
}

.about-sidebar ul li {
    border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
    background: url(../images/marker1.webp) 0 19px no-repeat;
    padding: 9px 10px 8px 18px;
}

.services-grid {
    width: 25%;
    float: left;
}

.services-grid a {
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding: 1em 0 0.5em 0;
    display: block;
}

.services-grid a:hover {
    color: #0e6eb9;
}

.services-grid p {
    font-size: 0.875em;
    color: rgba(85, 81, 81, 0.84);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em;
}

.services h3 {
    color: #313232;
    font-size: 1.5em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nouppercase {
    text-transform: none !important;
}

.services {
    margin-top: 2em;
}

.pagenotfound {
    text-align: center;
    padding: 4em 0 0 0;
}

.pagenotfound h1 {
    font-size: 2em;
}

.blog {
    margin-top: 2em;
}

.blog h4 {
    color: #313232;
    font-size: 1.5em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}

.image {
    clear: both;
    padding: 0px;
    margin: 0px;
    padding: 1.5% 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.grid {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}

.grid:first-child {
    margin-left: 0;
}

.images_3_of_1 {
    width: 30.2%;
    position: relative;
}

.images_3_of_1 span img {
    position: absolute;
    top: 0px;
    left: -2px;
}

.span_2_of_3 {
    width: 68.1%;
}

.images_3_of_1 img {
    max-width: 100%;
    display: block;
}

.span_2_of_3 h3 a {
    font: 400 24px/28px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #626262;
    text-align: left;
    text-transform: uppercase;
}

.span_2_of_3 p {
    font: 400 13px/20px Arial;
    color: #9b9b9b;
    padding: 13px 0px;
}

.span_2_of_3 .button1 {
    margin-top: .3em;
    line-height: 1.9em;
}

.span_2_of_3 .button1 a {
    color: #0e6eb9;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 0.6em 1.5em;
    border: 1px solid #b7b4b4;
}

.span_2_of_3 .button1 a:hover {
    background: #0e6eb9;
    color: #fff;
    transition: all 0.3s;
}

@media only screen and (max-width:1120px) {

    .wrap,
    .product,
    .slider,
    .menu-container .menu,
    .copy-right .top-to-page {
        width: 98% !important;
    }
}

@media only screen and (max-width:640px) {

    .wrap,
    .product,
    .slider {
        width: 98%;
    }

    .image {
        padding: 3%;
    }

    .grid {
        margin: 0;
    }

    .images_3_of_1 {
        width: 100%;
        padding: 2% 0 2% 0;
    }

    .span_2_of_3 {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {

    .wrap,
    .product,
    .slider {
        width: 98%;
    }

    .image {
        padding: 4%;
    }

    .grid {
        margin: 0;
    }

    .images_3_of_1 {
        width: 100%;
        padding: 2% 0 2% 0;
    }

    .span_2_of_3 {
        width: 100%;
    }
}

.artical-links {
    padding: 10px 0px;
    border: 1px solid rgba(192, 192, 192, 0.22);
    border-left: none;
    margin-top: 5px;
    border-right: none;
}

.artical-links ul li {
    display: inline-block;
}

.artical-links ul li:last-child {
    float: right;
}

.artical-links ul li img {
    vertical-align: middle;
    padding-right: 10px;
}

.artical-links ul li a {
    font: 400 14px/22px Arial;
    color: #cbcbc3;
    padding-left: 20px;
}

.artical-links ul li a:hover {
    text-decoration: underline;
}

.single-page-top-patination ul li {
    display: inline-block;
}

.single-page-top-patination ul li a {
    border-right: 1px solid rgba(192, 192, 192, 0.33);
    padding-right: 20px;
    color: #0e6eb9;
    font: 400 15px/22px Arial;
}

.single-page-top-patination ul li a:hover {
    text-decoration: underline;
}

.single-page-top-patination p {
    font: 400 15px/22px Arial;
    color: #cbcbc3;
    padding-left: 20px;
}

.single-page-top-patination {
    padding: 15px 0px;
    border: 1px solid rgba(192, 192, 192, 0.22);
    border-left: none;
    margin-top: 20px;
    border-right: none;
}

.artical-content h3 {
    font: 400 1.1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #ef5656;
    text-align: left;
    text-transform: none;
    padding: 15px 25px 0px 20px;
}

.artical-content p {
    /*font: normal 15px/22px Arial, Helvetica, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height:2;
    color: #333;
    margin: 20px 0 20px 20px;
    /*line-height: 24px;*/
}

.artical-content .service p {
    padding: 20px 0 0 41px;
    margin-bottom: 10px;
    color: #333;
    text-align: justify;
    text-justify: newspaper;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

.share-artical h3 {
    font: 400 30px/28px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #626262;
    text-align: left;
    text-transform: none;
    padding: 17px 0px 28px 0px;
}

.share-artical ul li {
    display: inline-block;
    padding-right: 10px;
}

.share-artical ul li img {
    vertical-align: text-top;
    padding-right: 7px;
}

.share-artical ul li a {
    font: 400 14px/22px Arial;
    color: #cbcbc3;
    padding-left: 20px;
}

.share-artical ul li a:hover {
    text-decoration: underline;
}

.blog-top-patination ul li {
    display: inline-block;
}

.blog-top-patination ul li a {
    border-right: 1px solid rgba(192, 192, 192, 0.33);
    padding-right: 20px;
    color: #0e6eb9;
    font: 400 15px/22px Arial;
}

.blog-top-patination ul li a:hover {
    text-decoration: underline;
}

.blog-top-patination p {
    font: 400 15px/22px Arial;
    color: #cbcbc3;
    padding-left: 20px;
}

.blog-top-patination {
    padding: 15px 0px;
    border: 1px solid rgba(192, 192, 192, 0.22);
    border-left: none;
    margin-top: 20px;
    border-right: none;
}

.blog-bottom-paination ul li {
    display: inline-block;
}

.blog-bottom-paination {
    margin: 2em 0
}

.blog-bottom-paination li a {
    font: 400 12px/1.2em Arial;
    color: #5a5a5a;
    padding: 11px 18px;
    background: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #e9e9e9;
    margin-top: 16px;
}

.blog-bottom-paination li.active>a,
.blog-bottom-paination li>a:hover {
    background: #0e6eb9;
    color: #fff;
}

.table-form {
    width: 100%;
}

.table-form form input[type="text"] {
    border: 1px solid rgba(192, 192, 192, 0.22);
    outline: none;
    padding: 8px;
    margin-top: 23px;
    color: #cbcbc3;
    overflow: hidden;
    width: 40%;
    display: block;
}

.table-form textarea {
    padding: 8px;
    margin-top: 25px;
    outline: none;
    color: #cbcbc3;
    border: 1px solid rgba(192, 192, 192, 0.22);
    width: 70%;
    height: 100px;
    resize: none;
    font: 400 12px/1.2em Arial;
}

.table-form a {
    color: #0e6eb9;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 1em 1.5em;
    border: 1px solid #EEE;
    display: inline-block;
    margin-top: 0.5em;
}

.table-form a:hover {
    background: #0e6eb9;
    color: #fff;
    transition: all 0.3s;
}

.artical-commentbox h3 {
    font: 400 30px/28px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #626262;
    text-align: left;
    text-transform: none;
    padding-top: 14px;
    margin-top: 15px;
}

.contact {}

.section {
    clear: both;
    padding: 0px;
    margin: 20px 0 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

.span_2_of_3 {
    width: 95%;
    padding: 1.5%;
}

.span_1_of_3 {
    width: 29.2%;
    padding: 1.5%;
}

.span_2_of_3 h3,
.span_1_of_3 h3 {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 0px;
    color: #313232;
    font-size: 1.5em;
    text-transform: uppercase;
}

.contact-form {
    position: relative;
    padding-bottom: 30px;
}

.contact-form div {
    padding: 5px 0;
}

.layui-layer .contact-form div {
    margin: 0 20px;
}

.contact-form span {
    display: block;
    font-size: 0.875em;
    color: #101010;
    padding-bottom: 5px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact-form input[type="text"],
.contact-form textarea {
    padding: 8px;
    display: block;
    width: 98%;
    border: none;
    outline: none;
    color: #313232;
    font-size: 0.8125em;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.41);
    -webkit-appearance: none;
}

.contact-form textarea {
    resize: none;
    height: 120px;
}

.contact-form input[type="submit"] {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    cursor: pointer;
    color: #0e6eb9;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 1em 1.5em;
    border: 1px solid #EEE;
    display: inline-block;
    background: #FFF;
    text-decoration: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.contact-form input[type="submit"]:hover {
    background: #0e6eb9;
    color: #FFF;
}

.contact-form input[type="submit"]:active {
    background: #0e6eb9;
    color: #FFF;
}

.company_address {}

.company_address p {
    font-size: 0.875em;
    color: #6a6a6a;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
}

.company_address p span {
    text-decoration: underline;
    color: #454545;
    cursor: pointer;
}

.map {
    margin-bottom: 15px;
}

#header_tittle {
    position: relative;
    border-bottom: 8px solid #f8f9fa;
    height: auto;
    margin: -1px 0 18px 0;
    width: 100%;
}

#header_tittle .imgbox {
    border-bottom: 8px solid #f8f9fa;
    padding-bottom: 20px;
}

#header_tittle h1 {
    border-bottom: 1px solid #bdd1e9;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 1.2em;
    font-weight: 600;
}

/*#header a {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*}*/

.img-slides {
    height: 270px;
    width: 83%;
    margin: 0 auto;
    text-align: center;
}

.img-slides #slideBox {
    height: 280px;
    text-align: center;
}

.img-slides #slideBox .bd {
    height: 260px;
    overflow: hidden;
}

#slideBox {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

#slideBox img {
    width: 100% !important;
    height: 100% !important;
}

.img-slides .hd {
    display: inline-block;
    margin: 0 auto;
    margin-top: 2px;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.webp) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.affix {
    position: fixed;
    z-index: 8;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #d8d8d8;
    margin-top: 0 !important;
}

.service #header_tittle {
    border-bottom: none;
    margin-top: 6px;
}

.service #header_tittle h1 {
    border-bottom: 1px solid #bdd1e9;
    padding: 0 0 20px 0;
}

.data-sheet a {
    background: url(../images/PDF-icon.webp) 0 center no-repeat;
    padding-left: 30px;
    line-height: 40px;
    height: 40px;
    display: block;
}

#s-nav-btn {
    height: 62px;
    padding: 20px 0;
}

.hlt {
    border-bottom: 4px solid #1e8ae7;
}

.app-img-box {
    width: 80%;
    overflow: hidden;
    margin: 20px auto 10px auto;
}

.app-title,
.app-desc {
    width: 80%;
    margin: 0 auto;
}

.app-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.app-desc {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    text-align: center;
}

.app-img-box img {
    max-width: 60%;
    clear: both;
    display: block;
    margin: auto;
}

.s-nav-btn {
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: flex;
}

.s-nav-btn li {
    flex: 1;
    margin-right: 26px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    color: #1e8ae7;
    text-align: center;
}

input.service-qty {
    width: 80%;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#add-to-cart {
    width: 120px;
    height: 40px;
    background: #e44b22;
    color: #fff;
    border: 1px solid #c74421;
}

#res-add {
    color: #ef535c;
}

.q-f-title {
    margin: 20px 0;
    font-weight: 600;
}

.l-f {
    float: left;
    vertical-align: top;
}

.r-f {
    margin-bottom: 20px;
}

.r-f textarea {
    width: 85%;
    border: 2px solid #ef535c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 60px;
    line-height: 20px;
    margin-left: 10px;
}

.r-f input {
    border: 2px solid #ef535c;
    border-radius: 5px;
    height: 20px;
}

.r-f input[name="email"] {
    margin-left: 33px;
    margin-right: 10px;
    width: 77%;
}

.r-f input[type="submit"] {
    background: #ef535c;
    color: #fff;
    height: 25px;
}

.detail {
    min-height: 30px;
}

.r-tips {
    text-align: right;
}

.panel {
    border: 2px solid #dd4a52;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.panel-title {
    border-bottom: 2px solid #dd4a52;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
}

.panel-body {
    padding-left: 30px;
}

.panel-body li {
    margin: 20px;
    list-style: circle;
}

.answer-btn {
    color: #1e8ae7;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    background: url(../images/arrow-open.webp) 0 center no-repeat;
    padding-left: 10px;
    cursor: pointer;
}

.close {
    background: url(../images/arrow-close.webp) 0 center no-repeat;
}

.accorder-submeaue dl {
    margin-top: 20px;
}

.service dt {
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
}

.service dt+dt {
    margin-top: 20px;
}

.artical-content>h2,
.artical-content .section>h2,
.accorder-nav>h2 {
    font-size: 1.2em;
    font-weight: 600;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    height: auto;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    border-left: 2px solid #b75459;
}

.artical-content h4 {
    color: #121111;
    padding: 10px 17px;
    font-size: 1.35em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    border-collapse: collapse;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    font: normal 12px 'PT Sans', Arial, Verdana, sans-serif;
}

th {
    border-bottom: 1px solid #bdd1e9;
    border-right: 1px solid #e0e0e0;
    color: #707070;
    font: bold 13px 'PT Sans', Arial, Verdana, sans-serif;
    height: 49px;
    vertical-align: middle;
}

td {
    border: 1px solid #ccc;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    padding: 5px;
    vertical-align: middle;
    border-collapse: collapse;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 100%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.left40 {
    margin-left: 40px;
}

.product {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px double #F6F6F6;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.04);
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.main-content {
    border-right: 1px dashed #EEEEEE;
    float: left;
    padding: 0 30px 0 0;
    width: 79%;
}

.service .main-content {
    border-right: none;
    padding: 0 0 0 30px;
    float: right;
    border-left: 1px dashed #EEEEEE;
}

.sidebar {
    float: right;
    padding-left: 20px;
    width: 21%;
}

.service .sidebar {
    float: left;
    padding-left: 0;
}

.sidebar div,
.categories div {
    margin-bottom: 40px;
    overflow: hidden;
}

.sidebar div h5 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    color: #1e2021;
    margin-bottom: -12px;
    padding: 10px 12px 9px 9px;
    position: relative;
    text-transform: uppercase;
}

.search p,
.search div {
    margin-bottom: 0;
}

.search form {
    margin-bottom: 8px;
}

.search input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #CCCCCC;
    padding: 6px;
    width: 260px;
    outline: none;
}

.search input[type="text"].product-input {
    border-radius: 8px;
}

span.arrow {
    bottom: -4px;
    height: 4px;
    left: 20px;
    position: absolute;
    width: 9px;
}

.shipping-pay ul,
.categories ul {
    padding: 20px 0 0;
}

.shipping-pay ul li {
    float: left;
    margin-right: 9px;
    font-size: 14px;
    padding: 9px 10px 8px 18px;
}

.categories ul li {
    float: left;
    margin-right: 9px;
    padding: 2px 0;
    width: 100%;
}

.categories ul li a:link,
.categories ul li a:visited {
    color: #08c;
    padding-left: 8px;
    font-size: 12.5px;
    line-height: 24px;
}

.categories ul li a:hover {
    color: #22AAEE;
}

.bread-nav {
    height: 34px;
    line-height: 33px;
    overflow: hidden;
    margin-bottom: 19px;
    padding: 0 20px;
    border-left: 5px solid #e24035;
}


.size-price p {
    padding: 10px 0 10px 0;
    color: #313232;
    font-weight: 700;
}

span.sp-k {
    margin-right: 10px;
    display: inline-block;
    width: 80px;
    text-align: left;
}

.size-price #options-box {
    border: 1px dashed #0e6eb9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.attributes .name {
    width: 25%;
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.attributes .value {
    width: 70%;
    float: right;
}

li.attribute {
    padding: 10px 0 20px 0;
    line-height: 2.2em;
    overflow: hidden;
    border-bottom: 1px dashed #f6f6f6;
}

.section p {
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.reference li {
    border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
    background: url(../images/marker1.webp) 0 19px no-repeat;
    padding: 9px 10px 8px 18px;
}

.breadcrumb>li {
    float: left;
    padding: 0 5px 0 0;
    font-size: 12px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.menu-container {
    margin: 0 auto;
    background: #f9f9f9;
    height: 60px;
    clear: both;
    border-bottom: 4px solid #e24035;
}

.menu-container .menu {
    height: 60px;
    line-height: 60px;
    width: 1120px;
    margin: 0 auto;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.1em 2em;
    background: #fff;
    color: #333;
}

.menu>ul {
    display: flex;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    position: relative;
    box-sizing: border-box;
    line-height: 57px;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    flex: 1;
    padding: 0;
    margin: 0;
}

.menu>ul>li:hover>a {
    color: #e24035;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 0.1em 4.0em;
    display: block;
}

.menu>ul>li>a {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #170505;
}

.menu>ul>li>ul {
    display: none;
    padding-left: 80px;
    width: 120%;
    background: #fbfbfb;
    position: absolute;
    z-index: 99;
    left: -100px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
    float: left;
    line-height: 30px;
    margin-left: 0px;
}

.menu>ul>li>ul>li a {
    color: #58585b;
    padding: .1em 0;
    width: 100%;
    font-weight: 500;
    display: block;
    font-size: 13px;
    border-bottom: 2px solid transparent;
}

.menu>ul>li>ul>li a:hover {
    border-bottom: 2px solid #e24035;
}

.menu>ul>li>ul>li>ul>li:nth-child(1) a {
    padding: .2em 0;
    width: 100%;
    font-weight: 700;
    display: block;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    padding: 0.6em 0;
}

.menu>ul>li>ul.normal-sub>li a：hover {
    border-bottom: 2px solid #0e6eb9;
}

.section.notfound p {
    font-size: 30px;
    color: #333;
}

.cart-items {
    width: 100%;
    margin-top: 0;
    padding: 0;
}

.cart-items tr {
    border-bottom: 1px solid #ddd;
    height: 30px;
}

.cart-items th {
    text-align: left;
    min-height: 30px;
    background: #0e6eb9;
    color: #fff;
}

.cart-item-catno {
    font-size: 12px;
    color: #333;
}

.cart-item-url,
.cart-item-delete {
    text-decoration: none;
    font-size: 13px;
    color: #005AAB;
}

.cart-items td {
    padding: 2px 20px 2px 5px;
}

.cart-item-info {
    text-align: left;
}

.cart-item-quantity {
    width: 25px;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: 700;
}

.btn-block {
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
    width: 120px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background: #0e6eb9;
    border: 1px solid #0d64b9;
    color: #fff;
    font-weight: 700;
    float: right;
}

.btn-pay-pep {
    margin: 0 auto;
    float: none;
    margin-top: 50px;
}

.cart-action-row {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.btn-default {
    background: #0e6eb9;
    border: 1px solid #0d64b9;
    color: #fff;
}

p.search-box {
    text-align: center;
}

p.search-box input {
    width: 99%;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 50px;
    font-size: 20px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
}

.container-order td {
    text-align: left;
}

.container-order textarea {
    width: 500px;
    height: 80px;
}

article.post {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    box-shadow: 0px 1px 3px 1px #ededed;
    -moz-box-shadow: 0px 1px 3px 1px #ededed;
    -webkit-box-shadow: 0px 1px 3px 1px #ededed;
    margin: 0 0 30px 0;
    padding: 20px;
}

article.post h2 {
    margin-bottom: 23px;
}

article .content_article {
    border-bottom: 1px solid #ededed;
    color: #333;
    margin: 0 0 16px;
    line-height: 30px;
}

article.post .content_article {
    padding: 0 0 20px 0;
}

article .content_article a.more {
    color: #7698c1;
    font: normal 12px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Arial, Verdana, sans-serif;
}

article .footer_article {
    color: #707070;
    font: normal 11px/11px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Arial, Verdana, sans-serif;
}

.left-col {
    width: 70%;
    float: left;
}

.right-col {
    width: 25%;
    float: right;
    border: 1px solid #626262;
    border-top: 3px solid #e24035;
    border-radius: 0 0 10px 10px;
    margin-top: 39px;
}

.left-col h3,
.t-r h3 {
    font-size: 20px;
    border-bottom: 1px solid #cbcbc3;
    line-height: 40px;
}

.left-col li {
    overflow: hidden;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-col h3 {
    line-height: 40px;
    border-bottom: 1px solid #626262;
    color: #e24035;
    padding-left: 25px;
}

.img-box {
    width: 132px;
    height: 160px;
    float: left;
    margin-right: 7px;
}

.img-box img {
    width: 100%;
    margin-top: 11%;
    margin-left: 18px;
}

.img-box2 img {
    display: block;
    width: 90%;
}

.img-box2 span {
    font-size: 12px;
    color: #666;
}

.desc-box a {
    color: #666;
}

.desc-box>a {
    font-size: 15px;
    font-weight: 600;
    color: #1b2123;
    line-height: 220%;
    position: relative;
    top: 6px;
}

.desc-box p {
    font-size: 13px;
    line-height: 18px;
}

.t-r li {
    width: 14%;
    float: left;
}

.view-more {
    color: #e24035 !important;
    font-weight: 600;
    line-height: 220%;
}

a.view-more.right {
    font-size: 14px;
    float: right;
    text-shadow: none;
    margin-right: 50px;
}

.col-2>ul>li {
    width: 34%;
}

.col-3>ul>li {
    width: 22%;
}

.col-5>ul>li,
.col-5 .col-5 {
    width: 19%;
}

.col-5 .col-5 a {
    padding: 0;
    font-size: 0.975em;
}

#go_top {
    display: hidden;
    position: fixed;
    right: 20px;
    bottom: 150px;
    background: #ededed;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
}

.service td {
    text-align: center;
}

.enlarge {
    cursor: pointer;
}

.detail.service-pro {
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.custom-nav-box {
    overflow: hidden;
}

.custom-nav-box li {
    float: left;
    width: 25%;
    border: 1px solid #eee;
    text-align: center;
    height: 80px;
    line-height: 30px;
    padding-top: 10px;
    cursor: pointer;
}

ul.custom-nav-box.col-3 li {
    width: 33.3%;
}

.custom-nav-current {
    background: #ef535c;
    color: #fff;
    font-weight: 600;
}

.aav-pkg-container {
    border: 1px solid #eee;
    padding: 20px;
}

.control-group {
    overflow: hidden;
    margin-bottom: 10px;
}

.control-label {
    float: left;
    width: 15%;
    padding-top: 5px;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    margin-left: -20px;
}

.controls {
    margin-left: 180px;
    width: 75%;
    line-height: 30px;
}

.aav-calc-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.controls input[type="text"],
.controls select {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.controls select {
    height: 30px;
    line-height: 30px;
}

.aav-item-type .controls label {
    line-height: 40px;
    float: left;
    width: 33%;
    margin-bottom: 10px;
    font-size: 13px;
}

.aav-gene-info-input select[name="species"],
.aav-pkg-out {
    display: none;
}

.control-right {
    display: inline-block;
    margin-left: 20px;
}

.pull-left {
    float: left;
}

.pull-center {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}

.tips-note {
    background: #f6f6f6;
}

.tips-note p {
    margin: 20px;
    padding: 10px !important;
    color: #08c !important;
}

.clor {
    background: #08c !important;
    color: #fff !important;
}

#search-auto-result {
    width: 300px;
    margin-top: -10px;
    background: #f6f6f6;
}

#search-auto-result p {
    padding: 0;
    margin: 10px 0;
}

#aav-pkg-step2,
#aav-pkg-step3 {
    display: none;
}

.layui-layer-content #aav-pkg-step3 {
    display: block;
}

.aav-promoter-type label.checkbox {
    width: 50%;
    float: left;
}

.aav-opgene-type label.checkbox {
    width: 30%;
    float: left;
}

.controls label {
    padding-right: 10px;
}

.aav-serotype label.checkbox {
    width: 25%;
    float: left;
}

#qty-aav-pkg input,
#qty-plasmid input,
#qty-virus input {
    width: 30px;
}

#aav-tab-confirm td * {
    font-size: 12px;
}

.controls label {
    font-size: 14px;
}

.aav-pkg-active {
    display: none;
}

.carousel-item {
    cursor: pointer;
}

.accorder,
.accorder-nav {
    position: relative;
}

.accorder-icon {
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #b75459 transparent;
    position: absolute;
    top: 8px;
    right: 20px;
}

.accorder-icon-chooce {
    border-color: #b75459 transparent transparent transparent;
    top: 16px;
}

.accorder-mark {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: linear-gradient(-180deg, rgba(245, 246, 247, 0) 0, #f5f6f7 66%);
    z-index: 818;
}

.accorder-icon-more {
    width: 20px;
    height: 20px;
    background: url("../images/more.webp") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 20px;
    animation: move 2s infinite;
}

@keyframes move {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.accorder-mark-hide {
    display: none;
}

.product-head {
    position: relative;
}

.product-head .search {
    position: absolute;
    right: 0;
    top: -31px;
}

.product-search-icon {
    display: none;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 50%;
    bottom: 0;
    outline: none;
    border: none;
    width: 16px;
    height: 16px;
    margin-top: -12px;
    cursor: pointer;
    background-image: url("/images/search.webp");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .5;
}

.contact-form input.textName {
    width: 20%;
    display: inline-block;
}

.contact-form input.textName+input {
    margin-left: 15px;
}

.content-main {
    width: 83% !important;
    padding: 0 !important;
}

.index-silder-content {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    border: 1px solid red;
}

.banner-list-main li {
    padding: 5px 0;
}

.banner-list-main li a {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cart-item-control-pname {
    margin-top: 10px;
}

.section p.btn-block-quotation {
    padding-top: 20px;
    margin: 0;
}

.btn-block-quotation a {
    width: 220px;
    height: 45px;
    line-height: 45px;
    float: none;
}

.pdfImg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

@keyframes Sparking {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.contact-form input {
    text-align: center;
}

.hh-table {
    margin-top: 41px;
    border: 1px solid #eee;
    background: #ebf6ff;
}

.hh-table td {
    border: none !important;
    padding: 1px 0;
}

.hh-aav-pdf {
    float: right;
    margin-top: -24px;
}

.hh-show {
    display: none;
}

@media only screen and (max-width:959px) {
    .hh-hide {
        display: none;
    }

    .hh-show {
        text-align: right;
        display: block;
    }

    .search-box {
        width: 100%;
        float: right;
        display: inline-block;
        margin-right: 0px;
    }

    .hh-show img {
        width: 40px;
    }

    .header {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 3.2rem;
        background: #000;
    }

    .logo-box {
        width: 96%;
        height: 100%;
        margin: auto;
    }

    .logo-box .logo {
        position: absolute;
        bottom: -60px;
        right: 0;
        width: 150px;
        height: 60px;
    }

    .top-nav {
        width: 100%;
    }

    .menu-container {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-bottom: none;
    }

    .menu-mobile {
        position: absolute;
        left: 15px;
        top: 8px;
        width: 40px;
        display: block;
        background: #e24035;
        border-radius: 10px;
        padding: 6px;
    }

    .menu-mobile span {
        width: 100%;
        height: 4px;
        background: #fff;
        display: block;
        border-radius: 3px;
    }

    .menu-mobile span+span {
        margin-top: 3px;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu>ul {
        display: none;
        line-height: 50px;
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu>ul>li a {
        width: 100%;
        display: block;
    }

    .menu>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }

    div.slider {
        width: 100% !important;
        height: 120px !important;
    }

}
    .pdf-part {
    margin-bottom: 10px;
}
    .pdf-part button {
        display: inline-block;
        margin: 5px 15px 5px 0;
        padding: 3px 10px;
        border: 1px solid #ddd;
        border-radius: 30px;
        line-height: 1.6em;
        font-size: .9em;
    }
    .pdf-part a {
        display: inline-block;
        margin: 5px 15px 5px 0;
        padding: 3px 10px;
        border: 1px solid #ddd;
        border-radius: 30px;
        line-height: 1.6em;
        font-size: .9em;
        cursor: pointer;
    }
.pdf-part img {
    width: 18px;
    height: 18px;
}
.pdf-part button:hover {
    color: #fff;
    border: 1px solid #335e97;
    background: #3767a8;
    cursor: pointer;
}
.pdf-part a:hover {
    color: #fff;
    border: 1px solid #335e97;
    background: #3767a8;
    cursor: pointer;
}
.aligncenter{
    clear: both;
    display: block;
    margin: auto;
}