@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i&display=swap');

/* ==========================================================================
Global Styles
========================================================================== */

html,
body {
  background-color: #fff;
  color: #333;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 100%;
  line-height: 18px;
  min-width: 1170px;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

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: #1769d8;
}

a:hover,
a:focus {
  color: #1769d8;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  font-family: 'Cabin', sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
}

p {
}

img {
  max-width: 100%;
}

body.modal-open {
  padding-right: 12px !important;
}

button,
input,
select,
textarea {
  font-family: 'Cabin', 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;
}

.dropdown-backdrop {
  display: none !important;
}

.group:after {
  content: '';
  display: table;
  clear: both;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #1769d8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.counter {
  color: #f80c0c;
  font-weight: normal;
}

.container {
  width: 1170px;
  padding: 0 8px 0 8px;
}

.container-sm {
  max-width: 970px;
  margin: 15px auto;
}

.row {
  margin: 0 -8px 0 -8px;
}

[class*='col-'] {
  padding-left: 8px;
  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;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.align-items-center {
  align-items: center;
}

.align-items-top {
  align-items: top;
}

.align-items-bottom {
  align-items: bottom;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-align-middle {
  align-items: center;
}

.flex-1 {
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex6 > .cols {
  width: 16.6666%;
}

.flex5 > .cols {
  width: 20%;
}

.flex4 > .cols {
  width: 25%;
}

.flex3 > .cols {
  width: 33.3333%;
}

.flex2 > .cols {
  width: 50%;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.img25p {
  width: 25%;
  margin-right: 5px;
}

.img35p {
  width: 35%;
  margin-right: 5px;
}

.img_mw_150 {
  max-width: 150px !important;
  margin-right: 5px;
}

.font09bold {
  font-size: 0.9rem !important;
  line-height: 1.2rem !important;
  font-weight: 500;
}

.font095bold {
  font-size: 0.95rem !important;
  line-height: 1.2rem !important;
  font-weight: 500;
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}

.ui-datepicker td a.ui-state-highlight,
.ui-datepicker td span.ui-state-highlight {
  background-color: #ff4657 !important;
}

/* top */

.topnav {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}

.topnav a {
  color: #000;
}

.topnav a:hover {
  color: #1769d8;
}

.topnav .navbar {
  margin: 0;
  padding: 0;
  min-height: 0;
  float: left;
  line-height: 33px;
  height: 33px;
}

.topnav .navbar li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #e1e1e1;
  float: left;
}

.topnav .navbar li a {
  font-size: 14px;
}

.topnav .topnav-right .navbar {
  float: right;
}

.topnav-right .navbar {
  min-height: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.topnav-right .navbar .dropdown-toggle {
  display: inline-block;
  height: 30px;
  width: 40px;
  text-align: center;
  color: #1769d8;
  line-height: 30px;
  cursor: pointer;
}

.topnav-left .navbar li a {
  color: #333;
}

.topnav-right li:last-child {
  padding: 0;
  margin-left: -5px;
}

.topnav-right .socials {
  display: flex;
}

.topnav-right .socials a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  color: #fff;
  transition: opacity 0.2s ease;
  width: 26px;
  height: 26px;
  margin: 2px 0;
}

.topnav-right .socials a ~ a {
  margin-left: 2px;
}

.topnav-right .socials a:hover {
  opacity: 0.5;
}

.topnav-right .socials a.facebook {
  background-color: #1769d8;
}

.topnav-right .socials a.twitter {
  background-color: #01b9ff;
}

.topnav-right .socials a.google-plus {
  background-color: #fe0000;
}

.topnav-right .socials a.youtube {
  background-color: #e62117;
}

.topnav-right .input-group-btn:last-child > .btn {
  width: 40px;
  height: 35px;
  font-size: 1rem;
}

.topnav-right .search_form {
  border-radius: 0;
  padding: 10px;
}

/* header */

.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.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-brand {
  height: auto;
  padding: 0;
}

.navbar-brand img {
  height: 44px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.navbar-brand img.logo_new_year {
  height: 56px;
  margin: 10px 15px 10px 0;
}

.header-bg {
  background: #6ea4f7;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top_container {
  /* margin-bottom: -48px; */
}

.top_container .topnav-right {
  margin: 10px 0 0 0;
}

.top_container .user_login {
  margin: 8px 5px;
}

.logo_container {
  /*background: #ed1d24;*/
  color: #fff;
  display: none;
}

.logo_text {
  padding: 1px 0;
  font-size: 15px;
  float: left;
}

.logo_text span {
  display: block;
  /*color: #333;*/
  color: #fff;
}

.logo_text .text_vi {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.header-black {
  background: #000;
}

.header-black .logo_text span {
  color: #fff;
}

.header-bg-tet {
  background-image: url('../img/banner_tet.jpg');
}

.header-bg-tet .logo_text span {
  color: #fff;
}

.top_links {
  margin: 8px 0;
  font-size: 0.9rem;
}

.top_links a {
  padding: 2px 15px;
  background-color: #1769d8;
  color: #fff;
  border-radius: 25px;
  display: inline-flex;
  line-height: 30px;
  justify-content: center;
  align-items: center;
}

.top_links a:hover {
  box-shadow: inset 0 0 10px #1769d8;
}

.top_links a i {
  margin-right: 5px;
  font-size: 22px;
}
.header-newyear {
  /* background-image: url(../img/happy_new_year_2021_orange.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e62717;
}
.header-newyear .top_links a {
  background-color: #f4b113;
}
/*videojs*/

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: inherit !important;
  overflow: hidden !important;
  color: #1769d8;
}

.vjs-js {
  overflow: hidden;
}

.video-js.vjs-audio-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible !important;
  opacity: 1 !important;
}

.video-js.vjs-audio-skin .vjs-volume-level {
  display: none !important;
}

.video-js.vjs-audio-skin {
  width: 100% !important;
  height: 40px !important;
  background-color: #fff !important;
}

.video-js.vjs-audio-simple .vjs-button > .vjs-icon-placeholder:before {
  line-height: 30px !important;
}

.video-js.vjs-audio-simple .vjs-big-play-button,
.video-js.vjs-audio-simple .vjs-loading-spinner,
.video-js.vjs-audio-skin .vjs-loading-spinner,
.video-js.vjs-audio-skin .vjs-big-play-button {
  display: none !important;
}

.video-js.vjs-audio-skin .vjs-control-bar {
  height: 40px;
}

.audio_player {
  width: 100%;
}

.beautifull_sign_box .video-js.vjs-bgtv-skin .vjs-volume-panel,
.music_box .video-js.vjs-bgtv-skin .vjs-volume-panel,
.filmintro_box .video-js.vjs-bgtv-skin .vjs-volume-panel {
  display: none !important;
}

.audio_box .video-js.vjs-bgtv-skin .vjs-volume-panel {
  display: none !important;
}

/* fix header */

header {
  /*border-bottom: 1px solid #e1e1e1;*/
}

.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 .container {
  position: relative;
}

.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;
  font-size: 13px;
}

.icon_menu {
  float: right;
  height: 25px;
  color: #000;
  background: #e1e1e1;
  line-height: 24px;
  margin-left: 10px;
  padding-right: 10px;
}

.icon_menu i {
  background: #1769d8;
  padding: 5px 7px;
  color: #fff;
  margin-right: 5px;
}

.rss_index i,
.epaper i {
  background: #1769d8;
  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: 35px;
  font-size: 1rem;
}

.search_form .search_keyword:focus {
  background: #fff;
  color: #333;
}

.search_form .input-group-btn {
  width: 40px;
}

.search_form .search_btn {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  float: left;
  padding: 0;
  width: 30px;
  height: 25px;
  background: #e1e1e1;
  font-size: 1.2rem;
  padding: 0;
  position: absolute;
  right: -5px;
  top: 5px;
}

.search_suggestion {
  text-align: left;
}

.search_suggestion .item {
  display: block;
  line-height: 18px;
  color: #1769d8;
  margin-bottom: 5px;
}

.search_suggestion .item:hover {
  background-color: #f6f6f6;
}

.inline-search {
  position: relative;
  border-radius: 25px;
  border: 0;
  background-color: #fff;
  padding: 0 15px;
  max-width: 200px;
  margin-top: 8px;
  margin-left: 3px;
  margin-right: 3px;
}

.inline-search .search_keyword {
  border: 0;
  width: 100%;
  height: 34px;
}

.inline-search .search_btn {
  background-color: transparent;
  color: #1769d8;
  border: none;
}

.inline-search .search_suggestion {
  text-align: left;
  position: absolute;
  top: 35px;
  background: #fff;
  z-index: 1;
  padding: 10px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
  display: none;
}

.inline-search .search_suggestion.show {
  display: block;
}

.header_menu .navbar-nav .search .dropdown-menu {
  padding: 0;
}

.header_menu .navbar-nav .search .search_keyword {
  border: none;
}

.header_menu .navbar-nav .search_suggestion {
  border-top: 1px solid #ddd;
}

.header_menu .navbar-nav .search_suggestion a {
  padding: 5px 10px;
  text-transform: none;
}

.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: #1769d8;
  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;
}

.mobile_icon button {
  background: none;
  color: #1769d8;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  border: none;
  width: 50px;
  padding: 5px 0;
}

/* main menu */

.header_menu {
  position: relative;
  /* background: #1769d8; */
  /* color: #FFF; */
}

.header_menu .navbar {
  min-height: auto;
  border-bottom: 2px solid #1769d8;
  height: 45px;
}

.header_menu .navbar-nav {
  margin: auto;
  width: 100%;
}

.header_menu .navbar-nav li {
  display: inline-block;
  line-height: 100%;
}

.header_menu .navbar-nav li:first-child {
  background: none;
}

.header_menu .navbar-nav li:first-child a {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.header_menu .navbar-nav li .nav-sub {
  display: none;
}

.header_menu .navbar-nav li:hover .nav-sub {
}

.header_menu .navbar-nav a {
  padding: 11px 7px;
  color: #333;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  word-spacing: -1px;
}

.header_menu .navbar-nav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  content: '';
  display: none;
}

.header_menu .navbar-nav a:hover,
.header_menu .navbar-nav a:focus,
.header_menu .navbar-nav .nav-item.active a {
  color: #1769d8;
  background: rgba(255, 255, 255, 0.2);
  border-color: #1769d8;
}

.header_menu .navbar-nav a:hover:after {
  display: block;
}

.header_menu .navbar-nav a.toggle-menudown,
.header_menu .navbar-nav a.toggle-searchdown {
  font-size: 1.3rem;
  display: block;
}

.header_menu .navbar-nav a.toggle-searchdown > a,
.header_menu .navbar-nav a.toggle-searchdown > a:focus,
.header_menu .navbar-nav a.toggle-searchdown > a:hover {
  background-color: transparent;
}

.header_menu.sticky {
  position: fixed;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.header_menu.sticky .navbar {
  border-bottom: none;
}

@media (min-width: 992px) {
  .header_menu .navbar-nav li .nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    margin: 0;
    padding: 10px 0;
    width: 200px;
    background: #fff;
    box-shadow: 0 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:last-child .nav-sub {
    left: auto;
    right: 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 .navbar-nav li .nav-sub a,
  .header_menu .navbar-nav .nav-sub li:first-child a {
    color: #333;
    line-height: 18px;
    display: block;
    padding: 7px 10px;
    font-size: 15px;
    border: none;
  }
  .header_menu .navbar-nav li .nav-sub li:hover > a,
  .header_menu .navbar-nav li .nav-sub a:hover,
  .header_menu .navbar-nav li .nav-sub a:focus {
    color: #333;
    background: #f6f6f6;
  }
  .header_menu .navbar-nav li .nav-sub .nav-sub {
    top: 0;
    left: 200px;
  }
}

.menudown {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  /*height: 500px;*/
  z-index: 222;
  padding: 15px 0;
  background: #fff;
  overflow: auto;
  border-top: 2px solid #1769d8;
  border-bottom: 2px solid #1769d8;
  display: none;
}

.menudown .container {
  display: flex;
  justify-content: flex-start;
}

.menudown a {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  color: #1b1b1b;
}

.menudown a:hover {
  color: #1769d8;
}

.menudown .nametop {
  text-transform: uppercase;
  border-bottom: 2px solid #1769d8;
  color: #1769d8;
  margin-bottom: 10px;
  display: inline-block;
}

.menudown .list_menu {
  width: 20%;
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
}

.menudown .list_menu:last-child {
  margin-right: 0;
}

.menudown .list_menu ul {
  display: none;
  padding-left: 15px;
  padding-top: 15px;
}

body.open-menudown .toggle-menudown i::before {
  content: '\f00d';
}

body.open-menudown .menudown {
  display: block;
}

/* breadcrumb */

.breadcrumb {
  background: none;
  color: #000;
  padding: 0 0 0 0;
  margin: 15px 0 15px 0;
  font-weight: 500;
}

.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: #1769d8;
}

.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: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 10px;
  border-left: 3px solid #1769d8;
  margin-bottom: -1px;
  color: #1769d8;
}

.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: #1769d8;
  color: #fff;
}

.control {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 18px;
  font-size: 14px;
  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: #1769d8;
}

.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: #1769d8;
}

