@media (max-width: 1200px) {
  body,
  html {
    min-width: 0;
    font-size: 100%;
  }
  .container {
    width: auto;
    padding-left: 7px;
    padding-right: 8px;
  }
  .breadcrumb {
    margin-top: 15px;
  }
  header .nav {
    display: none;
  }
  header .nav ul {
    padding: 0 0 0 15px;
    list-style: none;
    margin: 0;
  }
  header .nav ul.nav-sub {
    padding: 0 0 0 35px;
  }
  header .header_menu .navbar-nav a {
    color: #fff;
    display: inline-block;
    line-height: 20px;
    padding: 5px 0;
  }
  header .header_menu .navbar-nav li {
    display: block;
    width: 100%;
    float: none;
  }
  header .header_menu .navbar-nav li:first-child a {
    display: flex !important;
    font-size: 1rem;
  }
  header .header_menu .navbar-nav li:first-child a i {
    display: none;
  }
  header .nav-sub a {
    font-size: 15px;
  }
  header .nav a:focus,
  header .nav a:active {
    background: none;
    text-decoration: underline;
  }
  header .header_menu {
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #1769d8;
    top: 0;
    right: 0;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
  header .header_menu .container {
    position: relative;
    height: 100%;
    overflow: auto;
    width: auto;
  }
  header .header_menu.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  header .header_menu.open .nav {
    display: block;
  }
  body.menu_open_right {
    overflow: hidden;
  }
  .close_icon {
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    padding: 10px 15px;
  }
  .video-js.vjs-homepage-skin {
    width: 100% !important;
    height: 0 !important;
  }
  .box_header {
    margin-top: 15px;
  }
  .most_view .top .thumb img {
    width: 100%;
  }
  .features h2 {
    margin: 10px 0 10px 0;
  }
  .features .sub h3 {
    min-height: 0;
  }
  .market_slider h2 {
    margin: 5px 0;
  }
  .box_header .subcat {
    float: none;
    left: auto;
    right: 0;
    border-radius: 0;
    display: none;
    position: absolute;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .box_header.open > .subcat {
    display: block;
  }
  .cat_body h3 {
    margin: 0 0 10px 0;
  }
  .cat_body .pin h3 {
    margin: 10px 0 10px 0;
  }
  .box_header .subcat li {
    float: none;
    display: block;
  }
  .box_header .subcat li a {
    white-space: normal;
  }
  .box_header .subcat li:after {
    display: none;
  }
  .box_header .subcat_menu {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 30px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #ccc;
    cursor: pointer;
    display: block;
  }
  .box_header.open .subcat_menu .fa::before {
    content: '\f0d8';
  }
  .video_box.style3 .video_list {
    overflow: auto;
  }
  .trending {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

/* Laptop 1024 */

@media (min-width: 992px) {
  .user_login {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1270px) {
  .header_menu .navbar-nav li .nav-sub {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .ultilities span {
    font-size: 14px;
  }
  .mobile_icon button {
    line-height: 40px;
  }
}

/* Portrait tablet */

@media (max-width: 991px) {
  .header_menu .navbar-nav a:hover,
  .header_menu .navbar-nav a:focus,
  .header_menu .navbar-nav .nav-item.active a {
    background: none;
    border-color: transparent;
    color: #fff;
  }
  .header_menu .navbar-nav .nav-link:hover,
  .header_menu .navbar-nav .nav-link:focus,
  .header_menu .navbar-nav .nav-item.active .nav-link {
    background: none;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  .header-bg-tet .logo_text span {
    color: #333;
  }
  .icon_menu {
    float: left;
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
  }
  .search_box {
    margin-top: 10px;
    text-align: center;
  }
  .main_banner .video-js {
    width: 100%;
    height: 420px;
  }
  .schedule_item .item .time_code {
    width: 15%;
  }
  .schedule_item .item .time_line {
    width: 15%;
  }
  .schedule_item .item .program {
    width: 70%;
  }
  .block_cat {
    background: none;
    padding: 0;
  }
  .block_cat:before {
    display: none;
  }
  .block_cat .box_header {
    margin-top: 30px;
  }
  .block_cat ul li a {
    color: #333;
  }
  .banner_item video::-webkit-media-controls {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .col-sm-9 {
    width: 75%;
    float: left;
  }
  .col-sm-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-sm-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-sm-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-sm-3 {
    width: 25%;
    float: left;
  }
  .video_relates .video_item {
    max-width: 24.9%;
  }
  .video_box.style1 .video_item {
    max-width: 33.2%;
  }
  .video_box.style3 .video_right .video_img {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .navbar {
    min-height: 50px;
  }
  .container {
    padding: 0 10px;
  }
  .row {
    margin: 0 -10px;
  }
  [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-newyear {
    background-image: none;
  }
  .video_detail {
    display: block;
  }
  .video_detail .sidebar_right .video_info {
    position: relative;
    padding-top: 15px;
  }
  .video_detail .sidebar_right .video_info .views {
    display: block;
  }
  #top .topnav-right .navbar {
  }
  #top .topnav-right .navbar li {
  }
  #main_banner .nav-tabs {
    padding: 0;
  }
  #main_banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  #main_banner .main_banner_content > .row {
    margin-left: 0;
    margin-right: 0;
  }
  #main_banner .main_banner_content > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  #top .navbar li {
    border: none;
  }
  .top_container > .row > [class*='col-'],
  .topnav .container > .row > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile_icon button {
    font-size: 30px;
    line-height: 44px;
    padding: 4px 0 0 0;
  }
  .header_menu .navbar {
    position: relative;
    z-index: 2;
  }
  .header_menu .navbar-nav li a {
    /*text-transform: capitalize;*/
  }
  .header_menu .navbar-nav .nav-item {
  }
  .header_menu .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
  }
  .header_menu .navbar-nav .nav-item .nav-link ~ .nav-link {
    border-bottom: none;
  }
  .header_menu .navbar-nav .nav-item:first-child .nav-link,
  .header_menu .navbar-nav .nav-item:last-child .nav-link {
    border-top: none;
    border-bottom: none;
  }
  .header_menu .navbar-nav .nav-item .nav-sub {
    display: block;
  }
  .top_links {
    margin: 0 0 15px 0;
    text-align: center;
    float: right;
    margin: 10px 0 0 0 !important;
  }
  .top_links a {
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    vertical-align: middle;
    padding: 0px 10px;
    font-size: 12px;
  }
  .top_links a i {
    font-size: 20px;
  }
  .top_links a img {
    max-height: 18px;
  }
  .user_login {
    /* margin: 28px 0 28px 5px !important; */
    float: right;
    margin: 0;
  }
  .cat_body h3 {
    margin: 10px 0;
  }
  .breadcrumb .first a {
    font-size: 20px;
    line-height: 24px;
  }
  .breadcrumb .last a {
  }
  .comment .tab-content {
    height: auto;
    max-height: 300px;
  }
  .gallery_album .item span {
    font-size: 15px;
    padding: 5px;
  }
  .top-news-left {
    padding-right: 0;
    max-width: 100%;
  }
  .top-news-right {
    max-width: 100%;
    margin-top: 15px;
  }
  .latest_news h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .latest_news .desc {
    display: none;
  }
  .latest_news .date,
  .latest_news .views {
    margin-top: 0;
  }
  .latest_video h3 {
    font-size: 1rem;
  }
  .hostest_news h3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .main_banner .video-js {
    width: 100%;
    height: 320px;
  }
  #main_banner .nav-tabs > li > a {
  }
  .video_box .info .title {
    font-size: 1rem;
  }
  .video_right h3 {
    margin-top: 0;
  }
  .video_list > .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video_list > .row > [class*='col-'] {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .featured_videos .video_item .video_img:after,
  .video_list.video_play_small .video_img:after {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: -22px 0 0 -22px;
  }
  .features .feature_right ul li a {
    font-size: 1rem;
  }
  .sidebar_news_list {
    padding-top: 5px;
  }
  .sidebar_news_list li {
    display: flex;
  }
  .sidebar_news_list .img {
    max-width: 30%;
  }
  .sidebar_news_list .title {
    padding-left: 15px;
    flex: 1;
  }
  .cat_list ul {
    list-style: none;
  }
  .cat_list ul li {
    display: flex;
    padding-left: 0;
  }
  .cat_list ul li:before {
    display: none;
  }
  .cat_list ul li .img {
    max-width: 30%;
  }
  .cat_list ul li .title {
    flex: 1;
  }
  .cat_box.style2 .cat_body h3 {
    margin: 0;
  }
  .cat_box.style2 .cat_body .title {
    font-size: 16px;
    line-height: 18px;
  }
  .cat_box.style2 .cat_list ul li,
  .cat_box.style3 .cat_list ul li {
    list-style: none;
  }
  .cat_body .news_left .info {
    margin-bottom: 10px;
  }
  .cat_body .news_right ul li,
  .cat_body .cat_list ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
  }
  .cat_body .news_right ul li .img,
  .cat_body .cat_list ul li .img {
    display: block;
    max-width: 30%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .cat_body .cat_list ul li .desc {
    display: none;
  }
  .video_box.style3 .video_item .info {
    padding: 0 10px;
  }
  .video_info {
    margin-top: 15px;
  }
  .news_detail {
    margin: 0 -7px;
  }
  .news_detail h1,
  .news_detail h2,
  .news_detail h3,
  .news_detail p,
  .news_detail .meta,
  .news_detail .desc,
  .news_detail .timeline {
    padding: 0 7px;
  }
  .news_detail .fr-view .fr-img-caption .fr-img-wrap {
    margin: 0 -7px;
    width: calc(100% + 14px);
  }
  .news_detail .fr-view .fr-img-caption .fr-img-wrap > span {
    font-size: 1rem;
    padding: 5px 14px;
  }
  footer .container {
    padding: 15px 10px;
  }
  .footer_nav ul li {
    flex: 1;
  }
  .footer_nav ul li.home {
    margin-right: 0;
  }
  .footer_nav ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 10px 0;
    font-size: 13px;
  }
  .footer_nav ul li a i {
    display: block;
    font-size: 18px;
  }
}

@media (min-width: 480px) {
  .menu_list .collapse {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 576px) {
  .video_box.style3 .video_right .video_item h3 {
    margin-top: 10px;
  }
  .video_box.style3 .video_list {
    height: 350px;
    overflow-y: auto;
  }
}

/* Landscape phones and down */

@media (max-width: 576px) {
  .flex-xs-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    display: block;
  }
  .main_banner .flex-col-right {
    width: 100%;
  }
  #main_banner .tab_schedule {
    background-color: #101010;
  }
  .video_list .col-xs-6 {
    width: 49% !important;
  }
}

@media (max-width: 480px) {
  .current_datetime {
    display: none;
  }
  .features .top .info {
    padding: 10px;
  }
  .features:not(.style4) .top .item {
    margin-bottom: 0;
  }
  .block_cat .box_header {
    margin-top: 5px;
  }
  .banner_item.main_top {
    margin-top: 8px;
  }
  .top_links {
    float: right;
  }
  .main_banner .video-js {
    width: 100%;
    height: 180px;
  }
  .main_banner .schedule_item {
    height: 150px;
  }
  .img-thumbnail,
  .img-responsive {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .img-thumbnail {
    padding: 4px !important;
  }
  .breadcrumb .first a {
    font-size: 18px;
    line-height: 20px;
  }
  .tab_schedule_item {
    height: 150px;
  }
  .cat_body .desc {
    display: none;
  }
  .cat_box.style3 .cat_body .desc {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .features .feature_left .box_header {
    margin-top: 0;
  }
  .features .top h2 {
    margin: 0;
  }
  .features .top .title {
    font-size: 16px;
    line-height: 18px;
  }
  .features .top .desc {
    display: none;
  }
  .features .sub_feature {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .features .sub_feature h3 {
    margin-top: 0;
  }
  .features .sub_feature .img {
    margin-bottom: 15px;
    display: block;
  }
  .features .sub_feature .title {
    line-height: 16px;
  }
  .features .feature_right {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .features .feature_right ul li a {
    font-size: 1rem;
  }
  .features .feature_right ul li .img {
    display: block;
  }
  .news_right ul li {
    list-style: none;
  }
  .news_right ul li {
    display: flex;
    margin-left: 0;
  }
  .news_right ul li .img {
    max-width: 30%;
  }
  .news_right ul li .title {
    padding-left: 0;
    flex: 1;
  }
  .schedule_heading {
    display: none;
  }
  .video_box.style3 .video_list {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header .navbar-brand {
    margin-left: 10px;
  }
  header .navbar-brand img {
    height: 44px;
    margin-right: 10px;
    margin-top: 3px;
  }
  header .navbar-brand img.logo_new_year {
    height: 52px;
    margin: 7px 0 7px 10px;
  }
  .video_title {
    font-size: 1rem;
  }
  .video_list .video_item {
    margin-bottom: 10px;
  }
  .menu_list .collapse {
    display: none;
  }
  .audio_playlist {
  }
  .footer_links {
    text-align: left;
  }
  .footer_counter {
    text-align: center;
  }
  .footer_counter .text,
  .footer_counter .counter {
    float: none;
  }
  .advertise {
    display: none;
  }
  .app_qrcode {
    margin-top: 15px;
  }
  .app_qrcode .app_mobile .app_logo img {
    height: 80px;
  }
  .app_qrcode .qrcode .qrcode_left img {
    width: 138px;
    height: 138px;
  }
}

@media (max-width: 320px) {
  .app_qrcode .qrcode .qrcode_left img {
    width: 120px;
    height: auto;
  }
}
