﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

html, body {
    font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    background: #14202F;
}

.page {
    font-family: arial;
    font-size: 13px;
    display: inline-block;
    width: 999px;
    position: relative;
    margin: 0 auto;
    /* border-left: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    margin-left: calc((100% - 999px)/2);
    background: #fff;
}

.navi, .menu, .banner, .special, .features, .form, .customer, .footer, .copyright {
}

    .navi .container {
        background-color: #BF0007;
    }

    .footer .container {
        background-color: #000;
    }

    .copyright .container {
        background-color: #C40109;
    }

    .menu .container {
        background-color: #FBBC05;
        display: inline-block;
        padding: 0;
    }

    .banner .container, .special .container, .features .container, .form .container, .customer .container, .copyright .container {
        display: inline-block;
        position: relative;
    }

    .navi .container, .menu .container, .banner .container, .special .container, .features .container, .customer .container,
    .footer .container, .copyright .container {
        width: 100%;
    }


    .banner .container {
        padding: 0;
        background-image: url(img/slide.png);
        background-size: 100% 378px;
        border-bottom: 2px solid #000;
        min-height: 326px;
        background-color:#222;
    }

.hot-news {
    background-color: #222;
    width: 279px;
    float: right;
    padding: 10px;
    height: 308px;
    overflow: auto;
}

    .hot-news::-webkit-scrollbar {
        width: 7px;
    }

    .hot-news::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .hot-news::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    .hot-news ul {
        list-style: none;
    }

        .hot-news ul li {
            list-style: none;
        }

    .hot-news .media {
        /* background-color: #333; */
        margin-bottom: 10px;
        clear: both;
        display: inline-block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

        .hot-news .media a {
            color: #fff;
            text-decoration: none;
        }

        .hot-news .media .media-left {
            float: left;
        }

        .hot-news .media .media-body {
            line-height: 18px;
        }

        .hot-news .media .media-object {
            width: 77px;
            height: 64px;
            padding-right: 10px;
        }



.menu {
    border-bottom: 2px solid yellow;
    background-color: #FBBC05;
}

    .menu .menu-top {
        margin: 0px;
    }

        .menu .menu-top li {
            float: left;
            margin: 0 10px;
            list-style: none;
            padding: 7px 0 4px 0;
        }

            .menu .menu-top li:last-of-type {
                float: right;
                margin: 0 10px;
                padding: 0 0 0 24px;
                background-image: url('../images/phone.png');
                background-repeat: no-repeat;
                height: 24px;
                background-size: 24px 24px;
                background-position: 0px 2px;
            }

            .menu .menu-top li p {
                font-weight: bold;
                color: #fff;
                text-shadow: 1px 1px 1px #333;
                font-size: 16px;
                line-height: 15px;
                padding: 5px 0 0 0;
            }
            
.menu .menu-top li:last-of-type {
    padding:7px 0 0 26px;
    height: 17px;
}
.menu .menu-top li:last-of-type a{
    color:red;
    padding:0;
}
            .menu .menu-top li a {
                text-decoration: none;
                color: #333;
                font-weight: bold;
                padding: 0 10px;
            }

.banner .container {
    position: relative;
    display: inline-block;
    width: 700px;
    float: left;
}

    .banner .container .b-thum {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 91px;
        /* background-color:orange; */
        text-align: center;
    }

        .banner .container .b-thum p {
            width: 33%;
            text-align: center;
            float: left;
        }

            .banner .container .b-thum p:first-child {
                text-align: right;
            }

            .banner .container .b-thum p:last-of-type {
                text-align: left;
            }

        .banner .container .b-thum img {
            border: 2px solid orange;
            border-radius: 50%;
            width: 80px;
            height: 80px;
            cursor: pointer;
        }

            .banner .container .b-thum img:hover {
                border: 2px solid red;
            }

.container h3 {
    border-bottom: 1px solid #FBBC05;
    margin: 10px;
    padding: 6px 0 10px 10px;
    font-size: 16px;
    color: #C00007;
}

.special ul {
    display: inline-block;
    position: relative;
    padding: 0 0 0 22px;
    width: calc(100% - 22px);
}

    .special ul li {
        float: left;
        margin: 0;
        list-style: none;
        display: inline-block;
        position: relative;
        width: 120px;
        height: 94px;
        /* background-color: red; */
    }

        .special ul li a {
            text-decoration: none;
            color: #333;
        }

        .special ul li img {
            width: 120px;
            height: 95px;
        }

        .special ul li b {
            font-weight: bold;
            text-align: center;
            display: block;
            padding: 3px 0;
            font-family: tahoma;
            font-size: 11px;
            height: 15px;
            margin: 5px 0 0 0;
        }

        .special ul li p {
            padding: 0 12px;
            text-align: center;
            display: inline-block;
            /* background: red; */
            height: 61px;
            line-height: 15px;
            overflow: hidden;
            font-family: arial;
            font-size: 11px;
        }




.n-hot {
    display: inline-block;
    position: relative;
    padding: 0 0 0 8px;
}

    .n-hot .n-img {
        float: left;
        width: 318px;
    }

        .n-hot .n-img img {
            max-width: 100%;
        }

    .n-hot .n-view {
        float: left;
        width: 648px;
        margin-left: 10px;
        /* background-color: red; */
    }

        .n-hot .n-view .n-des {
            display: inline-block;
            line-height: 18px;
            padding-bottom: 10px;
            font-weight: bold;
        }

        .n-hot .n-view .n-con {
        }

            .n-hot .n-view .n-con ul {
                display: inline-block;
                margin-left: 20px;
            }

                .n-hot .n-view .n-con ul li {
                    line-height: 19px;
                    padding: 0;
                    list-style-type: circle;
                    text-align: justify;
                }


.form {
    background: #ddd;
}


    .form .f-post {
        float: left;
        width: 300px;
        padding: 0 0 0 20px;
    }

        .form .f-post form {
        }

        .form .f-post p {
            display: inline-block;
            position: relative;
        }

            .form .f-post p label {
                float: left;
                width: 68px;
                padding: 6px 0 0 0;
                font-weight: bold;
                color: #666;
            }

            .form .f-post p input {
                float: left;
                width: 200px;
                border: 1px solid orange;
                border-radius: 5px;
                padding: 5px;
                background: yellow;
                font-size: 12px;
            }

            .form .f-post p textarea {
                float: left;
                width: 206px;
                height: 55px;
                border-radius: 6px;
                border: 1px solid orange;
                background: yellow;
                font-size: 12px;
            }

        .form .f-post button {
            margin: 12px 68px;
            padding: 7px 10px;
            border-radius: 6px;
            border: 1px solid #fff;
            background: red;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
        }

    .form .f-info {
        float: left;
        width: 500px;
        line-height: 24px;
    }

        .form .f-info button {
        }

.customer {
    margin-bottom: 20px;
}

    .customer .c-box {
    }

        .customer .c-box a {
            display: block;
            width: 319px;
            height: 202px;
            float: left;
            background: red;
            margin: 10px 0 0 10px;
            position: relative;
            text-decoration: none;
            cursor: pointer;
        }

        .customer .c-box img {
            width: 319px;
            height: 202px;
            cursor: pointer;
        }

        .customer .c-box label {
            width: 311px;
            position: absolute;
            bottom: 0px;
            z-index: 11111;
            left: 0px;
            background-color: orange;
            height: 15px;
            text-align: center;
            padding: 3px 4px;
            line-height: 17px;
            overflow: hidden;
            /* opacity: 0.5; */
            color: #C00007;
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
        }


.footer {
    background-color: #000;
    display: inline-block;
    width: 100%;
    height: 27px;
    margin: 0 0 0 0;
}

    .footer .menu-bottom {
        margin: 0px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .footer .menu-bottom li {
            /* float: left; */
            /* margin: 0 10px; */
            list-style: none;
            padding: 7px 0 0 0;
            height: 19px;
            display: inherit;
            width: 78px;
            text-align: center;
        }

            .footer .menu-bottom li a {
                text-decoration: none;
                color: #fff;
                font-weight: bold;
                font-size: 11px;
            }

.copyright {
    background: #C10007;
    height: 30px;
}

    .copyright .container p {
        padding: 10px 0 0 0;
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 11px;
    }

        .copyright .container p img {
            height: 24px;
            margin-left: 10px;
        }

.col2 {
    display: inline-block;
    position: relative;
}

    .col2 .left {
        float: left;
        width: 699px;
        min-height: 100px;
    }

    .col2 .right {
        min-height: 100px;
        float: right;
        width: 300px;
        background-color: #ddd;
        height: 100%;
        display: inline-block;
    }

    .col2 .left h3 {
        border-bottom: 1px solid #FBBC05;
        margin: 10px;
        padding: 6px 0 10px 10px;
        font-size: 16px;
        color: #C00007;
    }

.left .bn {
}

    .left .bn img {
        width: 679px;
        padding: 5px 10px 0 10px;
    }

.n-item {
    clear: both;
    width: calc(100% - 10px);
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    position: relative;
}

    .n-item h6 {
        padding: 0 0 4px 0;
    }

    .n-item a {
        text-decoration: none;
        color: #4285F4;
    }

        .n-item a:hover {
            text-decoration: underline;
            color: #C00007;
        }

    .n-item img {
        padding: 3px;
        border: 1px solid #ddd;
        margin: 0 10px 0 0;
    }

    .n-item p {
        line-height: 18px;
        text-align: justify;
        padding: 0 10px 0 0;
        /* background: red; */
        max-height: 52px;
        overflow: hidden;
        font-size: 12px;
    }

    .n-item i {
        line-height: 17px;
        text-align: left;
        padding: 2px 0;
        color: #aaa;
        font-size: 11px;
    }

    .n-item em {
        position: absolute;
        display: inline-block;
        background-image: url('../images/xem-tiep.jpg');
        background-position: center right;
        background-repeat: no-repeat;
        bottom: 0px;
        right: 11px;
        font-size: 11px;
        padding: 2px 10px 0 0;
        cursor: pointer;
        color: #a3a3a3;
    }

.pager {
    clear: both;
    display: inline-block;
    width: calc(100% - 20px);
    text-align: right;
    padding: 3px 10px;
    margin: 10px 0 0 0;
}

    .pager a {
        border: 1px solid #ccc;
        border-radius: 3px;
        text-decoration: none;
        padding: 2PX 5PX;
        font-size: 11px;
        color: #4285F4;
    }

        .pager a:hover {
            background-color: orange;
        }

.col2 .right img {
    width: 300px;
}

.right .form {
}

    .right .form h3 {
        padding: 9px 0 9px 10px;
        margin: 0 0 8px 0;
        background: #ccc;
        background: #BF0007;
        color: #FBBC05;
    }

    .right .form .f-post {
        padding: 0 0 0 10px;
    }

        .right .form .f-post p input {
            width: 198px;
        }

        .right .form .f-post p textarea {
            width: 204px;
        }

        .right .form .f-post p button {
            margin-left: 183px;
            margin-right: 0;
        }

.right .ads {
    margin: 10px 0 0 0;
}

    .right .ads img {
        margin: 10px 0 0 0;
        width: 300px;
    }

.n-detail {
    display: inline-block;
    position: relative;
    padding: 0 0 20px 8px;
    width: calc(100% - 20px);
    /* background-color: red; */
}

    .n-detail h1 {
        padding: 15px 0;
        margin: 0px;
        border: none;
        color: #333;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }

    .n-detail .n-img {
        max-width: 679px;
        padding: 10px 0 0 0;
    }

        .n-detail .n-img img {
            max-width: 100%;
        }

    .n-detail i {
        line-height: 17px;
        text-align: right;
        padding: 0 10px;
        color: #aaa;
        font-size: 11px;
        display: inline-block;
        width: calc(100% - 20px);
    }

    .n-detail em {
        line-height: 17px;
        text-align: right;
        padding: 0 10px;
        color: #aaa;
        font-size: 11px;
        display: inline-block;
        width: calc(100% - 20px);
    }

    .n-detail .n-view {
        width: 688px;
        padding: 0 0 20px 0;
    }

        .n-detail .n-view .n-des {
            display: inline-block;
            line-height: 18px;
            padding-bottom: 10px;
            font-weight: bold;
            text-align: justify;
            padding: 10px 10px 0 0;
            font-size: 12PX;
        }

        .n-detail .n-view .n-con {
        }

            .n-detail .n-view .n-con h3 {
                padding: 10px 0;
                margin: 0px;
                border: none;
                color: #333;
                font-weight: bold;
                font-size: 13px;
            }

            .n-detail .n-view .n-con img {
                padding: 10px 0 0 0;
                max-width: 677px;
                min-width: 300px;
            }

            .n-detail .n-view .n-con p.img {
                text-align: center;
            }

            .n-detail .n-view .n-con p {
                line-height: 18px;
                text-align: justify;
                padding: 0 10px 0 0;
                text-align: justify;
                overflow: hidden;
                font-size: 12px;
            }

.n-comment {
}

    .n-comment img {
        width: 100%;
    }

.n-link {
    padding: 5px 0 10px 10px;
}

    .n-link b {
        display: inline-block;
        width: 100%;
        padding: 0 0 10px 0;
    }

    .n-link a {
        text-decoration: none;
        display: inline-block;
        width: 100%;
        padding: 3px 0 3px 12px;
        color: #333;
        background: url('../images/xem-tiep.jpg');
        background-repeat: no-repeat;
        line-height: 14px;
        background-position: 0 5px;
    }

        .n-link a:hover {
            color: orange;
        }
/***********************************************************************/
/***********************************************************************/
.selectedanchor {
    background-color: orange;
}

.anylinkmenu {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid black;
    border-bottom-width: 0;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    background-color: orangered;
    width: 290px;
}

    .anylinkmenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .anylinkmenu ul li a {
            width: 100%;
            display: block;
            text-indent: 3px;
            border-bottom: 1px solid black;
            padding: 7px 0;
            text-decoration: none;
            font-weight: bold;
            text-indent: 5px;
            color: #fff;
        }

    .anylinkmenu a:hover {
        background: black;
        color: white;
    }

.anylinkmenucols {
    position: absolute;
    width: 350px;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid black;
    padding: 10px;
    font: normal 12px Verdana;
    z-index: 100;
    background: #E9E9E9;
}

    .anylinkmenucols li {
        padding-bottom: 3px;
    }

    .anylinkmenucols .column {
        float: left;
        padding: 3px 8px;
        margin-right: 5px;
        background: #E0E0E0;
    }

        .anylinkmenucols .column ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

.anylinkshadow {
    display: none;
    /*position: absolute;
    left: 0;
    top: 0;
    z-index: 99;  
    background: black;
    visibility: hidden;*/
}

/***********************************************************************/
/***********************************************************************/
