/*#region global*/
body { font-family: -apple-system, BlinkMacSystemFont,Arial, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
a {color: #666;}
a:hover {text-decoration: none;}
iframe {border-width: 0;}
.input-group .input-group-addon-img {background: #fff;padding: 3px 6px;cursor: pointer}
.modal-dialog {margin: 80px auto;}
@media(min-width:992px) {
    .navbar .nav>li.desktop>.dropdown-menu {  display: none;} 
    .navbar .nav>li.desktop:hover>.dropdown-menu {  display: block;  }
    .navbar .nav>li.desktop>.dropdown-menu>li:hover>.dropdown-menu {display: block;}
}
.dropdown-submenu > a::after {border-left: 4px dashed #777;}
/*#endregion*/
/*#region reset navbar responsive*/
/*default 768px/767px*/
@media(min-width:992px) {
    .navbar-right .dropdown-menu {right: 0;left: auto}
    .navbar-right .dropdown-menu-left {right: auto;left: 0}

    .navbar-header {float: left}
    .navbar-collapse {width: auto;border-top: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-collapse.collapse {display: block !important;height: auto !important;padding-bottom: 0;overflow: visible !important}
    .navbar-collapse.in {overflow-y: visible}
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {padding-right: 0;padding-left: 0}
    .container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {margin-right: 0;margin-left: 0;}
    .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {margin-left: -15px;}
    .navbar-toggle {display: none}
}

@media(max-width:991px) {
    .navbar-nav .open .dropdown-menu {position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 8px 15px 8px 25px}
    .navbar-nav .open .dropdown-menu > li > a {line-height: 20px}
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {background-image: none}

    .dropdown-submenu > a:after {float: right;margin-top: -10px;margin-right: 5px;display: inline-block;vertical-align: middle;border-top: 4px dashed #777;border-left: 4px solid transparent;border-right: 4px solid transparent;
  }
}

@media(min-width:992px) {
    .navbar-nav {float: left;margin: 0}
    .navbar-nav > li {float: left}
    .navbar-nav > li > a {padding-top: 15px;padding-bottom: 15px}
    .navbar-form .form-group {display: inline-block;margin-bottom: 0;vertical-align: middle}
    .navbar-form .form-control {display: inline-block;width: auto;vertical-align: middle}
    .navbar-form .form-control-static {display: inline-block}
    .navbar-form .input-group {display: inline-table;vertical-align: middle}
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {width: auto}
    .navbar-form .input-group > .form-control {width: 100%}
    .navbar-form .control-label {margin-bottom: 0;vertical-align: middle}
    .navbar-form .radio, .navbar-form .checkbox {display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle}
    .navbar-form .radio label, .navbar-form .checkbox label {padding-left: 0}
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {position: relative;margin-left: 0}
    .navbar-form .has-feedback .form-control-feedback {top: 0}
}
@media(max-width:991px) {
    .navbar-form .form-group {margin-bottom: 5px}
    .navbar-form .form-group:last-child {margin-bottom: 0}
}
@media(min-width:992px) {
    .navbar-form {width: auto;padding-top: 0;padding-bottom: 0;margin-right: 0;margin-left: 0;border: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-text {float: left;margin-right: 15px;margin-left: 15px}
    .navbar-left {float: left !important}
    .navbar-right {float: right !important;margin-right: -15px}
    .navbar-right ~ .navbar-right {margin-right: 0}
}
/*#endregion*/
/*#region top*/
.top {
    background: #D92129;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}
.top a { color: #fff;}
/*#endregion*/

/*#region navbar*/
.navbar {
    z-index: 9;
    background: rgba(255,255,255, 0.9);
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}
@media(max-width:992px) {
    .navbar {
        border-top: 1px solid #D9D9D9;
         border-bottom: 1px solid #D9D9D9;
    }
}
.navbar-brand {
    height: auto;
    padding: 12px 15px;
}
.navbar-nav>li>a {
    padding: 25px 25px;
    transition: all 0.1s ease-in;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    margin-top: -2px;
    margin-bottom: -2px;
}
@media(max-width:992px) {
    .navbar-nav>li>a {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        margin-top: -1px;
        margin-bottom: -1px;
    }
}
.navbar-nav>li>a:hover,.navbar-nav>li.active>a,.navbar-nav>li>a:focus {
    border-top: 2px solid #B9B7B8;
    border-bottom: 2px solid #B9B7B8;
    
}
@media(max-width:992px) {
    .navbar-nav>li>a {
        border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: -1px;
    margin-bottom: -1px;
    }
    .navbar-nav>li>a:hover,.navbar-nav>li.active>a,.navbar-nav>li>a:focus {
    border-top: 1px solid #B9B7B8;
    border-bottom: 1px solid #B9B7B8;
    
}
}
@media(max-width:992px) {
    .navbar-header {
        border-bottom: 1px solid #eee;
    }
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-nav>li>a {
        padding: 12px 20px;
        border-bottom: 1px solid #eee;
    }
}
.dropdown-menu {
    font-size: 14px;
    background:rgba(255,255,255,0.95)
}
.navbar-toggle {
    padding: 9px 15px;
    border: 1px solid #eee;
    color:#999;
}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a, .navbar-nav > li > a:focus {
    background-color: rgba(250, 250, 250,0.9);
}
/*.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
    border-color:#B9B7B8;
}*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgba(250, 250, 250,0.9);

}
.affix {
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    top: 0;
    z-index: 10;
    -ms-animation: navbar-slide 0.6s;
    -webkit-animation: navbar-slide 0.6s;
    animation: navbar-slide 0.6s;
}
@keyframes navbar-slide{
    from {top:-75px;}
    to {top:0px;}
}

/*#region banner*/
.banner {
    position: relative;
}
/*#endregion*/
/*#region sidebar*/
.sidebar {
    border: 1px solid #f2f2f2;
    box-shadow: 2px 2px 4px #f2f2f2
}
.sidebar h5 {
    background: #C30C10;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    margin-bottom: 0;
}
.sidebar h5 span:before {
    font-family: fontawesome;
    content: "\f009";
    color: #f2f2f2;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 15px;
}
.sidebar ul>li>a {
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eeeeee;
    transition: all ease 0.2s;
}
.sidebar ul>li>a:hover,.sidebar ul>li>a.active {
    background: #ddd;
    color: #333;
}
/*#endregion*/
/*#region heading*/
.heading {
    line-height: 1;
}
.heading h1,.heading h2,.heading h3 {
    font-size: 26px;
    color: #D92129;
    margin-bottom: 0;
}
.contact-heading h1{
    font-size: 30px;
    font-weight: 100;
    color: #333;
    margin-bottom: 0;
}
/*#endregion*/

/*#region breadcrumb*/
.breadcrumb {
    background: transparent;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    padding-left: 0;
}
.breadcrumb:before {
    font-family: fontawesome;
    content: "\f015";
    
    color: #777;
    margin-right: 5px;
}
/*#endregion*/

.nav-child>li {
    margin-bottom: 8px;
}
.nav-child>li>a {
    border-radius: 0;

    border: 1px solid #D9D9D9;
    padding: 10px 6px;
    font-weight: 400;
    transition: all ease 0.3s;
    text-align: center;
    font-size: 12px;
    
}
.nav-child>li>a:hover,.nav-child>li>a.active {
    background: #C30C10;
    color: #fff;
}

/*#region product item*/
.product-item {
    overflow: hidden;
    height: 1%;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
.product-item .title{
    font-size:1rem;
    margin-top: 0;
    padding: 6px 0;
}
.product-item .title>a {
    color: #333;
    transition: all 0.1s ease;
}
.product-item .title>a:hover {
    color: #D92129;
}
.product-item .summary {
    color: #757575;
    line-height: 1.6;
    font-size: 12px;

}
.product-item .img-link {
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
}
.product-item .img-link>.img-responsive{
    margin: auto;
    transition: all 0.3s ease-in-out
}
.product-item .img-link:hover>.img-responsive {
    transform: scale(0.9);
}
.product-item .more {
    display: inline-block;
    padding: 5px 20px;
    background: #C30C11;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.product-list { }
.product-list .caption {
    background: #C30C10;
    color: #fff;
    font-size: 12px;
    padding: 5px 3px;
    text-align: center;
}
.product-list .caption a {
    color: #fff;
}

/*#endregion*/

/*#region article item*/
.article-item {
    padding: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    color: #777;
    transition: all 0.3s ease;
}
.article-item .title,.article-item .title a{
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
    color: #0287E2;
}
.article-item p { margin-bottom: 0;}
.article-item time {
    display: block; 
    font-size: 12px;
    color: #999;
    font-weight: 100;
}

/*.article-item:hover {
    background: #f2f2f2;
}*/
/*#endregion*/

/*#region article list*/
.article-list li {
    border-bottom: 1px dotted #eee;
    padding-top: 5px;
    padding-bottom: 5px;
}
.article-list li a:before{
    font-family:fontawesome;
    content:"\f105";
    margin-right:8px;
    margin-left: 4px;
}
.article-list li span {
    float: right;
    padding-right: 5px;
    color: #999;
}
/*#endregion*/

/*#region post item*/
.post-item {
    position: relative;
    margin-bottom: 25px;
    /*border: 1px solid #E6E6E6;
    padding: 2px;*/
    overflow: hidden;
    transition: all 0.4s ease;
}
.post-item .thumb {
    overflow: hidden;
    text-align: center;
}
.post-item .thumb .img-responsive {
    transition: all 0.4s ease;
    margin-left: auto;
    margin-right: auto;
}
.post-item .thumb:hover .img-responsive {
    transform: scale(1.2);
    opacity: 0.5;
}
.post-item .caption {
    text-align: center;
    
    padding: 5px 8px;
}
@media(max-width:768px) {
    .post-item .caption {
    }
}
/*#endregion*/

/*#region content-head-container*/
.content-head-container { }
.content-head-container .title {
    font-size: 18px;
    color: #333;
}
.content-head-container p {
    font-size: 12px;
    color: #777;
}
.quick-link a {
    display: inline-block;
    background: #C30C10;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 25px;
}
.quick-link a .fa { margin-right: 8px;}
/*#endregion*/

/*#region thumb-items*/
.thumb-items {
    overflow: hidden;
    height: 1%;
    padding-left: 6px;
    padding-right: 6px;
}
.thumb-items>ul {
    display: block;
    overflow: hidden;
    height: 1%;
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}
.thumb-items>ul>li {
    float: left;
    width: 25%;
    padding: 2px 5px;
    
}

.thumb-items>ul>li img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}
.thumb-items a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: block;
}
/*#endregion*/

/*#region content-container*/
.content-container {
    line-height: 1.7;

}

.content-container .title {
    font-size: 20px;
padding-bottom: 9px;
overflow: hidden;
height: 1%;
text-align: center;
}
.content-container strong {
    color: #FD0156;
}

.content-container .summary {
    text-align: center;
    color: #777;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F9F9F9;
}
.content-container img {
    max-width: 100% !important;
    height: auto !important;
}
.content-container table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
/*#endregion*/

/*#region content table container*/
.table-container table th,
.table-container table td {
  padding: 5px;
    vertical-align: middle;
  /*border-top: 1px solid #dee2e6;*/
    font-size: 14px;
    border: 1px solid #dee2e6;
    text-align: center;
}
.table-container table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.table-container table tbody tr:hover {
  /*background-color: rgba(0, 0, 0, 0.075);*/
    background-color: rgba(165, 213, 226, 1);
    color: #fff;
}
@media (max-width:  767.99px) {
     .table-container-responsive-md table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
     }
}
@media (max-width:991.99px) {
    .table-container-responsive-lg table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
@media (max-width:1199.99px) {
  .table-container-responsive-xl table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
/*#endregion*/
.box-title {
    background: #EDEDED;
    color: #fff;
    
    margin-bottom: 15px;
}
.box-title h6 {
    display: inline-block;
    background: #C30C10;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    padding: 8px 25px;
}
.content-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.content-list>li {
    padding-top: 8px;
padding-bottom: 8px;
border-bottom: dotted 1px #ddd;
}
.content-list>li:before {
    font-family: fontawesome;
content: "";
margin-right: 5px;
color: #999;
}
.content-list>li>span {
    float: right;
    color: #999;
}
.catalog-item h6 {
    font-size: 14px;

}
.catalog-item p {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}
.faq em {
    display: inline-block;
    padding: 4px 14px;
    background: #E75404;
    color: #fff;
}
.cert-item {
    
}
    .cert-item .caption {
        text-align: center;
        color: #666
    }
.faq p:nth-child(even) {
    
}
.faq p:nth-child(odd) {
    border: 1px solid #f2f2f2;
    padding: 6px 5px;
    color: #777;
}
.contact-info {
    color: #555;
    line-height: 1.8;
}

.contact-info .fa {
    font-size: 18px;
    color: #999;
    margin-right: 25px;
}
.form-info {
    font-size: 12px;
    color: #777;
}
/*#region footer*/
.bottom {
    background: #D52027;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    color: #fff;
}
.bottom .border-left{
    border-left: 1px solid #fff !important;
}
.bottom .border-right {
    border-right: 1px solid #fff !important;
}
.bottom .container>div {
    padding-top: 8px;
    padding-bottom: 8px;
}
.bottom h6 {
    font-size: 18px;
    font-weight: 600;
}
.bottom p {
    margin-bottom: 0;
    font-size: 12px;
}
.bottom .col-2 .fa {
    font-size: 26px;
    margin-right: 15px;
    cursor: pointer;

}
.bottom .form-control {
    background: transparent;
    border-color: #fff;
}
.bottom .form-control::-moz-placeholder,.bottom .form-control:-ms-input-placeholder,.bottom .form-control::-webkit-input-placeholder{
    color: #fff !important;
}
/*.bottom .fa {
    font-size: 24px;
}*/
.bottom .btn{
    background: #fff;
    color: #CE2520;
    border-width: 1px;
    border-color: #fff;
}
.bottom .btn .fa {

}

footer {
    font-size: 12px;
}
footer h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Myriad Pro"
}
/*#endregion*/
/*#region home*/
.intro {
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #E8E8E8;
    background: #F7F8FA;
}
.intro p {
    margin-bottom: 10px;
}
.intro p:last-child {
    font-size: 12px;
    color: #777;
}
.home-product {
    padding-bottom: 45px;
}
.home-product .title {
    margin-bottom: 30px;
}
.home-product h4 {
    font-size: 26px;
    display: inline-block;
    margin: auto;
    padding: 0 150px 25px;
    border-bottom: 1px dotted #999;
    font-weight: 600;
}
@media(max-width:768px) {
    .home-product h4 {
        padding: 0 15px 20px;
    }
}
.home-product p {
    font-size: 13px;
    color: #777;
}
.home-product p span {
    color: #C62534;
}
.home-product .item {
    background: #fff;
}
.home-product .item .img-responsive {
    border: 1px solid #D2D2D2;
}
.home-product .item .caption {
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    padding: 10px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}
.home-product .item .summary {
    padding: 5px 10px;
    font-size: 12px;
}
.home-news {
    background: #fafafa;
}
.home-news .title {
    margin-bottom: 30px;
}
.home-news h4 {
    display: inline-block;
    margin: auto;
    padding: 0 150px 25px;
    border-bottom: 1px dotted #999;
    font-weight: 600;
    text-transform: uppercase;
}
@media(max-width:768px) {
    .home-news h4 {
        padding: 0 15px 20px;
    }
}

.home-news .summary {
    font-size: 12px;
    color: #999;
    text-align: center;
}
.home-news .summary span {
    color: #C62534;
}
.home-news .media h6 {
    font-size: 14px;
}
.home-news .media p {
    font-size: 12px;
}
.swiper-control .btn {
    color: #fff;
    background: #cccccc;
    padding: 4px 12px;
    font-size: 12px;
}
.home-container {
    background: #FAFAFA;
}
.home-container-1 {
    background: #F7F8FA;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E7E7E7;
}
.team-container {
    background: #F7F8FA;
    border-bottom: 1px solid #E7E7E7;
}
.team-container h4 {

    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    background:url("images/line.jpg")/*tpa=theme/zhiyue/dist/css/images/line.jpg*/ no-repeat left bottom;
}
@media(max-width:768px) {
    .team-container h4 {
        font-size: 20px;
    }
}
.team-container .media img {
    border-radius: 0;
}
.team-container .media p {
    margin-bottom: 8px;
    color: #777;
    font-style: italic;
}
.team-container .media p strong {
    color: #555;
}
.home-faq .panel {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    
}
.home-faq .panel>a {
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    
}
.home-faq .panel>a:hover,.home-faq .panel>a:active,.home-faq .panel>.a:focus {
    text-decoration: none;
}
.home-faq .panel>a:before {
    font-family: fontawesome;
    content:"\f067";
    display: inline-block;
    padding: 8px 12px;
    border-right: 1px solid #f0f0f0;
    margin-right: 12px;
    
}
.home-faq .panel>a.collapsed>a:before {
    font-family: fontawesome;
    content: "\f068" !important;
}
/*.home-faq .panel>div {
    padding: 15px;
}*/
.home-box {
    position: relative;
    border: 1px solid #ccc;
    padding: 60px 20px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}
.home-box .fa {
    position: absolute;
    top: -25px;
    left: 100px;
    font-size: 26px;
    background: #D92129;
    color: #fff;
    padding: 16px 18px;
    border-radius: 50%;
}
@media(max-width:1200px) {
    .home-box {
        padding: 20px 10px;
        border-radius: 0;
    }
}
.home-box h6 {
    font-size: 18px;
    font-weight: 600;
}
.home-box .more {
    display: inline-block;
    background: #D92129;
    padding: 2px 8px;
    color: #fff;
}
.home-social {
    background: #F7F8FA;
    border-top: 1px solid #E5E5E7;
    
}
.home-social a {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #E0DCDD;
}
.bot {
    background: #2A2B2D;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #959595;
}
.bot .list-inline {
    margin-bottom: 0;
}
.bot a {
    text-transform: uppercase;
    color: #959595;
}
/*#endregion*/
