/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: url("./img/images/background.jpg") !important;
    font-family: arial;
	overflow: auto;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        container: '';
        container: none;
    }

a {
    text-decoration: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wrapper {
    border: 1px solid #ccc;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    background-color: #fff;
}

#banner {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

#menu {
    position: relative;
}

    #menu > ul > li {
        float: left;
        height: 37px;
        line-height: 37px;
        border-right: 1px solid #a0500c;
        border-left: 1px solid #683a04;
    }

    #menu ul {
        background: #80400a;
        height: 37px;
    }

        #menu ul li a,#menu ul li a:visited,#login {
            color:#fff;
            font-weight: bold;
            font-size: 12px;
            padding: 0 12px;
        }

#login {
    position: absolute;
    right: 0;
    top: 7px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#container-left {
    padding: 5px;
    position: relative;
    width: 100%;
}

#container-right {
    margin: 5px 0;
    padding-right: 5px;
    width: 100%;
}

#hotnews {
    background: #fffde7 none repeat scroll 0 0;
    border: 1px solid #fee98e;
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px;
}

#hotnews-left {
    position: relative;
    width: 100% !important;
}

    #hotnews-left img {
        width: 100%;
    }

#hotnews-right {
    margin: 0;
    padding: 0;
    width: 100%;
}

#title-hotnews-other {
    background: rgba(0, 0, 0, 0) url("./img/images/bg_title_hotnews.png") no-repeat scroll 0 0 / 100% 100%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
}

    #title-hotnews-other a, #title-hotnews-other a:visited {
        text-transform: uppercase;
        color: #fff !important;
        font-size: 12px;
        font-weight: bold;
    }

#hotnews-left a, #hotnews-left a:visited, #hotnews-right a, #hotnews-right a:visited {
    color: #333;
}

#hotnews-left a {
    font-size: 15px;
    font-weight: bold;
    line-height: 150%;
}

#hotnews-right a {
    font-size: 12px;
    line-height: 150%;
}

#hotnews-right li {
    background: rgba(0, 0, 0, 0) url("./img/images/bg_li_hotnew.png") no-repeat scroll 0 7px;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	text-align:justify !important;
}

#hotnews-right ul {
    padding: 7px;
}

#adv-center img {
    width: 100%;
}

#menu-left {
    margin-right: 5px;
    padding-top: 5px;
}


.boxnews {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 1px;
    margin-top: 5px;
}

.boxnews-title {
    background: url("./img/images/bg_boxnew.png") repeat-x scroll 0 0;
    border-bottom: 2px solid #80400a;
    height: 30px;
    line-height: 30px;
}

.boxnews-title-right {
    background: rgba(0, 0, 0, 0) url("./img/images/bg_boxnew_right.png") no-repeat scroll 0 0 / 100% 100%;
    float: left;
    height: 28px;
}

.boxnews-title a, .boxnews-title a:hover {
    background: #80400a;
    border-radius: 5px 0 0;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

.first-news {
    padding: 7px;
}

.img-primary {
    float: left;
    width: 200px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.first-news h5 a, .news-other a, .first-news h5 a:visited, .news-other a:visited {
    color: #333;
}

.first-news h5 a {
    font-size: 13px;
    font-weight: bold;
}

.news-other a {
    font-size: 12px;
}

.news-other {
    margin-left: 7px;
}

    .news-other li {
        background: url("./img/images/bg_li_boxnew.png") no-repeat scroll 0px 6px;
        padding-left: 10px;
        line-height: 120%;
		text-align:justify !important;
		padding-right:7px;
    }

.meta {
    color: #ccc;
    font-size: 12px;
    margin: 7px 0;
}

.mota {
    font-size: 12px;
    line-height: 150%;
    text-align: justify;
}

#menu-left ul {
    background: #80400a;
}

#menu-left li ul {
    background: #a15210;
    padding: 2px 0;
}

#menu-left li {
}

    #menu-left li li {
        padding: 0;
    }

    #menu-left li li {
        background: url("./img/images/bg_li_left.jpg") no-repeat scroll 0 7px;
        margin: 9px 7px;
        padding-left: 10px;
    }

#menu-left a {
    color: #fff;
    font-size: 13px;
}

#menu-left li a {
    display: block;
    font-weight: bold;
    padding: 7px;
    text-transform: uppercase;
    line-height: 130%;
}

#menu-left li li a {
    text-transform: none;
    padding: 0px;
    line-height: 150%;
}

#menu-left li {
    padding-bottom: 5px;
}

    #menu-left li:last-child {
        padding-bottom: 0px;
    }

#menu-left ul:first-child {
    border-radius: 5px 5px 0 0;
}

.container-right-box-title {
    background: rgba(0, 0, 0, 0) url("./img/images/bg_boxright.png") repeat-x scroll 0 0 / 100% 100%;
    border-bottom: 2px solid #5d2605;
    line-height: 32px;
    padding-bottom: 32px;
    padding-left: 5px;
    padding-top: 0;
}

.container-right-box-title-left {
    background: url("./img/images/bg_left_boxright.png") no-repeat;
    height: 28px;
    float: left;
    display: block;
    width: 15px;
    margin-top: 5px;
}

.container-right-box-title a, .container-right-box-title a:visited {
    background: url("./img/images/bg_boxright-42.png") repeat-x;
    height: 28px;
    float: left;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.container-right-box-title-right {
    background: url("./img/images/bg_right_boxright.png") no-repeat;
    height: 28px;
    float: left;
    display: block;
    width: 15px;
    margin-top: 5px;
}

.container-right-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
}

