﻿@charset "utf-8";

@import url('css/reset.css');

@import url('css/wp-core.css');

@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&subset=latin-ext,vietnamese';

@font-face {
  font-family:fontawesome;src:url(font-awesome/fonts/fontawesome-webfont.eot);src:url(font-awesome/fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),url(font-awesome/fonts/fontawesome-webfont.woff) format('woff'),url(font-awesome/fonts/fontawesome-webfont.ttf) format('truetype'),url(font-awesome/fonts/fontawesome-webfont.svg#FontAwesome) format('svg');font-weight:400;font-style:normal;
}

[class^=icon-]:before,[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  margin: 0 auto;
}

body {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  background: #fff;
  overflow-x: hidden;
}

table {
  width: auto;
}

.clear {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  display: block;
}

a {
  color: #333;
}

a,a:hover,a:active,a:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

ol,ul,li {
  list-style: none outside none;
}

input[type=submit] {
  border: 0;
  background: #0054a6;
  width: auto;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

input[type=text],input[type=email],input[type=tel],textarea {
  width: 100%;
  resize: none;
  padding-left: 2%;
  outline: none;
  background: #f6edbc;
  border: none;
}

input[type=text],input[type=email],input[type=tel] {
  line-height: 40px;
}

textarea {
  height: 120px;
}

h1,h2,h3,h4,h5,h6,a,span,p,button,input,label,i,img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bold {
  font-weight: 700;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.textwidget {
  float: left;
  width: 100%;
}

.mg-bottom10 {
  margin-bottom: 10px;
}

.thumbnail {
  margin-bottom: 10px;
}

.thumb-left .thumbnail {
  float: left;
  margin-right: 15px;
}

li.thumb-left {
  border-bottom: none!important;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ccc;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}

.wrapper {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.main {
  padding-top: 10px;
}

.item-cate {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.top_contact {
  background: #f2f2f2;
}

.top_contact,.logo-banner {
  padding: 5px 0;
}

.wrapper-logo-banner .col-lg-8 a {
  line-height: 0;
  display: block;
}

.wrapper-logo-banner .col-lg-8 img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.top-menu li {
  float: left;
}

.top-menu li a {
  float: left;
  font-size: 16px;
  line-height: 34px;
  padding: 0 10px;
}

#searchform {
  float: right;
  width: 100%;
  position: relative;
}

#searchform input[type=text] {
  margin: 0;
  padding: 0 10px;
  background: #fff;
  color: #a9a9a9;
  font-style: italic;
  outline: none;
  float: left;
  border: 1px solid #e0cebd;
  border-right-width: 0;
  width: 100%;
  line-height: 27px;
}

#searchform input[type=submit] {
  height: 29px;
  color: #f6edbc;
  padding: 0 20px;
  border: 1px solid #090;
  border-left-width: 0;
  background: #090 url(https://i.imgur.com/rRxGIir.png) no-repeat center center;
  position: absolute;
  right: 0;
}

.logo h1 {
  display: none;
}

.logo2 {
  display: none;
  line-height: 1;
}

.logo2 img {
  max-height: 40px;
}

.menu-fixed {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.main-menu ul {
  float: left;
  width: 100%;
  background-color: #333;
}

.main-menu ul li {
  float: left;
  position: relative;
}

.main-menu ul li a {
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  padding: 0 10px;
  display: block;
}

.main-menu ul li:hover a {
  text-decoration: none;
}

.main-menu ul li.current-menu-item,.main-menu ul li:hover,.main-menu ul li.current-menu-parent {
  background: #ec1c24;
}

.main-menu ul li.menu-item-has-children:hover:after {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #ec1c24;
  position: absolute;
  bottom: 0;
  margin-bottom: -14px;
  left: 0;
  margin-left: 15px;
  z-index: 9999;
}

.main-menu ul li.item-home:hover:after {
  border-top-color: transparent;
}

.main-menu ul li:hover>.sub-menu {
  display: block;
  visibility: visible;
  z-index: 9999;
  opacity: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  transition: transform .3s ease,opacity .2s ease .1s;
  -webkit-transition: -webkit-transform .3s ease,opacity .2s ease .1s;
}

.main-menu ul li .sub-menu {
  background: #333;
  min-width: 210px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  transition: transform .5s ease,opacity .2s ease;
  -webkit-transition: -webkit-transform .5s ease,opacity .2s ease;
}

.main-menu ul li .sub-menu li {
  margin: 0;
  width: 100%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.main-menu ul li .sub-menu li:hover a,.main-menu .sub-menu li.current-menu-item a {
  color: #fff;
}

.main-menu ul li .sub-menu li:hover:after {
  border-top-color: transparent;
}

.main-menu ul li .sub-menu li a {
  padding: 0 15px;
  line-height: 37px;
  font-size: 14px;
  color: #FFF;
}

.main-menu ul li .sub-menu ul {
  left: 210px;
  margin-top: -37px;
}

.close-menu {
  display: none;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background-color: #333;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  text-align: center;
}

.main-navigation .off-canvas-toggle {
  float: left;
  padding: 0;
  line-height: 46px;
  width: 46px;
  margin: 0;
  height: 46px;
  text-align: center;
  border-right: 1px solid #fff;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  margin: 0 auto;
}

.main-navigation .off-canvas-toggle .icon-bar {
  background-color: #fff;
}

.menu .close-menu {
  text-align: center;
}

#off-canvas {
  background: #3c3c3c;
  transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -webkit-transform: translate3d(-100%,0,0);
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  transition: transform .4s ease,visibility 0s ease .5s,z-index 0s ease .5s;
  -webkit-transition: -webkit-transform .4s ease,visibility 0s ease .5s,z-index 0s ease .5s;
}

body.mnopen #off-canvas {
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  overflow-scrolling: touch;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  visibility: visible;
  z-index: 999999;
  transition: transform .4s ease,visibility 0s ease 0s,z-index 0s ease 0s;
  -webkit-transition: -webkit-transform .4s ease,visibility 0s ease 0s,z-index 0s ease 0s;
}

.off-canvas-inner {
  width: 100%;
  background: #3c3c3c;
  color: #fff;
}

.off-canvas-inner ul {
  float: left;
  width: 320px;
}

.off-canvas-inner ul li {
  float: left;
  width: 100%;
  border-top: solid 1px rgba(255,255,255,.1);
}

.off-canvas-inner ul li:last-child {
  border-bottom: solid 1px rgba(255,255,255,.1);
}

.off-canvas-inner ul li:hover {
  border-color: #212327;
}

.off-canvas-inner ul li.menu-item-has-children:hover {
  border-color: rgba(255,255,255,.1);
}

.off-canvas-inner ul li a {
  padding: 9px 30px;
  margin: 0 auto;
  display: block;
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}

.off-canvas-inner ul li a:hover {
  background: #212327;
  color: #fff;
}

.off-canvas-inner ul li a .fa-times-circle {
  opacity: .3;
  color: #ec1c24;
  font-family: fontawesome;
  font-size: 28px;
}

.off-canvas-inner ul li a:hover .fa-times-circle {
  opacity: 1;
}

.off-canvas-inner ul li .sub-menu li {
  line-height: normal;
}

.off-canvas-inner ul li .sub-menu li:last-child {
  border-bottom: 0;
}

.off-canvas-inner ul li .sub-menu li a {
  padding-left: 40px;
}

.off-canvas-inner ul li .sub-menu li a:before {
  content: '-';
  display: inline-block;
  font-family: Fontawesome;
  color: #999;
  margin: 0 5px 0 0;
}

#reload {
  display: none;
  color: #fff;
  float: right;
  line-height: 46px;
  width: 46px;
  text-align: center;
  font-size: 20px;
  border-left: 1px solid #fff;
}

#main {
  float: left;
  width: 100%;
}

