/* Responsive */
@media (max-width: 1200px) {
	.menu{
		width:auto;
		flex: auto;
		margin-left: 50px;
	}
}
@media (max-width: 1025px) {
	.menu{justify-content: end;margin-right: 20px;margin-left: 0;}
	#hamburger {
		display: block;
	}
	.menu-head {
		display: none;
	}
	.navigation{padding: 5px 0;}
	.header {
		padding: 10px 0px;
	}
	.flex-product-main {
		display: block;
	}
	.flex-product-main .left-product {
		position: fixed;
		z-index: 999;
		top: 0px;
		left: 0px;
		transform: translateX(-250px);
		bottom: 0px;
		overflow-x: hidden;
		background: #fff;
		box-shadow: 0px 0px 5px #000;
		transition: all 0.5s;
	}
	.flex-product-main .left-product.show {
		transform: translateX(0px);
	}
	.danhmucct{display: none;}
	.flex-product-main .right-product {
		width: 100%;
	}

	.grid-product {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.filter{display: block;}
	.menu-mobile-btn {
		display: flex;
		width: 35px;
		height: 35px;
		position: relative;
		flex-wrap: wrap;
		cursor: pointer;
		left: 0px;
		order: 2;
	}
	.menu-mobile-btn span {
		display: inline-block;
		width: 100%;
		height: 1px;
		background: #000;
		margin: 4px 0px;
		left: 0;
	}
	.wrap-menu{width: auto;flex: 1;}
	.menu ul {
		display: none !important;
	}
}
@media (max-width: 850px) {
	p.copyright{width: 100%;margin-bottom: 5px}
	.news-left{width: 100%;}
	.news-right{width: 100%;margin-top: 30px;padding: 10px;}
	.blog_top .item_blog{margin-bottom: 20px;}
	.wrap-video{background-size: cover;}
	.wrap-video .title-about span{color:#fff;}
	.flex-powered{text-align: center;}
	.statistic{width: 100%;}
}
@media (max-width: 769px) {
	.itemdv h3 a{font-size: 20px;}
	.product .name-product a{font-size: 16px;}
	.wrap-tc{width: 100%;margin-bottom: 20px;}
	.wrap-kh{width: 100%;}
	.gutter-x-20{--bs-gutter-x: 10px;}
	.flex-about {
		flex-wrap: wrap;
	}
	.content-about {
		width: 100%;
	}

	.photo-about {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.flex-video{
		flex-wrap: wrap;
	}
	.wr-video{width: 100%;}
	.wr-form{width: 100%;margin-top: 20px;}
	.item-news{padding: 5px;}
	.ds-news h3{font-size: 14px;}
	.text-cart{display: none;}
	.grid-pro-detail {
		display: block;
	}
	.grid-pro-detail .left-pro-detail {
		width: 100%;
		padding: 0px;
		border-right: none;
	}
	.slick_photo1 {
		text-align: center;
	}
	.grid-pro-detail .right-pro-detail {
		width: 100%;
	}
	.grid-product, .grid-news {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.info-footer .flex-footer{
		display: block;
	}
	.box-footer{width: 100% !important;margin-top: 20px;}
	.row-20{
		margin:0 -10px;
	}
	.col-20{
		padding: 0 10px;
	}
	.wrap-about{background-size: cover;}
	.wrap-about .title-about span{color:#fff;}
	.photo-about:before{display: none;}
	.top p{width:100%;margin-bottom: 5px;}
	.top{padding: 5px 0;}
	p.info-header{display: none;}
	.title-detail h1{font-size: 28px;}
}
@media (max-width: 560px) {
	.itemList .name-list a{font-size: 16px;}
	.itemdv h3 a {
        font-size: 18px;
    }
	.row-20{
		margin:0 -5px;
	}
	.col-20{
		padding: 0 5px;
	}
	.blog_top .item_blog .img{
		width: 100%;
		margin-bottom: 10px;
	}
	.blog_top .item_blog .ds-news{width: 100%;margin: 0;}
	.blog_top .item_blog .desc_n{
		-webkit-line-clamp: 4;
		max-height: 100px;
	}
	.blog_top{margin-bottom: 0;}
	.list-blog .item_blog .info-news h3 a{font-size: 16px;}
	.title-coment span, .title-main span{ 
		font-size: 25px;
	}
	.item__comments .desc{width: calc(100% - 115px);}
	.item__comments .info{width:180px;display: block;}
	.item__comments{justify-content: space-between;}
	.item__comments h3{font-size: 15px;text-align: right;}
	.item__comments .img{margin-bottom: 5px;}
	.title-about span{font-size: 22px;}
	.title-about h2{font-size: 25px;}
	.wr-video .swiper{height: 300px;}
	.title-detail h1{font-size: 25px;}
}
@media (max-width: 480px) {
	.contact-text{padding: 20px 30px;}
	.ds-news h3 a{font-size: 15px;}
	.itemdv h3 a {
        font-size: 16px;
    }
	.title-coment span{
		font-size: 20px;
	}
	.title-main1 h2{font-size: 25px;}
	.itemdv h3 a {
        font-size: 15px;
    }
	.product .name-product a{font-size: 15px;}
	.item_tc h3, .btn-list{font-size: 16px;}
	.title-coment span, .title-main span {
        font-size: 22px;
    }
	.itemdv .ds-news{padding:10px}
}
@media (max-width: 369px) {

}