/*********************************************************************************************
Theme Name: thtg
Theme URI: thtg.com.vn
Version: 1.0
Author: minhtrung
Author URI: http://truongminhtrung.blogspot.com/

**********************************************************************************************/
* {
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  -x-system-font: none;
  font-family: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 0 0 -1px;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style-type: none;
  list-style-position: inside;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}
strong em,
em strong {
  font-style: italic;
  font-weight: bold;
}

a img {
  border: none;
}

th {
  background: #bbccdd;
  color: #333;
}

th,
td {
  line-height: 20px;
}

input {
  padding: 5px;
}

.floatleft,
.more_left {
  float: left;
}

.floatright {
  float: right;
}

a {
  /*color:#0e76bc;*/
  color: #303030;
  text-decoration: none;
}

a:hover {
}

.clear,
.cleaner {
  clear: both;
  height: 0;
  overflow: hidden;
}

body {
  color: #222;
  font-family: arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

#container {
  display: block;
  overflow: visible;
  width: 1100px;
  background-image: url(images/page_right.png);
  background: #fff;
  background-position: 996px top;
  background-repeat: repeat-y;
  text-align: left;
  color: #333;
  margin: 0 auto;
}

#container-inner {
  display: block;
  overflow: visible;
  width: 100%; /* background-image:url(images/page_left.png); */ /* background-position:left top; */ /* background-repeat:repeat-y; */
  margin: 0 auto;
}

#container #header {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  height: 137px;
}

#container #header .header-inner {
  display: block;
  overflow: hidden;
}

#container #header .header-inner .left {
  display: block;
  float: left;
  overflow: hidden;
}

#container #header .header-inner .left .banner-logo {
  display: block;
  overflow: hidden;
}

#container #header .header-inner .right {
  display: block;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#container #header .header-inner .right .top-banner-full {
  display: block;
  overflow: hidden;
  text-align: right;
  margin: 0;
  padding: 0;
}

#container #header .header-inner .right .top-banner-left {
  display: block;
  float: left;
  width: 250px;
  overflow: hidden;
  margin: 0 5px 0 0;
  padding: 0;
}

#container #header .header-inner .right .top-banner-right {
  display: block;
  float: right;
  width: 250px;
  overflow: hidden;
  margin: 0 5px 0 0;
  padding: 0;
}

#container #navigation {
  display: block;
  overflow: visible;
  width: 100%;
  height: 30px;
  margin: 0 0 0 0px;
}

#taskbar {
  background: url(images/bg-footer.png) repeat-x scroll 0 -3px transparent;
  border: none;
  color: #333;
  height: 29px;
  margin: 4px 0 0 0px;
}

#taskbar .taskbar-content {
  display: block;
  float: left;
  width: 100%;
}

#taskbar #search_form input {
  height: 20px;
}

#taskbar #view-time {
  float: left;
  line-height: 25px;
  width: 145px;
  font-weight: bold;
  font-size: 11px;
  padding: 0 0 0 5px;
}

#taskbar .news {
  float: left;
  width: 940px;
}

#taskbar .news marquee {
  color: #005375;
  font-size: 14px;
  height: 24px;
  line-height: 25px;
}

#search_form {
  clear: right;
  color: #919191;
  float: right;
  width: 170px;
  background: url(images/search.png) no-repeat scroll 150px 1px transparent;
}

#search_form #searchsubmit {
  display: none;
}

#search_form #s {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  float: left;
  margin-top: 2px;
  width: 132px;
}

#search_form input {
  border: medium none;
  font-style: italic;
  height: 23px;
  padding: 0 6px;
}

input[type="text"],
input[type="password"],
textarea {
  background: none repeat scroll 0 0 #fdfefe;
  border: 1px solid #c7c7c7;
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05) inset;
}

#container #top-news {
  display: block;
  height: 375px;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 0px; /* border-bottom: 1px solid #EDEDED; */
}

#container #top-news .top-news-left {
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
  width: 495px;
}

#container #top-news .top-news-left #slide-news {
  float: left;
  height: 100%;
  width: 100%;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .big-image-view {
  height: 280px;
  overflow: hidden;
  position: relative;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .big-image-view
  .big-image-view-inner {
  display: none;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .big-image-view
  .teaser {
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=75);
  bottom: 0;
  font-size: 10.5px;
  left: 0;
  position: absolute;
  width: 480px;
  padding: 5px;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .big-image-view
  .teaser
  h2 {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .big-image-view
  .teaser
  p {
  color: #ededed;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .big-image-view
  .teaser
  a {
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .control-slide {
  border: 1px solid #ededed;
  height: 91px;
  display: block;
  overflow: hidden;
  padding: 0;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .control-slide
  .wrap-item {
  display: block;
  float: left;
  height: 86px;
  margin-left: 2px;
  overflow: hidden;
  padding-top: 2px;
  width: 120px;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .control-slide
  .wrap-item.active {
  background: url(images/slide_arrow.png) no-repeat scroll 33px 0 transparent;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .control-slide
  .item {
  /* border:2px solid #EDEDED; */
  cursor: pointer;
  height: 75px;
  margin-top: 3px;
  width: 115px;
}

#container
  #top-news
  .top-news-left
  #slide-news
  .slide-news-inner
  .control-slide
  .wrap-item.active
  .item {
  border: 3px solid #ff9901;
}

#container #top-news .top-news-right {
  background: none repeat scroll 0 0 #ffffff;
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
  width: 601px;
  margin: 0 2px;
}

#container #top-news .top-news-right h1 {
  border-bottom: 1px solid #55bce7;
  background: #ededed;
  color: #666666;
  font-size: 12px;
  margin: 0 0 0 1px;
  padding: 4px 10px 2px;
}

#container #top-news .top-news-right .tv-online {
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
  width: 366px;
}

#container #top-news .top-news-right .tv-online .left {
  display: block;
  /*height:324px;*/
  overflow: hidden;
}

#container #top-news .top-news-right .tv-online .right {
  background: url(images/title-bg.jpg) no-repeat scroll 0 0 transparent;
  display: block;
  overflow: hidden;
  padding: 5px 3px;
}

#container #top-news .top-news-right .tv-online .right img,
#tv-online-img {
  cursor: pointer;
}

.help {
  display: block;
  float: right;
}

#radio-animated-img,
#tv-off {
  display: none;
}

#loading-img {
  display: none;
  margin: 45px 0 0 90px;
}

#wrap-player-online {
  background: url(images/loading.gif) no-repeat scroll 55px 25px transparent;
}

#container #top-news .top-news-right #tabs {
  float: left;

  height: 100%;

  width: 235px;
}

