/*
Theme Name: Hqtsgroup V1.0定制主题
Theme URI: http://www.anttoweb.com/
Author: 安拓网络 Antto web
Author URI: Anttoweb.com
Description: 安拓网络科技有限公司，响应式设计，响应式网站开发，Wordpress开发，Magento开发，Opencart开发。专业互联网品牌整体解决方案提供商。0512-50331644，江苏省苏州市昆山市花桥镇花安路169号1535室。info@anttoweb.com
Version: 1.0
*/

@font-face {
    font-family: "montserrat";
    src: url("assets/fonts/montserrat-regular.eot");
    src: url("assets/fonts/montserrat-regular.eot?#iefix")
            format("embedded-opentype"),
        url("assets/fonts/montserrat-regular.woff2") format("woff2"),
        url("assets/fonts/montserrat-regular.woff") format("woff"),
        url("assets/fonts/montserrat-regular.ttf") format("truetype"),
        url("assets/fonts/montserrat-regular.svg#montserrat") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserratextralight";
    src: url("assets/fonts/montserrat-extralight.eot");
    src: url("assets/fonts/montserrat-extralight.eot?#iefix")
            format("embedded-opentype"),
        url("assets/fonts/montserrat-extralight.woff2") format("woff2"),
        url("assets/fonts/montserrat-extralight.woff") format("woff"),
        url("assets/fonts/montserrat-extralight.ttf") format("truetype"),
        url("assets/fonts/montserrat-extralight.svg#montserratextralight")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    src: url('assets/fonts/Anton-Regular.eot');
    src: url('assets/fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Anton-Regular.woff') format('woff'),
        url('assets/fonts/Anton-Regular.ttf') format('truetype'),
        url('assets/fonts/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******
 ****** Global
 ******/
.white a,
.white {
    color: #fff !important;
}

.bg-light {
    background-color: #fff !important;
}

.bg-light-gray {
    background-color: #F7F9FC !important;
}

.fc-999 {
    color: #999 !important;
}

.fc-red {
    color: #C61825 !important;
}

.eee {
    color: #eee !important;
}

.blank {
    color: #000 !important;
}

.bold {
    font-weight: bold !important;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alignnone {
    float: none;
}

.zoom-out,
.zoom-in {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.zoom-out img,
.zoom-in img {
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.zoom-in:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.zoom-out:hover img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

.content-float {
    transition: all 0.2s linear;
}

.content-float:hover {
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.content-float:hover {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

.shadow-hover {
    transition: all 0.3s ease-in-out;
}

.shadow-hover:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

/******
   ****** Ratio
   ******/
.ratio {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.ratio::before {
    display: block;
    content: "";
}

.ratio > .ratio-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ratio-1by1::before {
    padding-top: 100%;
}

.ratio-4by3::before {
    padding-top: 75%;
}

.ratio-2by1::before {
    padding-top: 50%;
}

.ratio-16by9::before {
    padding-top: 56.25%;
}

.ratio-21by9::before {
    padding-top: 42.857143%;
}

.wp_keywordlink a {color:unset;
}.wp_keywordlink a:hover {color:unset;
}


@media (min-width: 576px) {
    .ratio-sm-1by1::before {
        padding-top: 100%;
    }

    .ratio-sm-4by3::before {
        padding-top: 75%;
    }

    .ratio-sm-2by1::before {
        padding-top: 50%;
    }

    .ratio-sm-16by9::before {
        padding-top: 56.25%;
    }

    .ratio-sm-21by9::before {
        padding-top: 42.857143%;
    }
}

@media (min-width: 768px) {
    .ratio-md-1by1::before {
        padding-top: 100%;
    }

    .ratio-md-4by3::before {
        padding-top: 75%;
    }

    .ratio-md-2by1::before {
        padding-top: 50%;
    }

    .ratio-md-16by9::before {
        padding-top: 56.25%;
    }

    .ratio-md-21by9::before {
        padding-top: 42.857143%;
    }
}

@media (min-width: 992px) {
    .ratio-lg-1by1::before {
        padding-top: 100%;
    }

    .ratio-lg-4by3::before {
        padding-top: 75%;
    }

    .ratio-lg-2by1::before {
        padding-top: 50%;
    }

    .ratio-lg-16by9::before {
        padding-top: 56.25%;
    }

    .ratio-lg-21by9::before {
        padding-top: 42.857143%;
    }
}

@media (min-width: 1200px) {
    .ratio-xl-1by1::before {
        padding-top: 100%;
    }

    .ratio-xl-4by3::before {
        padding-top: 75%;
    }

    .ratio-xl-2by1::before {
        padding-top: 50%;
    }

    .ratio-xl-16by9::before {
        padding-top: 56.25%;
    }

    .ratio-xl-21by9::before {
        padding-top: 42.857143%;
    }
}

/******
   ****** caldera form按钮
   ******/
.caldera-grid-wrap .caldera-grid .btn {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 12px 80px;
}

.caldera-grid-wrap .caldera-grid .btn-sm {
    font-size: 12px;
    padding: 2px 10px;
}

.caldera-grid-wrap .caldera-grid .btn-lg {
    font-size: 14px;
    padding: 12px 100px;
}

.caldera-grid-wrap .caldera-grid .btn-primary {
    border-radius: 0;
    outline: none;
    border: 0;
    color: #fff;
    background-color: #2196f2;
}

.caldera-grid-wrap
    .caldera-grid
    .btn-primary:not(:disabled):not(.disabled):hover,
.caldera-grid-wrap
    .caldera-grid
    .btn-primary:not(:disabled):not(.disabled):focus {
    background-color: #93d100;
    color: #fff;
    box-shadow: none;
}

.caldera-grid-wrap .caldera-grid .btn-green {
    color: #fff;
    background-color: #93d100;
}

.caldera-grid-wrap .caldera-grid .btn-green:not(:disabled):not(.disabled):hover,
.caldera-grid-wrap
    .caldera-grid
    .btn-green:not(:disabled):not(.disabled):focus {
    background-color: #2196f2;
    color: #fff;
    box-shadow: none;
}

.caldera-grid-wrap .caldera-grid .btn-block {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .caldera-grid-wrap .caldera-grid .btn {
        font-size: 18px;
    }

    .caldera-grid-wrap .caldera-grid .btn-small {
        font-size: 13px;
    }

    .caldera-grid-wrap .caldera-grid .btn-lg {
        font-size: 18px;
    }
}

/******
  ****** caldera form
  ******/
.caldera-grid .form-group .control-label {
    font-size: 12px;
    color: #222;
    margin-bottom: 8px;
}

.caldera-grid .form-group .form-control {
    height: 32px;
    font-size: 12px;
    padding: 5px 10px;
    color: #222;
    border-color: transparent;
    background-color: #eee;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.caldera-grid .form-group textarea.form-control {
    height: auto !important;
}

.caldera-grid-wrap .caldera-grid .row {
    margin: 0 -15px;
    padding: 0;
    max-width: none;
}

.caldera-grid-wrap .caldera-grid [class*="col"] {
    width: 100%;
    max-width: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .contact-form-wrap .caldera-grid .form-group .control-label {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .contact-form-wrap .caldera-grid .form-group .form-control {
        font-size: 13px;
        padding: 10px 15px;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .caldera-grid-wrap .caldera-grid .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .caldera-grid .form-group .control-label {
        font-size: 14px;
    }

    .caldera-grid .form-group .form-control {
        height: 50px;
        font-size: 14px;
        padding: 15px;
    }
}

/******
   ****** Grid
   ******/
.zero-row {
    margin-left: 0;
    margin-right: 0;
}

.zero-row > [class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.tiny-row {
    margin-left: -5px;
    margin-right: -5px;
}

.tiny-row > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.small-row {
    margin-left: -10px;
    margin-right: -10px;
}

.small-row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.small-row-5 {
    margin-left: -15px;
    margin-right: -15px;
}

.small-row-5 > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

.mid-row {
    margin-left: -20px;
    margin-right: -20px;
}

.mid-row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
}

.mid-row-5 {
    margin-left: -25px;
    margin-right: -25px;
}

.mid-row-5 > [class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
}

.big-row {
    margin-left: -30px;
    margin-right: -30px;
}

.big-row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
}

.big-row-5 {
    margin-left: -35px;
    margin-right: -35px;
}

.big-row-5 > [class*="col"] {
    padding-left: 35px;
    padding-right: 35px;
}

.large-row {
    margin-left: -40px;
    margin-right: -40px;
}

.large-row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
}

.large-row-5 {
    margin-left: -45px;
    margin-right: -45px;
}

.large-row-5 > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
}

.col-55,
.col-sm-55,
.col-md-55,
.col-lg-55,
.col-xl-55,
.col-52,
.col-sm-52,
.col-md-52,
.col-lg-52,
.col-xl-52,
.col-77,
.col-sm-77,
.col-md-77,
.col-lg-77,
.col-xl-77,
.col-88,
.col-sm-88,
.col-md-88,
.col-lg-88,
.col-xl-88,
.col-99,
.col-sm-99,
.col-md-99,
.col-lg-99,
.col-xl-99,
.col-1010,
.col-sm-1010,
.col-md-1010,
.col-lg-1010,
.col-xl-1010,
.col-1111,
.col-sm-1111,
.col-md-1111,
.col-lg-1111,
.col-xl-1111,
.col-1212,
.col-sm-1212,
.col-md-1212,
.col-lg-1212,
.col-xl-1212 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-55 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-52 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.col-77 {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
}

.col-88 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-99 {
    -ms-flex: 0 0 11.1111%;
    flex: 0 0 11.1111%;
    max-width: 11.1111%;
}

.col-1010 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.col-1111 {
    -ms-flex: 0 0 9.0909%;
    flex: 0 0 9.0909%;
    max-width: 9.0909%;
}

.col-1212 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
}

@media (min-width: 576px) {
    .zero-sm-row {
        margin-left: 0;
        margin-right: 0;
    }

    .zero-sm-row > [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }

    .tiny-sm-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .tiny-sm-row > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .small-sm-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .small-sm-row > [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .small-sm-row-5 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .small-sm-row-5 > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mid-sm-row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .mid-sm-row > [class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mid-sm-row-5 {
        margin-left: -25px;
        margin-right: -25px;
    }

    .mid-sm-row-5 > [class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .big-sm-row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .big-sm-row > [class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .big-sm-row-5 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .big-sm-row-5 > [class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }

    .large-sm-row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .large-sm-row > [class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .large-sm-row-5 {
        margin-left: -45px;
        margin-right: -45px;
    }

    .large-sm-row-5 > [class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }

    .col-sm-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-sm-52 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-sm-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }

    .col-sm-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-sm-99 {
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%;
        max-width: 11.1111%;
    }

    .col-sm-1010 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-sm-1111 {
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%;
        max-width: 9.0909%;
    }

    .col-sm-1212 {
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}

@media (min-width: 768px) {
    .zero-md-row {
        margin-left: 0;
        margin-right: 0;
    }

    .zero-md-row > [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }

    .tiny-md-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .tiny-md-row > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .small-md-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .small-md-row > [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .small-md-row-5 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .small-md-row-5 > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mid-md-row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .mid-md-row > [class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mid-md-row-5 {
        margin-left: -25px;
        margin-right: -25px;
    }

    .mid-md-row-5 > [class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .big-md-row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .big-md-row > [class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .big-md-row-5 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .big-md-row-5 > [class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }

    .large-md-row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .large-md-row > [class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .large-md-row-5 {
        margin-left: -45px;
        margin-right: -45px;
    }

    .large-md-row-5 > [class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }

    .col-md-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-52 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-md-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }

    .col-md-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-md-99 {
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%;
        max-width: 11.1111%;
    }

    .col-md-1010 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-md-1111 {
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%;
        max-width: 9.0909%;
    }

    .col-md-1212 {
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}

@media (min-width: 992px) {
    .zero-lg-row {
        margin-left: 0;
        margin-right: 0;
    }

    .zero-lg-row > [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }

    .tiny-lg-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .tiny-lg-row > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .small-lg-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .small-lg-row > [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .small-lg-row-5 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .small-lg-row-5 > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mid-lg-row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .mid-lg-row > [class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mid-lg-row-5 {
        margin-left: -25px;
        margin-right: -25px;
    }

    .mid-lg-row-5 > [class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .big-lg-row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .big-lg-row > [class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .big-lg-row-5 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .big-lg-row-5 > [class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }

    .large-lg-row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .large-lg-row > [class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .large-lg-row-5 {
        margin-left: -45px;
        margin-right: -45px;
    }

    .large-lg-row-5 > [class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }

    .col-lg-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-52 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-lg-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }

    .col-lg-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-lg-99 {
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%;
        max-width: 11.1111%;
    }

    .col-lg-1010 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-lg-1111 {
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%;
        max-width: 9.0909%;
    }

    .col-lg-1212 {
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}

@media (min-width: 1200px) {
    .zero-xl-row {
        margin-left: 0;
        margin-right: 0;
    }

    .zero-xl-row > [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }

    .tiny-xl-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .tiny-xl-row > [class*="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .small-xl-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .small-xl-row > [class*="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .small-xl-row-5 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .small-xl-row-5 > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mid-xl-row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .mid-xl-row > [class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mid-xl-row-5 {
        margin-left: -25px;
        margin-right: -25px;
    }

    .mid-xl-row-5 > [class*="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .big-xl-row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .big-xl-row > [class*="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .big-xl-row-5 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .big-xl-row-5 > [class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }

    .large-xl-row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .large-xl-row > [class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .large-xl-row-5 {
        margin-left: -45px;
        margin-right: -45px;
    }

    .large-xl-row-5 > [class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }

    .col-xl-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-52 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-xl-77 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }

    .col-xl-88 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-xl-99 {
        -ms-flex: 0 0 11.1111%;
        flex: 0 0 11.1111%;
        max-width: 11.1111%;
    }

    .col-xl-1010 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-xl-1111 {
        -ms-flex: 0 0 9.0909%;
        flex: 0 0 9.0909%;
        max-width: 9.0909%;
    }

    .col-xl-1212 {
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}

/******
   ****** General
   ******/
.content {
    padding: 30px 0;
}

.home-wrapper .content {
    padding: 0;
}

.banner {
    background-color: #f2f3f7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
}

.banner .container {
    height: 100%;
}

.main-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

@media (min-width: 768px) {
    .content {
        padding: 50px 0;
    }

    .banner {
        height: 320px;
    }
}

@media (min-width: 1200px) {
    .content {
        padding: 80px 0;
    }

    .banner {
        height: 450px;
    }
}

/******
   ****** Pagenavi
   ******/
.wp-pagenavi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    color: #3e3e3f;
    font-weight: bold;
    margin-right: 10px;
    background-color: #ddd;
    border: 0;
    padding: 0 3px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    color: #3e3e3f;
    background-color: #f5f5f5;
}

.previouspostslink,
.nextpostslink {
    position: relative;
}

.previouspostslink::after,
.nextpostslink::after {
    font-size: 12px;
    color: #3e3e3f;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
}

.nextpostslink::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/******
   ****** 404
   ******/
.error-404-wrapper {
    padding: 60px 0;
    text-align: center;
}

.img-404 {
    line-height: 0;
}

.img-404 img {
    max-height: 150px;
}

@media (min-width: 768px) {
    .error-404-wrapper {
        padding: 80px 0;
    }

    .img-404 img {
        max-height: 200px;
    }
}

@media (min-width: 992px) {
    .error-404-wrapper {
        padding: 100px 0;
    }

    .img-404 img {
        max-height: 260px;
    }
}

@media (min-width: 1200px) {
    .error-404-wrapper {
        padding: 150px 0;
    }

    .img-404 img {
        max-height: 320px;
    }
}

/******
   ****** Footer
   ******/
footer,
footer p,
footer a {
    font-size: 13px;
}

.footer-dark {
    background-color: #222;
}

.footer-dark,
.footer-dark p,
.footer-dark a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-dark a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-light {
    background-color: #f2f3f7;
}

.footer-light,
.footer-light p,
.footer-light a {
    color: #222;
}

.footer-light a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.back-to-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 8px 8px 0 0;
    height: 48px;
    width: 48px;
    font-size: 12px;
}

.back-to-top:hover,
.back-to-top:focus {
    background-color: #ffd83f;
}

/******
   ****** Home
   ******/
.logo-item {
    text-align: center;
    margin-bottom: 30px !important;
}

/******
   ****** swiper
   ******/
.swiper-container {
    --swiper-navigation-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 24px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    border: 1px solid transparent;
}

.swiper-white {
    --swiper-theme-color: #fff;
    --swiper-navigation-color: #000;
}

.swiper-black {
    --swiper-theme-color: #000;
    --swiper-navigation-color: #fff;
}

.swiper-white .swiper-button-next,
.swiper-white .swiper-button-prev {
    border-color: #000;
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.swiper-black .swiper-button-next,
.swiper-black .swiper-button-prev {
    border-color: #fff;
    outline: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.5;
}

@media (min-width: 768px) {
    .swiper-container {
        --swiper-navigation-size: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
}

/******
   ****** siderbar
   ******/
/* 侧边栏分块样式，非必要 */
aside section {
    margin-bottom: 15px;
}

.fixed-panel {
    position: fixed;
    top: 90px;
    /* header高度 */
    width: 255px;
    /* sidebar需固定宽度 */
    z-index: 10;
}

/* sidebar widget */
.sidebar .widget {
    position: relative;
}

.sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

.sidebar .widget > ul {
    padding: 0;
}

.sidebar .widget ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .widget ul li:last-child {
    border-bottom: 0;
}

.global-sidebar-list-wrap ul {
    list-style: none;
}

.global-sidebar-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.global-sidebar-list > li > a {
    display: block;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.global-sidebar-list > li.current_page_item > a,
.global-sidebar-list > li.current-cat > a {
    color: #000;
}

.global-sidebar-list > li:last-child {
    border: 0;
}

.global-sidebar-menu li {
    position: relative;
    padding-left: 24px;
}

.global-sidebar-menu > li.cat_item_has_children,
.global-sidebar-menu > li.page_item_has_children {
    cursor: pointer;
}

.global-sidebar-menu > li.cat_item_has_children::before,
.global-sidebar-menu > li.page_item_has_children::before {
    content: "\f196";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 20px;
    color: #e50114;
}

.global-sidebar-menu > li.cat_item_has_children.global-menu-show::before,
.global-sidebar-menu > li.page_item_has_children.global-menu-show::before {
    content: "\f147";
}

.global-sidebar-menu > li > .children {
    display: none;
}

.global-sidebar-menu li > .children {
    padding: 0;
    margin: 0 0 15px;
}

.global-sidebar-menu li .children li a {
    font-size: 13px;
    line-height: 2;
    color: #999;
}

.global-sidebar-menu li .children li.current-cat a,
.global-sidebar-menu li .children li a:hover,
.global-sidebar-menu li .children li a:focus {
    color: #e50114;
}

@media (min-width: 992px) {
    .global-sidebar-list > li > a {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .global-sidebar-menu > li.cat_item_has_children::before,
    .global-sidebar-menu > li.page_item_has_children::before {
        top: 23px;
        font-size: 20px;
    }

    .global-sidebar-menu li .children {
        margin: 0 0 20px;
    }
}

/******
   ****** blog & news
   ******/
.blog-item {
    position: relative;
}

.blog-category-tag {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 99;
    line-height: 1;
    font-size: 12px;
}

.single-blog-title {
    margin-bottom: 15px;
}

.blog-date i,
.sidebar-blog-date i,
.single-blog-date i {
    margin-right: 10px;
}

.single-blog-excerpt {
    position: relative;
    font-size: 13px;
    line-height: 2;
    color: #999;
    margin-bottom: 30px;
}

.single-blog-excerpt::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background-color: #eee;
}

.single-blog-content-wrap {
    padding-bottom: 0;
}

.post-navigation {
    margin-top: 30px;
}

.post-navigation h1,
.post-navigation h2,
.post-navigation h3,
.post-navigation h4,
.post-navigation h5,
.post-navigation h6 {
    display: none !important;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    margin-top: 5px;
}

/******
   ****** product
   ******/
.single-product-swiper {
    margin-bottom: 10px;
}

.single-product-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    line-height: 1.4;
}

.single-product-desc {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.single-product-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-product-desc ul li {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.6;
    color: #3e3e3f;
}

.single-product-desc ul li p {
    font-size: 13px;
    color: #3e3e3f;
}

.single-product-desc ul li span {
    min-width: 140px;
    margin-right: 15px;
    color: #999;
}

.single-product-excerpt {
    font-size: 12px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 20px;
}

.tab-wrap {
    padding-top: 30px;
}

.custom-tab-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.tab-btn {
    color: #999;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
    bottom: -1px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-left: 10px;
}

.tab-btn.active-tab {
    color: #e50114;
    border-bottom: 1px solid #fff;
}

.tab-content {
    min-height: 100px;
    /* display: none; */
}

.tab-content.active-content {
    display: block;
}

.tab-content table {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

.tab-content table strong {
    color: #222;
}

.tab-content .table th,
.tab-content .table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-tab-content h2,
.product-tab-content h3,
.product-tab-content h4,
.product-tab-content h5 {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .tab-wrap {
        padding-top: 40px;
    }

    .custom-tab-btn {
        margin-bottom: 55px;
    }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* body ,*{
	margin: 0;
	padding: 0;
} */
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
/* .navbar{
	margin-bottom:0;
}
@media(min-width: 770px){
	ul.nav li.dropdown:hover > ul.dropdown-menu{
		display: block;
		margin: 0;
	}
	ul#menu-nav_menu ul.dropdown-menu ul.dropdown-menu{
		left: 100%;
		right: auto;
		top: 0;
		border: 0;
		padding: 0;
	}
} */
/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
/*Start Custom Css*/
/*Global*/
/* .container{
	width: auto;
	max-width: 1170px;
}
img{
	max-width: 100%;
	height: auto;
}
img.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
} */
.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-10 {
    margin-left: 10px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-10 {
    padding-left: 10px;
}

.nbp-wrap {
    margin-bottom: 15px;
}

.nbp-wrap p {
    margin-bottom: 0;
    line-height: 24px;
}

@media (max-width: 768px) {
    .nbp-wrap p {
        margin-bottom: 0;
        line-height: normal;
    }
}

/* Outline button for use within the docs */
.btn-outline {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/* Inverted outline button (white on dark) */
.btn-outline-inverse {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
    color: #fff;
    text-shadow: none;
    background-color: #000;
    border-color: #000;
}

.btn-danger {
    color: #ffffff;
    background-color: #c61825;
    border-color: #c61825;
}

body {
    font-family: "PingFang SC", "Adobe Heiti Std", "Microsoft Yahei", arial,
        helvetica, "Hei Ti", 微软雅黑体, FangSong, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: normal;
}

.clear {
    clear: both;
}

.txt-lighter {
    font-weight: lighter;
}

.block-center {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.color-red,
a:hover,
a:focus {
    color: #c61825;
}

/*a:active,a:hover{
	text-decoration: none;
}*/
a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}

.background-grey {
    background: #fafafa;
}

ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.navbar.navbar-default {
    background: #fff;
    border: 0;
}

header#masthead .navbar-header {
    position: relative;
    margin: 30px 0;
    z-index: 9;
}

.logo-img {
    max-height: 50px;
}

.fixed-top .logo-img {
    max-height: 42px;
}

div#navbar {
    position: relative;
}

.navbar-top {
    position: absolute;
    top: 15px;
    right: 0;
}

.navbar-top .phone,
.navbar-top form.search-form {
    float: left;
}

.navbar-top .phone {
    line-height: 30px;
    margin-left: 20px;
}

.navbar-top .phone a {
    color: #c61825;
    font-weight: 500;
    font-size: 15px;
}

form.search-form {
    position: relative;
    width: 250px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
}

form.search-form input,
form.search-form button {
    border: 0;
    padding: 0;
}

form.search-form input {
    padding-left: 20px;
    padding-right: 40px;
    width: 100%;
    border-radius: 30px;
    background: #eee;
    height: 40px;
}

input:focus,
button:focus,
.h-langugae:focus {
    outline: none;
    outline-offset: 0;
}

form.search-form button {
    position: absolute;
    top: 0;
    right: 15px;
    background: transparent;
}

.h-langugae {
    /* float: left; */
    border: 0px;
    line-height: 30px;
    /* margin-left: 20px; */
    margin-right: 20px;
    background: url(assets/images/icon-chinese.png) no-repeat left center;
    padding-left: 27px;
    cursor: pointer;
    position: relative;
}

.h-langugae li a {
    color: #000;
}

.h-langugae button {
    border: 0;
    background: none;
}

.h-langugae button:after {
    content: "";
    display: block;
    background: url(assets/images/icon-drop.png) no-repeat center;
    width: 12px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -20px;
}

.h-langugae ul {
    display: none;
    position: absolute;
    top: 100%;
    right: -20px;
    background: #fff;
    z-index: 9;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 4px;
    width: 92px;
    padding: 5px 0;
}

.h-langugae.open button {
    color: #c61825;
}

.h-langugae ul li a {
    color: #333;
    padding: 0 15px;
}

nav.menu-nav_menu-container {
    margin-top: 60px;
}

nav.menu-nav_menu-container:after,
.footer-middle:after,
ul#menu-footer-menu:after,
.child-industry:after,
.list-history li:after,
.resources-layer .panel-title:after,
.footer-copyright {
    content: "";
    display: block;
    clear: both;
}

.navbar-default .navbar-nav > li > a {
    padding: 0 3px;
    margin-left: 20px;
    font-size: 14px;
    color: #333333;
}

.navbar-default .navbar-nav > li:first-child > a {
    margin-left: 0;
}

.navbar-default .navbar-nav > li.current-page-ancestor > a {
    color: #b63330;
}

.navbar-nav > li > a span.caret {
    background: url(assets/images/icon-drop.png) no-repeat;
    width: 12px;
    height: 12px;
    border: 0;
}

.navbar-nav > li > .dropdown-menu {
    border: 0;
    left: 0;
    right: auto;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #c61825;
    background: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #c61825;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current-menu-ancestor > a {
    color: #c61825;
}

.home-top-section {
    overflow: hidden;
}

.home-title {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 26px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.home-title span,
.home-about .h2-title span,
.h1-title span {
    font-size: 30px;
    /* text-transform: uppercase; */
}

/* .content-area,
.home-services {
    padding-bottom: 80px;
} */

.layer-services .container,
.layer-services .container .col-xs-12,
.layer-services .col-md-4 {
    padding: 0 10px;
}

.layer-services .container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.h-list-sca {
    text-align: center;
    background: #eeeeee;
    margin-bottom: 20px;
    font-size: 16px;
    height: 370px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.h-list-sca a {
    color: #000;
    display: block;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.h-list-sca h3 {
    color: #c61825;
    transition: all 0.3s ease;
}

.h-list-sca a:hover h3 {
    color: #fff;
}

.h-list-sca p {
    white-space: pre-line;
    line-height: 22px;
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
}

.layer-show1 img.behind {
    display: none;
}

.h-list-sca .layer-show1 {
    position: absolute;
    bottom: 50%;
    left: 0;
    margin-bottom: -105px;
    width: 100%;
    padding: 30px 0;
    transition: all 0.3s ease;
}

.h-list-sca a:hover .layer-show1 {
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    background: rgba(182, 51, 57, 0.8);
    color: #fff;
}

.h-list-sca a:hover img.front {
    display: none;
}

.h-list-sca a:hover img.behind {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.h-list-sca .layer-show2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.h-list-sca a:hover .layer-show2 {
    opacity: 1;
}

.layer-show2 img {
    width: 100%;
    transition: 0.5s transform;
    transform: translateZ(0);
}

.h-list-sca a:hover .layer-show2 img {
    transform: scale(1.1);
}

.home-industry {
    padding-bottom: 40px;
}

.child-industry {
    margin-left: -3px;
    margin-right: -3px;
}

.child-industry .iteam {
    float: left;
    width: 20%;
    padding: 0 3px;
}

.child-industry .iteam .iteam_img {
    display: inline-block;
    background: #c61825;
}

.child-industry .iteam img {
    max-width: 223px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}

.child-industry h3 {
    font-size: 15px;
    margin-top: 18px;
    margin-bottom: 30px;
}

.child-industry h3 a {
    color: #333333;
}

.child-industry .iteam:hover img {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.child-industry .iteam:hover h3 a {
    color: #c61825;
}

.home-certificate {
    padding-bottom: 60px;
}

.home-certificate p {
    display: block;
    width: 100%;
    text-align: center;
}

.home-certificate p img {
    display: inline-block;
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 15px;
}

.home-client {
    padding-bottom: 70px;
}

.client-list {
    position: relative;
    display: block;
}

.client-list .iteam:first-child:before {
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    content: "";
    display: block;
}

.client-list .iteam {
    border-left: 1px solid #ddd;
    border-right: 1px solid #eee;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    position: static;
}

.client-list .iteam:first-child,
.client-list .iteam:nth-child(7) {
    border-left: 1px solid #eee;
}

.home .layer-ne {
    margin-top: 75px;
    margin-bottom: 60px;
}

.home .layer-ne .h2-title {
    font-size: 18px;
}

.layer-ne {
    margin-top: 35px;
}

.layer-ne .nav-tabs {
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 35px;
}

.layer-ne .h2-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: -2px;
    margin-right: 25px;
    padding-right: 35px;
    padding-bottom: 10px;
}

.layer-ne .h2-title span {
    font-size: 20px;
}

.layer-ne .active .h2-title {
    color: #c61825;
    border-bottom: 3px solid #c61825;
    margin-bottom: -2px;
}

.layer-ne .active .h2-title span,
.layer-ne .h2-title:hover span,
.layer-ne .h2-title:hover {
    color: #c61825;
}

.layer-ne .nav-tabs > li > a,
.layer-ne .nav-tabs > li.active > a,
.layer-ne .nav-tabs > li.active > a:hover,
.layer-ne .nav-tabs > li.active > a:focus {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.home .layer-ne .media {
    margin-bottom: 20px;
}

.layer-ne .media-heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.media-heading a {
    color: #C61825;
}

.media-heading a:hover {
    color: #333;
}

.container .s-info {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.home .layer-ne .media-heading {
    font-size: 18px;
}

.s-info .data,
.s-info .cat-news {
    color: #fff;
    padding: 1px 12px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    /* border-radius: 10px; */
}

.s-info .data {
    background: #333;
}

.s-info .cat-news {
    background: #c61825;
}

.layer-ne .excerpt {
    font-size: 13px;
    color: #666;
    line-height: 19px;
}

.layer-ne .read-more {
    color: #fff;
    background: #333;
    max-width: 92px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    border-radius: 15px;
    font-family: "montserrat";
    font-size: 12px;
}

.layer-ne .read-more:hover {
    background: #c61825;
}

.home-about {
    background: #eee url(assets/images/home-about.png) no-repeat left bottom;
    background-size: contain;
    padding-top: 145px;
    padding-bottom: 115px;
}

.home-about .h2-title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 45px;
}

.home-about p {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    line-height: 24px;
    margin-bottom: 20px;
}

p.click-more {
    margin-bottom: 20px;
}

.learn-more {
    padding: 7px 42px;
    color: #c61825;
    border: 2px solid #c61825;
    border-radius: 30px;
    background: transparent;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-family: "montserrat";
}

.contact-area .learn-more {
    padding: 14px 35px;
    font-size: 15px;
    color: #000;
}

.learn-more:hover {
    color: #fff;
    background: #c61825;
}

.about-play-video {
    position: relative;
    text-align: center;
}

.icon-play {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 37%;
    text-align: center;
}

/* .home-contact,
.contact-area {
    background: url(assets/images/contact-area-bg.png) no-repeat center 25px;
} */

.home .contact-area {
    background: none;
    margin-bottom: 50px;
}

.home .layer-social {
    padding-bottom: 100px;
}

.contact-area {
    text-align: center;
}

.range {
    font-size: 26px;
    margin-bottom: 70px !important;
    padding: 0 30px;
}

.range span {
    width: 75px;
    height: 50px;
    line-height: 50px;
    background: #c61825;
    color: #fff;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    font-family: "montserrat";
}

.range span i {
    position: absolute;
}

.contact-area .tel {
    font-size: 32px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 55px;
    width: 100%;
}

.contact-area .tel a {
    padding-left: 50px;
    line-height: 51px;
    height: 51px;
    background: url(assets/images/icon-m-tel.png) no-repeat left center;
    display: inline-block;
    font-family: montserrat;
}

ul.list-area {
    text-align: left;
}

ul.list-area li {
    list-style: none;
}

/* .list-area .title-area {
    color: #C61825;
    background: #c61825;
    font-size: 15px;
    line-height: 1;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
} */

.list-area .info-area {
    position: relative;
    margin-top: 20px;
    min-height: 110px;
    font-size: 15px;
    line-height: 18px;
    padding-right: 50px;
}

.map_area_button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 45px;
    height: 45px;
    border-left: 1px solid #ddd;
    background: url(assets/images/contact-map.png) no-repeat right center;
}

.list-area .info-area a {
    color: #333;
}

.click-more i,
.list-area .info-area a:hover {
    color: #c61825;
}

.click-more {
    line-height: 30px;
    margin-bottom: 15px;
}

.click-more i {
    font-size: 24px;
}

.layer-social .left {
    display: block;
    text-align: right;
}

.social-way {
    display: inline-block;
}

.social-way.second {
    margin-left: 25px;
}

.layer-social .left p {
    text-align: center;
    color: #c61825;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
}

.layer-social .left p i {
    font-size: 25px;
}

ul.list-share:before {
    display: block;
    content: "Follow us";
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 30px;
    color: #c61825;
    text-align: center;
}

ul.list-share {
    display: table;
}

ul.list-share li {
    display: inline-table;
    list-style: none;
    margin-right: 10px;
}

footer#colophon {
    background-color: #000000;
    background-size: cover;
    /* padding-top: 90px; */
    /* padding-bottom: 60px; */
}

footer#colophon,
footer#colophon a {
    color: #ffffff;
}

footer#colophon a:hover {
    color: #C61825;
}

.footer-logo-img {
    max-height: 45px;
}

.footer-top {
    display: block;
    /* text-align: center; */
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.footer-top section {
    display: inline-block;
    padding: 0 40px;
}

.footer-top form.search-form {
    max-width: 300px;
    width: 100%;
}

.footer-top form.search-form input {
    background: rgb(255, 255, 255);
}

.footer-middle {
    padding-bottom: 50px;
}

.footer-middle .menu-footer-menu-container > ul#menu-footer-menu > li {
    float: left;
    width: 25%;
    margin-top: 44px;
    /* margin-left: 10px; */
}

.footer-middle .menu-footer-menu-container > ul#menu-footer-menu > li > a {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.footer-middle ul#menu-footer-menu .sub-menu {
    margin-top: 35px;
    /* display: none; */
}

.home .footer-middle ul#menu-footer-menu .sub-menu {
    display: block;
}

.footer-middle ul#menu-footer-menu .sub-menu a {
    font-size: 14px;
    text-decoration: none;
    line-height: 26px;
}

.footer-middle ul#menu-footer-menu .sub-menu ul {
    display: none;
}

.footer-copyright p,
.footer-middle ul#menu-footer-menu .sub-menu a {
    color: #fff;
    opacity: 0.5;
}

.footer-middle ul#menu-footer-menu .sub-menu a:hover,
.footer-copyright a:hover,
footer#colophon a:hover {
    opacity: 1;
}

.footer-copyright p {
    /* float: left; */
    font-size: 13px;
}

.footer-copyright .h-langugae.dropdown {
    /* float: right; */
    margin-top: -7px;
    background-color: #222222;
    width: 96px;
}

/* .footer-copyright .h-langugae button{
	opacity: 0.7;
} */
.footer-copyright .h-langugae.open button {
    color: #fff;
    opacity: 1;
}

.footer-copyright .h-langugae button:after {
    background: url(assets/images/icon-drop-f.png) no-repeat center;
}

.footer-copyright .h-langugae ul {
    background: transparent;
    width: 81px;
    border: 0;
    padding: 0;
    box-shadow: none;
    position: static;
}

.footer-copyright .h-langugae ul li a {
    padding: 0 5px;
}

.footer-copyright .h-langugae ul li a:hover {
    color: #fff;
}

.h-langugae ul li a:focus {
    outline: none;
    outline-offset: none;
}

.h-langugae ul li a:active {
    box-shadow: none;
}

.h-langugae ul li:hover {
    background: #c61825;
}

.h-langugae ul li:hover a {
    color: #fff;
}

.scroll-to-top {
    position: fixed;
    bottom: 87px;
    left: 0;
    background: #c61825;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.page-title-wrapper {
    padding: 40px 0;
    background: #eee;
    margin-bottom: 100px;
    position: relative;
}

.page-title-wrapper .container {
    position: relative;
    z-index: 9;
}

.page-title-wrapper_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.page-title-wrapper_bg .img {
    opacity: 0.15;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.h1-title {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    margin: 0;
}

.h1-title span {
    text-transform: capitalize;
    text-transform: uppercase;
}

.breadcrumbs {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
}

.layer-helpbutton p {
    margin-top: 40px;
    margin-bottom: 30px;
}

.b-contact {
    color: #fff;
    width: 256px;
    height: 52px;
    font-size: 15px;
    line-height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #c61825;
    border: 1px solid #c61825;
    border-radius: 4px;
}

.b-contact img {
    margin-right: 10px;
}

.b-contact:hover {
    color: #fff;
}

.about-list ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.about-list ul li {
    display: inline-table;
    list-style: none;
    padding: 0 5px;
}

.about-list ul li a:before {
    display: inline-block;
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.about-list ul li a {
    padding: 7px 30px;
    display: block;
    background: #c61825;
    color: #fff;
    font-size: 15px;
}

.about-list ul li a:hover {
    opacity: 0.8;
}

.sidebar-wrapper {
    padding-right: 35px;
}

.sidebar-wrapper section {
    margin-bottom: 35px;
}

.sidebar-wrapper .h3-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    height: 26px;
    line-height: 26px;
    background: url(assets/images/icon-sm-plus.png) no-repeat right center;
    cursor: pointer;
}

.sidebar-wrapper .h3-title.s-active {
    background: url(assets/images/icon-sm-minus.png) no-repeat right center;
}

.slider-layer ul li {
    list-style: none;
}

.slider-info {
    font-size: 15px;
    background: #fff;
    border: 0;
}

.slider-info > .panel-heading {
    font-size: 15px;
    color: #fff;
    display: block;
    background: #c61825;
    padding: 4px 30px 4px 12px;
    margin-bottom: 15px;
    position: relative;
}

.slider-info .panel-title {
    font-size: 15px;
}

.slider-info .panel-title a {
    color: #fff;
    display: block;
}

.slider-info .panel-title:after {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    content: "\f056";
    font-family: "FontAwesome";
    line-height: 25px;
    color: #fff;
}

.slider-info .panel-title.collapsed:after {
    content: "\f055";
}

.slider-info .panel-collapse.collapse.in {
    margin-top: -5px;
    margin-bottom: 10px;
}

.panel-default > .panel-heading + .panel-collapse > .cat-post {
    border: 0;
    padding: 0;
}

.cat-post {
    margin-top: -5px;
    margin-bottom: 10px;
    display: none;
}

.child-panel.open .cat-post {
    display: block;
}

.child-panel.open .cat-post .children {
    padding-left: 10px;
}

.cat-post a {
    color: #333;
    display: block;
    padding: 0 10px;
    margin: 10px 0;
    line-height: 20px;
    background: none;
    border-left: 4px solid #fff;
}

.cat-post .current a,
.cat-post a:hover,
.cat-post .current_page_item a {
    color: #c61825;
    border-left: 4px solid #c61825;
}

.caldera-grid {
    font-size: 15px;
}

.caldera-grid h3 {
    font-size: 15px;
    margin-bottom: 30px !important;
}

.page .caldera-grid .form-control:focus {
    border-color: #c61825;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.caldera-grid .form-group .form-control {
    padding: 10px;
    line-height: 24px;
    min-height: 44px;
    background: #eee;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 5px;
}

.caldera-grid .file-prevent-overflow .form-control {
    height: 22px;
    line-height: 22px;
}

.caldera-grid .form-group select,
.caldera-grid .form-group textarea {
    margin-bottom: 35px !important;
}

.form-group.quote-upload {
    margin-top: 25px;
}

body .caldera-grid .form-group .Caldera-btn {
    margin-top: 35px;
    max-width: 206px;
    width: 100%;
    line-height: 52px;
    height: 52px;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

body .caldera-grid .btn-default,
body .caldera-grid .btn-default.active,
body .caldera-grid .btn-default.focus,
body .caldera-grid .btn-default:active,
body .caldera-grid .btn-default:focus,
body .caldera-grid .btn-default:hover,
body .open > .dropdown-toggle.caldera-grid .btn-default {
    color: #fff;
    background-color: #c61825;
    border-color: #c61825;
    box-shadow: none;
    outline: 0 !important;
    outline-offsets: none !important;
}

.contactend-info p {
    font-size: 13px;
}

.p-contact.layer-social .left {
    text-align: center;
}

.p-contact.layer-social .list-share {
    margin-left: auto;
    margin-right: auto;
}

.learn-more-hover a {
    background: #c61825;
    padding: 14px 64px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
}

.learn-more-hover a:hover {
    opacity: 0.8;
}

.line2-style {
    max-width: 860px;
    font-size: 20px;
    line-height: 32px;
}

/* .single-content .wpb_wrapper ul li:before,
.single-content.cat ul li:before, */
.single-content .service-content-details h4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 15px;
    background-color: #c61825;
    border-radius: 50%;
}

.single-content .service-content-details h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.single-content,
.content-detail {
    font-size: 15px;
    line-height: 24px;
}

.single-content.cat {
    padding-bottom: 35px;
}

.content-title {
    margin-top: -5px;
    /* font-size: 30px; */
    color: #c61825;
    /* padding-bottom: 40px; */
    /* border-bottom: 1px solid #ddd;
    margin-bottom: 45px; */
}

.slider-tel .title {
    background: #c61825;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    padding-left: 12px;
}

.slider-tel span {
    padding-left: 40px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    background: url(assets/images/icon-x-tel.png) no-repeat left center;
    display: inline-table;
    font-size: 28px;
    font-family: montserrat;
}

.slider-panel .child-panel,
.slider-panel .page_item {
    display: none;
}

.slider-panel.s-active .child-panel,
.slider-panel.s-active .page_item {
    display: block;
}

.slider-panel .child-panel h4 {
    margin: 0;
    position: relative;
    background: #c61825;
    padding: 4px 30px 4px 12px;
    margin-bottom: 15px;
    position: relative;
    font-size: 15px;
}

.slider-panel .child-panel h4:hover {
    background: #c82333;
}

.slider-panel .child-panel h4 a {
    color: #fff;
    padding-top: 2px;
    display: inline-block;
}

.slider-panel .child-panel.cat_item_has_child h4 a span {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
}

.slider-panel .child-panel.cat_item_has_child h4 a span:after {
    content: "\f055";
    font-family: "FontAwesome";
    line-height: 25px;
    color: #fff;
}

.slider-panel .child-panel.open.cat_item_has_child h4 a span:after {
    content: "\f056";
}

.s-i-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 22px;
    height: 26px;
    line-height: 26px;
    background: url(assets/images/icon-sm-plus.png) no-repeat right center;
    cursor: pointer;
}

.s-i-title:hover {
    text-decoration: underline;
}

.slider-panel.s-active .s-i-title {
    background: url(assets/images/icon-sm-minus.png) no-repeat right center;
}

.layer-news .media-heading a {
    font-size: 20px;
    line-height: 31px;
    display: block;
}

.layer-news .media {
    margin-top: 40px;
}

.layer-news .s-info .data {
    font-size: 12px;
    color: #333;
    background: #eee;
}

.layer-news .excerpt {
    font-size: 14px;
    line-height: 21px;
}

.layer-news a.read-more {
    padding: 6px 20px;
    display: inline-block;
    background: #c61825;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding-top: 8px;
}

.resources-layer .media_body a.read-more {
    width: 145px;
    height: 38px;
    line-height: 38px;
    display: block;
    background: #c61825;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.layer-news a.read-more:hover,
.resources-layer .media_body a.read-more:hover {
    opacity: 0.8;
}

.content-bottom {
    text-align: center;
    margin-top: 55px;
    margin-bottom: -15px;
    position: relative;
}

.content-bottom h3 {
    margin-bottom: 25px;
}

.content-bottom h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #ddd;
    left: 0;
    top: 13px;
}

.content-bottom h3 img {
    position: relative;
    background: #fff;
    padding: 0 15px;
}

.resources-layer .panel:last-child {
    border-bottom: 0;
    box-shadow: none;
}

.resources-layer .panel:first-child .panel-title {
    margin-top: 0;
}

.resources-layer .panel-heading {
    padding: 0;
}

.resources-layer .panel-title {
    font-size: 20px;
    padding: 15px 10px;
    background: #eee;
    position: relative;
    margin-top: 15px;
}

.resources-layer .panel-title a {
    padding-top: 4px;
    display: inline-block;
}

.resources-layer .panel-title.collapsed {
    background: none;
    margin-top: 0;
}

.resources-layer .panel-title:before,
.resources-layer .panel-title.collapsed:before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    padding: 0;
    margin-top: -12px;
}

.resources-layer .panel-title:before {
    background: url(assets/images/icon-sm-minus.png) no-repeat right center;
}

.resources-layer .panel-title.collapsed:before {
    background: url(assets/images/icon-sm-plus.png) no-repeat right center;
}

.resources-layer .panel-title span {
    font-size: 11px;
    font-weight: bold;
    float: right;
    margin-right: 70px;
    margin-top: 6px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 100px;
}

.resources-layer .panel-title.collapsed span {
    background: #eee;
}

.resources-layer .media_body {
    position: relative;
    background: #eee;
    border: 1px solid #c61825;
    padding: 30px;
}

.resources-layer .media-left {
    width: 25%;
    vertical-align: middle;
}

.resources-layer img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.resources-layer .media_body a.read-more {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.resources-layer .panel-collapse.collapse.in.media {
    margin-top: 25px;
    padding-bottom: 65px;
}

.single-content.cat table {
    width: 100%;
}

.list-history {
    width: 100%;
    position: relative;
    padding-top: 88px;
}

.list-history:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: #eee;
}

.list-history li {
    position: relative;
    padding-bottom: 88px;
}

.list-history li .title-history {
    position: absolute;
    top: 0;
    left: 45%;
    width: 100px;
    height: 53px;
    line-height: 53px;
    color: #fff;
    font-size: 38px;
    text-align: center;
    background: #c61825;
}

.list-history li:nth-child(odd) .title-history {
    margin-left: -58px;
}

.list-history li:nth-child(even) .title-history {
    margin-left: 48px;
}

.list-history li .info-history {
    width: 45%;
    font-size: 15px;
    line-height: 24px;
}

.list-history li:nth-child(odd) .info-history {
    float: right;
}

.page_nav {
    display: table;
    width: 100%;
    text-align: center;
    color: #999;
}

.page_nav .page_nav_list,
.page_nav .total,
.page_nav .goto {
    display: inline-table;
    margin-bottom: 15px;
}

a.prev.page-numbers,
a.next.page-numbers {
    width: 40px;
}

.page_nav_list .page-numbers {
    color: #999;
    font-weight: bold;
    padding: 10px 10px 8px;
    border: 2px solid #999;
    border-radius: 8px;
    margin-right: 5px;
    display: inline-table;
    line-height: 1;
}

.page_nav_list .page-numbers:hover,
span.page-numbers.current {
    color: #323149;
    border-color: #323149;
}

.page_nav .total {
    margin-left: 15px;
    margin-right: 30px;
}

.page_nav input#page_input {
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #eee;
    border: 0;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 8px;
}

/* .error404 header#masthead,
.post-type-archive-service header#masthead,
.error404 footer#colophon,
.post-type-archive-service footer#colophon {
    display: none;
} */

.error-template h1.page-title {
    font-size: 20em;
}

.media_img a {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.media_img img {
    width: 100%;
    transition: 0.5s transform;
    transform: translateZ(0);
}

.media_img a:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.5s transform;
}

header#masthead {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* header#masthead.affix {
    width: 100%;
    z-index: 999;
}
header#masthead.affix .navbar-top{
	display: none;
}
header#masthead.affix nav.menu-nav_menu-container{
	margin-top: 32px;
}
header#masthead.affix .navbar-header{
	margin:15px 0;
} */

header#masthead .menu-fixed {
    width: 100%;
    z-index: 999;
}

header#masthead .menu-fixed .navbar-top {
    display: none;
}

header#masthead .menu-fixed nav.menu-nav_menu-container {
    margin-top: 32px;
}

header#masthead .menu-fixed .navbar-header {
    margin: 15px 0;
}

header#masthead button.navbar-toggle.collapsed {
    border: 1px solid #c61825;
}

header#masthead .navbar-default .navbar-toggle {
    border: 0;
}

header#masthead button.navbar-toggle span {
    transition: all 0.3s ease 0s;
}

header#masthead .navbar-default .navbar-toggle .icon-bar {
    background: #c61825;
}

header#masthead .navbar-default .navbar-toggle:hover,
header#masthead .navbar-default .navbar-toggle:focus {
    background: #fff;
}

header#masthead .navbar-toggle[aria-expanded="true"] .icon-bar + .icon-bar {
    margin-top: 3.5px;
}

header#masthead
    .navbar-default
    .navbar-toggle[aria-expanded="true"]
    .icon-bar.icon-bar-first {
    transition: all 0.3s ease 0s;
    transform-origin: 0 0;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    /* display: none; */
}

header#masthead
    .navbar-default
    .navbar-toggle[aria-expanded="true"]
    .icon-bar.icon-bar-second {
    transition: all 0.3s ease 0s;
    opacity: 0;
}

header#masthead
    .navbar-default
    .navbar-toggle[aria-expanded="true"]
    .icon-bar.icon-bar-last {
    transition: all 0.3s ease 0s;
    transform-origin: 0 0;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.search_list .iteam {
    margin-bottom: 25px;
}

.search_list .iteam h2 {
    font-size: 22px;
    margin-top: 0;
}

.search_list .search_img {
    text-align: center;
    margin-bottom: 25px;
}

.content-area .wpb_wrapper p,
article.content-detail p {
    line-height: 24px;
}

header#masthead .navbar-header h1,
header#masthead .navbar-header h2 {
    margin: 0;
}

.text-indent2em p {
    text-indent: 2em;
}

.wpb_wrapper table {
    width: 100%;
}

.table > tbody > tr > td {
    border: 0;
}

.table.table-bordered > tbody > tr > td {
    border: 1px solid #dddddd;
}

.table-striped.table > tbody > tr > td {
    vertical-align: middle;
}

.home-certificate .bx-pager.bx-default-pager {
    display: none;
}

.home-certificate .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

div#gallery-certificate .item {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
}

div#gallery-certificate .item img {
    width: 150px;
}

.home-certificate .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 9999;
    font-family: "FontAwesome";
    font-size: 2em;
    color: #000;
}

.home-certificate .bx-wrapper .bx-prev {
    left: -20px;
}

.home-certificate .bx-wrapper .bx-next {
    right: -35px;
}

.home-certificate .bx-wrapper .bx-controls-direction a:hover {
    color: #c61825;
}

.about-page-slide .flexslider {
    border: 0;
    box-shadow: none;
}

.about-page-slide .flex-viewport {
    box-shadow: none;
}

.archive .cat_top {
    margin-bottom: 35px;
}

.form-group span.field_required,
.contactend-info span.field_required {
    font-size: 20px;
    font-weight: bold;
    color: #ee0000;
}

/*--------------------------------------------------------------
左侧快速联系按钮
--------------------------------------------------------------*/
.scroll-to-share {
    position: fixed;
    bottom: 0;
    left: 0;
    /* min-width: 40px; */
    display: block;
    text-align: center;
    display: none;
}

.home .scroll-to-share {
    display: block;
}

/* .scroll-to-share li {
    margin-bottom: 1px;
    background: #c61825;
} */

/* .scroll-to-share a {
    position: relative;
    display: block;
    padding: 10px 0;
    height: 40px
} */

/* .scroll-to-share a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
} */

/* .scroll-to-share a .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 70px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background: #c61825;
    opacity: 0;
} */

/* .scroll-to-share a:hover .title {
    left: 40px;
    display: block;
    transition: all 0.3s ease;
    opacity: 1;
} */

/* .scroll-to-share li.tel a {
    border-bottom: 0px;
} */

.scroll-to-top:hover {
    opacity: 0.8;
}

.scroll-to-share i {
    font-size: 24px !important;
}

.fixed-item,
.fixed-item a,
.fixed-item a:hover,
.fixed-item a:focus {
    color: #fff;
}

.fixed-item {
    cursor: pointer;
    background-color: #C61825;
    height: 48px;
    width: 48px;
}

.fixed-item img {
    max-width: 150px;
}

.fixed-item {
    overflow: hidden;
}

.fixed-item:hover,
.fixed-item:focus {
    overflow: visible;
    background-color: #000;
}

.fixed-item .fixed-des,
.fixed-item .fixed-des {
    transition: all 0.3s ease-in-out;
    background-color: #C61825;
}

.fixed-item:hover .fixed-des,
.fixed-item:focus .fixed-des {
    min-height: 48px;
}

@media (min-width: 768px) {
    .fixed-item {
        height: 48px;
        width: 48px;
    }

    .fixed-item .fixed-des,
    .fixed-item .fixed-des {
        left: -205px;
    }

    .fixed-item:hover .fixed-des,
    .fixed-item:focus .fixed-des {
        left: 100%;
    }
}

@media (max-width: 768px) {
    .scroll-to-share {
        bottom: 0;
    }

    .scroll-to-top {
        bottom: 215px;
    }
}

@media (max-width: 767px) {
    .fixed-item img {
        max-height: 160px;
    }

    .fixed-item:hover .fixed-des,
    .fixed-item:focus .fixed-des {
        right: 100%;
    }

    .fixed-item .fixed-des,
    .fixed-item .fixed-des {
        right: 205px;
    }
}

@media (max-width: 767px) {
    .scroll-to-share,
    .scroll-to-top,
    .scroll-to-share a .title {
        left: auto;
        right: 0;
    }

    .scroll-to-share a .title {
        padding-left: 10px;
    }

    .scroll-to-share a:hover .title {
        right: 40px;
    }
}

.single-post article.single-content .content-title {
    text-align: center;
}

.single-post article.single-content .content-title h2 {
    margin-top: 0;
}

.single-post article.single-content .content-title p {
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
}

.single-post .h1-title {
    display: none;
}

.blockquote-red blockquote {
    border-color: #c61825;
}

.margint-30 {
    margin-top: 30px;
}

.subscribe-h3-title h3 {
    margin-top: 0;
}

.subscribe-checkbox .checkbox-inline {
    font-weight: lighter !important;
}

.subscribe-checkbox .checkbox-inline input[type="checkbox"] {
    top: 6px;
}

.faq-caption .vc_tta-tabs-list li.vc_tta-tab:before {
    display: none;
}

.wpb-js-composer
    .vc_tta-color-grey.vc_tta-style-classic.faq-caption
    .vc_tta-tab.vc_active
    > a {
    font-weight: normal;
    color: #fff;
}

.faq-caption .vc_tta-tabs-list li.vc_tta-tab.vc_active:hover .vc_tta-title-text,
.faq-caption .vc_tta-tabs-list li.vc_tta-tab.vc_active:focus .vc_tta-title-text,
.faq-caption
    .vc_tta-tabs-list
    li.vc_tta-tab.vc_active:active
    .vc_tta-title-text {
    color: #fff;
}

.wpb-js-composer
    .vc_tta-color-grey.vc_tta-style-classic.faq-caption
    .vc_tta-tab.vc_active
    > a {
    background: #C61825;
}

.wpb-js-composer
    .vc_tta-color-grey.vc_tta-style-classic.faq-caption
    .vc_tta-tab
    > a:focus {
}

.wpb-js-composer
    .vc_tta-color-grey.vc_tta-style-classic.faq-caption
    .vc_tta-tab
    > a {
    background: #fff;
    color: rgb(0, 0, 0);
}

.wpb-js-composer
    .vc_tta-color-grey.vc_tta-style-classic.faq-caption
    .vc_tta-tab
    > a:hover {
    background: #c61825;
    color: #fff;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    border-color: rgba(0, 0, 0, 0) !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
    border-bottom: 2px solid #C61825 !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab {
    margin-top: 0 !important;
}

.faq-caption .vc_toggle_title h3 {
    color: #000;
    font-size: 16px !important;
}

.faq-caption .vc_toggle_content p {
    color: #000;
}

.bg-red {
    background: #f0f0f0;
}

.pdf-list-horizontal .bg-red.top {
    padding: 5px 0;
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.pf-title {
    padding: 0 15px;
}

.pdf-list-horizontal h4 a {
    color: #333;
    font-size: 15px;
}

.pdf-list-horizontal h4 a {
    color: #333;
    font-size: 15px;
    background: url(assets/images/icon-pdf.png) no-repeat left 2px;
    padding-left: 25px;
}

.pdf-list-horizontal h4 a:hover {
    color: #c61825;
}

.pdf-line {
    border-bottom: 1px solid #ddd;
}

.pdf-time,
.pdf-title {
    margin: 0;
    padding: 10px 15px;
    line-height: 24px;
}

.slider-panel > .sidebar_custom_page > .cat_item > a {
}

.single-content.cat .video-list-horizontal ul li:before {
    display: none;
}

.video-list-horizontal h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 18px;
}

.video-list-horizontal h3 a {
    color: #000;
}

.video-list-horizontal .row {
    margin-left: -10px;
    margin-right: -10px;
}

.video-list-horizontal .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.video-line {
    text-align: center;
}

.video-line .top {
    position: relative;
    background: #000;
}

.video-line .top img {
    width: 100%;
    opacity: 0.85;
}

.video-line .top .icon-video {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -35px;
    width: 100%;
    text-align: center;
}

.video-line .top .icon-video img {
    width: 70px;
    opacity: 1;
}

.video-line h4 {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-line a:hover h4 {
    color: #c61825;
}

.video-list-horizontal ul li.video-cat {
    border-top: 1px solid #ddd;
    padding-top: 25px;
}

.video-list-horizontal ul li.video-cat:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.sidebar-custom-post > .page_item {
    margin-bottom: 15px;
}

ul.sidebar-custom-post > .page_item > a {
    position: relative;
    display: block;
    padding: 4px 30px 4px 12px;
    background: #c61825;
    font-size: 15px;
    color: #fff;
}

ul.sidebar-custom-post > .page_item > a:hover {
    background: #c82333;
}

ul.sidebar-custom-post > .page_item .children {
    display: none;
}

ul.sidebar-custom-post > .page_item.open .children {
    display: block;
}

ul.sidebar-custom-post .children .children {
    padding-left: 15px;
}

ul.sidebar-custom-post > .page_item .children a {
    display: block;
    padding: 0 10px;
    margin: 10px 0;
    border-left: 4px solid #fff;
    color: #333;
    line-height: 20px;
    background: none;
}

ul.sidebar-custom-post .children .current_page_parent > a,
ul.sidebar-custom-post .children .current_page_item > a,
ul.sidebar-custom-post .page_item .children a:hover {
    color: #c61825;
    border-left: 4px solid #c61825;
}

ul.sidebar-custom-post > .page_item > a > span {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
}

ul.sidebar-custom-post > .page_item > a > span:after {
    content: "\f055";
    font-family: "FontAwesome";
    line-height: 25px;
    color: #fff;
}

ul.sidebar-custom-post > .page_item.open > a > span:after {
    content: "\f056";
}

.single-content .wpb_wrapper ul li ul,
.single-content.cat ul li ul {
    padding-left: 20px;
}

.single-content .wpb_wrapper ul li ul li:before,
.single-content.cat ul li ul li:before {
    background: url(assets/images/icon-circle-thin.png) no-repeat left center;
}

header#masthead .navbar-header h1 a,
header#masthead .navbar-header h2 a {
    display: inline-block;
}

.client-list .bx-pager.bx-default-pager {
    display: none;
}

.client-list .bx-controls-direction {
    text-align: center;
}

.client-list .bx-controls-direction a {
    display: inline-block;
    color: #000;
    font-weight: bold;
    margin: 5px;
}

.client-list .bx-controls-direction a:hover {
    color: #c61825;
}

.news-center-list {
    margin-top: -15px;
}

.news-center-list .h2-title {
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 3px solid #e5e5e5;
}

.news-center-list .h2-title a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: -2px;
    padding-bottom: 10px;
    border-bottom: 3px solid #c61825;
    display: inline-block;
}

.news-center-list .media-heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.news-center-list .media_img a,
.news-center-list .s-info {
    margin-bottom: 35px;
}

.news-center-list .read-more {
    margin-bottom: 15px;
    color: #fff;
    background: #333;
    max-width: 92px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-family: "montserrat";
    font-size: 12px;
}

.news-center-list .read-more:hover {
    background: #c61825;
}

.page-item-984 > a {
    cursor: context-menu;
}

@media (max-width: 1920px) {
    .page-title-wrapper {
        margin-bottom: 40px;
        padding: 15px 0;
    }

    .range {
        margin-bottom: 25px !important;
    }

    .list-area .info-area {
        min-height: 90px;
    }

    footer#colophon {
        /* padding-top: 60px; */
    }

    .home-about {
        padding-top: 45px;
        padding-bottom: 10px;
    }

    .content-area {
        padding-bottom: 45px;
    }

    .home-industry {
        padding-bottom: 30px;
    }

    .footer-middle {
        padding-bottom: 25px;
    }

    .home-services,
    .home-certificate {
        padding-bottom: 25px;
    }

    footer#colophon {
        /* padding-bottom: 5px; */
    }

    .home-client {
        padding-bottom: 0;
    }

    .home .layer-ne,
    .home-title {
        margin-top: 60px;
    }

    .footer-middle .menu-footer-menu-container > ul#menu-footer-menu > li {
        margin-top: 25px;
    }

    .child-industry h3,
    .layer-ne .read-more,
    .home .footer-middle ul#menu-footer-menu .sub-menu,
    .layer-helpbutton p {
        margin-top: 36px;
    }

    .home .layer-ne,
    .contact-area .tel {
        margin-bottom: 45px;
    }

    .layer-ne .nav-tabs {
        margin-bottom: 28px;
    }

    .home-title {
        margin-bottom: 40px;
    }

    .home-about .h2-title,
    .layer-helpbutton p {
        margin-bottom: 25px;
    }

    .child-industry h3,
    .footer-middle {
        margin-bottom: 15px;
    }

    .home .layer-ne .media {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 970px;
    }

    .wpb_wrapper {
        max-width: 970px;
    }

    .h-list-sca {
        height: 303px;
    }

    .slider-tel span {
        padding-left: 40px;
        font-size: 24px;
    }

    .home-about {
        background-size: cover;
    }

    .client-list .iteam:first-child:before {
        top: 33.3333%;
    }

    .client-list .iteam {
        position: static;
    }

    .client-list .iteam:first-child:after {
        border-bottom: 1px solid #ddd;
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        top: 66%;
        margin-top: -10px;
    }

    .client-list .iteam:nth-child(5),
    .client-list .iteam:nth-child(9) {
        border-left: 1px solid #eee;
    }

    .client-list .iteam:nth-child(7) {
        border-left: 1px solid #ddd;
    }

    .list-area .info-area:after {
        width: 35px;
    }

    .navbar-default .navbar-nav > li > a {
        margin-left: 12px;
    }

    .home-certificate .bx-wrapper .bx-prev {
        left: -15px;
    }

    .home-certificate .bx-wrapper .bx-next {
        right: -15px;
    }
}

