/*@import url(../../../../../assets/fonts/oswald/style.css);*/
/*@import url(../../../../../assets/fonts/roboto/style.css);*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('../fonts/fontello/css/fontello.css');

/* ==========================================================================
Global Styles
========================================================================== */
html,
body {
  background-color: #fff;
  color: #333;
  /*font-family: 'Arial', sans-serif;*/
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  min-width: 1440px;
}

a {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  color: #222;
}

a:hover,
a:focus {
  color: #666;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

p {
}

img {
  max-width: 100%;
}

b,
strong {
  font-weight: 500;
}

body.modal-open {
  padding-right: 12px !important;
}

button,
input,
select,
textarea {
  font-family: 'Roboto', sans-serif;
}

/* ==========================================================================
Customize
========================================================================== */
.no-touch ::-webkit-scrollbar {
  width: 12px;
}

.no-touch ::-webkit-scrollbar:horizontal {
  height: 12px;
}

.no-touch ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ecf0f1;
}

.no-touch ::-webkit-scrollbar-thumb {
  background: #c2c2c2;
}

.no-touch ::-webkit-scrollbar-thumb:window-inactive {
  background: #cfcfcf;
}

.no-touch .modal::-webkit-scrollbar {
  width: 12px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.group:after {
  content: '';
  display: table;
  clear: both;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #f00;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.counter {
  color: #c60404;
  font-weight: normal;
}

.container {
  min-width: 1440px;
}

.row {
  margin: 0 -8px 0 -7px;
  display: flex;
  flex-wrap: wrap;
}

[class*='col-'] {
  padding-left: 7px;
  padding-right: 8px;
}

.np {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.nm {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #f00 !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #f00 !important;
}

/* top */
.header_top {
  color: #fff;
  background-color: #000b61;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}

.header_top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header_top ul li {
  display: inline-block;
  float: left;
}

.header_top ul li:last-child {
  float: right;
}

/* header */
.top_container {
  position: relative;
}

.top_container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -70px;
  width: 100%;
  height: 100%;
  background-image: url(../img/header_bg_2021.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.navbar_top {
}

.navbar_top .nav {
  float: right;
  margin: 0;
}

.navbar_top li {
  display: inline-block;
}

.navbar_top li a {
  color: #959595;
  border-right: 1px solid #959595;
  line-height: 30px;
  padding: 15px;
}

.navbar_top li:last-child a {
  border: none;
}

.navbar_top li a:hover,
.navbar_top li a:focus {
  /*text-decoration: underline;*/
}

.navbar-left {
  float: left;
}

.navbar-right {
  float: right;
}

.navbar-brand {
  height: auto;
  padding: 10px 0;
}

.navbar-brand img {
  height: 46px;
  float: left;
  margin: 15px 15px 15px 0;
}

.navbar-brand img.logo_new_year {
  height: 56px;
  margin: 10px 15px 10px 0;
}

.top_container {
  /* margin-bottom: -48px; */
}

.logo_container {
  /*background: #ed1d24;*/
  color: #fff;
  display: none;
}

.logo_text {
  padding: 15px 0;
  font-size: 15px;
  float: left;
  color: #000;
  font-family: 'Oswald', sans-serif;
}

.logo_text span {
  display: block;
}

.logo_text .text_vi {
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 400;
}

.focus_links {
  margin: 7px 0;
  text-align: center;
}

.focus_links a {
  padding: 0 25px;
  background-color: rgb(0, 11, 97);
  color: #fff;
  display: inline-block;
  line-height: 30px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
}

.focus_links a i {
  font-size: 15px;
}

.focus_links .live_link {
  background-color: #f00;
  min-width: 110px;
  text-align: center;
}

/* fix header */
header {
}

/*SOCIAL*/
#socials a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  color: #000b61;
  transition: opacity 0.2s ease;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 16px;
  padding: 0;
  margin: 5px 5px 0 0;
}

#socials a:hover {
  opacity: 0.5;
}

#socials a.facebook {
  background-color: #fff;
}

#socials a.twitter {
  background-color: #fff;
}

#socials a.google-plus {
  background-color: #fff;
}

#socials a.youtube {
  background-color: #fff;
}

/*SEARCH*/
#search {
}

#search .dropdown-toggle {
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  display: block;
}

#search .search_btn {
  width: 40px;
  background: #000b61;
  height: 30px;
  color: #fff;
}

#search .search_form {
  border-radius: 0;
  padding: 10px;
  left: auto;
  right: 0;
}

#search .search_control {
  margin-bottom: 0 !important;
  min-width: 240px;
}

.search_content h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 500;
}

.search_content h3 .title {
  color: #000b61;
}

.search_content h3 .date {
  font-size: 13px;
}

.search_content .row {
  padding-bottom: 30px;
}

/*WEATHER*/
#weather {
  margin: 0 0 0 10px;
  text-transform: uppercase;
  font-size: 15px;
}

#weather .today:after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}

#weather .today .condition {
  float: left;
}

#weather .today .icon {
  float: left;
}

#weather .weather_dropdown {
  padding: 10px;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}

#weather .weather_dropdown li {
  display: block;
  float: none;
}

#weather .province {
  color: #fff;
  line-height: 40px;
  display: inline-block;
  float: left;
}

#weather .province::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#weather .weather_forecast {
  display: inline-block;
  line-height: 40px;
}

#weather img {
  border: 0;
  display: inline;
  margin: 0;
  vertical-align: middle;
  line-height: 40px;
  float: right;
  padding: 0;
  height: 40px;
}

#weather .condition {
  display: inline-block;
  border: 0;
  margin-left: 5px;
  margin-right: 5px;
}

#weather .weather_dropdown a {
  color: #000;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

#weather .weather_dropdown a:hover {
  color: #000b61;
}

.header_menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_menu.header_fix {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.7);
  box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.7);
}

.header_submenu {
  padding-top: 15px;
}

.current_datetime {
  display: inline-block;
  line-height: 24px;
}

.icon_menu {
  float: right;
  height: 25px;
  color: #000;
  background: #e1e1e1;
  line-height: 24px;
  margin-left: 10px;
  padding-right: 10px;
}

.icon_menu i {
  background: #f00;
  padding: 5px 7px;
  color: #fff;
  margin-right: 5px;
}

.rss_index i,
.epaper i {
  background: #f00;
  padding: 5px 7px;
  color: #fff;
  margin-right: 5px;
}

.search_form .search_keyword {
  border-radius: 0;
  color: #999;
  border-color: #e1e1e1;
  float: left;
  width: 200px;
  padding: 0 5px;
  height: 30px;
  font-size: 13px;
}

.search_form .search_keyword:focus {
  background: #fff;
  color: #333;
}

.search_form .search_btn {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  float: left;
  padding: 0;
  width: 30px;
  height: 25px;
  background: #e1e1e1;
}

.header_notice {
  background: #e1e1e1;
  margin-top: 15px;
}

