@charset "utf-8";
@import "./slider/slider.css";
@import "./slider/rev-settings.css";
@import "../public/layui/css/layui.css";
@import "./easyslider/style.css";
@import "../icofont/icofont.min.css";
@import "../mMenu/css/component.css";
input {
    font-size: 14px;
}

a,
input,
textarea {
    outline: none;
}

:focus {
    outline: none;
}

body,
p,
dl,
dt,
dd,
ul {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 20px;
    line-height: 32px;
}

body,
html {
    overflow-x: hidden;
    font: normal 18px "Arial, Times New Roman, Verdana";
    line-height: 28px;
}

img {
    border: none;
}

input,
textarea {
    border: 1px solid #9D9D9D;
    border-radius: 6px;
    height: 36px;
    padding: 0px 2%;
    background: #FFF;
}

textarea {
    min-height: 150px;
    padding: 8px 2%
}

button {
    min-height: 46px;
    padding: 0px;
    background: #08659f;
    border: none;
    border-radius: 6px;
    margin: 15px 0px;
    color: #FFF;
    font-size: 16px;
}

button span {
    font-size: 20px;
}

a {
    text-decoration: underline;
    color: #0164a1;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}
.homeH1{font-size: 26px;text-align: center;position: relative;
    top: 30px;}
h1 {
    /*line-height: 48px;*/
    margin-bottom: 20px;
}

h2 {
    margin-top: 0px;
    padding-bottom: 14px;
    font-weight: bold;
    font-size: 22px;
}

h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-weight: bold;
}

.clear {
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    zoom: 1;
    overflow: hidden;
}

.winfull {
    width: 100%;
    clear: both;
    zoom: 1;
}

.paddingtop {
    padding-top: 30px;
}

.margintop {
    margin-top: 40px;
}

.contLeft {
    margin-right: 20px;
}

.contRight {
    margin-left: 20px;
}

.contLeft h4 {
    margin-bottom: 20px;
}

.local {
    margin-bottom: 30px;
}

.local a,
.local b {
    display: inline-table;
    margin: 0px 8px;
    font-weight: normal;
    color: #1481C4;
}

.local a:last-child {
    text-decoration: none;
}

.rimg {
    float: right;
    max-width: 32%;
    margin-bottom: 8px;
    margin-left: 8px;
}

.rimg img {
    width: 100%;
    border-radius: 3px;
}

.headerTop {
    height: 38px;
    height: 61px;
    line-height: 20px;
    background-image: url(../images/header_top_bg.webp);
    color: #FFF;
}

.headerTop p {
    margin-top: 10px;
    width: 70%;
    font-size: 14px;
    line-height: 20px;
}

.headerTop .searchinfo input {
    margin-top: 10px;
    width: 91%;
    border-radius: 18px;
    padding: 0px 4%;
}

.headerTop .searchinfo a {
    display: inline-block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 17px;
    right: 4px;
    text-decoration: none;
    font-size: 26px;
}

.categoryitem li {
    width: 20%;
    position: relative;
    min-height: 1px;
    float: left;
    list-style: none;
}

.categoryitem li div {
    border: 1px solid #CF9848;
    border-radius: 6px;
    margin: 10px;
    overflow: hidden;
}

.categoryitem li div img {
    width: 98%;
    margin: 1%;
    margin-bottom: 2px;
    border-radius: 6px 6px 0 0;
    height: 150px;
}

.categoryitem li div h3 {
    background: #FBF2E7;
    border-top: 1px solid #CF9848;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 0px;
}

.categoryitem li a {
    text-decoration: none;
    color: #000;
}

#header {
    margin: 20px auto;
    clear: both;
    zoom: 1;
    overflow: hidden;
}

#header .ContactDetails {
    margin-top: 10px;
}

#header li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

#header li a {
    text-decoration: none;
    font-size: 18px;
}

