@font-face {
    font-family: "Brandon Grot W01 Light";
    src: url("@font-face/6dd2f2510b4a00a5461b2455928209c2.eot");
    /* IE9*/
    src: url("@font-face/6dd2f2510b4a00a5461b2455928209c2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("@font-face/6dd2f2510b4a00a5461b2455928209c2.woff2") format("woff2"), /* chrome銆乫irefox */
    url("@font-face/6dd2f2510b4a00a5461b2455928209c2.woff") format("woff"), /* chrome銆乫irefox */
    url("@font-face/6dd2f2510b4a00a5461b2455928209c2.ttf") format("truetype"), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url("@font-face/6dd2f2510b4a00a5461b2455928209c2.svg#Brandon Grot W01 Light") format("svg");
    /* iOS 4.1- */
    font-display: swap;
}
html {
  overflow-y: scroll;
}

[v-cloak] {
  display: none !important;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
    color: #242626;
    font-family: poppins,sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    background: #f2f9ff;
    overflow: hidden;
    letter-spacing: .3px;
}

h1,h2,h3,h4,h5,h6 {color: #444;}
/* default font size */
.fa {font-size: 14px;}
/* Override the bootstrap defaults */
h1 {font-size: 33px;}
h2 {font-size: 27px;}
h3 {font-size: 21px;}
h4 {font-size: 15px;}
h5 {font-size: 12px;}
h6 {font-size: 10.2px;}
a {color: #253237;}
a:hover {color: #1f608d;text-decoration: none;}
legend {font-size: 18px;padding: 7px 0px}
label {font-size: 14px;font-weight: normal;}
*,:after,:before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

select.form-control,textarea.form-control,input[type="text"].form-control,input[type="password"].form-control,input[type="datetime"].form-control,input[type="datetime-local"].form-control,input[type="date"].form-control,input[type="month"].form-control,input[type="time"].form-control,input[type="week"].form-control,input[type="number"].form-control,input[type="email"].form-control,input[type="url"].form-control,input[type="search"].form-control,input[type="tel"].form-control,input[type="color"].form-control {
    font-size: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 14px;
}

.border-none{
    border: none !important;
}

.font14{
    font-size: 1.4rem !important;
}

.dropdown-menu button {
    color: #253237;
}


/* Fix some bootstrap issues */
span.hidden-xs,span.hidden-sm,span.hidden-md,span.hidden-lg {display: inline;}

.nav-tabs {
    margin-bottom: 15px;
}

.nav-tabs li a {
    padding: 10px 25px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.pt-block {
    text-align: center;
}

.pt-block .image,
.pt-block .image>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.static-sidebar {
    margin-bottom: 30px;
}

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #1f608d;
    /* background-color: rgba(153, 209, 36, 0.9); */
}

.bold{
    font-weight: bold !important;
}

.border-radius-10{
    border-radius: 10px !important;
}

.border-radius-20{
    border-radius: 20px !important;
}

.bold-blue{
    color: #28527a !important;
}

.bg-bold-blue{
    background-color: #28527a !important;
}

.bd-bold-blue{
    border: 1px solid rgba(40,82,122,0.7) !important;
}

.light-blue {
    color: #3381d3 !important;
}

.bg-light-blue{
    background-color: #3381d3 !important;
}

.light-blue-bg{
    background-color: #3381d3 !important;
}

.button-border-hover{
    border-radius: 20px !important;
    background-color: #3381d3 !important;
    color: #fff !important;
}

.button-border-hover:hover{
    border: 1px solid rgba(51,129,211,0.3) !important;
}

.button-border-red{
    border-radius: 20px !important;
    background-color: #d4583e !important;
    color: #fff !important;
}

.button-border-red-hover{
    border-radius: 20px !important;
    background-color: #d4583e !important;
    color: #fff !important;
}

.button-border-red-hover:hover{
    border: 1px solid rgba(215,88,62,0.3) !important;
}

.bg-light-blue-opacity{
    background-color: rgba(51,129,211,0.3) !important;
    border-radius: 20px !important;
}

.bg-light-blue-opacity th{
    color: #28527a !important;
}

.border-gray{
    border: 1px solid #cccccc !important;
}

.blue-hover{
    color: #3381d3 !important;
    border: 1px solid rgba(51,129,211,0.6) !important;
}

.blue-hover:hover{
    color: #fff !important;
    background-color: #3381d3 !important;
    border: 1px solid rgba(51,129,211,0.3) !important;
}

.el-select-dropdown__item.selected{
    color: #3381d3 !important;
}

#offcanvas-right-cart .select-wrap i.bi-check-circle-fill{
    color: #3381d3 !important;
}

#offcanvas-right-cart .to-checkout.disabled,
#offcanvas-right-cart .to-inquiry:disabled,
#offcanvas-right-cart .to-inquiry.disabled {
    pointer-events: none;
    opacity: 0.55;
    cursor: not-allowed;
}

#offcanvas-right-cart .top-footer {
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

#offcanvas-right-cart .top-footer .total-info {
    max-width: 75%;
    word-break: break-word;
}

.sidebar-widget li.active>a{
    color: #3381d3 !important;
}

.page-categories .ui-widget-content .ui-widget-header{
    background: #3381d3 !important;
}

.page-categories .ui-widget-content .ui-slider-handle{
    background: #3381d3 !important;
}

.product-wrap .product-price .price-new{
    color: #3381d3 !important;
}

.page-categories .children-wrap a:hover {
    color: #3381d3 !important;
}

.page-categories .style-wrap label.active svg {
    fill: #3381d3 !important;
}

.padding-none{
    padding: 0 !important;
}

#top {
    border: 0 solid rgba(31, 45, 61, 0);
    box-shadow: 0 0px 5px 0 rgba(31, 45, 61, .1);
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
    color: rgba(31, 45, 61, .5);
    background: #253237;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    color: #253237;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #1f608d;
    /* background-color: #e5e5e5; */
}

#top .btn-link,
#top-links li,
#top-links a {
    font-weight: 400;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #309eff;
}

#top-links .dropdown-menu a {
    text-shadow: none;
    color: #253237;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none !important;
}

#top-links .dropdown-menu a:hover {
    color: #309eff;
}


#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}
.list-inline .strong{ font-weight: 700 !important; }
header {
    margin: 0px 0px 20px 0px;
    padding-top: 20px;
    background-color:rgba(19, 63, 108, 0.9);
    position: fixed;
    top: 0px;
    z-index: 120;
    width: 100%;
}

/* search */

#search {
    margin-bottom: 10px;
}
#search .input-lg {
    height: 36px;
    line-height: 26px;
    padding: 0 10px 0 3rem;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border: 2px solid #1f608d;
    background: url(../image/search.png) 0.7rem 0.7rem no-repeat;
    background-size:2rem;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000000;
}

#search .btn-lg {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 35px;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    color: #fff;
    background: #1f608d;
    border-color: #1f608d;
    margin-left: -3px;
}

#search .btn-lg i {
    color: #fff;
    font-size: 18px;
}

#cart>.btn {
    color: #ffffff;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.4rem;
}

#cart>.btn-cart:before {
    font-size: 2.8rem;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    content: "\e6b2";
    font-family: "iconfont" !important;
    margin-right: 10px;
}

#cart>.btn:hover {
    color: #309eff;
}

#cart>.btn:hover:before {
    color: #1f608d;
}

#cart #cart-total {
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}

#cart #cart-total b {
    margin-left: -20px;
    background-color: #1f608d;
    border-radius: 50%;
    color: #fff;
    padding: 3px 7px;
}