.header_notice ul {
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.header_notice ul li {
  display: inline-block;
}

.header_notice ul li a {
  color: #000;
}

.header_notice ul li a:hover {
  color: #f00;
  text-decoration: underline;
}

.header_notice ul li:before {
  font-family: FontAwesome;
  font-size: 5px;
  line-height: 30px;
  padding: 0 10px;
  color: #000;
  display: inline-block;
  content: '\f111';
  vertical-align: middle;
}

.header_notice ul li:first-child:before {
  display: none;
}

.mobile_icon {
  float: right;
  margin: 0 0 0 10px;
}

.mobile_icon button {
  background: none;
  color: #000b61;
  font-size: 35px;
  text-align: center;
  line-height: 60px;
  border: none;
  width: 50px;
  padding: 13px 0;
}

/* main menu */
.header_menu {
  border-top: 4px solid #b0f824;
  background: #000b61;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

.header_menu .navbar {
  min-height: auto;
}

.header_menu .navbar-nav {
  margin: auto;
}

.header_menu .navbar-nav li {
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
}

.header_menu .main_nav .navbar-nav li:first-child {
  background: none;
}

.header_menu .main_nav .navbar-nav li:first-child a i {
  padding-left: 0;
  font-size: 18px;
}

.header_menu .main_nav .navbar-nav a {
  padding: 15px 10px 15px 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.header_menu .main_nav .navbar-nav li.active > a,
.header_menu .main_nav .navbar-nav li:hover > a {
  color: #b0f824;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.header_menu .navbar-nav li .nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 10px 0;
  width: 200px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(55, 55, 55, 0.5);
  transform: translateY(20px);
  transition: transform 0.2s ease;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.header_menu .navbar-nav li:hover > .nav-sub {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.header_menu .navbar-nav li .nav-sub li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.header_menu .main_nav .navbar-nav .nav-sub a {
  color: #333;
  line-height: 18px;
  display: block;
  padding: 7px 10px;
  font-size: 15px;
}

.header_menu .main_nav .navbar-nav .nav-sub li.active a,
.header_menu .main_nav .navbar-nav .nav-sub li:hover a,
.header_menu .main_nav .navbar-nav .nav-sub a:hover,
.header_menu .main_nav .navbar-nav .nav-sub a:focus {
  color: #333;
  background: #eee;
}

/* submenu lv2 */
.header_menu .navbar-nav li .nav-sub .nav-sub {
  top: 0;
  left: 200px;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  color: #000;
  padding: 0 0 0 0;
  margin: 30px 0 15px 0;
}

.breadcrumb li {
  float: left;
}

.breadcrumb > li + li:before {
  display: inline-block;
  color: #111;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  color: #111;
}

.breadcrumb .active a {
  color: #f00;
}

.breadcrumb .active span {
  color: #999;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li.first.active:before {
  display: none;
}

.breadcrumb li.first a {
  display: block;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 10px;
  border-left: 3px solid #f00;
  margin-bottom: -1px;
  color: #000b61;
}

.breadcrumb li.first a:hover {
  text-decoration: none;
}

.breadcrumb li.last a:after {
  content: '';
}

/*custom form element*/
button {
  border: none;
  padding: 5px 15px;
  background-color: #000b61;
  color: #fff;
}

.control {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #e1e1e1;
  transition: background-color 0.2s ease;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* ie6-9 */
}

.control_radio .control_indicator {
  border-radius: 50%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #1728ad;
}

.control input:checked ~ .control_indicator {
  background: #e1e1e1;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #e1e1e1;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control_checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control_checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.control_radio .control_indicator:after {
  left: 4px;
  top: 4px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #1728ad;
}

.control_radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*owl carousel*/
.owl-carousel {
  overflow: hidden;
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: 0;
  width: 30px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}

.owl-controls .owl-nav .owl-prev {
  top: 50%;
  left: 0;
  padding: 0;
  margin-top: -30px;
  opacity: 0.5;
  margin-left: -30px;
  transition: all 0.2s ease;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.owl-controls .owl-nav .owl-next {
  top: 50%;
  right: 0;
  padding: 0;
  margin-top: -30px;
  margin-right: -30px;
  opacity: 0.5;
  transition: all 0.2s ease;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.owl-prev:before {
  font-family: FontAwesome;
  content: '\f104';
  display: block;
  width: 30px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
}

.owl-next:before {
  font-family: FontAwesome;
  content: '\f105';
  display: block;
  width: 30px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover {
  color: #fff;
  background: #f00;
  opacity: 1;
}

.owl-carousel:hover .owl-prev {
  margin-left: 0;
}

.owl-carousel:hover .owl-next {
  margin-right: 0;
}

#latest_video {
  margin-bottom: 15px;
}

#latest_video .owl-controls .owl-nav .owl-prev,
#latest_video .owl-controls .owl-nav .owl-next {
  top: 50%;
  margin-top: -30px;
}

/*videojs*/
.video-js.vjs-homepage-skin {
  width: 860px !important;
  height: 480px !important;
}

/* main */
.btn_live,
.btn_live:hover,
.btn_live:active {
  background-color: #f00;
  color: #fff;
  padding: 5px 25px;
  font-size: 20px;
  line-height: 100%;
}

.main .hot_label {
  padding: 0 10px;
  background: #f00;
  color: #fff;
  margin-right: 5px;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  line-height: 22px;
}

.main_header {
  background-color: #f5f5f5;
  color: #333;
  margin: 15px 0;
}

.main_header .main_title {
  margin: 0;
  line-height: 35px;
  font-weight: normal;
  font-size: 20px;
  padding: 0 10px;
  border-left: 3px solid #000b61;
}

.main_header .main_title a {
  color: #000;
}

.timer_box_wrapper {
  float: right;
}

.timer_box {
  text-align: right;
  line-height: 35px;
  margin-right: 10px;
  display: inline-block;
}

.rss_box {
  display: inline-block;
  margin-right: 10px;
  line-height: 35px;
}

.rss_box a {
  color: #f00;
}

.rss_box img {
  height: 22px;
}

.breadcrumb_rss .breadcrumb {
  padding-right: 44px;
  position: relative;
}

.breadcrumb_rss .rss_link {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 44px;
  height: 20px;
}

.features {
  /* border-bottom: 1px solid #e1e1e1; */
}

.features .row {
  /* margin: 0; */
}

.features .col_left,
.features .col_right {
  /* padding: 0; */
}

.features .col_right {
  /* border-right: 1px solid #e1e1e1; */
}

.features h2 {
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: 400;
}

.features .feature_left {
  /* border-right: 1px solid #e1e1e1; */
  /* padding: 0 10px 0 0; */
}

.features .feature_right {
  border: 1px solid #e1e1e1;
  border-top: 3px solid #000b61;
  padding: 10px 0 10px 5px;
  overflow: hidden;
}

.features .feature_right ul {
  margin: 0;
  padding: 5px;
  list-style: none;
  color: #000b61;
}

.features .feature_right ul li {
  position: relative;
  padding: 7px 10px 7px 15px;
  border-bottom: 1px dashed #e1e1e1;
}

.features .feature_right ul li:last-child {
  border: none;
}

.features .feature_right ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
}

.features .feature_right ul li.active a {
  color: #1728ad;
}

.features .feature_right ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.features .feature_right ul li a {
  color: #333;
  font-size: 13px;
}

.features .top .info {
  background: url(../img/bg_gradient_2.png) bottom left repeat-x;
  background-size: contain;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #eee;
}

.features .top .title {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  /* text-shadow: 1px 1px 1px #3e1500; */
}

.features .top .subtitle {
  font-size: 15px;
  color: #eee;
}

.features .top .desc {
  max-height: 73px;
  overflow: hidden;
  /* display: none; */
}

.features .top .date {
  margin-bottom: 0;
}

.features .top .img img {
  width: 100%;
}

.features .sub_feature {
  margin-top: 15px;
}

.features .sub_feature .item {
}

.features .sub_feature .cat {
  padding: 3px 5px;
  font-size: 14px;
}

.features .sub_feature .title {
  line-height: 18px;
  color: #111;
  display: block;
}

.features .sub_feature .title:hover {
  color: #a90101;
}

.features .sub_feature .date {
}

.features .sub_feature {
  position: relative;
}

.features .sub_feature {
  margin: 15px -8px 0 -7px;
}

.features .sub_feature h3 {
  margin: 10px 0 5px 0;
  font-size: 13px;
}

.features .sub_feature li {
  padding: 0 8px;
  float: left;
}

.features .sub_feature img {
  max-width: 100%;
}

.features .feature_right .mCSB_container {
  margin-right: 5px;
}

.features .feature_right .mCSB_scrollTools {
  right: -6px;
}

.features .feature_right .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.features .feature_right .mCSB_scrollTools .mCSB_dragger {
  height: 100px;
}

.features .feature_right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #999;
}

.banner {
  margin-top: 30px;
}

.banner img {
  width: 100%;
}

.sidebar_mid .banner {
  margin-top: 15px;
}

.box {
  position: relative;
}

/*sponsor*/
.box_sponsor {
  margin: 30px 0 0 0;
  padding: 10px 10px 0 10px;
  background: #ebebeb;
}

.box_sponsor .row {
  margin: 0 -5px;
}

.box_sponsor [class*='col-'] {
  padding: 0 5px;
  margin-bottom: 10px;
}

/*advertise*/
.box_advertise {
  padding-bottom: 15px;
}

.box_advertise .item {
  margin-top: 15px;
  background-color: #d9d9d9;
  text-align: center;
}

/*poll*/
.box_poll {
  border: 1px solid #e1e1e1;
  margin-top: 15px;
}

.box_poll .box_header {
  margin-top: 15px;
}

.box_poll .box_content {
  padding: 0 10px 10px 10px;
}

.box_poll .poll_question {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

/*main cats*/
.main_cats .box_header {
  border-bottom: 1px solid #e1e1e1;
}

.main_cats .box_header .box_title {
  border-bottom: 2px solid #f00;
  border-left: none;
  font-weight: 300;
}

.main_cats .box_header .subcat {
  float: left;
}

/*block cat*/
.block_cat {
  /* margin-top: 15px; */
}

.block_cat .box_header .box_title a {
}

.block_cat ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  color: #000b61;
}

.block_cat ul li {
  position: relative;
  padding: 0 10px 5px 20px;
}

.block_cat ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/arrow_14.png) center center no-repeat;
  width: 15px;
  height: 15px;
}

.block_cat ul li.active a {
  color: #1728ad;
}

.block_cat ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.block_cat ul li a {
  color: #333;
  font-weight: 500;
}

.block_cat ul li a:hover {
  color: #666;
}

.box_header {
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
}

.box_header .box_title {
  font-weight: 400;
  display: inline-block;
  margin: 0;
  font-family: 'Oswald', sans-serif;
}

.box_header .box_title a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  border-left: 3px solid #f00;
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  padding-left: 10px;
}

.box_header .box_title a:after {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #f00;
  display: none;
  content: '';
}

.box_header .box_title i {
  display: none;
}

.box_header .subcat_menu {
  display: none;
}

.box_header .subcat {
  list-style: none;
  margin: 10px 0 0 0;
  display: block;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  position: static;
  background: none;
  font-size: 14px;
  float: none;
}

.box_header .subcat li {
  display: inline-block;
}

.box_header .subcat li a {
  color: #333;
  line-height: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ddd;
  font-weight: 300;
}

.box_header .subcat li:last-child a {
  border: none;
}

.box_header .subcat li a:hover,
.box_header .subcat li a:focus {
  color: #666;
  background: none;
}

.cat_list {
  padding-top: 5px;
}

.cat_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000b61;
}