@media (max-width: 991px) {
    .client-list .iteam:first-child:after {
        display: none;
    }

    .client-list .iteam:first-child:before,
    .client-list .iteam {
        border: 0 !important;
    }

    .layer-social .left {
        text-align: center;
    }

    ul.list-share {
        width: 100%;
        text-align: center;
    }

    .contact-area {
        margin-bottom: 30px;
    }

    .layer-services .container,
    .layer-services .container .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .layer-services .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .child-industry {
        display: table;
    }

    .child-industry .iteam {
        width: 25%;
        float: none;
        display: inline-table;
    }

    .layer-ne .media-left,
    .home .layer-ne .media-left {
        width: 100%;
        display: table;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .media-object {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .layer-services .container .col-xs-12.col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .layer-news a.read-more,
    .resources-layer .media_body a.read-more {
        position: relative;
        margin-top: 15px;
    }

    .resources-layer .media-left {
        width: 35%;
    }

    /* header#masthead.affix nav.menu-nav_menu-container{
		margin-top: 0;
	} */

    header#masthead .menu-fixed nav.menu-nav_menu-container {
        margin-top: 0;
    }

    .home-certificate .bx-wrapper .bx-prev {
        left: 0;
    }

    .home-certificate .bx-wrapper .bx-next {
        right: 0;
    }

    .navbar-right {
        float: left !important;
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }

    .home .footer-middle ul#menu-footer-menu .sub-menu {
        display: none;
    }

    .footer-middle .menu-footer-menu-container > ul#menu-footer-menu > li {
        width: 33.3333%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .home-about .vc_col-sm-6 {
        width: 100% !important;
    }

    .h-list-sca {
        height: 355px;
    }

    .navbar-top {
        top: 40px;
    }

    .navbar-default .navbar-nav > li > a {
        margin-left: 6px;
    }

    nav.menu-nav_menu-container {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 769px) {
    div#navbar {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-top {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        display: table;
        text-align: center;
        width: 100%;
    }

    .navbar-top .phone,
    .navbar-top form.search-form,
    .h-langugae {
        display: inline-table;
        float: none;
        vertical-align: middle;
    }

    .navbar-top:after {
        display: block;
        content: "";
        clear: both;
    }

    .navbar-top {
        margin-top: 15px;
    }

    nav.menu-nav_menu-container {
        margin-top: 0;
    }

    .navbar-default .navbar-nav {
        margin-bottom: 25px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }

    .navbar-default .navbar-nav > li > a {
        margin-left: 0px;
    }

    .navbar-nav > li > .dropdown-menu {
        position: relative;
        width: 100%;
        float: none;
        padding: 0;
        box-shadow: none;
    }

    .navbar-nav > li > .dropdown-menu a {
        padding: 5px 0;
        border-bottom: 1px dashed #ddd;
    }

    .navbar-nav > li > a span.caret {
        border: 0;
        font-family: FontAwesome;
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size: inherit;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        height: auto;
        line-height: 20px;
        margin: 0;
        padding: 10px;
        position: absolute;
        right: 5px;
        text-align: center;
        text-rendering: auto;
        top: 0;
        width: 40px;
        background: none;
    }

    .navbar-nav > li > a span.caret:before {
        content: "\f078";
    }

    .navbar-nav > li > a span.caret.toggle-arrow:before {
        content: "\f077";
    }

    .navbar-nav > li > .dropdown-menu.toggle-dropmenu {
        display: block;
    }

    .footer-middle .menu-footer-menu-container > ul#menu-footer-menu > li {
        width: 100%;
    }

    .content-area .wpb_wrapper p,
    article.content-detail p {
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .container {
        width: auto;
    }

    .equal-height {
        height: auto !important;
    }

    .layer-ne .h2-title {
        margin-right: 5px;
        padding-right: 5px;
    }

    .h-list-sca {
        max-width: 303px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-area .tel span {
        margin-bottom: 10px;
    }

    .child-industry .iteam {
        width: 50%;
    }

    .layer-services .container .col-xs-12.col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .resources-layer .media-left {
        padding: 0;
        margin-bottom: 15px;
    }

    .resources-layer .media_body,
    .resources-layer .media-left {
        width: 100%;
        display: block;
    }

    .range {
        margin-bottom: 35px !important;
        padding: 0 5px;
    }

    .range span {
        margin: 0 5px;
    }

    .contact-area .tel {
        font-size: 22px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .home .layer-ne .media {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .child-industry .iteam {
        width: 100%;
    }

    p.range span {
        display: inline-block;
    }

    p.range span:first-child {
        margin-bottom: 10px;
    }

    .footer-top section {
        margin-top: 15px;
    }

    .layer-ne .h2-title span {
        font-size: 18px;
    }

    .social-way.second {
        margin-left: 0;
    }

    .range,
    .contact-area .tel {
        text-align: center;
        margin-bottom: 35px;
    }

    .home-services .container .row .col-xs-12:last-child,
    .home-industry .child-industry .iteam:last-child {
        display: none;
    }

    .home .layer-ne .h2-title {
        font-size: 16px;
    }
}

/*other*/
.triangle {
    padding-left: 20px;
    position: relative;
}

.triangle::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #c61825;
    z-index: 2;
}

.select-wrapper {
    margin-top: 45px;
}

.tabs-wrap {
    padding: 0 25px;
    position: relative;
}

.custom-tabs-btn {
    padding: 0;
    margin-bottom: 30px;
    line-height: 1;
}

.custom-tabs-btn li span {
    background-color: #c61825;
    padding: 6px 0;
    line-height: 1;
    font-size: 14px;
    position: relative;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.custom-tabs-btn li span:hover,
.custom-tabs-btn .active-tab span {
    background-color: #c61825;
    color: #fff;
}

.jcarousel-control > span {
    color: #c61825;
    font-size: 22px;
}

.jcarousel-control:hover span,
.jcarousel-control:focus span,
.jcarousel-control:active span {
    color: #c61825;
}

.custom-tabs-content .tab-content {
    display: none;
    line-height: 1;
    padding: 0;
}

.tab-content.active-content {
    display: block;
}

.tab-content .table > tbody > tr > td {
    border-top: 1px solid #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 200px;
    vertical-align: middle;
}

.sign-up {
    background: #c61825;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
}

.sign-up:hover,
.sign-up:focus,
.sign-up:active {
    background: #c61825;
    color: #fff;
    text-decoration: none;
}

.sign-up.time-out {
    background-color: #eee;
    color: #c61825;
}

.course-topic,
.course-time {
    font-size: 16px;
    color: #c61825;
    font-weight: 600;
    margin-bottom: 15px;
}

.interested-wrap,
.survey-wrap,
.company-information-wrap,
.personal-information-wrap {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.course-topic-wrap {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.caldera-grid .sign_up_select_time.form-group select,
.caldera-grid .sign_up_select_city.form-group select,
.caldera-grid .Industry-wrap.form-group select {
    margin-bottom: 0 !important;
}

.survey-check-wrap > div > label {
    margin-right: 5px;
}

.survey-check-wrap input[type="checkbox"] {
    margin-top: 5px !important;
}

.course-radio > div > label {
    padding: 10px 10px 10px 20px;
}

.course-radio input[type="radio"] {
    margin-top: 5px !important;
}

.single-course-info {
    margin-bottom: 60px;
}

.single-course-date,
.single-course-place,
.single-course-price,
.single-course-description {
    font-size: 16px;
    line-height: 1.8;
}

.single-course-description strong {
    margin-bottom: 10px;
}

section.single-course-section {
    margin-bottom: 50px;
}

h3.single-course-section-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
    color: #000;
    text-align: center;
}

.table {
    font-size: 13px;
}

@media screen and (max-width: 769px) {
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        overflow: hidden;
    }

    .table-responsive > .table > tbody > tr > td > p {
        margin-bottom: 0;
    }
}

.img-cent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-cent img {
    margin: 0 auto;
}

.horb {
    display: inline-block;
    position: relative;
}

.horb::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #c61825;
    left: -70px;
    top: 50%;
    margin-top: -1px;
}

.horb::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #c61825;
    right: -70px;
    top: 50%;
    margin-top: -1px;
}

@media (max-width: 1023px) {
    .horb::after,
    .horb::before {
        display: none;
    }
}

.befo {
    position: relative;
    padding-left: 10px;
}

.befo::before {
    content: "";
    border: 2px solid #c61825;
    position: absolute;
    height: 18px;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.bgyh_font div:first-child {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .bgyh_font {
        display: flex;
    }

    .bgyh_font div:first-child {
        flex-grow: 2;
        margin-right: 20px;
    }

    .bgyh_font div:last-child {
        flex-grow: 4;
    }
}

@media (min-width: 1024px) {
    .bgyh_font div:last-child {
        width: 1000px;
    }
}

.bg_coupon_wrap {
    border: 1px solid transparent;
    overflow: hidden;
    background: url("assets/images/proc_bgcx.png") no-repeat center center /
        cover;
}

.bg_coupon {
    border: 1px solid #ccc;
    padding: 20px 35px 35px;
    position: relative;
    z-index: -1;
}

.bg_coupon::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    border: 1px solid #ccc;
    left: -20px;
    top: 50%;
    margin-top: -20px;
    border-radius: 50px;
    background-color: #fff;
}

.bg_coupon::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    border: 1px solid #ccc;
    right: -20px;
    top: 50%;
    margin-top: -20px;
    border-radius: 50px;
    background-color: #fff;
}

