/* ==========================================================================
Global Styles
========================================================================== */

html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #111;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  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: #f36a22;
}
a:hover,
a:focus {
  color: #f36a22;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
p {
}
img {
  max-width: 100%;
}
body.modal-open {
  padding-right: 12px !important;
}
button,
input,
select,
textarea {
  font-family: 'Arial', 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;
}
.group:after {
  content: '';
  display: table;
  clear: both;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #f36a22;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.counter {
  color: #c60404;
  font-weight: normal;
}

.container {
  width: 1200px;
  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;
}
.pd5 {
  padding: 5px !important;
}
.pd10 {
  padding: 10px !important;
}
.pd15 {
  padding: 15px !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;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt45 {
  margin-top: 45px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb45 {
  margin-bottom: 45px !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;
}
.ma5 {
  margin: 5px !important;
}
.ma10 {
  margin: 10px !important;
}
.ma15 {
  margin: 15px !important;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-row {
  display: flex;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.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%;
}
.flex-p100-w200 {
  width: calc(100% - 200px);
}
.flex-w200 {
  width: 200px;
}
.flex-p100-w250 {
  width: calc(100% - 250px);
}
.flex-w250 {
  width: 250px;
}
.flex-p100-w300 {
  width: calc(100% - 300px);
}
.flex-w300 {
  width: 300px;
}
.flex-p100-w350 {
  width: calc(100% - 350px);
}
.flex-w350 {
  width: 350px;
}
.flex-p100-w400 {
  width: calc(100% - 400px);
}
.flex-w400 {
  width: 400px;
}
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}
.img25p {
  width: 25%;
  margin-right: 5px;
}
.img35p {
  width: 35%;
  margin-right: 5px;
}
.img_r14 {
  display: block;
  padding-top: 71.5%;
  position: relative;
  overflow: hidden;
}
.img_r15 {
  display: block;
  padding-top: 66.6%;
  position: relative;
  overflow: hidden;
}
.img_r16 {
  display: block;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.img_r17 {
  display: block;
  padding-top: 58.8%;
  position: relative;
  overflow: hidden;
}
.img_r14 img,
.img_r15 img,
.img_r16 img,
.img_r17 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.font09 {
  font-size: 0.9rem;
}
.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;
}

.bg_white {
  background-color: #fff !important;
}
.bg_gray {
  background-color: #ebebeb !important;
}
/* top */

#top {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
#top a {
  color: #000;
}
#top a:hover {
  color: #f36a22;
}
#top .navbar li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #e1e1e1;
  float: left;
}
#top .navbar li a {
  line-height: 30px;
  font-size: 0.9rem;
}
#top .navbar {
  margin: 0;
  padding: 0;
  min-height: 0;
  float: left;
}
#top .topnav-right .navbar {
  float: right;
}
#top .topnav-right .navbar .dropdown-toggle {
  display: inline-block;
  height: 30px;
  width: 40px;
  text-align: center;
  color: #f26820;
  line-height: 30px;
  cursor: pointer;
}
#top .topnav-left .navbar li a {
  color: #333;
}
#top .topnav-right li:last-child {
  padding: 0;
  margin-left: -5px;
}
#top .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;
}
#top .topnav-right .socials a:hover {
  opacity: 0.5;
}
#top .topnav-right .socials a.facebook {
  background-color: #3b5999;
}
#top .topnav-right .socials a.twitter {
  background-color: #01b9ff;
}
#top .topnav-right .socials a.google-plus {
  background-color: #fe0000;
}
#top .topnav-right .socials a.youtube {
  background-color: #e62117;
}
#top .search_btn {
  width: 40px;
  font-size: 0.85rem;
}
#top .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: 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;
}
.logo_text span {
  display: block;
  color: #333;
}
.logo_text .text_vi {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}
.top_links {
  margin: 30px 0;
}
.top_links a {
  padding: 0 25px;
  background-color: #f26921;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  line-height: 34px;
}
.top_links a:hover {
  box-shadow: inset 0 0 10px #bf5b00;
}
.top_links a img {
  margin-bottom: 5px;
}
.top_links_mobile {
  float: right;
  margin: 30px 0;
}
.top_links_mobile a {
  width: 30px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 !important;
  line-height: 30px;
}
.top_links_mobile a span {
  display: none;
}
.top_links_mobile a img {
  width: 16px;
}
/*videojs*/

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: inherit !important;
  overflow: hidden !important;
  color: #f36a22;
}
.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;
}
.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 {
  background-color: #fafafa;
}
.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;
  font-size: 0.85rem;
}
.icon_menu {
  float: right;
  height: 25px;
  color: #000;
  background: #e1e1e1;
  line-height: 24px;
  margin-left: 10px;
  padding-right: 10px;
}
.icon_menu i {
  background: #f36a22;
  padding: 5px 7px;
  color: #fff;
  margin-right: 5px;
}
.rss_index i,
.epaper i {
  background: #f36a22;
  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: 25px;
  font-size: 0.9rem;
}
.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;
  font-size: 1.2rem;
  padding: 0;
  position: absolute;
  right: -5px;
  top: 5px;
}
.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: #f36a22;
  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: #f36a22;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  border: none;
  width: 50px;
  padding: 13px 0;
}
/* main menu */

