/* Add here all your CSS customizations */
.fs-14 {
    font-size: 14px !important;
}

a:hover {
    text-decoration: none !important;
}

.fs-16 {
    font-size: 16px !important;
}

.product-categroy-ul {
    padding-left: 0 !important;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.product-categroy-ul li {
    float: left;
    margin-right: 50px;
    list-style: none;
    font-size: 15px;
    line-height: 32px;
}

.footer-ul {
    padding-left: 0;
}

.footer-ul li {
    list-style: none;
    color: #fff !important;
    opacity: 0.8;
}

#header .header-top {
    min-height: 35px;
}

.index-banner-des h2 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0 !important;
}

.index-banner-des {
    position: absolute;
    top: 35%;
    left: 9%;
}

.index-banner-des h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0 !important;
}

.index-banner-des-bg {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 30px;
}

.index-banner-des a {
    background: rgba(0, 64, 125, 0.8);
    color: #fff;
    padding: 10px 50px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    transition: 0.3s;
}

.index-advantage-p p {
    line-height: 18px;
    color: #000;
    font-weight: bold;
}

.divider.divider-small {
    margin: 10px auto 20px !important;
}

.index-product-bg {
    /*background: url(../images/index-product-bg.png) !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.contact-bg {
    background: url(../images/contact-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.bg-none, .bg-none:focus {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
}

.bg-none::-webkit-input-placeholder {
    color: #fff !important;
}

.bg-none::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
}

.bg-none:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

.bg-none:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

.product-detail-des, .product-detail-specification {
    font-family: "Open Sans" !important;
}

.product-detail-des span {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
}

.product-detail-des p {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

.product-detail-des h4 {
    font-family: "Open Sans" !important;
    letter-spacing: 0 !important;
    font-size: 18px !important;
}

.product-detail-des h4 span {
    font-family: "Open Sans" !important;
    font-size: 18px !important;
}

.product-detail-des p span {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
}

.product-detail-specification p span, .product-detail-specification span {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
}

.blog-single-post p {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

.blog-single-post img {
    max-width: 100% !important;
}

.blog-single-post p span {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
}

.post-content ul {
    padding-left: 15px !important;
}

.post-content ul li, .post-content ul li span {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    list-style: none !important;
    line-height: 32px !important;
}

.product-detail-des table {
    width: 100% !important;
}


.product-detail-des table {
    border: 1px solid #777;
}

.product-detail-des table tr td {
    border: 1px solid #777;
}

.product-detail-des table tr td p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.product-detail-des img {
    max-width: 100% !important;
    height: auto !important;
}

.product-detail-des p img {
    max-width: 100% !important;
    height: auto !important;
}

.product-title {
    background: #dc3c2e !important;
}

.product-border {
    border: 1px solid #dc3c2e;
    border-radius: 5px;
}

.product-detail-drawing img {
    width: 50%;
}

.product-detail-ul li {
    list-style: none;

}

.product-detail-ul {
    border: 1px solid #dc3c2e;
}

.post-content img, .post-content p img {
    max-width: 100% !important;
    height: auto !important;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 15px !important;
    }
}

@media (max-width: 992px) {
    .index-banner-des {
        top: 12%;
        width: 100%;
        left: 0%;
    }

    .phone-none {
        display: none;
    }

    .product-detail-des table {
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar !important;
        height: 100%;
        display: block;
    }

    .product-detail-des table tr td {
        border: 1px solid grey !important;
    }
}

@media (max-width: 768px) {

    .index-product-bg {
        background-attachment: initial !important;
    }

    .contact-bg {
        background-attachment: initial !important;
    }

    .mb-phone-3 {
        margin-bottom: 15px;
    }

    .index-banner-des h2 {
        font-size: 12px;
        line-height: 24px;
    }

    .index-banner-des a {
        font-size: 12px;
    }
}

/* --------------------------------

xpopup

-------------------------------- */
.cd-popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(204, 204, 204, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    padding: 50px 10px;
    position: relative;
    max-width: 300px;
    display: table;
    margin: 10em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #000;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.product-contact-bottom-input p {
    margin-bottom: 0;
}

.product-contact-bottom-input input {
    width: 100%;
    height: 43px;
    border: 1px solid #d3d3d3;
    padding-left: 15px;
}

.product-contact-bottom-input-btn button {
    width: 120px;
    height: 40px;
    background: #0c6ed2 !important;
    color: #fff;
    border: none;
}

.product-contact-bottom-input-btn .disabled {
    cursor: not-allowed;
    background: #999;
}

.product-contact-bottom-input-btn a {
    width: 120px;
    height: 40px;
    background: #0c6ed2;
    color: #fff !important;
    border: none;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
}