


@media screen and (min-width:1367px) and (max-width:1920px) {
    .container {
       max-width: 1400px;
    }
}

@media screen and (min-width:1200px) and (max-width:1366px) {
    .container {
       max-width: 1200px;
    }
}

@media screen and (max-width: 992px) {
   .col-lg-4.col-md-12.col-sm-12.col-12.stick-aside {
	    margin-top: 30px;
	}
	.gd_article_stickys .stick-main .gd_post__content {
	    position: relative;
	    bottom: 0;
	    padding: 7px 0px;
	    width: calc(100%);
	    background-color: #fff;
	    left: 1px;
	}
	.gd_article_stickys .stick-main .gd_post__title .gd_text{
		font-size: 1.25rem;
		color: #F15C22;
	}
	.stick-main .excerpt_sticky {
	    color: #222;
	}
}
@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 767px) {
  .gd_posts__items .gd_post__item {
	    margin-bottom: 15px;
	} 

}

@media screen and (max-width: 576px) {
   .qc_header{
   	display: none;
   }
   .logo-video {
	    position: absolute;
	    z-index: 1;
	    left: 6px;
	    top: 6px;
	    width: 40px;
	}
	.content_video{
		display: none;
	}
	.title_qc {
	    font-size: 18px;
	}
}

@media screen and (max-width: 414px) {
    .gd_posts__items .gd_text {
	    color: #F15C22;
		display: -webkit-box;
		max-width: 100%;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		min-height: 38px;
	}
	
}

@media screen and (max-width: 380px) {
    
}
@media screen and (max-width: 360px) {
  
}