.slider-posts-news {
  float: left;
  width: 100%;
  margin: 10px 0;
  background: #f4f4f4 url(images/topic.png) no-repeat scroll left top;
  line-height: 29px;
}

.title-posts-news {
  color: #fff;
  font-size: 13px;
  margin-left: 30px;
  position: absolute;
  text-transform: uppercase;
  line-height: 29px;
  margin-top: 2px;
}

.append_recent {
  float: right;
  width: 100%;
  padding-left:10px
}

.slider #searchform {
  margin-top: 10px;
}

.slider-posts-news {
  float: left;
  width: 100%;
}

.slider-posts-news .item a {
  float: left;
}

.slider-posts-news .item .date {
  float: right;
  margin-right: 60px;
  color: #ff4141;
}

.slider-posts-news .owl-controls {
  margin-top: 0;
}

.slider-posts-news .owl-nav [class*=owl-] {
  position: absolute;
  margin-bottom: 0!important;
  top: 0;
  width: 22px;
  height: 22px;
  margin-top: -4px!important;
}

.slider-posts-news .owl-nav [class*=owl-] i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-left: -3px;
}

.slider-posts-news .owl-prev {
  right: 0;
  margin-right: 30px!important;
}

.slider-posts-news .owl-next {
  right: 0;
}

