﻿body {
    margin: 0;
    padding: 0;
}

.p-relative {
    position: relative;
}

.clear {
    clear: both;
}
#backgroundSlider img{width:100%;}
#wrapper {
    min-width: 1000px;
    width: 100%;
    background-color: #dcdedf;
}
#backgroundSlider{
min-width: 1000px !important;
}
#wrapper-home {
    min-width: 1000px;
    width: 100%;
    min-height: 550px;
}

#bg-top {
    min-width: 1000px;
    width: 100%;
    height: 92px;
    background: url("img/menu-bg.png") repeat transparent;
    position: absolute;
    top: 0;
    z-index: 1000;
}

#top {
    min-width: 1000px;
    width: 100%;
    height: 92px;
    position: relative;
}

#bg-bottom {
    min-width: 1000px;
    width: 100%;
    height: 62px;
    background-color: #201c1c;
    border-top: 1px solid #5f5f62;
}

.container {
    width: 960px;
    margin: 0 auto;
}

#logo {
    float: left;
    width: 178px;
    height: 73px;
    margin-top: 8px;
    z-index: 10;
}
#logo a h1, #logo a h2 {
    font-size: 0;
}
#nav-top {
    float: right;
    width: 780px;
}

.email-top {
    float: right;
    margin-top: 15px;
}

input.email-text {
    height: 30px;
    line-height: 20px;
    width: 198px;
    padding: 0 15px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input.btn-register {
    width: 96px;
    height: 33px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #a61c20 url("img/btn-register.jpg") no-repeat -100px center;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
    -webkit-transition: background-position 0.2s ease-out;
    -moz-transition: background-position 0.2s ease-out;
    -ms-transition: background-position 0.2s ease-out;
    -o-transition: background-position 0.2s ease-out;
    transition: background-position 0.2s ease-out;
}

    input.btn-register:hover {
        background-position: right center;
        -webkit-transition: background-position 0.2s ease-out;
        -moz-transition: background-position 0.2s ease-out;
        -ms-transition: background-position 0.2s ease-out;
        -o-transition: background-position 0.2s ease-out;
        transition: background-position 0.2s ease-out;
    }

.nav-header {
    float: right;
}

#bg-bottom .social {
    float: left;
    margin-top: 12px;
}
    #bg-bottom .social h3 {
        display: inline;
    }
    #bg-bottom .social a {
        display: block;
        float: left;
        width: 37px;
        height: 37px;
        margin-left: 10px;
        font-size: 0;
    }

        #bg-bottom .social a.fb {
            background: url("img/ico-social.png") no-repeat 0px 0;
        }

        #bg-bottom .social a.tw {
            background: url("img/ico-social.png") no-repeat -47px 0;
        }

        #bg-bottom .social a.youtube {
            background: url("img/ico-social.png") no-repeat -96px 0;
        }

.trademark {
    float: left;
    margin: 12px 0 0 15px;
    color: #fff;
    line-height: 1.5em;
}

    .trademark a {
        color: #fff;
        text-decoration: none;
    }

        .trademark a:hover {
            color: #f00;
        }

.nav-bottom {
    float: right;
    margin-top: 15px;
}

#content {
    width: 100%;
    background-color: #fff;
    float: left;
    margin: 5px 0 20px 0;
}

.content-left {
    float: left;
    width: 250px;
    margin: 150px 0;
}
    .content-left h2 {
        font-weight: normal;
    }
    .content-left ul {
        float: left;
        margin: 0;
        padding: 0;
        list-style: inside none none;
        width: 100%;
    }

        .content-left ul li {
            padding-left: 20px;
            border-bottom: 1px solid #8a1a1c;
            line-height: 50px;
            width: 100%;
        }

            .content-left ul li a {
                text-decoration: none;
                font-size: 16px;
            }

                .content-left ul li a:hover, .content-left ul li a.active {
                    color: #a71c20;
                }

.content-right {
    float: right;
    width: 600px;
    margin: 30px;
}

.UcContact {
    width: 100%;
    float: left;
}

    .UcContact .title {
        width: 100%;
        border-bottom: 3px solid #8a1a1c;
        color: #a71c20;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .UcContact .desciption {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 150%;
    }

#wrapper .RadMenu_Top .rmItem .rmLink .rmText {
    color: #58595b;
}

#wrapper .RadMenu_Top .rmRootGroup .rmItem .rmLink {
    background: url("img/act-bullet-navtop.png") no-repeat 0 16px;
}

    #wrapper .RadMenu_Top .rmRootGroup .rmItem .rmLink:hover .rmText {
        color: #a71c20;
    }

#wrapper .RadMenu_Top .rmRootGroup .rmFirst .rmLink {
    background: none;
}

.article-list {
    float: left;
    width: 100%;
}

    .article-list .title {
        width: 100%;
        border-bottom: 3px solid #8a1a1c;
        color: #a71c20;
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .article-list ul {
        float: left;
        margin: 0;
        padding: 0;
        list-style: inside none none;
    }

        .article-list ul li {
            float: left;
            width: 190px;
            height: 220px;
            margin-left: 15px;
            margin-bottom: 15px;
        }

            .article-list ul li.first {
                margin-left: 0;
            }

            .article-list ul li img {
                width: 186px;
                height: 186px;
                border: 2px solid #dddedf;
            }

            .article-list ul li a {
                display: block;
                color: #fff;
                text-decoration: none;
                font-size: 15px;
            }

                .article-list ul li a.avatar {
                    width: 190px;
                    height: 190px;
                }

                .article-list ul li a.chitiet {
                    width: 180px;
                    height: 32px;
                    line-height: 32px;
                    padding-left: 10px;
                    background-color: #951619;
                }

.pager {
    text-align: center;
}

    .pager a {
        display: inline-block;
        width: 22px;
        height: 22px;
        line-height: 22px;
        background-color: #5f5f62;
        margin: 0 3px;
        color: #fff;
        text-decoration: none;
        -ms-border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .pager a.select {
            background-color: #95161a;
        }

#article_detail {
    float: left;
    overflow: hidden;
    width: 100%;
}

    #article_detail .title {
        width: 100%;
        border-bottom: 3px solid #8a1a1c;
        color: #a71c20;
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    #article_detail .description {
        font-size: 13px;
    }

.adv-bottom {
    float: left;
    margin-bottom: 20px;
}

.adv-bottom .item {
    float: left;
    background-color: #fff;
    padding: 10px;
    margin-left: 20px;
    width: 286px;
    height: 160px;
}
.adv-bottom .item.first {
    margin-left: 0;
}
.adv-bottom .item > a > img {
    width: 286px;
    height: 160px;
} 


.adv-bottom ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: inside none none;
}
.adv-bottom ul li {
    float: left;
    background-color: #fff;
    padding: 10px;
    margin-left: 20px;
    width: 286px;
    height: 160px;
}
.adv-bottom ul li.first {
    margin-left: 0;
}

.adv-bottom ul li img {
    width: 286px;
    height: 160px;
}