#cart #cart-total .text-item {
    display: none;
}

#cart .text-cart {}

#cart {
    margin-bottom: 10px;
}

#cart.open>.btn-inverse {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn-inverse:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }

}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }

}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

.container2 {
    margin: 0 0 10px 0;
    padding: 8px 0;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    color: rgba(31, 45, 61, .5);
    border: 0 solid rgba(31, 45, 61, 0);
    box-shadow: 0 5px 5px 0 rgba(31, 45, 61, .1);
    /* margin-bottom: 1rem; */
}

.container {
    /*background: #ffffff;
    border-radius: 2rem;
    padding: 1rem;*/
    /* margin-top: 1rem; */
}

.container3 {
    background: #ffffff;
    border-radius: 2rem;
    padding: 1rem;
    margin-top: 1.5rem;

}
.containerp {
    background: #ffffff;
    border-radius: 2rem;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.containerp .panel {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
}
.containerp .panel-heading {
    background-color: #3381d3;
    padding: 1.2rem 1.5rem;
    border-radius: 30px !important;
    margin-bottom: 15px;
    text-align: center;
}

@media (max-width: 765px){
    .containerp .panel-heading{
        padding: 0.8rem 1.5rem !important;
    }
}

.containerp .panel-title {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.containerp .panel-body {
    padding: 1.5rem;
    background: #fafafa;
}

.containerp .panel-body h3 {
    color: #309eff;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    display: inline-block;
}
.containerp .panel-body p {
    color: #5a5a5a;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 0 1rem 0;
}
.containerp .panel-body .rich-text-editor-content {
    color: #5a5a5a;
}
.containerp .panel-body .rich-text-editor-content p {
    margin-bottom: 1rem;
}

.breadcrumb {
    text-align: left;
   /* background: linear-gradient(to right, #f6f5f0, #1f608d);*/
    /*background: url(../image/bkg_breadcrumbs.jpg) center no-repeat;*/
    background-size: 100% 100%;
    padding: 5px 0px 5px 20px;
    background-size: cover;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb.has-image {
    position: relative;
    border: 0;
}

.breadcrumb.has-image>.container {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
}

.breadcrumb.has-image .container-inner {
    padding: 0;
}

.breadcrumb .container-inner {}

.breadcrumb a,
.breadcrumb i {
    font-size: 1rem;
    text-transform: capitalize;
    margin: 0;
    margin-top: 7px;
    color: #666666;
}

.breadcrumb .breadcrumb {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .breadcrumb.has-image>.container {
        top: 10%;
    }
    .breadcrumb.has-image .category-image .img-thumbnail {
        min-height: 25rem;
        object-fit: cover;
    }
    .breadcrumb-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .breadcrumb-wrap::-webkit-scrollbar {
        display: none;
    }
    .breadcrumb {
        padding: 10px 15px;
        white-space: nowrap;
        word-wrap: normal;
        display: inline-block;
        float: none;
    }
    .breadcrumb a,
    .breadcrumb i {
        font-size: 1.4rem;
        text-transform: capitalize;
        margin: 0;
        vertical-align: middle;
    }
    .breadcrumb .breadcrumb-item {
        display: inline-block;
        white-space: nowrap;
        vertical-align: middle;
    }
    .breadcrumb .breadcrumb-item a,
    .breadcrumb .breadcrumb-item span {
        display: inline;
        white-space: nowrap;
    }
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '/';
        display: inline-block;
        margin: 0 8px;
        color: #999;
        font-size: inherit;
        vertical-align: middle;
        float: none;
    }
}

.index-home{ display: none; }
/*闄勫姞*/

#n_mian {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    overflow: hidden;
}

.m1360 {
    max-width: 1360px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.m1440 {
    max-width: 1440px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.m1600 {
    max-width: 1600px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.m1689 {
    max-width: 1689px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.m1900 {
    max-width: 1900px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.pad_top {
    padding-top: 2rem;
}

.pad_bot {
    padding-bottom: 2rem;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media (min-width:768px) {
    #menu {
        width: 750px;
        margin: 0px auto;
    }
}

@media (min-width:992px) {
    #menu {
        width: 970px;
        margin: 0px auto;
    }

}

@media (min-width:1200px) {
    #menu {
        width: 1170px;
        margin: 0px auto;
    }
}

@media (min-width:1600px) {
    #menu {
        width: 1440px;
        margin: 0px auto;
    }
}

@media (min-width: 1920px) {
    #menu {
        width: 1600px;
        margin: 0px auto;
    }
}

#menu {
    min-height: 50px;
}

#menu .nav>li>a {
    color: #ffffff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);*/
    padding: 15px;
    min-height: 1.7;
    background-color: transparent;
    font-size: 1.6rem;
    z-index: 1;
   /* font-weight: bold;*/
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.1);*/
}

#menu .nav>li>a:before {
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: -15%;
    background-color: #1f608d;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    border-radius: 10% 10% 0 0;
    color: #fff;
}

#menu .nav>li>a:hover:before {
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0%;
    color: #fff;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    border: 0 solid rgba(31, 45, 61, 0);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    background: rgba(255,255,255,0.9);
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 240px;
    display: block;
    padding: 3px 10px;
    clear: both;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
}

#menu .dropdown-inner li a:hover {
    color: #1f608d
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ccc;
    /*background-color: #343a40;
	background-image: linear-gradient(to bottom, #343a40, #42474c);
	background-repeat: repeat-x;*/
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #343a40;
    padding: 2px 18px;
    float: right;
    background-color: #e5e5e5;
    /*background-image: linear-gradient(to bottom, #343a40, #42474c);
	background-repeat: repeat-x;
	border-color: #42474c #42474c #343a40;*/
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #f1f2f3;
    background-color: #e5e5e5;
}
#menu .nav .vf-a-icon:after{ color:#ffffff; }
.navbar-collapse{ padding-left: 0px; }
.header-phone {
    position: absolute;
    right: 3rem;
    top: 0;
}
/*浜岀骇鑿滃崟*/
.dropdown-submenu {position: relative;}
.dropdown-submenu .dropdown-menu-submenu {
position: absolute;
display: none;
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
background:rgba(255,255,255,0.9);
}
.dropdown-submenu .dropdown-menu-submenu ul {height: auto; padding: 0px; margin: 0px}
.dropdown-submenu .dropdown-menu-submenu ul li{ float: left; height: 35px; list-style-type: none; }
.dropdown-submenu:hover > .dropdown-menu-submenu {display: block;}

.header-phone .inner-inner {
    padding-left: 43px;
    background: url(../image/icon_header_phone.png) left center no-repeat;
    text-align: left;
}

.header-phone p {
    color: #555;
    line-height: 1;
    margin-bottom: 0;
}

.header-phone span {
    font-weight: 700;
    color: #253237;
    line-height: 1.8rem;
    white-space: nowrap;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .row .col-lg-3,
    .col-md-3,
    .col-sm-6,
    .col-xs-6 {
        padding-right: 5px;
        padding-left: 5px;
    }
    #menu {
        border-radius: 4px;
        margin-bottom: 5px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #253237;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background-color: rgba(153, 209, 36, 0.9);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #253237;
    }
}


/*common-home*/
#common-home{
    margin-top: -15rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 80;
}
#common-home .row{ margin: 0px;width: 100%; }
#common-home .row .col-sm-12{ margin: 0px;width: 100%; padding: 0px;}

/* content */

