/* Responsive */
@media (max-width: 1024px) {
	#hamburger {
		display: block;
		z-index: 999;
	}

	.menu-head {
		display: none;
	}

	.wrap-menu {
		display: inline-block;
		background: #f8f0ed;
		width: 100%;
		opacity: 1;
		padding: 10px 0px;
	}

	.cart-head {
		padding: 5px;
		font-size: 12px;
	}

	.txt-tieuchi2 {
		width: 150px;
		height: 150px;
	}

	.footer-powered {
		padding-bottom: 50px;
	}

	.flex-product-main {
		display: block;
	}

	.price-product {
		min-height: auto;
		margin: 5px 0px;
		font-size: 14px;
	}

	.maxwidth2 {
		width: calc(100% - 30px);
		max-width: 1200px;
		margin: 0px auto;
	}

	.txt-pro a {
		font-size: 13px;
	}

	.after_tieuchi {
		display: none;
	}

	.txt-pro .text-split1 {
		-webkit-line-clamp: 2;
	}

	.btn-more-product a {
		display: block;
		text-align: center;
	}

	.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;
	}

	/* =============================== */


	.top-header {
		display: none;
	}

	.bg_about {
		overflow: hidden;
		padding: 30px 0px;
	}

	.bg_tieuchi {
		overflow: hidden;
	}

	.bg_pronb {
		overflow: hidden;
	}

	.wrap-album {
		overflow: hidden;
		padding: 30px 0px;
	}

	.bg_feedback {
		padding: 30px 0px 0px;
		overflow: hidden;
	}

	.bg_contact {
		overflow: hidden;
		padding: 30px 0px;
	}

	.bg_news {
		overflow: hidden;
		padding: 30px 0px;
	}

	.wrap-menu .menu {
		display: none;
	}

	.title-about p {
		padding-left: 0;
	}

	.content-about:before {
		display: none;
	}

	.title-about h2 {
		margin-bottom: 30px;
		font-size: 34px;
	}

	.btn_more_intro {
		left: 0;
	}

	.btn_more_intro a {
		padding: 10px;
	}

	.bg_tieuchi::before {
		display: none;
	}

	.banner-tieuchi {
		margin-top: 30px;
		position: unset;
	}

	.title-pronb-1::before {
		display: none;
	}

	.bg_pronb {
		padding: 30px 0px;
	}

	.wrap-album::after {
		display: none;
	}

	.fanpage_feedback {
		position: unset;
	}

	.right_img_feedback {
		opacity: 1;
	}

	.left_img_feedback {
		order: 2;
	}

	.title_feedback_index h2 {
		font-size: 35px;
		word-spacing: 0px;
	}

	.title-main span {
		font-size: 30px;
	}

	.title-main2 {
		padding: 0px;
	}

	.title-news h2 {
		font-size: 35px;
		text-align: center;
		word-spacing: 0px;
	}

	.box-newsi {
		flex-wrap: wrap;
	}

	.image-newsi {
		width: 100%;
	}

	.info-newsi {
		width: 100%;
	}

	.box-news-2 .image-newsi {
		width: 100%;
	}

	.img.image-newsi {
		margin-right: 0px;
	}

	.txt-fb::before {
		display: none;
	}

	.txt-fb {
		height: 100%;
	}

	.gd_pc {
		display: none !important;
	}

	.gd_mb {
		display: block !important;
	}

	.title_album h2 {
		text-align: center;
		font-family: 'mtd';
		font-size: 30px;
		word-spacing: 0px;
		text-transform: capitalize;
		color: white;
	}

	.title_album {
		margin-bottom: 30px;
	}

	.all_news_index {
		display: none;
	}

	.list_news_index {
		margin-bottom: 30px;
	}

	.bg_footer {
		background: #fcf2e9;
		padding: 30px;
		margin-bottom: 10px;
	}

	.social-header {
		justify-content: center;
	}

	.title-footer-index1 {
		font-size: 30px;
	}

	.info-footer:before {
		display: none;
	}

	.info-footer::after {
		display: none;
	}

	.copyright {
		text-align: center;
	}

	.after-1 {
		display: none;
	}

	.after-2 {
		display: none;
	}

	.flex-header {
		width: 100%;
		justify-content: space-between;
	}

	.box-tieuchi::before {
		display: none;
	}

	.after-news {
		display: none;
	}
}