.container-right-box-container {
    padding: 7px;
}

@media screen and (min-width:768px) {
    .anhdaidien {
        float: left;
        height: auto;
        margin-right: 5px;
        width: 30%;
    }
}

.container-right-box-container li {
    padding-left: 7px;
    background: url("./img/images/bg_li_boxnew.png") no-repeat scroll 0 7px;
}

@media screen and (max-width: 812px) and (min-width: 768px) {
    .navbar-right {
        display: none;
    }
}

.container-right-box-container li a, .container-right-box-container li a:visited {
    color: #333;
    font-size: 12px;
}

.container-right-box-container li {
    background: url("./img/images/bg_li_boxnew.png") no-repeat scroll 0 8px;
    line-height: 120%;
    margin-bottom: 5px;
    padding-left: 7px;
}

.img-tab-title {
    padding: 0 7px;
}

.no-active {
    color: #454545 !important;
    background: none !important;
}

.container-img-video img {
    width: 100%;
}

#container-img a.more {
    font-size: 12px;
}

#footer {
    background: rgba(0, 0, 0, 0) url("./img/images/bg_footer.png") no-repeat scroll 0 0 / 100% 100%;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    width: 100%;
}

    #footer h5 {
        font-size: 13px;
        font-weight: bold;
        padding-top: 20px;
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

#container {
    max-width: 1000px;
    margin-top: -10px;
}

.nopadding-left-md {
    padding-left: 0 !important;
}

.nopadding-right-md {
    padding-right: 0 !important;
}

.navbar.navbar-inverse {
    background-color: #80400a !important;
    border: medium none;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 20px;
    position: relative;
}

.navbar-nav > li > a {
    color: #fff !important;
    line-height: 120%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.navbar-inverse .navbar-toggle {
    border: none !important;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px !important;
    position: relative;
}

.navbar.navbar-inverse {
    margin-bottom: 0 !important;
}

@media screen and (max-width:767px) {
    .hidden-sx {
        display: none;
    }
}

@media screen and (min-width:361px) and (max-width: 980px) {
    .right {
        display: none;
    }
}

@media screen and (max-width:992px) and (min-width: 768px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width:1200px) and (min-width: 992px) {
    .hidden-md {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}

.ms-webpartzone-cell {
    margin: auto auto 0px !important;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .col-left, .col-right; {
        width: 20% !important;
        float: left;
    }

    .col-center {
        float: left;
        width: 60%;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .hidden-sx {
        display: none !important;
    }

    .anhdaidien {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .hidden-sx {
        display: none !important;
    }

    #title-hotnews-other {
        background: rgba(0, 0, 0, 0) url("./img/images/bg_title_hotnews.png") no-repeat scroll 0 0 / 100% 100%;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-top: 5px;
        width: 100%;
    }

    #container-left {
        padding: 10px 0 0 0;
        position: relative;
        width: 95%;
    }

    #hotnews-right ul {
        padding: 7px 0 0 10px;
    }

    .boxnews {
        border: 1px solid #dddddd;
        border-radius: 5px;
        padding: 1px;
        margin-left: 13px;
        margin-top: 5px;
    }

    .container-right-box {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 7px;
        margin-left: 9px;
        width: 98%;
    }

    #menu-left {
        margin-right: 5px;
        padding-top: 5px;
        width: 95%;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: left;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-top: 5px;
        padding: 5px !important;
        position: relative;
    }

    #login {
        position: absolute;
        right: 0;
        top: 12px;
    }

    .boxnews {
        margin-top: 2px !important;
        margin-left: -2px;
    }

    .mota img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #footer {
        background: #1477EE;
        color: #fff;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
        width: 100%;
    }

    .video {
        display: none !important;
    }
}

.form-group {
    clear: both;
    display: block;
    margin-bottom: 0 !important;
    margin-top: 10px;
    overflow: hidden;
}

label {
    display: inline-block;
    font-weight: normal !important;
    margin-bottom: 5px;
    max-width: 100%;
    padding-top: 7px;
}

.form-control {
    height: auto !important;
}

.paging {
    float: right;
    padding: 5px;
}

    .paging a, .paging a:link, .paging a:visited {
        background: #e8e8e8 none repeat scroll 0 0;
        border: 1px solid #d0d0d0;
        color: blue;
        float: left;
        font: 12px Arial,Helvetica,sans-serif;
        margin-right: 5px;
        padding: 2px 8px;
        text-decoration: none;
    }

        .paging a:hover, .paging a.current {
            background: #e8e8e8 none repeat scroll 0 0;
            border: 1px solid #d0d0d0;
            color: blue;
            float: left;
            font: bold 12px Arial,Helvetica,sans-serif;
            margin-right: 5px;
            padding: 2px 8px;
            text-decoration: underline;
        }

.lbTitle {
    font-family: arial;
    font-size: 12px;
    font-weight: bold !important;
}

.tdContent {
    font-family: arial;
    font-size: 12px;
}

.adv-center {
    margin-bottom: 5px;
}

    .adv-center > a {
        display: block;
        width: 100% !important;
    }

img.max-width {
    width: 100%;
}

.ms-signInLink {
    display: none !important;
}

.yk-div-border li {
    line-height: 160%;
}
.adv-center a {
	margin-bottom: 8px;
}
.adv-center a:last-child {
	margin-bottom: 20px;
}