.slider-posts-news .owl-theme .owl-controls .owl-nav [class*=owl-] {
  top: 8px;
}

.news-posts {
  margin-bottom: 15px;
}

.news-posts .left {
  float: left;
  width: 100%;
}

.news-posts .left li:first-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.news-posts .left li:first-child .post-title {
  color: #090;
  font-size: 24px;
  font-weight: 400;
}

.news-posts .left li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.news-posts .left li.last {
  margin-right: 0;
}

.news-posts .right li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.news-posts .right li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.news-posts .right li:before {
  content: '\f111';
  font-family: fontawesome;
  float: left;
  margin-right: 5px;
  font-size: 5px;
  color: #090;
}

.news-posts .right li:first-child:before {
  content: '';
  margin-right: 0;
}

.timepost {
  display: block;
  color: #919191;
  font-size: 12px;
  font-family: Arial;
}

.timepost:before {
  content: "\f017";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 12px;
}

.com_share {
  color: #919191;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  font-family: Arial;
  margin: 5px 0;
  font-weight: 400;
}

.com_share i.fa-tags,.com_share i.fa-user,.com_share i.fa-comments {
  margin-left: 10px;
}

.subcat {
  border-bottom: 2px solid #090;
  display: inline-block;
  width: 100%;
  background: #f4f4f4;
}

.subcat .title_active {
  background: #090;
  float: left;
  padding: 0 10px;
  position: relative;
  line-height: 34px;
  height: 34px;
}

.subcat i {
  color: #fff;
}

.subcat h2 {
  display: initial;
  line-height: 34px;
  font-size: 14px;
}

.subcat a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.popular-posts .owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #ff4141;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.popular-posts .owl-theme .owl-controls .owl-nav [class*=owl-] i {
  font-size: 18px;
  line-height: 25px;
  display: block;
  color: #ccc;
}

.popular-posts .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #ec1c24;
}

.popular-posts .owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
  color: #fff;
}

.popular-posts .owl-theme .owl-controls .owl-nav .owl-prev {
  right: 0;
  margin: -35px 30px 0 0;
}

.popular-posts .owl-theme .owl-controls .owl-nav .owl-next {
  right: 0;
  margin: -35px 0 0;
}

.select-child {
  display: none;
  margin: 3px 5px 0 0;
}

.main-content {
  float: left;
  width: 100%;
}

.posts-left,.main-left {
  border-right: 1px solid #d9d9d9;
}

.item-cate-2 .bold {
  float: none;
}

.list-posts {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.list-posts li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.list-posts-2 li.list-posts-4 li {
  margin-bottom: 10px;
}

.list-posts-2 li {
  width: 49%;
}

.list-posts-2 li:nth-child(n+2) {
  float: right;
}

.list-posts-3 li {
  width: 32%;
}

.thumb-video {
  position: relative;
}

.thumb-video .icon-play-video {
  background: url(images/icon-layer.png) no-repeat center center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
}

.list-posts-3 li {
  margin-right: 2%;
}

.list-posts-3 li:nth-child(3),.list-posts-3 li:nth-child(6),.list-posts-3 li:nth-child(9) {
  margin-right: 0;
}

.list-posts-3 li:nth-child(3n+1) {
  clear: both;
}

.list-posts-3 li img {
  width: 100%!important;
  margin-right: 0!important;
}

.list-posts-2 li.first {
  margin-right: 2%;
}

.list-posts-2 li.first img {
  width: 100%!important;
  margin-right: 0!important;
  margin-bottom: 5px;
}

.list-posts-5 li img {
  width: 100%!important;
  margin-right: 0!important;
  margin-bottom: 5px;
}

.list-posts-4 li img {
  width: auto;
}

span.number {
  float: left;
  background-color: #090;
  color: #fff;
  text-align: center;
  width: 20px;
  line-height: 20px;
  margin-right: 5px;
}

.subcat ul {
  float: right;
  margin: 10px 0 0;
}

.subcat ul li {
  float: left;
}

.subcat ul li a {
  font-weight: 700;
  text-transform: none;
  padding: 0 5px;
  border-right: 1px solid #d9d9d9;
  color: #333;
}

.subcat ul li.last a {
  border-right: none;
}

.subcat-2 {
  float: left;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  margin-bottom: 5px;
}

.subcat-2 a,.subcat-2 span {
  text-transform: uppercase;
  color: #090;
  line-height: 31px;
  float: left;
  border-bottom: 2px solid #090;
  margin-bottom: -1px;
  font-weight: 700;
  font-size:22px
}

.item-cate-3 .list-posts .bold {
  display: block;
}

.posts-right .item-cate li.first .bold {
  display: initial;
}

.fmr {
  float: left;
  margin-right: 10px;
}

.border-bottom li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.border-bottom li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cat_news_newest_label {
  background: transparent url(images/hot-title-bg.png) repeat-x scroll 0 10px;
  display: flex;
  margin-bottom: 12px;
  padding: 0;
}

.cat_news_newest_label span {
  background-color: #fff;
  color: #090;
  font-size: 22px;
  font-weight: 700;
  padding: 2px 10px 2px 0;
  text-transform: uppercase;
}

#footer-wrapper {
  float: left;
  width: 100%;
  border-top: 2px solid #ec1c24;
  margin-top: 10px;
}