.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-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: 0;
  width: 30px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}

.owl-controls .owl-nav .owl-prev {
  top: 50%;
  left: 0;
  padding: 0;
  margin-top: -20px;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.owl-controls .owl-nav .owl-next {
  top: 50%;
  right: 0;
  padding: 0;
  margin-top: -20px;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.owl-prev:before {
  font-family: FontAwesome;
  content: '\f104';
  display: block;
  width: 30px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
}

.owl-next:before {
  font-family: FontAwesome;
  content: '\f105';
  display: block;
  width: 30px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover {
  color: #fff;
  background: #1769d8;
  opacity: 0.8;
}

#latest_video .owl-controls .owl-nav .owl-prev,
#latest_video .owl-controls .owl-nav .owl-next {
  top: 30%;
  margin-top: 0;
}

.nicehouse_slider .item {
  position: relative;
}

.nicehouse_slider .info {
  background: url('data:image/png;base64,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')
    bottom left repeat-x;
  background-size: contain;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #eee;
}

.nicehouse_slider .item .title {
  color: #fff;
}

/*videojs*/

.video-js.vjs-homepage-skin {
  width: 860px !important;
  height: 480px !important;
}

/* main */

.main_top .banner [class*='col-'] {
  margin-bottom: 0;
}

.main-top-news {
  margin: 0;
}

.main-top-news .box_advertise .feature_bot {
  max-width: 970px;
  max-height: 90px;
  margin: 0 auto;
}

.top-news {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.top-news-left {
  padding-right: 14px;
  max-width: calc(100% - 300px);
}

.top-news-right {
  max-width: 300px;
}

.main .hot_label {
  padding: 0 10px;
  background: #1769d8;
  color: #fff;
  margin-right: 5px;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  line-height: 22px;
}

.main_header {
  /* background-color: #f5f5f5; */
  color: #333;
  margin: 5px 0;
}

.main_header .main_title {
  margin: 0;
  line-height: 30px;
  font-weight: 500;
  font-size: 20px;
  padding: 0 10px;
  border-left: 3px solid #1769d8;
  text-transform: uppercase;
}

.main_header .main_title a {
  color: #1769d8;
}

.timer_box {
  text-align: right;
  line-height: 30px;
  margin-right: 10px;
  display: inline-block;
}

.rss_box {
  display: inline-block;
  margin-right: 10px;
  line-height: 30px;
  color: #e9311e;
}

.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;
}

.box_header {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.box_header .box_title {
  float: left;
  font-size: 1.5rem;
  font-weight: 500;
  color: #111;
  margin: 0;
  margin: 0;
  /* border-left: 3px solid #e9311e; */
  padding-right: 10px;
  max-width: 100%;
}

.box_header .box_title i {
  /*display: none;*/
}

.box_header .box_title a {
  display: block;
  line-height: 24px;
  /* padding-left: 5px; */
  font-size: 20px;
  color: #1769d8;
  text-transform: uppercase;
}

.multi_box_title .box_header {
  display: inline-block;
  padding-right: 0;
}

.multi_box_title .box_header:first-child {
  margin-right: 15px;
}

.subcat_menu {
  display: none;
}

.box_header .subcat {
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
  display: block;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  position: static;
  background: none;
  font-size: 0.9rem;
}

.box_header .subcat li {
  display: inline-block;
}

.box_header .subcat li:after {
  display: inline-block;
  content: '/';
  color: #1769d8;
  padding: 0 5px;
}

.box_header .subcat li:last-child:after {
  content: '';
  padding: 0;
}

.box_header .subcat li a {
  color: #000;
  line-height: 24px;
  display: inline-block;
  padding: 0 5px;
  font-weight: 600;
}

.box_header .subcat li a:hover,
.box_header .subcat li a:focus {
  color: #1769d8;
  background: none;
}

.title {
  display: block;
  color: #000;
}

.news-icon,
.title .news-icon {
  font-size: 12px;
  color: red;
  display: inline-block;
  padding: 0;
  line-height: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

h3 .title {
  color: #111;
}

a.title:hover {
  color: #1769d8 !important;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #888;
  display: block;
  line-height: 18px;
}

.date,
.views {
  color: #898888;
  margin: 0 5px 10px 0;
  font-size: 0.85rem;
  display: inline-block;
}
.views {
  display: none !important;
}

.desc {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  text-align: justify;
  font-weight: 500;
}

.desc.show {
  display: block;
}

.app_qrcode {
  margin-top: 42px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
}

.app_qrcode .app_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.app_qrcode .app_mobile .app_logo img {
  height: 60px;
  margin-right: 10px;
}

.app_qrcode .app_mobile .app_text {
  flex: 1;
}

.app_qrcode .app_mobile .app_text span {
  display: block;
  text-align: center;
}

.app_qrcode .app_mobile .app_text span:first-child {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #0b1c7b;
  margin-bottom: 5px;
  display: block;
}

.app_qrcode .qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.app_qrcode .qrcode img {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.app_qrcode .qrcode .qrcode_left img {
  width: 122px;
  height: 122px;
}

.app_qrcode .qrcode .qrcode_right {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex: 1;
}

.app_qrcode .qrcode .qrcode_right img {
  padding: 3px;
  background-color: #fff;
}

.app_qrcode .qrcode .qrcode_right .item:first-child {
  margin-bottom: 10px;
}

.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: bold;
}

.features .feature_left {
  /* border-right: 1px solid #e1e1e1; */
  /* padding: 0 10px 0 0; */
}

.features .feature_right {
  border: 1px solid #e1e1e1;
  border-top: 3px solid #1769d8;
  padding: 10px 0 10px 5px;
  overflow: hidden;
  max-height: 600px;
  min-height: 500px;
}

.features .feature_right ul {
  margin: 0;
  padding: 5px;
  list-style: none;
  color: #1769d8;
}

.features .feature_right ul li {
  position: relative;
  /*padding: 7px 10px 7px 15px;*/
  padding: 7px 0;
  border-bottom: 1px dashed #e1e1e1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.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: none;
}

.features .feature_right ul li h3 {
  margin: 0;
}

.features .feature_right ul li.active a {
  color: #1769d8;
}

.features .feature_right ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.features .feature_right ul li a {
  color: #333;
  font-size: 1rem;
  line-height: 1.3rem;
}

.features .feature_right ul li .img {
  max-width: 35%;
  margin-right: 10px;
  display: none;
}

.features .top .item {
  position: relative;
  margin-bottom: 15px;
}

.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,
.features .top .img img {
  width: 100%;
}

.features .sub_feature {
  margin: 0;
  display: flex;
}

.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 h3 {
  margin: 10px 0 5px 0;
  font-size: 1rem;
}

.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;
}

.features.small-box h2 {
  font-size: 15px;
  line-height: 18px;
}

.features.small-box .top .info {
  padding: 10px;
}

.features.small-box .top .title {
  font-size: 15px;
  line-height: 18px;
}

.box_banner [class*='col-'] {
  margin-top: 10px;
  margin-bottom: 0;
}

.box_banner [class*='col-']:first-child {
  margin-bottom: 0;
}

.box_banner a {
  display: block;
  text-align: center;
}

.box_banner img {
}

.box_banner.header img {
  max-height: 80px;
}

.sidebar_mid .box_advertise {
  margin-bottom: 15px;
}

.sidebar_mid .box_banner {
  margin-top: 15px;
}

.sidebar_mid .box_banner ~ .box_advertise {
  margin-top: 15px;
}

.sidebar_mid > .box > .box_header {
  margin-top: 15px;
}

.sidebar_mid .banner .row [class*='col-']:not(:last-child) a {
  display: block;
  margin-bottom: 15px;
}

.sidebar_right .banner_item {
  margin-top: 0;
  margin-bottom: 15px !important;
}

.box {
  position: relative;
}

/*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: bold;
  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 #1769d8;
  border-left: none;
}

.main_cats .box_header .subcat {
  float: left;
}

/*block cat*/

.block_cat {
  /* margin-top: 15px; */
  /*background: #151619;
    padding: 10px;
    position: relative;*/
}

.block_cat:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  width: 30%;
  height: 3px;
  background-color: #1769d8;
}

.block_cat ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  color: #1769d8;
}

.block_cat ul li {
  position: relative;
  padding: 0 10px 10px 15px;
}

.block_cat ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
}

