@media only screen and (max-width:1260px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    #leftPanel {
        max-width: 70%;
    }

    #rightPanel {
        max-width: 26%;
    }

    .yt_profile {
        width: 37%;
        margin-right: auto;
    }

    .footer_bottom {
        padding-top: 40px !important;
    }
}

@media only screen and (max-width: 992px) {
    .search_div::after {
        display: none;
    }

    .fixed .header_main {
        display: block;
    }

    .header_main {
        padding: 8px 0 10px 0;
    }

    .fixed .currency {
        display: none;
    }

    .static_pages {
        display: flex !important;
        flex-direction: column;
    }

    .static_pages li {
        padding: 12px;
    }

    .static_pages li a {
        font-size: 18px;
        line-height: 26px;
    }

    .menu-icon {
        display: flex;
        cursor: pointer;
        align-items: center;
    }

    .menu-icon img{
        width: 24px;
        height: 24px;
    }

    .search {
        margin-right: 16px;
    }

    .mobile-none {
        display: none;
    }

    .currency {
        order: -1;
        width: 100%;
        margin-bottom: 18px;
    }

    .header_main .container {
        flex-wrap: wrap;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
    }

    .mobile-menu .categories {
        display: flex;
        flex-direction: column;
    }

    .web-none {
        display: flex !important;
        flex-direction: column;
    }

    .menu-top .lang {
        margin-left: 0;
    }

    .menu-head .foot_social {
        margin: 32px -12px;
    }

    .menu-close {
        cursor: pointer;
    }

    .menu-top {
        display: flex;
        justify-content: space-between;
    }

    .categories {
        margin: -12px;
    }

    .categories .category {
        margin: 12px 0;
    }

    .mobile-menu {
        transition: 0.3s all ease-in-out;
        transform: translate(100%);
    }

    .mobile-menu.active {
        transform: translate(0);
    }

    #leftPanel {
        display: none;
    }

    #rightPanel {
        max-width: 100%;
    }
    .fixed {
        transform: none;
        animation: none;
        transition: 0s all ease-in-out;
    }
    .banner_card {
        width: 25%;
        padding: 8px;
    }

    .banner_img {
        width: 100%;
        margin: 0;
    }

    .banner_text {
        width: 100%;
    }

    .banner_text {
        margin-top: 8px;
    }

    .header_banners {
        border-radius: 12px;
        background: #F5FAFC;
        margin: 0 -20px;
        flex-direction: row;
    }

    .banners_block {
        display: flex;
        padding: 12px;
        flex-wrap: wrap;
    }
    .banner_text {
        font-size: 14px;
        line-height: 20px;
    }
    .right_panel_slider .owl-dots {
        top: 75%;
    }
    .right_panel_slider .owl-nav {
        top: 75%;
    }
    .live_head a{
        display: block;
        width: 100%;
    }
    .page_container #leftPanel {
        max-width: 100%;
        display: block !important;
    }
    .yt_channel{
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_top .footer_list {
        max-width: 100%;
        order: 1;
    }

    .footer_top{
        padding-bottom: 0 !important;
    }

    .foot_right {
        max-width: 100%;
        width: 100%;
    }

    .banner_card {
        width: 50%;
        padding: 8px;
    }

    .right_panel_slider .owl-dots {
        top: 66%;
    }

    .right_panel_slider .owl-nav {
        top: 66%;
    }

    footer .container {
        flex-wrap: wrap;
    }

    footer {
        padding: 40px 0;
    }

    .footer_list {
        margin-right: 0;
        padding: 36px 0;
    }

    .copyright {
        margin-bottom: 16px;
    }

    .footer_bottom {
        padding-top: 24px !important;
    }

    .live_editor {
        display: none;
    }

    .media_news_cards {
        width: 100%;
        max-width: 100%;
    }

    .article_body .media_news_card {
        padding: 8px 12px;
        width: 100%;
    }

    .media_news_card {
        width: 50%;
    }

    .media_news_card {
        padding: 12px;
    }

    .detail_head {
        font-weight: 600;
        line-height: 32px;
    }

    .share_header {
        display: flex;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 565px) {
    #leftPanel {
        display: none;
    }

    #rightPanel {
        display: block;
        max-width: 100%;
    }

    .currency_item {
        white-space: nowrap;
    }

    .currency {
        overflow-x: scroll;
    }

    .currency::-webkit-scrollbar {
        display: none;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .right_panel_slider .featured_text {
        padding: 0;
        margin-bottom: 24px;
    }

    .homepage .right_panel_slider .featured_text {
        padding: 0 20px;
    }

    .yt_channel {
        margin-top: 24px;
    }

    .featured_block::before {
        padding-top: 72%;
    }

    .right_panel_slider .owl-dots {
        top: 50%;
    }

    .right_panel_slider .owl-nav {
        top: 210px;
        display: none;
    }

    .manshet_category {
        top: 10px;
        left: 10px;
    }

    .category_page .head_text {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

    .media_news_card {
        width: 100%;
    }

    .card_category::after {
        display: none;
    }

    .more_btn {
        color: #15161A;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        border-radius: 8px;
        background: #E9EBF0;
        display: flex;
        height: 48px;
        padding: 0px 20px;
        justify-content: center;
        align-items: center;
    }

    .button_div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 24px;
    }

    .media_news_card .politics_img  {
        max-width: 100%;
    }

    .foot_item a {
        font-size: 14px;
        line-height: 20px;
    }

    .page_container #leftPanel {
        display: block;
    }

    .page_container #rightPanel {
        display: none;
    }

    .page_container .culture {
        padding: 0 0 20px 0;
    }

    .page_paginations {
        margin-top: 12px;
    }

    footer {
        padding: 40px 0;
        margin-top: 20px;
    }

    .breadcrumb .card_category::after {
        top: 10px;
        display: block;
    }

    main {
        padding-top: 0;
    }

    .share_list {
        flex-wrap: wrap;
        max-width: 385px;
        justify-content: flex-start;
    }

    .copy_link {
        margin-top: 16px;
    }

    .share_left {
        display: flex;
        width: 100%;
    }

    .detail_share {
        flex-wrap: wrap;
    }

    .fb_button {
        margin-left: 58px;
        margin-top: 12px;
    }

    .culture.detail_similar {
        border-top: none;
    }

    .category_page .head_text {
        max-width: 230px;
    }

    .main_text div {
        margin: 24px 0;
    }

    .detail_body_img {
        margin: 0;
    }

    .live_detail_block {
        padding: 24px 16px 0 16px;
    }

    .block_main_img .date_block::before,
    .media_news_text .card_date::before {
        top: 7px;
    }

    .error_page img {
        max-width: 220px;
    }

    .static_text {
        padding: 10px 0;
    }

    .static_block:last-child {
        padding-bottom: 80px;
    }

    .live_head {
        margin-top: 24px;
    }

    footer {
        margin-top: 0;
    }

    header {
        border-bottom: 1px solid #E9EBF0;
    }

    .homepage .right_panel_slider {
        margin-top: 0;
        margin: 0 -20px;
    }

    .page_container {
        padding-top: 32px;
    }
}