.social_fo {
  background: #f4f4f4;
  border-bottom: 1px solid #afafaf;
  border-top: 1px solid #aaa;
}

.social_fo .page_site div {
  float: left;
  margin-right: 15px;
  border-right: 1px solid #bebebe;
  padding: 0 15px 0 0;
}

.social_fo .page_site div a {
  line-height: 40px;
  font-weight: 700;
}

.social_fo .page_site div a i {
  color: #00adef;
}

.social {
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  float: right;
}

.icon_font {
  margin-right: 5px;
  font-size: 20px;
}

.icon_font.face {
  margin-left: 5px;
  color: #36609f;
}

.icon_font.twitte {
  color: #2aa9e0;
}

.icon_font.in {
  color: #066c9a;
}

.icon_font.rss {
  color: #f48020;
}

.icon_font.gogle {
  color: #db5442;
}

.box_footer {
  margin-bottom: 20px;
}

#footer {
  background-color: #f4f4f4;
  padding-top: 15px;
  border-bottom: 1px solid #afafaf;
  border-top: 1px solid #fff;
}

#footer,#footer a,#footer p {
  font-size: 16px;
  color: #333;
}

#footer h4 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#footer li {
  margin-bottom: 10px;
}

.copyright {
  padding: 10px 0;
  border-top: 1px solid #9e9696;
}

.to_top {
  position: absolute;
  right: 0;
  margin-right: 60px;
  margin-top: 4px;
  border-radius: 5px;
  overflow: hidden;
}

.to_top a {
  background-color: #f99d1c;
  width: 35px;
  height: 35px;
  float: left;
  text-align: center;
}

.to_top i {
  line-height: 35px;
  color: #fff;
  font-size: 20px;
}

.single h1.cat-links,.page h1.cat-links {
  margin-bottom: 10px;
}

.date {
  color: #777;
  font-size: 14px;
  margin: 5px 0;
}

#date_share {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

#date_share .date {
  float: left;
  font-size: 12px;
  font-family: arial;
  color: #919191;
}

#block_share {
  float: right;
  font-size: 20px;
}

.btn_facebook {
  color: #36609f;
}

.btn_twitter {
  color: #2aa9e0;
}

.btn_google {
  color: #db5442;
}

.single .dong-su-kien {
  margin: 10px 0;
  float: left;
}

.single .dong-su-kien div {
  float: left;
  width: 100%;
  background: #f9e9f1;
  padding: 3px 0 5px 5px;
  margin-bottom: 1px;
}

.single .dong-su-kien a {
  color: #0e76bc;
  font-weight: 700;
}

.entry-meta .tag {
  background: #ededed;
  padding: 1px 5px;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  font-weight: 700;
}

.entry-meta .tag-links a {
  background: #ededed;
  color: #0054a6;
  padding: 1px 5px;
  margin: 0 5px 5px 0;
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

.post-content hr {
  float: left;
  width: 100%;
}

.article-fb-comments {
  display: inline-block;
  width: 100%;
}

.article-fb-comments .title {
  background: #0054a6;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.entry-content {
  float: left;
  width: 100%;
}

.entry-content strong {
  font-weight: 700;
}

.share-send {
  background: url(images/like_click.gif) no-repeat 30px 0;
  padding-top: 60px;
}

.fb-send,.fb-like,#twitter-widget-0,.zalo-share-button {
  float: left;
  margin-right: 5px;
}