.block_cat ul li.active a {
  color: #1769d8;
}

.block_cat ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.block_cat ul li a {
  /*color: #FFF;*/
  color: #333;
}

.block_cat ul li a:hover {
  color: #1769d8;
}

.block_cat .box_header {
  /* margin-top: 10px; */
}

.cat_list {
  padding-top: 5px;
}

.cat_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #1769d8;
}

.cat_list ul li {
  position: relative;
  padding: 0 10px 10px 15px;
}

.cat_list ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
}

.cat_list ul li.active a {
  color: #1769d8;
}

.cat_list ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.cat_list ul li a {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0;
}

.cat_list ul li a:hover {
  color: #1769d8;
}

.cat_body .desc {
  font-size: 0.9rem;
  color: #999;
  margin-top: 5px;
}

.cat_body .img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.cat_body h3 {
  margin: 5px 0;
  font-size: 1rem;
  line-height: 20px;
}

.multicols .cat_body h3 {
  margin-top: 5px;
}

.cat_body .title {
  line-height: 18px;
  font-weight: 700;
  color: #333;
}

.cat_body .date {
  font-size: 14px;
}

.cat_body .news_right ul li .img,
.cat_body .cat_list ul li .img {
  display: none;
}

.pin h3 {
  margin: 5px 0 10px 0;
}

