﻿body {
    line-height: 160%;
    font-family: Arial, Tahoma;
    font-size: 12px;
    background-color: #F8F9FA !important;
}
/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix /* For IE 6/7 (trigger hasLayout) */ {
    zoom: 1;
}

header {
    background-color: #d0b741;
}

.fullwidth {
    width: 100% !important;
}

.fullheight {
    min-height: 100vh;
}

.displaynone {
    display: none;
}
/**/
.backgroundloginpage {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.form_input_data {
    position: relative;
}


.padding0 {
    padding: 0 !important;
}

.padding30 {
    padding: 30px !important;
}

.margin_top_35 {
    margin-top: 35px;
}

.margin_top_45 {
    margin-top: 45px;
}

.margin_top_60 {
    margin-top: 60px;
}

.margin_top_150 {
    margin-top: 150px;
}

.marginbottom30 {
    margin-bottom: 30px !important;
}

.ui.left.sidebar {
    background-color: #d0b741 !important;
}

.ui.sidebar.menu .item .header {
    box-shadow: none;
}

.ui.menu .item:before {
    background: none !important;
}

.naneofapp {
    color: #c59136;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #424e32;
}

.bntmore {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #c59136;
    padding: 20px 60px;
    color: #c59136;
    text-transform: uppercase;
    border-radius: 500px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .bntmore:hover {
        background-color: #c59136 !important;
        border: 2px solid #fff;
        color: #fff !important;
        box-shadow: 1px 3px 10px #22394b !important;
    }

#MenuButton2 {
    position: fixed;
    left: 0;
    background-color: #d0b741;
    background-image: url(/images/rightarrow.png);
    background-size: 90%;
    background-position: center;
    background-position-x: -1px;
    background-repeat: no-repeat;
    padding: 24px 12px;
    border: 1px solid #b2b2b2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 2px #b2b2b2;
    z-index: 999;
}

.imgbgitem {
    padding: 38%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.itemimage {
    padding: 50%;
    background-size: cover;
    border-radius: 1.5rem;
    background-position: center;
}

.itemimagecatpage {
    padding: 30%;
    background-size: cover;
    border-radius: 1.5rem;
    background-position: center;
}

.itemname {
    overflow: hidden;
    height: 58px;
    line-height: 1.6em;
    margin-bottom: 15px;
    font-size: 1.6em;
    font-weight: 700;
}

    .itemname a {
        color: #795548 !important;
    }

.itemsummary {
    font-size: 1.25em;
    line-height: 1.6em;
}

.itemdate {
    font-size: 1.1em;
    line-height: 1.6em;
    font-style: italic;
}

.notinfo {
    display: inline-block !important;
    margin-bottom: 300px;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.itemheader {
    color: #444444;
    font-weight: 700;
    font-size: 1.2em;
    text-align: left;
}

.itemnamebig {
    overflow: hidden;
    height: 58px;
    line-height: 1.6em;
    margin-bottom: 15px;
    font-size: 1.6em;
    font-weight: 700;
}

    .itemnamebig a {
        color: #795548 !important;
    }

.textitem {
    text-align: justify;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: block;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 1em;
    margin: 0;
    font-weight: bold;
    color: #795548;
}
/* fix bootstrap*/
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.update_company_product_photo_list {
}

    .update_company_product_photo_list ul {
        list-style: none;
    }

        .update_company_product_photo_list ul li {
            float: left;
        }
/* .blo_1 */
.blo_1 {
}

    .blo_1 ul {
    }

        .blo_1 ul li {
            overflow: hidden;
            padding: 15px;
        }

            .blo_1 ul li:hover {
                box-shadow: #483A01 1px 1px 3px;
            }

            .blo_1 ul li .image {
                overflow: hidden;
                margin-bottom: 15px;
                box-shadow: #A4A3A3 1px 2px 7px;
            }

                .blo_1 ul li .image img {
                    width: 100%;
                }

            .blo_1 ul li .content {
            }

                .blo_1 ul li .content .summary {
                    height: 69px;
                    overflow: hidden;
                    text-align: justify;
                }

                .blo_1 ul li .content h2 {
                    overflow: hidden;
                }

                .blo_1 ul li .content .detail {
                    overflow: hidden;
                    height: 69px;
                }
/**/
/* blo_2*/
.blo_2 {
}

    .blo_2 .title {
        background-color: #3b5998;
        color: #fff;
        padding: 0 15px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .blo_2 ul {
    }

        .blo_2 ul li {
            overflow: hidden;
            padding: 15px;
        }

            .blo_2 ul li:hover {
                box-shadow: #483A01 1px 1px 3px;
            }

            .blo_2 ul li .image {
                overflow: hidden;
                width: 100%;
                height: 130px;
                margin-bottom: 15px;
            }

                .blo_2 ul li .image img {
                    width: 100%;
                }

            .blo_2 ul li .content {
            }

                .blo_2 ul li .content .summary {
                    height: 70px;
                    overflow: hidden;
                    text-align: justify;
                }

                .blo_2 ul li .content h2 {
                    overflow: hidden;
                    line-height: 160%;
                    height: 44px;
                }

                .blo_2 ul li .content .detail {
                }
/**/
/* .blo_chiase */
.blo_chiase {
}

    .blo_chiase .title {
        background-color: #483A01;
        line-height: 30px;
        margin: 0 0 15px 0;
        padding: 0 15px;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
    }

    .blo_chiase ul {
    }

        .blo_chiase ul li {
            overflow: hidden;
            padding: 15px 0;
        }

            .blo_chiase ul li:hover {
                box-shadow: #483A01 1px 1px 3px;
            }

            .blo_chiase ul li .image {
                overflow: hidden;
                height: 162px;
                padding: 0;
            }

                .blo_chiase ul li .image img {
                    height: 100%;
                }

            .blo_chiase ul li .content {
                padding: 0 0 0 15px;
            }

                .blo_chiase ul li .content .summary {
                    overflow: hidden;
                    height: 83px;
                    margin-bottom: 10px;
                    text-align: justify;
                }

                .blo_chiase ul li .content .button {
                    display: inline-block;
                    border: 1px solid #000000;
                    background-color: #000000;
                    padding: 5px 15px;
                    color: #fff;
                    text-decoration: none;
                    border-radius: 3px;
                }

                .blo_chiase ul li .content h2 {
                    overflow: hidden;
                    line-height: 160%;
                    height: 22px;
                }

                .blo_chiase ul li .content .detail {
                }
/**/

/* blo_certificate */
.blo_certificate {
    float: left !important;
}

    .blo_certificate li {
        padding: 4px;
    }

.nav-justified > li {
    width: auto !important;
}

#MenuTop > ul > li {
    position: relative;
}

    #MenuTop > ul > li > ul {
        display: none;
        background-color: rgba(237, 28, 36, 0.95);
        min-width: 200px;
        border-radius: 3px;
    }

    #MenuTop > ul > li:hover ul {
        position: absolute;
        display: block;
        top: 54px;
        left: 0;
        z-index: 999;
    }

    #MenuTop > ul > li > ul > li {
        float: none;
        padding: 5px;
    }

        #MenuTop > ul > li > ul > li > a {
            padding: 5px;
            color: #fff;
            font-size: 1.5em;
            text-decoration: none;
        }

            #MenuTop > ul > li > ul > li > a:hover {
                background-color: #483A01;
            }

            #MenuTop > ul > li > ul > li > a > img {
                max-width: 100px;
            }

.navbar-inverse .navbar-nav > .open > a {
    color: #fff;
    background-color: #332b04 !important;
}