.cat_list ul li {
  position: relative;
  padding: 0 10px 5px 20px;
  margin-top: 10px;
}

.cat_list ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/arrow_14.png) center center no-repeat;
  width: 15px;
  height: 15px;
}

.cat_list ul li.active a {
  color: #1728ad;
}

.cat_list ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.cat_list ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.cat_list ul li a:hover {
  color: #f00;
}

.multicols .cat_body h3 {
  margin-top: 5px;
}

.cat_body .title {
  line-height: 18px;
  color: #000;
}

.cat_body .date {
  font-size: 13px;
}

.pin h3 {
  margin: 5px 0 10px 0;
}

.pin .title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  /* text-align: justify; */
}

.pin .title h3 {
  margin: 10px 0;
}

.contact_btn {
  background: #f00;
}

.switch_version {
  padding: 5px 0;
  line-height: 30px;
  font-size: 14px;
}

.switch_version a {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  border: 1px solid #c00;
  width: 50px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  font-size: 18px;
}

.switch_version a:fist-child {
  font-size: 20px;
}

.switch_version a:last-child {
  font-size: 30px;
}

.switch_version a i {
  line-height: 40px;
}

.switch_version a.active {
  background: #fff;
  color: #c00;
}

.list_rss ul {
  list-style: none;
  margin: 0;
}

.list_rss li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ddd;
}

.list_rss span {
  color: #000;
  padding: 0 5px;
  background: #ddd;
}

.list_rss span i {
  color: #f00;
  margin-right: 3px;
}

/* ==========================================================================
SIDEBAR
========================================================================== */

/*ultilities*/

.ultilities_box .item {
  margin: 5px 5px 0 5px;
  padding: 5px;
  border-radius: 3px;
  background: #000b61;
  transition: background-color 0.15s ease;
}

.ultilities_box > .row > div:last-child .item {
  margin-bottom: 5px;
}

.ultilities_box .item:hover {
  background-color: #8bc715;
}

.ultilities_box .item a {
  color: #fff;
}

.ultilities_box .item a:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.ultilities_box .item .icon {
  margin: 0 15px;
  height: 30px;
  float: left;
  border: none;
}

.ultilities_box .item .text {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
  display: block;
  float: left;
}

/*most view*/
.sidebar_right .header {
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #777;
  margin-bottom: 10px;
}

.sidebar_right .header h2 {
  margin: 0;
  font-size: 24px;
}

.sidebar_right .cat {
  font-size: 14px;
}

.sidebar_right .title {
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.sidebar_right .title:hover {
  color: #1728ad;
}

.sidebar_right h3 {
  margin: 5px 0;
  font-size: 13px;
}

.sidebar_right h3 a {
  color: #000;
}

.sidebar_right h3 a:hover {
  color: #1728ad;
}

.sidebar_right .box {
  margin-top: 30px;
}

.sidebar_right .box {
  border: 0 solid #e1e1e1;
  border-top: none;
}

.sidebar_right .box .box_header {
  margin: 30px 0 15px 0;
}

.sidebar_right .box_header .box_title {
  float: none;
  display: block;
  font-weight: 400;
  padding: 0;
}

.sidebar_right .box_header .box_title a {
  color: #333;
  font-size: 24px;
}

.sidebar_right .box.ultilities_box {
  background: #e1e1e1;
  border: none;
}

.sidebar_mid {
}

.sidebar_mid .box_top h3 {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}

.sidebar_mid .box_top .title {
  font-weight: 500;
  color: #333;
}

.most_view .thumb {
  display: block;
}

.most_view .top .thumb {
  margin-bottom: 10px;
}

.most_view .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.most_view .list ul a {
  font-weight: normal;
}

.most_view .list ul li {
  padding: 3px 0 5px 18px;
  margin-bottom: 5px;
  background: url('../img/bullet.png') 3px 10px no-repeat;
  border-bottom: 1px dashed #777;
}

.most_view .list ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.most_view .list .date {
  font-size: 13px;
}

.most_view .box_header .box_title {
  border-color: #f00;
}

.most_view h3 {
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
}

.most_view h3 a {
  color: #000;
  font-weight: 400;
}

.most_view h3 a:hover {
  color: #f00;
}

.most_view .title {
}

.most_view .cols {
  padding-bottom: 15px;
}

.latest_view .row:before {
  margin: 15px 8px 0 7px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
  display: block;
  content: '';
}

.latest_view .row:first-child:before {
  border: none;
}

.latest_view h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.latest_view .title {
  color: #111;
}

.most_view .show_more,
.latest_view .show_more {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  background: #e1e1e1;
  color: #111;
  padding: 5px 15px;
  margin-top: 10px;
  display: inline-block;
}

.most_view .show_more:hover,
.latest_view .show_more:hover {
  background: #f00;
  color: #fff;
}

#news_tab {
  border: none;
}

#news_tab li {
  border: none;
}

#news_tab li a {
  line-height: 100%;
}

#news_tab li a:hover {
  background: none;
  border: none;
}

/*video*/
.video_container {
  padding-bottom: 0;
}

.audio_box .box_header .video_box .box_header {
  margin-top: 30px;
  margin-bottom: 15px;
}

.video_box .video_item {
  margin-bottom: 15px;
}

.video_box .video_item .video_img:before {
  display: none;
}

.video_box .info h2 {
  margin: 0 0 15px 0;
  line-height: 22px;
}

.video_box .info .cat {
  font-size: 20px;
}

.video_box .info .title {
  font-size: 22px;
  line-height: 24px;
}

.video_box .info p {
  margin-bottom: 15px;
}

.video_box .thumb {
  position: relative;
  display: block;
}

.video_box .thumb .duration {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  font-size: 18px;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
}

.video_box.style3 {
  background-color: #222;
  color: #fff;
}

.video_box.style3 .breadcrumb li a {
  color: #fff;
}

.video_box.style3 .breadcrumb li.active a {
  color: #f00;
}

.video_box.style3 .breadcrumb > li + li:before {
  color: #555;
}

.video_box.style3 .box_header {
  margin-top: 15px;
}

.video_box.style3 .box_header .box_title a {
  color: #fff;
}

.video_box.style3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.video_box.style3 .video_left .date,
.video_box.style3 .video_left .views,
.video_box.style3 .video_left .likes {
  display: inline-block;
  font-size: 13px;
  color: #ccc;
  margin-right: 10px;
}

.video_box.style3 .video_right .date,
.video_box.style3 .video_right .views {
  display: block;
}

.video_box.style3 .video_right ul li {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #b9b9b9;
  background: #ebebeb;
  cursor: pointer;
}

.video_box.style3 .video_right ul li.active {
  background-color: #444;
}

.video_box.style3 .video_right ul li:last-child {
  border: none;
}

.video_box.style3 .video_list .active,
.video_box.style3 .active h3 .title {
  color: #fff;
}

