.version_3 body {
  background-color: #ebebeb;
  font-family: 'Arial', sans-serif;
}

.version_3 .fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.version_3 .fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}

.version_3 .fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: 'alpha(Opacity=0)';
  width: 100%;
  text-align: center;
}

.version_3 .page-info {
  display: none;
}

.version_3 a {
  color: #0a52d0;
}

.version_3 a:active,
.version_3 a:hover,
.version_3 a.title:hover {
  color: #0a52d0;
}

.version_3 h1,
.version_3 h2,
.version_3 h3,
.version_3 h4,
.version_3 h5 {
  font-weight: bold;
}

.version_3 b,
.version_3 strong {
  font-weight: bold;
}

.version_3 .dropdown,
.version_3 .dropup {
  z-index: 3;
}

.version_3 .btn-primary {
  background-color: #0a52d0;
}

.focus_live {
  position: relative;
}

.focus_live::after {
  position: absolute;
  top: 5px;
  left: 5px;
  font-family: FontAwesome;
  font-size: 12px;
  display: block;
  content: '\f111';
  color: #f00;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.trunc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.trunc.trunc-2 {
  -webkit-line-clamp: 2;
}

.trunc.trunc-3 {
  -webkit-line-clamp: 3;
}

.trunc.trunc-4 {
  -webkit-line-clamp: 4;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-start {
  align-items: flex-start;
}

.flex-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-fill {
  flex: 1;
}

.flex-p45 {
  width: 45%;
}

.flex-p40 {
  width: 40%;
}

.flex-p35 {
  width: 35%;
}

.flex-p30 {
  width: 30%;
}

.flex-1 {
  flex: 1;
}

.flex-md-wrap .flex-col:not(:last-child) {
  margin-right: 15px;
}

.tab-pane.active.in {
  opacity: 1;
}

.icon,
.title .icon {
  color: #888;
  padding: 0;
  border: none;
}

.desc {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 10px;
}

.desc-audio {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.small {
  color: #999;
  font-size: 0.95rem;
}

h3.title {
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin-top: 10px;
}

h3.title a {
  color: #333;
  font-weight: bold;
}

ul.list_style_arrow {
  padding: 10px;
  margin: 0;
  list-style: none;
  font-size: 1.1rem;
}

ul.list_style_arrow li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: none !important;
}

ul.list_style_arrow li::before {
  position: absolute;
  content: '\27A4';
  font-size: 1rem;
  display: block;
  top: 0;
  left: 0;
  color: #fc0707;
}

ul.list_style_arrow li a {
  color: #111;
}

ul.list_style_arrow li a:hover {
  color: #0a52d0;
}

ul.list_style_number {
  padding: 0 10px;
  margin: 0;
  list-style: none;
  font-size: 1.1rem;
}

ul.list_style_number li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background: none !important;
}

ul.list_style_number li a {
  color: #111;
}

ul.list_style_number li a:hover {
  color: #0a52d0;
}

ul.list_style_number li .number {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  font-size: 2rem;
  font-weight: normal;
}

.box_header {
  margin-top: 5px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 0 solid #0a52d0;
}

.box_header .box_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  padding-left: 0;
  border-left: 0;
  /* border-bottom: 2px solid #0a52d0; */
}

.box_header .box_title a {
  position: relative;
  padding: 5px 0;
  color: #0a52d0;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

.box_header .box_title a::after {
  position: absolute;
  bottom: 1px;
  height: 2px;
  background-color: #0a52d0;
  width: 60%;
  content: '';
  display: none;
}

.box_header.box_header_bg {
}

.box_header.box_header_bg .box_title {
  border-bottom: 0;
}

.box_header.box_header_bg .box_title a {
  /* background-color: #0a52d0; */
  /* padding: 5px 25px; */
  /* color: #fff; */
}
.box_header .subcat li a {
  line-height: 30px;
}
.header-bg-wrapper {
  position: relative;
}

.header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0040ba;
}