.navbar-nav > li > a {
    line-height: 75px;
    margin-bottom: 0;
    padding: 0 20px;
    color: #000000;
    font-size: 1.2em;
    text-transform: uppercase;
}

.navbar-nav > li > span {
    position: absolute;
    right: 5px;
    bottom: 30%;
}

    .navbar-nav > li > span.caret {
        color: #d0b741 !important;
    }

.navbar-nav > li > a:hover {
    color: #6b4d0a;
    background-color: #d0b741;
}

.navbar-nav > li:hover > span.caret {
    color: #f0f0f0 !important;
}

.navbar-nav > li.active {
    color: #95C41F;
    background-color: #000000;
}

    .navbar-nav > li.active > a {
        color: #95C41F !important;
    }



.icon-bar {
    background-color: #d0b741;
}

.navbar {
    display: inline-flex;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 15px;
}

    .navbar ul {
        float: none;
    }

        .navbar ul li {
            float: left;
        }

            .navbar ul li:last-child a {
            }

            .navbar ul li ul {
                float: left;
            }

                .navbar ul li ul li {
                    width: 100%;
                }

                    .navbar ul li ul li > a {
                        background-color: #fff !important;
                        color: #d0b741 !important;
                        transition: 1s ease;
                        -o-transition: 1s ease;
                        -moz-transition: 1s ease;
                        -webkit-transition: 1s ease;
                    }

                    .navbar ul li ul li:hover > a {
                        background-color: #d0b741 !important;
                        color: #ffffff !important;
                    }

.menubutton {
    display: none;
    padding: 14px;
    background-image: url(/images/menu.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}
/**/
.box_shadow {
    box-shadow: #2d3a91 0 3px 5px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_24 {
    margin-bottom: 24px;
}

.margin_bottom_12 {
    margin-bottom: 12px;
}

.margin_bottom_15 {
    margin-bottom: 15px;
}

.mainwidth {
    position: relative;
    margin: 0 auto;
}

.header {
    width: 100%;
    box-shadow: #d0b741 0 3px 10px;
}

.line_black {
    border-bottom: 1px solid #795548;
}

.ui.menu {
    border: none !important;
    margin: 0 0;
    background-color: unset;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#Blo_Trademark {
}

    #Blo_Trademark li {
        float: left;
    }
/* header_1 */
.header_1 {
    display: block;
    position: relative;
    background-color: #d0b741;
    position: relative;
    border-bottom: 1px solid #fff;
    width: 100%;
    line-height: 35px;
}

    .header_1 ul {
    }

        .header_1 ul li {
            float: left;
            padding-left: 0;
            color: #fff;
        }

            .header_1 ul li img {
                margin-right: 10px;
            }

.textheader {
    color: #d0b741;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
}

.textheader1 {
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: 500;
}

.textheader2 {
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 100%;
    margin: 0 !important;
    padding-left: 10px;
    color: #ffffff;
    line-height: 2em;
    font-weight: 700;
    background-color: rgb(51 43 4 / 91%);
}

.textarea {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    color: #f0f0f0;
    background-color: #5c5c5c;
    font-size: 1.6em;
    font-weight: 700;
}

.textjuridical {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
    color: #f0f0f0;
    background-color: #d0b741;
    font-size: 1.6em;
    border-radius: 22px;
}
/* link_seo */
.link_seo {
    position: absolute;
    top: -3px;
    right: 15px;
}

    .link_seo ul {
    }

        .link_seo ul li {
            float: left;
        }

            .link_seo ul li:last-child {
                margin-right: 0;
            }

.linklist > .item {
    color: #c38f34 !important;
}
/* title */
.title {
    line-height: 2em;
    margin: 0 0 15px 0;
    padding: 0;
    color: #795548;
    font-size: 2em;
    font-weight: bold;
}
/**/
/* haedercompanyname */
.haedercompanyname {
    display: inline-block;
    text-align: center;
}

    .haedercompanyname .name1 {
        color: #000;
    }

    .haedercompanyname .name2 {
        font-size: 24px;
        font-weight: 700;
    }

    .haedercompanyname .name3 {
        color: #483A01;
        line-height: 100%;
        margin-top: 7px;
        font-size: 12px;
    }
/**/
/* header_2 */
.header_2 {
    margin: 5px 10px;
}

.logo {
    position: relative;
    padding: 5px 0 10px 0;
}

    .logo a {
        float: left;
        margin: 0 15px;
    }

        .logo a img {
            height: 60px;
        }

.footerlogo {
    margin-top: -51px;
}

    .footerlogo > img {
        margin: 0 auto;
    }

.socialicon {
    display: inline-block;
    margin: 0 auto;
}

.socialicon-item {
    padding: 3px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .socialicon-item > i {
        color: #f0f0f0;
        font-size: 1.2em;
    }

    .socialicon-item:hover {
        background-color: #d0b741;
    }

.find {
    position: relative;
    float: right;
    margin-top: 3px;
}

.find_input {
    height: 25px;
    border-color: #F9F9F9;
    border-bottom-style: solid;
    font-style: italic;
    border-radius: 3px;
}

.find_button {
    position: absolute;
    background-color: #d0b741;
    top: 2px;
    right: 3px;
    padding: 3px;
}
/**/
/* header_3 */
.header_3 {
    background-color: #483A01;
}

    .header_3 nav {
    }

        .header_3 nav ul {
        }

            .header_3 nav ul li {
                float: left;
            }

                .header_3 nav ul li a {
                    padding: 0;
                    line-height: 55px;
                    margin-bottom: 0;
                    padding: 0 28px;
                    color: #fff;
                    font-family: 'UTM Avo' Arial;
                    font-size: 12px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                    .header_3 nav ul li a:hover {
                        background-color: #483A01;
                    }

                    .header_3 nav ul li a.active {
                        background-color: #483A01;
                    }
/* MnMain */
#MnMain {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* banner */
.banner {
    padding: 0;
}
/**/
/*slider1_container*/
#slider1_container {
    position: relative;
}

    #slider1_container div div div div img {
        width: 100%;
    }
/* service_main */
.service_main {
    float: left;
    padding-right: 0;
}

    .service_main ul {
    }

        .service_main ul li {
            overflow: hidden;
            height: 186px;
            margin-bottom: 16px;
            padding: 0;
        }

            .service_main ul li:last-child {
                margin-bottom: 0;
            }

            .service_main ul li a {
                display: block;
                position: relative;
                height: 100%;
            }

                .service_main ul li a img {
                    width: 100%;
                }

                .service_main ul li a span {
                    display: block;
                    position: absolute;
                    background-color: rgba(0, 0, 0, 0.8);
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    padding: 18px 0 17px 0;
                    color: #fff;
                    font-size: 15px;
                    font-weight: bold;
                    text-align: center;
                    text-transform: uppercase;
                }
/**/
/* blog_bg */
.blog_bg {
    padding: 0 0 15px 0;
}

.blo_banner {
    padding: 0;
}
/**/
/* about_main */
.about_main {
    padding: 150px 0;
}

    .about_main ul {
    }

        .about_main ul li {
            float: left;
            margin-bottom: 15px;
        }

            .about_main ul li a {
                position: relative;
            }

                .about_main ul li a span {
                    display: block;
                }

                .about_main ul li a img {
                    width: 100%;
                }

                .about_main ul li a .about_main_info {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    padding-bottom: 23px;
                    padding-top: 10px;
                }

                .about_main ul li a:hover .about_main_info {
                    background-color: rgba(0, 0, 0, 0.60);
                }

                .about_main ul li a .about_main_info .name {
                    margin-bottom: 7px;
                    color: #ff0000;
                    font-weight: bold;
                    text-align: center;
                    text-transform: uppercase;
                    text-shadow: 1px 1px 1px #fff;
                }

                .about_main ul li a .about_main_info .summary {
                    padding: 0 16px;
                    color: #fff;
                    text-shadow: 1px 1px 1px #000;
                }