.header_menu {
  background: #f36a22;
  color: #fff;
}
.header_menu .navbar {
  min-height: auto;
}
.header_menu .navbar-nav {
  margin: auto;
}
.header_menu .navbar-nav li {
  display: inline-block;
  line-height: 100%;
  /* background: url('../img/menu_line.jpg') 5px center  no-repeat; */
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(20px);
  transition: all 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 a {
  padding: 10px 7px;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
}
.header_menu .navbar-nav a:hover,
.header_menu .navbar-nav a:focus {
  color: #fff;
  background: none;
  text-decoration: underline;
}
/* 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: #f36a22;
}
.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 #f36a22;
  margin-bottom: -1px;
  color: #f36a22;
}
.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: #f26820;
  color: #fff;
} */
.control {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 18px;
  font-size: 0.9rem;
  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: #f26820;
}
.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: #f26820;
}
.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: #f36a22;
  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 .hot_label {
  padding: 0 10px;
  background: #f36a22;
  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 #f26820;
}
.main_header .main_title a {
  color: #f26820;
}
.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 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;
}
.title {
  display: block;
  color: #000;
}
.icon,
.title .icon {
  font-size: 0.85rem;
  color: #999;
  display: inline-block;
  padding: 1px 5px;
  line-height: 12px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
h3 .title {
  color: #111;
}
a.title:hover {
  /* color: #f36a22 !important; */
}
.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #888;
  display: block;
  line-height: 18px;
}
.date,
.views {
  color: #898888;
  margin: 5px 5px 15px 0;
  font-size: 0.85rem;
  display: inline;
}
.desc {
  line-height: 18px;
  margin: 0;
  text-align: justify;
  font-size: 0.9rem;
}
.desc ~ .date {
  margin-top: 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 #f26820;
  padding: 10px 0 10px 5px;
  overflow: hidden;
}
.features .feature_right ul {
  margin: 0;
  padding: 5px;
  list-style: none;
  color: #f26820;
}
.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: #f26820;
}
.features .feature_right ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}
.features .feature_right ul li a {
  color: #333;
  font-size: 0.9rem;
}
.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: 0.9rem;
}
.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: 15px; */
  /* margin-bottom: 15px; */
}
.banner img {
  width: 100%;
}
.sidebar_mid .banner {
  margin-top: 15px;
}
.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 #f36a22;
  border-left: none;
}
.main_cats .box_header .subcat {
  float: left;
}
.box_header {
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
}
.box_header .box_title {
  float: left;
  font-size: 24px;
  font-weight: normal;
  color: #111;
  margin: 0;
  margin: 0;
  border-left: 3px solid #f36a22;
  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: #f36a22;
  text-transform: uppercase;
}
.box_header .subcat_menu {
  display: none;
}
.box_header .subcat {
  float: right;
  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: none;
  content: '|';
  color: #555;
  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: #f36a22;
  background: none;
}
.cat_list {
  padding-top: 5px;
}
.cat_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #f26820;
}
.cat_list ul li {
  position: relative;
  padding: 0 10px 5px 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: #f26820;
}
.cat_list ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}
.cat_list ul li a {
  color: #333;
  font-size: 0.9rem;
}
.cat_list ul li a:hover {
  color: #f26820;
}
.cat_body .desc {
  font-size: 0.9rem;
}
.cat_body .img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.cat_body h3 {
  margin: 5px 0;
  font-size: 0.9rem;
  line-height: 20px;
}
.multicols .cat_body h3 {
  margin-top: 5px;
}
.cat_body .title {
  line-height: 18px;
  font-weight: bold;
  color: #333;
}
.cat_body .date {
  font-size: 0.9rem;
}
.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: #f36a22;
}
.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 {
  font-size: 24px;
  color: #a30202;
  background-color: #f7f7f7;
}
.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: #878787;
  padding: 10px;
  font-size: 14px;
}
.today .cols:first-child,
.forecast .cols {
  text-align: center;
}
.today .icon {
  border: none;
  height: 100px;
}
.today .text,
.today .extra {
  display: block;
  margin-bottom: 15px;
}
.today .condition {
  font-size: 40px;
  color: #f26820;
  margin-top: 30px;
  margin-bottom: 5px;
  display: block;
  line-height: 40px;
}
.today .cols:last-child {
}
.forecast .day {
  display: block;
}
.forecast .icon {
  border: none;
  height: 60px;
}
.forecast .condition {
  display: block;
}
.forecast .condition span {
  display: block;
}
.forecast .cols {
  border-right: 1px solid #eee;
}
.forecast .cols:last-child {
  border: none;
}
/*ultilities*/

