* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Font */
@charset "utf-8";

/* CSS Document */

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,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
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;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    line-height: 1;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-size: 14px;
	/*background: url('/images/bg.png');*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
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;
    text-decoration: none;
    color: #3e0505;
}
a:hover {
    color: #dd6b0b;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a img {
    border: none;
    outline: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
.wrapper {
    width: 100%;
    z-index: 1;
    clear: both;
}

/* MENU CATEGORY */

.categories {
    float: left;
    width: 100%;
    height: 30px;
    margin: 0px 0 0px;
    border-bottom: 1px solid #dd6b0b;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#F5F5F5');
    background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F5F5F5));
    background: -moz-linear-gradient(top, #FCFCFC, #F5F5F5);
}
.categories ul {
    float: left;
    width: 100%;
    list-style: none;
}
.categories > ul {} .categories a {
    display: block;
    width: 100%;
    height: 26px;
    margin: 1px 0;
    padding: 1px 8px 0;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    font-family: 'Roboto Condensed',Arial, sans-serif;
}
.categories ul > li:last-child > a {
    border-right: 0;
}
.categories li.parent {
    float: left;
    position: relative;
    height: 28px;
    line-height: 28px;
}
.categories li.media {
    background: #eee;
}
.categories li.parent > a {
    text-transform: uppercase;
	border-right: 1px solid #ddd;
	color: #dd6b0b;
}
.categories li.parent.current {
    height: 26px;
}

.categories:not(.fixedtop) li.parent.active a {
    background-color: #dd6b0b;
    color: #fff;
}


.categories li a,
{
    color: #dd6b0b;
}
.categories li.parent.active a {
    background-color: #dd6b0b;
}
.categories li.current a {
    background-color: #dd6b0b;
    color: #fff;
}
#category .hCat-head > header h2  a {
    padding: 2px 8px 3px;
}
#category .hCat-head > header h2 current a {
    padding: 2px 8px 3px;
	color: #dd6b0b;
}
#category .hCat-head > header h2  a:hover {
	padding: 2px 8px 3px;
	color: #dd6b0b;
}
/* Group 3: The thao, Cong nghe, Xe */
/* Group 4: phong-cach-song & Other */
/* TOP SECTION */

#top {
    clear: both;
    z-index: 999;
    margin: auto;
	width: 1140px;
}
.categories li.homepage {
    margin-right: 3px;
    margin-left: 0px;
    width: 29px;
    height: 26px;
    margin-top: 1px;
}
.categories li.current {
    background: #dd6b0b;
}
.categories li#home.current a {
    text-indent: -9999px;
    overflow: hidden;
    color: #fff;
    background: url(../images/icons.png) no-repeat 4px -815px;
    margin-top: 0px;
    height: 26px;
}
.categories li#home a:hover {
    background: #dd6b0b url(../images/icons.png) no-repeat 4px -815px;
}
.categories li#home a {
    text-indent: -9999px;
    overflow: hidden;
    color: #fff;
    background: url(../images/icons.png) no-repeat 4px -784px;
    margin-top: 0px;
    height: 26px;
}
/* COMMON LAYOUT */

.content-wrap {
    float: left;
    width: 825px;
    position: relative;
}
.sidebar {
    width: 300px;
    float: right;
    position: relative;
}
.menubar {
    width: 260px;
    float: left;
    position: relative;
	font-family:  'Roboto Condensed',Arial;
    font-size: 12px;
}
.doc-wrap {
    float: right;
    width: 875px;
    position: relative;
	padding-left: 1vw;
	font-family: 'Roboto Condensed',Arial,sans-serif !important;
	font-size: 13px;
}
/* BANNER */
/* HEADER */

#site-header {
    width: 100%;
    float: left;
    margin: 8px 0 1px;
    position: relative;
}
/* GENERAL ARTICLE */

article {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #444;
}
article a {
    color: #444;
}
article header h1 {
    margin: 0 0 3px 0;
    font-size: 14px;
    line-height: 16px;
	font-weight: normal;
}
article > header h1 a:hover {
    color: #dd6b0b !important;
}
article.picture header h1 a {
    padding-left: 18px;
    background: url(../images/icons.png) no-repeat left -1180px;
}
article header h1 a:hover {
    color: #dd6b0b !important;
}
article header time {
    font-size: 0.8em;
    line-height: 1.4;
    color: #dd6b0b;
	margin: 3px 0;
}
article .cover {
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% top;
    cursor: pointer;
}
article .cover a {
    display: block;
    width: 100%;
    height: 100%;
}
article.video .cover > a {
    background: url(../images/iconplay1.png) repeat scroll 0 0 transparent;
    height: 55px;
    left: 83%;
    margin-left: -11px;
    margin-top: -11px;
    position: absolute;
    top: 9%;
    width: 55px;
    z-index: 10000;
}
#category article.video .cover > a {
    background-image: url("../images/icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 50px;
    left: 50%;
    margin: -49px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.video_section article.video .cover > a {
    background-image: url("../images/icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 69%;
    width: 50px;
}

article .summary {
    display: block;
    overflow: hidden;
    line-height: 19px;
    color: #333;
	font-size: 14px;
}
/* Article Relate */
/* Article Type */
/* PAGE HOME */

section#homepage {
    position: relative;
    z-index: 3;
    width: 1140px;
    margin: auto;
}
section#useful-links {
    float: left;
    position: relative;
    width: 100%;
}
section#useful-links > .cover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    float: left;
    height: 62px;
    margin: 0 1% 6px 0;
    overflow: hidden;
    padding: 0;
    width: 24.1%;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover !important;
    cursor: pointer;
}
section#useful-links > .cover:nth-child(4n) {
    margin-right: 0;
}
section#useful-links > .cover a {
    display: block;
    height: 100%;
    width: 100%;
}
/* TRENDING SECTION */

section.trending {
    float: right;
    width: 262px;
    margin: 0;
    padding: 0 5px 0 0;
}
section.trending article {
    padding-bottom: 0;
    margin-bottom: 8px;
    border-bottom: 0;
}
section.trending article header h1 {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
	height: auto;
	font-weight: normal;
}
section.trending article header h1 a {
    color: #333;
}
section.trending article .cover
{
    display: none;
}
section.trending .top-list {
    float: left;
    width: 100%;
	margin-top: 3px;
}
section.trending .top-list header {
	height: auto;
    margin-bottom: 8px;
	
}
section.trending .top-list header h2 a,
section.search_header header h2 a {
    color: #dd6b0b;
	padding-bottom: 7px;
	border-bottom: solid 1px #dd6b0b;
}
section.trending .top-list article {
    border-bottom: solid 1px #ddd !important;
    padding-bottom: 0px !important;
    margin-bottom: 4px !important;
    display: block;
}
section.trending .top-list article .cover {
    display: block;
    width: 100%;
    height: 140px;
    margin-bottom: 5px;
}
section.trending .top-list article header h1 a {}
/* FEATURED ARTICLE */

section.featured {
    float: left;
    width: 545px;
    margin: 5px 0 0;
    border-bottom: 0;
	overflow: hidden;
    position: relative;
}
section.featured article {
    width: 32%;
    margin-right: 2%;
}
section.featured article:nth-child(4)
{
    margin-right: 0;
}
section.featured article .cover {
    float: none;
    display: block;
    width: 100%;
    height: 95px;
    margin-bottom: 4px;
}
section.featured article header {
    overflow: hidden;
}
section.featured article header h1 {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
section.featured article header h1 a {
    color: #555;
}
section.featured article time {
    display: none;
}
section.featured article.featured {
    width: 100%;
}
section.featured article.featured header {
    display: block;
    margin: 0;
    padding: 5px 0;
    height: auto;
    width: 100%;
    position: relative;
    float: left;
}
section.featured article.featured header h1 {
    font-size: 1.1em;
    line-height: 17px;
    height: auto;
    margin-bottom: 2px;
    margin-top: 0;
    font-weight: 400;
}
#category section.featured article.featured header h1 a {
    letter-spacing: 0;
    color: #444;
	line-height: 20px;
}

section.featured article.featured header h1 a {
    font-family: 'Roboto Condensed',Arial, sans-serif;
    background: none;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
}

section.featured article.featured time
{
    display: block;
}
section.featured article.featured .cover {
    display: block;
    float: left;
    width: 260px;
    height: 210px;
}
section.featured article.featured .summary {
    display: block;
}
/* Homepage display mode */
/* Focus Layout */

