body {
    font-size: 2em;
    color: #454545;
    font-family: 'Roboto', sans-serif !important;
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

.header-area {
    border-bottom: 2px solid #ffbd6a;
}

    .header-area .header-phone {
        float: left;
        padding-top: 10px;
    }

        .header-area .header-phone i {
            color: #d4d4d4;
            font-size: 16px;
            float: left;
            margin-top: 5px;
        }

        .header-area .header-phone h3 {
            float: left;
            margin: 0px;
            padding: 0px;
            margin-left: 10px;
            font-weight: bold;
            color: #454545;
        }
.header-area .header-phone h1 {
            float: left;
    padding: 0px;
    margin: 5px 20px;
    font-size: 17px;
    color: #6e0100;
        }
    .header-area #language {
        float: right;
        border-left: 2px solid #ffbd6a;
        border-right: 2px solid #ffbd6a;
        padding: 12px;
    }

        .header-area #language a {
            float: left;
            margin: 0px 10px;
            font-size: 16px;
            color: #c6c8cb;
            font-weight: bold;
        }

            .header-area #language a.active {
                color: #454545;
            }

.site-branding-area #searchBox {
    border: 2px solid #d2d2d2;
    padding: 6px 10px;
    width: 100%;
}

    .site-branding-area #searchBox input {
        width: 80%;
        border: 0px solid;
    }

    .site-branding-area #searchBox i {
        color: #d08100;
        float: right;
        padding: 3px;
    }

.mainmenu-area {
    margin-top: 10px;
}

    .mainmenu-area .container .navbar-collapse {
        background-color: #d08100;
    }

    .mainmenu-area ul {
        width: 100%;
    }

    .mainmenu-area li {
        width: 20%;
        background-color: #d08100 !important;
        color: #fff;
    }

        .mainmenu-area li a {
            width: 100%;
            text-align: center;
            color: #fff;
            text-shadow: 0 0px 0 rgba(255,255,255,.25);
            font-weight: bold;
        }

        .mainmenu-area li.active a {
            color: #fff;
        }

        .mainmenu-area li a:hover {
            background-color: #ffd69f !important;
            color: #6e0100;
        }

    .mainmenu-area .navbar-header {
        background-color: #ffd69f !important;
    }

        .mainmenu-area .navbar-header button {
            float: left !important;
        }

        .mainmenu-area .navbar-header span {
            font-size: 16px;
            font-weight: bold;
            padding-left: 10px;
        }

.left-banner {
    padding: 0px 20px 0px 0px !important;
    box-sizing: border-box;
    float: left !important;
}

.right-banner {
    float: right !important;
}

#tse-doc {
    background-color: #ffbe62;
    text-align: center;
    float: left;
    width: 100%;
}

    #tse-doc img {
        width: 100%;
    }

#tour-360 {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    border: 1px solid #c5c7ca;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 10px;
}

    #tour-360 img {
        float: left;
        width: 38%;
    }

    #tour-360 span {
        float: left;
        font-weight: bold;
        text-align: left;
        margin-left: 10px;
        color: #d28200;
        font-size: 14px;
        margin-top: 10%;
        line-height: 16px;
        width: 56%;
    }

.carousel-indicators {
    right: 5% !important;
    width: auto !important;
    margin-left: 0% !important;
    left: auto !important;
}

    .carousel-indicators li {
        background-color: #585553 !important;
    }

        .carousel-indicators li.active {
            background-color: #d08100 !important;
        }

.carousel-caption {
    background-color: rgba(88, 85, 83, 0.55);
    right: 0% !important;
    left: 40% !important;
    bottom: 80px !important;
}

.carousel-inner img {
    height: 338px !important;
}

.nav-tabs {
    border-bottom: 1px solid #d08100 !important;
}

    .nav-tabs > li > a {
        background-color: #d08100 !important;
        border: 0px solid #454545 !important;
        border-radius: 0px 0px 0 0 !important;
        font-size: 14px;
        font-weight: 600;
        padding-right: 150px !important;
        color: #fff !important;
    }

.product-list .item {
    float: left;
    width: 32%;
    border-bottom: 4px solid #d08100;
    margin: 20px 0px 0px 0px;
    margin-right: 2%;
}

    .product-list .item img {
        float: left;
        width: 100%;
        height: 35%;
        max-height: 190px;
        border: 1px solid #d2d2d2;
        box-sizing: border-box;
    }

    .product-list .item .info {
        float: left;
        text-align: center;
        width: 100%;
        padding: 26px 0px 36px 0px;
        border-left: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        box-sizing: border-box;
    }

        .product-list .item .info .name {
            text-align: center;
            padding: 0px 40px;
            margin: 0px;
            font-weight: 400;
            font-size: 18px;
            height: 30px;
            color: #6d0301;
            float: left;
            width: 100%;
            box-sizing: border-box;
        }

        .product-list .item .info span {
            text-align: center;
            padding: 20px 30px 30px 30px;
            color: #af8b8a;
            float: left;
            box-sizing: border-box;
            width: 100%;
            height: 128px;
        }

        .product-list .item .info .detail {
            background-color: #ffbe62;
            text-align: center;
            padding: 12px 30%;
            color: #fff;
            width: 70%;
        }

            .product-list .item .info .detail:hover {
                background-color: #d08100;
            }

    .product-list .item.last {
        margin-right: 0%;
    }