.ultilities_box .item {
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  padding: 5px;
  border-radius: 3px;
  background: #fafafa;
  transition: box-shadow 0.2s ease;
}
.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;
}
.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: #f26820;
}
.sidebar_right h3 {
  margin: 5px 0;
  font-size: 0.9rem;
}
.sidebar_right h3 a {
  color: #000;
}
.sidebar_right h3 a:hover {
  color: #f26820;
}
.sidebar_right .box {
  margin-top: 30px;
}
.sidebar_right .box {
  border: 1px solid #e1e1e1;
  border-top: none;
}
.sidebar_right .box .box_header {
  border-top: 4px solid #f36a22;
  margin: 30px 0 0 0;
}
.sidebar_right .box .box_title {
  border-left: 0;
  padding: 10px 10px;
}
.sidebar_right .box .box_title a {
  color: #f26820;
}
.sidebar_right .box.ultilities_box {
  background: none;
  border: none;
}
.sidebar_mid {
}
.sidebar_mid .box_top h3 {
  margin: 10px 0 0 0;
  font-size: 0.9rem;
  line-height: 18px;
}
.sidebar_mid .box_top .title {
  font-weight: bold;
  color: #333;
}
.sidebar_mid .box_header {
  border-bottom: 1px solid #e1e1e1;
  height: 26px;
}
.sidebar_mid .box_header .box_title {
  border-bottom: 2px solid #f36a22;
  border-left: none;
}
.sidebar_mid .box_header .box_title a {
  color: #f26820;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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: 0.9rem;
}
.most_view .box_header .box_title {
  border-color: #f36a22;
}
.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: #f36a22;
}
.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: #f36a22;
  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 .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: #000;
  color: #fff;
}
.video_box.style3 .breadcrumb li a {
  color: #fff;
}
.video_box.style3 .breadcrumb li.active a {
  color: #f36a22;
}
.video_box.style3 .breadcrumb > li + li:before {
  color: #555;
}
.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_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 #222;
}
.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 .title,
.video_box.style3 h3 .title {
  color: #ccc;
}
.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: 15px;
}
.video_box.style3 .video_list {
  height: 442px;
}
.video_list .row {
}
.video_list [class*='col-'] {
  /*margin-bottom: 0;*/
}
.video_list h3 {
  margin: 5px 0;
  font-size: 0.9rem;
  line-height: 18px;
  font-weight: 600;
}
.video_list .title {
  color: #000;
  display: block;
}
.video_list .title:hover {
  color: #f36a22;
}
.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 h3 {
}
.video_right .date {
}
.video_detail .sidebar_right .video_item h3 {
  margin: 0;
  line-height: 15px;
  font-size: 0.85rem;
}
#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: #f36a22;
  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 .advertise_item:last-child {
  margin-bottom: 0;
}
.advertise_item .advertise_image img {
  width: 100%;
}
.advertise_item .advertise_embed {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 0.9rem;
}
.advertise_item .advertise_embed a {
  color: #333;
}
.advertise_item .advertise_embed a:hover,
.advertise_item .advertise_embed a:visited {
  color: #f36a22;
}
/*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: #f36a22;
  color: #fff;
}
/*news*/