#homepage.focus_layout section.featured article.featured header h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
#homepage.focus_layout section.featured article.featured .cover {
    width: 545px;
    height: 315px;
    float: none;
}
#homepage.focus_layout section.featured article.featured .summary {
    overflow: hidden;
}
/* Overlay Mode */
/* Block Mode */
/* HOTNEWS */

.hotnews {
    float: left;
    overflow: hidden;
    height: 20px;
    line-height: 14px;
    font-size: 12px;
    width: 800px;
    margin-bottom: 5px;
}
.hotnews label {
    display: block;
    float: left;
    color: #00a700;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin: -2px 12px 0px 0px;
}
.hotnews a {
    background: url("../images/icons.png") no-repeat scroll 2px -882px rgba(0, 0, 0, 0);
    color: #555;
    padding: 0px 9px;
}
.hotnews a:hover {
    color: #dd6b0b;
}
datetime {
    float: right;
    font-size: 11px;
    line-height: 16px;
    color: #888;
}
/* EVENTS */

#event{
    float: left;
    width: 100%;
    padding-top: 8px;
	margin-bottom: 20px;
}
#event > header , .top-list > header{
    border-bottom: 1px solid #ddd;
}
#event > header h1 a{
	background: none repeat scroll 0 0 #dd6b0b;
    color: #fff;
    padding: 4px 10px;
}
#event article {
    float: left;
    width: 100%;
    padding-bottom: 0;
    margin-right: 6px;
    border-bottom: 0;
}
#event article:last-child {
    margin-right: 0;
}
#event article header h1 {
    display: block;
    margin-top: 5px;
}
#event article header h1 a {
    color: #333;
}
#event article .cover {
    float: none;
    width: 100%;
    height: 104px;
}
body .navbar-nav .dropdown-menu > li > a{
    white-space: nowrap
}
body .navbar-nav ul .sub-arrow{
    right:-7px;
}
/* CATEGORY SECTION */

section.category {
    margin-bottom: 5px;
	width: 100%;
}
section.category > header {
    float: left;
    width: 100%;
    margin: 3px 0 8px 0;
    height: 35px;
    border-top: 2px solid #e6e2e2;
    padding: 3px 0;
}
section.category > header h1 {
    float: left;
    font-size: 12px;
    line-height: 30px;
}
section.category h2 {
    float: left;
    line-height: 30px;
    margin-left: 13px;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}
section.category > header h1 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;

}
section.category h2 a {
    color: #dd6b0b;
}
section.category h2 a:hover {
    color: #006ba0;
}
/* Category Color */


section#xa-hoi.category > header h1 a
{
    color: #dd6b0b;
    font-size: 1em;
	padding: 5px 0;
}
section#xa-hoi.category > header h1:before {
    content: "";
    width: 70px;
	border-top: 2px solid #dd6b0b;
    position: absolute;
    margin-top: -5px;
}
section#thu-tuc.category {
    border: 1px solid #c3c3c3;
    width: 100%;
    padding: 0 8px 8px;
    border-radius: 3px;
	margin-bottom: 15px;
	height: auto;
}
section#thu-tuc.category > header{
    margin: 0;
}
section#thu-tuc.category > header h1 a{
    color: #dd6b0b;
	padding:10px 1px;
}
section#thu-tuc.category > header h1 a:hover {
    color: #dd6b0b;
}

section.category .top {
    float: left;
    /*width: 43%;
    padding: 0 0 0 10px;
    border-left: 1px solid #ccc; */
}
section.category .top article header {
    margin-bottom: 0;
	background: url(../images/bullet-red.png) no-repeat left 6px;
	padding-left: 12px;

}
section.category .top article header h1 a {
    color: #3e0505;
}
/* Category Article */

section.category article {
    float: left;
    display: block;
    height: auto !important;
    margin-bottom: 6px;
}
section.category article:last-child {
    border-bottom: 0;
}
section.category article:nth-child(4) {
    border: none;
}
section.category article header {
    float: none;
    overflow: hidden;
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
    margin-bottom: 7px;
}
section.category article header#doc{
	margin-bottom: 0;
    background: url(../Images/bullet-blue.png) no-repeat left 6px;
    padding-left: 12px;
}
	
section.category article header h1 {
    float: none;
    font-size: 13px;
    text-transform: none;
    line-height: 17px;
    color: #333;
}
section.category article .summary {
    display: none;
    overflow: hidden;
}
section.category article .cover {
    width: 100px;
}
section.category article header h1 {
    display: inline;
}
section.category article.featured {
    float: left;
    /*width: 57%;*/
    margin-bottom: 8px;
    padding-right: 8px;
}
section.category article.featured header h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}
section.category article.featured header h1 a {
    background: none;
    padding-left: 0;
}
section.category article.featured .summary {
    display: block;
    max-height: 113px;
	text-overflow: ellipsis;
}
section.category article.featured .cover {
    width: 160px;
    height: 110px;
    margin-right: 8px;
}
/* Giai tri */
/* photo */

section#photo .showcase {
    float: left;
    width: 100%;
}
section#photo .showcase article {
    width: 49%;
    margin-right: 2%;
    border: 0;
}
section#photo .showcase article:nth-child(2n) {
    margin-right: 0;
}
section#photo .showcase article .cover {
    float: none;
    width: 100%;
    height: 105px;
    margin-bottom: 5px;
}
/* phong-cach-song */
/* ARTICLE DETAIL PAGE LAYOUT */

section.article_content {
    float: left;
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    z-index: 9;
	width: 100%;
}
section.article_content > header {
    margin: 0 0 15px 0;
}
section.article_content > header h1 {
    font-family: 'Roboto', 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.4;
    max-height: none;
    color: #333;
    text-transform: uppercase;
	margin: 10px 0;
}
section.article_content > header time,
section.article_content > header .cate {
    display: inline;
    font-size: 10px;
    line-height: 12px;
    color: #888;
}
section.article_content > header a {
    display: inline;
    font-size: 11px;
    padding: 3px 6px;
}
section.article_content > header .cate {
    margin-right: 1px;
    color: #555;
    text-transform: uppercase;
    font-size: 0.8em;
}
section.article_content > header time {
    text-transform: uppercase;
    padding: 7px 8px 0 0;
    float: left;
}
section.article_content > header .summary {
    color: #444;
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0;
    padding: 0;
    font-weight: bold;
    text-align: justify;
	font-family: 'Roboto Condensed',Arial,utm_avo;
}
/* Full width layout */
/* Article Main */

section.article_content article {
    float: left;
    position: inherit;
    border: 0;
    cursor: default;
    width: 100%;
    margin-right: 15px;
}
section.article_content article div.content_query {
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
    margin: 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}
section.article_content article div.note {
    font-size: 1em;
    text-align: justify;
	font-weight: bold;
}
section.article_content article div.attfile {
    font-size: 0.9em;
    text-align: justify;
	font-weight: normal;
	color: red;
	margin: 10px 0;
}
section.article_content article div.attfile a {
    font-size: 0.9em;
	font-weight: normal;
	color: #187be1;
}
section.article_content article div.attfile a:hover {
	color: #dd6b0b;
}

/* COMMENT */

.commentbox {
    float: left;
    width: 100%;
    display: none;
}
.commentbox header {
    line-height: 30px;
    height: 30px;
    padding: 0 5px 0 20px;
    margin-bottom: 0;
    background: url('../images/icons.png') no-repeat 0px -124px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}
.commentbox header h1 {
    float: left;
    height: 30px;
    margin-left: 3px;
    text-transform: uppercase;
    line-height: 30px;
	font-family: 'utm_avo';
    font-size: 14px;
}
.commentbox .form {
    float: left;
    width: 100%;
    padding: 0 0;
    border: 1px solid #dadada;
    box-shadow: 1px 1px 1px #f7f7f7;
    margin-bottom: 10px;
}
.commentbox .form p {
    float: left;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    width: 50%;
}
.commentbox .form p.content {
    width: 100%;
    border: 0;
    position: relative;
}
.commentbox .form textarea,
.commentbox .form input {
    width: 70%;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px 5px;
    display: inline-block;
    font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}
.commentbox .form textarea {
    width: 100%;
    height: 100px;
    margin: 5px 0;
}
.commentbox .form input {
    height: 35px;
    margin: 5px 0;
}
#formcomment .content > *:nth-child(1) {
    margin-right: 2%;
}
.commentbox .form .btnSubmit {
    background-color: #dd6b0b;
    border: 1px solid #dd6b0b;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 5px;
    padding: 5px 15px;
    width: 125px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'utm_avo';
    font-size: 14px;
    white-space: nowrap;
}
.commentbox .form .btnSubmit:hover {
    background-color: #f78531;
}
/* DISCOVER SAME CATE */