.pin .title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  /* text-align: justify; */
}

.pin .title h3 {
  margin: 10px 0;
}

.contact_btn {
  background: #1769d8;
}

.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: #ff5722;
  margin-right: 3px;
}

/* ==========================================================================
SIDEBAR
========================================================================== */

/*weather*/

.weather_box {
  color: #a30202;
  /*background-color: #cbdeff;*/
  background-image: url(../img/bg_weather_box.jpg);
  background-size: cover;
  position: relative;
}

.weather_box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.weather_box .box_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.weather_box .weather_forecast {
  position: relative;
  z-index: 2;
}

#weather_list a {
  /*color: #1266d6 !important;*/
  color: #fff !important;
}

.weather_box .dropdown-menu {
  border-radius: 0;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.weather_box.dropdown .caret {
  margin-left: 3px;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.weather_box.dropdown-menu > li > a:hover {
  background-color: #a30202;
  color: #fff;
}

.weather_forecast {
  color: #fff;
  padding: 10px;
  font-size: 1rem;
}

.today .cols:first-child,
.forecast .cols {
  text-align: center;
}

.today .icon {
  border: none;
  height: 90px;
}

.today .text,
.today .extra {
  display: block;
  margin-bottom: 5px;
}

.today .condition {
  font-size: 2.4rem;
  /*color: #1266d6;*/
  color: #6897ff;
  margin-top: 0px;
  margin-bottom: 5px;
  display: block;
  line-height: 40px;
}

.today .cols:last-child {
}

.forecast {
  /*display: none;*/
}

.forecast .day {
  display: block;
}

.forecast .icon {
  border: none;
  height: 60px;
}

.forecast .condition {
  display: block;
  font-size: 13px;
}

.forecast .condition span {
  display: inline-block;
  margin: 0 0 0 4px;
}

.forecast .row {
  margin: 0;
}

.forecast .cols {
  padding: 0;
}

.forecast .cols:last-child {
  border: none;
}

/*ultilities*/

.ultilities_box {
}

.ultilities_box .item {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px;
  border-radius: 0;
  background: #f2f0f1;
  transition: box-shadow 0.2s ease;
}

.ultilities_box > .row > div:last-child {
  border: none;
}

.ultilities_box > .row > div:last-child .item {
  margin-bottom: 0;
}

.ultilities_box .item:hover {
  box-shadow: inset 0 0 10px #e8e8e8;
}

.ultilities_box .item a:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.ultilities_box .item .icon {
  margin: 0 15px;
  height: 35px;
  float: left;
  border: none;
}

.ultilities_box .item .text {
  font-size: 18px;
  color: #333;
  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: bold;
  line-height: 20px;
  color: #000;
}

.sidebar_right .title:hover {
  color: #1769d8;
}

.sidebar_right h3 {
  margin: 5px 0;
}

.sidebar_right h3 a {
  color: #000;
}

.sidebar_right h3 a:hover {
  color: #1769d8;
}

.sidebar_right .box {
  margin-bottom: 15px;
}

.sidebar_right .box {
  border: 1px solid #e1e1e1;
  border-top: none;
}

.sidebar_right .box .box_header {
  border-top: 4px solid #1266d6;
  margin: 0;
}

.sidebar_right .box .box_title {
  border-left: 0;
  padding: 5px 10px;
}

.sidebar_right .box .box_title a {
  color: #1769d8;
}

.sidebar_right .box_style1 h3 {
  margin: 10px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
}

.sidebar_right .box_style1 ul {
  margin: 0;
  padding: 0 5px 5px 5px;
  list-style: none;
  color: #1769d8;
}

.sidebar_right .box_style1 ul {
  position: relative;
  padding: 0 10px 10px 10px;
}

.sidebar_right .box_style1 ul li {
  position: relative;
  padding: 5px 0;
  border-top: 1px dashed;
}

.sidebar_right .box_style1 ul li:last-child {
  border-bottom: none;
}

.sidebar_right .box_style1 ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}

.sidebar_right .box_style1 ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}