#container #top-news .top-news-right #tabs ul {
  display: block;
  overflow: hidden;
  margin: 0 0 5px;
}

#container #top-news .top-news-right #tabs ul li.tab {
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  width: 90px;
  padding: 0 5px;
}

#container #top-news .top-news-right #tabs ul li.active {
  background-color: #f5313e;
  color: #fff;
}

#container #top-news .top-news-right #tabs .tab-content {
  display: block;
  overflow: auto;
  padding: 0 3px;
}

#container #top-news .top-news-right #tabs .tab-content #tab-left {
  display: none;
}

#container #top-news .top-news-right #tabs .tab-content #tab-right {
  height: 350px;
  overflow: auto;
}

#container #top-news .top-news-right #tabs .tab-content #tab-right ul li {
  background: url(images/arrow.gif) no-repeat scroll 4px 8px transparent;
  line-height: 1.25;
  list-style: none outside none;
  margin: 0;
  padding: 3px 0 4px 15px;
}

#container #top-news .top-news-right #tabs .tab-content #tab-right ul li:hover {
  border-bottom: 1px dotted #aaaaaa;
  line-height: 1.25;
  list-style: none outside none;
  margin: 0;
}

#container #top-news .top-news-right #tabs .tab-content #tab-right ul li a {
  display: block;
  font-size: 14px;
  padding-top: 2px;
  line-height: 1.5;
}

#container #top-news .top-news-right #tabs .tab-content .channel a.view-more {
  float: right;
  font-size: 11px;
}

#container
  #top-news
  .top-news-right
  #tabs
  .tab-content
  .channel
  .channel-content {
  display: block;
  height: 275px;
  overflow: auto;
}

#container
  #top-news
  .top-news-right
  #tabs
  .tab-content
  .channel
  .channel-content
  pre {
  font-size: 11px;
  line-height: 11px;
  font-style: normal;
  font-family: arial, Verdana, Geneva, Helvetica, sans-serif;
}

#container
  #top-news
  .top-news-right
  #tabs
  .tab-content
  .channel
  .channel-content
  table {
  font-size: 11px;
  width: 224px;
}

#container #main {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

#container #main.full-width #content {
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
}

#container #main.side-left #content {
  display: block;
  overflow: hidden;
  float: left;
  width: 840px;
}

#container #main #content .advertises-block.ads-content-top {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto; /* margin:5px 0; */
}

#container #main #carousel-wrap .view-header {
  background-image: url(images/dot1.png);
  background-position: left 5px;
  background-repeat: repeat-x;
  color: #55bce7;
  font-size: 16px;
  font-weight: bold;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#container #main #carousel-wrap .view-header span {
  background-color: white;
  color: #666666;
  font-size: 11px;
  margin-left: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.folder,
.folder-small {
  border-bottom: 1px solid #eee;
}

.folder-title {
  /*background:url(images/bg_repeat.gif) repeat-x scroll 0 0 #F5F5F6;
color:#868D9D;
font:11px arial;
height:21px;*/
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  height: 31px; /*border-top: 1px solid #eee;*/
}

.folder-activeleft {
  /*background:url(images/bg_corner.gif) no-repeat scroll -5px 0 #F4F5F6;
height:21px;
width:2px;*/
}

.folder-active {
  /*background:url(images/bg_repeat.gif) repeat-x scroll 0 -23px #F5F5F6;*/
  height: 17px;
  padding: 2px 0px;
}

.link-folder {
  color: #0fb7f7;
  font: bold 16px arial;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #0fb7f7;
  padding-bottom: 5px;
}

.subfolder {
  padding: 3px 5px 1px;
}

.link-subfolder {
  font-size: 12px;
  text-decoration: none;
  padding: 0 3px;
}

.folder-content {
  /*border-left:1px solid #D5D8DE;
border-right:1px solid #D5D8DE;
font:12px arial;
overflow:hidden;
background-color:#FFFFFF;
position:relative;
border-bottom:1px solid #D5D8DE;
padding:5px 10px;*/
  font: 14px arial;
  line-height: 1.538462;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  /* border-bottom: 1px solid #D5D8DE; */
  padding: 5px 5px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.folder-topnews {
  padding-right: 10px;
  width: 455px;
  float: left;
}

.folder-topnews a {
}

.img-subject {
  height: 132px;
  margin-right: 8px;
  margin-top: 2px;
  padding: 1px;
}

.folder-content p {
  margin-bottom: 4px;
  margin-top: 0;
}

.Lead1 {
  background: url(images/sprite.png) no-repeat scroll -7px -133px transparent;
  line-height: 1.25;
  list-style: none outside none;
  margin: 0;
  padding: 3px 0 4px 12px;
}

.link-title {
  /* font-size: 14px; */
  text-decoration: none;
  font-weight: bold;
}

.folder-othernews {
  width: 358px;
  padding-left: 5px;
  border-left: 1px dashed #d1d1d1;
}

.other-folder,
.other-folder2 {
  margin-bottom: 5px;
  width: 100%;
}

.link-othernews {
  /* font-size: 13px; */
  line-height: 1.5;
}

.link-othernews,
.link-othernews2 {
  text-decoration: none;
}

.img-other {
  height: 53px;
  margin-right: 5px;
  width: 90px;
  padding: 1px;
}

.folder-content ul,
.list-item ul,
.list-item3 ul,
.list-item4 ul,
.list-item6 ul,
.media ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.folder-content li {
  background: url(images/arrow.gif) no-repeat scroll 4px 8px transparent; /*border-bottom:1px dotted #AAAAAA;*/
  line-height: 1.25;
  list-style: none outside none;
  margin: 0;
  padding: 3px 0 4px 12px;
}

.rss {
  text-align: right;
  width: 100%;
  padding-top: 3px;
}

.rss .img-rss {
  border: none;
  padding: 0;
}

.link-rss {
  color: #919090;
  font: 12px arial;
  text-decoration: none;
}

.img-rss {
  border: 0 none;
  margin: 0;
  padding: 0;
}

#container #main #sidebar {
  display: block;
  overflow: hidden;
  width: 255px;
  padding-left: 4px;
}

#container #main #sidebar .advertises-block.ads-sidebar-top {
  display: block;
  overflow: hidden;
  width: 250px;
  margin: 0 0 5px 0;
}

#container #main #sidebar .advertises-block.ads-sidebar-bottom {
  margin: 0;
  padding: 0;
}

#container #main #sidebar .advertises-block.ads-sidebar-top .advertise-item,
#container #main #sidebar .advertises-block.ads-sidebar-bottom .advertise-item {
  margin: 0 0 2px;
  padding: 0;
}