#content {
    min-height: 600px;
    color: #666;
    line-height: 25px;
    /*background-color: #FFF;*/
}

#content2 {
    min-height: 300px;
}

.product-module__title {
    margin-bottom: 2rem;
    /* margin-top: 5rem; */
}

footer{
    background: #133f6c !important;
}
/* footer */

.footer-contact-us .content {}

footer .newsletter-title p{
    color: #b4b4b4 !important;
}

.footer-contact-us .content>div.phone:before {
    content: "\f4b8";
}

.footer-contact-us .content>div.email:before {
    content: "\f422";
}

.footer-contact-us .content>div label {
    color: #1f608d;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 6px;
}

.footer-contact-us .content>div p {
    margin: 0;
    line-height: 1;
    color: #777777;
}

@media (max-width: 991px) {
    .social-group .inner {
        grid-template-columns: 100%;
    }
    .header-phone {
        display: none;
    }
}

@media (max-width: 640px) {
    .footer-contact-us .content {
        grid-template-columns: 100%;
    }
}

footer {
    background: #133f6c;
    margin-top: var(--rowspace);
    color: #ffffff;
    overflow: hidden;
}

.payment { margin: 2rem 0; }

.payment img {
    /*width: 25rem*/
}

@media (max-width:991px) {
    .payment {
        text-align: center;
        float: none;
        padding: 10px 0;
    }
    .payment img {
        margin: auto;
    }
    .layer-category #column-left,
    .layer-category #column-right {
        position: fixed;
        left: 0;
        top: 0;
        width: 88%;
        height: 100%;
        max-width: 37.5rem;
        z-index: 555;
        overflow: auto;
        background: #fff;
        padding: 2rem;
        display: none;
    }
    .layer-category #content {
        width: 100%;
    }
    .product-info-details-more {
        margin-top: 4rem;
    }
    .newsletter-popup {
        display: none !Important;
    }
    .product-info-details #product .btn-group {
        float: left;
    }
}


.social-block label {
    text-transform: uppercase;
    color: var(--heading-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 11px;
}

.social label {
    color: #fff;
    margin: 0;
    line-height: 3.8rem;
    font-size: 1.4rem;
    margin-right: 1rem;
    display: none;
}

.social a {
    display: inline-block;
    vertical-align: top;
    font-size: 2.4rem;
    color: #309eff;
    margin-right: 6px;
    text-align: center;
    border: 0;
    font-weight: 400;
    width: 30px;
}

.social a:hover {
    color: #1f608d;
}

.social a:last-child {
    margin-right: 0;
}

.alert {
    padding: 8px 14px 8px 14px;
}

html[dir=rtl] .breadcrumb>li::after {
    top: -3px;
    left: -5px;
    width: 26px;
    height: 26px;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    right: unset;
    border-right: unset;
    border-bottom: unset;
}

.pagination {
    margin: 0;
}

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    font-weight: 500;
}
.btn span{
font-weight: 600;
    }

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #343a40, #42474c);
    background-repeat: repeat-x;
    border-color: #42474c #42474c #343a40;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    /*background-color: #343a40;
    background-position: 0 -15px;*/
    border-color: #0b0b0b;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: rgba(31, 45, 61, .5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;*/
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    /*background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);*/
}


/* list group */

.containerp_right tr {
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    color: rgba(31, 45, 61, 1);
    display: block;
    border-width: 1px;
    float: left;
    width: 100%;
    border:solid 1px #5c8abb;
    margin-top: 0.5rem;
    vertical-align: middle;
}