section.recommendation {
    float: left;
    width: 100%;
    margin: 10px 0;
}
section.recommendation > header {
    float: left;
    width: 100%;
    margin: 3px 0 8px 0;
    height: 35px;
    padding: 3px 0;	
    border-top: 2px solid #e6e2e2;
}
section.recommendation > header:before {
    content: "";
    width: 70px;
    border-top: 2px solid #dd6b0b;
    position: absolute;
    margin-top: -5px;
}
section.recommendation > header h1 a {
    color: #dd6b0b;
    font-size: 1em;
    padding: 5px 0;
}	
section.recommendation > article {
    width: 23.5%;
    margin-right: 2%;
	margin-bottom: 5px;
	height: 170px;
}
section.recommendation > article:nth-child(4n+1) {
    margin-right: 0;
}
section.recommendation > article .cover {
    width: 100%;
    height: 120px;
    margin-bottom: 8px;
}
section.recommendation ul {
    float: left;
    width: 100%;
}
section.recommendation ul li {
    line-height: 18px;
    font-size: 14px;
    text-align: justify;
    padding-top: 5px;
}
/* DISCOVER SAME CATE */
section.calendar {
    float: left;
    width: 100%;
    margin: 10px 0;
}
section.calendar > header {
    float: left;
    width: 100%;
    margin: 3px 0 8px 0;
    height: 35px;
    padding: 3px 0;
    border-bottom: 2px solid #dd6b0b;
}
section.calendar > article header h1{
	width: 93%;
    float: right;
}
section.calendar > header h1 a {
    color: #dd6b0b;
    font-size: 1em;
    padding: 5px 0;
}	
section.calendar > article {
    width: 48%;
    margin-right: 4%;
	margin-bottom: 5px;
	padding-left: 2px;
}
section.calendar > article:nth-child(2n+1) {
    margin-right: 0;
}


/* ARTICLE CONTENT */

article .content {
    font-size: 1.1em;
    line-height: 1.5;
    text-align: justify;
}
article .content > p {
    margin: 8px 0;
}
article .content tr td {
    padding: 8px;
    font-size: 14px;
    text-align: justify;
}
article .content tr td img {
    margin: 8px auto;
}
article .content tr td p{
    padding-bottom: 6px;
}
/* article .content > p ~ em, article .content > em ~ p {display:inline;} */


article .content table {
    width: 100%;
}
article .content table img {
    width: 100%;
    height: auto;
}
article .content ol {
    padding: 5px 0 5px 20px;
}
article .content ol li{
    color:#dd6b0b;
}
article .content ol li ul{
    padding: 5px 0 0 20px;
	list-style-type: circle;
}
article .content ol li ul li{
	font-weight: normal;
	padding-bottom:5px;
	color: #444;
}
/** Inner article **/
/* Source & Author */

#credit {
    margin: 8px 0;
    font-size: 0.9em;
    text-align: center;
    clear: both;
    float: right;
}
#credit .author {
    font-size: 1.1em;
    font-weight: 600;
}
/* Full width layout */
/* Article Main */
/* Article Aside */
/* Next Articles */
/* section.article_content.pictures_layout .content .inner-article {display:none;} */
/* Relate Articles */
/* COMMENT */
/* DISCOVER SAME CATE */
/* ARTICLE CONTENT */
/* article .content > p ~ em, article .content > em ~ p {display:inline;} */
/** Inner article **/
/* Source & Author */
/* VIDEO CONTENT */
/* ARTICLE SHARE BUTTON */
/* SIDEBAR SECTION */

.sidebar > section {
    float: left;
    width: 100%;
	margin: 0 0 10px 0;
}
.sidebar section.weather {
    box-shadow: 0px 1px 1px #FCFAFA;
}
.sidebar section.focus > header {
    width: 300px;
    height: 35px;
    border-top: 2px solid #e6e2e2;
    padding: 3px 0;
    margin: 0 0 2px 0;
}
.sidebar section.focus article {
    border-bottom: 1px dotted #ddd;
}
.sidebar section.focus > header h1 a {
    padding: 10px 0;
    color: #dd6b0b;
}
.sidebar section.focus > header h1 a:before {
	content: "";
    width: 70px;
    border-top: 2px solid #dd6b0b;
    position: absolute;
    margin-top: -5px;
}	
.sidebar section > header {
    height: 30px;
    margin: 0 0 8px 0;
   
}
.sidebar section > header h1, section > header h1,section.audio > header h1,
section.trending .top-list header h2,#video .video_section header h2,
section.search_header header h2 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-weight: normal;
}
.sidebar section article {
    float: left;
    margin-bottom: 0;
    padding: 4px 0;
}
.sidebar section article {
    float: left;
    margin-bottom: 0;
    padding: 4px 0;
}
.sidebar section > article:last-child {
    border: 0;
}
#promotedposts article:last-child {
    border: 0;
    box-shadow: none;
}
.sidebar section article header {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    overflow: hidden;
}
.sidebar section article header h1 {
    display: inline;
    text-transform: none;
    height: auto;
    padding: 0 0;
}
/* SIDEBAR TOPIC */

.sidebar section.topic,
section#albums.category {
    
}
.sidebar section.topic > header {
	border-bottom: 1px solid #ddd;
}
.sidebar section.topic > header h1 a,
section#albums.category > header h1 a {
    color: #00a700;
    padding: 5px 0;
	border-bottom: 1px solid #00a700;
}
.sidebar section.topic article {
    border: 0;
}
.sidebar section.topic article.featured .cover {
    width: 100%;
    height: 190px;
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 6px;
}
.sidebar section.topic article.photo .cover {
    float: left;
    width: 110px;
    height: 70px;
    margin-right: 8px;
}

.sidebar section.topic article {
    border-bottom: 1px dotted #ddd;
}
.sidebar section.topic article.featured header {
    float: none;
    margin-bottom: 0;
    height: auto;
}
.sidebar section.topic article.featured header h1 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    max-height: none;
}
/* SIDEBAR VIDEO */

.sidebar section.video {
    border: 0;
	margin: 0;
	height: 265px;
}
.sidebar section.small {
    border: 0;
	margin: 0;
	height: auto;
}
.sidebar section.video > header {
    width: 300px;
    height: 35px;
    border-top: 2px solid #e6e2e2;
    padding: 3px 0;
    margin: 0 0 2px 0;
}
.sidebar section.video > header:before {
    content: "";
    width: 70px;
    border-top: 2px solid #dd6b0b;
    position: absolute;
    margin-top: -5px;
}
.sidebar section.video > header h1 {} .sidebar section.video > header h1 a {
    padding: 10px 0;
	color: #dd6b0b;
}
.sidebar section.video article {
    margin: 5px 2% 3px 0;
    padding: 0;
	height: 179px;
}
.sidebar section.video article.small {
    margin: 0 2% 3px 0;
    padding: 0;
	width: 49%;
	height: 104px;
}
.sidebar section.video article:nth-child(2n) {
    margin-right: 0;
}
.sidebar section.video article.featured {
    width: 100%;
	height: 184px;
}
.sidebar section.video article .cover {
    float: none;
    overflow: hidden;
    margin-right: 0;
    width: 100%;
    height: 180px;
    background: #000;
}
.sidebar section.video article .small{
    float: none;
    overflow: hidden;
    margin-right: 0;
    width: 100%;
    height: 100px;
    background: #000;
}
.sidebar section.video article.featured .cover {
    height: 180px;
}
.sidebar section.video article header {
    margin: 0;
    padding: 5px 5px;
    height: 43px;
    width: 100%;
    position: relative;
    float: left;
    background: #f9f9f9;
}
.sidebar section.video article.featured header h1 {
    font-size: 12px;
    line-height: 18px;
}

.sidebar section.video article header h1 a {
    background: none;
    padding-left: 0;
    color: #333;
    font-size: 14px;
    font-family: 'Roboto Condensed',Arial;
    font-weight: 500;
}

/* SIDERBAR LINKS HOT */
.sidebar section.links-hot header {
    border-bottom: 1px solid #f1b7b7;
    padding: 4px 8px;
    background: top right no-repeat #f7d7c8;
    text-shadow: brown;
    box-shadow: 0px 1px 1px 0px #fcfcfc;
    margin-bottom: 2px;
    border-left: 2px solid  #740808;
	height: 36px;
}
.sidebar section.links-hot header h1 {
    margin: 0;
}
.sidebar section.links-hot header h1 a {
    color: #3e0505;
	font-size: 15px;
}
.sidebar section.links-hot header h1 a:hover {
    color: #dd6b0b !important;
}
/* SIDEBAR PICTURES */