.video_box.style3 .video_left {
  padding-bottom: 15px;
}

.video_box.style3 .video_left h3 {
  margin: 15px 0 5px 0;
}

.video_box.style3 .video_left .title {
  color: #fff;
}

.video_box.style3 .video_right .video_img {
  margin-left: 10px;
}

.video_box.style3 .video_right .mCSB_container {
  margin-right: 4px;
}

.video_box.style3 .video_right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #222;
  border-radius: 0;
}

.video_box.style3 .video_right .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  border-radius: 0;
}

.video_box.style3 .video_right .mCSB_scrollTools .mCSB_draggerContainer {
  background: #fff;
}

.video_box.style3 .video_right .mCSB_scrollTools {
  width: 4px;
}

.video_info {
  padding-top: 15px;
}
.video_list > .row {
  display: flex;
  flex-wrap: wrap;
}

.video_box.style3 .video_list {
  height: 442px;
  font-size: 12px;
  color: #252525;
}

.video_list h3 {
  margin: 5px 0;
  font-size: 14px;
  line-height: 18px;
}

.video_list .title {
  color: #000;
  display: block;
  font-weight: 500;
}

.video_list .title:hover {
  color: #f00;
}

.video_list .video_info {
  padding: 10px;
}

.video_list .date,
.video_list .views,
.video_list .likes {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  color: #888;
}

.video_featured {
}

.video_top {
  background: #000;
  margin-bottom: 15px;
  text-align: center;
}

.video_top h3 {
  margin: 15px 0 15px 0;
}

.video_top .title {
  font-size: 24px;
  line-height: 26px;
}

.video_left {
}

.video_left h3 {
  margin: 10px 0;
  font-size: 18px;
}

.video_left .title {
  color: #333;
}

.video_left .date,
.video_left .views,
.video_left .likes {
  font-size: 13px;
  color: #888;
  display: inline-block;
  margin-right: 5px;
}

.video_detail .date,
.video_detail .views,
.video_detail .likes {
  display: inline-block;
  margin-right: 15px;
}

.video_detail .sidebar_right .video_item h3 {
  margin: 0;
}

.video_detail .sidebar_right .video_item h3 a {
  line-height: 15px;
}

#video_wrapper {
  position: relative;
}

#video_wrapper .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
}

.sidebar_right .video_list {
  padding: 0;
}

.sidebar_right .video_list .row > div {
  margin-bottom: 15px;
}

.sidebar_right .box_header {
}

.sidebar_right .video_item {
  margin-bottom: 0;
}

.videojs-info-title {
  font-size: 20px;
  display: block;
  color: #f00;
  line-height: 60px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

/*advertise*/
.sidebar_right .box.advertise {
  border: none;
}

.advertise .advertise_item {
  display: block;
  margin-bottom: 15px;
}

.advertise .static_img img {
  width: 100%;
}

.advertise .advertise_item:last-child {
  margin-bottom: 0;
}

.advertise_item .ads_text {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 13px;
}

.advertise_item .ads_text a {
  color: #333;
}

.advertise_item .ads_text a:hover,
.advertise_item .ads_text a:visited {
  color: #f00;
}

/*error*/
.error {
  margin-bottom: 30px;
}

.error h1 {
  margin: 35px 0;
  font-size: 24px;
}

.error .note {
  font-size: 14px;
  text-align: center;
}

.error .form-group {
  margin: 0;
}

.error .form-group div {
  padding: 0;
}

.error .form-group input {
  border-radius: 3px 0 0 3px;
}

.error .form-group .btn {
  border-radius: 0 3px 3px 0;
  background-color: #f00;
  color: #fff;
}

/*news*/
.news_title {
  display: block;
  color: #000;
}

.news_icon {
  color: #f00;
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  margin-left: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}

.news_title:hover {
  color: inherit;
}

.news_subtitle {
  font-size: 11px;
  font-weight: 400;
  color: #888;
  display: block;
  line-height: 18px;
}

.news_item .date,
.news_item .views {
  color: #898888;
  margin: 5px 5px 15px 0;
  font-size: 12px;
  display: inline;
}

.news_item .desc {
  line-height: 18px;
  margin: 0;
  text-align: justify;
}

.feature_news_item {
  position: relative;
}

.feature_news_item .news_img:before {
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1;
}

.feature_news_item .news_img:before:hover {
}

.feature_news_item .news_info {
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 2;
}

.feature_news_item .news_info h3 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.feature_news_item .news_title {
  display: block;
  color: #fff;
}

.feature_news_item .news_desc {
  display: none;
}

.feature_news_item .news_title a {
  color: #fff;
}

.sub_news_list {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
}

.sub_news_list li {
  position: relative;
  padding: 0 10px 5px 20px;
}

.sub_news_list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/arrow_14.png) center center no-repeat;
  width: 15px;
  height: 15px;
}

.sub_news_list li .news_title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.sub_news_list li .news_desc {
  font-size: 13px;
  color: #666;
}

.sidebar_news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar_news_list .news_title {
  font-weight: 500;
  margin: 5px 0 10px;
}

.latest_news {
  margin-top: 15px;
}

.latest_news h3 {
  font-size: 15px;
  margin: 0 0 10px 0;
}

.latest_news .cols {
  margin-bottom: 15px;
}

.latest_news .top {
  margin-bottom: 15px;
}

.latest_news .top .stats {
  padding-top: 15px;
}

.latest_news .top h2 {
  margin: 15px 0 15px 0;
}

.latest_news .top h2 .news_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}

.latest_news .top .news_desc {
  height: 120px;
  line-height: 20px;
  overflow: hidden;
}

.latest_news .top .news_date,
.others .news_date {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 10px;
  float: left;
}

.latest_news .top .news_date {
  margin-top: 15px;
  float: none;
}

.latest_news .top .views,
.latest_news .top .likes,
.others .views,
.others .likes {
  font-size: 13px;
  color: #999;
  display: inline-block;
  margin-right: 15px;
}

.latest_news .top .likes,
.others .likes {
  margin-right: 0;
}

.latest_news .top .likes:hover,
.others .likes:hover {
  color: #000;
}

.latest_news .sub {
  margin-bottom: 15px;
}

.others .img {
  margin-bottom: 30px;
  display: block;
}

.others h3 {
  margin: 0 0 10px 0;
}

.others h3 .news_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.others .news_desc {
  font-size: 14px;
  max-height: 36px;
  overflow: hidden;
  margin-bottom: 5px;
}

.category_sidebar .hotest_news .box_header {
  margin-top: 0;
}

.hotest_news .news_list .news_item {
  margin-bottom: 15px;
}

.hotest_news .news_list h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 18px;
}

.box_news .comment .tab-content {
  height: auto;
}

.news_detail {
  font-size: 14px;
  line-height: 22px;
}

.news_detail h2 {
  margin-bottom: 15px;
}

.news_detail img {
  cursor: pointer;
}

.news_detail a > img {
  cursor: crosshair;
}

.news_detail .date,
.news_detail .views,
.news_detail .likes {
  display: inline-block;
  margin-right: 15px;
}

.news_detail .likes.reviews:hover {
  cursor: pointer;
}

.news_detail .likes.reviews:hover i {
  color: #f00;
}

.news_detail .desc {
  font-size: 14px;
  font-weight: 500;
}

.news_detail .title {
  font-size: 36px;
  line-height: 40px;
}

.news_detail .subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #888;
}

.news_detail .timeline ul {
  padding: 10px;
  margin: 0 0 15px 0;
  border: 1px solid #000b61;
  list-style: none;
  background-color: #f8f8f8;
}

.news_detail .timeline ul li {
  position: relative;
  padding: 0 10px 5px 15px;
}

.news_detail .timeline ul li:last-child {
  padding-bottom: 0;
}

.news_detail .timeline ul li a {
  color: #000b61;
}

.news_detail .timeline ul li a:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 5px;
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  color: #1979bd;
}

.news_detail .timeline ul li a:hover,
.news_detail .timeline ul li a:hover:before {
  color: #f00;
}

/* first ul like timeline */
.news_detail .info video,
.news_detail .info audio {
  width: 100%;
}
.news_detail .info ul:first-child {
  padding: 10px;
  margin: 0 0 15px 0;
  border: 1px solid #1979bd;
  list-style: none;
  background-color: #f8f8f8;
}

.news_detail .info ul:first-child li {
  position: relative;
  padding: 0 10px 5px 15px;
}