#container #main #sidebar .sidebar-block {
  border: 1px solid #cccccc;
  margin: 5px 0;
}

#container #main #sidebar h2.block-title {
  border-bottom: 1px solid #55bce7;
  color: #666666;
  font-size: 12px;
  margin: 0 0 0 1px;
  padding: 4px 10px 2px;
  text-transform: uppercase;
}

#container #main #sidebar h2.block-title img {
  margin-right: 5px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

#container #main #sidebar .block-content {
  padding: 5px;
}

#container #main #sidebar .block-content ul.link-video-cat li {
  background: url(images/camera_orange.gif) no-repeat scroll 0 5px transparent;
  border-bottom: 1px solid #eceff6;
  line-height: 1.25;
  list-style: none outside none;
  margin: 0;
  padding: 3px 0 4px 15px;
}

#container #main #sidebar #weather .weather-title {
  font-size: 14px;
}

#tabbertabs {
  border: 1px solid #ccc;
}

.tabberlive .tabbertabhide {
  display: none;
}

.tabberlive h3 {
  display: none;
}

ul.tabbernav li {
  float: left;
  height: 25px;
  line-height: 28px;
  overflow: hidden;
  position: relative;
  list-style-type: none;
  list-style: none;
  display: inline;
  margin: 0 0 -1px;
  padding: 0;
}

ul.tabbernav li:first-child {
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

ul.tabbernav {
  font: bold 12px;
  margin: 0;
  padding: 1px 0;
}

ul.tabbernav li a {
  text-decoration: none;
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  outline: none;
  line-height: 25px;
  padding: 0 10px;
}

ul.tabbernav li:first-child a:hover {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

ul.tabbernav li.tabberactive a {
  color: #f79743;
}

.tabbertabs .recent_comments li img,
.tabbertabs .recent_news li img {
  float: left;
  margin: 0 7px 5px 0;
}

.tabbertab li {
  float: left;
  clear: both;
  display: block;
  padding: 5px 0;
}

.tabbertab .comm_bubble {
  font-style: italic;
  font-size: 10px;
  color: #a9a9a9;
}

.tabbertab li .meta {
  font-size: 9px;
  color: #a9a9a9;
  display: block;
  margin: 3px 0 0;
}

.tabbertab li .meta a {
  font-weight: normal;
  font-size: 9px;
}

.tabbertab li a {
  font-weight: normal;
  font-size: 12px;
}

ul.tabbernav a:hover {
  text-decoration: underline;
}

.tabberlive ul.tabbernav {
  float: left;
  list-style: none;
  height: 26px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #fff;
  border-bottom: 2px solid #55bce7;
  margin: 0;
  padding: 0;
}

html .tabbertab ul {
  margin: 0;
}

.tabberlive .tabbertab {
  float: left;
  width: 228px;
  background: #fff;
  padding: 10px;
}

.tabbertab h2.widgettitle {
  display: none;
}

.tabberlive .tabbertab table {
  width: 100%;
}

#widget_calendar {
  border: 1px solid #ccc;
}

#widget_calendar .padder {
  padding: 10px;
}

#widget_calendar .title {
  border-bottom: 2px solid #55bce7;
  color: #0e76bc;
  font-size: 12px;
  margin: 0 0 0 1px;
  padding: 4px 10px 2px;
}

#widget_calendar #wp-calendar {
  width: 100%;
}

.advertises-scroller {
  display: block;
  clear: both;
}

#container #footer {
  display: block;
  overflow: hidden;
  padding: 0;
}

#container #footer .top-footer {
  display: block;
  overflow: hidden;
  width: 100%;
}

#container #footer .top-footer ul {
  background-color: #f1f1f1;
  display: block;
  height: 34px;
  overflow: hidden;
  padding-left: 65px;
}

#container #footer .top-footer ul li {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 10px;
}

#container #footer .bootom-footer {
  color: #555;
  display: block;
  font-size: 13px;
  overflow: hidden;
  padding: 5px;
}

#container #footer .bootom-footer .fleft {
  display: block;
  float: left;
  margin: 20px 20px 10px 72px;
}

#container #footer .bootom-footer .fleft .logo {
  margin: 5px 0;
}

#container #footer .bootom-footer .fleft .page-view {
  color: #0e76bc;
  font-size: 15px;
  font-weight: normal;
}

#container #footer .bootom-footer .fleft .page-view span {
  font-weight: bold;
}

#container #footer .bootom-footer .fright {
  display: block;
  float: right;
  line-height: 22px;
  padding: 5px 20px 5px 5px;
}

#container #top-video {
  display: block;
  overflow: hidden;
  width: 1000px;
  margin: 5px 0 0;
  padding: 0 0 0 12px;
}

#container #top-video .player {
  display: block;
  float: left;
  overflow: hidden;
  width: 420px;
  margin: 0 5px 0 0;
}

#container #top-video .latest-video {
  display: block;
  overflow: hidden;
  width: 550px;
}

#container #top-video .latest-video h3 {
  border-bottom: 1px solid orange;
  color: #ff9900;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 5px;
}

#container #main .video-cat .container,
#container #top-video .latest-video .container {
  display: block;
  overflow: hidden;
}

#container #main .video-cat .unit,
#container #top-video .latest-video .unit {
  display: block;
  float: left;
  width: 160px;
  margin: 5px;
}

#container #main .video-cat .unit .post-thumb,
#container #top-video .latest-video .unit .post-thumb {
  position: relative;
  background-clip: padding-box;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  height: 100px;
  margin-bottom: 5px;
  width: 150px;
  z-index: 8999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

#content .posts-video .cover {
  position: relative;
}

#container #main .video-cat .unit .post-thumb .iconplay,
#container #top-video .latest-video .unit .post-thumb .iconplay,
#content .posts-video .cover .iconplay {
  position: absolute;
  background: url(images/icon_play.png) no-repeat left top;
  left: 15px;
  top: 20px;
  width: 26px;
  height: 26px;
}

#container #main .video-cat .unit .postinfo,
#container #top-video .latest-video .unit .postinfo {
  font-size: 11px;
}

#container #main .video-cat .unit h1,
#container #top-video .latest-video .unit h1 {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
  line-height: 14px;
}

#container #main .video-cat {
  display: block;
  overflow: hidden;
}

#container #main .video-cat .video-cat-title {
  background-image: url(images/dot1.png);
  background-position: left 5px;
  background-repeat: repeat-x;
  color: #55bce7;
  font-size: 16px;
  font-weight: bold;
  line-height: 90%;
  text-transform: uppercase;
  margin: 5px 5px 10px;
}