.containerp_right i{background:#5c8abb; float: left; height: 5rem; width: 5rem; font-size: 32px; color: #fff; padding: 0.8rem; }
.containerp_right a{float: left;height: 5rem;border-radius:0; font-size: 13px;  padding: 1rem 0.5rem; color:#777;  }
.containerp_right tr.active,
.containerp_right tr.active:hover,
.containerp_right tr:hover {
    color: #ffffff;
    background: #5c8abb;
}
.containerp_right tr.active a,
.containerp_right tr.active:hover a,
.containerp_right tr:hover a{
    color: #ffffff;

}
.containerp_right tr.active i,
.containerp_right tr.active:hover i,
.containerp_right tr:hover i{
    background:#143f6c;

}
.containerp_right{ background: #ffffff;
    border-radius: 2rem;
    padding: 1rem;}
.containerp_right h4{ line-height: 35px; font-size: 18px; font-weight:bold; border-bottom: solid 1px #dfdfdf; }
.containerp_right .login{ border-radius: 5px; background:#143f6c; border:none; color: #fff; padding: 0.4rem 1rem; width: 6rem; }
.containerp_right .post_details{ width: 100%; display: block;float: left; }
.containerp_right .caption h5{ font-size: 14px; font-weight: bold; }
.containerp_right .caption a{ display: block; height: auto; }
.containerp_right p{ width: 100%; float: left; }
/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */
.product-layout{ float:left;
padding: 0.7rem;
}
.product-thumb {
    border: 1px solid #fff;
   /* margin-bottom:2.8rem;*/
    overflow: auto;
    padding-top: 0;
    border-radius: 1rem;
    box-shadow: 4px 4px 10px 4px rgb(0 0 0 / 10%);
     font-size: 12px;
}

/*.product-thumb:hover {
    border: 1px solid #1f608d;
}*/

.product-thumb .image {
    text-align: center;
    padding: 0px;
    margin: 0px;
    display: block;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;

}

.product-thumb .caption1 {
    padding: 0 20px;
    height: auto;
}

.product-thumb .caption {
    /*text-align: center;*/
    padding: 0 1rem;
    min-height: 80px;
    margin-top: 10px;
}

.product-list .product-thumb .caption {
    margin-left: 360px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 80px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }

    .block-title .title{
        font-size: 1.4rem !important;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 0px;
    font-weight: bold;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    text-align: right;
    float: right;
    /* display: block; */
}

.product-thumb .button-group {
   /* border-top: 1px solid #eff2f7;
    background-color: #eff2f7;*/
    overflow: auto;
    padding: 0.5rem 0.8rem 1.3rem 1rem;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #eff2f7;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }

    .product-thumb .caption1 p {
        display: none;
    }
    .product-thumb .caption p {
        display: none;
    }
}

.product-thumb .button-group button {
    min-width: 5rem;
    border: none;
    display: inline-block;
    float: left;
    background-color: #3381d3;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 3rem;
}

.product-thumb .button-group span {
    font-size: 1rem;
    color: #fff
}

.product-thumb .button-group button+button {
    /* width: 20%; */
    border-left: 1px solid #ddd;
}


@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

.contact {
    height: 160px;
    position: relative;
    z-index: 1;
    padding: 0px;
    margin: 10px auto;
    border-bottom:dashed 1px #b8b8b8;


}

.contact-container{ background: #fff;margin-top: 100px; margin-bottom: 0px;}
.contact .img{ width:25%; float: left; text-align: center; vertical-align: middle;padding: 1.2rem }
.contact .info {
    font-size: 12px;
    color: #444;
    height: 100%;
    width: 75%;
    background: rgba(255, 255, 255, .85);
    margin: 0px;
    padding: 10px;
    line-height: 22px;
    float: left;
}
.contact .info span{font-size:1.5rem;
    width: 40%; float: left; margin-top: 1rem;}
.contact .info .address{ width: 60%; float: left; padding-left: 0.6rem; font-size: 1.3rem;}

.contact .info h4 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 0px;
}

.contact .info a {
    color: #0371b0
}
.contact .info i{ height:1rem; width: 100%; background:#fff url(../image/right-1.png) top center no-repeat;background-size: 100%; display: block; margin-top: 1rem; }

/*鑱旂郴*/
.contact_banner{ background:#143f6c url(../image/contact_banner.jpg) top center no-repeat;  background-size: 100%;
   width: 100%;
    height: 40vw; display: block; position: relative;
    z-index: 99; }
.contact_banner .tt {
    margin-bottom: 1.8rem;
}
.contact_banner .pad_bottom{position:absolute; bottom: 0px;left: 0px;width: 100%; height: 10rem; background: #143f6c; }
.contact_banner .tt{ background: #000; display: block; height: 100%;text-align: right; margin-top: 1rem}
.contact_banner .tt h1{
    font-size: 2.875rem;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5rem;
    padding: 3rem
}
.contact_banner-foot{ color: #fff; display: block; margin-top: 2rem;}
.contact_banner-foot i{ font-size: 2.3rem }
.contact_banner-foot .phone{ font-size: 2.3rem; text-align: center; }
.contact_banner-foot .address{ font-size: 1.5rem; line-height: 2.3rem; text-align: left; }
.article input,textarea{ border-radius: 2rem;border: solid 1px #ffffff; }
.article legend{ display:none; }


/* fixed colum left + content + right*/

@media (min-width: 768px) {

    /* #content .col-sm-6 {
        width: 100%;
        float: left;
    } */
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
    margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
    float: right;
}

html[dir=rtl] #cart .dropdown-menu {
    left: 0;
    right: auto;
}

@media (min-width: 768px) {
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    html[dir=rtl] .navbar-nav>li {
        float: right;
    }
}

.learn-more-bar {
    text-align: center;
    padding: 1.4rem 0 0;
}

.company-synopses {
    position: relative;
  /*  width: 100%;*/
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 12px 10px;
    margin-top: 5rem;
    background: #fff;
    border-radius: 2rem;
}

.company-synopses ul {
    padding: 2.5em 0;
    margin: 0 -.15rem;
    height: auto;
    display: inline-block;
}

.synopsis-item {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    margin: 0 0 .3rem;
    list-style-type: none;
}

.synopsis-item .item-wrap {
    position: relative;
    padding: 0 .15rem;
}

.synopsis-item .item-img {
    position: relative;
    display: block;
    /*width: 100%;*/
    max-width: 8rem;
    margin: 0 auto;
    border: 1px solid rgba(37,50,55,0.3) !important;
    border-radius: 50%;
}

.synopsis-item .item-img img {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
}

.synopsis-item .item-info .item-title {
    position: relative;
    font-size: 1.6rem;
    padding: 0 0 .12rem;
    font-size: 1.6rem;
    text-transform: capitalize;
    color: #253237;
}

.synopsis-item .item-info .item-des {
    width: 80%;
    text-align: center;
    margin: 0px auto;
    line-height: 1.8rem;
    font-size: 1.3rem;
    color: #888;
}

.synopsis-item .item-info .item-title,
.synopsis-item .item-info .item-title a {
    font-size: 1.6rem;
    font-weight: bold;
}

.synopsis-item .item-img:hover {
    animation: icojump 1s ease;
}

@media (max-width: 768px) {
    .synopsis-item {
        position: relative;
        width: 50%;
        float: left;
        text-align: center;
        margin: 0 0 .3rem;
        list-style-type: none;
    }
    .synopsis-item .item-info .item-des {
        width: 100%;
        text-align: center;
        margin: 0px auto;
        font-size: 1.4rem;
    }
}

@-webkit-keyframes icojump {
    0% {
        -webkit-transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes icojump {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.section-wrapper {
    padding: 2rem 1rem;
}

.explore-category-wrapper {
    padding: 30px;
    border: 1px solid #f1f2f3;
    background-color: #fff;
}

.bg-grey {
    /*background-color: #f6f6f6;*/
}

.container .h1 {
    padding-bottom: 1rem;
    margin: auto;
    font-size: 21px;
    text-align: center;
}

.h1.dark {
    color: #333;
}

.explore-category-wrapper>.d-flex {
    flex-wrap: wrap;
    transition: all .3s linear;
}

.d-flex {
    display: flex !important;
    align-items: baseline;
}

.section-wrapper {
    padding: 40px 20px
}

@media (max-width:1024px) {
    .section-wrapper {
        padding: 30px 15px
    }
}

.explore-category-wrapper>.d-flex {
    flex-wrap: wrap;
    transition: all .3s linear
}

.explore-category-wrapper a {
    text-decoration: none
}

.explore-category-wrapper img {
    display: block;
    transition: all .3s linear;
    width: 100%;
    filter: brightness(.7);
    -webkit-filter: brightness(.7)
}

@media (max-width:1024px) {
    .explore-category-wrapper img {
        filter: brightness(.7);
        -webkit-filter: brightness(.7)
    }
}

.site_container .menu_container .ubermenu .ubermenu-nav li.ubermenu-item-has-children .ubermenu-custom-content .blog {
    padding: 0;
    margin: 0;
}

.site_container .ubermenu-custom-content li.post {
    float: left;
    margin-bottom: 0;
}

.post {
    float: left;
    /*margin: 10px 0.5% 10px 0.5%;*/
}

.post:first-child {
    margin-left: 0;
}

.post .post_image {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    padding-top: 10px;
}

.post_details,
.blog {
    list-style: none;
    padding: 0;
}

.blog.small .post .post_image,
.blog.big .post_image {
    margin-bottom: 0;
}

.blog.small_margin .post .post_image,
.vc_col-sm-8 .vc_col-sm-4 .blog.three_columns .post .post_image {
    margin-bottom: 15px;
}

.blog.small .post_image {
    margin-right: 20px;
}

.blog.big.horizontal_carousel .post_image,
.vc_col-sm-8 .vc_col-sm-6 .blog.big .post_image,
.vc_col-sm-4 .blog.big .post_image {
    margin-bottom: 20px;
}

.blog .author_row {
    clear: both;
    float: left;
    margin: 10px 0;
}

.blog .author_by,
.blog .author {
    color: #ABABAB;
    font-size: 13px;
}

.post img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0s;
}

.post .text img {
    width: auto;
}

.post a:hover img {
    opacity: 0.8;
    transition: opacity 0.4s ease-in-out 0s;
}

.post h2 {
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.post .with_number a {
    float: left;
    width: 96%;
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* 限制2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.vc_col-sm-8 .vc_col-sm-4 .blog.three_columns h2 {
    font-size: 16px;
    line-height: 140%;
}

.blog.small .post .with_number a,
.vc_col-sm-8 .vc_col-sm-4 .blog.three_columns .post .with_number a {
    width: 160px;
}

.vc_row .wpb_column .blog .post .with_number a.comments_number {
    float: right;
    position: relative;
    width: auto;
    font-family: 'Arial';
    font-weight: bold;
    background: #F0F0F0;
    color: #7C7C7C;
    font-size: 12px;
    line-height: 1;
    padding: 8px 11px 9px;
    margin-top: 6px;
}

.blog.small_margin .post a.comments_number {
    margin-top: 0;
}

.blog.small .post a.comments_number {
    margin-top: 3px;
}

.footer .post a.comments_number {
    background: #42494F;
    color: #9DA4AB;
}

.vc_row .wpb_column .blog .post .with_number .comments_number:hover,
.footer .post .comments_number:hover {
    background: #ED1C24;
    color: #FFF;
}

.post .arrow_comments {
    content: '';
    display: inline;
    position: absolute;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: #F0F0F0 transparent;
    right: 0;
    bottom: -5px;
}

.footer .post .arrow_comments {
    border-color: #42494F transparent;
}

.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments {
    border-color: #ED1C24 transparent;
}

.post h5,
.site_container .menu_container .ubermenu .ubermenu-nav li .ubermenu-custom-content li.post h5 a {
    clear: both;
    color: #FFF;
}

.post h5.page_margin_top_section {
    margin-top: 50px;
}

.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content li.post:hover,
.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content li.post li:hover {
    background: transparent;
}

.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content .blog li.post a {
    height: auto;
    background: none;
    padding: 0;
    border-right: 0;

}

.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content li.post h2 {
    font-size: 14px;
}


.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content li.post h2 a:hover,
.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content li.post h5 a:hover {
    text-decoration: underline;
}

.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content .blog li.post .post_content p {
    color: #d7dce0;
}

span.number,
span.odometer.number {
    color: #888888;
   /* font-family: 'Roboto Condensed';*/
    font-size: 24px;
    font-weight: 300;
    padding: 4px 8px 5px 0;
    visibility: visible;
}

.post h5,
.vc_col-sm-8 .vc_col-sm-4 .blog.three_columns h2,
.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content li.post h2,
.site_container .menu_container .ubermenu .ubermenu-nav .ubermenu-custom-content li.post h5 {
    margin-bottom: 14px;
}

.post h5 .number {
    float: left;
}



.post .post_details {
    clear: both;
    float: left;
}

.post .post_details+p {
    clear: both;
    float: left;
    margin-top: 11px;
    height: 10rem;
    text-align: left;


}

.post_details li {
    float: left;
    font-family: arial;
    font-size: 12px;
}

.post_details li.category {
    font-weight: bold;
    background: #133f6c;
    padding: 6px 15px 6px 14px;
    color: #FFF;
}

.post_details li.category a {
    color: #FFF;
}

.post_details li.date {
    color: #7C7C7C;
    border: 1px solid #E9E9E9;
    border-left: none;
    padding: 6px 14px 6px 13px;
}

.post_details li.date.full_border {
    border-left: 1px solid #E9E9E9;
}

.post ul.post_details.simple {
    position: static;
    background: none;
}

ul.post_details.simple li {
    background: none;
    padding: 0;
}

.post ul.post_details.simple li.category,
ul.post_details.simple li.category {
    margin-right: 10px;
}

.post ul.post_details.simple li.date,
ul.post_details.simple li.date {
    border: none;
}

.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a {
    color: #ED1C24;
}

.post-476 {
    width: 24%;
    float: left;
    border-bottom: solid 3px #fbc000;
}
.post-476:hover{  border-bottom: solid 3px #133f6c; }

.box_header,
.widgettitle {
    /* background: #F0F0F0;
    border-left: 3px solid #23527c; */
    padding: 9px 15px 10px;
    font-size: 22PX;
    font-weight: bold;
    font-family: "Brandon Grot W01 Light" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

.vc_row {
    margin-left: 0;
    margin-right: 0;
}

.read_more {
    position: relative;
    display: block;
    height: 29px;
    clear: both;
    float: left;
    color: #25282A;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 12px;

}
.read_more:hover{ color: #133f6c; }

.read_more.page_margin_top {
    margin-top: 30px;
}

.read_more.page_margin_top_section {
    margin-top: 50px;
}
.read_more i{display: block;
    line-height: normal;
    margin-top: 7px;
    position: relative;
    float: left;
}
.read_more span {
    display: block;
    line-height: normal;
    margin-top: 7px;
    position: relative;
    float: left;
}

.read_more .arrow {
    position: absolute;
    width: 20px;
    height: 5px;
    margin-left: 0;
    background: #1f608d;
    margin-top: 0;
}

.ad-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.ad-masks {
    width: 80rem;
    height: 50rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ad-masks video {
    width: 100%;
    height: 100%;
}

.about_close {
    position: absolute;
    right: -6%;
    top: -1%;
    width: 6rem;
    height: 6rem;
    padding: 2rem;
    cursor: pointer;
    transition: all 1s;
}

.about_close:hover {
    transform: rotate(180deg);
}

.explore-category-wrapper .middle {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center
}

.explore-category-wrapper .cat-name {
    display: block;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s linear
}

.explore-category-wrapper .cat-name.light {
    color: #fff
}

.explore-category-wrapper .cat-name.dark {
    color: #333
}

.explore-category-wrapper .shop-now-btn {
    border: 1px solid #273444;
    background-color: #273444;
    color: #f1f2f3;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .3s linear;
    box-shadow: 0px 0px 10px #969696;
    margin-top: 33%;
}

.explore-category-wrapper .explore-cat-item {
    position: relative;
    width: 25%
}

@media (max-width:1024px) {
    .explore-category-wrapper .explore-cat-item {
        width: 50%
    }
    .ad-masks {
        width: 60rem;
        height: 40rem;
    }
    .panel-body .col-xs-6 {
        width: 100%;
    }
    .post-476 {
        width: 49%;
        float: left;
    }
}

@media (max-width:767px) {
    .explore-category-wrapper .explore-cat-item {
        width: 100%;
        margin-bottom: 15px
    }
    .ad-masks {
        width: 30rem;
        height: 18rem;
    }
    .tab-pane .con {
        width: 100%;
    }
    .pad_top {
        padding-top: 2rem;
    }
    .pad_bot {
        padding-bottom: 2rem;
    }
    .post-476 {
        width: 100%;
        float: left;
    }
   #common-home{ margin-top:-6rem;}
}

.explore-category-wrapper .explore-cat-item .middle {
    position: absolute;
    top: 5%;
    left: 5%;
    bottom: 5%;
    right: 5%;
    border: 1px solid #fff;
    transition: all .3s linear;
    opacity: 0
}

.explore-category-wrapper .explore-cat-item .cat-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px #a0bada;
}

@media (max-width:1024px) {
    .explore-category-wrapper .explore-cat-item .cat-name {
        font-size: 26px
    }
}

@media (min-width:1025px) {
    .explore-category-wrapper .explore-cat-item:hover .middle {
        opacity: 1
    }
    .explore-category-wrapper .explore-cat-item:hover .cat-name {
        top: 33%;
        color: #f1f2f3;
        /* border: 1px #fff solid; */
    }
    .explore-category-wrapper .explore-cat-item:hover img {
        filter: brightness(.98);
        -webkit-filter: brightness(.98)
    }
}

button .fa-heart {
    color: #ff4544
}

button .fa-exchange {
    color: #1f608d
}

.about_banner{ background:#143f6c url(../image/banner-about.jpg) top center no-repeat;  background-size: 100%;
   width: 100vw;
    height: 35vw; display: block; position: relative;
    z-index: 99; }
.about_banner .tt {
    margin-bottom: 1.8rem;
}
.about_banner .pad_bottom{position:absolute; bottom: 0px;left: 0px;width: 100%; height: 10rem; background: #143f6c; }
.about_banner .tt{ background: #000; display: block; height: 100%;text-align: right; margin-top: 1rem}
.about_banner .tt h1{
    font-size: 2.875rem;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5rem;
    padding: 3rem
}

.n_about {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    width: 100%;
    margin: 3rem auto;
}
.n_about h3{
    font-size: 25px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    line-height: 38px;
}
.n_about h3:after{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: #72bf44;
}
.n_about .txt {
    position: relative;
    z-index: 99;
}

.n_about .txt .tt {
    margin-bottom: 1.8rem;
}

.n_about .txt .tt span {
    font-size: 2.875rem;
    color: #1f608d;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5rem;
}

.n_about .txt .tt h3 {
    font-size: 1.875rem;
    color: #333;
    font-weight: bold;
}

.n_about .con {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
}

.n_about .con p {
    margin-bottom: 1rem;
}
.n_about_txt .tt{
    text-align:center;
}
.n_about_txt .tt h2{
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    border:solid 1px #ccc;
    width: 12rem;
    margin: 10px auto;
    padding: 2px 5px;
}
.n_about_txt .tt h3{
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;

}
.n_about_txt .tt i{ color: #444; font-size: 18px}

.n_about_txt .tt .team{ font-size: 14px; color:#222; line-height: 30px; }

.n_about_txt .article{ background: #f4f4f4; padding: 1rem;color: #333; border-radius: 10px;}
.about-container{ background: #fff;margin-top: 0px; margin-bottom: 0px; padding: 0px; }
.n_about .pic img{ width: 100%; border-radius: 20px;}


.n_shuzi {
    margin-top: 1rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
}

.n_shuzi ul {
    max-width: 608px;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
}

.n_shuzi ul li {
    text-align: center;
    list-style-type: none;
}

.n_shuzi ul li h5 {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 18px;
}

.n_shuzi ul li p {
    font-size: 1rem;
    color: #ffffff;
}

.n_ys {
    background: #fff;
    padding: 2.25rem 4rem;
    margin-right: -8rem;
    padding-right: 8rem;
}

.n_ys ul {
    overflow: hidden;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
}

.n_ys ul li {
    text-align: center;
}

.n_ys ul li font {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
}

.n_ys ul li p {
    font-size: 1.3rem;
    color: #333;
}

.n_ys ul li:hover font {
    -webkit-animation: doudong 1s;
    -moz-animation: doudong 1s;
    animation: doudong 1s;
}

.btn_wel {
    padding: 1rem 3rem 1rem 2rem;
    background: #1f608d;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.btn_wel font {
    margin-right: 10px;
    font-size: .7rem;
    font-weight: normal;
}

.btn_wel i {
    display: inline-block;
    width: 4.187rem;
    margin-left: 10px;
}

.tab-pane {
    width: 100%;
    overflow: hidden;
}

.tab-pane.tt {
    position: relative;
    text-align: right;
    padding-right: 0;
}

.tab-pane .tt h3 {
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
    margin-bottom: .8rem;
}

.tab-pane .tt h3 span {
    color: #1f608d;
}

.tab-pane.tt p {
    font-size: 1.3rem;
    color: #333;
}

.tab-pane .tt:after {
    content: "";
    display: block;
    width: .625rem;
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    right: -1.3rem;
    background: #1f608d;
    border-radius: 2px;
}

.tab-pane.con {
    padding-left: 0;
}

.tab-pane .tt2 {
    margin-bottom: 1.6rem;
}

.tab-pane .tt2 h3 {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: .5rem;
}

.tab-pane .tt2 span {
    font-size: 1rem;
    color: #999;
}

.tab-pane .article {
    font-size: 1.3rem;
    color: #666;
    line-height: 2.5rem;
}

.tab-pane .article img {
    margin-bottom: 1.5rem;
    width: 100%;
}

/* categories sidebar */
.categories-sidebar {
    background: #ffffff;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.categories-sidebar h3 {
    background: #34b399;
    color: #ffffff;
    margin: 0;
    padding: 1rem 1.5rem;
    font-size: 36px;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    height: 125px;
}
.categories-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories-sidebar li {
    float: none;
    display: block;
    margin: 0;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    transition: background-color 0.3s ease;
}
.categories-sidebar li:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}
.categories-sidebar li:hover {
    background-color: #e8f5f2;
}
.categories-sidebar li.on {
    background: linear-gradient(to right, #34b399, #3cc2ab);
    color: #ffffff;
}
.categories-sidebar li a {
    color: #253237;
    text-decoration: none;
    display: block;
    font-weight: 500;
}
.categories-sidebar li.on a {
    color: #ffffff;
}
.categories-sidebar li::after {
    content: '>';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #34b399;
    font-weight: bold;
}
.categories-sidebar li.on::after {
    color: #ffffff;
}

.button-group-double {
    display: flex;
    width: 100%;
    flex: 1 1 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.button-group-double .btn-quick-view, .button-group-double .btn-wishlist{
    width: 50% !important;
    flex: 0 0 50% !important;
}

/* responsive design adjustments */
@media (max-width: 767px) {
    .categories-sidebar {
        margin-bottom: 20px;
    }
    .product-layout {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .product-layout {
        width: 100%;
    }
}

.standard .minus-plus {
    float: left
}

.standard .minus-plus a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    float: left;
    border: 1px solid #dadada;
    background: #ffffff;
    color: #666;
    margin-left: -1px
}

.standard .minus-plus input {
    float: left;
    width: 38px;
    height: 30px;
    border: 1px solid #dadada;
    text-align: center;
    color: #666;
    margin-left: -1px;
    outline: none
}

.thumbnail {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    /*cursor: url(../image/showScale.ico), auto;*/
}

.left_down_box {
    text-align: center;
    font-size: 1.8rem;
}

.newsbody {
    font-family: "Brandon Grot W01 Light" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFF;
}

.newsbody h1 {
    line-height: 4.5rem;
}

.newsbody p {
    line-height: 3.2rem;
    font-size: 1.8rem;
}

.product-module__title {
    font-family: "Brandon Grot W01 Light" !important;
    font-size: 22px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}


/*棣栭〉椋庢牸*/

.block-title {
    margin-bottom: 23px;
    margin-top: calc(var(--rowspace) - 4px);
    position: relative;
    text-align: center;
}

.block-title .title {
    font-size: 33px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    color: #253237;
    font-weight: 700;
    line-height: 1;
    padding: 0.2rem 1rem;
}

.block-title .title+p {
    margin-bottom: 0;
    margin: auto;
    margin-top: 7px;
}

.block-title p.sub-title {
    text-transform: capitalize;
    margin-bottom: 0.4rem;
}

.block-title+.pt-content {}

.special-categories-module {
   margin-top: 3rem;
   /*display: inline-block;*/
    position: relative;
    /*padding: 20px;*/
}
.special-categories-module::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(19, 63, 108, 1);
}
.special-categories-module .swiper-wrapper{ padding-bottom:8rem }
.special-categories-module .swiper-wrapper .swiper-slide{ padding:0px 0.5rem;  }
.special-categories-module .block-title {}
.special-categories-module .product-module-content{
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2rem;
    padding: 0.8rem;
    width: 100%;
    height: auto;
    display: inline-block;

}
.special-categories-module .caption h3,.special-categories-module .caption h3 a{ color:#ffffff;

}
.special-categories-module .swiper-viewport {}

.special-categories-module .category-content {
   /* position: relative;
*/    text-align: center;
}
.special-categories-module .category-content .caption {
    text-align: center;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 12;
    bottom: -11rem;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.special-categories-module .category-content .caption h4 {
    margin-top: 0;
    margin-bottom: 6px;
}

.special-categories-module .category-content h4 a {
    font-size: 1.8rem;
}

.special-categories-module .category-content .total-items {
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 6px;
}

.special-categories-module .product-thumb .product-item .caption h4 a {
    text-transform: capitalize;
    font-size: 2rem;
    color: #fafafa;
    line-height: 1.5;

}

.special-categories-module .product-thumb .product-item .caption h4 a:hover {
    color: #fafafa;
}

.special-categories-module .category-content h4 a:hover {
    color: #fafafa;
}

.special-categories-module .category-content .view-more {
    color: #fafafa;
    border:solid 1px #fafafa;
    padding: 4px 8px;
}

.special-categories-module .category-content .view-more:after {
    content: "\f138";
    font-family: "FontAwesome";
    font-size: 1.6rem;
    color: #fafafa;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.special-categories-module .category-content .view-more:hover {
    color: #fafafa;
}
.featured-categories-content{ margin-bottom: 2rem; }
.featured-categories-content .product-layout{
    padding: 0.7rem;

}
.featured-categories-content .product-thumb {
    border: 0px;
    margin-bottom: 0px;
}



.category-description {
    line-height: 2rem;
    font-size: 1.4rem;
    color: #777;
}

.special-categories-module .category-content .caption .link {
    text-transform: capitalize;
    color: #1f608d;
    font-size: 1.4rem;
    display: block;
    line-height: 2rem;
}

.special-categories-module .category-content .caption .link:hover {
    text-decoration: underline;
}

.child-featured-categories {
    padding: 0;
    line-height: 2rem;
    font-size: 1.4rem;
    margin: 0;
    list-style: none;
}

.swiper-viewport .pimg-navigation>div {
    /*! display: block; */
    border: 0;
    left: 50% !important;
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
    line-height: 30px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-viewport .pimg-navigation .pimg-button-next {
    bottom: -1.4rem;
    top: auto;
    margin: 0;
}

.swiper-viewport .pimg-navigation .pimg-button-prev {
    top: -1.4rem;
    margin: 0;
}

.swiper-viewport .pimg-navigation .pimg-button-next:before {
    content: "\f105";
}

.swiper-viewport .pimg-navigation .pimg-button-prev:before {
    content: "\f104";
}

.swiper-container {
    direction: ltr !important;
}

.swiper-viewport .swiper-button-prev {
    left: 0;
}

.swiper-viewport .swiper-button-next {
    right: 0;
}

.swiper-viewport:hover .swiper-button-next,
.swiper-viewport:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-viewport:hover .swiper-button-prev.swiper-button-disabled,
.swiper-viewport:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.3 !important;
}

.swiper-pagination {
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d6d6d6;
    border-radius: 100%;
    margin: 0 8px;
    opacity: 1;
    border: 1px solid transparent;
}

.swiper-pagination-bullet:hover {
    background: #fff;
    border-color: #ee7641;
}

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.5);
    border-color: #ee7641;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: not-allowed;
    pointer-events: auto;
}

.swiper-viewport {
    border: 0;
    box-shadow: none;
    border-radius: 0;

    width: auto;
    position: relative;
    overflow: visible;
    background: transparent;
}



.pt-content .swiper-viewport .swiper-slide {
    opacity: 0;
}

.pt-content .swiper-viewport .swiper-slide-visible {
    opacity: 1;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin: 0;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #fff;
    line-height: 44px;
    color: #888888;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #1f608d;
    border-color: #1f608d;
    color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    height: auto;
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 100%;
}

.swiper-button-next:before {
    content: "\f105";
}

.swiper-button-prev:before {
    content: "\f104";
}

@media (min-width:1470px) {
    .swiper-viewport .swiper-button-prev {
        left: -7px;
    }
    .swiper-viewport .swiper-button-next {
        right: -7px;
    }
}

@media (max-width:1199px) {
    .swiper-viewport {
        margin: 0 -0.75rem;
    }
    .swiper-viewport .swiper-slide {
        padding: 0 0.75rem;
    }
}

/*.nav-style-2 .swiper-pager {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: -59px;
    width: auto;
}*/

.nav-style-2 .swiper-button-next,
.nav-style-2 .swiper-button-prev {
  /*  position: static;*/
    z-index: 9;
    width: 34px;
    height: 34px;
    line-height: 1;
    opacity: 1;
    background: transparent;
    float: right;
    color: #888888;
   /* left: auto;
    right: auto;*/
    margin: 0;
    border: 0px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*鍒嗙被婊氬姩鎸夐挳*/
.special-categories-module .swiper-button-next{position: absolute; right: -1.1rem; top:40%;}
.special-categories-module .swiper-button-prev{position: absolute; left: -1.1rem;top:40%;}
/*鎺ㄨ崘浜у搧婊氬姩鎸夐挳*/
.product-module-box .swiper-button-next{position: absolute; right: -2.8rem; top:10rem;}
.product-module-box .swiper-button-prev{position: absolute; left: -2.8rem;top:10rem;}

.nav-style-2 .swiper-button-next:before,
.nav-style-2 .swiper-button-prev:before {
    font-size: 1.8rem;
    line-height: 1;
    width: auto;
    display: block;
}

.nav-style-2 .swiper-button-next:before {
     content: "\f105";
     margin-left: 2px;
}

.nav-style-2 .swiper-button-prev:before {
     content: "\f104";
     margin-right: 2px;
}

.nav-style-2 .swiper-button-next:hover,
.nav-style-2 .swiper-button-prev:hover {
    color: #b8cde2;
    /*background: #1f608d;
    border-color: #1f608d;*/
}

.nav-style-2 .swiper-button-next.swiper-button-disabled,
.nav-style-2 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3 !Important;
}

.nav-style-2 .swiper-button-prev {
    margin-right: 10px;
}

.single-slides-featured .product-thumb{ margin-top: 5px; }

/* 琛ュ厖 */
.clear{clear:both;}
.downloadcss{border:none; margin: 10px auto; padding: 2px; width: 100%; height: auto;}
.downloadcss i{ font-size: 12px; height: 15px; width: 15px; padding: 2px; }
.downloadcss a{ font-size: 12px; padding: 2px; float:none; }
.downloadcss li{border:none; float: left; list-style-type: none; line-height: 20px;}
.product-module-box {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 2rem;
}
.news-module-box {
    position: relative;
  }
.news-module-box .block-heading{height: 10rem;position: relative; }
.news-module-box .block-title {
    position: relative;
    text-align: center;
    height: 100%;
}
.news-module-box .block-title-right{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}


.application {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #5a5a5a;
}
.panel-title .collapsed .fa{transform: rotate(180deg);}
.panel-title a{ font-size: 18px; font-weight: bold; }
#product-product h1{ font-size: 22px; margin: 10px 0px; font-weight: bold;}
#product-product .list-unstyled{ margin-top:5px; }
#product-product .btn-default{ background:none; margin-bottom: 10px; }
/*aboutus*/
.n_nav { position: relative; }
.n_nav .nav-tabs{margin:15px 0px;}
.n_nav .nav-tabs li a {
    padding: 0px 20px;
}
.n_nav a {font-weight: bold;display: inline-block;height: 50px;font-size: 1rem;float: left;line-height:50px;color: #101723;text-align: center;box-sizing: border-box;position: relative;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;cursor: pointer;}
.n_nav a strong {display: block;color: #5e5f60;position: relative;z-index: 4;height: 50px;line-height: 50px;transition: .36s ease-in-out;}
.n_nav .active, .n_nav a:hover { color: #fff; }
.n_nav a:before {content: "";width: 0;height: 5px;position: absolute;bottom: 0;left: 0;background: #1f608d;transition: 0.6s ease-in-out;background-image: -moz-linear-gradient( 6deg, rgb(93,189,205) 0%, rgb(79,182,141) 100%);background-image: -webkit-linear-gradient( 6deg, rgb(93,189,205) 0%, rgb(79,182,141) 100%);background-image: -ms-linear-gradient( 6deg, rgb(93,189,205) 0%, rgb(79,182,141) 100%);}
.n_nav .active:before, .n_nav a:hover:before { width: 100%; }
.n_nav .active strong, .n_nav a:hover strong {height: 50px;line-height: 50px;color: #1f608d;}
/*鏌ヨ搴撻〉闈�*/
.stock_box{ margin: 0px 0px 10px 0px; border-bottom:1px #dedede solid; }
.stock_box h4{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.stock_box .stock{ color: #666666; font-size: 14px }
/*鍒嗛〉缇庡寲*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{background-color: #1f608d;border-color: #1f608d;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{ color:#fff;padding: 6px 12px; background-color: #1f608d;border-color: #1f608d; }
.pagination>li>a, .pagination>li>span{ color:#1f608d;padding:6px 12px; border-radius: 4rem; margin-left: 5px;}
.pagination>li:first-child>a, .pagination>li:first-child>span{padding:6px 14px; border-radius: 4rem; }
.pagination>li:last-child>a, .pagination>li:last-child>span{padding:6px 10px; border-radius: 4rem; }
/* product */
.cate_title{ width: 100%; display: block; text-align: center; margin: 1rem auto; }
.cate_title h1{font-size: 2rem;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    color: #253237;
    font-weight: 600;
    line-height: 1;
    font-family: 'Open Sans';
    border: solid 1px #dddddd;
    padding: 0.6rem 1.5rem;}
.categories{ width: 100%;
    margin: 0px 0px 1rem 0px;
    border-bottom: dashed 2px #dfdfdf; }
.categories li{  font-size: 1.4rem;font-weight: bold;
    text-transform: capitalize;
    display: block;
    vertical-align: top;
    margin: 0;
    position: relative;
    color: #253237;
    line-height: 1;
    border: solid 1px #dddddd;
    padding: 0.8rem 1.5rem;
float: left;
border-radius: 1rem;
margin:1.6rem 0.5rem;}
.categories li.on{border: solid 1px #ef7220; background:#ef7220; color: #ffffff;}
.categories li.on a{color: #ffffff;}
.categories li:hover{border: solid 1px #ef7220; background:#ef7220; color: #ffffff;}
.categories li:hover a{color: #ffffff;}

/* 渚ц竟鏍忓垎绫绘牱寮� */
.categories-sidebar {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.categories-sidebar h3 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    background: linear-gradient(to right, #93dcc6, #1ea297, #3cc2ab);
    padding: 1rem 1.5rem;
    border-radius: 6rem 0 0 0;
}
.categories-sidebar h3 span{
    position: absolute;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
}
.categories-sidebar h3 img{

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}

.categories-sidebar ul {
    padding-left: 0;
    margin: 0;
}

.categories-sidebar li {
    float: none;
    display: block;
    margin: 0.5rem 0;
    border-radius: 4px;
    font-weight: normal;
    font-size: 1.4rem;
    border: 1px solid #dddddd;
    padding: 0.8rem 1rem;
    background: #ffffff;
}

.categories-sidebar li.on {
    background: #3cc2ab;
    border-color: #3cc2ab;
}

.categories-sidebar li:hover {
    background: #3cc2ab;
    border-color: #3cc2ab;
}

.categories-sidebar li a {
    color: #253237;
    text-decoration: none;
    display: block;
}

.categories-sidebar li.on a,
.categories-sidebar li:hover a {
    color: #ffffff;
}
.sort_by{ float: right;border: solid 1px #dfdfdf;border-radius: 2rem; margin-bottom: 0px;}
.sort_by .form-group{ margin-bottom: 0px; margin-left: -1.5rem;}
.sort_by .input-group-addon{ background:#143f6c; border: solid 1px #143f6c;border-radius: 2rem; color:#ffffff; }
.sort_by select{ border:none; }
.btn-bule{
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    height: 37px;
    border-radius: 5px;
    background-color: #fff !important;
    border-color: #033049 !important;
    color: #033049;
    transition: all ease .3s;
    font-weight: 600;
}
@media (min-width:992px) {
    .btn-bule{ font-size: 12px;}
}

.btn-bule:hover{ background:#033049 !important; color:#fff;}
.btn-bule i{ margin-right: 5px; }

.izl-rmenu{
           margin-right: 0;
           width:110px;
           position: fixed;
           left: 2px;
           top: 75%;
           z-index:999;

}

.izl-rmenu .btn_top {

    display: block;

    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.layui-layer-msg {
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 14px 20px !important;
    font-size: 14px !important;
    color: #333 !important;
    background-color: #fff !important;
    min-width: 200px !important;
}

.layui-layer-msg .layui-layer-content {
    padding: 0 !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

.layui-layer-msg .layui-layer-icon {
    margin-right: 8px !important;
    font-size: 16px !important;
}

.layui-layer.beike-layer-style {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.layui-layer.beike-layer-style .layui-layer-content {
    padding: 16px 20px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    text-align: center;
}

body .layui-layer.layui-layer-msg,
body div.layui-layer.layui-layer-msg,
html body .layui-layer-msg {
    border-radius: 16px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22) !important;
    border: none !important;
    padding: 24px 32px !important;
    font-size: 16px !important;
    color: #2c3e50 !important;
    background-color: #ffffff !important;
    min-width: 280px !important;
    max-width: 85% !important;
    overflow: visible !important;
    max-height: none !important;
    line-height: 1.8 !important;
    box-sizing: border-box !important;
}

body .layui-layer.layui-layer-msg .layui-layer-content,
body div.layui-layer.layui-layer-msg .layui-layer-content,
html body .layui-layer-msg .layui-layer-content {
    padding: 0 !important;
    line-height: 1.8 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    max-height: none !important;
    white-space: normal !important;
    word-break: break-word !important;
}

body .layui-layer.layui-layer-msg .layui-layer-icon,
body div.layui-layer.layui-layer-msg .layui-layer-icon,
html body .layui-layer-msg .layui-layer-icon {
    margin-right: 12px !important;
    font-size: 24px !important;
    flex-shrink: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body .layui-layer.layui-layer-msg .layui-layer-icon[style*="icon-1"],
body div.layui-layer.layui-layer-msg .layui-layer-icon[style*="icon-1"] {
    color: #27ae60 !important;
}

body .layui-layer.layui-layer-msg .layui-layer-icon[style*="icon-2"],
body div.layui-layer.layui-layer-msg .layui-layer-icon[style*="icon-2"] {
    color: #3498db !important;
}

body .layui-layer.layui-layer-msg .layui-layer-icon[style*="icon-3"],
body div.layui-layer.layui-layer-msg .layui-layer-icon[style*="icon-3"] {
    color: #f39c12 !important;
}

body .layui-layer.layui-layer-msg .layui-layer-icon[style*="icon-4"],
body div.layui-layer.layui-layer-msg .layui-layer-icon[style*="icon-4"] {
    color: #e74c3c !important;
}

body .layui-layer-msg *,
body div.layui-layer-msg * {
    overflow: visible !important;
    max-height: none !important;
}

.align-item-center{
    display: flex;
    align-items: center;
}

.breadcrumb-wrap{
    background-color: #fff !important;
}

.social .fa{
    font-size: 18px !important;
}

.social a:hover{
    color: #3381d3 !important;
}
