* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
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: 12px;
}
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: #000;
}
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;
}
a:hover {
    color: #d72027;
}

/* navigation */

.navigation {
  text-transform: uppercase;
  margin: 1px 0 5px 0;
  position: relative;
  float: left;
  width: 100%;
  background: #D72027;
  z-index:999;
  
  
}
.navigation > div > ul > li:first-child a {
  line-height: 26px;
  padding: 6px 7px;
}
.navigation > div > ul > li:first-child a i {
  font-size: 14px;
}
.navigation > div > ul li.parent,
.navigation > div > ul li.home {
  float: left;
  padding: 5px 0px 2px;
}
.navigation > div > ul li.media {
    background: #f8d3b9;
}
.navigation > div > ul li.parent {
	height: 32px;
}
.navigation > div > ul li.parent > a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed',Arial;
  line-height: 25px;
  padding: 10px 8px 6px 8px;
  font-size: 15px;
  color: #fff;
}
.navigation > div > ul li.parent.active,
.navigation > div > ul li.parent:hover {
  background: #bf081d;
  
}

.navigation > div > ul li.home.active,
.navigation > div > ul li.home:hover {
	background: url(/css/img/icons.png) no-repeat 4px -813px ;
	background-color: #bf081d;
}
.navigation > div > ul li.home {
	background: url(/css/img/icons.png) no-repeat 4px -813px;
	width: 30px;
}
.navigation > div > ul li.parent.active > a,
.navigation > div > ul li.parent:hover > a {
  color: #fff004 !important;
  //border-bottom: 1px solid #D72027;
}
.navigation  > div > ul li.parent.focus {
  //background: #D72027;
}
.navigation > div > ul li.parent.focus > a {
  color: #359a31;
}
.navigation > div > ul li.parent.focus > a:hover {
  color: #359a31;
}
.navigation > div > ul li.parent.focus:hover {
  //background: #D72027;
}
.navigation > div > ul li.parent.focus.active {
  //background: #D72027;
}
.navigation > div > ul li.parent .child {
  position: absolute;
  width: 220px;
  margin-top: 2px;
  left: -9999em;
}
.navigation > div > ul li.parent .child > li a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 6px;
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
}
.navigation > div > ul li.parent .child > li a:hover {
  color: #fff004;
  //border-bottom: 1px solid #D72027;
}
.navigation > div > ul li.parent .child > li:hover {
  //background: #D72027;
  color: #fff004 ;
}
.navigation > div > ul li.parent .child > li {
  background: #bf081d;
}
.navigation > div > ul li.parent .child > li:last-child a {
  border-bottom: none;
}
.navigation > div > ul li.parent:hover > ul.child {
  left: auto;
  z-index: 1;
}
.navigation > div > ul li.parent.focus:hover > ul.child {
  right: 0px;
}

/* MENU CATEGORY */

.categories {
    float: left;
    width: 100%;
    height: 30px;
    margin: 0px 0 0px;
    border-bottom: 1px solid #ddd;
}
.categories ul {
    float: left;
    width: 100%;
    list-style: none;
}
.categories > ul {} .categories a {
    display: block;
    width: 100%;
    height: 26px;
    margin: 1px 0;
    padding: 1px 6px 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400;
}
.categories ul > li:last-child > a {
    //border-right: 0;
}
.categories li.parent {
    float: left;
    position: relative;
    height: 28px;
    line-height: 28px;
}
.categories li.parent a {
    color: #444;
}
#top .categories li.parent > a:hover {
    background-color: #0098d3;
    color: #fff;
    border-radius: 3px;
}
#top .categories li.parent > a.media:hover {
    background-color: #0098d3;
    color: #fff;
    border-radius: 3px;
}
#top .categories li.parent > a.media {
    background-color: #cfefcf;
    color: #00a700;
    border-radius: 3px;
}
.categories li.parent > a {
    text-transform: uppercase;
}
.categories li.parent.current {
    height: 26px;
}
.categories li.parent.current a {
    border-radius: 3px;
}
.categories:not(.fixedtop) li.parent.active a {
    border-radius: 3px 3px 3px 3px;
    background-color: #0098d3;
    color: #fff;
}
.categories div.subcate {
    position: absolute;
    top: 25px;
    left: 0;
    display: none;
    background-color: #0099cc;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    width: 200px;
}
.categories div.subcate ul {
    width: 100%;
}
.categories div.subcate li {
    width: auto;
}
.categories div.subcate a {
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    border: 0;
    height: auto;
    line-height: 28px;
}
.categories div.subcate a:hover,
footer .categories li.parent a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    text-decoration: underline !important;
}
/* Group 1 - Xa hoi, The gioi, Kinh doanh, Song Tre */
/* Group 2 - Giai tri, Am nhac, Phim anh, thoi-trang */

.categories li a,
{
    color: #D72027;
}
.categories li.parent.active a {
    background-color: #D72027;
}
.categories li.current a {
    background-color: #D72027;
    color: #fff;
}

/* Group 3: The thao, Cong nghe, Xe */
/* Group 4: phong-cach-song & Other */
/* TOP SECTION */

#top {
    clear: both;
    z-index: 999;
    margin: auto;
}
#top .categories li.homepage {
    background: #6b97b8;
    margin-right: 3px;
    margin-left: 0px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    margin-top: 1px;
}
#top .categories li.current {
    background: #0098d3;
}
#top .categories li.homepage a {
    text-indent: -9999px;
    overflow: hidden;
    color: #fff;
    background: url(/css/img/icons.png) no-repeat 3px -816px;
    margin-top: 0px;
    height: 26px;
}
/* COMMON LAYOUT */

.content-wrap {
    float: left;
    width: 825px;
    position: relative;
    z-index: -3;
}
.content-wrap-full {
    float: left;
    width: 1140px;
    position: relative;
    z-index: -3;
	padding: 10px;
	background: #b8c3d8;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.sidebar {
    width: 300px;
    float: right;
    position: static;
    margin-top: 6px;
    position: static;
    transform: none;
    top: 0px;
    left: 988px;
}
/* BANNER */
/* HEADER */

#site-header {
    width: 1140px;
    height: 120px;
    margin: auto;
    position: relative;
}
/* GENERAL ARTICLE */

article {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #444;
}
article a {
    color: #222;
}
article header h2 {
    margin: 0 0 3px 0;
    line-height: 18px;
	font-weight: bold;
}

article header time {
    font-size: 0.9em;
    line-height: 1.4;
    color: #A7A7A7;
    display: block;
}
article.picture header h1 a {
    padding-left: 18px;
    background: url(/css/img/icons.png) no-repeat left -1180px;
}
article header h1 a:hover {
    color: #D72027 !important;
}
article header time {
    font-size: 0.9em;
    line-height: 1.4;
    color: #A7A7A7;
    display: block;
}
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-image: url("/css/img/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;
}
#category article.video .cover > a {
    background-image: url("/css/img/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("/css/img/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.video .cover > a:hover {
    background-image: url("/css/img/icons.png");
    background-position: 0 -50px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#category article.video_main .cover > a {
    background-image: url(/css/img/icons.png);
    background-position: 0 -1703px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 60px;
    left: 50%;
    margin: -10px 0 0 0px;
    position: absolute;
    top: 50%;
    width: 60px;
}
#category article.video_main .cover > a:hover {
    background-image: url("/css/img/icons.png");
    background-position: 0 -1643px;
    background-repeat: no-repeat;
    background-size: auto auto;
}
article .summary {
    display: none;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #333;
}
/* Article Relate */
/* Article Type */
/* PAGE HOME */