#container #main .video-cat .video-cat-title span {
  background-color: white;
  color: #666666;
  font-size: 11px;
  margin-left: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

#container #main .video-cat .video-cat-title a {
  color: #289fed;
}

#content .content-block {
  display: block;
  line-height: 1.6;
  overflow: hidden;
  /* font-family: "Noto Serif", serif; */
  text-align: justify;
  font-size: 16.6px;
  padding: 0 10px;
}

#content .content-block .box-title {
  border-bottom: 1px solid #ededed;
  display: block;
  font-weight: bold;
  overflow: hidden;
  color: #f5313e;
  margin: 0 0 10px;
  padding: 5px 0 5px 5px;
}

#content .content-block .box-title .title-left {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  font-family: arial, Verdana, Geneva, Helvetica, sans-serif;
}

#content .content-block .box-title .title-right {
  color: #585858 !important;
  float: right;
  font-size: 11px;
  font-weight: normal !important;
  padding-right: 30px;
}

#content .content-block .box-title a {
  color: #f5313e;
  text-decoration: none;
}

#content .content-block .box-title a:hover {
  color: #d2691e;
}

#content .content-block .post-content {
  display: block;
  overflow: hidden;
}
#content .content-block .post-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#content .content-block .post-content ul {
  list-style-type: disc;
  list-style-position: inside;
}
#content .content-block .post-content .post-info {
  margin: 5px 0;
  display: block;
  overflow: hidden;
}

#content .content-block .post-content .post-info .wrap-share {
  display: inline-block;
  float: left;
}
#content .content-block .entry {
  display: block;
  line-height: 1.6;
  overflow: hidden;
  font-family: "Noto Serif", serif;
  text-align: justify;
  font-size: 17px;
}
#content .content-block .entry .post-author {
  display: block;
  text-align: right;
}

#content .content-block .entry p {
  margin: 10px auto;
}
#content .content-block .entry .tags {
}
#content .content-block .entry .tags a {
  display: inline-block;
  color: #656565;
  background: #f1f1f1;
  font-size: 14px;
  padding: 0 5px;
  margin: 3px;
  float: left;
  border-radius: 5px;
}
#content .content-block .entry .tags a:hover {
  font-style: italic;
}
#content .content-block .entry .tags b {
  float: left;
}

#content .content-block .post-content h1,
#content .content-block h1 {
  font-family: arial;
  font-size: 24px;
  color: #303030;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -1px !important;
  margin: 10px 0;
}

#content .content-block .post-content .aligncenter,
#content .content-block .post-content img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both;
}

#content .content-block .post-content img.alignleft {
  float: left;
  margin: 5px;
}

#content .content-block .post-content img.alignright {
  float: right;
  margin: 5px;
}

#content .content-block .post-content table[align="center"] {
  width: 100%;
}

#content .content-block .post-content table[align="center"] td {
  text-align: center;
}
#content .content-block .post-content table td {
  padding: 2px;
}
#content .content-block .post-content img {
  /*border:1px solid #EDEDED;
padding:2px;*/
  margin: 5px 0;
}

#content .content-block .post-content .date {
  float: left;
  margin-right: 5px;
}

#content .content-block .post-content .related-post {
  margin: 10px 0 0;
  font-family: arial, Verdana, Geneva, Helvetica, sans-serif;
}

#content .content-block .post-content .related-post h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

#content .content-block .post-content .related-post ul {
  list-style: circle !important;
}

#content .content-block .post-content .related-post ul li {
  border-bottom: 1px dashed #ededed;
  line-height: 25px;
  list-style: circle outside none !important;
  font-size: 14px;
}

#content .content-block .post-content .related-post .wrap-related {
  display: block;
  overflow: hidden;
}

#content .content-block .post-content .related-post .wrap-related .video-item {
  float: left;
  height: 190px;
  width: 260px;
  display: block;
  margin: 0 5px;
  overflow: hidden;
}

#content
  .content-block
  .post-content
  .related-post
  .wrap-related
  .video-item
  .meta
  a {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

#respond {
  display: block;
  overflow: hidden;
  padding: 10px;
}

#respond h2 {
  border-bottom: 1px solid #ededed;
  color: #444;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 18px;
}

#author,
#email,
#url {
  width: 250px;
}

#commentform textarea {
  overflow: auto;
  width: 100%;
  height: 60px;
  color: #8c8888;
  -moz-border-radius: 3px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 13px;
  border-color: #a8a8a8 #c6c6c6 #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin: 6px 3px 13px 0;
  padding: 5px;
}

.btn-submit {
  color: #ffffff;
  font-weight: bold;
  height: 33px;
  line-height: 35px;
  right: 0;
  text-decoration: none;
  top: 11px;
  background-color: #19b0d7;
  background-image: 0;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 0 7px 3px;
}

.btn-submit:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
}

#content .content-block .posts li {
  border-bottom: 1px solid #ededed;
  margin: 0 0 5px;
  padding: 5px 0;
}

#content .content-block .cover {
  float: left;
  display: inline;
  margin: 0 5px;
  width: 260px;
  height: 160px;
}

#content .content-block .cover img {
  background-color: #ffffff;
  padding: 2px;
}
#content .content-block .post-content-video {
}

#content .content-block .postcontent {
  display: block;
  overflow: hidden;
  width: 540px;
  padding-left: 10px;
  float: left;
  font-size: 14px;
}

#content .content-block .postcontent h2.title {
  line-height: 1.5;
  color: #003f62;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

.posts li .meta {
  margin-bottom: 7px;
}

.meta span.date_icon {
  background: url(images/calendar_icon.png) no-repeat scroll 0 -3px transparent;
  padding: 0 0 0 18px;
}

.meta span {
  margin: 0 10px 0 0;
}

.meta span,
.meta span a {
  color: #505050;
  font-size: 10px;
  text-transform: uppercase;
}

#content .content-block .posts-video li {
  border-bottom: 1px solid #ededed;
  display: block;
  overflow: hidden;
  float: left;
  height: 220px;
  width: 270px;
  margin: 0 0 5px;
  padding: 5px 0;
}

#content .content-block .post-content-video h2.title {
  line-height: 1.5;
  color: #003f62;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 10px;
  height: 40px;
  overflow: hidden;
  display: block;
}

.post-content-video .meta span,
.post-content-video .meta span a {
  color: #505050;
  font-size: 10px;
  text-transform: none !important;
}

#wrap-wp-pagenavi {
  margin: 10px 0 0;
}

#wrap-wp-pagenavi .wp-pagenavi {
  clear: both;
  display: block;
  height: 28px;
}

#wrap-wp-pagenavi .wp-pagenavi span.current {
  font-weight: bold;
}