nav {
    min-height: 61px;
    line-height: 61px;
    background: url(../images/nav_bg.webp) left top repeat-x;
}

#navheadpc {
    position: relative;
}

#navheadpc ul li {
    display: inline-block;
    margin: 0px 7px;
}

#navheadpc>ul>li>a {
    color: #FFF;
    display: inline-block;
    height: 56px;
    text-decoration: none;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
}

#navheadpc ul li a:hover {
    color: #F7ECB5;
}

#navheadpc ul li a.curr {
    border-bottom: 5px solid #F7ECB5;
    color: #F7ECB5;
}

#navheadpc .products_subnav {
    position: absolute;
    top: 55px;
    left: 10px;
    right: 10px;
    z-index: 99999;
    background-color: rgba(255, 255, 255, .94);
    padding: 20px 0px 10px 10px;
    border-radius: 4px;
    -moz-box-shadow: 0px 2px 5px #333333;
    -webkit-box-shadow: 0px 2px 10px #333333;
    box-shadow: 0px 2px 5px #333333;
    display: none;
}

#navheadpc .products_subnav h3{
    padding: 0;margin:0;font-size: 16px;
}

#navheadpc>div>ul>li>a{
    padding: 0 0 5px!important;
}


#navheadpc>div>ul {
    line-height: 26px;
    margin-bottom: 20px;
}

#navheadpc>div>ul>li {
    height: 30px;
    display: inline-table;
    margin-top: 10px;
}

#navheadpc>div>ul>li>a {
    color: #000;
    height: 30px;
    text-decoration: none;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

#navheadpc>div>ul>li>a:hover {
    color: #FF0000;
}

#navheadpc>div>ul>li>ul>li {
    display: block;
    min-height: 20px;
    padding-left: 3px;
    list-style: inside disc;
}

#navheadpc>div>ul>li>ul>li>a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

#navheadpc>div>ul>li>ul>li a:hover {
    color: #FF0000;
}

#navheadpc>div>ul>li>ul>li>ul>li {
    display: block;
    margin: 0px;
}

#navheadpc>div>ul>li>ul>li>ul>li>a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

#navheadpc>div>ul>li>ul>li>ul>li a:hover {
    color: #FF0000;
}

footer {
    background: #1481C4 url(../images/footer_bg.webp) left top repeat-x;
    padding: 36px 0px;
    color: #FFF;
    overflow: hidden;
}

footer h2 {
    padding-bottom: 15px;
    color: #FFF800;
    font-size: 18px;
}

footer li {
    min-height: 26px;
    line-height: 32px;
    list-style: none;
}

footer li a {
    color: #FBF2E7;
    text-decoration: none;
}

footer li a:hover {
    text-decoration: none;
    color: #FFF;
}

footer .tcenter {
    margin: 0 10px;
    font-size: 16px;
    line-height: 22px;
}

footer .catype li {
    min-height: 30px;
    line-height: 32px;
}

footer .plink li {
    list-style-type: circle;
    margin-left: 20px;
}

footer .fot3 img {
    border-radius: 4px;
    margin: 10px 0px 10px 0px;
}

footer .fot3 p {
    line-height: 22px;
}

footer .catype span {
    display: block;
    padding-left: 22px;
}

.idxQuote h2 {
    text-align: center;
    line-height: 28px;
    font-size: 18px;
}

.idxQuote input,
.idxQuote textarea {
    width: 95%;
    margin-top: 10px;
}

.idxQuote button {
    width: 100%;
}

.productcatalog {
    border: 1px solid #EAC998;
    border-radius: 3px;
    background-color: rgba(207, 152, 72, .1);
}

.productcatalog p {
    margin: 14px 10px;
}

.productcatalog p a {
    display: inline-table;
    padding: 4px 10px;
    margin: 2px;
    text-decoration: none;
    color: #535353;
    border-radius: 3px;
}

.productcatalog p a:hover {
    background: #FFF;
    color: #000;
}