.latest_news {
  margin-top: 15px;
}
.latest_news h3 {
  font-size: 15px;
  margin: 0 0 10px 0;
}
.latest_news .cols {
  margin-bottom: 15px;
}
.box_news .comment .tab-content {
  height: auto;
}
.news_detail {
  font-size: 14px;
}
.news_detail img {
  cursor: pointer;
  height: auto;
}
.news_detail a > img {
  cursor: crosshair;
}
.news_detail .desc {
  font-size: 1rem;
  font-weight: 600;
}
.news_detail .title {
  font-size: 30px;
  line-height: 35px;
}
.news_detail .subtitle {
  font-size: 0.8rem;
  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: #f36a22;
}
/* first ul like timeline */

.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: #f36a22;
}
.news_detail .info table td {
  padding: 5px;
  border: 1px solid #333;
}
.news_relate h2 {
  margin-bottom: 15px;
  border-bottom: 1px dashed #f36a22;
  margin-top: 0;
}
.news_relate .cat {
  display: inline-block;
  border-radius: 3px 3px 0 0;
  background: #f36a22;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: -1px;
}
.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;
}
.news_relate .list h3 {
  margin: 0 0 5px;
}
.news_relate .list .date {
  line-height: 18px;
  display: block;
}
.news_relate .list ul a:hover {
  color: #f36a22;
}
.news_relate .list ul li {
  margin-bottom: 5px;
  position: relative;
  padding: 5px 10px 5px 15px;
}
.news_relate .list ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  color: #f36a22;
}
.news_relate .list .date {
  margin: 0;
}
.news_detail .desc {
  font-weight: bold;
  margin-bottom: 15px;
}
.news_detail .info {
  text-align: justify;
  line-height: 22px;
}
.most_views .row .img {
  margin-bottom: 15px;
  display: block;
}
.most_views .row h3 {
  margin: 0 0 15px 0;
  font-size: 15px;
  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: #f36a22;
  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: #ddd;
  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: #f36a22;
  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: 0.9rem;
  font-weight: 400;
}
.comment .btn {
  background: #f36a22;
  border-color: #c00;
}
.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: 0.85rem;
}
.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: #f36a22;
  border-color: #f36a22;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #f36a22;
}
/*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 {
}
.album_detail.grid-style .row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align: stretch;
  margin-top: 15px;
}
.album_detail.grid-style .cols {
  margin-bottom: 15px;
}
.album_detail.grid-style .cols .title {
  padding: 10px;
  background-color: #f1f1f1;
}
/*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: #f36a22;
}
.tags li span,
.tags li a:hover {
  background-color: #f36a22;
  color: white;
}
.tags li a:hover::after {
  border-left-color: #f36a22;
}
/*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;
}
.news .comment .refresh_captcha {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.more_clips .title_label {
  background: #f36a22;
  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: 0.85rem;
  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: #f36a22;
}
#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: #f36a22;
}
.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 #f36a22;
}
.focus_news .box_title a {
  color: #f36a22;
}
.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: #f36a22;
}
.social_links {
  margin: 15px 0;
}
.social_links::after {
  display: block;
  content: '';
  clear: both;
}
.social_links .social_label {
  background-color: #f36a22;
  color: #fff;
  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;
  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;
}
.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: #f36a22;
  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: 0.85rem;
  display: block;
}
.market_main .label {
  font-size: 0.85rem;
  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: 0.85rem;
}
.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 -5px;
}
.main_banner .main_banner_content > .row > div {
  padding: 0 5px;
}
.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;
}
.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: #f68a1e;
  color: #f68a1e;
}
.main_banner .tab_schedule {
  display: 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 15px;
  background-color: #636363;
  color: #f68a1e;
  line-height: 34px;
  text-transform: uppercase;
}
.schedule_item {
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 471px;
  background-color: #2b2c30;
  color: #fff;
  font-size: 0.9rem;
}
.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 10px 0 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 {
  display: inline-block;
  margin-left: 5px;
  border-radius: 3px;
  background: #f36a22;
  color: #fff;
  font-size: 0.85rem;
  padding: 0 5px;
  line-height: 18px;
  vertical-align: top;
}
.schedule_item .item .program_desc {
  display: block;
  font-size: 0.85rem;
  color: #999;
}
.schedule_item .item.active {
  background-color: #484848;
  color: #f36a22;
  border-top: none;
}
.tab_schedule .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.tab_schedule .mCSB_scrollTools {
  width: 7px;
}
/*radio*/