#wrap-wp-pagenavi .wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000000;
}

#wrap-wp-pagenavi .wp-pagenavi a,
#wrap-wp-pagenavi .wp-pagenavi span {
  border: 1px solid #bfbfbf;
  text-decoration: none;
  margin: 2px;
  padding: 3px 5px;
}

.pagenavi {
  display: block;
  text-align: center;
  height: 24px;
  margin: 8px 0;
}

.pagenavi span,
.pagenavi a {
  text-align: center;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #555;
  margin-right: 2px;
  background-position: left -463px;
  font-weight: bold;
  line-height: 20px;
  padding: 3px 7px;
}

.pagenavi a:hover,
.pagenavi .current {
  background: #1284ce;
  color: #fff;
  text-decoration: none;
  border: 1px solid #1284ce;
}

.pagenavi .pages,
.pagenavi .current {
  color: #fff;
  font-weight: bold;
}

.pagenavi .pages {
  border: none;
}

#comments {
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
  margin: 20px 20px 0;
}

#comments .title {
  font-size: 17px;
  padding-top: 10px;
  margin: 0 0 10px;
}

#main ol.normalComments {
  clear: left;
  margin: 0;
  padding: 10px 0 0;
}

#main ol.normalComments div.comment-body {
  position: relative;
}

#main ol.normalComments div.reply {
  position: absolute;
  top: 0;
  right: 0;
}

#main ol.normalComments li {
  clear: left;
  list-style-type: none;
  font-size: 11px;
  line-height: 1.7;
  background: #fafafa;
  border: solid 1px #dfdfdf;
  margin: 0 0 18px;
  padding: 15px;
}

#main .normalComments li.comment li.comment {
  background: #fff;
  border: solid 1px #dfdfdf;
  clear: left;
  margin: 0 10px 10px;
}

#main .normalComments li.comment li.comment li.comment {
  background: #fafafa;
  border: solid 1px #dfdfdf;
}

#main ol.normalComments li ul.children {
  padding: 15px 0 0;
}

#main ol.normalComments li p {
  margin-bottom: 5px;
}

#main ol.normalComments img.avatar {
  float: left;
  display: inline;
  border: solid 1px #ddd;
  margin: 0 10px 10px 0;
}

#main ol.normalComments cite {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  float: left;
  display: inline;
  margin-right: 10px;
}

#main ol.normalComments .commentmetadata {
  line-height: 18px;
  font-size: 11px;
  margin-bottom: 5px;
}

#main ol.normalComments blockquote {
  font-size: 12px;
  line-height: 18px;
}
#main #content blockquote {
  background-color: #fff9e3;
  border-left: 5px solid #ffeb8e;
  padding: 5px;
}

#main ol.normalComments span.says {
  display: none;
}

.reply a,
.cancel-comment-reply a {
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 2px 5px;
}

.reply a:hover,
.cancel-comment-reply a:hover {
  text-decoration: none;
}

#commentform {
  margin-top: 10px;
  clear: left;
}

#commentspost p {
  font-size: 13px;
  overflow: hidden;
}

#commentform p {
  font-size: 12px;
  margin: 0 0 5px;
}

#commentform #formLabels {
  width: 50%;
}

#commentform #formContent {
  width: 90%;
}

#commentform input {
  width: 98%;
  font-size: 13px;
  color: #8c8888;
  height: 20px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #a8a8a8 #c6c6c6 #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin: 6px 3px 6px 0;
  padding: 5px;
}

#commentform label {
  display: block;
  font-size: 13px;
}

#commentform label span {
  font-size: 12px;
  float: right;
  color: #a0a0a0;
}

#comments #submit {
  background: url(images/bg_submit.jpg) repeat-x;
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  height: 24px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  width: auto;
  padding: 3px 10px 4px;
}

#comments #submit:hover {
  background-position: 0 -24px;
}

.featCategories {
  /*margin:10px 0 0;*/
  margin: 10px 0 0;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.featCategories .category {
  /*vertical-align:top;
display:inline-block;
width:232px;
border-radius:5px;
border:1px solid #D5D8DE;
margin:0 5px 20px 0;*/
  vertical-align: top;
  display: inline-block;
  width: 265px;
  margin: 0 5px 20px 5px;
  background: #f7f7f7;
}

.featCategories .category h3.title {
  /*background:url(images/bg_repeat.gif) repeat-x scroll 0 -24px #F5F5F6;
padding:2px 9px;*/
  padding: 7px 9px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}

.featCategories .category h3.title a {
  color: #e74c3c;
}

#sidebar .featCategories .category {
  width: 260px;
}

.featCategories .categoryContent {
  padding: 10px;
}

.featCategories .categoryContent img,
.featCategories .archive img {
  background-color: #fff;
  padding: 4px;
}

.featCategories .categoryContent div.cover {
  margin-bottom: 10px;
}

.featCategories .categoryContent h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 7px 0;
}

.featCategories .categoryContent ul.postsMore {
  padding: 10px 0 0 5px;
}

.featCategories .categoryContent ul.postsMore li {
  /*font-size:11px;
list-style-type:none;
color:#598BC1;
background:url(images/arrow.gif) no-repeat scroll 0 4px transparent;
padding-left:8px;*/
  font-size: 14px;
  list-style-type: none;
  color: #598bc1;
  background: url(images/arrow.gif) no-repeat scroll 0 4px transparent;
  padding-left: 8px;
  line-height: 1.5;
}

.featCategories .categoryContent p {
  /*margin:0 0 10px;*/
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.53;
}

.thtg-player {
  display: block;
  /*width:514px;*/
  width: 640px;
  margin: 0 auto;
}

#container #main #sidebar .radio .node-smallthumb {
  border-bottom: 1px solid #ededed;
  font-size: 12px;
  line-height: 1.28;
  padding: 5px;
}

#container #main #sidebar .radio .node-smallthumb h2.node-title {
  margin: 0 0 0 5px;
}

#container #main #sidebar .radio .node-smallthumb .date {
  margin: 0 0 0 5px;
}

#sidebar.sidebar-video,
#sidebar.sidebar-audio {
  background: none;
}

#sidebar.sidebar-video #widget_nav_menu,
#sidebar.sidebar-audio #widget_nav_menu {
  border: 1px solid #cccccc;
  margin: 5px 0;
}

#sidebar.sidebar-video #widget_nav_menu h3.title {
  border-bottom: 2px solid #55bce7;
  color: #666666;
  font-size: 12px;
  background: url(images/video_category.gif) no-repeat scroll 10px 0 transparent;
  margin: 0 0 0 1px;
  padding: 4px 10px 2px 40px;
}