.header-bg video,
.header-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-navbar {
  position: relative;
}

.support {
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.support a {
  color: #fff;
  margin-left: 8px;
}

.support .icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 1.2rem;
}

.navbar_top {
  height: 100%;
  padding: 10px 0;
}

.navbar_top .navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  position: relative;
}

.navbar_top .logo_text {
  position: relative;
  z-index: 1;
}

.navbar-brand .logo-flower {
  position: absolute;
  right: -45px;
  top: -25px;
}

.navbar-brand .logo-flower img {
  height: 80px;
}

.header_top_right {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top_links {
  margin: 0;
  display: flex;
  align-items: center;
}

.top_links .item {
  background-color: #0a52d0;
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  padding: 5px 10px;
}

.top_links a {
  line-height: 24px;
  padding: 0;
}

.top_links .item.shares a,
.top_links .item.shares a:hover {
  box-shadow: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  padding: 0;
  text-align: center;
}

.header-group-btn {
  display: flex;
}

.header-group-btn .item-btn {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #fff;
  color: #0a52d0;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
}

.header-group-btn .item-btn img {
  margin-right: 5px;
}

.header-group-btn .item-search {
  margin-left: 10px;
  border-radius: 3px;
  overflow: hidden;
}

.header-group-btn .item-search input {
  border-right: none;
  height: 30px;
}

.header-group-btn .item-search .btn {
  height: 30px;
  width: 34px;
  margin-bottom: 0;
  background-image: url(../img/v3/icon_search_white.svg);
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center center;
  border-left: none;
}

.header_menu {
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  border-bottom: 3px solid #0a52d0;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

.header_menu .navbar-nav {
  width: 100%;
}

.header_menu .navbar-nav a {
  color: #333;
  font-weight: 500;
  font-size: 1.1rem;
  padding-left: 10px;
  padding-right: 10px;
}

.header_menu .navbar-nav a:hover,
.header_menu .navbar-nav a:focus {
  text-decoration: none;
}

.header_menu .navbar-nav a:hover,
.header_menu .navbar-nav a:focus {
  color: #111;
}

.header_menu .navbar-nav li.home a {
  font-size: 2rem;
  padding: 6px 5px;
  background-color: #0a52d0;
  color: #fff;
}

.main_live {
  background: #000;
  overflow: hidden;
}

.main_live .video-js {
  width: 873px;
  height: 491px;
}

.main_live .main_live_content {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

.main_live .main_live_footer {
  padding: 15px 0 10px 0;
  color: #999;
}

.main_live .main_live_content > .row {
  margin: 0 -5px;
}

.main_live .main_live_content > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.main_live .nav-tabs {
  border: none;
}

.main_live .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_live .nav-tabs > li > a:after {
}

.main_live .nav-tabs > li.active > a,
.main_live .nav-tabs > li.active > a:focus,
.main_live .nav-tabs > li.active > a:hover {
  border-color: #f68a1e;
  color: #f68a1e;
}

.main_live .tab_schedule {
  display: none;
}

.main_live .tab_schedule.active {
  display: block;
}

.main_live .tab_schedule .nav-tabs > li > a {
  margin: 15px 5px;
}

.main_live .tab-content {
  border: none;
  padding: 0;
  border-radius: 0;
}

.main_live .live a {
  position: relative;
}

.main_live .live a:after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #f26921;
}

.main_live {
  background: none;
  margin-bottom: 15px;
}

.main_live .main_live_content {
  background: #fff;
  box-shadow: none;
  padding: 10px;
}

.main_live .main_live_content > .row {
  margin: 0;
}

.main_live .main_live_content > .row > [class*='col-'] {
  padding: 0;
}

.main_live .tab-content {
  padding: 0px;
  background-color: #fff;
  overflow: hidden;
}

.main_live .tab_schedule .schedule_heading {
  height: 34px;
  color: #fff;
  background-color: #0a52d0;
}

.main_live .tab_schedule .schedule_item {
  height: 457px;
}

.main_live .tab_schedule .tab-content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
}

.main_live .nav-tabs > li {
  margin: 0 0 5px 0;
}

.main_live .nav-tabs > li > a {
  color: #333;
  margin: 0 2px 0 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: none;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.main_live .nav-tabs > li > a > span {
  /* display: none; */
}

.main_live .tab_schedule .nav-tabs > li {
  padding: 0 0 5px 0;
  margin: 0;
  float: none;
}

.main_live .tab_schedule .nav-tabs > li > a {
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  justify-content: flex-start;
}

.main_live .nav-tabs > li.active > a,
.main_live .nav-tabs > li.active > a:focus,
.main_live .nav-tabs > li.active > a:hover {
  border: none;
  background-color: #fff;
  color: #0a52d0;
  border: none;
}

.main_live .tab_schedule .nav-tabs > li.active > a {
  background: none;
  color: #333;
}

.main_live .icon {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  padding: 0;
  border: none;
}

.main_live .tv-icon {
  background-image: url(../img/v3/live_tv.svg);
}

.main_live .radio-icon {
  background-image: url(../img/v3/live_radio.svg);
}

.main_live .schedule-icon {
  background-image: url(../img/v3/daily-schedule.svg);
}

.main_live li.active .tv-icon {
  background-image: url(../img/v3/live_tv_hover.svg);
}

.main_live li.active .radio-icon {
  background-image: url(../img/v3/live_radio_hover.svg);
}

.main_live .switch_schedule button {
  font-size: 0.9rem;
  font-weight: bold;
  border: 2px solid #fc0707;
  background: none;
  border-radius: 3px;
  height: 20px;
}

.version_3 .box_schedule .schedule_heading {
  color: #fff;
}

.img {
}

.video_img {
  /* padding-top: 60.2%; */
  overflow: hidden;
  position: relative;
}

.video_img img {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; */
}

.video_img:after,
.video_img.video_img_large:after,
.latest_video .video_img:after {
  background-image: url(../img/v3/round_play_arrow_white.png);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  margin-left: -20px;
  margin-top: -20px;
  top: 50%;
  left: 50%;
  opacity: 0.9;
}

.video_img.video_img_large::after {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
}

.video_img:hover:after {
  transform: none;
  box-shadow: none;
}

.img,
.news_image,
.version_3 .schedule_item .item.active .video_img {
  overflow: hidden;
  display: block;
}
.news_image video {
  max-width: 100%;
}
.img img,
.video_img img {
  transition: all 0.2s ease-in-out;
}

.img:hover img,
.video_img:hover img {
  transform: scale(1.05);
}

.latest_video {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}

.latest_video h3 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
}

.video_title {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.video_title a {
  color: #333;
}

.banner_ads_fb {
}

.banner_ads_fb .flex-w300 {
  margin-left: 10px;
}

.block_cat ul li {
  padding-left: 20px;
}

.block_cat ul li:before {
  content: '\27A4';
  font-size: 1rem;
}

.box_cat .title {
  color: #333;
}

.box_white {
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
}

.box_video_bg {
  background-image: url(../img/v3/video_box_bg.jpg);
  background-size: cover;
  padding: 45px 0;
}

.box_video_bg .title {
  color: #fff;
}

.box_video_bg .top_post .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.features .top .title a {
  color: #fff;
}

.features .sub_feature .title {
  font-size: 1rem;
  line-height: 1.4rem;
}

.features .feature_right_v2 {
  height: 100%;
  /* border: 1px solid #ddd; */
  margin-left: 10px;
}

.features .feature_right_v2 .box_header {
  margin: 0;
  padding: 0;
  background-color: #0a52d0;
}

.features .feature_right_v2 .box_header .box_title {
  text-align: center;
  float: none;
}

.features .feature_right_v2 .box_header .box_title a {
  color: #fff;
  padding: 5px;
}

.features .feature_right_v2 .box_header .box_title i {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 5px;
}

.features .feature_right_v2 .box_header .box_title::after {
  display: none;
}

.features .feature_right_v2 .list_style_arrow {
  /* max-height: calc(100% - 38px); */
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
}

.video_box.video_mostview {
  padding: 0 0 0 10px;
}

/* block weather */

.weather-7days .weather-content {
  border-radius: 5px;
  background-image: url(../img/weather_bg.png);
  background-size: cover;
  background-color: #015cb0;
  border: 1px solid #ddd;
  padding: 10px;
  color: #fff;
}

.weather-7days .weather-content .weather-locale .weather-province-button {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.15rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 5px;
}

.weather-7days .weather-content .weather-locale .weather-province-list {
  max-height: 150px;
  overflow-y: auto;
  padding: 0.25rem;
}

.weather-7days .weather-content .weather-locale .weather-date {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.15rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 3px;
}

.weather-7days .weather-content .weather-today {
  padding: 0.65rem 0;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid #fff;
}

.weather-7days .weather-content .weather-today .today .temp {
  font-size: 2.5rem;
}

.weather-7days .weather-content .weather-today .today .text {
  font-size: 0.95rem;
}

.weather-7days .weather-content .weather-today .today .ico {
  font-size: 2.5rem;
}

.weather-7days .weather-content .weather-forecast {
  font-size: 0.8rem;
}

.weather-7days .weather-content .weather-forecast .ico {
  font-size: 1.2rem;
  padding: 0.2rem 0;
}

/* block goldprice */

.goldprice {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

.goldprice .goldprice-heading {
  color: #438070;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0.2rem 0.35rem;
}

.goldprice .goldprice-content .nav .nav-item .nav-link {
  background-color: #c9bbbb;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.goldprice .goldprice-content .nav .nav-item.active .nav-link {
  background-color: #438070;
}

.goldprice .goldprice-content .tab-content {
  font-size: 0.85rem;
  height: 250px;
  overflow-y: auto;
}

.goldprice .table > thead > tr > th {
  font-weight: bold;
}

.goldprice .goldprice-content .tab-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.goldprice .goldprice-content .tab-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.goldprice .goldprice-content .tab-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #da0000;
}

/* block currency */

.currency {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

.currency .currency-heading {
  color: #438070;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0.2rem 0.35rem;
}

.currency .currency-content {
  font-size: 0.85rem;
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.currency .table > thead > tr > th {
  font-weight: bold;
}

.currency .currency-content .code {
  font-weight: bold;
}

.currency .currency-content .name {
  font-size: 0.65rem;
  font-weight: bold;
  color: #888;
}

.currency .currency-footer {
  font-size: 0.8rem;
  color: #666;
  padding: 0.15rem 0.35rem;
}

.currency .currency-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.currency .currency-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.currency .currency-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #da0000;
}

/** VER 3 */

.version_3 .trending a {
  color: #555;
}

.version_3 .trending a:hover {
  color: #0a52d0;
}

.version_3 .owl-controls .owl-nav .owl-prev,
.version_3 .owl-controls .owl-nav .owl-next {
  background: #0a52d0;
  color: #fff;
}

.version_3 .subtitle {
  font-weight: bold;
}

.version_3 .news-icon {
  color: #f00;
}

.version_3 footer {
  font-size: 1rem;
  background-color: #fff;
}

.version_3 .footer_nav .icon {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 0;
  padding: 0;
  border: none;
}

.version_3 .footer_nav {
  background-color: #0a52d0;
  background-position: bottom center;
}

.version_3 .footer_nav .tv-icon {
  background-image: url(../img/v3/live_tv_white.svg);
}

.version_3 .footer_nav .radio-icon {
  background-image: url(../img/v3/live_radio_white.svg);
}

.version_3 .footer-apps {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.version_3 .footer_counter .counter {
  background: none;
  color: #0a52d0;
  font-weight: bold;
  font-size: 1.3rem;
}

.version_3 .footer_counter .counter span {
  border: none;
}

.version_3 .footer_counter .counter span:after {
  width: 1px;
  height: 16px;
  background: #666;
  top: 10px;
}

.version_3 .footer_links {
  text-align: center;
}

.version_3 .footer_links a {
  color: #0a52d0;
  background: #ddd;
  border: none;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 15px;
}

.version_3 .footer_links a {
  color: #0a52d0;
}

.version_3 .footer_counter .counter_wrap {
  background: none;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.version_3 .footer_counter .text,
.version_3 .footer_copyright {
  font-weight: bold;
  padding: 0;
  color: #666;
}

.version_3 .latest_news h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 0;
}

.version_3 .sidebar_mid {
  margin-top: 30px;
}

.version_3 .sidebar_mid .box_top h3 {
  font-size: 1.1rem;
  font-weight: bold;
}

.version_3 .sidebar_mid .box_top .title {
  font-weight: bold;
}

.version_3 .sidebar_mid .box_header .box_title {
  border: none;
}

.version_3 .sidebar_mid .box_header .box_title a {
  line-height: 2rem;
}

.version_3 .video_list {
  /* background-color: #fff; */
}

.version_3 .video_list h3 {
  margin: 10px 0;
  font-size: 1.1rem;
  line-height: 18px;
  font-weight: bold;
}

.version_3 .video_list .video_item {
}

.version_3 .video_box.style3 .video_list .video_item.active {
  background-color: #222;
}

.version_3 .video_box.style3 .video_list .title a {
  color: #fff;
}

.version_3 .audio_latest {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  box-shadow: none;
}

.version_3 .audio_latest .box_header {
  border-top: none;
}

.version_3 .audio_control .control_btn i {
  color: #fc0707;
}

.version_3 .download-source a {
  color: #fc0707;
  border-color: #fc0707;
}

.version_3 .meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.version_3 .date,
.version_3 .views {
  font-size: 0.9rem;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.version_3 .views {
  margin-left: 5px;
}

.version_3 .news_detail .desc,
.version_3 .news_detail .info {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
}

.version_3 .news_detail .info img ~ em {
  margin-top: 10px;
  display: inline-block;
}

.version_3 .sidebar_right h3 {
  font-size: 1rem;
}

.version_3 .cat_list ul li a {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.version_3 .cat_list ul li a:hover {
  color: #0a52d0;
}

.version_3 .cat_list ul li:before {
  color: #fc0707;
}

.version_3 .breadcrumb {
  margin-top: 15px;
}

.version_3 .breadcrumb a,
.version_3 .breadcrumb span {
  color: #333;
  font-weight: bold;
}

.version_3 .breadcrumb li.first a {
  color: #0a52d0;
  border-color: #fc0707;
  font-weight: bold;
}

.version_3 .breadcrumb .active a,
.video_box.style3 .breadcrumb .active a,
.video_box.style3 .breadcrumb li.active a {
  color: #0a52d0;
}

.version_3 .pagination > .active > a,
.version_3 .pagination > .active > span,
.version_3 .pagination > .active > a:hover,
.version_3 .pagination > .active > span:hover,
.version_3 .pagination > .active > a:focus,
.version_3 .pagination > .active > span:focus {
  background-color: #fc0707;
}

.version_3 .most_views .row h3 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.35rem;
}

.version_3 .video_detail .sidebar_right .video_item h3 {
  font-size: 1rem;
  line-height: 1.3rem;
}

.version_3 .sidebar_mid .box_header {
  border: none;
}

.version_3 .sidebar_right .title {
  font-weight: inherit;
}

.version_3 .filmintro_box ul li a,
.version_3 .music_box ul li a,
.version_3 .audio_playlist ul li.active a,
.version_3 .accomplishment_box ul li a,
.version_3 .beautifull_sign_box ul li a {
  font-size: 1rem;
}

.version_3 .schedule_item {
  font-size: 0.95rem;
}

.version_3 .schedule_item .item {
  display: flex;
  align-items: stretch;
  padding: 0;
}

.version_3 .schedule_item .item .time_line,
.version_3 .schedule_item .item .replay {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  width: 45px;
}

.version_3 .schedule_item .item .program {
  padding: 10px 5px;
  font-weight: bold;
}

.version_3 .schedule_item .item .replay {
  justify-self: flex-end;
  width: auto;
  margin-left: auto;
  margin-right: 0;
}

.version_3 .schedule_item .item .program_desc {
  font-size: 0.95rem;
}

.version_3 .schedule_item .item .program_desc {
  font-size: 0.95rem;
}

.version_3 .schedule_item .item.active {
  color: #fff;
  margin-left: 0;
}

.version_3 .schedule_item .item .program_note {
  background-color: #5e5e5e;
}

.version_3 .schedule_item .item .program_playing {
  background-color: #fc0707;
  margin-left: 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.85rem;
  padding: 0 5px;
  line-height: 18px;
  vertical-align: top;
  display: none;
}

.version_3 .schedule_item .item.active .time_line {
  /* background-color: #fc0707; */
  color: #fff;
}

.version_3 .schedule_item .item.active:not(.live) .program_note {
  display: none;
}

.version_3 .schedule_item .item.live .program_note {
  display: block;
  background-color: #fc0707;
}

.version_3 .schedule_item .item.active .program_playing {
  display: block;
}

.version_3 .news_relate .list ul a {
  font-size: 1.1rem;
  line-height: 1.45rem;
}

.version_3 .footer_links a {
  font-size: 0.95rem;
  margin-left: 0;
  margin-right: 5px;
}

.version_3 .video_box.style3 .video_left {
  padding-bottom: 10px;
}

.version_3 .video_box.style3 .video_left h3 {
  margin-bottom: 5px;
}

.version_3 .video_box.style3 .video_left .title {
  color: #fff;
}

.version_3 .wrapper_404 .content_404 .block-top h1 {
  color: #000;
}

.version_3 .wrapper_404 .content_404 .block-middle .top-search .topsearch-entry .form-search .form-button {
  background-color: #0a52d0;
}

.version_3 .wrapper_404 .content_404 .block-bottom .btn-404 {
  color: #0a52d0;
}

.version_3 .footer-logo a {
  display: flex;
  align-items: center;
}

.version_3 .footer-logo a .logo-text {
  height: 100%;
  padding: 10px 0;
  color: #333;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.version_3 .footer-logo a img {
  height: 70px;
  margin-right: 15px;
}

.version_3 .rss_box img {
  height: 16px;
}

.version_3 .social_links .social_label {
  background: none;
  font-size: 0.9rem;
  color: #666;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: bold;
}

.version_3 .social_links .social_label::before {
  display: none;
}

.version_3 .tags {
  padding: 0;
}

.version_3 .tags li span,
.version_3 .tags li a:hover {
  background-color: #ccc;
}

.version_3 .tags li span::after {
  border-color: #ccc;
}

.version_3 .comment .nav-tabs > li.active > a,
.version_3 .comment .nav-tabs > li.active > a:hover,
.version_3 .comment .nav-tabs > li.active > a:focus {
  background-color: #fc0707;
}

.version_3 .comment .btn {
  background-color: #fc0707;
  padding: 8px 35px;
}

/** submenu **/

.header_menu .navbar-nav .toggle-menudown {
  font-size: 1.5rem;
}

body.open-menudown .menudown {
  display: block;
}

body.open-menudown .toggle-menudown i::before {
  content: '\f00d';
}

.menudown {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 222;
  padding: 15px 0;
  background: #fff;
  overflow: auto;
  border-top: 2px solid #015cb0;
  border-bottom: 2px solid #ddd;
  display: none;
}

.menudown .container {
  display: flex;
  justify-content: flex-start;
}

.menudown .list_menu {
  width: 20%;
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
}

.menudown .nametop {
  text-transform: uppercase;
  border-bottom: 2px solid #0a52d0;
  color: #0a52d0;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}

.menudown a {
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  color: #1b1b1b;
  font-family: 'Roboto', sans-serif;
  /* text-transform: uppercase; */
  font-weight: 500;
}

.load-more {
  border-radius: 25px;
  padding: 10px 25px;
  background-color: #fff;
  transition: all 0.2s;
  border: 1px solid #ddd;
  margin: 15px 0;
  font-weight: bold;
  display: inline-block;
}

.load-more:hover {
  background-color: #f5f5f5;
  color: #0a52d0;
}

.search-form .search-button {
  background-color: #0a52d0;
  color: #fff;
}

@media (min-width: 769px) {
  .version_3 .navbar_top .logo,
  .version_3 .navbar_top .logo_text {
    padding: 0;
    margin: 0;
    height: 64px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }
  .version_3 .navbar_top .logo_text {
    margin-left: 15px;
    padding: 10px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .version_3 .navbar_top .logo_text span {
    text-shadow: 0px 2px rgba(0, 0, 0, 0.3);
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
  }
  .version_3 .navbar_top .logo_text span:first {
    margin-bottom: 5px;
  }
  .version_3 .header_menu.sticky {
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  }
  .version_3 .header_menu .navbar-nav li {
    position: relative;
    display: block;
  }
  .version_3 .header_menu .navbar-nav .nav-sub {
    padding: 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    top: 40px;
    width: 250px;
    background-color: #fff;
  }
  .version_3 .header_menu .navbar-nav .nav-sub li a {
    display: block;
    padding: 5px 0;
    line-height: 1.5rem;
    text-transform: none;
  }
  .version_3 .header_menu .navbar-nav .nav-sub li a:hover {
    color: #0a52d0;
  }
  .version_3 .header_menu .navbar-nav li:hover .nav-sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .features .feature_right_v2 {
    padding-right: 6px;
  }
  .features .feature_right_v2 .list_style_arrow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f5f5f5;
    display: none;
  }
  .features .feature_right_v2 .list_style_arrow::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    display: none;
  }
  .features .feature_right_v2 .list_style_arrow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff6b00;
    display: none;
  }
  .features .feature_right_v2:hover .list_style_arrow::-webkit-scrollbar-track,
  .features .feature_right_v2:hover .list_style_arrow::-webkit-scrollbar,
  .features .feature_right_v2:hover .list_style_arrow::-webkit-scrollbar-thumb {
    display: block;
  }
  .box_scroll {
    max-height: 350px;
    overflow-y: auto;
  }
  .box_scroll.mx250 {
    max-height: 250px;
  }
  .box_scroll.mx300 {
    max-height: 300px;
  }
  .box_scroll.mx400 {
    max-height: 400px;
  }
  .box_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .box_scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
  .box_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ccc;
  }
  .primary-item h3.title a {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 768px) {
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mb-xs-5 {
    margin-bottom: 5px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pt-xs-15 {
    padding-top: 15px;
  }
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .pb-xs-15 {
    padding-bottom: 15px;
  }
  .flex-sm-none {
    display: block;
  }
  .flex-xs-column {
    flex-direction: column;
  }
  .main_live .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main_live .main_live_content {
    padding: 0;
  }
  .main_live .latest_video {
    padding: 0 10px;
  }
  .main_live .tab_schedule .schedule_heading {
    display: none;
  }
  .header-top {
    background-color: #0a52d0;
    background-size: cover;
    padding: 5px 0;
  }
  .header-top .search .search_form {
    padding: 10px 15px;
    width: 250px;
  }
  .header-top .search .search_form .search_keyword {
    height: 30px;
    width: auto;
  }
  .header-top .search .search_form .search_btn {
    height: 30px;
    top: 0;
    right: 0;
    width: 40px;
  }
  .support {
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .support a {
    margin-right: 10px;
    margin-left: 0;
  }
  .support .icon-social {
    color: #fff;
    /* background-color: #0a52d0; */
    /* border: none; */
  }
  .header-group-btn {
    margin-top: 16px;
    justify-content: flex-end;
    margin-left: auto;
  }
  .header-group-btn .item-btn {
    font-size: 0.8rem;
    border: 1px solid;
    padding: 3px 5px;
    margin-left: 5px;
  }
  .top_container .row {
    /* margin: 0; */
  }
  .top_container .header_top_left {
    padding: 0;
  }
  .version_3 .header-navbar {
    /* background-color: #fff; */
  }
  .version_3 .header_menu .navbar-nav li.home a {
    font-size: 1.1rem;
    padding-left: 0;
    background: none;
  }
  .version_3 .navbar_top {
    padding: 0;
  }
  .version_3 .main_live .tab_schedule .nav-tabs > li {
    padding: 0;
  }
  .version_3 .main_live .tab_schedule {
    /* margin-top: 15px; */
  }
  .version_3 .main_live .tab_schedule .tab-content {
    padding-right: 0;
  }
  .banner_ads_fb .flex-w300 {
    width: auto;
    margin-left: 0;
  }
  .version_3 .main_features .flex-p100-w350,
  .version_3 .main_features .flex-p100-w250,
  .version_3 .main_features .flex-w350,
  .version_3 .main_features .flex-w250 {
    width: auto;
  }
  .version_3 .main_features .flex-w350 .ml15,
  .version_3 .main_features .flex-w250 .ml15 {
    margin-left: 0 !important;
  }
  .version_3 .main_features .feature_right_v2 {
    margin-left: 0;
  }
  .version_3 .video_box.video_mostview {
    padding-left: 0;
  }
  .version_3 footer .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .version_3 .footer_counter .counter_wrap {
    display: block;
    width: auto;
  }
  .version_3 .footer_counter .counter_wrap .counter {
    display: inline-block;
    margin: 0 auto;
  }
  .version_3 .footer_counter .counter_wrap .text {
    display: block;
  }
  .version_3 .footer_nav ul {
    margin-left: -8px;
    margin-right: -8px;
  }
  .version_3 .top_links_mobile {
    margin: 17px 5px 0 0;
    text-align: center;
  }
  .version_3 .top_links_mobile a {
    width: 43px;
  }
  .version_3 .top_links_mobile a img {
    width: 20px;
    height: 20px;
  }
  .version_3 .mobile_icon button {
    padding: 0;
    color: #0a52d0;
  }
  .version_3 .footer_nav ul li a {
    font-size: 1.1rem;
  }
  .version_3 .footer_nav ul li a i {
    margin-right: 5px;
    margin-top: 0;
    width: 24px;
  }
  .version_3 header .navbar-brand {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
  }
  .version_3 .header_menu .navbar-nav li .nav-sub {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .version_3 .secondary-item .info {
    margin-bottom: 15px;
  }
  .version_3 .secondary-item .desc,
  .version_3 .latest_news .desc {
    display: none;
  }
  .main_live .tab_schedule .schedule_item {
    height: 200px;
  }
  .box_video_bg .top_post .title {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 425px) {
  .d-xs-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-xs-none {
    display: block;
  }
  .main_live .video-js {
    width: '100%';
    height: 180px;
  }
  .version_3 .video_list .video_item {
    width: 100%;
  }
  .version_3 .video_list .video_item .title {
    margin-top: 0;
  }
}

@media (max-width: 320px) {
  .hidden-xxs {
    display: none;
  }
}