section#homepage {
    position: relative;
    z-index: 3;
    width: 1140px;
    margin: auto;
}
/* TRENDING SECTION */

section.trending {
    float: right;
    overflow: hidden;
    width: 260px;
    margin: 0 0 10px;
    padding: 8px 0 0 0px;
    border-top: 1px solid #6d7884;
}
section.trending article {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd !important;
}
section.trending article header h2 {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
	font-weight: 300;
}

section.trending article .cover
{
    display: none;
}
section.trending .top-list {
    float: left;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 8px;
    width: 100%;
}
section.trending .top-list header h1 {
    margin: 2px 0 12px 0;
}
section.trending .top-list header h1 a {
    color: #404858;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 500;
}
section.trending .top-list article {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 7px !important;
    display: none;
}
section.trending .top-list article .cover {
    display: block;
    width: 100%;
    height: 145px;
    margin-bottom: 5px;
}
section.trending .top-list article header h1 a {}
/* FEATURED ARTICLE */

section.featured {
    float: left;
    width: 545px;
    margin: 0;
    border-bottom: 0;
}
section.featured article {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}
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 h2 {
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}
section.featured article header h1 a {
    color: #000;
}
section.featured article time {
    display: none;
}
section.featured article.featured {
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 6px;
}
section.featured article.featured header {
    display: block;
    max-height: none;
}
section.featured article.featured header h2 {
    font-size: 1.1em;
    line-height: 27px;
    letter-spacing: -1px;
    height: auto;
    margin-bottom: 2px;
    margin-top: 0;
    font-weight: 600;
}
#category section.featured article.featured header h2 a {
    letter-spacing: 0;
    color: #444;
}
section.featured article.featured header h2 a {
    /* color: #0077B3; */
    
    background: none;
    padding: 0;
}
section.featured article.featured time,
{
    display: block;
}
section.featured article.featured .cover {
    display: block;
    float: left;
    width: 260px;
    height: 210px;
    margin: 0 10px 0 0;
}
section.featured article.featured .summary {
    display: block;
}
/* Homepage display mode */
/* Focus Layout */

#homepage.focus_layout section.featured article.featured header h2 {
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
    font-weight: 400;
	line-height: 22px;
}
#homepage.focus_layout section.featured article.featured .cover {
    width: 545px;
    height: 320px;
    float: none;
    margin-bottom: 4px;
}
#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: 14px;
    width: 800px;
    margin-bottom: 11px;
	padding-top: 3px;
}
.hotnews label {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    margin: -11px 12px 0px 0px;
    background: #d2e0ef;
    padding: 3px 9px 9px 9px;
}
.hotnews a {
    background: url("/css/img/icons.png") no-repeat scroll 2px -882px rgba(0, 0, 0, 0);
    color: #333;
    padding: 0px 9px;
}
.hotnews a:hover {
    color: #D72027;
}
datetime {
    float: right;
    font-size: 13px;
    line-height: 16px;
    color: #888;
}
/* events */

#event {
    float: left;
    width: 100%;
    margin: 10px 0 14px;
    border-top: 4px solid #d2e0ef;
}
#event > header {
    margin-bottom: 5px;
}
#event > header h1 {
    background: none repeat scroll 0 0 #d2e0ef;
    border-radius: 14px;
    color: #333;
    display: inline;
    font-size: 1.2em;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 5px 11px;
    position: relative;
    text-transform: uppercase;
    top: -9px;
}
#event article {
    float: left;
    width: 24.2%;
    padding-bottom: 0;
    margin-right: 1%;
    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;
}

/* Radio */

#radio {
    float: left;
    width: 100%;
    margin: 5px 0 14px;
    border-radius: 5px;
    background-color: #65728b;
    padding: 0 10px 0;
	border: 2px solid #727d8b;
}
#radio > header {
    margin: 1px 0 15px;
}
#radio > header links {
    display: inline;
    margin: 2px 0 0 0px;
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
}
#radio > header h1 {
    display: inline;
    font-size: 1.6em;
    font-weight: normal;
    padding: 5px 11px 0 0;
    position: relative;
}
#radio > header h1 a{
    color:#FFC107;
	text-transform: uppercase;
}
#radio > header h2 {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 2px;
    font-family: 'Roboto Condensed', 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}
#radio > header h2 a {
    color: #fff;
}
#radio > header h2 a:hover {
    color: #d72027;
}
#radio article {
    float: left;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
}
#radio article header {
    float: none;
    overflow: hidden;
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
}

#radio article header h2 {
    display: block;
	font-weight: bold;
    font-size: 17px;
    line-height: 22px;
	margin-right: 20px;
	margin-top: 15px !important;
}

#radio article header h2 a {
    color: #fff;
}
#radio article header h2 a:hover {
    color: #d72027;
}

/* TELEVISION */

#television {
    float: left;
    width: 100%;
    margin: 5px 0 14px;
    border-radius: 5px;
    background-color: #404858;
    padding: 0 10px 0;
	border: 2px solid #dadde1;
}
#television > header {
    margin-bottom: 5px;
}
#television > header h1 {
    display: inline;
    font-size: 1.6em;
    font-weight: normal;
    padding: 5px 11px 0 0;
    position: relative;
    text-transform: uppercase;
}
#television > header h1 a {
	color: #d72027;
}
#television > header h2 a {
    color:#fff;
}
#television > header h1 a:hover,
#television > header h2 a:hover {
    color: #d72027;
}
#television > header h2 {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 2px;
    font-family: 'Roboto Condensed', 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

#television article {
    float: left;
    width: 61.2%;
    padding-bottom: 0;
    margin-right: 1%;
    border-bottom: 0;
}
#television article header {
    float: none;
    overflow: hidden;
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
    margin-bottom: 4px;
}
#television article:last-child {
    margin-right: 0;
}
#television article header h2 {
    display: block;
    padding-top: 10px;
	font-weight: bold;
    font-size: 17px;
    line-height: 22px;
	white-space: normal;
}

#television article header h2 a {
    color: #fff;
}
#television article header h2 a:hover {
    color: #d72027;
}
#television article .cover {
    float: none;
    width: 100%;
    height: 278px;
}
#television .top {
    width: 37%;
    padding: 0;
	border-left: none;
}
#television .top article {
    width: 100%;
	margin-bottom: 11px;
}
#television .top article .cover {
    width: 50%;
	height: 85px;
	float: left;
	margin-right: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% top;
    background-position-x: 50%;
    background-position-y: top;
    cursor: pointer;
}
#television .top article h2 {
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #fff;
	float: none;
	font-weight: normal;
	text-transform: none;
    white-space: normal;
	padding-top: 0;
}
#television .top article a {
    color: #fff;
}
#television .top article a:hover {
    color: #d72027;
}

/* multimedia */

#multimedia {
    float: left;
    width: 100%;
    margin: 5px 0 14px;
    border-radius: 5px;
    background-color: #b8c3d8;
    padding: 0 10px 0;
	border: 2px solid #dadde1;
}
#multimedia > header {
    margin-bottom: 5px;
}
#multimedia > header h1 {
    display: inline;
    font-size: 1.6em;
    font-weight: normal;
    padding: 5px 11px 0 0;
    position: relative;
    text-transform: uppercase;
}
#multimedia > header h1 a{
    color:#d72027;
}
#multimedia > header h2 {
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 2px;
    font-family: 'Roboto Condensed', 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}