.news_detail .info ul:first-child li:last-child {
  padding-bottom: 0;
}

.news_detail .info ul:first-child li a {
  color: #1979bd;
}

.news_detail .info ul:first-child li a:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 5px;
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  color: #1979bd;
}

.news_detail .info ul:first-child li a:hover,
.news_detail .info ul:first-child li a:hover:before {
  color: #f00;
}

.news_detail .info table td {
  padding: 5px;
  border: 1px solid #333;
}

.news_relate h2 {
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee;
  margin-top: 15px;
}

.news_relate .cat {
  display: inline-block;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  color: #000b61;
  padding: 5px 0;
  text-transform: uppercase;
}

.news_relate .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news_relate .list ul a {
  color: #000;
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
  font-weight: 500;
}

.news_relate .list h3 {
  margin: 0 0 5px;
}

.news_relate .list .date {
  line-height: 18px;
  display: block;
}

.news_relate .list ul a:hover {
  color: #f00;
}

.news_relate .list ul li {
  margin-bottom: 5px;
  position: relative;
  padding: 5px 10px 5px 20px;
}

.news_relate .list ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  background: url(../img/arrow_14.png) center center no-repeat;
  width: 15px;
  height: 15px;
}

.news_relate .list .date {
  margin: 0;
  color: #888;
  font-size: 13px;
}

.news_detail .date {
  margin: 0 15px 10px 0;
}

.news_detail .views,
.news_detail .likes {
  font-size: 13px;
  color: #888;
  display: inline-block;
}

.news_detail .desc {
  margin-bottom: 15px;
  margin: 10px 0;
}

.news_detail .info {
  text-align: justify;
}

.most_views .row .img {
  margin-bottom: 15px;
  display: block;
}

.most_views .row h3 {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.most_view .box_header .box_title a {
  padding: 0 5px 0 5px;
  border-radius: 0;
  border: none;
  color: #000;
  margin: 0;
}

.most_view .box_header .box_title.active a,
.most_view .box_header .box_title.active a:hover {
  background: #f00;
  color: #fff;
  border: 0;
  border-radius: 0;
}

#news_tabs .box_title {
  padding-right: 0;
  width: 50%;
  background: #e1e1e1;
  text-align: center;
}

#news_tabs .box_title:last-child {
  float: right;
}

body.modal-open {
  padding-right: 12px !important;
}

.modal-content {
  border-radius: 0;
}

/*boostrap form*/
.btn,
.form-control {
  border-radius: 0;
}

.comment .nav-tabs {
  border: none;
  margin-top: 0;
}

.comment .nav-tabs > li > a {
  background: #000b61;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 0;
}

.comment .nav-tabs > li.active > a,
.comment .nav-tabs > li.active > a:hover,
.comment .nav-tabs > li.active > a:focus {
  background: #f5f5f5;
  color: #555;
  border: none;
}

.comment .tab-content {
  padding: 15px;
  background: #f5f5f5;
  color: #666;
  margin-bottom: 0;
  border-radius: 0;
}

.comment .form-control {
  color: #666;
  font-size: 13px;
  font-weight: 400;
}

.comment .btn {
  background: #000b61;
  border-color: #000b61;
}

.comment .btn:hover,
.comment .btn:focus,
.comment .btn:active {
  background: #06158a;
  border-color: #06158a;
}

.comment .row {
  margin: 0 -3px;
}

.comment .cols {
  padding: 0 3px 5px 3px;
}

.comment .list .item {
  margin: 0 0 10px 0;
  display: flex;
}

.comment .list .item p {
  margin: 0;
  line-height: 18px;
}

.comment .item .avatar {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
}

.comment .item .name {
  color: #333;
  font-weight: 600;
}

.comment .item .time_ago {
  color: #888;
  font-size: 12px;
}

.comment form {
  margin-top: 15px;
}

/*pagination*/
.pagination > li > a,
.pagination > li > span {
  color: #000;
  /* font-weight: 400; */
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #000b61;
  border-color: #000b61;
  color: #fff;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #000b61;
}

/*album gallery*/

.album_gallery {
  position: relative;
  overflow: hidden;
}

.album_gallery .item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 100%);
  content: '';
  display: block;
  z-index: 1;
}

.album_gallery .item .title {
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 10px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  z-index: 2;
}

.album_list .album_item {
  margin-bottom: 15px;
}

.album_list .album_item h3 {
  margin: 0;
  font-weight: 500;
}

.album_list .album_item h3 a {
  font-size: 14px;
  color: #000;
}

.album_list .album_item .thumb {
  position: relative;
  display: block;
}

.album_list .album_item .thumb:before,
.album_list .album_item .thumb:after {
  position: absolute;
  bottom: 5px;
  left: 5px;
  content: '\f03e';
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: none;
}

.album_list .album_item .thumb:before {
  left: 8px;
  bottom: 8px;
}

.album_detail .info h2 .title {
  color: #333;
}

/*tags*/
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
}

.tags li {
  float: left;
}

.tags li a,
.tags li span {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tags li span::before,
.tags li a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tags li span::after,
.tags li a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tags li span::after {
  border-left-color: #000b61;
}

.tags li span,
.tags li a:hover {
  background-color: #000b61;
  color: white;
}

.tags li a:hover::after {
  border-left-color: #f00;
}

/*captcha*/
.captcha_wrap {
  background-color: #000b61;
  text-align: center;
}

.captcha_wrap .refresh_captcha {
  color: #fff;
}

.captcha_code {
  text-transform: uppercase;
}

.captcha_inline .captcha_code {
  width: 150px;
  margin-left: 5px;
}

.comment .captcha_img {
}

.comment .captcha_wrap {
  position: relative;
  background: #fff;
  text-align: center;
}

.comment .captcha_wrap span {
  position: absolute;
  top: 9px;
  right: 9px;
}

.comment .captcha_wrap .refresh_captcha {
  color: #000b61;
}

.video_box .comment .captcha_img {
  width: 145px;
  float: left;
}

.video_box .comment .captcha_img img {
  width: 120px;
}

.video_box .comment .captcha_code {
  width: 145px;
  float: left;
}

.news .comment .refresh_captcha {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.more_clips .title_label {
  background: #f00;
  color: #fff;
  padding: 5px;
  display: block;
  margin: 0;
}

.more_clips {
  background: #e1e1e1;
  max-height: 350px;
  padding: 10px 0;
}

.more_clips ul {
  max-height: 330px;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.more_clips li {
  display: block;
  list-style: none;
  padding: 12px 12px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.more_clips li .program_time {
  color: #ccc;
  display: block;
  float: left;
  padding-right: 10px;
  margin-right: 4px;
  width: 60px;
}

.more_clips li .program_name {
  color: #ccc;
  /*margin-left: 55px;*/
}

.more_clips li .program_name h5 {
  color: #333;
  margin: 0;
  line-height: 20px;
}

.more_clips li .program_name .desc {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}

.more_clips li.active,
.more_clips li:hover {
  background: rgba(255, 50, 0, 0.1);
}

.more_clips li:hover .program_name * {
  color: #f00;
}

#scroll_clip .row {
  margin: 0 -7px;
}

#scroll_clip .cols {
  padding: 0 7px;
  margin: 0;
}

/*ultilities*/
.ultilities {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.ultilities span {
  display: block;
  line-height: 25px;
}

.ultilities .row {
  margin: 0 -14px;
  padding: 7px;
}

.ultilities .cols {
  padding: 0 7px;
}

.epaper_list .thumbnail {
  display: block;
  text-align: center;
}

.epaper_list .thumbnail:hover {
  border-color: #f00;
}

.epaper_list .title {
  display: block;
  padding: 10px 0;
  font-weight: 400;
}

.focus_news .box {
  border: 1px solid #ccc;
  margin-top: 15px;
}

.focus_news .box_header {
  margin: 0;
  border: none;
}

.focus_news .box_title {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid #f00;
}

.focus_news .box_title a {
  color: #f00;
}

.focus_news .list {
  /* background: #f5f5f5; */
}

.focus_news .list li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #777;
  padding-bottom: 10px;
}

.focus_news .list li:first-child {
  font-weight: 400;
}

.focus_news .list li:first-child .title {
  padding-top: 5px;
}

.focus_news .list li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.focus_news .list ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.focus_news .list .title {
  line-height: 18px;
  color: #000;
  display: block;
}

.focus_news .list a:hover {
  color: #f00;
}

.social_links {
  margin: 15px 0;
  background: #f5f5f5;
  padding: 10px;
  line-height: 10px;
}

.social_links::after {
  display: block;
  content: '';
  clear: both;
}

.social_links .social_label {
  line-height: 20px;
  margin-right: 5px;
  padding: 0 10px;
  border-radius: 3px;
}

.social_links .social_label:before {
  display: inline-block;
  content: '\f1e0';
  font-family: FontAwesome;
  margin-right: 5px;
}

.social_links .social_label,
.social_links .social_item {
  float: left;
  padding-right: 5px;
}

.social_links .plusone > div {
  height: 20px !important;
}

.market_slider h2 {
  margin: 0;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 18px;
  line-height: 24px;
  max-width: 270px;
  text-align: center;
}

.market_slider h2 a {
  color: #333;
}

.market_category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.market_category li {
  padding: 7px 0;
  line-height: 18px;
}

.market_category li.active {
  background-color: #f00;
  color: #fff;
}

.market_category li.active a {
  color: #fff;
}

.market_category .icon {
  float: left;
  width: 30px;
  text-align: center;
}

.market_category a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market_most_view .row {
  margin: 0 -5px;
}

.market_most_view .cols {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.market_main .img {
  position: relative;
}

.market_main .date {
  font-size: 12px;
  display: block;
}

.market_main .label {
  font-size: 12px;
  padding: 2px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.market_main .label span {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 5px;
}

.market_main .label .hot {
  background-color: #ff1313;
}

.market_main .label .new {
  background-color: #3fa93d;
}

.market_main .market_cat {
  padding: 3px 10px;
  margin-top: 5px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: rgba(222, 222, 222, 0.7);
  color: #333;
  font-size: 12px;
}

.market_main h3 {
  font-size: 20px;
}

.market_main .list .cols {
  padding-bottom: 15px;
}

.market_most_view .market_cat {
  position: static;
  background-color: #f1f1f1;
  color: #898888;
}

/* main_banner */
.main_banner {
  background: #000;
  overflow: hidden;
}

.main_banner .video-js {
  width: 820px;
  height: 480px;
}

.main_banner .main_banner_content {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.7);
}

.main_banner .main_banner_footer {
  padding: 15px 0 10px 0;
  color: #999;
}

#main_banner .main_banner_content > .row {
  margin: 0;
}

#main_banner .main_banner_content > .row > div {
  padding: 0;
}

#main_banner .nav-tabs {
  border: none;
}