.audio_box audio {
  width: 100%;
}
.audio_playlist {
  background: #f7f7f7;
  padding: 10px 5px;
}
.audio_playlist ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #f26820;
}
.audio_playlist ul li {
  position: relative;
  padding: 5px 10px 5px 15px;
}
.audio_playlist ul li:before {
  font-family: FontAwesome;
  content: '\f0c8';
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
}
.audio_playlist ul li.active a {
  color: #f26820;
  font-size: 0.9rem;
}
.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: #f26820;
}
.audio_latest {
  margin-top: 30px;
  border: 1px solid #e1e1e1;
  border-top: 0;
  box-shadow: 0px 3px 10px rgba(100, 100, 100, 0.2);
}
.audio_latest .box_header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 3px solid #f57921;
}
.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 .name.playing a {
  display: inline;
  color: #f26820;
}
.audio_latest .audio_list .name.playing:before {
  color: #f26820;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f04b';
  margin-right: 5px;
}
.audio_latest .audio_list .time,
.audio_latest .audio_list .view {
  font-size: 0.85rem;
  color: #999;
  display: block;
}
.audio_latest .audio_list .name a {
  color: #333;
  display: block;
}
.audio_latest .audio_list .name a:hover {
  color: #f57921;
}
.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 {
  border-bottom: 0 solid #e1e1e1;
}
.audio_hotest .item .name,
.audio_hotest .item .play {
  margin-bottom: 0;
  padding: 8px 0;
}
.audio_hotest .item:last-child {
  border-bottom: none;
}
.audio_hotest .audio_list .play {
  margin-right: 5px;
  float: left;
}
.audio_hotest .audio_list .name {
  border: none;
}
.audio_control {
  position: relative;
}
.audio_control .control_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -45px;
  font-size: 50px;
  width: 90px;
  height: 60px;
  z-index: 2;
  text-align: center;
}
.audio_control .control_btn i {
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
  color: #f36a22;
}
.audio_list_2 {
  padding: 15px;
}
.audio_list_2 .row {
  display: flex;
  flex-wrap: wrap;
}
.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: 30px !important;
}
.vjs-audio-simple .vjs-control:before {
  line-height: 30px !important;
}
/*video*/