#multimedia .top h2 {
    overflow: hidden;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #fff;
    float: none;
    font-weight: normal;
    text-transform: none;
    white-space: normal;
    padding-top: 0px;
}
#multimedia article.featured {
    float: left;
    width: 74.5%;
    margin-bottom: 8px;
    padding-right: 0;
	margin-left: 0;
	margin-right: 10px;
}
#multimedia article.featured .cover {
    float: none;
    height: 332px;
}
#multimedia article header {
    float: none;
    overflow: hidden;
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
    margin-bottom: 4px;
}

#multimedia article header h1 {
    display: block;
    padding-top: 10px;
	font-weight: bold;
    font-size: 17px;
    line-height: 20px;
}

#multimedia article header h1 a {
    color: #333;
}
#multimedia article {
    float: left;
    width: 24.2%;
    padding-bottom: 0;
    margin-right: 1%;
    border-bottom: 0;
	margin-bottom: 0;
}
#multimedia article:last-child {
    margin-right: 0;
}
#multimedia article h2 {
    display: block;
	margin: 5px 0 3px 0;
    font-size: 14px;
    font-weight: 300;
	white-space: normal;
}

#multimedia article .cover {
    float: none;
    width: 100%;
    height: 104px;
}
#multimedia .top {
    width: 24%;
    height: 340px;
    padding: 0;
    border-left: none;
}
#multimedia .top header,
#multimedia .top p {
    overflow: hidden;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #333;
	margin-bottom: 10px;
}

/* social */

#social {
    float: left;
    width: 100%;
    margin: 5px 0 14px;
    border-radius: 3px;
    background-color: #dddfe2;
    padding: 0 10px 0;
    border: 2px solid #dadde1;
}
#social > header {
    margin-bottom: 5px;
}
#social > header h1 {
    display: inline;
    font-size: 1.6em;
    font-weight: normal;
    padding: 5px 11px 0 0;
    position: relative;
    text-transform: uppercase;
}
#social > header h1 a{
    color:#d72027;
}
#social > header h2 {
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 2px;
    font-family: 'Roboto Condensed', 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}
#social article.featured {
    float: left;
    width: 74.5%;
    margin-bottom: 8px;
    padding-right: 0;
	margin-left: 0;
	margin-right: 10px;
}
#social article.featured .cover {
    float: none;
    height: 332px;
}
#social article header {
    float: none;
    overflow: hidden;
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
    margin-bottom: 4px;
}

#social article header h2 {
    display: block;
    padding-top: 7px;
	font-weight: normal;
    font-size: 14px;
    line-height: 18px;
	white-space: normal;
}


#social article {
    float: left;
    width: 23.5%;
    padding-bottom: 0;
    margin-right: 2%;
    border-bottom: 0;
}
#social article:last-child {
    margin-right: 0;
}
#social article p {
    display: block;
	margin: 5px 0 3px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

#social article .cover {
    float: none;
    width: 100%;
    height: 104px;
}
#social .top {
    width: 24%;
    height: 340px;
    padding: 0;
    border-left: none;
}
#social .top header,
#social .top p {
    overflow: hidden;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #333;
	margin-bottom: 10px;
}

/* CATEGORY SECTION */

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

/* Category Color */

section#xa-hoi.category
{
    /*border-top-color: #57badf;*/
}
section#xa-hoi.category > header h1 a
{
    color: #d72027;
    font-size: 1.2em;
    border-top: 2px solid #d72027;
    padding-top: 6px;
}
section#chuyen-de.category {
    border-top-color: #b8c3d8;
    width: 49%;
}
section#chuyen-de.category article.featured {
    float: left;
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%;
}
section#chuyen-de.category .top {
    float: left;
    min-height: 0;
    padding: 0 0 0 0px;
    width: 100%;
    border-left: none;
}
section#chuyen-de.category > header h1 a {
    color: #053798;
    font-size: 1.1em;
}
section#thoi-trang.category {
    border-top-color: #D72027;
}
section#thoi-trang.category article header {
    height: 50px;
}
section#thoi-trang.category > header h1 a {
    color: #D72027;
    font-size: 100%;
}
section#giao-duc.category {
    border-top-color: #404858;
    width: 49%;
}
section#giao-duc.category article.featured {
    float: left;
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%;
}
section#giao-duc.category .top {
    float: left;
    min-height: 0;
    padding: 0 0 0 0px;
    width: 100%;
    border-left: none;
}
section#giao-duc.category > header h1 a {
    color: #404858;
    font-size: 1.1em;
}
section.category .top {
    float: left;
    width: 43%;
    padding: 0 0 0 10px;
    border-left: 1px solid #f2f2f2;
}
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: #606770;
}
/* 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: 4px;
}
section.category article header h2 {
    font-family: 'Roboto Condensed', 'Roboto Condensed', Arial, Helvetica, sans-serif;
    float: none;
    font-size: 13px;
    text-transform: none;
    line-height: 17px;
    color: #333;
	font-weight: bold;
}
section.category article .summary {
    display: none;
    overflow: hidden;
}
section.category article .cover {
    width: 100px;
}
section.category article header h2 {
    display: inline;
}
section.category article.featured {
    float: left;
    width: 57%;
    margin-bottom: 8px;
    padding-right: 8px;
}
section.category article.featured header h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
section.category article.featured header h2 a {
    background: none;
    padding-left: 0;
}
section.category article.featured .summary {
    display: block;
    max-height: 110px;
}
section.category article.featured .cover {
    width: 160px;
    height: 110px;
    margin-right: 8px;
}
/* Giai tri */
/* thoi-trang */

section#thoi-trang .showcase {
    float: left;
    width: 100%;
}
section#thoi-trang .showcase article {
    width: 49%;
    margin-right: 2%;
    border: 0;
}
section#thoi-trang .showcase article:nth-child(2n) {
    margin-right: 0;
}
section#thoi-trang .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;
    width: 825px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    z-index: 9;
}
section.article_content > header {
    margin: 0 0 4px 0;
}
section.article_content > header h2 {
    font-family: 'Roboto Condensed', 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    line-height: 1.1;
    letter-spacing: 0px;
    max-height: none;
    margin: 0;
    color: #333;
    letter-spacing: -1px;
}
section.article_content > header h1 a{
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.1;
    padding: 0px;
    max-height: none;
    margin: 0;
    color: #333;
    letter-spacing: -1px;
}
section.article_content > header .cover {
    float: left;
    width: 100%;
    margin: 1% 2% 4% 0;
    height: 475px;
}
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;
    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 {
    padding-left: 4px;
    text-transform: uppercase;
    float: right;
    margin-top: 4px;
}
section.article_content > header .summary {
    color: #444;
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
    text-align: justify;
}
/* Full width layout */
/* Article Main */

section.article_content article {
    float: left;
    position: inherit;
    border: 0;
    cursor: default;
    width: 100%;
    margin-right: 15px;
}
/* COMMENT */

.commentbox {
    float: left;
    border-radius: 5px;
    width: 100%;
    padding: 0 0 8px;
    margin: 4px 0 4px 0;
    display: none;
}
.commentbox header {
    line-height: 30px;
    height: 30px;
    padding: 0 5px 0 20px;
    margin-bottom: 0;
    background: url('/css/img/icons.png') no-repeat 0px -98px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}
.commentbox header h1 {
    float: left;
    height: 30px;
    margin-left: 3px;
    text-transform: uppercase;
    line-height: 30px;
}
.commentbox .form {
    float: left;
    width: 100%;
    padding: 0 0;
    border: 1px solid #dadada;
    border-top: 10px solid #e5e5e5;
    box-shadow: 0 2px 0px #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: 0.9em;
}
.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: #d72027;
    border: 1px solid #d72027;
    border-radius: 5px;
    box-shadow: 0 2px 0 #f7f7f7;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 5px;
    padding: 5px 15px;
    width: 115px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
}
.commentbox .form .btnSubmit:hover {
    background-color: #f35b60;
}
/* DISCOVER SAME CATE */