#main_banner .nav-tabs > li > a {
  border: 0;
  /* border-left: 3px solid transparent; */
  background: none;
  border-radius: 0;
  margin: 15px 15px 15px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 0 0 10px;
  padding-left: 20px;
}

#main_banner .nav-tabs > li > a:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  display: block;
  content: '';
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #ffffff;
}

#main_banner .nav-tabs > li > a:after {
  position: absolute;
  bottom: -5px;
  left: 20px;
  width: 30%;
  height: 2px;
  background-color: #ffffff;
  display: block;
  content: '';
}

#main_banner .nav-tabs > li.active > a,
#main_banner .nav-tabs > li.active > a:focus,
#main_banner .nav-tabs > li.active > a:hover {
  color: #b0f824;
}

#main_banner .nav-tabs > li.active > a:before {
  border-color: transparent transparent transparent #b0f824;
}

#main_banner .nav-tabs > li.active > a:after {
  background-color: #b0f824;
}

#main_banner .tab_schedule {
  display: none;
}

#main_banner .tab_schedule .nav-tabs > li {
  float: none;
}

#main_banner .tab_schedule.active {
  display: block;
}

#main_banner .tab_schedule .nav-tabs > li > a {
  margin: 15px 5px;
}

#main_banner .tab-content {
  border: none;
}

#main_banner .live a {
  position: relative;
}

#main_banner .live a:after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #f26921;
}

.schedule_heading {
  padding: 0;
  background-color: #ececec;
  color: #000;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  text-align: center;
}

.schedule_heading .item {
  flex: 1 1 auto !important;
  cursor: pointer;
}

.schedule_heading .item.active {
  color: #f00;
}

.schedule_item {
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 382px;
  background-color: #ececec;
  color: #000;
  font-size: 14px;
}

.schedule_item a:before {
  display: none;
}

.schedule_item .item {
  padding: 10px 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 20px;
}

.schedule_item .item:hover {
  background-color: #ddd;
}

.schedule_item .item:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.schedule_item .item .time_code {
  float: left;
  width: 10%;
  padding: 0 0 0 15px;
}

.schedule_item .item .time_line {
  padding: 0 0 0 15px;
  font-weight: 400;
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

.schedule_item .item .program {
  padding: 0 15px 0 15px;
  font-size: 14px;
}

.schedule_item .item.canplay .program,
.schedule_item .item.live .program {
  padding-right: 85px;
}

.schedule_item .item .program_title {
  display: block;
  font-weight: 500;
  color: #111;
}

.schedule_item .item .program_icon {
  display: inline-block;
  text-align: center;
  line-height: 16px;
  color: #fff;
  transition: opacity 0.2s ease;
  width: 16px;
  height: 16px;
  margin: 0 0 0 2px;
}

.schedule_item .item .program_icon img {
  height: 16px;
  vertical-align: top;
}

.schedule_item .item .replay {
  width: auto;
  padding: 0 10px 0 0;
  text-align: right;
  cursor: pointer;
}

.schedule_item .item .program_playing,
.schedule_item .item .program_note {
  display: inline-block;
  margin-left: 5px;
  border-radius: 3px;
  background: #ff9800;
  color: #fff;
  font-size: 13px;
  padding: 0 5px;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.schedule_item .item .program_playing:before {
  content: '\f04b';
  font-family: FontAwesome;
  font-size: 10px;
  display: inline-block;
  padding-right: 3px;
}

.schedule_item .item:not(.live) .program_playing {
  display: none;
  background-color: #ff9800;
}

.schedule_item .item.live .program_playing {
  background-color: #ff0000;
}

.schedule_item .item.live .program_playing:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f111';
  font-size: 0.5rem;
  vertical-align: top;
  padding-right: 3px;
}

.schedule_item .item.active .replay .program_note {
  display: none;
}

.schedule_item .item.active .replay .program_playing {
  display: block;
}

.schedule_item .item .program_desc {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #444;
}

.schedule_item .item:hover .program_desc {
  color: #555;
}

.schedule_item .item.active {
  background-color: #444;
  color: #fff;
  border-top: none;
}

.schedule_item .item.active .time_line,
.schedule_item .item.active .program_title,
.schedule_item .item.active .program_desc {
  color: #fff;
  border-top: none;
}

.schedule_item .item.live .time_line,
.schedule_item .item.live .program_title {
  color: #ff2a2a;
}

#main_banner .schedule_item .item .time_line {
  padding: 0 0 0 15px;
}

.tab_schedule .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.tab_schedule .mCSB_scrollTools {
  width: 6px;
}

.tab_schedule .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  border-radius: 0;
  background-color: #ccc;
}

.tab_schedule .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  border-radius: 0;
  background-color: #222;
}

.tab_schedule .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.tab_schedule .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #888;
}

/*radio*/
.audio_box audio {
  width: 100%;
}
.audio_detail_box h3 .title {
  color: #ddd;
}
.audio_playlist {
  background: #f7f7f7;
  padding: 0;
}

.audio_playlist ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000b61;
}

.audio_playlist ul li {
  position: relative;
  padding: 5px 10px 5px 25px;
}

.audio_playlist ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  background: url(../img/arrow_14.png) center center no-repeat;
  width: 15px;
  height: 15px;
}

.audio_playlist ul li.active {
  background-color: #ddd;
}

.audio_playlist ul li.active a {
  color: #f00;
}

.audio_playlist ul li.active:before {
  /* content: "\f04b"; */
  /* font-size: 8px; */
}

.audio_playlist ul li a {
  color: #333;
}

.audio_playlist ul li a:hover {
  color: #f00;
}

.audio_latest {
  border-top: 0;
}

.audio_latest .box_header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
}

.audio_latest .box_header .box_title {
  border-left: none;
  margin-left: -5px;
}

.audio_latest .audio_list {
  padding: 10px;
}

.audio_latest .audio_list .time,
.audio_latest .audio_list .view,
.audio_latest .audio_list .name,
.audio_latest .audio_list .play {
  padding: 5px 0;
}

.audio_latest .audio_list .time,
.audio_latest .audio_list .view,
.audio_latest .audio_list .name {
  border-right: 1px dotted #e1e1e1;
  margin-bottom: 10px;
}