.video_img {
  position: relative;
  display: block;
}
.video_img img {
  width: 100%;
}
.video_img:after {
  display: block;
  background: url(../img/play_thumb.png) center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  transition: all 0.2s ease;
  -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_large:after {
  background: url(../img/play_large.png) center center no-repeat;
}
.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: #f26820;
}
.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: #f26820;
}
.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: #f26820;
}
.music_playlist {
  background-color: #f7f7f7;
}
.music_playlist ul li a {
  font-size: 0.9rem;
}
/*accomplishment*/

.accomplishment_box video {
  width: 100%;
}
.accomplishment_box ul {
  padding: 0 5px 5px 5px;
  margin: 0;
  list-style: none;
  color: #f26820;
}
.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: #f26820;
}
.accomplishment_box ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}
.accomplishment_box ul li a {
  color: #333;
  font-size: 0.9rem;
}
.accomplishment_box ul li a:hover {
  color: #f26820;
}
.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: #f26820;
}
.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: #f26820;
}
.beautifull_sign_box ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}
.beautifull_sign_box ul li a {
  color: #333;
  font-size: 0.9rem;
}
.beautifull_sign_box ul li a:hover {
  color: #f26820;
}
.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: #f26820;
}
.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: #f26820;
}
.filmintro_box ul li.active:before {
  content: '\f04b';
  font-size: 8px;
}
.filmintro_box ul li a {
  color: #333;
  font-size: 0.9rem;
}
.filmintro_box ul li a:hover {
  color: #f26820;
}
.filmintro_playlist {
  background-color: #f7f7f7;
}
.latest_video .video_img {
  position: relative;
  display: block;
}
.latest_video .video_img:after {
  background: url(../img/play_large.png) center center no-repeat;
}
.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: 0.9rem;
}
.latest_video h3 {
  margin: 10px 0;
  font-size: 0.9rem;
  line-height: 18px;
  color: #333;
  padding: 0 10px;
}
.featured_videos {
  padding: 15px;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
}
.featured_videos .row {
  margin: 0 -5px;
}
.featured_videos [class*='col-'] {
  padding-left: 5px;
  padding-right: 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: 1px solid #e1e1e1;
  height: 26px;
}
.cat_box .box_header .box_title {
  border-bottom: 2px solid #f36a22;
  border-left: none;
}
.cat_box .box_header .box_title a {
  color: #f26820;
  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 .title {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: normal;
  /* text-shadow: 1px 1px 1px #3e1500; */
}
.cat_box.style2 .cat_body .desc {
  font-size: 0.9rem;
  color: #eee;
  /* display: none; */
}
.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: 0.9rem;
  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: 0.85rem;
}
.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;
}
/*sticky*/

.sticky {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
}
/* ==========================================================================
Footer
========================================================================== */

footer {
  background-color: #f2f0f1;
  margin-top: 15px;
  font-size: 0.9rem;
}
footer .container {
  padding: 15px 7px;
}
.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: #f26820;
}
.footer_copyright {
  font-weight: 600;
  padding: 10px 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: 3px;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 18px;
  padding: 3px 10px;
  font-size: 0.85rem;
  border: 1px solid #e1e1e1;
  color: #f57921;
  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 {
  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: #f57921;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: right;
}
.footer_counter .text {
  text-transform: uppercase;
  color: #000;
  font-size: 0.9rem;
  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 #d05d0c;
  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: #f57921;
  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_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: #ff7900;
  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: #ff7900;
  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: #ff7900;
  font-weight: 500;
  text-transform: uppercase;
}
.wrapper_404 .content_404 .block-bottom .btn-404:hover {
  color: #ff7900;
}
.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';
}