section.recommendation {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-top: 1px solid #ddd;
    padding: 0;
    background: #fcfcfc;
}
section.recommendation > header {
    float: left;
    width: 100%;
    text-align: left;
}
section.recommendation > header h1 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: normal !important;
    padding: 8px 8px 0 0;
    display: inline-block;
    position: relative;
    top: -16px;
    background: #fff;
}
section.recommendation > article {
    width: 24.1%;
    margin-right: 1%;
}
section.recommendation > article:last-child {
    margin-right: 0;
}
section.recommendation > article .cover {
    width: 100%;
    height: 110px;
    margin-bottom: 8px;
}

/* DISCOVER SAME CATE */

section.samecate {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-top: 1px solid #ddd;
    padding: 0;
    background: #fcfcfc;
}
section.samecate > header {
    float: left;
    width: 100%;
    text-align: left;
}
section.samecate > header h1 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: normal !important;
    padding: 8px 8px 0 0;
    display: inline-block;
    position: relative;
    top: -16px;
    background: #fff;
}
section.samecate > article {
    width: 15.8%;
    margin-right: 1%;
}
section.samecate > article:last-child {
    margin-right: 0;
}
section.samecate > article .cover {
    width: 100%;
    height: 110px;
    margin-bottom: 8px;
}

/* ARTICLE CONTENT */

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

article .content img {
    max-width: 100%;
}
article .content table {
    width: 100%;
}
article .content table img {
    width: 100%;
    height: auto;
}
/** Inner article **/
/* Source & Author */

#credit {
    margin: 8px 0;
    font-size: 0.9em;
    text-align: center;
    clear: both;
    float: right;
}
#credit .author {
    font-size: 1.2em;
    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;
    margin: 0 0 8px;
    width: 100%;
    margin-bottom: 16px;
}
.sidebar section.weather {
    border: 1px solid #ccc;
    box-shadow: 0px 2px 0 #FCFAFA;
}
.sidebar section.focus {
    border-top: 1px solid #404858;
}
.sidebar section.focus article {
    border-bottom: 1px dashed #f1f1f1;
}
.sidebar section.focus > header h1 a {
    color: #404858;
}
.sidebar section > header {
    height: 32px;
    margin-bottom: 0;
    padding: 8px 10px 0 0;
    background: #fff;
}
.sidebar section > header h1 {
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 7px;
    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 h2 {
    display: inline;
    text-transform: none;
    height: auto;
    padding: 0 0;
}
/* SIDEBAR TOPIC */

.sidebar section.topic,
section#bao-in.category {
    border-top: 1px solid #007197;
}
.sidebar section.topic > header {
    margin-bottom: 0;
    padding-top: 8px;
}
.sidebar section.topic > header h1 a,
section#bao-in.category > header h1 a {
    color: #007197;
}
.sidebar section.topic article {
    border: 0;
}
.sidebar section.topic article.featured .cover {
    width: 100%;
    height: 189px;
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 6px;
}
.sidebar section.pictures article.featured .cover {
    width: 100%;
    height: 95px;
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 6px;
}
.sidebar section.topic article.featured {
    border-bottom: 1px dashed #f1f1f1;
}
.sidebar section.topic article.featured header {
    float: none;
    margin-bottom: 0;
    height: auto;
}
.sidebar section.topic article.featured header h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    max-height: none;
}
/* SIDEBAR VIDEO */

.sidebar section.video {
    border: 0;
}
.sidebar section.video > header {
    border-top: 1px solid #0098d3;
}
.sidebar section.video > header h1 {} .sidebar section.video > header h1 a {
    color: #0098d3;
}
.sidebar section.video article {
    margin: 5px 2% 3px 0;
    padding: 0;
    width: 49%;
    float: left;
}
.sidebar section.video article:nth-child(2n) {
    margin-right: 0;
}
.sidebar section.video article.featured {
    width: 100%;
}
.sidebar section.video article .cover {
    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 0;
    height: auto;
    /*53px;*/
}
.sidebar section.video article.featured header h1 {
    font-size: 15px;
    line-height: 18px;
}
.sidebar section.video article.featured header {
    height: auto;
}
.sidebar section.video article header h1 a {
    background: none;
    padding-left: 0;
    color: #333;
}
.sidebar section.video article header h1 a:hover {
    color: #D72027 !important;
}

/* SIDEBAR media */

.sidebar section.media {
    border: 0;
}
.sidebar section.media > header {
    border-top: 1px solid #0098d3;
}
.sidebar section.media > header h1 {} .sidebar section.media > header h1 a {
    color: #0098d3;
}
.sidebar section.media article {
    margin: 0 2% 3px 0;
    padding: 0;
    width: 49%;
    float: left;
}
.sidebar section.media article:nth-child(2n) {
    margin-right: 0;
}
.sidebar section.media article.featured {
    width: 100%;
}
.sidebar section.media article .cover {
    float: none;
    overflow: hidden;
    margin-right: 0;
    width: 100%;
    height: 100px;
    background: #000;
}
.sidebar section.media article.featured .cover {
    height: 180px;
}
.sidebar section.media article header {
    margin: 0;
    padding: 5px 5px;
    height: auto;
    /*53px;*/
}
.sidebar section.media article.featured header h1 {
    font-size: 14px;
    line-height: 18px;
}
.sidebar section.media article.featured header {
    height: auto;
}
.sidebar section.media article header h1 a {
    background: none;
    padding-left: 0;
    color: #333;
}
.sidebar section.media article header h1 a:hover {
    color: #D72027 !important;
}

/* SIDEBAR PICTURES */

.sidebar section.pictures {
    border: 0;
    overflow: hidden;
    position: relative;
    height: 281px;
}
.sidebar section.pictures #slider {
    background-color: #f8d3b9;
    height: 264px;
    overflow: hidden;
    width: 300px;
}
.sidebar section.pictures > header {
    border-top: 1px solid #00a700;
}
.sidebar section.pictures > header h1 {} .sidebar section.pictures > header h1 a {
    color: #00a700;
}
/* SIDEBAR PROMOTED BOX */

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

#category {
    z-index: 3;
    clear: both;
    /* float: left; */
    width: 1140px;
    position: relative;
    margin: auto;
	overflow: hidden;
}
#category section.featured {
    width: 100%;
    padding: 10px 10px 0;
    margin: 0 0 10px;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
}
#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: 50%;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    margin: 0;
    padding: 0 10px 16px 0;
}
#category section.featured article.featured .cover {
    width: 100%;
    height: 225px;
    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: 1.2em;
}
#category section.cate_sidebar section {
    float: left;
    clear: both;
    margin-bottom: 8px;
    width: 100%;
}
/* Category Most Read */

#category section.cate_sidebar section.mostread > header {
    color: #D72027;
    padding: 8px 10px 7px 0px;
    border-top: 1px solid #D72027;
}
#category section.cate_sidebar section.mostread header h1 {
    color: #D72027;
    font-size: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
}
#category section.cate_sidebar section.mostread article {
    float: left;
    width: 100%;
    background: #f9efde;
    padding: 0 0 5px 0;
    margin: 0 0 8px;
}
#category section.cate_sidebar section.mostread article header {
    overflow: hidden;
    padding: 5px 5px;
}
#category section.cate_sidebar section.mostread article .cover {}
/* Category Relate Cate */
/* Content Category */