.sidebar section.pictures {
    border: 0;
}
.sidebar section.pictures #slider {
    background-color: #dd6b0b;
    height: 252px;
    overflow: hidden;
    width: 300px;
}
.sidebar section.pictures #slider-video {
    background-color: #f8d3b9;
    height: 370px;
    overflow: hidden;
    width: 300px;
}
.sidebar section.pictures #slider-pic {
    background-color: #dd6b0b;
    height: auto;
    overflow: hidden;
    width: 300px;
}
.sidebar section.pictures > header {
    width: 300px;
    height: 35px;
    border-top: 2px solid #e6e2e2;
    padding: 3px 0;
    margin: 0 0 2px 0;
}
.sidebar section.pictures > header:before,
.sidebar section.hits > header:before {
    content: "";
    width: 70px;
    border-top: 2px solid #dd6b0b;
    position: absolute;
    margin-top: -5px;
}
.sidebar section.pictures > header h1 {} .sidebar section.pictures > header h1 a {
	padding: 10px 0;
	color: #dd6b0b;
}
/* SIDEBAR PROMOTED BOX */

#promotedposts,
#promotedposts article {
    display: block;
	margin-bottom: 5px;
}
#promotedposts article .cover {
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 8px;
}
/* PAGE CATEGORY */

#category {
    z-index: 3;
    clear: both;
    /* float: left; */
    width: 1140px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

#category section.featured article {
    float: right;
    width: 25%;
    margin: 0 0 16px 0;
    padding: 0 0 0 10px;
}
#category section.featured article.featured {
    float: left;
    width: 100%;
    border-bottom: 0;
    margin: 0;
    padding: 0 10px 0px 0;
}
#category section.featured article.featured .cover {
    width: 100%;
    height: 280px;
    float: none;
    margin-bottom: 5px;
}
/* Category Sidebar */

#category section.cate_sidebar {
    width: 25%;
    float: left;
    border-right: 1px solid #f1f1f1;
    padding-right: 10px;
}
#category section.cate_sidebar article:nth-child(3n+3) {
    margin-right: 0;
}
#category section.cate_sidebar article .cover {
    float: none;
    width: 100%;
    height: 110px;
}
#category section.cate_sidebar article .summary {
    display: block;
    font-size: 1em;
}
#category section.cate_sidebar section {
    float: left;
    clear: both;
    margin-bottom: 8px;
    width: 100%;
}
/* Category Most Read */

#category section.cate_sidebar section.mostread > header {
    height: auto;
    margin: 5px 0 8px 0;
	border-bottom: 1px solid #ddd;
}
#category section.cate_sidebar section.mostread header h2 a{
    color: #dd6b0b;
    padding: 5px 0;
	border-bottom: 1px solid #dd6b0b;
}
#category section.cate_sidebar section.mostread header h2{
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 4px;
}
#category section.cate_sidebar section.mostread article {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 8px;
}
#category section.cate_sidebar section.mostread article header {
    overflow: hidden;
    padding: 5px 0;
}
#category section.cate_sidebar section.mostread article .cover {}
/* Category Relate Cate */
/* Content Category */

section.cate_content {
    float: right;
    width: 100%;
    padding-top: 10px;
}
section.cate_content article {
    float: right;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}
section.cate_content article header {
    float: left;
    width: 75%;
    margin: 0 0 4px 0;
    overflow: hidden;
}
section.cate_content article header h1 a {
    background: none !important;
    padding-left: 0;
    font-size: 1.1em;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    line-height: 18px;
	font-weight: bold;
}
section.cate_content article time {
    display: block;
}
section.cate_content article .cover {
    float: left;
    width: 22%;
    height: 95px;
    margin-right: 2%;
}
section.cate_content article .summary {
    display: block;
    overflow: hidden;
}

section.cate_query {
    float: right;
    width: 100%;
	margin: 15px 0;
}
section.cate_query article {
    float: right;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}
section.cate_query article header {
    float: left;
    margin: 0 0 4px 0;
    overflow: hidden;
}
section.cate_query article header h1{
    margin-bottom: 10px;
}
section.cate_query article header h1 a {
    background: none !important;
    padding-left: 0;
    font-size: 1.1em;
    font-family: 'Roboto Condensed',Arial;
    line-height: 19px;
	font-weight: bold;
}
section.cate_query span.info_query, 
section.article_content > header span.info_query {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #888;
    display: block;
	padding-top: 5px;
}

section.cate_query article .summary {
    display: block;
    overflow: hidden;
	line-height: 1.4;
	font-family: 'Roboto Condensed',Arial;
	font-size: 13px;
}
section.cate_query article .summary a {
    color: #ef6000;
    font-style: italic;
    display: inline-block;
    padding-right: 12px;
    font-size: 12px;
    /* background: url(arrow.png) center right no-repeat; */
}
section.cate_query #button {
    border-radius: 30px;
    padding: 8px 14px 7px 14px;
    color: #fff;
    background: #dd6b0b;
    text-transform: uppercase;
	float: right;
    margin-top: -57px;
    font-size: 12px;
}
section.cate_query #button:hover {
	background: #006ba0;
}
section.calen_content {
    float: right;
    width: 100%;
    margin-top: 20px;
}
section.calen_content article {
    float: right;
    width: 100%;
    padding: 5px 0 10px 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}
section.calen_content article header {
    float: left;
    width: 100%;
    margin: 0 0 4px 0;
    overflow: hidden;
}
section.calen_content article header h1 a {
    background: none !important;
    padding-left: 0;
    font-size: 1.2em;
    font-family: 'Roboto','Roboto Condensed',Arial, sans-serif;
    line-height: 18px;
	font-weight: normal;
}
/* Category More Button */
/* Template 1 */
/* Template 2 */

#category.template2 .content-wrap section.cate_sidebar {
    border: 0 none;
    float: right;
    padding-right: 0;
}
#category.template2 .content-wrap > section.cate_content {
    width: 100%;
    float: left;
}
#category.template2 .content-wrap > section.cate_content .cate_content {
    width: 100%;
    float: left;
}
#category.template2 .content-wrap > section.cate_content .cate_content > article {
    margin-left: 0;
    float: left;
}
#category.template2 section.newest {
    padding: 0;
    background: none;
    width: 100%;
	height: 210px;
    margin: 5px 0;
    overflow: hidden;
    position: relative;
	border-bottom: 1px solid #ddd;
}

#category.template2 .newest .cover {
    float: left;
    width: 45%;
    margin: 0 2% 0 0;
    height: 200px;
}
#category.template2 section.newest header {
    float: right;
    width: 53%;
    padding: 0;
    overflow: hidden;
    margin: 0;
    position: relative;
	height: auto;
    top: 0px;
}
#category.template2 section.newest h1 a {
    color: #555;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}
#category.template2 section.newest h1 {
	margin-bottom: 6px;
}
#category.template2 section.newest h1 a:hover {
    color: #dd6b0b;
}

#category.template2 .doc-wrap .doc_title {
    background-color: #dd6b0b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 2px 5px;
    height: 30px;
    margin-top: 2px;
}
#category.template2 .doc-wrap .doc_title a{
	color: #fff;
    text-transform: uppercase;
    padding: 10px 6px;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-weight: normal;
}
#category.template2 .doc-wrap .doc_content {
    margin: 15px 0;
    position: relative;
    padding: 0;
    line-height: 18px;
    z-index: 9;
    width: 100%;    
    text-align: justify;
}
#category.template2 .doc-wrap .doc_content tr td,
#category.template2 .doc-wrap .doc_content tr th {
    line-height: 1;
    padding: 8px;
    font-size: 13px;
	border: 1px solid #ccc;
}
#category.template2 .menubar .search,
#category.template2 .doc-wrap .search {
    height: 30px;
    
}
#category.template2 .menubar .wrap,
#category.template2 .doc-wrap .wrap {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 34px;
    padding-left: 5px;
    padding-right: 90px;
    position: relative;
	background: #fff;
}
#category.template2 .menubar .text,
#category.template2 .doc-wrap .text {
    border: medium none;
    color: #555;
    font-size: 14px;
    font-family: 'Roboto Condensed',Arial,sans-serif !important;
    left: 5px;
	font-weight: 400;
    outline: medium none;
    position: absolute;
    top: 7px;
    width: 80%;
}
#category.template2 .menubar .submit,
#category.template2 .doc-wrap .submit {
    border: 1px solid #ccc;
	border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 34px;
    width: 45px;
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer;
    background: #efebeb url(../images/icons.png) no-repeat 16px -719px;
}
#category.template2 .doc-wrap .container-icon {
    float: right;
    padding-top: 8px;
    width: 270px;
    padding-bottom: 0px;
}
#category.template2 .doc-wrap .properties {
    float: left;
    width: 100px;
}
#category.template2 .doc-wrap .view {
    margin-left: 117px !important;
}
#category.template2 .doc-wrap .download {
    float: right;
    margin-right: 15px;
    margin-top: -18px;
}
#category.template2 .doc-wrap .noanswer {
	color: #dd6b0b;
    font-style: italic;
}
#category.template2 .doc-wrap table.customers td a{
	color: #dd6b0b;
	font-size: 14px;
}
#category.template2 .doc-wrap table.customers td a:hover{
	color: #dd6b0b;
}
.customers {
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
	margin-top: 30px;
	background-color: #fff;
}

