/* Responsive */
@media (max-width: 1025px) {
	#hamburger {
		display: block;
	}

	.menu-head {
		display: none;
	}

	art-head {
		padding: 5px;
		font-size: 12px;
	}

	.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);
	}

	.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;
	}

	.menu-mobile-btn span {
		display: inline-block;
		width: 100%;
		height: 3px;
		background: #000;
		margin: 4px 0px;
		left: 0;
	}

	.wrap-menu {
		width: calc(100% - 70px);
	}

	.menu ul {
		display: none !important;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.news-left {
		width: 100%;
	}

	.news-right {
		width: 100%;
		margin-top: 30px;
		padding: 10px;
	}

	.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 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.grid-news {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.info-footer .flex-footer {
		display: block;
	}

	.box-footer {
		width: 100% !important;
		margin-top: 20px;
	}

	.menu_right {
		display: none;
	}

	.search-menu.dis {
		display: block;
	}

	div.wap_danhmuc {
		grid-gap: 8px 10px;
		grid-template-columns: repeat(1, 1fr);
	}

	div.item-dm .ten {
		font-size: 25px;
	}

	.title-main h2 {
		font-size: 24px;
	}

	.title-main p {
		font-size: 10px;
	}

	div.item-vd-tc .nut-video span {
		top: 0;
	}

	div.item-vd-tc .nut-video {
		top: 34%;
	}

	.title_blog {
		width: 100%;
	}

	.blog_top_right {
		width: 100%;
	}

	.content-first-news {}

	.content-first-news {
		width: 100%;
	}

	.img-first-news {
		width: 100%;
	}

	.newsletter-input {}

	.info-footer-top.flex_row {
		width: 100%;
		justify-content: center;
		padding: 0 11px 0;
	}

	.flex-powered {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.nav.nav-tabs.tab-maps .nav-link {
		margin: 0px 1px 4px 3px;
		padding: 10px 7px;
	}

	.nav.nav-tabs.tab-maps {
		justify-content: center;
	}

	.title_blog h2 {
		font-size: 20px;
	}

	.logo_menu {
		width: 53%;
	}

	.wrap-menu {
		width: calc(100% - 126px);
	}

	.navigation {
		padding: 10px 0;
	}

	.tieuchi_index {
		margin: 30px 0;
	}

	.box-first-news::after {
		content: '';
		display: block;
		width: 0px;
		height: 0px;
		background: url(../images/tamgiac.png) no-repeat center;
		position: absolute;
		top: 45%;
		left: 298px;
		transform: rotate(180deg) !important;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%)
	}

	.box-news-index::after {
		content: '';
		position: absolute;
		display: block;
		width: 16px;
		height: 27px;
		background: url(../images/tamgiac.png) no-repeat center;
		position: absolute;
		top: 45%;
		left: 42%;
		/* transform: rotate(180deg) !important; */
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.breadCrumbs {
		margin: 69px 0 0;
	}

	.news-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.news-right {
		width: 100%;
	}

	.album-product {
		height: auto;
	}

	.mid-pro-detail {
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}
}

@media (max-width: 767px) {
	.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 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.grid-news {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.info-footer .flex-footer {
		display: block;
	}

	.box-footer {
		width: 100% !important;
		margin-top: 20px;
	}

	.menu_right {
		display: none;
	}

	.search-menu.dis {
		display: block;
	}

	div.wap_danhmuc {
		grid-gap: 8px 10px;
		grid-template-columns: repeat(1, 1fr);
	}

	div.item-dm .ten {
		font-size: 25px;
	}

	.title-main h2 {
		font-size: 24px;
	}

	.title-main p {
		font-size: 10px;
	}

	div.item-vd-tc .nut-video span {
		top: 0;
	}

	div.item-vd-tc .nut-video {
		top: 34%;
	}

	.title_blog {
		width: 100%;
	}

	.blog_top_right {
		width: 100%;
	}

	.content-first-news {}

	.content-first-news {
		width: 100%;
	}

	.img-first-news {
		width: 100%;
	}

	.newsletter-input {}

	.info-footer-top.flex_row {
		width: 100%;
		justify-content: center;
		padding: 0 11px 0;
	}

	.flex-powered {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.nav.nav-tabs.tab-maps .nav-link {
		margin: 0px 1px 4px 3px;
		padding: 10px 7px;
	}

	.nav.nav-tabs.tab-maps {
		justify-content: center;
	}

	.title_blog h2 {
		font-size: 20px;
	}

	.logo_menu {
		width: 53%;
	}

	.wrap-menu {
		width: calc(100% - 126px);
	}

	.navigation {
		padding: 10px 0;
	}

	.tieuchi_index {
		margin: 30px 0;
	}

	.box-first-news::after {
		content: '';
		display: block;
		width: 0px;
		height: 0px;
		background: url(../images/tamgiac.png) no-repeat center;
		position: absolute;
		top: 45%;
		left: 298px;
		transform: rotate(180deg) !important;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%)
	}

	.box-news-index::after {
		content: '';
		position: absolute;
		display: block;
		width: 16px;
		height: 27px;
		background: url(../images/tamgiac.png) no-repeat center;
		position: absolute;
		top: 45%;
		left: 42%;
		/* transform: rotate(180deg) !important; */
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.breadCrumbs {
		margin: 69px 0 0;
	}

	.news-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.news-right {
		width: 100%;
	}

	.album-product {
		height: auto;
		width: 85px;
	}

	.mid-pro-detail {
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}

	.prodel_dm {

		display: none;
	}

	.photo-proDel_right {
		width: calc(100% - 93px);
	}
	.date-first-news {
		display: none;
	}

	.desc-first-news {
		-webkit-line-clamp: 3;}

}

@media (max-width: 440px) {}

@media (max-width: 369px) {}