section.cate_content {
    float: right;
    width: 74.6%;
}
section.cate_content article {
    float: right;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f1f1f1;
}
section.cate_content article header {
    float: left;
    width: 68%;
    margin: 0 0 4px 0;
    overflow: hidden;
}
section.cate_content article header h2 a {
    background: none !important;
    padding-left: 0;
    font-size: 1.2em;
	line-height: 22px;
}
section.cate_content article time {
    display: block;
}
section.cate_content article .cover {
    float: left;
    width: 30%;
    height: 95px;
    margin-right: 2%;
}
section.cate_content article .summary {
    display: block;
    overflow: hidden;
}
/* Category More Button */
/* Template 1 */
/* Template 2 */

#category.template2 .content-wrap section.cate_sidebar {
    background: #fdfdfd none repeat scroll 0 0;
    border: 0 none;
    float: right;
    padding-right: 0;
}
#category.template2 .content-wrap > section.cate_content {
    width: 73.5%;
    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.featured {
    padding: 0;
    background: none;
}
#category.template2 section.featured article.featured {
    width: 100%;
    border: 0;
    background: #f9efde;
    margin: 0 0 8px;
    padding: 0;
}
#category.template2 section.featured article.featured .cover {
    float: left;
    width: 100%;
    margin: 0 2% 0 0;
    height: 280px;
}
#category.template2 section.featured article.featured header {
    float: right;
    width: 100%;
    padding: 1%;
    overflow: hidden;
}
#category.template2 section.featured article {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    border: 0;
    padding: 0;
}
#category.template2 section.featured article header {
    width: 100%;
    border: 0;
}
#category.template2 section.featured article .cover {
    width: 100%;
    float: none;
    height: 110px;
}
/* Template 3 */
/* Template 4 */
/* SUB-CATEGORY PAGE */
/* FOOTER */

footer {
    clear: both;
    width: 1140px;
    margin: 0 auto;
    padding-top: 10px;
}
footer .wrapper {
    border-top: 1px solid #90949c;
    padding-top: 0;
}
footer .categories {
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
}
footer .categories > ul {
    border: 0;
}
footer .categories li.parent {
    width: 16.6%;
    border-right: 1px solid #eee;
    padding: 0;
    margin-right: 0;
    height: 145px !important;
    padding: 6px 1.4% 0;
    overflow: hidden;
    margin-bottom: 10px;
}
footer .categories li.parent:nth-child(6),
footer .categories li.parent:last-child {
    border: 0;
}
footer .categories li.parent > a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
footer .categories li.parent a {
    font-size: 15px;
    padding: 0 0;
    border: 0;
    color: #d72027  !important;
}
footer .categories div.subcate {
    position: relative;
    top: -5px;
    left: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: auto;
    background: none !important;
    box-shadow: none;
}
footer .categories div.subcate li {
    width: auto;
    margin: 5px 0;
}
footer .categories div.subcate li a {
    font-size: 13px;
    padding: 0;
    line-height: 17px;
	color: #333 !important;
}
footer .copyright {
    border-top: 1px solid #ddd;
    margin-top: 0;
    padding: 5px 0 15px;
    float: left;
    width: 100%;
    line-height: 1.4;
    font-size: 1.2em;
    color: #888;
}
footer .copyright .info {
    float: left;
    font-size: 1em;
    line-height: 1.3;
    position: relative;
    top: 10px;
    color: #555;
    margin-bottom: 20px;
    width: 86%;
}
footer .copyright .info i {
    display: inline-block;
    margin-top: 5px;
}
footer .copyright .logo {
    float: right;
    font-size: 0.75em;
    margin-top: 11px;
}
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: -1px;
    top: -5px;
}
/* VIDEO TEMPLATE */

#video {
    background: #fff;
}

#video article header h2 {
    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('/css/img/icons.png') no-repeat 0 0;
    background-position: 0 0;
    background-size: auto auto;
}
#video article.video .cover a:hover {
    background: url('/css/img/icons.png') no-repeat 0 0;
    background-position: 0 0;
    background-size: auto auto;
}
#video .video_section {
    width: 1140px;
    margin: auto;
}
#video .video_section > header {
    border-top: 1px solid #0098d3;
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-bottom: 0;
    padding: 8px 10px 0 0;
}

#video .video_section article {
    width: 19%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 15px;
}
.video_section h2 {
    color: #3399cc;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 10px;
}
#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 h2 {
    font-size: 1.2em;
    height: 34px;
    line-height: 1.3;
    margin-top: 130px;
    overflow: hidden;
}

#audio .audio_section {
    width: 1140px;
    margin: auto;
}
#audio .audio_section > header {
    border-top: 1px solid #0098d3;
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-bottom: 0;
    padding: 8px 10px 0 0;
}
#audio .order, .audio .order {
    display: block;
    float: left;
    padding: 0px 8px 8px 0px;
    position: relative;
    text-align: center;
    width: 36px;
}
#audio .audio_section article {
    width: 32%;
    float: left;
    margin-right: 1.25%;
    margin: 8px 0px;
}
.sidebar section .audio header {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}
.audio_section h2 {
    color: #3399cc;
    font-size: 1.4em;
    margin-bottom: 10px;
    
}
#audio .audio_section article:nth-child(5n+1) {
    margin-right: 0;
}
#audio .audio_section article .cover {
    width: 100%;
    height: 125px;
    margin-bottom: 5px;
}
#audio .audio_section article header h2, .audio h2  {
    font-size: 1.2em;
    line-height: 1.3;
    overflow: hidden;
}

/* media TEMPLATE */

#media {
    background: #fff;
	width: 1140px;
    margin: auto;
}

#media article header h1 {
    font-size: 1.6em;
    font-weight: normal;
}

#media 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);
}
#media article .cover a {
    position: relative;
}
#media article.media .cover a {
    background: none;
}
#category article.media .cover a {
    background: none;
}

#media .media_section {
    width: 1140px;
	margin: auto;
}
#media .media_section > header {
    border-top: 1px solid #0098d3;
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-bottom: 0;
    padding: 8px 10px 0 0;
}

#media .media_section article {
    width: 19%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 15px;
}
#media .media_section article header h2 {
    font-size: 1.2em;
    height: 34px;
    line-height: 1.3;
    margin-top: 130px;
    overflow: hidden;
}
#media .media_section h2 {
    color: #3399cc;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 10px;
}
#media .media_section article:nth-child(5n+1) {
    margin-right: 0;
}
#media .media_section article .cover {
    width: 100%;
    height: 125px;
    margin-bottom: 5px;
}
#media .media_section article header h1 {
    font-size: 1.2em;
    height: 36px;
    line-height: 1.3;
    margin-top: 130px;
    overflow: hidden;
}

/*fix chrome 39*/

.categories li.parent,
.hotnews label
{
    white-space: nowrap;
}
.skin1 {
    float: left;
}
.skin2 {
    float: right;
}
#thoitiet {
    background: #f4f4f4 none repeat scroll 0 0;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.title_thoitiet {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 37px;
    width: 100%;
}
.txt_title_thoitiet {
    color: #444;
    font: 600 12px/37px 'Roboto Condensed', Arial;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}