/******************carousel**********************/
.es-carousel-wrapper {
    position: relative;
    margin: 20px 0;
}

    .es-carousel-wrapper .title {
        display: inline-block;
        background-color: #483A01;
        border: 1px solid #483A01;
        border-bottom: none;
        padding: 10px 20px;
        margin: 0 0 1px 0;
        color: #fff;
        font-weight: normal;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

        .es-carousel-wrapper .title a {
            float: left;
            margin-right: 15px;
            color: #fff;
        }

            .es-carousel-wrapper .title a:hover {
                color: #f0f0f0;
                text-decoration: none;
            }

    .es-carousel-wrapper .es-carousel {
        width: 100%;
        overflow: hidden;
        padding: 0;
    }

    .es-carousel-wrapper .items {
        padding-left: 0;
    }

        .es-carousel-wrapper .items > li {
            float: left;
            position: relative;
            padding: 15px;
            overflow: hidden;
        }

            .es-carousel-wrapper .items > li:first-child {
            }

            .es-carousel-wrapper .items > li:nth-last-of-type(n+2) {
            }

            .es-carousel-wrapper .items > li:last-child {
                padding-right: 0;
            }

            .es-carousel-wrapper .items > li > a {
                position: relative;
                border: 1px solid #A4A3A3;
                text-decoration: none;
            }

                .es-carousel-wrapper .items > li > a:hover {
                    border: 1px solid #483A01;
                }

    .es-carousel-wrapper h3 {
        padding-right: 70px;
    }

    .es-carousel-wrapper .es-nav-prev, .es-carousel-wrapper .es-nav-next {
        display: none !important;
        width: 27px;
        height: 27px;
        overflow: hidden;
        background-position: center top;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        text-indent: -100%;
        font-size: 0;
        line-height: 0;
        white-space: nowrap;
        cursor: pointer;
        z-index: 996;
    }

    .es-carousel-wrapper .es-nav-prev {
        background-image: url(../images/carousel-prev.png);
        right: 28px;
    }

    .es-carousel-wrapper .es-nav-next {
        background-image: url(../images/carousel-next.png);
        right: 0;
    }

        .es-carousel-wrapper .es-nav-prev:hover, .es-carousel-wrapper .es-nav-next:hover {
            background-position: 0 -29px;
        }

#carousel-1 .indent-bottom {
    padding-bottom: 26px;
}

#carousel-2 {
}

#carousel-3 .indent-bottom {
    padding-bottom: 21px;
}

#carousel-3 .box1 {
    padding-bottom: 20px;
    min-height: 354px;
}

.p3 {
    display: block;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 15px;
    border: 0 none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    font-size: 100%;
}

    .p3 .name {
        display: inline-block;
        overflow: hidden;
        color: #000000;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    .p3 .price {
        display: block;
        color: #483A01;
        padding: 10px;
        font-size: 12px;
        font-weight: bold;
    }

.p5 {
    display: block;
    line-height: 27px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #0E71B4;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.img-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
    height: 256px;
    width: 100%;
    background-color: ##f9f9f9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .img-box img {
        position: absolute;
        border: none;
        top: 0;
        left: 0;
        width: 100%;
    }


/*-------------------------------------------------------------------*/
/* product_main */
.product_main {
    padding-left: 0;
}

    .product_main ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .product_main ul li {
            position: relative;
            float: left;
            margin-bottom: 15px;
        }

            .product_main ul li:last-child {
                margin-right: 0;
                padding: 0 0 0 15px;
            }

            .product_main ul li:last-child {
                margin-right: 0;
            }

            .product_main ul li img {
            }

            .product_main ul li .button {
                position: absolute;
                border: 2px solid #fff;
                background-color: #3699fc;
                padding: 8px 12px;
                color: #fff;
                text-transform: uppercase;
                border-radius: 5px;
            }
/**/
.productitem {
    padding: 0 !important;
}

.backgroundproductitem {
    background-color: #d0b741 !important;
}

    .backgroundproductitem:hover {
        background-color: #d0b741 !important;
        -webkit-transition: background 0.1s ease, color 0.1s ease;
        transition: background 0.8s ease, color 0.8s ease;
    }