.customers th {
    padding: 0;
    text-align: center;
	font-family: 'Roboto Condensed',Arial, sans-serif;
}
.customers td {
    font-size: 14px !important;
    padding: 10px 5px 10px 18px !important;
	
    color: #555;
}
.customers tr:nth-child(2n+1) {
   background-color: #eee; 
}
/* Template 3 */
/* Template 4 */
/* SUB-CATEGORY PAGE */
/* FOOTER */

footer {
    clear: both;
    width: 1140px;
    margin: 0 auto;
}
footer .wrapper {
    padding-top: 0;
}


footer .copyright {
    border-top: 2px solid #dd6b0b;
	margin-top: 0;
    padding: 0;
    float: left;
    width: 100%;
    line-height: 1.4;
    color: #888;
}
footer .copyright .info {
    float: left;
    font-size: 0.9em;
    line-height: 1.8;
    position: relative;
    top: 10px;
    color: #555;
    margin-bottom: 10px;
    width: 85%;
    font-family: 'Roboto Condensed',Arial;
}
footer .copyright .info i {
    display: inline-block;
    margin-top: 5px;
}
footer .copyright .logo {
    float: right;
    font-size: 0.75em;
    margin-top: 9px;
	width: 10%;
}
footer .copyright .logo img {
    float: left;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    height: auto;
    float: right;
    right: 0px;
    top: -5px;
}
footer .copyright .logo .hits {
    font-size: 13px;
	margin-bottom: 4px;
}
/* VIDEO TEMPLATE */

#video {
    background: #fff;
}
#video article.video header h1 a {
    background: none;
    padding: 0;
    color: #000;
}
#video article.video header h1 a:hover {
    color: #dd6b0b;
}
#video article header h1 {
    font-size: 1.6em;
    font-weight: normal;
}

#video article .cover {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#video article .cover a {
    position: relative;
}
#video article.video .cover a {
    background: none;
}
#category article.video .cover a {
    background: none;
}
#category article.video .cover a:hover {
    background: url('../images/icons.png') no-repeat 0 0;
    background-position: 0 0;
    background-size: auto auto;
}
#category article.small .cover a:hover {
    background: none;
}

#video article.video .cover a:hover {
    background: none;
}
#video .video_section {
    float: left;
    width: 100%;
}
#video .video_section > header {
    border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
#video .video_section header h2 a {
    color: #058eb1;
    padding: 5px 0;
	border-bottom: 1px solid;
}
#video .video_section article {
    width: 19%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 15px;
}

#video .video_section article:nth-child(5n+1) {
    margin-right: 0;
}
#video .video_section article .cover {
    width: 100%;
    height: 125px;
    margin-bottom: 5px;
}
#video .video_section article header h1 {
    font-size: 1.1em;
    height: 34px;
    line-height: 1.3;
    margin-top: 130px;
    overflow: hidden;
}
/*fix chrome 39*/

.categories li.parent,
.hotnews label
{
    white-space: nowrap;
}

#thoitiet {
    background: #f4f4f4 none repeat scroll 0 0;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.title_thoitiet {
    float: left;
    height: 37px;
    width: 100%;
}
.txt_title_thoitiet {
    color: #dd6b0b;
	font: 400 16px/30px 'Roboto Condensed',Arial;
    text-transform: uppercase;
	width: 300px;
    height: 35px;
    border-top: 2px solid #e6e2e2;
    padding: 3px 0;
    margin: 0 0 2px 0;
}
.txt_title_thoitiet:before {
    content: "";
    width: 70px;
    border-top: 2px solid #dd6b0b;
    position: absolute;
    margin-top: -5px;
}
}
.left {
    float: left;
}
.right {
    float: right;
}
.txt_666 {
    color: #666;
}
.width_common {
    color: #333;
    font-size: 11px;
    font-family: 'Roboto Condensed',Arial;
	float: left;
}
.furture_tem {
    background: #f7d7c8 none repeat scroll 0 0;
}
.furture_tem p {
    padding: 8px 5px;
}
.txt_13 {
    font-size: 13px;
}
.tt_detail {
    float: left;
    width: 100%;
	overflow: hidden;
	margin: 15px 0 10px 0;
}
.tt_detail li {
    border-right: 1px solid #ddd;
    float: left;
    padding: 0 1%;
    width: 33.3%;
}

.tt_detail li:nth-last-child(1) {
    border-right: none;
}
.tt_detail li div {
    padding-bottom: 8px;
	text-align: center;
	overflow: hidden;
}
.tt_detail li div div {
	width: 50%;
	float: left;
	padding: 3px 0px 4px 0;
}
.txt_center {
    text-align: center;
}
.sidebar section.audio > header {
    border-bottom: 1px solid #ddd;
}
.sidebar section.audio > header h1 a {
	color: #dd6b0b;
    padding: 5px 0;
	border-bottom: 1px solid;
}
.sidebar section.audio nav {
    border-bottom: 1px solid #ddd;
	border-left: none;
    display: table-cell;
    float: left;
    width: 150px;
	background: none;
}
.sidebar section.audio nav a {
    display: table-cell;
    padding: 10px 0;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    font-weight: normal;
    color: #555;
    float: left;
	font-family: 'Roboto Condensed',Arial;
	line-height: 17px;
}
.sidebar section.audio nav a:hover {
    color: #dd6b0b;
}
section.audio  {
	float: left;
}
section.audio > header {
    border-bottom: 1px solid #ddd;
}
section.audio > header h1 a {
	color: #dd6b0b;
    padding: 5px 0;
	border-bottom: 1px solid;
}
section.audio nav {
    border-bottom: 1px solid #ddd;
    display: table-cell;
    float: left;
    width: 150px;
	width: 163.2px;
    background: rgba(238, 238, 238, 0.4);
}
section.audio nav a {
    display: table-cell;
    padding: 10px 5px;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    font-weight: normal;
    color: #555;
    float: left;
	font-family: 'Roboto Condensed',Arial;
	line-height: 17px;
}
section.audio nav a:hover {
    color: #dd6b0b;
}

section.audio nav:nth-child(n+26) {
   border-bottom: 1px solid #ddd;
}

.sidebar section.links > header {
    width: 300px;
    height: 35px;
    border-top: 2px solid #e6e2e2;
    padding: 3px 0;
    margin: 0 0 2px 0;
}
.sidebar section.links > header:before {
    content: "";
    width: 70px;
    border-top: 2px solid #dd6b0b;
    position: absolute;
    margin-top: -5px;
}
.sidebar section.links > header h1 a {
    color: #dd6b0b;
    padding: 6px 0;
}
.sidebar section.links .cover {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    float: left;
    height: 50px;
    margin: 0 1% 3px 0;
    overflow: hidden;
    padding: 0;
    width: 49.5%;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover !important;
    cursor: pointer;
}
.sidebar section.links .cover:nth-child(2n+1) {
    margin-right: 0;
}
.sidebar section.links .cover a {
    display: block;
    height: 100%;
    width: 100%;
}

.sidebar section.hits  {
	font-family:  'Roboto Condensed',Arial;
	font-size: 12px;
}
.sidebar section.hits > header {
    width: 300px;
    height: 35px;
    border-top: 2px solid #e6e2e2;
    padding: 3px 0;
    margin: 0 0 2px 0;
}
.sidebar section.hits > header h1 a {
    padding: 10px 0;
    color: #dd6b0b;
}
.sidebar section.hits > div {
	padding: 8px 0;
	border-bottom: 1px dotted #ddd ;
}
.sidebar section.hits > div div.hit-title  {
	width: 50%;
    float: left;
}
.sidebar section.hits div div.hit-num {
	color: #dd6b0b;
}
section.menubar div.menu_title{
    background-color: #dd6b0b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 260px;
    padding: 2px 5px;
    height: 32px;
	margin-top: 7px;
}
section.menubar div.menu_title a{
    color: #fff;
    text-transform: uppercase;
    padding: 10px 6px;
	font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-weight: normal;
}
section.menubar ul li {
	list-style-type: none;
    border-bottom: 1px solid #ddd;
    background: #ededed;
    text-shadow: brown;
    box-shadow: 0px 1px 1px 0px #fcfcfc;
    margin-bottom: 2px;
	border-left: 2px solid #dd6b0b;
}