#___plusone_0 {
  float: left!important;
}

.posts-right iframe,.main-right iframe {
  max-width: 100%;
}

.flw {
  float: left;
  width: 100%;
}

.feature-posts-cate {
  margin-bottom: 20px;
}

.feature-posts-cate .col-md-6 article {
  margin-bottom: 5px;
}

h1.cat-links {
  color: #ec1c24;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}

.post-excerpt {
  display: block;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.dong-su-kien a,.dong-su-kien i {
  color: #ec1c24;
}

.dong-su-kien a:hover,.dong-su-kien i:hover {
  color: #333;
}

.box_comment_close {
  width: 20px;
  height: 20px;
  border-radius: 18px;
  background: #0072bd;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 18px;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  cursor: pointer;
  font-weight: 700;
}

.box_comment_fixed {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 305px;
  background: #fff;
  border: 1px solid #d7d7d7;
  font-size: 12px;
  z-index: 99999;
}

.box_comment_header {
  padding: 0 10px;
  background: #0e76bc;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
}

.box_comment_header span {
  cursor: pointer;
}

.box_comment_list {
  max-height: 300px!important;
  overflow-y: scroll;
  overflow-x: visible;
}

.hide_box_comment .box_comment_list {
  height: 0!important;
}

.comment_form {
  overflow: hidden;
}

#comments {
  padding: 30px 0;
  float: left;
  width: 100%;
}

#comments .count-title {
  font-size: 18px;
  font-weight: 700;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0!important;
}

.comment-list li {
  border: 1px solid #e3e3e3;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  list-style-type: none!important;
}

.comment-list li:before {
  content: none;
  list-style: none;
}

.comment-awaiting-moderation {
  display: block;
  font-style: italic;
  color: green;
}

.comment-awaiting-moderation:before {
  clear: both;
}

.comment-author .avatar {
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
}

.comment-edit>a {
  color: #c6c6c6;
}

.comment-edit cite,.comment-meta cite a,.comment-edit time {
  font-size: 13px;
  font-style: normal;
}

a.comment-reply-link {
  margin-left: 20px;
  font-size: 14px;
}

.comment-reply-link span {
  display: none;
}

.comment-edit time,a.comment-reply-link {
  color: #999;
}
.font16 { font-size:16px}
.comment-content p {
  display: inline;
  color: #444;
  font: 13px/24px;
}

.comment-content .comment-awaiting-moderation {
  color: #444;
  font: 13px/24px;
}

.comment-meta.comment-author .fn {
  text-transform: capitalize;
}

.comment-metadata {
  float: right;
  display: inline-block;
}

.edit-link {
  display: inline;
}

.form-allowed-tags code {
  background: 0 0;
  color: #8e8e8e;
}

article.comment {
  display: table;
  width: 100%;
  padding: 10px 0;
}

article.comment .avatar-wrap {
  display: table-cell;
  padding: 0 20px 0 0;
  width: 86px;
}

article.comment .avatar-wrap .avatar {
  margin: 0;
  max-width: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f3f3f3;
}

article.comment .comment-meta {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

article.comment .comment-edit {
  display: block;
  width: 100%;
  margin-top: -3px;
  margin-bottom: 7px;
}

article.comment .comment-edit .comment-time {
  float: right;
}

article.comment .comment-reply-link {
  margin-left: 15px;
  font: 13px/24px;
  color: #999;
}

.comment-form-tm h5 {
  font-weight: 700;
  font-size: 18px;
}

.comment-form-tm textarea,.comment-form-comment textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding-top: 9px;
  padding-left: 2%;
  outline: none;
  font-family: Arial;
}

.cm-form-info p {
  margin-bottom: 5px;
  font-size: 13px;
}

.cm-form-info .form-submit {
  margin-bottom: 0;
}

#commentform {
  margin-top: 10px;
}

#commentform input[type=text] {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: none;
}

#commentform input#author::-webkit-input-placeholder:after,#commentform input#email::-webkit-input-placeholder:after,#commentform textarea#comment::-webkit-input-placeholder:after {
  color: red;
  content: " *";
}

#commentform input[type=submit] {
  border: 0;
  background: #0054a6;
  width: auto;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