.sidebar_right .box_style1 ul li a {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.sidebar_right .box_style1 ul li.active a {
  color: #1769d8;
}

.sidebar_right .weather_box {
  margin-bottom: 15px;
}

.sidebar_right .weather_box .box_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sidebar_mid {
}

.sidebar_mid .box_top h3 {
  margin: 10px 0;
}

.sidebar_mid .box_top .title {
  color: #333;
  font-size: 1rem;
  line-height: 1.3rem;
}

.sidebar_mid .box_header {
  border-bottom: 2px solid #1769d8;
}

.sidebar_mid .box_header .box_title {
  border-bottom: 0px solid #1769d8;
  border-left: none;
}

.sidebar_mid .box_header .box_title a {
  color: #1769d8;
  line-height: 24px;
  /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.sidebar_mid .box_style1 ul {
  list-style: none;
  color: #1769d8;
  padding: 0;
  margin: 0;
}

.sidebar_mid ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
}

.sidebar_mid ul li {
  position: relative;
  padding: 0 10px 10px 15px;
}

.sidebar_mid .box_style1 h3 {
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
}

.sidebar_mid h3 a,
.sidebar_mid ul li a {
  color: #000;
  font-weight: 700;
}

.sidebar_mid h3 a:hover,
.sidebar_mid ul li a:hover {
  color: #1769d8;
}

.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: 14px;
}

.most_view .box_header .box_title {
  border-color: #1769d8;
}

.most_view h3 {
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
}

.most_view h3 a {
  color: #000;
  font-weight: bold;
}

.most_view h3 a:hover {
  color: #1769d8;
}

.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: #1769d8;
  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;
}

.video_list {
  display: flex;
  flex-wrap: wrap;
}

.video_box .video_item {
  margin-bottom: 15px;
}

.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: 10px;
}

.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: #000;
  color: #fff;
}

.video_box.style3 .breadcrumb li a {
  color: #fff;
}

.video_box.style3 .breadcrumb li.active a {
  color: #1769d8;
}

.video_box.style3 .breadcrumb > li + li:before {
  color: #555;
}

.video_box.style3 .box_header .box_title a {
  color: #fff;
}

.video_box.style3 .video_info .info .title {
  color: #fff;
}

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

.video_box.style3 .video_right .video_item h3 {
  margin-top: 0;
}

.video_box.style3 .video_right .date,
.video_box.style3 .video_right .views {
  display: block;
  margin-bottom: 0;
}

.video_box.style3 .video_right ul li {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #222;
}

.video_box.style3 .video_right ul li.active {
  background-color: #0e1632;
}

.video_box.style3 .video_right ul li:last-child {
  border: none;
}

.video_box.style3 .video_list .title,
.video_box.style3 h3 .title {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.4rem;
}

.video_box.style3.pb30 {
  padding-bottom: 30px;
}

.video_box.style3 .video_left h3 {
  margin: 15px 0;
}

.video_box.style3 .video_right .video_img {
  margin-left: 10px;
}

.video_box.style3 .video_right .mCSB_container {
  margin-right: 15px;
}

.video_info {
  padding-top: 0;
}

.video_box.style3 .video_list {
  height: 442px;
}

.video_list > .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video_list > .row > .video_item {
  /*  align-items: stretch;
    -ms-flex-align: stretch;*/
}

.video_list h3 {
  margin: 10px 0 5px 0;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}

.video_list .title {
  color: #000;
  display: block;
}

.video_list .title:hover {
  color: #1769d8;
}

.video_list .date {
  margin-bottom: 0;
}

.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_right > .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video_right > .row > div {
  /*align-items: stretch;*/
  /*-ms-flex-align: stretch;*/
}

.video_right .date {
}

.video_detail {
  display: flex;
}

.video_detail .sidebar_right {
  position: relative;
}

.video_detail .sidebar_right .video_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin: 0 7px;
}

.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: #1769d8;
  line-height: 60px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

/*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: #1769d8;
  color: #fff;
}

/*news*/

.latest_news {
  margin-top: 15px;
}

.latest_news h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 0 0 10px 0;
}

.latest_news .cols {
  margin-bottom: 15px;
}

.hostest_news {
  padding: 0 10px;
}

.hostest_news img {
  margin-bottom: 10px;
}

.hostest_news h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0 0 10px 0;
}

.box_news .comment .tab-content {
  height: auto;
}

.news_detail .box_advertise {
  margin-bottom: 15px;
}

.news_detail h2 {
  margin-top: 0;
}

.news_detail .desc {
  font-size: 1rem;
  line-height: 1.4rem;
}

.news_detail .thumb {
  margin-bottom: 15px;
}

.news_detail .thumb_caption {
  margin-bottom: 15px;
  text-align: center;
}

.news_detail img {
  cursor: pointer;
}

.news_detail a > img {
  cursor: crosshair;
}

.news_detail .desc {
  font-size: 0.95rem;
  font-weight: 600;
}

.news_detail .title {
  font-size: 26px;
  line-height: 30px;
}

.news_detail .subtitle {
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: normal;
  color: #888;
}

.news_detail .timeline ul {
  padding: 10px;
  margin: 0 0 15px 0;
  border: 1px solid #1979bd;
  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: #1979bd;
}

.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: #1769d8;
}