section.menubar  ul li:first-child {
    
}
section.menubar ul > li > a {
    padding: 7px 10px;
    text-decoration: none;
	font-family: 'Roboto Condensed',Arial;
    font-size: 14px;
	font-weight: normal;
    display: block;
    color: #dd6b0b;
	text-transform: uppercase;
	line-height: 17px;
}
section.menubar ul > li > a.active {
   background-color: #f7d7c8;
   
}
section.menubar ul > li> a:hover{
   background-color: #f7d7c8;
   
}
section.menubar ul > li > a .group-number {
    position: absolute;
    margin: -4px;
    z-index: 999;
    height: 19px;
    width: 19px;
    font-size: 11px;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    border: 1px solid #dd6b0b;
}
section.menubar ul > li > a.active .group-number {
    border: 1px solid #fff;
}
section.menubar ul > li > a:hover .group-number {
    border: 1px solid #fff;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 15px 0;
    padding-left: 0;
	font-family:  'Roboto Condensed',Arial;
	font-size: 14px;
}
.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.pagination > li > a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #2d291e;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px 8px;
    position: relative;
    text-decoration: none;
}
.pagination > li > a:hover {
    background-color: #dd6b0b;
    color: #fff;
    border-color: #dd6b0b;
}
.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    background-color: #dd6b0b;
    border-color: #dd6b0b;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.skicker-right-box {
    float: left;
    position: fixed;
    right: 0;
    top: 45%;
    width: 43px;
    z-index: 9;
}
.skicker-right-box .box {
    background-color: #e8f6fc;
    border: 1px solid #A8E0F8;
    border-radius: 20px;
    float: left;
    padding: 4px;
    width: 35px;
    text-align: center;
    margin-bottom: 7px;
}
.skicker-right-box .box .contact {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll 5px -100px;
    line-height: 16px;
    padding: 21px 8px 3px 0;
    width: 46px;
    float: left;
}
.skicker-right-box .box .about {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll 8px -431px;
    line-height: 16px;
    padding: 21px 8px 3px 0;
    width: 46px;
    float: left;
}
.skicker-right-box .box:hover {
    background-color: #F6E6DA;
}

#slider li {
    height: 300px;
    overflow: hidden;
    width: 500px;
}
#slider-video li {
    height: 180px;
    overflow: hidden;
    width: 278px;
}
#slider-pic li {
    height: 209px;
    overflow: hidden;
    width: 300px;
}
h3.slides {
    margin: 0;
    overflow: hidden;
    padding: 5px 5px;
    color: #dd6b0b;
    font-size: 13px;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-weight: 500;
    line-height: 22px;
	background: #f7d7c8;
	text-align:center;
}

#prevBtn a {
    text-indent: -9999em;
}
#nextBtn a {
    text-indent: -9999em;
}
#prevBtn a {
    background: url('../images/icons.png') no-repeat 0px -230px;
}
#nextBtn a {
    background: url('../images/icons.png') no-repeat -45px -230px;
}
#prevBtn a:hover {
    background: url('../images/icons.png') no-repeat 0px -291px;
}
#nextBtn a:hover {
    background: url('../images/icons.png') no-repeat -45px -291px;
}
#prevBtn a:active {
    background: url('../images/icons.png') no-repeat 0px -356px;
}
#nextBtn a:active {
    background: url('../images/icons.png') no-repeat -45px -356px;
}
#prevBtn a,
#nextBtn a,
#nextBtn {
    display: block;
    height: 55px;
    position: absolute;
    width: 35px;
}
#nextBtn {
    margin-left: 257px !important;
}
#prevBtn,
#nextBtn {
    display: block;
    height: 55px;
    left: 5px;
    margin-top: -154px !important;
    position: absolute;
    width: 35px;
    z-index: 1000;
}

#prevBtn-video a {
    text-indent: -9999em;
}
#nextBtn-video a {
    text-indent: -9999em;
}
#prevBtn-video a {
    background: url('../images/icons.png') no-repeat 0px -230px;
}
#nextBtn-video a {
    background: url('../images/icons.png') no-repeat -45px -230px;
}
#prevBtn-video a:hover {
    background: url('../images/icons.png') no-repeat 0px -291px;
}
#nextBtn-video a:hover {
    background: url('../images/icons.png') no-repeat -45px -291px;
}
#prevBtn-video a:active {
    background: url('../images/icons.png') no-repeat 0px -356px;
}
#nextBtn-video a:active {
    background: url('../images/icons.png') no-repeat -45px -356px;
}
#prevBtn-video a,
#nextBtn-video a,
#nextBtn-video {
    display: block;
    height: 55px;
    position: absolute;
    width: 35px;
}
#nextBtn-video {
    margin-left: 258px !important;
}
#prevBtn-video,
#nextBtn-video{
    display: block;
    height: 55px;
    left: 4px;
    margin-top: -150px !important;
    position: absolute;
    width: 35px;
    z-index: 1000;
}
#prevBtn-news,
#nextBtn-news {
    display: none;
}
.adv img {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}
section .adv {
    float: left;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .skicker-right-box {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .wrapper {
        margin: 0 0 0 5px;
    }
}
@media screen and (max-width: 1260px) {
    #advBgLeft,
    #advBgRight {
        display: none;
    }
}
.search-block {
    height: 32px;
    overflow: hidden;
    position: relative;
	z-index: 1000;
	top: 4px;
    right: 1px;
}
#top .logo {
	float: left;
}
#top #time1 {
	font-size: 11px;
    padding: 12px 10px 0 0;
    text-align: right;
    color: #a68340;
    font-family: 'Roboto Condensed',Arial;
    float: right;
    text-transform: uppercase;
}
#top #facebook {
	background: url(../images/icons.png) no-repeat 7px -489px;
	padding: 6px 2px;
}
#top #facebook a {
	padding: 12px 2px;
}
.search-block .search-button:focus {
        outline: none;
    }
.search-block .search-button {
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    display: block;
    border: 1px solid #dd6b0b;
    border-width: 1px 1px 1px 0;
    background: hsla(0, 0%, 93%, 0.85) url(../images/icons.png) no-repeat 8px -722px;
    box-shadow: none !important;
    padding: 0;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search-block #s-header {
    background: hsla(0, 0%, 93%, 0.6);
    float: right;
    font: normal 12px Tahoma;
    padding: 7px 12px;
    width: 160px;
    color: #dd6b0b;
    border: 1px solid #dd6b0b;
    border-width: 1px 0 1px 1px;
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

label,
input,
select,
textarea {
    color: #333;
    font: 14px/18px  'Roboto Condensed',Arial, sans-serif;
    vertical-align: middle;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
    outline: none;
}
input,
select {
    vertical-align: middle;
}

section.search_header header {
    height: auto;
    margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
section.search_content {
    width: 100%;
    float: left;
}
section.search_content article {
    float: right;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eaeaea;
}
section.search_content article .cover {
    float: left;
    width: 23%;
    height: 95px;
    margin-right: 2%;
}
section.search_content article header {
    float: left;
    width: 75%;
    margin: 0 0 4px 0;
    overflow: hidden;
}
section.search_content article header h1 a {
    background: none !important;
    padding-left: 0;
    font-size: 1.2em;
    font-family:  'Roboto Condensed',Arial;
    line-height: 19px;
}
section.search_content article .summary {
    display: block;
    overflow: hidden;
}
#search form {
    border-bottom: 1px solid #f1f1f1;
    float: left;
    margin: 10px 0;
    padding: 0 0 10px;
    width: 100%;
}
#search form input {
    background: #fff url(../images/icons.png) no-repeat 10px -521px;
    border: 1px solid #c9c9c9;
    color: #444;
    float: left;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 28px;
    padding: 4px 5px 4px 30px;
    width: 575px;
}