#sidebar.sidebar-audio #widget_nav_menu h3.title {
  border-bottom: 1px solid #55bce7;
  color: #303030;
  font-size: 12px;
  background: url(images/category-radio.png) no-repeat scroll 10px 0 transparent;
  margin: 0 0 0 1px;
  padding: 5px 10px 5px 40px;
  font-weight: bold;
  text-transform: uppercase;
}

#sidebar.sidebar-video #widget_nav_menu .padder,
#sidebar.sidebar-audio #widget_nav_menu .padder {
  padding: 5px;
}

#sidebar.sidebar-video #widget_nav_menu .padder ul li a {
  background: url(images/video-icon.png) 0 10px no-repeat;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  padding-left: 35px;
  text-decoration: none;
  font-weight: normal;
}

#sidebar.sidebar-video #widget_nav_menu .padder ul li a:hover,
#sidebar.sidebar-audio #widget_nav_menu .padder ul li a:hover {
  background-color: #f2f2f2;
}

#sidebar.sidebar-audio #widget_nav_menu .padder ul li a {
  background: url(images/radio-icon.png) 0 10px no-repeat;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  padding-left: 35px;
  text-decoration: none;
  font-weight: normal;
}

#widget_polls-widget {
  border: 1px solid #ccc;
  margin: 5px 0;
}

#widget_polls-widget .title {
  color: #0e76bc;
  border-bottom: 2px solid #55bce7;
  height: 25px;
  padding-left: 10px;
  line-height: 25px;
}

#widget_polls-widget .padder {
  padding: 5px;
}

#widget_polls-widget .padder .wp-polls-ans {
  padding: 5px 0;
}

form#lichphatsong {
  margin: 10px 0 20px;
}

form#lichphatsong .btn-xem {
  background: #f3f3f3;
  background-image: linear-gradient(tobottom, #fff, #f3f3f3);
  color: #222;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 23px;
  height: 24px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 0 10px 1px;
}

form#lichphatsong select.form {
  margin-right: 6px;
  max-width: 200px;
  height: 2em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ededed;
  border-style: solid;
  padding: 2px;
}

#site-menu {
  /* background-image:url(images/bars.png); */ /* background-position:1px -1412px; */
  background-repeat: no-repeat; /* padding-left:17px; */
  width: 100%;
  margin: 0;
}

#site-menu-inner {
  background-color: transparent;
  background-image: url(images/bars.png);
  background-position: 0 -1468px;
  background-repeat: repeat-x;
  font-size: 13px;
  height: 56px;
  /* width:976px; */
  margin: 0;
  padding: 0;
}

#site-menu .sf-menu {
  height: 30px;
  line-height: 1;
  width: 970px;
  position: relative;
  margin: 0;
  padding: 0;
}

#site-menu .sf-menu li {
  border-left: 1px solid #6eb8d7;
  border-right: 1px solid #d4eefa;
  float: left;
  background-color: transparent;
  display: inline;
  list-style-image: none;
  list-style-type: none;
  position: relative;
  padding: 0;
}

#site-menu .sf-menu li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 10px 9px;
}

#menu-main-menu #date-time-home a:hover {
  color: #fff !important;
}

.sf-navbar a,
.sf-navbar a:visited {
  border: medium none;
}

.sf-menu a {
  display: block;
  position: relative;
}

#site-menu .sf-menu .sub-menu {
  background-color: #fff;
  box-shadow: 1px 3px 3px #bbb;
  border: 1px solid #ededed;
  z-index: 9999;
  left: 0;
  width: 180px;
  padding: 5px 0;
}

#site-menu .sf-menu .sub-menu li {
  display: block;
  float: none;
}

#site-menu .sf-menu .sub-menu a {
  color: #289fed;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 31px;
  z-index: 100;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
}

#site-menu .sf-menu li:hover,
#site-menu .sf-menu li.current-menu-parent,
#site-menu .sf-menu li.current-menu-item,
#site-menu .sf-menu li.sfHover {
  border-right: 1px solid #ffffff;
  border-top: 1px solid orange;
  margin: 0;
}

#site-menu .sf-menu li:hover a,
#site-menu .sf-menu li.home-menu a,
#site-menu .sf-menu li.current-menu-parent a,
#site-menu .sf-menu li.current-menu-item a,
#site-menu .sf-menu li.sfHover a {
  background: url(images/bar_hover.png) repeat-x scroll 0 -68px transparent;
  color: #0072bc;
  padding: 10px 10px 9px;
}

.sf-menu li {
  float: left;
}

#site-menu .sf-menu .sub-menu li,
#site-menu .sf-menu .sub-menu li:hover {
  border: none;
}

#site-menu .sf-menu .sub-menu li:hover {
  background: #fff;
}

#site-menu .sf-menu .sub-menu li a {
  color: #555;
  font-weight: normal;
  background-color: transparent;
  line-height: 17px;
  background-position: -7px -65px;
  background-repeat: no-repeat;
  background-size: auto auto;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding: 7px 2px 7px 10px;
}

#site-menu .sf-menu .sub-menu li a:hover {
  color: #0072bc;
}

#site-menu .sf-menu .sub-menu li.current-menu-item a,
#site-menu .sf-menu .sub-menu li a:hover,
#site-menu .sf-menu .sub-menu li a.active {
  color: #0072bc;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.node-big-thumb {
  border: 1px solid #ededed;
}

.node-big-thumb img {
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
  padding: 1px;
}

.node-big-thumb .node-title {
  background: #f0f0f0;
  font-weight: normal;
  padding: 5px;
  font-size: 14px;
}

.node-smallthumb {
  font-size: 14px;
  line-height: 1.28;
  padding-top: 5px;
}

.node-smallthumb .thumbnail {
  clear: left;
  float: left;
  margin-right: 5px;
}

.node-smallthumb .thumbnail img {
  border-radius: 3px 3px 3px 3px;
  padding: 1px;
  width: 90px;
  height: 55px;
}

img {
  font-size: 1em;
}

.node-smallthumb h2.node-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 70px;
}

h2 {
  color: #444;
}

.node-smallthumb .date {
  margin-left: 70px;
}

.date {
  color: #aaa;
  font-size: 12px;
}

.wrapper {
  font-size: 12px;
  line-height: 19px;
  width: 1000px;
  margin: 0 auto;
}

.top {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  position: fixed;
  text-indent: -99999px;
  width: 9px;
  z-index: 90;
  margin: 0 auto;
}