.productcatalog p a.curr {
    background: #1481C4;
    color: #FFF;
}

.productcatalog h1 {
    margin: 14px 14px 0px 14px;
    font-size: 30px;
}

.productcatalog h5:not(:first-child) {
    border-top: 1px dotted #CF9848;
    padding-top: 14px;
}

.prodtcusitem ul {
    clear: both;
    overflow: auto;
}

.prodtcusitem li {
    width: 23.5%;
    position: relative;
    min-height: 1px;
    float: left;
    list-style: none;
    margin-bottom: 20px;
    margin-right: 2%;
}

.prodtcusitem li.ilast {
    margin-right: 0px;
}

.prodtcusitem li div {
    border: 1px solid #EAC998;
    border-radius: 3px;
    overflow: hidden;
}

.prodtcusitem li div>a {
    display: block;
    height: 279.33px;
    overflow: hidden;
}

.prodtcusitem li div img {
    width: 98%;
    margin: 1%;
    margin-bottom: -5px;
    border-radius: 3px 3px 0 0;
}

.prodtcusitem li div p {
    background: #FBF2E7;
    border-top: 1px solid #EAC998;
    margin: 0px;
    padding: 6px 0px;
    font-size: 12px;
    text-align: center;
}

.prodtcusitem li div p span {
    height: 32px;
    line-height: 16px;
    display: block;
    margin-top: 12px;
}

.prodtcusitem li div p label {
    font-size: 12px;
}

.prodtcusitem li div p input {
    height: 13px;
}

.prodtcusitem li div p a {
    text-decoration: none;
}

.prodtcusitem li div p a font {
    color: red;
}

.PageNavigation {
    padding: 80px 0px 30px 0px;
    text-align: center;
    position: relative;
}

.PageNavigation a {
    display: inline-table;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    border: 1px solid #EAC998;
    background-color: rgba(207, 152, 72, .1);
    border-radius: 2px;
    margin: 0 5px;
    font-weight: bold;
}

.PageNavigation a.curr {
    background: #1481C4;
    color: #FFF;
    border: 1px solid #0B75B6;
}

.PageNavigation a.firstpage,
.PageNavigation a.lastpage {
    font-weight: normal;
}

.PageNavigation a.disabled {
    color: gray;
    border: 1px solid #CBCBCB;
}

.PageNavigation button {
    padding: 0 16px;
    position: absolute;
    right: 16px;
    top: -8px;
    cursor: pointer;
}

.product_footer h4 {
    margin-bottom: 20px;
}

.product_footer img {
    width: 90%;
    border-radius: 4px;
    float: right;
    max-width: 45%;
    margin-left: 15px;
}

.productImg {
    width: 90%;
    border: 1px solid #E8C087;
    border-radius: 3px;
    margin-bottom: 10px;
}

.productImg img {
    width: 98%;
    margin: 1%;
    border-radius: 3px;
}

.productThumb {
    width: 90%;
}

.productThumb li {
    list-style: none;
    border: 1px solid #E8C087;
    border-radius: 3px;
    width: 17.95%;
    float: left;
    margin-bottom: 10px;
}

.productThumb li.mleft {
    margin-left: 2%;
}

.productThumb li img {
    width: 98%;
    margin: 1%;
    border-radius: 3px;
}

.productShort {
    border-top: 1px solid #E8C087;
    border-bottom: 1px solid #E8C087;
    padding: 4px 14px;
}

.productShort li {
    list-style: none;
    padding: 15px 0px;
    border-bottom: 1px dotted #E8C087;
    line-height: 28px;
}

.productShort li:last-child {
    border-bottom: none;
}

.productShort li span {
    display: inline-block;
    width: 60%;
    font-weight: bold;
    margin-right: 1%;
}

.productShort li font {
    display: inline-block;
    width: 39%;
}

.MakeInquiry {
    width: 100%;
    margin: 40px 0px;
    cursor: pointer;
}