#search form .button {
    float: left;
    position: relative;
    left: -1px;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-size: 11px;
	color: #dd6b0b;
	text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #e88a80;
    cursor: pointer;
    height: 36px;
    width: 80px;
    background: #e8b4af;
    background: -webkit-gradient(linear, left top, left bottom, from(#efdbd9), to(#e8b4af));
    background: -moz-linear-gradient(top, #efdbd9, #e8b4af);
}
section#albums .showcase article .cover {
    float: none;
    margin-bottom: 5px;
    width: 100%;
	height: 98px;
    border: 1px solid #ccc;
    background: #fff;
}
section#albums .showcase {
    float: left;
    width: 100%;
}
section#albums .showcase article:nth-child(2n) {
    margin-right: 0;
}
section#albums .showcase article {
    width: 48%;
    margin-right: 4%;
    border: 0;
}

section#approved .showcase article .cover {
    float: left;
    margin-right: 10px;
    width: 75px;
}
section#approved .showcase {
    float: left;
    width: 100%;
	padding: 10px 0;
}
section#approved .showcase article:nth-child(2n) {
    margin-right: 0;
}
section#approved .showcase article {
    width: 48.5%;
    margin: 0 3% 15px 0;
    border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 10px;
}
section#approved .showcase article header h1 {
    float: none;
    font-size: 14px;
	font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
    color: #333;
}
section#approved .showcase header {
	text-align: center;
	margin: 0;
}
section#approved .showcase article header h2 a {
    float: none;
    font-size: 11px;
	font-weight: normal;
	text-transform: none;
    line-height: 14px;
    color: #058eb1;
}
section#approved .showcase article header h2 a:hover {
    color: #b15605;
}
section#approved .showcase article header h2 {
    float: none;
}

.hCat-head {
    margin-bottom: 9px;
    padding: 8px 0 1px;
    color: #dd6b0b;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.hCat-head h3 {
	font-size: 16px;
    float: left;
	font-family: 'Roboto Condensed',Arial, sans-serif;
    font-weight: normal;
    white-space: nowrap;
	padding-bottom: 8px;
	line-height: 17px;
}
.hCat-head h3 a {
    color: #dd6b0b;
    text-transform: uppercase;
	padding: 0 10px;
}

#category .hCat-head > header {
    color: #dd6b0b;
	min-width: 290px;
	overflow: hidden;
}
#category .hCat-head > header h2 {
    float: left;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
	font-family: 'Roboto Condensed',Arial, sans-serif;
	margin-bottom: 5px;
}
#category .hCat-head > header h2 a:hover{
   
}
#category .hCat-head > header h2:nth-last-child(1) {
    border-right: none;
}
.share {
    margin: 5px 0;
    overflow: hidden;
    padding-bottom: 8px;
}
.share ul{
	overflow: hidden;
	float: right;
}
.share ul li {
    display: inline-block;
    height: 24px;
    list-style-type: none;
    width: 24px;
	background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    border: 1px solid #ccc;
	margin-left: 5px;
}
.share ul li:hover {
	background: #dd6b0b none repeat scroll 0 0;
	border: 1px solid #dd6b0b;
}
.share ul li a {
    padding: 12px 12px;
}
.share ul li > #facebook{
    background: url(../images/icons.png) no-repeat 7px -489px;
}
.share ul li > #facebook:hover{
    background: url(../images/icons.png) no-repeat 7px -524px;
}
.share ul li > #google{
    background: url(../images/icons.png) no-repeat 7px -559px;
}
.share ul li > #google:hover{
    background: url(../images/icons.png) no-repeat 7px -597px;
}
.share ul li > #twitter{
    background: url(../images/icons.png) no-repeat 6px -636px;
}
.share ul li > #twitter:hover{
    background: url(../images/icons.png) no-repeat 6px -677px;
}
.sharing-buttons {
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed',Arial, "utm_avo", sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    margin: 0 5px;
    text-transform: uppercase;
}

#move-to-top:hover {
    background-color: #dd6b0b!important;
}
#move-to-top {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 0;
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 38px;
    z-index: 999;
    background: #dd6b0b;
    transition: all 0.25s linear;
    -webkit-backface-visibility: hidden;
    text-align: center;
    border-radius: 5px;
}
#move-to-top .fa-angle-up {
    position: relative;
    top: -1px;
    font-size: 22px;
    line-height: 40px;
}
#move-to-top:not(.filling) {
    opacity: 0;
    visibility: hidden;
}
.container {
    overflow: hidden;
    position: relative;
    width: 100%;
	font-family: Tahoma,sans-serif;
    font-size: 14px;

}

.add {
    float: right;
    margin: 8px 0 10px;
    width: 30%;
	background-color: #fbfbfb;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.add .info {
    padding: 17px 10px;
}
.add .info .address {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll 0 -158px;
    margin-bottom: 20px;
    padding-left: 22px;
}
.add .info .email {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll 0 -192px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-left: 22px;
}
.add .info .tele-phone {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll 0 -1060px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-left: 22px;
}
.add .info .fax {
    background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll 0 -359px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-left: 22px;
}

.contact{
    float: left;
    width: 100%;
	position: relative;
}
.contact h3 {
	margin: 10px 0 10px 0;
    color: #dd6b0b;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.contact h4 {
	border-bottom: 1px solid #999;
    padding-bottom: 3px;
    color: #333;
	margin: 15px 0;
}

.contact p {
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%;
}

.contact label {
    font-size: 15px;
    z-index: 100;
    float: left;
    position: relative;
    top: 15px;
	padding-right: 10px;
}
.contact input, .contact textarea,
.contact select, .doc-wrap select  {
	background-color: #fbfbfb;
    border: 1px solid #dddddd;
    line-height: 35px;
    margin: 5px 0;
    padding: 0 10px;
    width: 100%;
	color: #444;
	font-size: 14px;
	border-radius: 4px;
}
.contact input:focus, .contact textarea:focus {
    border-color: #51a7e8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(81, 167, 232, 0.5);
}
.contact #fmember {
    height: 40px;
    color: #666;
    font-size: 14px;
}
.contact #fcon {
	height: 175px;
}
.contact #fname, .contact #femail, .contact #fphone {
	width: 31.9%;
	margin-right: 2%;
}
.contact #fphone {
	margin-right: 0;
}
.contact #fcode {
	width: 32%;
	margin-right: 2%;
}

.contact #send {
    background-color: #dd6b0b;
	border: 1px solid #dd6b0b;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100px;
	line-height: 25px;
}
.contact #send:hover {
    background-color: #dd6b0b;
}
#jwvideo_display_button {
	height: 60px!important;
}



map .categories {
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
	margin: 15px 0;
}
map .categories li.parent {
    width: 50%;
    padding: 0;
    margin-right: 0;
    padding: 6px 1.4% 0;
	height: 220px;
}
map .categories li.parent a {
    font-size: 14px;
    padding: 0 0;
    border: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
map .categories li.parent a:hover {
    text-decoration: underline;
	background: none;
}
.categories div.subcate ul {
    width: 100%;
	margin-left: 20px;
}
map .categories div.subcate li {
    width: auto;
}
map .categories div.subcate li a{
    font-weight: normal;
}
#imgcaptcha {
    position: absolute;
    margin-top: 6px;
    border: 1px solid #ccc;
	border-radius: 4px;
}
.box{
    background-color: #fff;
    padding: 5px 0px 10px 1px;
	overflow: hidden;
	margin-bottom: 0px;
}
.p15 {
	padding: 0;
}
.group-number {
    position: absolute;
    z-index: 999;
	margin-top: -9px;
    height: 20px;
    width: 20px;
    background-color: #896464;
    color: #fff;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
	font-family: auto;
}

p.language_hd {
    float: right;
    margin: -115px 25px;
	padding-right: 4px;
	z-index: 9999;
    position: relative;
}
p.language_hd a {
    display: block;
    float: left;
    color: #333;
    margin-left: 5px;
    text-decoration: none;
    line-height: 24px;
    text-transform: uppercase;
}
#slideshow {
    Margin: 10px 0;
	position: relative;
    visibility: visible;
    overflow: hidden;
	width: 810px;
	/*height: 100px;*/
	background: #aaa;
}

.boxList {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}
.boxList li {
    background: url(../Images/bullet-blue.png) no-repeat left 12px;
    padding-left: 10px;
    height: 30px;
    float: left;
    font-size: 11px;
    line-height: 30px;
    text-align: left;
    width: 282px;
}
.boxList li a {
    font-size: 14px;
    font-weight: normal;
}
.boxList li a.active {
	color: #dd6b0b;
}
.icon-new {
    background-color: #dd6b0b !important;
    display: inline;
    padding: .2em .6em .2em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.publicdate {
	padding-top: 8px;
	color: #666;
	font-weight: 600;
    font-size: 11px;
	float:left;
}
.validdate {
	padding-top: 8px;
	color: #666;
	font-weight: 600;
    font-size: 11px;
	float:right;
}
.blue {
	color: #dd6b0b;
}
.red {
	color: #dd6b0b ;
}
@charset "utf-8";
/* CSS Document */

.contact_page {
	padding-top: 5px;
}

.contact_page h1 {
	text-transform:uppercase;
	font-size:19px;
	font-weight:normal;
	margin-bottom:15px;
	}

.contact_page form ul li {
	margin: 6px 0;
}

.contact_page form ul li input[type=text], .contact_page form ul li textarea {
	width: 95%;
	font-family: 'roboto', Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #cbcbcb;
	padding: 8px;
	position: relative;
	border-radius: 4px;
	}
.contact #ffile {
	width: 77.5%;
	font-size: 14px;
	border: 1px solid #cbcbcb;
	position: relative;
	border-radius: 4px;
	}