a.gotop {
  background: url(images/top.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 35px;
  margin-bottom: 50px;
  margin-left: 1000px;
  text-indent: -99999px;
  width: 33px;
}

.download {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0 0;
}

.download a {
  background: none repeat scroll 0 0 #1284ce;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: block;
  line-height: 31px;
  font-size: 14px;
  width: 100px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 1px 1px #999999;
  margin: 0 auto;
}

.download a:hover {
  background: none repeat scroll 0 0 orange;
  color: #fff;
}
/*DDVQ*/
#site-menu.menu-ddvq {
  background-image: url(images/bars1.png) !important;
  background-repeat: no-repeat;
  margin: 0;
}
#site-menu-inner.menu-ddvq {
  background-color: transparent;
  background-image: url(images/bars1.png) !important;
  background-position: 0 -1468px;
  background-repeat: repeat-x;
  font-size: 12px;
  height: 56px;
  margin: 0;
}
#sidebar .widget.links-2 {
  border: 1px solid #cccccc;
  margin: 5px 0;
}
#sidebar .widget.links-2 h3.title {
  border-bottom: 2px solid #55bce7;
  color: #666666;
  font-size: 12px;
  margin: 0 0 0 1px;
  padding: 4px 10px 2px;
  color: #0e76bc;
}
#sidebar .widget.links-2 .padder {
  padding: 5px;
}
#sidebar .widget.links-2 .padder ul.xoxo.blogroll {
}
#sidebar .widget.links-2 .padder ul.xoxo.blogroll li {
  border-bottom: solid 1px #ededed;
  padding: 5px 0;
}
#sidebar .widget.links-2 .padder ul.xoxo.blogroll li a {
  font-size: 11px;
}
/*table*/
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #ccc;
}
.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  background-color: #fff;
}
.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #ccc;
  color: #333;
  background-color: #f0f0f0;
}
.tg .tg-s6z2 {
  text-align: center;
}
.tg .tg-amwm {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}
.tg .tg-yw4l {
  vertical-align: top;
}
/*End table*/

/*social*/
.list-social {
  display: block;
  overflow: hidden;
  /*background: url(images/bg-footer.png) repeat-x scroll 0 -3px transparent;*/
  padding: 0;
  float: right;
}
.list-social li:last-child {
  padding-right: 10px;
  border-right: solid 1px #aaa;
  padding-top: 3px;
}
.list-social li {
  float: right;
  padding: 0 5px;
}
.list-social li a {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}
.list-social li a.btn-set {
  text-transform: none;
  text-transform: uppercase;
  padding: 0 6px;
  border-radius: 2px;
  background: #55acee;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 0 3px #ccc;
  display: block;
  text-indent: 0;
  height: 19px;
  line-height: 20px;
  animation: pulse 5s infinite;
}
.list-social li a.btn-set:hover {
  background: #e32c24;
}
.icon-facebook {
  background-position: 0 0;
  width: 19px;
  height: 20px;
}
.icon-facebook:hover {
  background-position: 0 100%;
}
.icon-zalo {
  background-position: -20px 0;
  width: 20px;
  height: 20px;
}
.icon-zalo:hover {
  background-position: -20px 100%;
}
.icon-youtube {
  background-position: -64px 0;
  width: 21px;
  height: 20px;
}
.icon-youtube:hover {
  background-position: -64px 100%;
}
.icon-tiktok {
    background-position: -41px 0;
    width: 21px;
    height: 20px;
}
.icon-tiktok:hover {
  background-position: -41px 100%;
}
.icon-social {
  background-image: url(images/icon-social.png);
  background-repeat: no-repeat;
  margin-top: 3px;
}
.list-social li.btn-sethome {
  padding-left: 10px;
  padding-top: 3px;
}
.list-social li.btn-sethome a {
  text-indent: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding-top: 1px;
  cursor: pointer;
}
/*end social*/
/*Top menu*/
.top-menu {
  float: left;
  padding-top: 4px;
}
.top-menu li:first-child {
  padding-left: 0;
  border: 0;
}

.top-menu li {
  float: left;
  padding: 0 5px;
  border-left: 1px solid #aaa;
}
.top-menu li a {
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  float: left;
  font-weight: 700;
}
.wrap-top {
  display: block;
  overflow: hidden;
  padding: 1px 0 1px 0px;
  /* background: url(images/bg-footer.png) repeat-x scroll 0 -3px transparent; */
}

/*Top menu*/

@keyframes pulse {
  0% {
    background-color: #55acee;
  }
  100% {
    background-color: #ff4136;
  }
}
/*Block video*/
.block-video {
  background-color: #f7f5f1;
  /* background: url(images/bg-tet1.png) repeat-x scroll 0px 0px; */
  margin-bottom: 10px !important;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.main-title-outer {
  border-bottom: 2px solid #eee;
  width: 100%;
  height: 26px;
  margin-bottom: 5px;
  padding-left: 10px;
}

.pull-left {
  float: left !important;
}
.main-title {
  border-bottom: solid 2px #f5313e;
  position: relative;
  z-index: 1;
  float: left;
  margin: -2px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #f5313e;
  height: 28px;
  line-height: 33px;
}
.text-danger {
  color: #e74c3c;
}

.last-update {
  font-size: 12px;
  line-height: 33px;
  margin-right: 15px;
}

.pull-right {
  float: right !important;
}

.text-danger {
  color: #e74c3c;
}
.nav-sub-icn {
  margin-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16 {
  padding-left: 6px;
  padding-right: 6px;
}
.topic {
  margin-bottom: 10px;
}
.topic .video-image {
  position: relative;
}
.sub-info {
  font-size: 12px;
}
.topic .time {
  float: left;
  margin: 0 5px 0 0;
}
.comments {
  display: inline-block;
}
.sub-info .stars {
  float: right;
}

.stars {
  font-size: 14px;
  color: #e74c3c;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
    padding-left: 6px;
    padding-right: 6px;
    width: 332px;
    height: 226px;
}*/
/*@media (min-width: 992px)*/
/*.col-md-9 {*/
.item-other-thumb {
  width: 295px !important;
  height: auto;
  padding-left: 10px;
  padding-right: 0;
  float: left;
}

.item-large-thumb {
  width: 535px !important;
  height: 355px !important;
  max-height: 355px;
  padding-left: 10px;
  padding-right: 0;
  float: left;
}
.item-other {
  width: 255px !important;
  height: 185px !important;
  padding-left: 15px;
  /* padding-right: 5px; */
  float: left !important;
}
/*@media (min-width: 992px)*/

/*.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
}*/

.row {
  margin-left: -5px;
  margin-right: -5px;
}
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
    padding-left: 6px;
    padding-right: 6px;
}*/

.img-responsive {
  width: 100%;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}

img {
  border: 0;
}
.topic h3 {
  /*    font-size: 20px;
    color: #3d566e;
    font-weight: 600;*/
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
.topic .ion-play,
.cover .ion-play {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 10px 10px 10px 12px;
  font-size: 24px;
  color: #303030;
  background: floralwhite;
  text-align: center;
  opacity: 0.5;
}
.topic:hover .ion-play,
.cover:hover .ion-play {
  opacity: 1;
}
.topic:hover .video-image {
  background-color: #000;
}
.topic .title {
  line-height: 17px;
  height: 33px;
  overflow-y: hidden;
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 14px;
}
/*End Block video*/
/*toolbox*/
#toolbox {
  position: fixed;
  right: 10px;
  bottom: 45%;
  margin-left: -550px;
  display: block;
}
#toolbox ul {
  float: right;
  width: 34px;
}
#toolbox ul li {
  width: 34px;
  height: 34px;
  margin-top: 10px;
}
#toolbox ul li a {
  position: relative;
  display: block;
  background: #39c;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 0 #f5f5f5;
  width: 100%;
  height: 100%;
  text-align: center;
}
#toolbox ul li a:before {
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#toolbox ul li.toTop {
  display: none;
}
#toolbox ul li.toTop a {
  background: #f79400;
}
#toolbox ul li a:hover {
  background-color: #f79400;
}
#toolbox ul li.toTop a:before {
  content: "\e627";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 28px;
}
#toolbox ul li.home a:before {
  content: "\e69b";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 28px;
}
#toolbox ul li.email a:before {
  content: "\e75a";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 28px;
}
#toolbox ul li.phone a:before {
  content: "\e673";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 28px;
}
#toolbox ul li.radio-live a:before {
  content: "\e75f";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 28px;
}
#toolbox ul li.radio-live a {
  text-transform: none;
  text-transform: uppercase;
  background: #55acee;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 0 3px #ccc;
  display: block;
  text-indent: 0;
  line-height: 20px;
  /* animation: pulse 5s infinite; */
  animation: wiggle 2s linear infinite;
}
/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