.audio_latest .audio_list .play {
  background: #ddd;
  padding: 0;
}

.audio_latest .audio_list .play a {
  width: 34px;
  height: 34px;
  color: #b0f824;
  text-align: center;
  line-height: 34px;
  background: #000;
  padding: 0;
  display: block;
}

.audio_latest .audio_list .name.playing a {
  display: inline;
  color: #1728ad;
}

.audio_latest .audio_list .name.playing:before {
  color: #1728ad;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f04b';
  margin-right: 5px;
}

.audio_latest .audio_list .time,
.audio_latest .audio_list .view {
  font-size: 12px;
  color: #999;
  display: block;
}

.audio_latest .audio_list .name a {
  color: #333;
  display: block;
}

.audio_latest .audio_list .name a:hover {
  color: #f00;
}

.audio_latest .audio_list .row:last-child .time,
.audio_latest .audio_list .row:last-child .view,
.audio_latest .audio_list .row:last-child .name,
.audio_latest .audio_list .row:last-child .play {
  margin-bottom: 0;
}

.audio_hotest .audio_list {
  padding: 10px 15px;
}

.audio_hotest .item {
  margin-bottom: 5px;
  background-color: #ddd;
}

.audio_hotest .item .play a {
}

.audio_hotest .item .name,
.audio_hotest .item .play {
  margin: 0;
  padding: 8px 0;
}

.audio_hotest .item:last-child {
  border-bottom: none;
}

.audio_hotest .audio_list .play {
  float: left;

  padding: 0;

  margin-right: 10px;
}

.audio_hotest .audio_list .name {
  border: none;
}

.vjs-audio-simple {
  width: 100% !important;
}

.vjs-audio-simple .vjs-loading-spinner,
.vjs-audio-simple .vjs-error-display,
.vjs-audio-simple .vjs-fullscreen-control,
.vjs-audio-simple .vjs-menu-button,
.vjs-audio-simple .vjs-remaining-time {
  display: none;
}

.vjs-audio-simple .vjs-control-bar {
  height: 34px !important;
}

.vjs-audio-simple .vjs-control:before {
  line-height: 30px !important;
}

/*video*/
.video_item {
  position: relative;
}

.video_item .video_img:before {
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1;
}

.video_item .video_img:before:hover {
}

.video_item .video_title {
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  bottom: 0;
  padding: 0 10px 5px 10px;
  font-weight: 300;
  display: block;
  width: 100%;
  z-index: 3;
  margin: 0;
}

.video_item .video_title a {
  color: #fff;
}

.video_img {
  position: relative;
  display: block;
}

.video_img img {
  width: 100%;
  z-index: -1;
}

.video_img:after {
  display: block;
  position: absolute;
  width: 70px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -35px;
  z-index: 1;
  content: '\f04b';
  font-family: FontAwesome;
  text-align: center;
  line-height: 43px;
  font-size: 30px;
  color: #f00;
  -ms-transform: scale(0.8, 0.8);
  /* IE 9 */
  -webkit-transform: scale(0.8, 0.8);
  /* Safari */
  transform: scale(0.8, 0.8);
  transition: color, background-color 0.2s ease;
  border: 1px solid;
  border-radius: 5px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
}

.video_img.video_img_large:after {
}

.video_item:hover .video_img:after,
.video_item:hover .video_img_large:after {
  background: rgba(0, 0, 0, 0.5);
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9, 0.9);
  /* Safari */
  transform: scale(0.9, 0.9);
}

.video_img.video_img_news:after {
  background: #555;
  bottom: 5px;
  top: auto;
  left: 5px;
  width: 34px;
  height: 34px;
  font-size: 15px;
  content: '\f04b';
  color: #ddd;
  text-align: center;
  border-radius: 50%;
  font-family: FontAwesome;
  line-height: 35px;
}

.video_img:hover:after {
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
  /*box-shadow: inset 0 0 20px #555;*/
}

.video_title {
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
  /* min-height: 70px; */
  line-height: 18px;
}

.video_title a {
  color: #333;
}

/*music*/
.music_box video {
  width: 100%;
}

.music_box ul {
  padding: 0 5px 5px 5px;
  margin: 0;
  list-style: none;
  color: #1728ad;
}

.music_box ul li {
  position: relative;
  padding: 5px 10px 5px 15px;
}

.music_box ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
}

.music_box ul li.active a {
  color: #1728ad;
}

.music_box ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.music_box ul li a {
  color: #333;
}

.music_box ul li a:hover {
  color: #1728ad;
}

.music_playlist {
  background-color: #f7f7f7;
}

/*accomplishment*/
.accomplishment_box video {
  width: 100%;
}

.accomplishment_box ul {
  padding: 0 5px 5px 5px;
  margin: 0;
  list-style: none;
  color: #1728ad;
}

.accomplishment_box ul li {
  position: relative;
  padding: 5px 10px 5px 15px;
}

.accomplishment_box ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
}

.accomplishment_box ul li.active a {
  color: #1728ad;
}

.accomplishment_box ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.accomplishment_box ul li a {
  color: #333;
}

.accomplishment_box ul li a:hover {
  color: #1728ad;
}

.accomplishment_playlist {
  background-color: #f7f7f7;
}

/*beautifull_sign*/
.beautifull_sign_box video {
  width: 100%;
}

.beautifull_sign_box ul {
  padding: 0 5px 5px 5px;
  margin: 0;
  list-style: none;
  color: #1728ad;
}

.beautifull_sign_box ul li {
  position: relative;
  padding: 5px 10px 5px 15px;
}

.beautifull_sign_box ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
}

.beautifull_sign_box ul li.active a {
  color: #1728ad;
}

.beautifull_sign_box ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.beautifull_sign_box ul li a {
  color: #333;
}

.beautifull_sign_box ul li a:hover {
  color: #1728ad;
}

.beautifull_sign_playlist {
  background-color: #f7f7f7;
}

/*filmintro*/
.filmintro_box video {
  width: 100%;
}

.filmintro_box ul {
  margin: 0;
  padding: 0 5px 5px 5px;
  list-style: none;
  color: #1728ad;
}

.filmintro_box ul li {
  position: relative;
  padding: 5px 10px 5px 15px;
}

.filmintro_box ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
}

.filmintro_box ul li.active a {
  color: #1728ad;
}

.filmintro_box ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.filmintro_box ul li a {
  color: #333;
}

.filmintro_box ul li a:hover {
  color: #1728ad;
}

.filmintro_playlist {
  background-color: #f7f7f7;
}

.latest_video .duration {
  position: absolute;
  padding: 5px 20px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  bottom: 5px;
  left: 5px;
  font-size: 13px;
}

.latest_video h3 {
  margin: 10px 0;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  padding: 0 10px;
}

.featured_videos .video_list {
  padding: 10px 2px 10px 3px;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
}

.featured_videos .video_item {
  margin-bottom: 15px;
}

.featured_videos .video_item:last-child {
  margin-bottom: 0;
}

.featured_videos .video_item a:hover {
  color: #fff;
}

.main_content > .row {
}

.main_content > .row > [class*='col-'] {
}

/*box schedule*/
.box_schedule {
  background-color: #000;
  padding-bottom: 30px;
}

.box_schedule .box_header .box_title a {
  color: #fff;
}

.box_schedule .schedule_heading {
  text-transform: uppercase;
  text-align: center;
}

.box_schedule .schedule_item .item .time_line {
}

.box_schedule .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.box_schedule .mCSB_scrollTools {
  width: 8px;
}

.box_schedule .schedule_date {
  padding: 0 35px;
  background-color: #484848;
}

.box_schedule .schedule_date .item {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.box_schedule .schedule_date .item.active,
.box_schedule .schedule_date .item:hover {
  background-color: #636363;
  cursor: pointer;
}

.box_schedule .schedule_date .item .week {
  padding: 10px 0 0 0;
  display: block;
}

.box_schedule .schedule_date .item .day {
  padding: 0 0 10px 0;
  margin-top: 0;
  display: block;
  font-size: 12px;
}

.box_schedule .schedule_date .owl-controls .owl-nav .owl-prev,
.box_schedule .schedule_date .owl-controls .owl-nav .owl-next {
  top: 0;
  margin: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0.9;
  color: #eee;
}

.box_schedule .schedule_date .owl-controls .owl-nav .owl-prev:before,
.box_schedule .schedule_date .owl-controls .owl-nav .owl-next:before {
  height: 100%;
  line-height: 55px;
  background-color: transparent;
}

/*widget poll*/
.poll_box {
}

#poll_chart {
  max-width: 250px;
  margin: 0 auto;
}