.left {
    float: left;
}
.right {
    float: right;
}
.txt_666 {
    color: #666;
}
.width_common {
    float: left;
    width: 100%;
    color: #333;
}
.furture_tem {
    background: #dddddd none repeat scroll 0 0;
}
.furture_tem p {
    padding: 8px 5px;
}
.txt_13 {
    font-size: 13px;
}
.tt_detail {
    float: left;
    padding: 13px 0 0;
    width: 100%;
}
.tt_detail li {
    border-left: 1px solid #e2e2e3;
    float: left;
    padding: 0 2%;
    width: 33%;
}
.tt_detail li .txt_center {
    padding-bottom: 10px;
}
.txt_center {
    text-align: center;
}
.sidebar section.location > header {
    border-top: 1px solid #D72027;
}
.sidebar section.location > header h1 a {
    color: #D72027;
}
.sidebar section.location nav {
    border-left: 1px solid #d1e7ef;
    border-top: 1px solid #d1e7ef;
    border-bottom: 1px solid #d1e7ef;
    display: table-cell;
    float: left;
    width: 100px;
}
.sidebar section.location nav a {
    display: table-cell;
    padding: 14px 0;
    background: #e8f6fc;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    font-weight: normal;
    color: #555;
    float: left;
}
.sidebar section.location nav a:hover {
    background-color: #D72027;
    color: #fff;
}
.sidebar section.location nav:nth-child(4) {
    border-right: 1px solid #d1e7ef;
}
.sidebar section.location nav:nth-last-child(1) {
    border-right: 1px solid #d1e7ef;
}
.sidebar section.location nav:nth-child(n+5) {
    border-top: none;
}
.sidebar section.location nav:nth-child(5) {
    width: 73px;
}
.sidebar section.location nav:nth-child(6) {
    width: 81px;
}
.sidebar section.location nav:nth-child(7) {
    width: 73px;
}
.sidebar section.location nav:nth-child(8) {
    width: 73px;
}
.sidebar section.links > header {
    border-top: 1px solid #0098d3;
}
.sidebar section.links > header h1 a {
    color: #0098d3;
}
.sidebar section.links .cover {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    float: left;
    height: 50px;
    margin: 0 1% 3px 0;
    overflow: hidden;
    padding: 0;
    width: 49.5%;
    color: #fff;
}
.sidebar section.links .cover:nth-child(2n+1) {
    margin-right: 0;
}
.sidebar section.links .cover a {
    display: block;
    height: 100%;
    width: 100%;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 15px 0;
    padding-left: 0;
}
.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;
	font-size: 15px;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li > a:hover {
    background-color: #eee;
    color: #2a6496;
    border-color: #ddd;
}
.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: #d72027;
    border-color:#d72027;
    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: #F6E6DA;
    border: 1px solid #e5b356;
    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("/css/img/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("/css/img/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: #e5b356;
}
.contact {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 10px;
    width: 67%;
    position: relative;
}
#slider li {
    height: 450px;
    overflow: hidden;
    width: 545px;
}
h2.slides {
    background: transparent none repeat scroll 0 0;
    color: #444;
    font-size: 12px;
    height: 40px;
    line-height: 17px;
    margin: 0;
    overflow: hidden;
    padding: 5px 5px;
}
#prevBtn a {
    text-indent: -9999em;
}
#nextBtn a {
    text-indent: -9999em;
}
#prevBtn a {
    background: url('/css/img/icons.png') no-repeat 0px -211px;
}
#nextBtn a {
    background: url('/css/img/icons.png') no-repeat -45px -211px;
}
#prevBtn a:hover {
    background: url('/css/img/icons.png') no-repeat 0px -256px;
}
#nextBtn a:hover {
    background: url('/css/img/icons.png') no-repeat -45px -256px;
}
#prevBtn a:active {
    background: url('/css/img/icons.png') no-repeat 0px -301px;
}
#nextBtn a:active {
    background: url('/css/img/icons.png') no-repeat -45px -301px;
}
#prevBtn a,
#nextBtn a,
#nextBtn {
    display: block;
    height: 35px;
    position: absolute;
    width: 35px;
}
#nextBtn {
    right: 282px !important;
}
#prevBtn {
	left: 2px;
}
#prevBtn,
#nextBtn {
    display: block;
    height: 35px;
    margin-top: -312px !important;
    position: absolute;
    width: 35px;
    z-index: 1000;
}

#special {
    background-color: #f8d3b9;
    width: 100%;
	margin-bottom: 20px;
}
#special li {
    height: 480px;
    overflow: hidden;
    width: 825px;
}
#special .contain {
    position: absolute;
    top: 0;
    padding: 34px 25px 15px 25px;
	width: 100%;
}
#special .sub-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff
}
#special .des {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #e9ecef;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    margin-top: 16px
}
#special .title a {
    font-family: PlayfairDisplay;
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}
#special a:hover {
    color: #ccc!important
}
#special a {
    display: block;
    transition: .5s;
    overflow: hidden
}
#special .cover {
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% top;
    cursor: pointer;
}
.img-wrapper {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.bkg-wrapper {
	background: rgba(0, 0, 0, 0.55);
	width: 100%;
    height: 480px;
}
#special div.featured {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
#special article {
    float: left;
    width: 21.2%;
    padding-bottom: 0;
    margin-right: 5%;
    border-bottom: 0;
	margin-bottom: 0;
}
#special article:last-child {
    margin-right: 0;
}
#special article h2 {
    display: block;
	margin: 5px 0 3px 0;
    font-size: 14px;
    font-weight: 300;
	white-space: normal;
}
#special article .cover {
    float: none;
    width: 100%;
    height: 85px;
}
#special article header a {
    
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
#special .box-heading {
	margin-bottom:25px;
}
#special .nav-content {
    background: rgba(0,0,0,.6);
    border-radius: 4px;
    padding: 33px 33px 25px 33px;
	overflow: hidden;
}

.box-knowledge {
	position: relative;
	width: 1230px;
	margin:auto;
}
.box-knowledge .box-heading {
    text-align: center;
    max-width: 1287px;
    margin: 80px auto 40px auto;
}
.box-knowledge .heading {
    height: 78px;
    display: block;
    margin: 0 auto;
    font-family: PlayfairDisplay;
    font-weight: 400;
    font-size: 65px;
    line-height: 78px;
    text-align: center;
    text-transform: uppercase;
	Color: #d72027;
}
.box-knowledge .heading-des {
    display: block;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    color: #888;
	text-transform: uppercase;
}
#special-cat {
    background-color: transparent;
}
#special-cat li {
    height: 580px;
    overflow: hidden;
    width: 1140px;
}
#special-cat .img-wrapper {
    width: 85%;
    height: 580px;
    object-fit: cover;
}
#special-cat .bkg-wrapper {
	background: rgba(0, 0, 0, 0);
	width: 100%;
    height: 580px;
}
#special-cat .contain {
    position: absolute;
    top: 0;
    padding: 74px 25px 15px 0px;
	width: 100%;
}
#special-cat .nav-content {
    background: rgba(0,0,0,.55);
    border-radius: 4px;
    padding: 33px 33px 25px 33px;
	overflow: hidden;
	height: 440px;
    width: 400px;
}
#special-cat .sub-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff
}
#special-cat .des a {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    width: 100%;
    margin-top: 16px;
	text-align: left;
}
#special-cat .read-more {
    margin-top: 15px;
}
#special-cat .read-more a {
	float: left;
    border: 1px solid #b9b7b7;
    margin: 0 8px 8px 0;
    padding: 6px 20px;
    font-size: 14px;
	color: #fff;
    line-height: 18px;
    font-weight: normal;
    white-space: nowrap;
    /* font-family: 'Roboto Condensed', Arial, sans-serif; */
    border-radius: 20px;
	border-color: #D72027;
	background: #D72027;
}
#special-cat .title a {
    font-family: PlayfairDisplay;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