#toolbox ul li a span {
  display: none;
  position: absolute;
  right: 15px;
  top: -3px;
  height: 25px;
  width: 100px;
  line-height: 30px;
}
/*End toolbox*/
/*dialog*/
.blocker {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(49, 49, 49, 0.2);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.dialog.centered {
  padding: 30px;
  text-align: center;
}
.dialog.icon {
  position: relative;
}
.dialog {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 25px 30px;
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  /* width: 500px; */
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.dialog.centered .dialog-icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 15px;
}
.dialog .dialog-icon {
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #444;
}
.dialog .dialog-title {
  letter-spacing: -1px;
  font-size: 1.3em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
}
.dialog.centered .dialog-content {
  margin-bottom: 20px;
}

.dialog .dialog-content {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.dialog .dialog-actions {
  text-transform: uppercase;
}
.dialog .dialog-actions a.default {
  background: #00a1df;
  color: #fff;
}
.dialog .dialog-actions a:hover {
  background: #007197;
  color: #fff;
}
.dialog .dialog-actions a {
  display: inline-block;
  padding: 0px 15px;
  background: #f3f3f3;
  color: #006a96;
  margin-right: 10px;
  font-weight: bold;
  line-height: 35px;
  border-radius: 3px;
}
.dialog a {
  color: #00a1df;
}
/*End dialog*/
/*Section video*/
#multimedia {
  float: left;
  width: 100%;
  margin: 15px 0 15px;
  border-top: 1px solid #0fb7f7;
}
#multimedia > header {
  height: 9px;
  margin-bottom: 0px;
}
#multimedia > header h1,
#multimedia > header h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  position: relative;
  display: inline;
  top: -11px;
  left: 10px;
  padding: 0 12px;
  color: #0fb7f7;
  background: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
}
#multimedia article {
  float: left;
  width: 19%;
  padding-bottom: 0;
  margin-right: 11px;
  border-bottom: 0;
  max-height: 175px;
  overflow: hidden;
}
article .type {
  display: none;
}
#multimedia article .cover {
  float: none;
  width: 100%;
  height: 135px;
  position: relative;
}
article .cover {
  float: left;
  overflow: hidden;
  cursor: pointer;
}
article.video .cover > a {
  position: relative;
}

article .cover a {
  display: block;
  width: 100%;
  height: 100%;
}
article a {
}

article .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#multimedia article header .title {
  display: block;
  margin-top: 5px;
}
/*@media screen and (min-width: 1200px) article header .title {
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
article > header .title {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  /* font-weight: bold; */
}
article .title {
  position: relative;
}
#multimedia article .cate,
#multimedia article time {
  display: none;
}
article > header time {
  font-size: 0.9em;
  line-height: 1.4;
  color: #a7a7a7;
  display: none;
}
#multimedia article .cate,
#multimedia article time {
  display: none;
}
article .cate {
  font-size: 11px;
  line-height: 16px;
  color: #888;
  display: none;
}
/*End Section video*/

/*Related new*/
.bottom-list {
  margin-top: 30px;
}
.big-title.new-block .new-block-title,
.big-title.new-block .new-block-title a {
  font-size: 22px;
}

.new-block .new-block-title {
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.new-block .new-block-title,
.new-block .new-block-title a {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  color: #373737;
}
.new-block .new-block-title span {
  position: relative;
}
.new-block .new-block-title span:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -10px;
  background-color: #0fb7f7;
  display: inline-block;
}
.big-box-1 ul {
  width: 1100px;
  float: left;
  overflow: hidden;
  display: -webkit-flex;
  display: flexbox;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 12px;
}
.big-box-1 ul li,
.box-swiper ul li {
  width: 260px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.big-box-1 ul li:nth-child(4),
.big-box-1 ul li:nth-child(8) {
  margin-right: 0;
}
.big-box-1 ul li > a,
.big-box-1 ul li > a img,
.box-swiper ul li > a,
.box-swiper ul li > a img {
  display: block;
  width: 260px;
  height: 162px;
  margin-bottom: 8px;
}
.pos-rlt {
  position: relative;
}
.big-box-1 ul li > a,
.big-box-1 ul li > a img,
.box-swiper ul li > a,
.box-swiper ul li > a img {
  display: block;
  width: 260px;
  height: 162px;
  margin-bottom: 8px;
}

img {
  max-width: 100%;
}
h3 {
  font-size: 13px;
}
.big-box-1 ul li h3 a,
.box-swiper li h3 a {
  font-size: 14px;
  line-height: 1.4;
  color: #303030;
}
.fw700 {
  font-weight: 700;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/*end Related new*/