.fancybox-title-float-wrap .child {
  white-space: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.fancybox-fullsize,
.fancybox-fullsize-r {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -18px;
  left: -18px;
  z-index: 99999;
  cursor: pointer;
}

/*faqs*/

.faq_action {
  margin: 15px 0;
  border: 1px solid #ddd;
  border-bottom-width: 3px;
  border-bottom-color: #000b61;
  border-radius: 5px;
  padding: 15px;
}

.faq_action h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 0px;
  color: #000;
}

.faq_action p {
  font-size: 16px;
  color: #666;
  line-height: 20px;
}

.faq_action .faq_action_btn {
  text-transform: uppercase;
  display: block;
  border-radius: 3px;
  background-color: #b0f824;
  font-size: 22px;
  padding: 15px 25px;
  border-width: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.faq_action .faq_action_btn:active,
.faq_action .faq_action_btn:focus {
  background-color: #000b61;
}

.faq_list .faq_item {
  margin: 15px 0;
  border: 1px solid #ddd;
  border-bottom-width: 3px;
  border-bottom-color: #000b61;
  border-radius: 5px;
  padding: 15px;
}

.faq_list .faq_item .meta span,
.faq_action .faq_item .meta span {
  margin-right: 5px;
}

.faq_list .faq_item .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.faq_list .faq_item .title a {
  color: #000;
}

.faq_list .faq_item .question {
  margin-bottom: 15px;
}

.faq_list .faq_item .meta,
.faq_action .faq_item .meta {
  color: #666;
  font-style: italic;
  font-size: 13px;
}

.faq_action .faq_answer {
  float: right;
  border-radius: 25px;
  border: 1px solid #ccc;
  background-color: #000b61;
  color: #fff;
  padding: 2px 15px;
  font-size: 13px;
}

.faq_action .view_more,
.faq_list .view_more {
  display: inline-block;
  color: #0275eb;
  font-style: italic;
  font-size: 13px;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid;
}

.faq_ask .faq_send_form {
  margin: 15px 0;
  border: 1px solid #ddd;
  border-bottom-width: 3px;
  border-bottom-color: #000b61;
  border-radius: 5px;
  padding: 15px;
}

.faq_ask .faq_send_form legend {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  border: none;
}

.faq_ask .faq_send_form label {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
}

.faq_load_more {
  background-color: #ddd;
  color: #000;
  padding: 5px 35px;
  border-radius: 25px;
}

.faq_load_more:focus {
  background-color: #000b61;
  color: #fff;
}

.faq_action blockquote {
  font-size: 14px;
  margin-bottom: 30px;
}

.faq_action .item_answer .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}

.faq_send_btn {
  margin-top: 15px;
}

/*sticky*/
.sticky {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
  margin-top: 15px;
  background-color: #ececec;
}

footer .container {
  padding: 15px 15px;
}

.footer_address p {
  margin-bottom: 5px;
}

.footer_address img {
  max-width: 130px;
}

.footer_address a {
  color: #1728ad;
}

.footer_link_app {
  text-align: right;
  margin-bottom: 30px;
}

.footer_link_app img {
  max-height: 60px;
}

.footer_extra_link {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.footer_extra_link li {
  display: inline-block;
}

.footer_extra_link li a {
  border: 1px solid #1728ad;
  color: #1728ad;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  padding: 8px 20px;
}

.footer_extra_link li a:hover {
  background-color: rgba(255, 255, 255, 1);
}

.footer_menu {
  margin-bottom: 5px;
}

.footer_menu ul {
  margin: 0;
  list-style: none;
  text-align: right;
  font-weight: 600;
  line-height: 20px;
}

.footer_menu ul li a {
  color: #333;
}

.footer_menu ul li a:hover {
  color: #1728ad;
}

.footer_copyright {
  font-weight: 500;
  padding: 0;
  text-align: left;
  border-top: 1px solid #e1e1e1;
  font-size: 14px;
  background-color: #fff;
}

.footer_links {
  text-align: right;
}

.footer_links a {
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 18px;
  padding: 3px 10px;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  color: #1728ad;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* ie6-9 */
}

.footer_counter {
  float: right;
}

.footer_counter .counter_wrap {
  margin: 0;
  position: relative;
}

.footer_counter .counter_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: none;
  z-index: 1;
}

.footer_counter .counter {
  background: #000b61;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: right;
}

.footer_counter .text {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  line-height: 44px;
  float: right;
  margin-right: 5px;
}

.footer_counter .counter span {
  float: left;
  display: block;
  height: auto;
  font-size: 20px;
  position: relative;
  line-height: 42px;
  padding: 0 10px;
}

.footer_counter .counter span:after {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 7px;
  height: 7px;
  content: '';
  background: #fff;
  border-radius: 50%;
  margin-top: -3px;
  display: block;
}

.footer_counter .counter span:last-child {
  border: none;
}

.footer_counter .counter span:last-child:after {
  display: none;
}

.footer_nav .container {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_nav {
  background-color: #000b61;
  border-top: 4px solid #b0f824;
  color: #fff;
}

.footer_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_nav ul li a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  padding: 10px 15px;
}

.footer_nav ul li a i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.footer_nav .footer_navleft {
  float: left;
}

.footer_nav .footer_navright {
  float: right;
}

.footer_nav .footer_navright > div {
  padding: 0 10px;
  display: inline-block;
}

.footer_nav .footer_navright a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_nav .footer_navright a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_nav .footer_navright .footer_switcher {
  float: right;
}

/* ERROR PAGE */
.wrapper_404 {
  background: url('../img/bg404.png') no-repeat center center;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 30px 0;
}

.wrapper_404 .content_404 {
  padding: 40px 0 40px 0;
}

.wrapper_404 .content_404 .block-top {
  margin: 0;
}

.wrapper_404 .content_404 .block-top h1 {
  color: #000b61;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}

.wrapper_404 .content_404 .block-top .warning-code {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.wrapper_404 .content_404 .block-middle {
  margin-bottom: 45px;
}

.wrapper_404 .content_404 .block-middle .note {
  margin-bottom: 16px;
  color: #222;
  font-weight: 500;
  font-size: 15px;
}

.wrapper_404 .content_404 .block-middle .note span {
  color: #1b1464;
}

.wrapper_404 .content_404 .block-middle .top-search {
  float: none;
}

.wrapper_404 .content_404 .block-middle .top-search .topsearch-entry .form-search {
  width: 400px;
  max-width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: auto;
  position: relative;
}

.wrapper_404 .content_404 .block-middle .top-search .topsearch-entry .form-search .search-query {
  width: 100%;
  border: 0;
  margin: 0;
  height: 52px;
  line-height: 52px;
  text-indent: 30px;
  padding-right: 80px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rtl .wrapper_404 .content_404 .block-middle .top-search .topsearch-entry .form-search .search-query {
  padding-right: 0;
  padding-left: 80px;
}

.wrapper_404 .content_404 .block-middle .top-search .topsearch-entry .form-search .form-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  background: #000b61;
  border: 0;
  font-size: 0;
  height: 52px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.wrapper_404 .content_404 .block-middle .top-search .topsearch-entry .form-search .form-button:before {
  content: '\f1d8';
  font-size: 14px;
  color: #fff;
  font-family: FontAwesome;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper_404 .content_404 .block-middle .top-search .topsearch-entry .form-search .form-button:hover {
  background: #b0f824;
}

.rtl .wrapper_404 .content_404 .block-middle .top-search .topsearch-entry .form-search .form-button {
  right: auto;
  left: 0;
}

.wrapper_404 .content_404 .block-bottom .btn-404 {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  color: #000b61;
  font-weight: 500;
  text-transform: uppercase;
}

.wrapper_404 .content_404 .block-bottom .btn-404:hover {
  color: #000b61;
}

.wrapper_404 .content_404 .block-bottom .btn-404 .fa {
  margin: 0 7px;
}

.rtl .wrapper_404 .content_404 .block-bottom .btn-404 .fa:before {
  content: '\f0a8';
}

@media (min-width: 1367px) {
  html,
  body {
    min-width: 1440px;
  }

  .container {
    min-width: 1440px;
  }
}

@media (min-width: 1280px) {
  html,
  body {
    min-width: 1170px;
  }

  .container {
    min-width: 1170px;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .main_banner .container {
    padding: 0;
  }
}