@media (max-width: 992px) {
	.news-left {
		width: 100%;
	}

	.txt-pro .text-split2 {
		-webkit-line-clamp: 2;
	}

	.info-details {
		padding: 5px;
	}

	.news-right {
		width: 100%;
		margin-top: 30px;
		padding: 10px;
	}
}

@media (max-width: 769px) {
	.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;
		margin-bottom: 20px;
	}

	.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%;
	}

	.cart-pro-detail {
		flex-wrap: wrap;
	}

	.cart-pro-detail a {
		width: 100%;
		margin-bottom: 10px;
	}

	.cart-pro-detail a.addnow {
		margin-right: 0px;
	}

	.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;
		text-align: left;
	}

	/* =============================== */
	.top-header {
		display: none;
	}

	.bg_about {
		overflow: hidden;
		padding: 30px 0px;
	}

	.bg_tieuchi {
		overflow: hidden;
	}

	.bg_pronb {
		overflow: hidden;
	}

	.wrap-album {
		overflow: hidden;
		padding: 30px 0px;
	}

	.bg_feedback {
		padding: 30px 0px 0px;
		overflow: hidden;
	}

	.bg_contact {
		overflow: hidden;
		padding: 30px 0px;
	}

	.bg_news {
		overflow: hidden;
		padding: 30px 0px;
	}

	.wrap-menu .menu {
		display: none;
	}

	.title-about p {
		padding-left: 0;
	}

	.content-about:before {
		display: none;
	}

	.title-about h2 {
		margin-bottom: 30px;
		font-size: 34px;
	}

	.btn_more_intro {
		left: 0;
	}

	.btn_more_intro a {
		padding: 10px;
	}

	.bg_tieuchi::before {
		display: none;
	}

	.banner-tieuchi {
		margin-top: 30px;
		position: unset;
	}

	.title-pronb-1::before {
		display: none;
	}

	.bg_pronb {
		padding: 30px 0px;
	}

	.wrap-album::after {
		display: none;
	}

	.fanpage_feedback {
		position: unset;
	}

	.right_img_feedback {
		opacity: 1;
	}

	.left_img_feedback {
		order: 2;
	}

	.title_feedback_index h2 {
		font-size: 35px;
		word-spacing: 0px;
	}

	.title-main span {
		font-size: 23px;
	}

	.title-main2 {
		padding: 0px;
	}

	.title-news h2 {
		font-size: 35px;
		text-align: center;
		word-spacing: 0px;
	}

	.box-newsi {
		flex-wrap: wrap;
	}

	.image-newsi {
		width: 100%;
	}

	.info-newsi {
		width: 100%;
	}

	.box-news-2 .image-newsi {
		width: 100%;
	}

	.img.image-newsi {
		margin-right: 0px;
	}

	.txt-fb::before {
		display: none;
	}

	.txt-fb {
		height: 100%;
	}

	.gd_pc {
		display: none !important;
	}

	.gd_mb {
		display: block !important;
	}

	.title_album h2 {
		text-align: center;
		font-family: 'mtd';
		font-size: 30px;
		word-spacing: 0px;
		text-transform: capitalize;
		color: white;
	}

	.title_album {
		margin-bottom: 30px;
	}

	.all_news_index {
		display: none;
	}

	.list_news_index {
		margin-bottom: 30px;
	}

	.bg_footer {
		background: #fcf2e9;
		padding: 30px;
		margin-bottom: 10px;
	}

	.social-header {
		justify-content: center;
	}

	.title-footer-index1 {
		font-size: 30px;
	}

	.info-footer:before {
		display: none;
	}

	.info-footer::after {
		display: none;
	}

	.copyright {
		text-align: center;
	}

	.title-list-main {
		flex-wrap: wrap;
		justify-content: center;
	}

	.title-product-tab1 {
		font-size: 20px;
		text-align: left;
	}

	.title-list-main span {
		padding: 7px 15px 5px 15px;
	}

	.title-product-tabs {
		margin-bottom: 0px;
	}

	.flex-header {
		justify-content: space-between;
		width: 100%;
	}

	.flex-header img {
		width: 75px;
	}

	.box-tieuchi::before {
		display: none;
	}

	.box-tieuchi.position-relative {
		text-align: center;
	}

	.txt-tieuchi2 {
		margin: 0 auto;
	}

	.wrap-tieuchi {
		background-size: cover;
		display: none;
	}

	.carousel__slide--large {
		flex: 0 0 100%;
	}

	.carousel__slide {
		flex: 0 0 75%;
	}

	.wrap-intro {
		padding: 30px 0px;
	}

	.title-intro1 {
		font-size: 35px;
	}

	.title-intro2 {
		font-size: 27px;
	}

	.after-1 {
		display: none;
	}

	.after-2 {
		display: none;
	}

	.left-tiktok {
		margin-bottom: 30px;
		width: 100%;
	}

	.flex-feedback {
		gap: 10px;
	}

	.box-feedback::before {
		display: none;
	}

	.name-feedback {
		font-size: 15px;
	}

	.content-feedback {
		line-height: unset;
		font-size: 14px;
	}

	.after-news {
		display: none;
	}

	.txt-tintuc {
		margin-top: 10px;
	}

	.name-tintuc {
		margin-bottom: 6px;
		color: black;
		font-family: 'pdb';
		font-size: 17px;
	}

	.logo-footer {
		margin-bottom: 0px;
		text-align: center;
	}

	.logo-footer img {
		margin: 0 auto;
	}

	.flex-powered {
		flex-wrap: wrap;
		text-align: center;
	}

	.wrap-partner {
		padding: 10px 0px;
	}

	.txt-bestseller {
		margin-bottom: 30px;
	}

	.img-intro img {
		border-radius: 20px;
	}

	.left-tiktok img {
		margin: 0 auto;
	}

	.box-slick-product {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.item-level {
		margin: 0px;
	}

	.slick-product {
		margin: 0 -5px;
	}

	.title-product-tab1 {
		text-align: center;
	}

	.right-fb {
		width: 100%;
	}

	.slide-tieuchi {
		display: none;
	}

	.slide-tieuchi {
		display: none;
	}

	.wrap-product-list {
		display: none;
	}

	.list-partner {
		display: none;
	}
}