.contact #contact_submit {
	width: 100%;
	font-size: 16px;
	position: relative;
	border-radius: 4px;
	float: right;
	color: #fff;
    background-color: #dd6b0b;
    border-color: #dd6b0b;
	font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	}
.contact #fdistrict, .contact #fward {
    height: 35px;
    color: #666;
    font-size: 14px;
}
.contact_page form ul li input:focus, .contact_page form ul li textarea:focus {
	outline: 1px solid #2196f3;
	}

.contact_page form ul li textarea {
	height:140px;
	line-height: 19px;
	font-family: 'roboto', Arial, sans-serif;
	text-align: justify;
	}
	
.contact_page form ul li input[type=submit], .contact_page form ul li input[type=reset] {
	background: #2196F3;
    border-radius: 4px;
	margin-right: 26px;
    font-size: 14px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 36px;
	font-family: 'roboto', Arial, sans-serif;
	}

.contact_page form ul li input[type=reset] {
	background: #999;
	}
.contact .message {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
.contact .ok {
	color:#51a351;
}
.contact .error {
	color:red;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
	color: #fff;
    background-color: #dd6b0b;
    border-color: #2e6da4;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.swap_formContact a {
	color:#00688d;
	text-decoration: underline;
}
.swap_formContact a:hover {
	color:#B93D00;
}
.required {
	color: red;
}
.fade.in {
    opacity: 1;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.post_lbl {
	width:auto;
	float:left;
}
.post_btn{
	margin-left: 135px;
	margin-bottom: 10px;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
	line-height: 20px;
}

#mapcont {
	position: relative;
	margin-right: -10px;
	margin-top: 18px;
	border-radius: 5px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 3px #aaa;
	width: 100%;
	}

/*-------------------------------*/

@media screen and (min-width: 18.750em) {
	
	.contact_page form {
		margin-bottom: 0px;
	}
	
	.detail_contact {
		padding-right: 10px;
	}
	
	#mapcont {
		height: 200px;
	}
	
}


@media screen and (min-width: 48em) {
	
	.contact_page form {
	width:100%;
	float: left;
	}
	
	.detail_contact {
		//float: left;
		width: 100%;
		padding-right: 0 !important;
		color: #2196f3;
	}
	
	#mapcont {
		width: 350px;
		margin-top: 18px;
		height: 200px;
	}
	
}

#search form {
    border-bottom: 1px solid #f1f1f1;
    float: left;
    margin: 10px 0;
    padding: 0 0 10px;
    width: 100%;
}
#search form input {
    background: #fff url(../images/icons.png) no-repeat 10px -521px;
    border: 1px solid #c9c9c9;
    color: #444;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 28px;
    padding: 4px 5px 4px 30px;
    width: 575px;
}

#search form .button {
    float: left;
    position: relative;
    left: -1px;
    font-family: Arial, sans-serif;
    font-size: 11px;
	color: #f46900;
	text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #e88a80;
    cursor: pointer;
    height: 36px;
    width: 80px;
    background: #e8b4af;
    background: -webkit-gradient(linear, left top, left bottom, from(#efdbd9), to(#e8b4af));
    background: -moz-linear-gradient(top, #efdbd9, #e8b4af);
}
section#bao-in .showcase article .cover {
    float: none;
    height: 185px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #d1d1d1;
    box-shadow: 3px 3px 2px #eee;
    padding: 0px;
}
section#bao-in .showcase {
    float: left;
    width: 100%;
}
section#bao-in .showcase article:nth-child(2n) {
    margin-right: 0;
}
section#bao-in .showcase article {
    width: 48%;
    margin-right: 4%;
    border: 0;
}

section#ban-tin .showcase article .cover {
    float: none;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #d1d1d1;
    box-shadow: 3px 3px 2px #eee;
    padding: 0px;
}
section#ban-tin .showcase {
    float: left;
    width: 100%;
	padding: 10px;
}
section#ban-tin .showcase article:nth-child(4n) {
    margin-right: 0;
}
section#ban-tin .showcase article {
    width: 22%;
    margin-right: 4%;
    border: 0;
}

section#dai-bieu {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
    overflow: hidden;
}
section#dai-bieu .showcase {
    float: left;
    width: 100%;
	padding: 10px;
}
section#dai-bieu .showcase article:nth-child(2n) {
    margin-right: 0;
}
section#dai-bieu .showcase article {
    width: 48%;
    margin: 0 4% 20px 0;
    border: 0;
}
section#dai-bieu .showcase article .cover {
    float: left;
    margin: 0 8px 8px 0;
    width: 30%;
    border: 1px solid #d1d1d1;
    box-shadow: 3px 3px 2px #eee;
    padding: 0px;
}
section#dai-bieu .showcase article h1 {
	text-transform: none;
	font-weight: normal;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 19px;
}
section#dai-bieu .showcase article header {
	margin-bottom: 4px;
	height: 97px;
}
section#dai-bieu .showcase article h1 a {
	padding: 2px;
	font-size: 11px;
	color: #058eb1;
}
section#dai-bieu .showcase article h1 a:hover {
	color: #f46900;
}
map .categories {
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    background: #eaeaea;
	margin: 15px 0;
}
map .categories li.parent {
    width: 25%;
    border-right: 1px solid #ddd;
    padding: 0;
    margin-right: 0;
    height: 168px !important;
    padding: 6px 1.4% 0;
    overflow: hidden;
    margin-bottom: 25px;
}
map .categories li.parent a {
    font-size: 14px;
    padding: 0 0;
    border: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
map .categories li.parent a:hover {
    text-decoration: underline;
	background: none;
}
.categories div.subcate ul {
    width: 100%;
}
map .categories div.subcate li {
    width: auto;
}
map .categories div.subcate li a{
    font-weight: normal;
}
#imgcaptcha {
    position: absolute;
    margin-top: 6px;
    border: 1px solid #ccc;
	border-radius: 4px;
}


/* navigation */

.nav {
  text-transform: uppercase;
  margin: 1px 0 5px 0;
  position: relative;
  float: left;
  width: 100%;
  background: #dd6b0b;
  z-index:999;
}
.nav > ul > li:first-child a {
    line-height: 26px;
    padding: 6px 10px 6px 5px;
}
.nav > ul > li:first-child a i {
  font-size: 19px;
}


.nav {
    margin-bottom: 0;
    list-style: none;
	float: left!important;
}
.nav > li {
    position: relative;
    display: block;
	float: left;
}

.nav > li > a {
    position: relative;
    display: block;
	font-size: 15px;
    color: #fff;
	line-height: 26px;
    padding: 5px 10px;
}

.nav > li > a:hover {
  color: #fff004 !important;
}

.nav .dropdown-menu > li > a {
    white-space: normal;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding-top: 5px;
	padding-bottom: 2px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #dd6b0b;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropdown-menu > li {
    border-bottom: 1px solid #f3773d;
}
.dropdown-menu > li:last-child {
    border-bottom: none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 7px 15px 6px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
	
    white-space: nowrap;
}
.dropdown-menu > li > a:hover {
    color: #fff004 !important;
}

.d-flex {
    border-bottom: 1px solid #ddd;
    position: relative;
    float: left;
    width: 100%;
    background: #f6f6f6;
    height: 37px;
}
.section-top-page {
    background-color: #f6f6f6;
    width: 79%;
    float: left;
}
.section-top-page marquee {
    margin: 5px 10px;
    float: left;
    width: 100%;
    line-height: 26px;
}
.section-top-page .item-marquee {
    display: inline-block;
    padding-right: 50px;
    color: #0074bd;
    font-size: 1.2em;
	text-transform: uppercase;
}
.section-top-page .item-marquee a {
    color: #0074bd;
}
.d-md-inline {
    display: inline !important;
    float: right;
    color: #444;
    margin: 12px 6px 0 0;
}
.gray { 
	filter: grayscale(100%); 
}