#comments .in,#comments .in a {
  color: #999;
  font-size: 13px;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-respond {
  margin-top: 36px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  color: #999;
}

#wp-calendar {
  float: left;
  width: 100%;
  font-size: 11px;
}

#wp-calendar thead th {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 11px;
}

#wp-calendar tbody td {
  text-align: center;
  border: 1px solid #ddd;
  line-height: 2.5em;
  transition: background .15s ease;
  -webkit-transition: background .15s ease;
  -o-transition: background .15s ease;
  -moz-transition: background .15s ease;
}

#wp-calendar tbody td:hover {
  background: #f1f1f1;
  color: #333;
}

#wp-calendar tbody td a {
  display: block;
  text-decoration: none;
  background: #f1f1f1;
  color: #333;
}

#wp-calendar tbody td:hover a {
  background: #4d4d4d;
  color: #fff;
}

#wp-calendar tfoot td {
  padding-top: 1px;
  padding: 4px;
}

#wp-calendar tfoot td#next {
  text-align: right;
}

#wp-calendar caption {
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  outline: 0!important;
  background: #3b86b0;
  color: #fff;
}

#wp-calendar tbody a {
  display: block;
  text-decoration: underline;
}

#wp-calendar th {
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
  padding: 7px 0;
  color: #a7a7a7;
}

.paging-navigation {
  float: left;
  width: 100%;
  text-align: right;
  margin: 15px 0;
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover,.wp-pagenavi span.current {
  border-color: #333;
}

.wp-pagenavi span.current {
  font-weight: 700;
}

.breadcrumb {
  margin-bottom: 10px;
  padding: 8px 15px;
}

.breadcrumb p {
  margin-bottom: 0;
}

.tabsview {
  margin: 0 0 0;
  float: left;
}

.tabsview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabsview #tabs {
  border-top: 2px solid #ec1c24;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

#tabs .ui-state-default {
  float: left;
  padding: 0 10px;
}

#tabs .ui-state-default a {
  float: left;
  padding: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: inherit;
}

#tabs .ui-state-default.ui-tabs-active {
  background: #ec1c24;
}

#tabs .ui-state-default a {
  font-size: 12px;
  font-weight: 700;
}

#tabs .ui-state-default.ui-tabs-active a {
  color: #fff;
  outline: none;
}

#tabs .ui-state-default.ui-tabs-active a:active {
  outline: none;
}

#tabs .ui-tabs-panel li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#tabs .ui-tabs-panel li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#tabs .ui-tabs-panel li a {
  display: inline;
  float: none;
}

#tabs .ui-tabs-panel li a:hover {
}

#tabs .ui-tabs-panel li img {
  float: left;
  margin-right: 10px;
  width: 110px;
  height: auto;
}

#tabs .ui-tabs-panel li .com_share {
  width: 164px;
}

#tabs .ui-tabs-panel li .com_share a {
  color: #919191;
  font-weight: 400;
  font-size: 11px;
}

#wp-subscribe {
  padding: 0!important;
  background: 0 0!important;
}

#wp-subscribe h4.title {
  text-transform: none!important;
  font-size: 16px!important;
  text-align: left!important;
  border-bottom: 2px solid #ec1c24!important;
  color: #ec1c24!important;
  display: inline-block;
  padding-bottom: 5px;
}

#wp-subscribe p.text {
  margin: 8px 0!important;
}

#wp-subscribe input.email-field {
  width: 70%!important;
  background: #fff!important;
  border: 1px solid #ccc;
  text-align: left!important;
  font-size: 13px!important;
  padding: 0 2%!important;
}

#wp-subscribe input.submit {
  background: #d56144!important;
  color: #fff!important;
  font-size: 13px!important;
  margin-top: 0!important;
  text-transform: none!important;
  width: 28%!important;
}

#wp-subscribe input {
  margin: 0!important;
  padding: 0!important;
  height: auto!important;
  line-height: 22px!important;
}

.post-related {
  margin-top: 30px;
}

.related-item:nth-child(4n+1) {
  clear: both;
}

.related-item {
  margin-bottom: 10px;
}

.feature-thumb {
  display: block;
  line-height: 0;
}

.post-title {
  font-weight: 700;
}

.box-comment {
  margin-top: 20px;
}

.item-video {
  margin-bottom: 10px;
}

.item-video:nth-child(4n+1) {
  clear: both;
}

.author-box {
  float: left;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 30px 0;
  padding: 15px;
}