@media (max-width: 430px) {
	.carousel__slide {
		flex: 0 0 100%;
	}
}

@media (max-width: 375px) {
	.grid-product2 {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.grid-product,
	.grid-news {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.title-list-main {
		flex-wrap: wrap;
		justify-content: center;
	}

	.title-product-tab1 {
		font-size: 20px;
		text-align: center;
	}

	.title-list-main span {
		padding: 7px 15px 5px 15px;
	}

	.title-product-tabs {
		margin-bottom: 15px;
	}

	.flex-header {
		justify-content: space-between;
		width: 100%;
	}

	.flex-header img {
		width: 75px;
	}

	.box-tieuchi::before {
		display: none;
	}

	.box-tieuchi.position-relative {
		text-align: center;
	}

	.txt-tieuchi2 {
		margin: 0 auto;
	}

	.wrap-tieuchi {
		background-size: cover;
	}

	.carousel__slide--large {
		flex: 0 0 100%;
	}

	.carousel__slide {
		flex: 0 0 100%;
	}

	.wrap-intro {
		padding: 30px 0px;
	}

	.title-intro1 {
		font-size: 35px;
	}

	.title-intro2 {
		font-size: 27px;
	}

	.after-1 {
		display: none;
	}

	.after-2 {
		display: none;
	}

	.left-tiktok {
		margin-bottom: 30px;
	}

	.flex-feedback {
		gap: 10px;
	}

	.box-feedback::before {
		display: none;
	}

	.name-feedback {
		font-size: 15px;
	}

	.content-feedback {
		line-height: unset;
		font-size: 14px;
	}

	.after-news {
		display: none;
	}

	.txt-tintuc {
		margin-top: 10px;
	}

	.name-tintuc {
		margin-bottom: 6px;
		color: black;
		font-family: 'pdb';
		font-size: 17px;
	}

	.logo-footer {
		margin-bottom: 0px;
		text-align: center;
	}

	.logo-footer img {
		margin: 0 auto;
	}

	.flex-powered {
		flex-wrap: wrap;
		text-align: center;
	}

	.wrap-partner {
		padding: 10px 0px;
	}

	.txt-bestseller {
		margin-bottom: 30px;
	}

	.img-intro img {
		border-radius: 20px;
	}



}

@media (max-width: 369px) {
	.footer-powered {
		padding-bottom: 65px;
	}
}