.imageproduct {
    width: 100%;
    padding: 32% 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.texttypeservice {
    visibility: hidden;
    position: absolute;
    top: 80%;
    left: 42%;
    padding: 5px 10px;
    color: transparent;
    text-transform: uppercase;
    border: 2px solid #f0f0f0;
    background-color: rgb(208 183 65 / 20%);
    transition: top 2s, color 2s, background-color 2s;
    -o-transition: top 2s, color 2s, background-color 2s;
    -moz-transition: top 2s, color 2s, background-color 2s;
    -webkit-transition: top 2s, color 2s, background-color 2s;
}

.textpriceservice {
    position: absolute;
    right: 10px;
    color: #ffffff;
    font-size: 1.4em;
}

    .textpriceservice > .textsub {
        display: inline-block;
        font-weight: 700;
        text-shadow: 1px 1px 3px #000000;
    }

.text-white {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.advertise-area {
    background-image: url(/images/3.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.advertise-text {
    background-color: #d0b741eb;
    padding: 3% 0;
    text-align: center;
}

.colorunset {
    color: unset !important;
}
/* absolute_left */
.absolute_left {
    bottom: 20px;
    left: 20px;
}

/* absolute_right */
.absolute_right {
    bottom: 20px;
    right: 20px;
}
/* link_web */
.link_web {
    float: left;
    border-right: 1px solid #f0f0f0;
    height: 224px;
    padding-left: 0;
}

    .link_web ul {
    }

        .link_web ul li {
            float: left;
            background: url(../Images/Bullet.png) top left no-repeat;
            background-position: 0 13px;
            border-bottom: 1px dotted #000;
            width: 100%;
            height: 36px;
        }

            .link_web ul li a {
                line-height: 36px;
                padding-left: 16px;
                color: #000;
                text-decoration: none;
            }
/**/

/* news_index */
.news_index {
    float: left;
}

    .news_index ul li {
        border-bottom: 1px dotted #f0f0f0;
        width: 100%;
        padding-top: 8px;
    }

        .news_index ul li:last-child {
            border-bottom: none;
        }

        .news_index ul li a {
            display: block;
        }

            .news_index ul li a:hover {
                text-decoration: none;
            }

            .news_index ul li a span {
                display: block;
                float: left;
            }

            .news_index ul li a h2 {
                display: block;
                float: left;
                margin: 0 0 8px 0;
                padding: 0;
            }

            .news_index ul li a .image {
                border: 1px solid #f0f0f0;
                overflow: hidden;
                width: 66px;
                height: 66px;
                padding: 2px;
                margin-right: 18px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
            }

                .news_index ul li a .image img {
                    height: 60px;
                }

            .news_index ul li a .name {
                line-height: 17px;
                color: #009966;
                font-size: 12px;
            }

            .news_index ul li a h3 {
                display: block;
                float: left;
                line-height: 160%;
                margin: 0;
                padding: 0;
                font-size: 1em;
            }

            .news_index ul li a .summary {
                overflow: hidden;
                height: 35px;
                color: #000000;
            }
/**/
.othernews ul li a {
    color: #c38f34;
    font-size: 1.2em;
}

.othernews ul li i {
    float: left;
    color: #795548;
}
/* link_facebook */
.link_facebook {
    overflow: hidden;
    padding-right: 0 !important;
    text-align: right;
}

    .link_facebook img {
        margin-left: 24px;
    }
/**/
.newsname {
    line-height: 1.7em;
    margin: 0 0 15px 0;
    padding: 0;
    color: #795548;
    font-size: 1.6em;
    font-weight: bold;
}

.newssummary {
    font-size: 1.3em;
    line-height: 1.6em !important;
    text-align: justify;
}

.newscontent {
    font-size: 1.3em;
    line-height: 1.6em !important;
    text-align: justify;
}
/* bordertop */
.bordertop {
    border-top: 1px solid #f0f0f0;
}
/* borderbottom483A01 */
.borderbottom483A01 {
    border-bottom: 4px solid #483A01;
    border:;
}

.padding_27 {
    padding: 27px 0;
}

.paddingtop_0 {
    padding-top: 0 !important;
}

.paddingtop_10 {
    padding-top: 10px;
}

.paddingleft_15 {
    padding-left: 15px !important;
}

.paddingleft_0 {
    padding-left: 0 !important;
}

.paddingbottom_0 {
    padding-bottom: 0 !important;
}

.paddingbottom_12 {
    padding-bottom: 12px;
}

.paddingbottom_30 {
    padding-bottom: 30px;
}
/* background */
.background483A01 {
    background-color: #483A01;
}

.background2 {
    background-color: #332b04;
}

.background3 {
    background-color: #f2f2f2;
}
/**/
/* addressfoot */
.addressfoot {
    float: left;
    color: #aaaaaa;
}

    .addressfoot .name {
        font-weight: bold;
        text-transform: uppercase;
    }

.copyright {
    color: #aaaaaa;
    text-align: center;
}

    .copyright a {
        color: #000;
        text-align: center;
        text-decoration: none;
    }
/**/
.footercontent {
    color: #f0f0f0;
}
/* menu_left */
.menu_left {
    margin-bottom: 20px;
    padding-left: 0;
}

    .menu_left .title {
    }

    .menu_left ul {
    }

        .menu_left ul li {
            float: left;
            background: url(../Images/Bullet.png) top left no-repeat;
            background-position: 0 13px;
            border-bottom: 1px dotted #c5c5c5;
            overflow: hidden;
            width: 100%;
            height: 36px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .menu_left ul li:last-child {
                border-bottom: none;
            }

            .menu_left ul li a {
                line-height: 36px;
                padding-left: 16px;
                color: #000;
                text-decoration: none;
                font-size: 1.2em;
            }

                .menu_left ul li a h2 {
                    color: #000000;
                    font-weight: 300 !important;
                }

            .menu_left ul li:hover {
                background-color: #cccccc;
            }

                .menu_left ul li:hover a {
                    color: #483A01;
                }

            .menu_left ul li.active {
                background-color: #cccccc;
            }

                .menu_left ul li.active a {
                    color: #483A01;
                }

            .menu_left ul li a h2 {
                line-height: 36px;
            }
/**/
/* productlist */

.productlist {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 180%;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}

    .productlist:hover {
        background-color: #ececec;
    }

        .productlist:hover > .name {
            color: #000000;
        }

    .productlist > .name {
        position: absolute;
        padding: 5px 10px;
        color: #ffffff;
        text-transform: uppercase;
        background-color: rgb(208 183 65 / 85%);
        transition: 1s ease-in-out;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
    }

    .productlist > .itemfoot {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        padding: 5px 10px;
        color: transparent;
        font-size: 0em;
        font-weight: 700;
        text-transform: none;
        background-color: rgb(208 183 65 / 0%);
        transition: 1s ease-in-out;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
    }

    .productlist:hover > .itemfoot {
        height: 36px;
        color: #000000;
        font-size: 1.1em;
        text-transform: none;
        background-color: rgb(208 183 65 / 85%);
    }

    .productlist > .summary {
        display: block;
        color: #000000;
    }

    .productlist > .location {
        display: block;
        color: #000000;
    }

    .productlist > .button {
        float: left;
        background: #c38f34;
        padding: 10.5px 25px;
        color: #fff;
    }

.productlist_title {
    padding: 8px;
    color: #795548;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
}

.productlist .productlist_title h1 {
    margin: 0;
    font-size: 15px;
}

.productlist .content {
    color: #212728 !important;
    line-height: 160%;
    margin: 0 0 15px 0;
    padding: 10px;
}

.productlist > .column > .productitem > a:hover > .content > .textheader1 {
    color: #6b4d0a !important;
}

.productlist > .column > .productitem > a:hover > div > .texttypeservice {
    visibility: visible;
    top: 37%;
    left: 42%;
    color: #fff;
    background-color: rgb(51 43 4 / 90%);
}

.productlist ul {
}

    .productlist ul li {
        float: left;
        margin: 0 0 60px 0;
    }

        .productlist ul li a {
            overflow: hidden;
            padding: 1px;
            text-decoration: none;
        }

            .productlist ul li a span {
                display: inline-block;
            }

            .productlist ul li a .button {
                float: left;
                background: #795548;
                padding: 10.5px 25px;
                color: #fff;
            }

            .productlist ul li a .image {
                display: inline-block;
                float: none;
                background-color: #e4dddb;
                overflow: hidden;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100%;
                height: 200px;
                padding: 5px;
                vertical-align: bottom;
            }

                .productlist ul li a .image img {
                    overflow: hidden;
                    max-width: 300px;
                    max-height: 200px;
                    margin: 0 auto;
                }

            .productlist ul li a .blotext {
                display: inline-block;
                float: none;
                vertical-align: top;
            }

                .productlist ul li a .blotext span {
                    display: block;
                    vertical-align: bottom;
                }

            .productlist ul li a .name {
                overflow: hidden;
                height: 48px;
                margin-bottom: 10px;
                padding: 10px 0 0 0;
                text-transform: uppercase;
            }

            .productlist ul li a:hover .name {
                color: #795548;
            }

            .productlist ul li a .summary {
                overflow: hidden;
                height: 32px;
                line-height: 160%;
                max-height: 110px;
                padding: 0;
                color: #000;
                font-size: 10px;
                font-weight: bold;
            }

                .productlist ul li a .summary p {
                    padding: 0;
                }
/* menu_page */

/* productlist2 */
.productlist2 {
    padding-right: 0;
}

    .productlist2 .productlist_title {
        float: right;
        background-color: #483A01;
        padding: 16px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

        .productlist2 .productlist_title h1 {
            margin: 0;
            font-size: 15px;
            font-weight: bold;
        }

    .productlist2 .content {
        float: right;
        line-height: 160%;
        margin: 0 0 30px 0;
        padding: 0;
        font-size: 14px;
        text-align: justify;
    }

    .productlist2 ul {
        margin-left: -16px;
    }

        .productlist2 ul li {
            float: left;
            margin: 0 0 16px 0;
        }

            .productlist2 ul li a {
                border: 1px solid #f0f0f0;
                overflow: hidden;
                padding: 1px;
                color: #000;
                text-decoration: none;
            }

                .productlist2 ul li a span {
                    display: block;
                }

                .productlist2 ul li a .image {
                    overflow: hidden;
                    margin-bottom: 17px;
                }

                .productlist2 ul li a .name {
                    padding: 10px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                .productlist2 ul li a:hover .name {
                    color: #483A01;
                }

                .productlist2 ul li a .summary {
                    overflow: hidden;
                    height: 68px;
                    padding: 0 10px 10px 10px;
                    line-height: 160%;
                }

                    .productlist2 ul li a .summary p {
                        overflow: hidden;
                        height: 58px;
                    }

.thumbnail a > img {
    height: 174px !important;
}
/* menu_page */
.menu_page {
    display: inline-block;
}

    .menu_page ul {
    }

        .menu_page ul li {
            background: url(../Images/Bullet.png) top left no-repeat;
            background-position: 0 5px;
            float: left;
            margin-right: 10px;
            padding-left: 20px;
        }

            .menu_page ul li:first-child {
                padding-left: 0;
                background-image: none;
            }

            .menu_page ul li a {
                color: #000000;
                text-decoration: none;
            }

            .menu_page ul li span {
                color: #000000;
                text-decoration: none;
                font-size: 1.2em;
            }

                .menu_page ul li span.current {
                    color: #483A01;
                }

            .menu_page ul li a.current {
                color: #483A01;
            }

/* the overlayed element */
.simple_overlay {
    /* must be initially hidden */
    display: none;
    width: 1px;
    height: 1px;
    position: absolute;
    /* place overlay on top of other elements */
    z-index: 10000;
    /* styling */
    background-color: rgba(255, 255, 255, 1);
}

    /* close button positioned on upper right corner */
    .simple_overlay .close {
        background-image: url(../Images/icon_close.png);
        position: absolute;
        right: -15px;
        top: -15px;
        cursor: pointer;
        height: 35px;
        width: 35px;
        z-index: 1;
    }
/**/
/* "next image" and "prev image" links */
.next, .prev {
    /* absolute positioning relative to the overlay */
    position: absolute;
    z-index: 100;
    top: 40%;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 11px;
    /* upcoming CSS3 features */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.prev {
    left: 0;
    border-right: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}

.next {
    right: 0;
    border-left: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
}

    .next:hover, .prev:hover {
        text-decoration: underline;
        background-color: #000;
    }
/* progress indicator (animated gif). should be initially hidden */
.progress {
    position: absolute;
    top: 45%;
    left: 50%;
    display: none;
}

/* page_navi_box */
.page_navi_box {
    position: relative;
    display: inline-block;
    float: right;
    margin-bottom: 5px;
    padding: 0;
}

    .page_navi_box .page_navi {
        float: right;
    }

        .page_navi_box .page_navi ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .page_navi_box .page_navi ul li {
                float: left;
                border: none;
                width: 32px;
                height: 27px;
                margin: 0 10px 0 0;
                text-align: center;
                vertical-align: middle;
            }

                .page_navi_box .page_navi ul li:last-child {
                    margin-right: 0;
                }

                .page_navi_box .page_navi ul li.current {
                    background-color: #6b6b6b;
                }

                    .page_navi_box .page_navi ul li.current a {
                        color: #fff;
                    }

                .page_navi_box .page_navi ul li:hover {
                    background-color: #6b6b6b;
                }

                .page_navi_box .page_navi ul li a {
                    display: block;
                    color: #000;
                    line-height: 200%;
                    height: 100%;
                    text-decoration: none;
                }

                    .page_navi_box .page_navi ul li a:hover {
                        color: #fff;
                    }

.buttonnext {
    background-image: url(../Images/Next.png);
}

.buttonlast {
    background-image: url(../Images/Next_2.png);
}

.buttonfist {
    background-image: url(../Images/Prev.png);
}

.buttonprev {
    background-image: url(../Images/Prev_2.png);
}
/**/
.blog_left {
    float: left;
    padding-left: 0;
}
/* add_about */
.add_about {
    float: left;
    padding-left: 0;
}

    .add_about ul {
    }

        .add_about ul li {
            float: left;
            border-bottom: 1px dotted #000;
            width: 100%;
        }

            .add_about ul li:last-child {
                border-bottom: none;
            }

            .add_about ul li a {
                color: #000;
                text-decoration: none;
            }

                .add_about ul li a span {
                    display: block;
                }

                .add_about ul li a .name {
                    padding: 16px 10px;
                    font-weight: bold;
                    text-align: center;
                    text-transform: uppercase;
                }

                .add_about ul li a .image {
                    background-color: #EFEFEF;
                    overflow: hidden;
                }

                    .add_about ul li a .image img {
                        margin: 0 auto;
                    }
/**/
/* customer_logo_list */
.customer_logo_list {
    float: right;
    width: 747px;
}

    .customer_logo_list ul {
    }

        .customer_logo_list ul li {
            width: 128px;
            overflow: hidden;
            border: none;
            margin-left: 21px;
        }

            .customer_logo_list ul li a {
            }

                .customer_logo_list ul li a span {
                }

                .customer_logo_list ul li a .image {
                    overflow: hidden;
                    width: 126px;
                    height: 92px;
                    border: 1px solid #f0f0f0;
                    padding: 2px;
                    margin-bottom: 10px;
                }

                    .customer_logo_list ul li a .image img {
                        width: 120px;
                    }

                .customer_logo_list ul li a .name {
                    text-align: center;
                    padding: 0 10px;
                    font-weight: normal;
                    text-transform: capitalize;
                }
/**/
/* news_blog_left */
.news_blog_left {
    float: left;
    padding-left: 0;
}

    .news_blog_left ul li {
        border-bottom: 1px dotted #f0f0f0;
        width: 100%;
        height: 81px;
    }

        .news_blog_left ul li:last-child {
            border-bottom: none;
            padding-top: 8px;
        }

        .news_blog_left ul li a {
            display: block;
        }

            .news_blog_left ul li a span {
                display: block;
                float: left;
            }

            .news_blog_left ul li a .image {
                border: 1px solid #f0f0f0;
                overflow: hidden;
                padding: 2px;
            }

            .news_blog_left ul li a .name {
                margin-bottom: 8px;
                color: #009966;
            }

            .news_blog_left ul li a .summary {
                overflow: hidden;
                height: 35px;
                color: #000000;
            }
/**/
/* service_list */
.service_list {
    float: right;
    padding-right: 0;
}

    .service_list ul li {
        position: relative;
        display: inline-block;
        border: none;
        border-bottom: 1px dotted #f0f0f0;
        padding: 5px 5px 20px 5px;
        margin-left: 0;
        width: 100%;
        font-size: 1.2em;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .service_list ul li:hover {
            background-color: #f0f0f0;
        }

        .service_list ul li a {
        }

            .service_list ul li a.button {
                position: absolute;
                display: block;
                background-color: #d0b741;
                bottom: 20px;
                right: 0;
                line-height: 30px;
                height: 30px;
                color: #fff;
                padding: 0 10px;
                text-align: center;
                text-transform: uppercase;
            }

        .service_list ul li:last-child {
            border-bottom: none;
            padding-top: 8px;
        }

        .service_list ul li span {
            display: block;
            float: left;
        }

        .service_list ul li .image {
            border: 1px solid #f0f0f0;
            overflow: hidden;
            height: 167px;
            padding: 2px;
        }

            .service_list ul li .image img {
                max-height: 161px;
            }

        .service_list ul li .name {
            margin-bottom: 8px;
            padding-left: 15px;
            color: #d0b741;
            font-size: 14px;
        }

        .service_list ul li .summary {
            overflow: hidden;
            padding-left: 15px;
            height: 102px;
            color: #000000;
        }
/**/
/* contact_form */
.contact_form {
}

    .contact_form .contact_form_title {
        background: url(../Images/Icon_Phone.png) top left no-repeat;
        border-bottom: 1px solid #A4A3A3;
        line-height: 42px;
        height: 42px;
        padding-left: 48px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .contact_form .Contact_Info {
        float: left;
        padding-top: 20px;
    }

    .contact_form .contact_form_submit {
        padding-top: 20px;
    }

        .contact_form .contact_form_submit .send_messenger_title {
        }

        .contact_form .contact_form_submit ul {
        }

            .contact_form .contact_form_submit ul li {
                float: left;
            }

                .contact_form .contact_form_submit ul li input {
                    border: 1px solid #A4A3A3;
                    height: 39px;
                    margin-right: 12px;
                    margin-bottom: 12px;
                    padding-left: 10px;
                    border-radius: 5px;
                }

                    .contact_form .contact_form_submit ul li input:last-child {
                        margin-right: 0;
                    }

                .contact_form .contact_form_submit ul li textarea {
                    float: left;
                    border: 1px solid #A4A3A3;
                    width: 100%;
                    height: 176px;
                    margin-right: 12px;
                    margin-bottom: 12px;
                    padding-left: 10px;
                    border-radius: 5px;
                }

                .contact_form .contact_form_submit ul li .button_send {
                    display: inline-block;
                    border: 1px solid #f0f0f0;
                    width: 100%;
                    height: 56px;
                    line-height: 56px;
                    color: #fff;
                    font-size: 21px;
                    text-align: center;
                    text-decoration: none;
                    text-transform: uppercase;
                    border-radius: 5px;
                    /* For Safari 5.1 to 6.0 */
                    background: -webkit-linear-gradient(top,#ddd,#ccc);
                    /* For Opera 11.1 to 12.0 */
                    background: -o-linear-gradient(top,#ddd,#ccc);
                    /* For Fx 3.6 to 15 */
                    background: -moz-linear-gradient(top,#ddd,#ccc);
                    /* Standard syntax */
                    background: linear-gradient(to bottom,#ddd,#ccc);
                }
/* product_detail */
.product_detail {
    padding-right: 0;
    padding-left: 0;
}

    .product_detail > .title {
        display: block;
        background-color: #d0b741;
        padding: 8px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    .product_detail h1 {
        display: block;
        float: left;
        line-height: 25px;
        margin: 0;
        padding: 12px 0;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

    .product_detail > .title h1 {
        margin: 0;
        font-size: 1em;
    }

    .product_detail .image {
        float: left;
        overflow: hidden;
        height: auto;
        text-align: center;
    }

        .product_detail .image img {
            margin: 0 auto;
        }

        .product_detail .image .detailimage {
            overflow: hidden;
            z-index: -1;
        }

            .product_detail .image .detailimage img {
                float: left;
            }

.colortable {
    display: inline-block;
}

    .colortable ul {
        list-style: none;
    }

        .colortable ul li {
            float: left;
            border: 1px solid #f0f0f0;
            height: auto !important;
            margin: 2px;
            padding: 3px;
        }

.product_detail .form_info {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 0;
}

    .product_detail .form_info ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .product_detail .form_info ul li {
            height: 22px;
        }

            .product_detail .form_info ul li strong {
                margin-right: 15px;
            }

    .product_detail .form_info .name {
        overflow: hidden;
        border-bottom: 1px solid #FFF;
    }

        .product_detail .form_info .name span {
            font-size: 17px;
            text-decoration: none;
            line-height: 20px;
            font-weight: bold;
            color: #000;
        }

    .product_detail .form_info .summary {
        line-height: 170%;
        padding: 0;
        font-size: 14px;
    }

    .product_detail .form_info .bloweight {
        display: flex;
        border: 1px solid #f0f0f0;
        color: #795548;
        padding: 10px;
    }

    .product_detail .form_info .summary span {
        display: block;
    }



    .product_detail .form_info .price {
        margin-top: 15px;
        color: #795548;
        font-size: 22px;
        font-weight: bold;
        line-height: 25px;
    }

        .product_detail .form_info .price span {
            margin-right: 15px;
            font-size: 18px;
        }

    .product_detail .form_info .button_order {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #ae0f14;
        padding: 0 20px;
        line-height: 30px;
    }

        .product_detail .form_info .button_order a {
            display: block;
            color: #FFF;
            font-size: 18px;
        }

.product_detail .image_detail_list {
}

    .product_detail .image_detail_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .product_detail .image_detail_list ul li {
            float: left;
            overflow: hidden;
            padding: 2px;
            margin-bottom: 10px;
            text-align: center;
        }



            .product_detail .image_detail_list ul li a {
                display: block;
                border: 1px solid #000;
                width: 100%;
                height: 100%;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
            }

                .product_detail .image_detail_list ul li a:hover {
                    border: 1px solid #AC0303;
                }

                .product_detail .image_detail_list ul li a img {
                    max-height: 100px;
                }

            .product_detail .image_detail_list ul li:hover a img {
            }

            .product_detail .image_detail_list ul li .name {
                display: block;
                text-align: center;
                margin-top: -15px;
            }

.product_detail .detail_info {
    float: left;
    margin-bottom: 120px;
    padding: 0;
    width: 100%;
    font-size: 1.2em;
}

    .product_detail .detail_info .title {
        border: 1px solid #F0F0F0;
        line-height: 30px;
        padding-left: 10px;
        font-weight: normal;
    }

    .product_detail .detail_info .content {
        margin: 0 auto;
        overflow: hidden;
        line-height: 160%;
        padding-bottom: 30px;
        color: #000;
    }

        .product_detail .detail_info .content .image {
            float: left;
            overflow: hidden;
            border: 1px solid #F0F0F0;
            height: auto !important;
            padding: 4px;
            margin-right: 15px;
            margin-bottom: 15px;
        }

        .product_detail .detail_info .content #MainContent_Img_Photos {
            float: left;
            max-width: 400px;
            margin: 0 10px 10px 0;
        }
/**/
/* templatelist */
.templatelist {
    margin-bottom: 30px;
}

    .templatelist .templatelist_title {
        float: right;
        background-color: #483A01;
        padding: 16px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

        .templatelist .templatelist_title h1 {
            font-size: 1em;
            margin: 0;
        }

    .templatelist .content {
        float: right;
        line-height: 160%;
        width: 731px;
        margin: 0 0 30px 0;
        font-size: 14px;
    }

    .templatelist ul {
    }

        .templatelist ul li {
            float: left;
        }

            .templatelist ul li a {
                border: 1px solid #f0f0f0;
                color: #000;
                text-decoration: none;
            }

                .templatelist ul li a span {
                    display: block;
                }

                .templatelist ul li a .image {
                    overflow: hidden;
                    max-height: 340px;
                    margin-bottom: 17px;
                }

                    .templatelist ul li a .image img {
                    }

                .templatelist ul li a .name {
                    padding: 10px;
                    font-weight: bold;
                    text-align: center;
                    text-transform: uppercase;
                }

                .templatelist ul li a:hover .name {
                    color: #483A01;
                }

                .templatelist ul li a .summary {
                    padding: 0 10px 10px 10px;
                    line-height: 160%;
                }
/**/
.socialbuttonlist {
    padding: 5px 0;
}

    .socialbuttonlist ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .socialbuttonlist ul li {
            float: left;
            margin-right: 10px;
        }
/* creation_area_list */
.creation_area_list {
    margin-bottom: 30px;
}

    .creation_area_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .creation_area_list ul li {
            float: left;
            padding: 2px;
        }

            .creation_area_list ul li:nth-child(2n+1) {
                background-color: #fdfdfd;
            }

            .creation_area_list ul li a {
            }

                .creation_area_list ul li a:hover {
                    text-decoration: none;
                }

                .creation_area_list ul li a span {
                    display: block;
                    padding: 2px;
                }

                .creation_area_list ul li a .name {
                    padding: 3px 0 5px 0;
                    color: #000000;
                    font-weight: bold;
                    text-align: left;
                    text-transform: uppercase;
                }

                .creation_area_list ul li a .image {
                    border: 1px solid #A4A3A3;
                    height: 130px !important;
                    margin-right: 5px;
                }

                    .creation_area_list ul li a .image img {
                        max-height: 120px;
                    }

                .creation_area_list ul li a .summary {
                    overflow: hidden;
                    height: 55px;
                    color: #483A01;
                }

                    .creation_area_list ul li a .summary p {
                        margin: 0;
                    }
/**/
/* banner_page */
.banner_page {
    height: 248px;
    overflow: hidden;
}

    .banner_page a {
    }

        .banner_page a img {
            width: 100%;
        }

/* maparea */
.maparea {
    width: 100%;
    overflow: hidden;
    padding: 0;
}
/**/
/* trademark_list */
.trademark_list {
    background-color: #483A01;
}

    .trademark_list ul {
    }

        .trademark_list ul li {
            float: left;
            padding: 5px;
        }

            .trademark_list ul li:last-child {
                border-right: none;
            }

            .trademark_list ul li a {
                min-height: 50px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
            }

                .trademark_list ul li a img {
                    max-height: 40px;
                }
/* content_about */
.content_about {
}

    .content_about ul {
        list-style: none;
    }

        .content_about ul li {
            position: relative;
            float: left;
        }

.blo_text {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

/**/


/* #PopupIndexPage */
#PopupIndexPage {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -340px;
}

    #PopupIndexPage #PopupBackground {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: #000;
        display: block;
        opacity: 0.6;
    }

    #PopupIndexPage #PopupContent {
        position: absolute;
        display: none;
        overflow: hidden;
        background: #fff;
        border: 1px solid #63cdf4;
        width: 680px;
        z-index: 999;
    }

        #PopupIndexPage #PopupContent .popup_header {
            position: relative;
            float: left;
            background: #ffcc00;
            width: 680px;
            line-height: 30px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: auto;
        }

            #PopupIndexPage #PopupContent .popup_header span {
                padding-left: 15px;
            }

            #PopupIndexPage #PopupContent .popup_header .button_close {
                position: absolute;
                top: -3px;
                right: 0;
                cursor: auto;
            }

        #PopupIndexPage #PopupContent .popup_body {
            width: 100%;
            float: left;
            padding: 5px;
        }

            #PopupIndexPage #PopupContent .popup_body a {
                display: block;
            }

                #PopupIndexPage #PopupContent .popup_body a img {
                    width: 100%;
                }

        #PopupIndexPage #PopupContent .popup_footer {
        }
/**/
/* blo_right */
.blo_right {
    padding: 15px;
}
/**/
/* blo_menu */
.blo_menu {
    border: 1px solid #f0f0f0;
    padding: 15px 0;
    margin-bottom: 15px;
}

    .blo_menu .title {
        background-color: #483A01;
        line-height: 30px;
        padding: 0 15px;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
    }

    .blo_menu ul {
    }

        .blo_menu ul li {
            width: 100%;
        }

            .blo_menu ul li:hover {
                background: #f0f0f0;
            }

            .blo_menu ul li a {
                padding: 0 15px;
                line-height: 25px;
                text-decoration: none;
            }
/**/
/* blo_videomini */
.blo_videomini {
    margin-bottom: 15px;
}

    .blo_videomini .title {
        background-color: #483A01;
        line-height: 30px;
        padding: 0 15px;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
    }
/**/
/* blo_image */
.blo_image {
    border: 1px solid #f0f0f0;
    padding: 0;
    margin-bottom: 15px;
}

    .blo_image .title {
        background-color: #483A01;
        line-height: 30px;
        padding: 0 15px;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
    }

        .blo_image .title a {
            display: inline-block;
            float: right;
            color: #fff;
            text-transform: none;
            font-weight: normal;
        }

    .blo_image ul {
    }

        .blo_image ul li {
            padding: 0;
        }

            .blo_image ul li:hover {
                background-color: #3b5998;
            }

            .blo_image ul li a {
                height: 53px;
                overflow: hidden;
            }

                .blo_image ul li a img {
                    width: 100%;
                }

                    .blo_image ul li a img:hover {
                        opacity: 0.6;
                    }
/**/
/* blo_imagelage */
.blo_imagelage {
    padding: 0;
    margin-bottom: 15px;
}

    .blo_imagelage .title {
        background-color: #483A01;
        line-height: 30px;
        padding: 0 15px;
        margin-bottom: 15px;
        color: #fff;
        text-transform: uppercase;
    }

    .blo_imagelage ul {
    }

        .blo_imagelage ul li {
            padding: 1px;
        }

            .blo_imagelage ul li:hover {
                background-color: #3b5998;
            }

            .blo_imagelage ul li a {
            }

                .blo_imagelage ul li a h2 {
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    line-height: 25px;
                    color: #fff;
                    text-align: center;
                    background-color: rgba(47, 58, 146, 0.60);
                }

                .blo_imagelage ul li a .image {
                    position: relative;
                }

                    .blo_imagelage ul li a .image img {
                        width: 100%;
                    }

                        .blo_imagelage ul li a .image img:hover {
                            opacity: 0.6;
                        }
/**/
/* blo_calenda */
.blo_calenda {
}

    .blo_calenda .title {
        background-color: #483A01;
        margin-bottom: 0;
        line-height: 35px;
        padding-left: 15px;
        color: #fff;
    }
/* tablecalenda */
.tablecalenda {
    border: 2px solid #483A01;
    color: #483A01;
}

    .tablecalenda tr {
        border-bottom: 1px dotted #483A01;
    }

        .tablecalenda tr:nth-child(even) {
            background-color: #cccccc;
        }

        .tablecalenda tr:hover {
            background-color: #fcfcfc;
        }

        .tablecalenda tr:first-child {
            border-bottom: 1px double #483A01;
            background-color: #77ba9b;
            color: #fff;
        }

        .tablecalenda tr th {
            border-right: 1px solid #483A01;
            padding: 5px 10px;
            text-align: center;
            font-weight: bold;
        }

        .tablecalenda tr td {
            border-right: 1px solid #483A01;
            padding: 5px 10px;
        }

            .tablecalenda tr td:first-child {
                width: 2%;
                text-align: right;
            }

            .tablecalenda tr td:nth-child(2) {
                width: 10%;
                text-align: right;
            }

            .tablecalenda tr td:last-child {
                border-right: none;
                width: 10%;
                text-align: center;
            }
/**/

/* logolist */
.blo_logolist {
}

    .blo_logolist .title {
        margin-bottom: 0;
        line-height: 35px;
        padding-left: 15px;
        color: #fff;
    }

.logolist {
    display: inline-block;
    padding: 0;
}

    .logolist ul {
    }

        .logolist ul li {
            float: left;
            border: 1px solid #f0f0f0;
            width: 14.28%;
            padding: 10px;
        }

            .logolist ul li:nth-child(even) {
                background: #f0f0f0;
            }

            .logolist ul li a {
            }

                .logolist ul li a img {
                    margin: 0 auto;
                }
/**/
/* media */
@media (max-width:1199px) {
    .service_main {
        float: left;
        padding: 0 0 0 15px;
    }

        .service_main ul li {
            overflow: hidden;
            height: 150px;
            margin-bottom: 19px;
            padding: 0;
        }

            .service_main ul li a {
                position: relative;
                background-position: top;
            }

    .news_blog_left ul li a .summary {
        padding: 0;
    }

    .service_list ul li a.button {
        right: 0;
        left: unset;
    }
}

@media (max-width:1025px) {
    .navbar-nav > li > a {
        padding: 0 8px;
        font-size: 10px;
    }

    .product_detail .detail_info .content {
        width: 70%;
    }
}

@media (max-width:991px) {
    .service_main {
        float: left;
        padding: 0;
    }

        .service_main ul li {
            overflow: hidden;
            width: 352px;
            height: 150px;
            margin-right: 16px;
            margin-bottom: 16px;
            padding: 0;
        }

            .service_main ul li:last-child {
                margin-right: 0;
            }

            .service_main ul li a {
                position: relative;
                background-position: top;
            }
    /* news_index */
    .news_index ul li a .name {
        line-height: 17px;
        width: 65%;
        padding: 0;
        color: #009966;
        font-size: 12px;
    }

    .news_index ul li a .summary {
        overflow: hidden;
        color: #000000;
        width: 65%;
    }

    .news_blog_left ul li a .name {
        padding: 0;
    }

    .service_list ul li .image {
        margin-bottom: 10px;
    }

    .service_list ul li .name {
        padding: 0;
    }

    .service_list ul li .summary {
        padding: 0;
        margin-bottom: 40px;
    }

    .productlist {
        padding-left: 0;
    }

    .blog_left {
        margin-bottom: 30px;
    }

    .copyright {
        float: left;
        text-align: left;
    }

    .contact_form .contact_form_submit .send_messenger_title {
        display: block;
        line-height: 160%;
        border-bottom: 1px solid;
        margin-bottom: 15px;
    }

    .product_detail .detail_info .content {
        width: 80%;
    }
}

@media (max-width:768px) {
}

@media (max-width:767px) {
    .productlist {
        padding-left: 0;
    }

    .news_blog_left {
        margin-bottom: 30px;
    }
}

@media (max-width:766px) {
    .service_main {
        float: left;
        padding: 0;
    }

        .service_main ul li {
            overflow: hidden;
            width: 351px;
            height: 150px;
            margin-right: 16px;
            margin-bottom: 16px;
            padding: 0;
        }

            .service_main ul li:last-child {
                margin-right: 0;
            }

            .service_main ul li a {
                position: relative;
                background-position: top;
            }
    /* product_main */
    .product_main ul li {
        position: relative;
        float: left;
        margin-bottom: 15px;
        padding-right: 0;
    }

        .product_main ul li img {
            width: 100%;
        }
    /* link_web */
    .link_web {
        border-right: none;
    }

    .link_facebook {
        text-align: left;
    }
}

@media (max-width:764px) {
    .service_main {
        float: left;
        padding: 0;
    }

        .service_main ul li {
            overflow: hidden;
            width: 100%;
            height: 150px;
            margin-bottom: 16px;
            padding: 0;
        }

            .service_main ul li a {
                position: relative;
                background-position: top;
            }

    .copyright {
        float: left;
        text-align: left;
    }

    .link_seo {
        position: relative;
        padding-left: 30px;
    }
}

@media (max-width:568px) {
    .navbar {
        position: relative;
    }

        .navbar ul {
            float: left;
            width: 100%;
        }

    .product_detail .detail_info .content {
        width: 90%;
    }

    .blo_text {
        position: relative;
        transform: translateY(-50%);
    }
}

@media (max-width:491px) {
    .logo {
        text-align: center;
    }

        .logo a {
            float: none;
            margin-right: 0;
            margin-bottom: 10px;
        }

            .logo a img {
                max-height: 50px;
                margin: 0 auto;
            }

    .header {
        position: relative;
    }

    .margin_top_150 {
        margin-top: 15px;
    }

    #MnMain {
        /*position: relative;*/
    }

    #MenuTop > ul > li {
        position: relative;
    }

        #MenuTop > ul > li > ul {
            display: none;
            background-color: rgba(237, 28, 36, 0.95);
            min-width: 200px;
            border-radius: 3px;
        }

        #MenuTop > ul > li:hover ul {
            position: absolute;
            display: block;
            top: 54px;
            left: 0;
            z-index: 999;
        }

        #MenuTop > ul > li > ul > li {
            float: none;
            padding: 5px;
        }

            #MenuTop > ul > li > ul > li > a {
                padding: 5px;
                color: #fff;
                font-size: 1.5em;
                text-decoration: none;
            }

                #MenuTop > ul > li > ul > li > a:hover {
                    background-color: #483A01;
                }

                #MenuTop > ul > li > ul > li > a > img {
                    max-width: 100px;
                }

    .navbar {
        position: absolute;
        display: none;
        top: 50px;
        right: 0;
    }

        .navbar ul {
            float: left;
            width: 100%;
        }

            .navbar ul li {
                width: 100%;
            }

    .menubutton {
        display: inline-flex;
        float: right;
        margin-top: 30px;
        z-index: 990;
    }
}
/* flagLanguage */
.flagLanguage {
    position: absolute;
    top: 0;
    right: 20px;
    padding-right: 5px;
    color: #000;
    font-weight: normal;
    z-index: 99;
}

    .flagLanguage ul {
        list-style: none;
    }

        .flagLanguage ul li {
            float: left;
            margin-left: 5px;
        }

            .flagLanguage ul li a {
            }

                .flagLanguage ul li a img {
                    border: 1px solid #bdb9b9;
                    max-height: 18px;
                    border-radius: 3px;
                }