.author-box .title-author {
  float: left;
  margin-right: 10px;
}

@-webkit-keyframes fontbulger {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    transition: transform 0s linear,opacity .2s linear;
    -webkit-transition: -webkit-transform 0s linear,opacity .2s linear;
  }

  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: transform 0s linear,opacity .2s linear;
    -webkit-transition: -webkit-transform 0s linear,opacity .2s linear;
  }
}

@-moz-keyframes fontbulger {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    transition: transform 0s ease,opacity .2s ease;
    -webkit-transition: -webkit-transform 0s ease,opacity .2s ease;
  }

  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: transform 0s ease,opacity .2s ease;
    -webkit-transition: -webkit-transform 0s ease,opacity .2s ease;
  }
}

@-o-keyframes fontbulger {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    transition: transform 0s ease,opacity .2s ease;
    -webkit-transition: -webkit-transform 0s ease,opacity .2s ease;
  }

  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: transform 0s ease,opacity .2s ease;
    -webkit-transition: -webkit-transform 0s ease,opacity .2s ease;
  }
}

@keyframes fontbulger {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    transition: transform 0s ease,opacity .2s ease;
    -webkit-transition: -webkit-transform 0s ease,opacity .2s ease;
  }

  100% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: transform 0s ease,opacity .2s ease;
    -webkit-transition: -webkit-transform 0s ease,opacity .2s ease;
  }
}

.menu-fixed {
  position: fixed!important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999!important;
}

.widget_sp_image {
  text-align: center;
}

.money-posts,.main-content .col-md-9,.main .main-left,.slider .col-lg-9,.main-content .main-left {
  width: 71.7%!important;
}

.slider .col-lg-3,.ads-top-right,.main-content .col-md-3,.main .main-right,.main-content .main-right {
  width: 28.3%!important;
}

.fb-comments,.fb-comments>span,.fb-comments>span>iframe {
  max-width: 100%;
  width: 100%!important;
}

@media all and (max-width:1024px) {
  .append_recent {
    width: 77%;
  }

  .main-menu {
    display: none;
  }

  #reload {
    display: block;
  }

  .navbar-toggle {
    display: block;
  }

  .logo2 {
    display: inline-block;
  }

  .select-child {
    display: block;
  }

  .subcat ul {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .archive .col-lg-9,.single .col-lg-9,.main-left {
    border-right: none;
  }

  .item-video:nth-child(4n+1) {
    clear: inherit;
  }

  .item-video:nth-child(3n+1) {
    clear: both;
  }

  .money-posts,.main-content .col-md-9,.main .main-left {
    width: 100%!important;
  }

  .ads-top-right {
    display: none;
  }

  .close-menu {
    display: block;
  }

  .list_category li.last {
    clear: both;
  }

  .sliderccc {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .news-posts .left li {
    margin-right: 0;
  }

  .news-posts .left li .post-title {
    margin-top: 0;
  }

  .news-posts .left li:nth-child(n+2) {
    width: 100%;
  }

  .news-posts .left li:nth-child(n+2) a.thumbnail {
    float: left;
    margin-right: 3%;
    width: 35%;
  }

  .related-item:nth-child(2n+1) {
    clear: both;
  }

  .select-child {
    display: none;
  }

  .posts-left {
    border-right: none;
  }

  .item-video:nth-child(3n+1) {
    clear: inherit;
  }

  .item-video:nth-child(2n+1) {
    clear: both;
  }

  .title-posts-news {
    width: 16%;
  }

  .append_recent {
    width: 82%;
  }

  .related-posts .col-lg-4 {
    margin-bottom: 10px;
  }

  .exp-related {
    display: block;
  }
}

@media screen and (max-width:480px) {
  .related-posts .related-item {
    width: 50%;
  }

  .related-posts .related-item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width:320px) {
  .ew-xs {
    width: 100%!important;
  }

  .list-posts-3 li {
    width: 49%;
  }

  .list-posts-3 li:nth-child(3n+1) {
    clear: inherit;
  }

  .list-posts-3 li:nth-child(2n+1) {
    clear: both;
  }

  .list-posts-3 li:nth-child(3),.list-posts-3 li:nth-child(6),.list-posts-3 li:nth-child(9) {
    margin-right: 2%;
  }

  .list-posts-3 li:nth-child(2),.list-posts-3 li:nth-child(4),.list-posts-3 li:nth-child(6) {
    margin-right: 0;
  }
}