#special-cat a:hover {
    color: #ccc!important
}
#special-cat a {
    display: block;
    transition: .5s;
    overflow: hidden
}
#special-cat .cover {
    float: right;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% top;
    cursor: pointer;
}
#special-cat div.featured {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.special-cat {
	margin: auto;
	width: 1140px;
	margin-top: 80px !important;
	overflow: hidden;
}
.special-cat  article {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 80px;
}
.special-cat  article:nth-child(3n+3) {
    margin-right: 0;
}
.special-cat  article h2 {
    display: block;
	margin: 5px 0 3px 0;
    font-size: 14px;
    font-weight: 300;
	white-space: normal;
}
.special-cat article .cover {
    float: none;
    width: 100%;
    height: 485px;
}
.special-cat article header a {
    
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.special-cat .box-heading {
	margin-bottom:25px;
}
.special-cat .contain {
    position: absolute;
    top: 0;
    padding: 252px 0px 0px 25px;
	width: 100%;
}
.special-cat .nav-content {
    background: rgba(0,0,0,.55);
    border-radius: 4px;
    padding: 23px 23px 23px 23px;
    overflow: hidden;
    height: 278px;
    width: 290px;
}
.special-cat .des a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    width: 100%;
    margin-top: 16px;
	text-align: left;
}
.special-cat .title a {
    font-family: PlayfairDisplay;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.special-cat a:hover {
    color: #ccc!important
}
.special-cat a {
    display: block;
    transition: .5s;
    overflow: hidden
}

.adv img {
    border: 0px solid #CCCCCC;
    margin-bottom: 5px;
}
section .adv {
    float: left;
    margin: 0 0 10px;
    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;
    }
}
@media screen and (min-width:600px){
	article .content .cover {
		display:block;
		height:auto;
		width:100%;
	}
}	
.search-block {
	height: 32px;
    overflow: hidden;
    position: relative;
    z-index: 1000;
    top: 82px;
    right: 1px;
	float: right;
}
.search-block .search-button {
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    display: block;
    border: 1px solid #0098d3;
    color: #fff;
    background: #0098d3 url(/css/img/icons.png) no-repeat 7px -554px;
    box-shadow: none !important;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0 4px 4px 0;
	
}
.search-block #s-header {
    background: #FFF;
    float: right;
    font: normal 12px tahoma;
    padding: 7px 12px 7px 12px;
    width: 180px;
    color: #C5C5C5;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.search-block #s-header:focus {
    color: #444;
}
label,
input,
select,
textarea {
    color: #444;
    font: 13px/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_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 #f1f1f1;
}
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 h2 a {
    background: none !important;
    padding-left: 0;
    font-size: 1.2em;
}
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(/css/img/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;
    font-weight: bold;
    color: #6b97a8;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #afc6cd;
    cursor: pointer;
    height: 36px;
    width: 80px;
    background: #d3e8f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ecf5f8), to(#d1e7ef));
    background: -moz-linear-gradient(top, #ecf5f8, #d1e7ef);
}
#search form .button {
    float: left;
    position: relative;
    left: -1px;
    font-family: 'Roboto Condensed',  Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #6b97a8;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #afc6cd;
    cursor: pointer;
    height: 36px;
    width: 80px;
    background: #d3e8f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ecf5f8), to(#d1e7ef));
    background: -moz-linear-gradient(top, #ecf5f8, #d1e7ef);
}
section#bao-in .showcase article .cover {
    float: none;
    height: 190px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #d1d1d1;
    box-shadow: 3px 3px 2px #eee;
    padding: 3px;
}
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#goc-nhin .showcase article .cover {
    float: none;
    height: 94px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #d1d1d1;
    box-shadow: 3px 3px 2px #eee;
    padding: 3px;
}
section#goc-nhin .showcase {
    float: left;
    width: 100%;
}
section#goc-nhin .showcase article:nth-child(2n) {
    margin-right: 0;
}
section#goc-nhin .showcase article {
    width: 100%;
    margin-right: 0;
    border: 0;
}
section#goc-nhin article {
    width: 100%;
    margin-right: 0;
    border: 0;
}
section#goc-nhin article .cover {
    float: left;
    height: 95px;
    margin: 5px 0;
    width: 50%;
    border: 1px solid #d1d1d1;
    box-shadow: 3px 3px 2px #eee;
    padding: 3px;
}
section#goc-nhin article p {
	display: block;
    max-height: 110px;
	overflow: hidden;
    font-size: 1.0em;
    line-height: 1.2em;
    color: #333;
    padding-left: 5px;
    padding-top: 3px;
	text-align: justify;
	max-height: 102px;
}
section#goc-nhin article header h2 {
}

.breadcrumbs {
    height: 31px;
    margin-bottom: 15px;
}
.breadcrumbs h1 {
    background: #fff;
    height: 31px;
    float: left;
    margin-right: 15px;
}
.breadcrumbs h1 a {
    font: normal 14px/25px 'Roboto Condensed',  Arial, sans-serif;
    color: #333;
    height: 31px;
    background: #d2e0ef;
    float: left;
    padding: 4px 12px 0 10px;
    text-transform: uppercase;
}

#category .breadcrumbs > header {
    float: left;
    margin: 7px 0 8px;
    border-bottom: 0px solid #0098D3;
    color: #09C;
}
#category .breadcrumbs > header h2 {
    float: left;
    border-right: 1px solid #b9b7b7;
    margin: 0 8px 8px 0;
    padding: 0 8px 0 0;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}
#category .breadcrumbs > header h2:nth-last-child(1) {
    border-right: none;
}
#category .breadcrumbs > header h2 current a {
    color: #d72027;
}

.share {
    margin: 5px 0;
    padding: 5px 0;
}
.twitter {
    border: 1px solid #55acee;
    border-radius: 14px;
    color: #55acee;
}
.facebook {
    border: 1px solid #47639e;
    border-radius: 14px;
    color: #47639e;
}
.google {
    border: 1px solid #dd4b39;
    border-radius: 14px;
    color: #dd4b39;
}
.zalo {
    border: 1px solid #0098d3;
    border-radius: 14px;
    color: #0098d3;
}
.sharing-buttons {
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed',  Arial, "Roboto Condensed", sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    margin: 0 5px;
    text-transform: uppercase;
}
.container {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 0 3px #cccccc;
    margin: 30px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 93%;
}

.add {
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    float: right;
    margin: 10px;
    width: 30%;
	font-size: 13px;
    line-height: 17px;
}
.add .info {
    border-bottom: 1px dotted #ccc;
    padding: 14px 10px;
}
.add .info .address {
    background: rgba(0, 0, 0, 0) url("/css/img/icons.png") no-repeat scroll 0 -129px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 22px;
}
.add .info .email {
    background: rgba(0, 0, 0, 0) url("/css/img/icons.png") no-repeat scroll 0 -153px;
    background-repeat: no-repeat;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 22px;
}
.add .info .tele-phone {
    background: rgba(0, 0, 0, 0) url("/css/img/icons.png") no-repeat scroll 0 -1060px;
    background-repeat: no-repeat;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 22px;
}
.add .info .fax {
    background: rgba(0, 0, 0, 0) url("/css/img/icons.png") no-repeat scroll 0 -181px;
    background-repeat: no-repeat;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 22px;
}

.contact{
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 10px;
    width: 67%;
	position: relative;
}
.contact h3 {
	margin: 0 0 10px 0;
	color: #444;
	font-size: 14px;
}

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