.bg_coupon_font {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    flex-wrap: wrap;
}

.bg_coupon_font h3 {
    margin: 0 !important;
    font-size: 46px;
    color: #c61825;
}

.bg_coupon_font h4 {
    margin-top: 30px;
}

.bg_coupon p {
    padding-top: 10px;
    font-size: 13px;
}

.title-bot-border {
    position: relative;
    margin-bottom: 25px;
}

.title-bot-border:after {
    background-color: #ddd;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}

.home-top-img-list {
    margin-bottom: 50px;
}

.home-top-img-item {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .home-top-img-list {
        margin-top: 15px;
    }
}

.lastst-news-item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

article {
    display: block;
}

.lastst-news-has-img {
    display: flex;
}

@media (min-width: 768px) {
    .lastst-news-has-img .lastst-news-img {
        min-width: 140px;
        width: 140px;
    }
}

.lastst-news-has-img .lastst-news-img {
    min-width: 100px;
    width: 100px;
    margin-right: 15px;
}

.lastst-news-has-img .lastst-news-info {
    flex: 1;
}

.lastst-news-info {
    display: flex;
}

.lastst-news-has-img .lastst-news-info .lastst-news-title {
    white-space: normal;
}

.lastst-news-info .lastst-news-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 14px;
    font-family: "PingFang SC";
    font-weight: 400;
}

