body {
    margin: 0px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.7em;
}

.body {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.page-width {
    width: 1120px;
    margin: auto;
    position: relative;
}

.paging-top {
    display: none;
}

.paging {
    text-align: center;
    font-size: 13px;
}

.list-item {
    margin: 0 -10px;
    font-size: 0px;
}

.list-item-2 {
    font-size: 0px;
}

.inner-item-2 {
    font-size: 13px;
}

.inner-item {
    margin: 0 10px;
    font-size: 13px;
}

.page-left {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.page-right {
    width: 74.9%;
    display: inline-block;
    vertical-align: top;
}

.item-4 {
    width: 24.9%;
    display: inline-block;
    vertical-align: top;
}

.item-3 {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

.item-2 {
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
}

.item-5 {
    width: 19.9%;
    display: inline-block;
    vertical-align: top;
}

.sub-2-row {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-3-row {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-4-row {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}


.a-center {
    text-align: center;
}

a {
    color: #2e3039;
}

    a:hover {
        color: #e47717;
    }

.img {
    position: relative;
    overflow: hidden;
}

    .img img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .img:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.menu-drop {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .menu-drop .menu-drop-content {
        position: absolute;
        right: 0px;
        top: 100%;
        background: white;
        z-index: 11;
        display: none;
    }

    .menu-drop .menu-drop-close {
        display: none;
    }

    .menu-drop.open .menu-drop-close, .menu-drop.open .menu-drop-content {
        display: block;
    }

    .menu-drop .menu-drop-close {
        position: fixed;
        top: 0px;
        z-index: 10;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.lang {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

    .lang i {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .lang ul {
        background: white;
        border: solid 1px #ddd;
        border-radius: 2px;
        position: absolute;
        right: 0px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        top: 100%;
        width: 120px;
    }


    .lang li {
        position: relative;
    }

    .lang ul a {
        display: block;
        color: black !important;
        padding: 0 10px;
        line-height: 30px;
        text-align: center;
    }

        .lang ul a:hover {
            background: #f1f1f1;
        }

    .lang ul li {
        display: block;
        border-top: solid 1px #ddd;
    }

        .lang ul li:first-child {
            border-top: 0px;
        }

#topPage {
    background: #f9f9f9;
    line-height: 40px;
    color: #808080;
    border-bottom: solid 1px #ddd;
    position:relative;
    z-index:119999;
}

.social-item {
    float: left;
    width: 40px;
    text-align: center;
    color: #808080;
    border-right: solid 1px #ddd;
}

#topPage .social-item:first-child {
    border-left: solid 1px #ddd;
}

#headPage {
    padding: 10px 0;
}

.head-right {
    float: right;
}

.stellarnav.desktop > ul > li > a {
    padding: 0px;
    line-height: 80px;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
}

.stellarnav.desktop > ul > li {
    margin-left: 40px;
}

.stellarnav.desktop ul ul {
    background: #f9f9f9;
}

.stellarnav.desktop li a {
    color: #333;
    font-size: 16px;
}

#footPage {
    background: url(/Content/Images/Home/bg-foot.png) center center no-repeat #252525;
    color: white;
    padding: 30px 0;
}

.title-foot {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .title-foot:before {
        content: '';
        border-top: dashed 1px white;
        height: 1px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 200px;
    }

.clear-p p {
    margin: 0px;
}

.map-foot iframe {
    height: 220px;
}

.row-foot {
    line-height: 22px;
    padding: 5px 0;
    border-bottom: dashed 1px white;
}

.icon-foot {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: top;
    background: url(/content/images/home/icon-foot.png) no-repeat;
}

.icon-address {
    background-position: 0 0;
}

.icon-web {
    background-position: 0 -37px;
}

.icon-mail {
    background-position: 0 -74px;
}

.icon-phone {
    background-position: 0 -112px;
}

.icon-schedule {
    background-position: 0 -157px;
}

.banner-item {
    position: relative;
}

    .banner-item .wrap-desc {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        text-align: center;
    }

        .banner-item .wrap-desc .desc {
            display: inline-block;
            padding: 10px 10px 30px 10px;
            position: relative;
            color: white;
            background: #3d449c;
            margin-top: -50%;
            border-radius: 10px;
        }

            .banner-item .wrap-desc .desc .link {
                color: white;
                background: #3d449c;
                border-radius: 100px;
                position: absolute;
                bottom: -15px;
                right: 20px;
                border: solid 1px white;
                padding: 0 20px;
                line-height: 30px;
            }

#wrapSlider {
    border-bottom: solid 10px #3d449c;
    border-top: solid 5px #3d449c;
}

.title-line {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #f29123;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height:28px;
    position: relative;
    border-bottom: solid 2px #bfbfbf;
}

    .title-line:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0px;
        width: 150px;
        height: 2px;
        background: black;
    }

.title-center {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #f29123;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

    .title-center:after {
        content: '';
        display: block;
        margin: auto;
        width: 150px;
        height: 2px;
        background: black;
        margin-top: 10px;
    }

.wrap-cate {
    position: relative;
}

.service-cate {
    height: 310px;
    background-position: center center;
    background-size: cover;
    color: white;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.list-cate > .item-3:first-child {
    width: 66.6%;
}

    .list-cate > .item-3:first-child .wrap-cate:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-top: solid 4px white;
        border-right: solid 4px white;
        border-left: solid 4px white;
        content: '';
        position: absolute;
    }

.wrap-cate:after {
    bottom: 10px;
    right: 10px;
    height: 4px;
    width: 10px;
    background: white;
    content: '';
    position: absolute;
}

.service-cate:after {
    bottom: 10px;
    height: 4px;
    left: 10px;
    right: 140px;
    background: white;
    content: '';
    position: absolute;
}

.service-cate span {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 120px;
    text-align: center;
}

.product-item {
    border: solid 1px #ddd;
    border-radius: 10px;
    margin: 1px;
    margin-bottom:20px;
}

    .product-item img, .product-item .img {
        display: block;
        border-radius: 10px 10px 0 0;
        margin:auto;
    }

    .product-item .name {
        font-size: 16px;
        text-align: CENTER;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        padding: 10px;
    }

    .product-item .desc {
        padding: 10px;
    }

    .product-item .more {
        display: block;
        border-top: solid 1px #ddd;
        line-height: 40px;
        padding: 0 10px;
        text-transform: uppercase;
    }

        .product-item .more i {
            float: right;
        }


.news-item .img, .news-item .img img {
    display: block;
}

.news-item .name {
    font-size: 18px;
    display: block;
    margin: 20px 0;
}

.news-item {
    margin-bottom: 20px;
}

.home-left {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.home-right {
    width: 54.9%;
    display: inline-block;
    vertical-align: top;
}

.news-item-small .img {
    float: left;
    width: 200px;
    margin-right: 10px;
}

.news-item-small .name {
    margin-top: 0px;
    text-align: left;
}

.news-item-small {
    margin-bottom: 0px !important;
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
}


.wrapBreadcrumb {
    background: #f3f3f3;
    padding: 10px 0;
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: black;
    list-style: none;
    overflow: hidden;
}

    .breadcrumb a {
        color: black;
        display: block;
        line-height: 22px;
    }

    .breadcrumb > li {
        position: relative;
        white-space: nowrap;
        display: inline-block;
        height: 22px;
        vertical-align: top;
        padding-right: 6px;
    }

.Button {
    min-width: 100px;
    background: #00a0ea !important;
    border: 0px !important;
    font-size: 15px;
    color: white;
}

.detail-left {
    width: 74.9%;
    display: inline-block;
    vertical-align: top;
}

.detail-right {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}


.form {
    width: 100%;
}

    .form th, .form td {
        padding: 0 10px 10px 0;
        text-align: left;
    }

    .form .TextBox, .form .TextArea, .form .SelectBox {
        width: 100%;
    }

    .form th {
        width: 120px;
    }

.title-left {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border: solid 1px #ddd;
    text-transform: uppercase;
}


.social {
    margin-bottom: 10px;
}

    .social a {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top
    }

.fb_iframe_widget span, .fb_iframe_widget {
    vertical-align: top !important;
}

.title-page {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: solid 1px #dadada;
    margin-bottom: 10px;
    line-height: 35px;
    display: block;
    margin-top: 0px;
    font-weight: bold;
}

.stellarnav li:hover > a {
    color: #f29123 !important; 
}

#copyRight {
    background: #191919;
    color: white;
    text-align: center;
    line-height: 40px;
}