/* */
.btn-top {
    border: medium none;
    bottom: 80px;
    cursor: pointer;
    display: none;
    height: 50px;
    outline: medium none;
    padding: 0;
    position: fixed;
    right: 20px;
    width: 50px;
    z-index: 9999;
}

    .btn-top i {
        display: inline-block;
        background: #A4A3A3;
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 200%;
        border-radius: 50%;
        font-size: xx-large;
        text-align: center;
    }

        .btn-top i:hover {
            background: #d0b741;
        }

.procathomepage {
    margin-bottom: 120px;
}

    .procathomepage ul {
        list-style: none;
    }

        .procathomepage ul li {
            position: relative;
            float: left;
            margin-bottom: 15px;
            padding: 0 15px;
        }

            .procathomepage ul li .image {
                position: relative;
                float: left;
                display: inline-block;
                border: 1px solid #a64444;
                width: 100%;
                box-shadow: #a64444 0 3px 7px;
            }

                .procathomepage ul li .image img {
                    width: 100%;
                }

            .procathomepage ul li .name {
                position: absolute;
                top: 10px;
                left: 30px;
            }

                .procathomepage ul li .name a:hover {
                    color: #a64444;
                    text-decoration: none;
                }

                .procathomepage ul li .name h2 {
                    color: #7f0000;
                }

            .procathomepage ul li .button {
                border: 1px solid #f2e5e5;
                padding: 8px 10px;
            }

.namegroup {
    background: #795548;
    line-height: 1.1;
    padding: 8px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

    .namegroup a {
        float: right;
    }

        .namegroup a:hover {
            color: #fff;
        }

.otherproducttile {
    display: block;
    background-color: #ececec;
    margin-bottom: 62px;
    padding: 15px 0;
    color: #795548;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
}
/* backgroundbannerpage */
.backgroundbannerpage {
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

    .backgroundbannerpage img {
        visibility: hidden;
    }
/* imgcolomain */
.imgcolomain {
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: none !important;
}

    .imgcolomain img {
        width: 10px;
        margin: 5px;
    }

    .imgcolomain span {
        display: inline-block !important;
        font-size: 10px;
    }
/* contentleft */
.contentleft {
    border-right: 2px solid #ddd;
}
/* inlineblock */
.inlineblock {
    display: inline-block;
}