.map-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
    font-size: 13px;
    width: 100%;
    background-color: rgba(208, 129, 0, 0.7);
}

.footer {
    background-color: #d08100;
    padding: 30px 0px 10px 0px;
}

    .footer h4 {
        font-weight: 600;
        color: #fff;
    }

    .footer ul {
        padding: 0px;
        margin: 0px 0px 20px 0px;
        list-style: none;
    }

        .footer ul a {
            color: white;
            line-height: 30px;
        }

    .footer .newsletterWrapper {
        border: 1px solid #ffbe62;
        width: 70%;
        background-color: white;
        float: right;
    }

        .footer .newsletterWrapper input {
            float: left;
            margin: 10px 8px;
            border: 0px solid #fff;
            width: 70%;
        }

        .footer .newsletterWrapper a {
            float: right;
            padding: 11px 16px;
            color: #d08100;
            border-left: 1px solid #ffbe62;
        }

.copyright {
    background-color: #555555;
    padding: 16px 0px;
    font-size: 12px;
    color: #959595;
}

.right-header-banner {
    width: 100%;
    float: left;
}

    .right-header-banner img {
        width: 100%;
        height: 338px !important;
    }

.tab-content ul.left-menu {
    margin: 0px 0px;
    padding: 0px;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    list-style: none;
    float: left;
}

    .tab-content ul.left-menu li {
        border-bottom: 1px solid #ffbd6a;
        padding: 10px 10px;
    }

        .tab-content ul.left-menu li a {
            font-weight: 600;
            color: #555555;
        }

        .tab-content ul.left-menu li.active a {
            color: #d08100;
        }

        .tab-content ul.left-menu li i {
            color: #d08100;
            padding-right: 10px;
        }

.tab-content .page-content {
    margin: 25px 0px 60px 0px;
}

    .tab-content .page-content h4 {
        padding: 0px;
        margin: 0px;
        color: #d08100;
    }

.tab-content .header {
    color: #d08100;
    padding: 30px 10px 20px 10px;
    margin: 0px;
}

.contact-form {
    padding: 10px;
}

    .contact-form input, .contact-form textarea {
        border-radius: 0px !important;
        background-color: #f9f9f9;
        border-color: #e4e4e4;
        resize: none;
    }

    .contact-form textarea {
        height: 100px !important;
    }

    .contact-form button {
        float: right;
        color: white !important;
        text-align: center;
        padding: 10px 40px;
        border-radius: 0px;
    }

.leftProductPictures .item {
    float: left;
    width: 49%;
    height: 85px;
    margin-right: 1%;
    margin-bottom: 5px;
}

    .leftProductPictures .item.last {
        margin-right: 0%;
    }

    .leftProductPictures .item img {
        width: 100%;
        max-height: 85px;
    }

.product-file {
    width: 100%;
    float: left;
    padding: 30px 20px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    background-color: #f2f2f2;
    margin: 20px 0px;
    font-weight: bold;
}

    .product-file i {
        color: #fb0909;
        font-size: 42px;
        float: left;
    }

    .product-file span {
        float: left;
        margin-left: 14px;
        margin-top: 16px;
        color: #454545;
        width: 60%;
    }

.breadcrumbs {
    position: absolute;
    right: 0px;
    top: 14px;
    list-style: none;
}

    .breadcrumbs a {
        font-size: 13px;
        float: left;
        color: #b2b2b2;
        margin: 0px 10px;
    }

        .breadcrumbs a.active {
            color: #d08100;
        }

    .breadcrumbs i {
        float: left;
        font-size: 9px;
        margin-top: 2px;
    }

#up-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px 10px;
    border-radius: 60px;
    background: #ffbd6a;
    text-align: center;
    width: 60px;
    height: 60px;
    display: none;
}

    #up-button i {
        color: #fff;
        font-size: 24px;
    }

.margin-top-36 {
    margin-top: 36px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.alert {
    border-radius: 0px !important;
}

.f-right {
    float: right;
}

.relative {
    position: relative;
}

.no-padding {
    padding: 0px !important;
}

.no-border {
    border: 0px solid #fff !important;
}
.logo {
        float: left;
    margin: 10px 0px;
    }
@media only screen and (max-width: 480px) {

    h3 {
        font-size: 16px !important;
        padding-top: 5px !important;
    }

    .left-banner {
        float: right !important;
        padding: 20px 0px 10px 0px !important;
    }

    .right-banner {
        float: left !important;
    }

    #tse-doc {
        width: 30% !important;
    }

    #tour-360 {
        width: 68% !important;
        margin-left: 2%;
        margin-top: 0px;
    }

        #tour-360 img {
            width: 26%;
        }

        #tour-360 span {
            font-size: 11px;
            line-height: normal;
            float: left;
            margin-top: 3%;
        }

    .carousel-inner img {
        height: 160px !important;
    }

    .logo {
        text-align: center;
        float:none;

    }

    .product-list .item {
        width: 100%;
    }

        .product-list .item.center {
            margin-left: 0%;
            margin-right: 0%;
        }

    .footer .f-right {
        float: left;
    }

    .footer .newsletterWrapper {
        width: 100%;
    }

    .right-header-banner img {
        height: 160px !important;
    }
}
