@media only screen and (max-width: 1024px) {
    div.site {
        overflow: hidden;
    }
     .d-md-none{
        display: none !important;
    }
    .container {
        padding: 0 20px
    }
    .banner-post {
        max-height: 400px;
    }
    .banner-post h2 {
        font-size: 42px;
        font-weight: 700;
    }
    .banner-post img {
        height: 90px;
    }
    .banner-post .img-01 {
        left: 5%;
    }
    .banner-post .img-02 {
        right: 5%;
    }
    .single-content p {
        font-size: 20px;
    }
     #menuPrimary .menu-item .menu-link{
        font-size: 14px !important;
     }
      #wrapper-navbar .trp-shortcode-switcher__wrapper {
    display: none;
}
}
@media only screen and (max-width: 768px) {
     .d-md-none{
        display: block !important;
    }
    .banner-post {
        height: auto;
        min-height: 300px;
        padding: 0;
    }
    .banner-post h2 {
        font-size: 36px;
        font-weight: 600;
    }
    #sidebar .popular-post ul li .infor h4 {
        font-size: 18px;
    }
    .banner-post img {
        display: none;
    }
    .single-content p {
        font-size: 18px;
    }
    #sidebar .popular-post ul li {
        gap: 10px;
        margin-bottom: 16px;
    }
    #sidebar .popular-post img {
        height: 82px;
        width: 82px;
    }
    .slide-posts .similar-posts h2 {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .banner-post .navigation-trail span {
        font-weight: 600;
    }
    .header .logoText{
        z-index: 101;
    }
    
}
@media only screen and (max-width: 736px) {
    .banner-post h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .banner-post .navigation-trail span {
        font-weight: 600;
    }
  
}
@media only screen and (max-width: 667px) {
    .banner-post h2 {
        font-size: 32px;
        font-weight: 600;
    }
    #sidebar .popular-post ul li .infor p {
        font-size: 12px;
    }
    .slide-posts .similar-posts h2 {
        font-size: 24px;
    }
    .social-media .icon-social .heateor_sss_sharing_ul .heateor_sss_svg {
        height: 30px !important;
        width: 30px !important;
    }
}
@media only screen and (max-width: 600px) {
    .banner-post {
        min-height: 250px;
    }
    .banner-post h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .banner-post .navigation-trail span {
        font-size: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-post {
        min-height: 200px;
    }
    .banner-post .navigation-trail span {
        font-size: 14px;
    }
    .single-content p {
        font-size: 16px;
    }

}
@media only screen and (max-width: 414px) {
    #sidebar .popular-post ul li .infor h4,
    #sidebar .category ul li a {
        font-size: 16px;
    }
    .social-media .icon-social .heateor_sss_sharing_container::before {
        display: none;
    }
       

}

@media only screen and (max-width: 384px) {}