.lastst-news-date {
    width: 90px;
    font-size: 12px;
    color: #999999;
    text-align: right;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .lastst-news-date {
        width: 100px;
        font-size: 13px;
    }
}

.home-top-img-item .h2-title {
    font-size: 20px;
}

.p {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .home-new {
        margin-top: 70px;
    }
}

.home-title-top-info h2 {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}

.home-title-top-info h2::before {
    position: absolute;
    content: url("assets/images/top-before.svg");
    left: 0;
    top: 0;
    margin-top: -2px;
    margin-left: -18px;
}

.home-title-top-info h2::after {
    width: 100%;
    height: 9px;
    transform: skew(-40deg);
    margin: 0 auto;
    background-color: rgba(182, 51, 57, 0.2);
    position: absolute;
    content: "";
    left: 0;
    margin-top: 12px;
    top: 0;
}

/* .home-title-top-info > h2{
    transform: skew(40deg);
    display: block;
    margin-top: -14px;
    margin-left: -5px;
} */
.top-title-sort h3 {
    position: relative;
    padding-left: 10px;
    font-size: 20px;
}

.top-title-sort h3::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 9px;
    background: rgba(182, 51, 57, 0.2);
    transform: skew(-40deg);
    z-index: -1;
    top: 0;
    left: 0;
    margin-top: 7px;
}

/* .top-title-sort-font {
    margin: 15px 0;
} */

.top-title-sort-font a {
    color: #ffffff;
}

.top-title-sort-font a:hover {
    color: #C61825;
}

.btn-default {
    color: #c61825;
    background-color: #fff;
    border-color: #c61825;
    border-radius: 15px;
    padding: 6px 17px;
    font-size: 12px;
    margin-top: 10px;
}

.btn-default:hover {
    color: #fff;
    background-color: #c61825;
    border-color: #c61825;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #c61825;
    border-color: #c61825;
}

.section-second {
    background: #fafafa;
}

.main-detail-h2 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 17px;
}

.main-detail p {
    line-height: 1.7;
}

.main-detail h3 {
    font-family: "Roboto-Bold";
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("Roboto-Bold.woff2") format("woff2"),
        url("Roboto-Bold.woff") format("woff"),
        url("Roboto-Bold.ttf") format("truetype"),
        url("Roboto-Bold.eot") format("embedded-opentype"),
        url("Roboto-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*@media (min-width: 768px){*/
/*.section-banner{*/
/*    margin-bottom: 70px;*/
/*}*/
/*}*/

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