.contact label {
    color: #a8a8a8;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
    z-index: 100;
	float: left;
}
.contact input, .contact textarea {
	background-color: #fbfbfb;
    border: 1px solid #dddddd;
    line-height: 35px;
    margin: 5px 0;
    padding-left: 10px;
    width: 100%;
	color: #444;
	font-size: 14px;
	border-radius: 4px;
	font-family: 'Roboto Condensed',  Arial;
}
.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 #fcon {
	height: 114px;
}
.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: #0098d3;
    border: 1px solid #0098d3;
    border-radius: 5px;
    box-shadow: 0 2px 0 #f7f7f7;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100px;
	line-height: 25px;
}
.contact #send:hover {
    background-color: #57badf;
}

p.language_hd {
    float: right;
	padding: 4px;
    background-color: rgb(232,246,252,0.6);
	z-index: 9999;
    position: absolute;
    top: 2px;
    left: 1000px;
}
p.language_hd a {
    display: block;
    float: left;
    color: #444;
    margin-left: 5px;
    text-decoration: none;
    line-height: 27px;
    text-transform: uppercase;
	font-size: 13px;
}
p.language_hd a:hover {
    color: #0098d3;   
}
p.language_hd #current {
    color: #0098d3;   
}
section.adv {
	clear: both;
	margin: auto;
}
.icon-live {
    background-color: #ec4758 !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;
	margin-right: 5px;
	/*-webkit-animation:blinker 1s linear infinite;
	animation:blinker 1s linear infinite*/
}
@-webkit-keyframes blinker{100%{color: transparent;}}
@keyframes blinker{100%{color: transparent;}}

#Anchor a {
	font-weight: bold
}
#Anchor a:hover {
	color:#ae0001 !important;
}
#Anchor{ 
	clear: both; 
	text-align: left; 
	margin-top: 2px; 
	margin-bottom: 2px; 
	font-size:12px !important; 
	padding-bottom:2px; 
	border:1px solid #CECECE; 
	color:#666; 
	width:100%; 
}
#Anchor .Anchor_title{ 
	border-bottom:1px solid #CECECE; 
	font-size:13px; 
	padding-bottom:4px; 
	font-weight:bold; 
	padding:6px 10px; 
	background-color: #136ca8; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd)); 
	background: -webkit-linear-gradient(top, #fff, #ddd); 
	background: -moz-linear-gradient(top, #fff, #ddd); 
	background: -ms-linear-gradient(top,#fff, #ddd); 
	background: -o-linear-gradient(top, #fff, #ddd);
}
#Anchor.anchor_vertical ul{ 
	line-height:22px; 
	list-style:circle !important; 
	margin:10px !important; 
	padding:0 !important;
}
#Anchor.anchor_vertical ul li{ 
	list-style:circle inside !important; 
	display:list-item !important; 
	background: none !important;
	border-bottom: 1px dashed #CECECE; 
	padding-bottom: 5px; 
	margin-bottom: 5px; 
	color: #333; 
}
#Anchor.anchor_vertical ul li a{ 
	color:#222; 
	text-decoration:none; 
	display: inline !important; 
}
.col_1140 {
	width:1140px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.prg_text_825 {
    color:#161616 !important;
	font-family:'IBM Plex Serif', serif !important;
	font-size:19px !important;
	line-height:1.9em !important;
	z-index: 3;
    clear: both;
    /* float: left; */
    width: 825px;
    position: relative;
    margin: auto;
    overflow: hidden;
	padding: 15px 0px;
}
.prg_text_1140 {
    color:#161616 !important;
	font-family:'IBM Plex Serif', serif !important;
	font-size:19px !important;
	line-height:1.9em !important;
	z-index: 3;
    clear: both;
    /* float: left; */
    width: 1140px;
    position: relative;
    margin: auto;
    overflow: hidden;
	padding: 15px 0px;
}
.prg_cover {
	width: 100% !important;
}

blockquote {
    width: 100%;
    margin: 0 0 0 -5px;
    background: #f2f2f2;
    padding: 1em;
	line-height:1.5em;
    font-size: 1em;
    text-align: left;
    color: #696969;
    /*border-left: 5px solid #999;*/
	border-left: 3px solid #C13B4C;
	/*border-bottom: 3px solid #4C3C56;*/
}
.figcaption {
    font-size: 15px;
	padding: 5px 10px;
    color: #2a2a2a;
	margin-left:2px;
	border-left:solid 2px #C13B4C; 
	text-align: justify;
	font-style:italic;
}
.tagbox {
    float: left;
    border-radius: 5px;
    width: 100%;
    padding: 0 0 8px;
    margin: 4px 0 4px 0;
    display: inline-block;
}
.tagbox h1 {
    border-left: 4px solid #e93f2e;
    margin-right: 5px;
	color: #0098d3;
    height: 31px;
    float: left;
    padding: 6px 10px 0 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    white-space: nowrap;
}
.tagbox header {
    margin-bottom: 0;
    color: #444;
    cursor: pointer;
}

.tagbox header h2 {
    float: left;
    border: 1px solid #b9b7b7;
    margin: 0 8px 8px 0;
    padding: 6px 12px 4px;
    font-size: 1.1em;
    line-height: 1.1;
    font-weight: normal;
    white-space: nowrap;
    font-family: 'Roboto Condensed',Arial, sans-serif;
    border-radius: 20px;
}
.tagbox header h2 a {
    color: #888;
}
.tagbox header h2 a:hover {
    color: #d72027;
}

.gray { 
	filter: grayscale(100%); 
}


.kkv-row {
    padding: 20px 0;
	background: #f5f5f5;
}
.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center;
}
.kkv-date-end {
    text-transform: uppercase;
    font-size: 1.125rem;
    text-align: center;
	line-height: 27px;
}
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
        margin-top: 20px;
    }
.kkv-countdown ul {
    display: inline-flex;
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%;
}
.uk-grid>* {
        padding-left: 40px;
    }
.uk-grid {
        margin-left: -40px;
    }
.kkv-countdown-top {
    background-color: #d72027;
    color: var(--main-white-color);
    font-size: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 60px;
}

.kkv-countdown-top:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    right: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='16' height='16' id='icon-bound' fill='none' /%3E%3Cpolygon points='8,11 3,6 13,6' /%3E%3C/svg%3E");
}

.kkv-countdown-bottom {
    background-color: var(--main-color-1);
    color: var(--main-white-color);
    font-family: 'Inter-Light', sans-serif;
    font-size: 0.875rem;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 32px;
}

.kkv-countdown-bottom:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 8px;
    width: 3px;
    height: 14px;
    border-radius: 12px;
    background-color: var(--main-white-color);
}

.kkv-countdown-bottom:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 8px;
    width: 3px;
    height: 14px;
    border-radius: 12px;
    background-color: var(--main-white-color);
}
.uk-countdown-number {
    font-variant-numeric: tabular-nums;
    font-size: 2rem;
    line-height: 0;
	font-weight: 800;
}
.uk-child-width-auto>* {
    width: auto;
}
.uk-text-center {
    text-align: center !important;
}

.uk-grid>*>:last-child {
    margin-bottom: 0;
}

/* Root */
:root {
    --main-color-1: #344352;
    --main-color-2: #666;
    --main-color-3: #999;
    --main-white-color: #fbffff;
    --main-grey-color-1: #f5f5f5;
    --main-grey-color-2: #e9e9e9;
    --main-red-color: #ed1c24;
    --main-yellow-color: #f9b63c;
    --main-green-color: #56b707;
    --main-border-color: #e0e0e0;
}