.rightContent {
    padding-left: 10%;
}

.thisCategory {
    border: 1px solid #E8C087;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.thisCategory p {
    border-bottom: 1px solid #E8C087;
    height: 46px;
    line-height: 46px;
    background-color: rgba(232, 192, 135, .3);
    margin-bottom: 10px;
}

.thisCategory p strong {
    display: inline-table;
    margin-left: 10px;
}

.thisCategory ul {
    padding-left: 30px;
    line-height: 32px;
}

.ProductsRecommend {
    border: 1px solid #E8C087;
    border-radius: 3px;
    width: 100%;
    padding-bottom: 10px;
}
.ProductsRecommend2{border:none; padding-left: 20px;}

.ProductsRecommend p {
    border-bottom: 1px solid #E8C087;
    height: 46px;
    line-height: 46px;
    background-color: rgba(232, 192, 135, .3);
    margin-bottom: 10px;
}

.ProductsRecommend p strong {
    display: inline-table;
    margin-left: 10px;
}

.ProductsRecommend li {
    list-style: none;
}

.ProductsRecommend li a {
    display: inline-table;
    width: 90%;
    margin: 5%;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.ProductsRecommend li a img {
    width: 100%;
    border-radius: 3px;
}

.ProductsRecommend dl {
    clear: both;
    overflow: hidden;
}

.ProductsRecommend dt span {
    border: 1px solid #E8C087;
    border-radius: 3px;
    width: 70%;
    margin: 8px 12%;
    display: inline-grid;
    display: -ms-inline-flexbox;
    padding: 1px 0px;
}

.ProductsRecommend dt span img {
    width: 98%;
    margin: 1%;
    border-radius: 3px;
}

.ProductsRecommend dd a {
    margin: 2px 0px;
    display: inline-table;
    font-size: 16px;
    line-height: 24px;
}

.productDescription li {
    list-style: disc;
}

.productDescription h3 {
    margin-top: 0px;
}

.productDescription ul {
    padding-left: 22px;
}

.productDescription i {
    color: #AC2925;
}

.productDescription img.fimg {
    max-width: 100%;
    margin-bottom: 20px;
}

.trackForm {
    /*border:1px solid #E8C087; background-color: rgba(232,192,135,.2);*/
    border-radius: 3px;
    clear: both;
    overflow: hidden;
    margin: 40px auto;
    padding: 30px 0px
}

.trackForm li {
    list-style: none;
    padding: 10px 0px;
}

.trackForm li input {
    width: 70%;
}

.trackForm li span {
    display: block;
    text-align: right;
    padding-right: 15px;
}

.trackForm .submitButton {
    text-align: center;
}

.trackForm .submitButton button {
    width: 50%;
}

.contactForm {
    margin-top: 40px;
}

.contactForm input {
    width: 90%;
}

.contactForm textarea {
    width: 93%;
}

.contactForm button {
    width: 98%;
}

#contactform .err {
    border: 1px solid #FF5858;
    background-color: rgba(255, 0, 0, .1);
}

.googlemap {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
}

.footerseo {
    color: #B8E4FF;
    font-size: 15px;
    line-height: 20px;
}

.footerseo a {
    color: #B8E4FF;
}

.captcha input {
    width: 50%;
}

.captcha img {
    margin-left: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    display: inline-block;
}

#ArticlesList {
    margin: 0px;
}

#ArticlesList li {
    width: 45%;
    display: inline-block;
    list-style: outside;
    margin: 4px 2%;
}

.ArticlesList-layout {
    width: 48%;
    padding: 0 1%;
    float: left;
}

.ArticlesList {
    overflow: hidden;
    border: 1px solid #E8C087;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ArticlesList h2 {
    height: 23px;
    line-height: 40px;
    border-bottom: 1px solid #E8C087;
    background-color: beige;
    margin: 0px;
    font-size: 14px;
    padding-left: 10px;
}