/* 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: #1769d8;
}

.news_detail .info table td {
  padding: 5px;
  border: 1px solid #333;
}

.news_relates h2 {
  margin-bottom: 15px;
  border-bottom: 1px dashed #1769d8;
  margin-top: 0;
}

.news_relates .cat {
  display: inline-block;
  border-radius: 3px 3px 0 0;
  background: #1769d8;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: -1px;
}

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

.news_relates .list ul a {
  color: #000;
  font-size: 1rem;
  display: inline-block;
  line-height: 18px;
}

.news_relates .list h3 {
  margin: 0 0 5px;
}

.news_relates .list .date {
  line-height: 18px;
  display: block;
}

.news_relates .list ul a:hover {
  color: #1769d8;
}

.news_relates .list ul li {
  margin-bottom: 5px;
  position: relative;
  padding: 5px 10px 5px 15px;
}

.news_relates .list ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  color: #1769d8;
}

.news_relates .list .date {
  margin: 0;
}

.news_detail .desc {
  font-weight: bold;
  margin-bottom: 15px;
}

.news_detail .info {
  text-align: justify;
  line-height: 1.5rem;
  font-size: 1.1rem;
}

.most_views .row .img {
  margin-bottom: 15px;
  display: block;
}

.most_views .row h3 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  font-weight: bold;
  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: #1769d8;
  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;
}

.btn_print {
  padding: 3px 10px;
}

.comment .nav-tabs {
  border: none;
  margin-top: 0;
}

.comment .nav-tabs > li > a {
  background: #f5f5f5;
  color: #666;
  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: #1769d8;
  color: #fff;
  border: none;
}

.comment .tab-content {
  padding: 15px;
  background: #f5f5f5;
  color: #666;
  margin-bottom: 0;
  border-radius: 0;
}

.comment .form-control {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.comment .btn {
  background: #1769d8;
  border-color: #0b1c7b;
}

.comment .row {
  margin: 0 -3px;
}

.comment .cols {
  padding: 0 3px 5px 3px;
}

.comment .tab-pane {
  overflow-y: auto;
  overflow-x: hidden;
}

.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: bold; */
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1769d8;
  border-color: #1769d8;
  line-height: 1;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #1769d8;
}

/*album gallery*/

.album_gallery {
  position: relative;
}

.album_gallery .item .title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background-size: initial;
  content: '';
  display: none;
  z-index: -1;
}

.album_gallery .item .title {
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px #803602;
  display: block;
  font-size: 15px;
  background-color: rgba(243, 106, 34, 0.8);
}

.album_list .album_item {
  margin-bottom: 15px;
}

.album_detail .album_gallery .item .title {
}

/*tags*/

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 15px 0 0 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 15px 15px 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: #1769d8;
}

.tags li span,
.tags li a:hover {
  background-color: #1769d8;
  color: white;
}

.tags li a:hover::after {
  border-left-color: #1769d8;
}

/*captcha*/

.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;
}

.video_box .comment .captcha_img {
  /*width: 145px;*/
}

.video_box .comment .captcha_img img {
  /*width: 120px;*/
}

.video_box .comment .captcha_code {
  /*width: 145px;*/
}

.video_box.style2 .video_item {
  margin-bottom: 0;
}

.video_box.style2 .video_item .views {
  margin-bottom: 0;
}

.news .comment .refresh_captcha {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.more_clips .title_label {
  background: #1769d8;
  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: #1769d8;
}

#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: #1769d8;
}

.epaper_list .title {
  display: block;
  padding: 10px 0;
  font-weight: bold;
}

.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 #1769d8;
}

.focus_news .box_title a {
  color: #1769d8;
}

.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: bold;
}

.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: #1769d8;
}

.social_links {
  margin: 10px 0;
}

.social_links::after {
  display: block;
  content: '';
  clear: both;
}

.social_links .social_label {
  background-color: #b7b7b7;
  color: #fff;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 0.8rem;
  display: none;
}

.social_links .social_label:before {
  display: inline-block;
  content: '\f1e0';
  font-family: FontAwesome;
  color: #fff;
  margin-right: 5px;
}

.social_links .social_label,
.social_links .social_item {
  float: left;
  padding-right: 5px;
}

.social_links .plusone > div {
  height: 20px !important;
}

.social_links .email a {
  border-radius: 3px;
  background-color: #1877f2;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px;
  display: block;
}

.social_links .email a:hover {
  background-color: #1877f2;
}

.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: #1769d8;
  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 .flex-col-left {
  padding: 0;
}

.main_banner .flex-col-right {
  width: 300px;
  padding: 0;
}

#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: 10px 15px 10px 0;
  color: #333;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 0;
  font-weight: 600;
}

#main_banner .nav-tabs > li > a:after {
}

#main_banner .nav-tabs > li.active > a,
#main_banner .nav-tabs > li.active > a:focus,
#main_banner .nav-tabs > li.active > a:hover {
  border-color: #1769d8;
  color: #1769d8;
}

#main_banner .tab_schedule {
  display: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#main_banner .tab_schedule.active {
  display: block;
}

#main_banner .tab_schedule .nav-tabs > li > a {
  margin: 10px 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;
}

#main_banner .nav-tabs > li.hotline {
  float: right;
}

#main_banner .nav-tabs > li.hotline a {
  border-radius: 25px;
  background-color: #1769d8;
  padding: 0 15px;
  color: #fff;
}