.ArticlesList h2 a{
    text-decoration: none;font-size: 18px;color: #222;
}

.ArticlesList ul {
    padding: 15px 8px 15px 22px;
    margin-left: 8px;
}

.ArticlesList ul li {
    line-height: 21px;
    margin: 8px 0.25rem;
    list-style: inherit;
}

.ArticlesList ul .flimg {
    width: 20%;
    margin-right: 8px;
    float: left;
    padding-right: 3%;
    margin-left: -16px;
}

.ArticlesList ul .flimg img {
    width: 97%;
    border-radius: 3px;
}

#formmsg {
    height: 40px;
    line-height: 40px;
    color: red;
    display: none;
}

#formmsg span {
    display: inline-table;
    padding-left: 8px;
}

#formmsg.sul {
    color: #006B11;
}

.layui-laypage a,
.layui-laypage span {
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
}

.jqzoom {
    text-decoration: none;
    float: left;
}

.compareTable tr td:first-child {
    background: #F8F6F6;
    color: #000;
}

.compareTable tr th {
    color: #000;
}

.compareTable tr th a {
    color: #000;
    text-decoration: none;
    display: block;
}

.compareTable td img {
    min-width: 190px;
    max-width: 190px;
}

.compareTable td p {
    margin-bottom: 6px;
    line-height: 22px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .layout {
        width: 96%;
        margin: 0px 2%;
        clear: both;
        overflow: hidden;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .headerTop p {
        font-size: 12px;
        padding: 0px;
        width: 100%;
    }
    .categoryitem li {
        width: 49%;
        position: relative;
        /*min-height: 180px;*/
        float: left;
    }
    .categoryitem li div p {
        font-size: 12px;
    }
    .categoryitem li div img {
        height: auto;
    }
    /* navheadmb */
    .navheadmb {
        position: relative;
        height: 61px;
        background: #1481C4 url(../images/header_top_bg.webp);
        max-width: 768px;
        margin: 0 auto
    }
    .navheadmb .back {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 50px;
        text-indent: -9999em;
        background: url(../mMenu/images/icon-back.png) no-repeat center center;
        background-size: 12px 20px;
    }
    .contLeft {
        margin: 0px 10px;
    }
    .contRight {
        margin: 0px 10px;
    }
    footer .plink li {
        list-style-type: circle;
        margin-left: 20px;
        width: 43%;
        float: left;
    }
    footer .fot3 {
        text-align: center;
    }
    footer .catype {
        padding-bottom: 15px;
    }
    .product_footer img {
        float: none;
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
    }
    .prodtcusitem li {
        width: 48%;
    }
    .prodtcusitem li div>a {
        height: 188.33px;
    }
    .prodtcusitem li div p {
        height: 29px;
    }
    .prodtcusitem li div p span {
        margin-top: 0px;
        height: auto;
    }
    .PageNavigation button {
        right: 24%;
    }
    .productImg,
    .thisCategory,
    .ProductsRecommend {
        width: 99%;
    }
    .productThumb li {
        width: 22.9%
    }
	.ProductsRecommend2{border:none; padding-left: 0px;}
    .productShort {
        margin-top: 20px;
    }
    .productShort li span {
        width: 60%
    }
    .productShort li font {
        width: 39%;
    }
    .productDescription h3 {
        margin-top: -30px;
    }
    .rightContent {
        padding-left: 0px;
    }
    .contactForm input {
        width: 95%;
    }
    .contactForm textarea {
        width: 94%;
    }
    .trackForm li span {
        text-align: left;
    }
    .trackForm li input {
        width: 90%;
    }
    .trackForm .submitButton button {
        width: 89%;
    }
    .ArticlesList ul .flimg {
        margin-right: 16px;
    }
    .ArticlesList-layout {
        width: 98%;
    }
    .carousel-indicators {
        display: none;
    }
    .captcha img {
        margin-left: 2px;
        margin-top: 10px;
    }
    .idxQuote input,
    .idxQuote textarea {
        margin-top: 15px;
    }
    .local {
        line-height: 36px;
    }
    .productDescription img {
        max-width: 100%;
    }
    .productDescription ul {
        padding: 14px 0px 14px 22px
    }
    .productDescription ul li {
        padding: 4px 0px;
    }
    footer .fot3 p,
    .footerseo {
        line-height: 25px;
    }
	footer .fot3 img{margin:22px auto 10px auto;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .layout {
        width: 98%;
        margin: 0px 1%;
        clear: both;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block !important;
    }
    .headerTop p {
        font-size: 12px;
        width: 80%
    }
    .headerTop .searchinfo input {
        margin-top: 10px;
        width: 88%;
    }
    .headerTop .searchinfo a {
        right: 14px;
    }
    nav li {
        margin: 0px;
    }
    #navheadpc>ul>li>a {
        padding: 0px;
        font-size: 12px;
        margin-right: 0px;
    }
    footer .fot3 img {
        width: 98%;
        margin: 36px 0 10px 0;
    }
    .idxQuote input,
    .idxQuote textarea {
        width: 90%;
    }
    .idxQuote button {
        width: 95%;
    }
    .categoryitem li {
        width: 19.6%;
    }
    .categoryitem li div img {
        height: 87px;
    }
    .productcatalog {
        width: 97.6%
    }
    .prodtcusitem li {
        width: 23%;
    }
    .prodtcusitem li div>a {
        height: 170.33px;
    }
    .prodtcusitem li div p {
        height: 32px;
    }
    .prodtcusitem li div p span {
        margin-top: 3px;
    }
    .PageNavigation button {
        right: 34px;
    }
    .productThumb li {
        width: 22.1%
    }
    .productShort li span {
        width: 70%
    }
    .productShort li font {
        width: 29%;
    }
    .ProductsRecommend li {
        max-height: 173px;
        overflow: hidden;
    }
    .trackForm li span {
        text-align: left;
    }
    .trackForm li input {
        width: 90%;
    }
    .ArticlesList ul .flimg {
        margin-right: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .layout {
        width: 98%;
        margin: 0px 1%;
        clear: both;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .hidden-md {
        display: none !important;
    }
    .visible-md {
        display: block !important;
    }
    nav li {
        margin: 0px;
    }
    #navheadpc>ul>li>a {
        padding: 0px;
        font-size: 16px;
        margin-right: 6px;
    }
    .prodtcusitem li div>a {
        height: 233.33px;
    }
    .categoryitem li div img {
        height: 123px;
    }
    .productThumb li {
        width: 22.1%
    }
}

@media (min-width: 1200px) {
    .layout {
        width: 1200px;
        margin: auto;
        clear: both;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .hidden-lg {
        display: none !important;
    }
    .visible-lg {
        display: block !important;
    }
}

.heading{margin-bottom:15px;}
.h1{    font-size: 15px;
    line-height: 58px;}


    .picBlog{float:right;padding-left:10px;width:48%}

@media (max-width:768px){
    .picBlog{float:none;padding-left:0;width:100%;margin-bottom:8px}
}

.headingBox {height: 40px;}
.headingBox h2{font-size:25px;float: left;}
.headingBox .more{float: right;}

.blogList{line-height: 25px;}
.blogList li{list-style: inside circle}

.h1 a{color: #fff;text-decoration: none}

.prodtcusitem li div>a{position: relative;}
.prodtcusitem li div img{    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contLeft a{color: #000}

@media (max-width:300px){
    .categoryitem li {
        width: 100%;
    }
}


@media (max-width: 480px){
    #slider .controls img{width: 20px; height: auto;}
    #slider .controls li{margin-top: -15px;}
}


.mbNavLeft{    
    width: 250px;
    position: relative;
    z-index: 1000;}

.mbNavLeft a.homeA{float: left;
    width: 140px!important;
    margin-top: 0!important;}

.mbNavLeft a.homeA img{width: 120px;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: 25px;}

.mbNavLeft a{margin-top: 6px!important;} 


@media (max-width: 280px){
   .mbNavLeft{    
    width: 220px;}

    .mbNavLeft a.homeA {
    width: 130px!important;}

    .mbNavLeft a{width:30px!important }
}


.career .h2top{font-size: 35px;text-align: center;margin-top: 40px;font-style: italic}
.career .ptop{text-align: center;font-size: 21px;margin-bottom: 45px}
.career .sectionOne{display: flex;justify-content: space-between;margin-bottom:10px}
.career .sectionOne .leftCon h3{font-size: 21px}
.career .sectionOne .leftCon ul{font-size: 26px}
.career .sectionOne .leftCon li{line-height: 2.4}
.career .sectionOne .leftCon li::marker{font-size: 16px;}
.career .sectionOne .rightCon iframe{border: 0}
.career .sectionOne .rightCon h3{font-size: 26px;text-align: center;margin-bottom:0}
.career li{list-style: inside}

.career .sectionTwo{display: flex;justify-content: center;margin-bottom:60px}
.career .sectionTwo .leftCon {margin-right: 70px}
.career .sectionTwo .leftCon h3{font-size: 26px;}
.career .sectionTwo .leftCon li{font-size: 25px;line-height: 1.9}
.career .sectionTwo .leftCon li::marker{font-size: 16px;}
.career .sectionTwo .rightCon img{width: 520px;height: auto}

.career .h2bottom{text-align: center;font-size: 27px;}

.career .sectionThree {display: none}
.career .sectionThree h3{margin-bottom: 10px;font-size: 21px}
.career .sectionThree {font-size: 21px}
.career .sectionThree p{margin-bottom: 5px}
.career .sectionThree .text{font-size: 21px;margin-top: 20px}

.career .blank{height: 20px}

@media screen and (max-width: 768px) {
    .career p{line-height: 1.3}
    .career .h2top{font-size: 25px;}
    .career .ptop{font-size:20px;margin-bottom: 15px}

    .career .sectionOne{display: block;margin-bottom:0}
    .career .sectionOne .leftCon ul{font-size: 20px;margin-left: 10px;margin-bottom: 20px;}
    .career .sectionOne .leftCon li{line-height:1.3;margin-bottom: 13px;}
    .career .sectionOne .rightCon h3{font-size: 22px;}
    .career .sectionOne .rightCon iframe{width: 100%;height: 530px}

    .career .sectionTwo{display: block;margin-bottom:30px}
    .career .sectionTwo .leftCon {margin-right: 0}
    .career .sectionTwo .leftCon h3{font-size: 22px;margin-bottom: 10px;}
    .career .sectionTwo .leftCon ul{margin-bottom: 20px;}
    .career .sectionTwo .leftCon li{font-size: 20px;line-height: 1.2;margin-left: 10px;margin-bottom: 10px;}
    .career .sectionTwo .rightCon img{width: 100%;height: auto}

    .career .h2bottom{font-size: 22px;}

    .career .sectionThree h3{font-size: 21px}
    .career .sectionThree {font-size: 20px}
    .career .sectionThree .text{font-size: 20px;}

    .career .blank{height: 0}
}

.blogCon h2{margin-top: 15px;}
.blogCon h3{margin-bottom: 15px;margin-top:15px!important}

.productDescription ol{margin-left: 20px}

.picBlogTwo{width:100%;margin-bottom:10px}

@media (max-width: 767px) {
    .idxQuote {margin-top: 20px;}
    .idxQuote h2{padding-bottom: 5px;}
}

.indexBlog {padding-left: 23px}
.indexBlog li{list-style: inherit; margin-bottom: 8px;line-height: 1.5;}
.indexBlog a{text-decoration: none;}

.blogCon h1{line-height: 1.2}