.schedule_heading {
  padding: 0 15px;
  background-color: #f80c0c;
  color: #ffffff;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}

.schedule_item {
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 471px;
  background-color: #2b2c30;
  color: #fff;
  font-size: 13px;
}

.schedule_item a:before {
  display: none;
}

.schedule_item .item {
  padding: 10px 0;
  border-bottom: 1px solid #111;
  border-top: 1px solid #333;
  cursor: pointer;
}

.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 {
  float: left;
  width: 40px;
  padding: 0 0 0 10px;
}

.schedule_item .item .program {
  float: left;
  width: 80%;
  padding: 0 10px;
}

.schedule_item .item .replay {
  float: left;
  width: 75px;
  padding: 0;
  text-align: right;
  cursor: pointer;
}

.schedule_item .item.live .program,
.schedule_item .item.canplay .program {
  width: 55%;
}

.schedule_item .item .program_title {
  display: block;
}

.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 .program_note,
.schedule_item .item .program_playing {
  display: inline-block;
  margin-left: 5px;
  border-radius: 3px;
  background: #1769d8;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  line-height: 18px;
  vertical-align: top;
}

.schedule_item .item .program_playing {
  background: #f80c0c;
  display: none;
  float: right;
  /* margin-right: 15px; */
}

.schedule_item .item .program_desc {
  display: block;
  font-size: 12px;
  color: #999;
}

.schedule_item .item.active {
  background-color: #484848;
  color: #1e7eff;
  border-top: none;
}

.schedule_item .item.active .program_playing,
.schedule_item .item.live .program_playing {
  display: inline-block;
}

.schedule_item .item.live .replay {
  display: none;
  float: right;
  margin-right: 15px;
}

.schedule_item .item.active .program_note {
  display: none;
}

.tab_schedule .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.tab_schedule .mCSB_scrollTools {
  width: 7px;
}

.tab_schedule.min {
  height: 0;
}

.toggle-schedule {
  border: none;
  background-color: #2b2c30;
  color: #1769d8;
  border-radius: 3px;
  font-size: 13px;
  padding: 5px 10px;
  margin-top: 9px;
}

.toggle-schedule:after {
  display: block;
  font-family: FontAwesome;
  content: '\f107';
  font-size: 18px;
  font-weight: 700;
}

.toggle-schedule.min:after {
  content: '\f106';
}

.switch_schedule_li {
  display: flex !important;
}

.switch_schedule_li button {
  font-size: 18px;
  margin: 8px 0;
  border-radius: 15px;
}

.switch_schedule_li a {
  margin-left: 10px;
  border-left: 0 !important;
}

/*radio*/

.audio_box audio {
  width: 100%;
}

.audio_list .item {
  display: table;
  margin-bottom: 15px;
}

.audio_list .item .play,
.audio_list .item .name {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

.audio_list .item .view,
.audio_list .item .time {
  font-size: 0.85rem;
  color: #888;
}

.audio_list .item .play,
.audio_list .item .thumb,
.audio_list .item .name {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

.audio_list .item .play a {
  display: block;
  padding: 10px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 2px solid #333;
  color: #333;
  text-align: right;
}

.audio_list .item .play a:hover {
  background-color: #e00f27;
  color: #fff;
}

.audio_list .item .play a:focus,
.audio_list .item .play a:active {
  background-color: #ff3838;
  color: #fff;
}

.audio_list .item .pause i:before {
  content: '\f04c';
}

.audio_list .item .name a {
  color: #333;
}

.audio_list .item .thumb {
  width: 95px;
}

.audio_playlist {
  background-color: #e8e8e8;
}

.audio_playlist .audio_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.audio_playlist .audio_list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin: 0;
}

.audio_playlist .audio_list li a {
  color: #333;
  position: relative;
  display: block;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  padding-right: 10px;
}

.audio_playlist .audio_list li a:before {
  content: '\f01d';
  font-family: FontAwesome;
  font-size: 20px;
  padding: 10px;
}

.audio_playlist .audio_list li:last-child {
  border: none;
}

.audio_playlist .audio_list li.active {
  background-color: #f7f7f7;
}

.audio_playlist .audio_list li.active a {
  color: #ff0000;
}

.audio_playlist .audio_info {
  padding: 10px;
}

.audio_playlist .audio_info h2 {
  margin: 0 0 5px 0;
  font-size: 18px;
}

.audio_playlist .audio_info .view {
  color: #888;
}

.audio_latest {
  border-top: 0;
}

.audio_latest .box_header {
}

.audio_latest .box_header .box_title {
}

.audio_box.style3 h3 a,
.audio_box.style3 h3 a:hover,
.audio_box.style3 h3 a:active {
  color: #fff;
}

.audio_box.style3 .social_links {
  color: #333;
}

/*video*/

.video_img {
  position: relative;
  display: block;
}

.video_img img {
  width: 100%;
}

.video_img:after {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 5px;
  bottom: 5px;
  padding-left: 0;
  z-index: 1;
  content: '\f04b';
  font-family: FontAwesome;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: red;
  transition: color, background-color 0.2s ease;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.video_img:hover:after {
  background: rgb(255, 0, 0);
  color: #fff;
}

.video_play_small .video_img:after {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: -17px 0 0 -17px;
}

.video_img_small:after {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: -12px 0 0 -12px;
  font-size: 15px;
}

.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_title {
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.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: #1769d8;
}

.filmintro_playlist {
  background-color: #f7f7f7;
}

.latest_video .box_header {
  margin-top: 15px;
}

.latest_video .video_img {
  position: relative;
  display: block;
}

.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: 14px;
}

.latest_video h3 {
  margin: 10px 0;
  color: #333;
  padding: 0 10px;
}

.featured_videos {
  padding: 10px;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
}

.featured_videos .video_item .video_img:after {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
}

.featured_videos .video_item {
  margin-bottom: 15px;
}

.featured_videos .video_item:last-child {
  margin-bottom: 0;
}

.main_content > .row {
}

.main_content > .row > [class*='col-'] {
}

.cat_box .box_header {
  border-bottom: 2px solid #1769d8;
  height: 26px;
}

.cat_box .box_header .box_title {
  border-bottom: 0 solid #1769d8;
  border-left: none;
}

.cat_box .box_header .box_title a {
  color: #1769d8;
  line-height: 24px;
}

.cat_box .subcat {
  float: left;
}

.cat_box.style2 .cat_body {
  position: relative;
}

.cat_box.style2 .cat_body .img img {
  width: 100%;
}

.cat_box.style2 .cat_body .info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_gradient_2.png) bottom left repeat-x;
  background-size: contain;
  width: 100%;
}

.cat_box.style2 .cat_body h3 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px 1px #3e1500;
}

.cat_box.style2 .cat_body .desc {
}

.feature_news_item {
  position: relative;
}

.feature_news_item .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 .info {
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 2;
}

.feature_news_item .info h3 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.feature_news_item .title {
  display: block;
  color: #fff;
  line-height: 26px;
}

.feature_news_item .title a {
  color: #fff;
}

.feature_news_item .desc {
  display: none;
}

.sub_news_list {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
}

.sub_news_list li {
  position: relative;
  padding: 0 10px 5px 0;
}

.sub_news_list li .title {
  font-size: 1rem;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.sub_news_list li .desc {
  font-size: 13px;
  color: #666;
}

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

.sidebar_news_list .title {
  font-weight: 500;
  margin: 5px 0 10px;
}

.cat_box.style3 .news_right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cat_box.style3 .news_right li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

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

.cat_box.style3 .news_right h3 {
  margin: 0;
}

/*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 {
  text-align: center;
  padding: 0;
}

.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: 14px;
  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;
}

/* load more */

.load-more {
  margin: 15px 0;
  border-radius: 25px;
  padding: 10px 25px;
  background-color: #e6e6e6;
  color: #1769d8;
  font-weight: 500;
  display: inline-block;
}

.load-more:hover,
.load-more:active {
  background-color: #1769d8;
  color: #fff;
}

.load-more.loading i {
  -webkit-animation: spin 4s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*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;
}

.box_tabs .nav-tabs > li > a {
  font-size: 18px;
  text-transform: uppercase;
  background: none;
  color: #222;
}

.box_tabs .nav-tabs > li.active > a:focus,
.box_tabs .nav-tabs > li.active > a:active,
.box_tabs .nav-tabs > li.active > a:hover,
.box_tabs .nav-tabs > li.active > a {
  color: #1769d8;
}

.box_tabs.no_border .nav-tabs > li {
  border: none;
}

.box_tabs.no_border .nav-tabs > li > a:focus,
.box_tabs.no_border .nav-tabs > li > a:active,
.box_tabs.no_border .nav-tabs > li > a:hover,
.box_tabs.no_border .nav-tabs > li > a {
  border: none;
}

.box_tabs.no_border .nav-tabs > li.active > a:focus,
.box_tabs.no_border .nav-tabs > li.active > a:active,
.box_tabs.no_border .nav-tabs > li.active > a:hover,
.box_tabs.no_border .nav-tabs > li.active > a {
  border: none;
}

.box_tabs .tab-pane {
  display: none;
}

.box_tabs .tab-pane.active {
  display: block;
}

/* ==========================================================================
Footer
========================================================================== */

footer {
  background-color: #f2f0f1;
  margin-top: 15px;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

footer .container {
  padding-top: 7px;
  padding-bottom: 7px;
}

.footer_app {
  display: flex;
  justify-content: flex-end;
}

.footer_app img {
  max-height: 50px;
}

.footer_address img {
  max-width: 130px;
}

.footer_menu {
  margin-bottom: 5px;
}

.footer_menu ul {
  margin: 0 -7px;
  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: #1769d8;
}

.footer_copyright {
  font-weight: 600;
  padding: 0;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  font-size: 0.9rem;
}

.footer_links {
  text-align: right;
}

.footer_links a {
  display: inline-block;
  border-radius: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 18px;
  padding: 3px 10px;
  font-size: 13px;
  border: 1px solid #ddd;
  color: #666;
  background-color: #fff;
}

.footer_counter {
  text-align: right;
}

.footer_counter .counter_wrap {
  margin: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  display: inline-block;
  background-color: #e1e1e1;
  padding-left: 5px;
}

.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: #f80c0c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: right;
}

.footer_counter .text {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 30px;
  float: right;
  margin-right: 5px;
}

.footer_counter .counter span {
  float: left;
  display: block;
  height: auto;
  border-right: 1px solid #ff5151;
  font-size: 20px;
  position: relative;
  line-height: 30px;
  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: #1769d8;
  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;
}

.footer_nav ul li.home a {
}

.footer_nav .footer_navright {
  text-align: 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);
}*/

/* 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: #1769d8;
  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: #1769d8;
  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: #000;
}

.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: #1769d8;
  font-weight: 500;
  text-transform: uppercase;
}

.wrapper_404 .content_404 .block-bottom .btn-404:hover {
  color: #1769d8;
}

.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';
}

/*loader*/

.ajax-loader {
  text-align: center;
  margin: 15px 0;
  display: block;
}

.ajax-loader {
  text-align: center;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  z-index: 99999;
  overflow: hidden;
}

.ajax-loader .insider {
  width: 100%;
  height: 100%;
  display: table;
}

.ajax-loader .insider .content {
  max-height: 192px;
  max-width: 200px;
  display: table-cell;
  vertical-align: middle;
}

.ajax-loader .loader,
.ajax-loader .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  background-color: transparent;
}

.ajax-loader .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #ff3a56;
  border-right: 1.1em solid #ff3a56;
  border-bottom: 1.1em solid #ff3a56;
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader_spin 1.1s infinite linear;
  animation: loader_spin 1.1s infinite linear;
}

@-webkit-keyframes loader_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*advertise*/

.sidebar_right .box_advertise {
  margin-bottom: 15px;
}

.box_advertise .advertise_item {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.box_advertise .advertise_item:last-child {
  margin-bottom: 0;
}

.box_advertise_item .advertise_image img {
  width: 100%;
}

.box_advertise_item .advertise_embed {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 14px;
}

footer .box_advertise {
  padding: 10px 0;
}

.advertise_item .advertise_embed a {
  color: #333;
}

.advertise_item .advertise_embed a:hover,
.advertise_item .advertise_embed a:visited {
  color: #1769d8;
}

.advertise_item.above_header {
  padding: 10px;
  /* max-width: 980px; */
  /* max-height: 90px !important; */
  margin: 0 auto;
}

.advertise_item.affix_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.advertise_item.affix_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #1769d8;
  color: #fff;
  padding: 10px 15px;
  font-size: 25px;
}

.totop:hover,
.totop:active {
  background-color: #f00;
}

.trending {
  padding: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: hidden;
}

.trending span {
  display: block;
  color: #f00;
  font-size: 1.2rem;
  font-weight: bold;
}

.trending a {
  display: block;
  color: #333;
  font-weight: bold;
  padding: 5px 15px;
  background-color: #f6f6f6;
  border-radius: 25px;
  margin-left: 10px;
}

.trending a:hover {
  background-color: #1769d8;
  color: #fff;
}

.icon-audio {
  background-image: url(../img/audio_icon.png);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  content: '';
  margin-left: 5px;
}

.toggle_audio_cat {
  background-color: transparent;
  color: #fff;
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.toggle_audio_cat:active,
.toggle_audio_cat:focus {
  color: #f1f1f1;
}

.btn-group.open .toggle_audio_cat {
  background-color: #2b2c30;
  color: #f1f1f1;
  border: 1px solid #999;
  border-bottom: none;
}

.menu_maincat {
  background-color: #2b2c30;
  min-width: 200px;
  border: 1px solid #999;
  z-index: 1;
  margin-top: -1px;
}

.menu_maincat > li > a {
  color: #f1f1f1;
}

.menu_maincat ul {
  padding: 5px 15px 5px 0;
}

.advance_search_form {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 15px;
}

.advance_search_form legend {
  border: 0;
}

.box_cat_vue .box_body,
.box_cat_vue .box_footer {
  display: none;
}

@media (min-width: 577px) and (max-width: 991.99px) {
  .icon-audio {
    background-image: url(../img/audio_icon_black.png);
  }
  .toggle_audio_cat {
    background-color: #fff;
    color: #000;
  }
  .toggle_audio_cat:focus .icon-audio,
  .toggle_audio_cat:active .icon-audio {
    background-image: url(../img/audio_icon.png);
  }
  .video_box.style3 .video_list {
    height: 400px;
    overflow: auto;
  }
  .mobile_icon button {
    line-height: 40px;
  }
  .header_menu .navbar-nav li .nav-sub {
    display: block;
  }
  #tab_schedule_audio .nav-tabs > li > a {
    margin: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
  }
  .toggle_audio_cat {
    color: #333;
  }
  .icon-audio {
    background-image: url(../img/audio_icon_black.png);
  }
  .sidebar_mid .multi_box_title .box_header .box_title a {
    font-size: 16px;
  }
  .sidebar_mid .box_style1 .col {
    width: 100%;
  }
  .top-news-left {
    max-width: calc(100% - 200px);
  }
  .top-news-right {
    max-width: 200px;
  }
  .app_qrcode .app_mobile .app_logo img {
    height: 40px;
  }
  .app_qrcode .app_mobile .app_text span {
    font-size: 0.8rem !important;
  }
  .app_qrcode .qrcode .qrcode_left img {
    width: 80px;
    height: 80px;
  }
}
