/* Responsive */

@media (max-width: 1001px) {

	.multi-head,
	.multi-head-home {
		display: none;
	}

	#hamburger {
		display: block;
	}

	.search {
		width: auto;
		margin-left: 0;
		margin-bottom: 0;
	}

	.search_respons {
		display: block;
	}

	.search input {
		width: 0;
		padding: 0;
		visibility: hidden;
		border: none;
		transition: all 0.3s ease;
		position: absolute;
		top: 40px;
		right: 0;
		width: 0;
		padding: 0;
		z-index: 1000;
		color: black;
		height: 40px;
	}

	.search:hover input {
		width: 250px;
		padding: 0 10px;
		visibility: visible;
		border: 1px solid black;
		background-color: white;
	}

	.search input.has-text {
		width: 250px;
		visibility: visible;
		opacity: 1;
		padding: 0 10px;
		border: 1px solid #ddd;
	}

	.search p {
		width: 45px;
		height: 45px;
		border: 1px solid black;
		border-radius: 25%;
	}

	.search p i {
		color: black;
	}

	.search_bgr {
		border: none;
	}

	.search-auto::placeholder {
		color: black;
	}

	.logo-header {
		display: block;
	}

	.header1 {
		width: 100%;
	}

	.logo-header1,
	.header2 {
		display: none;
	}

	.header_wrapper {
		display: block;
		height: auto;
		background-color: white;
		padding: 0;
	}

	.header {
		height: auto;
		padding: 5px 0;
		margin-left: 0;
	}

	.header_bgr,
	.header_bgr-home {
		position: static;
	}

	.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,
	.grid-service {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.filter {
		display: block;
	}

	.tools {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.address_top,
	.hotline_top,
	.marque_swrap,
	.logo_info {
		display: none;
	}

	.header_info {
		width: 50%;
	}

	.wrapper_bgr {
		background-image: none;
		margin: auto;
	}

	.wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.wrapper a {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 14px;
	}

	.title p,
	.title-2 p {
		font-size: 17px;
		text-align: center;
	}

	.title h4,
	.title-2 h4,
	.title-3 h4 {
		text-align: center;
	}

	.slider_content {
		flex-direction: column;
		gap: 20px;
	}

	.slider_info {
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.slider_slide {
		width: 100%;
	}

	.gioithieu_content {
		flex-direction: column;
		gap: 20px;
	}

	.intro {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 0;
		margin-right: 0;
	}

	.intro2 {
		margin-right: 0;
	}

	.intro_img {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
		height: auto;
		margin: 0;
	}

	.tc_content {
		justify-content: center;
	}

	.tc_main {
		width: 100%;
	}

	.tc_grid {
		width: 100%;
	}

	.tc_title h4 {
		text-align: center;
		font-size: 40px;
	}

	.dk_content {
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}

	.dk_main {
		width: 100%;
		margin-right: 0;
	}

	.dk_sub {
		width: 100%;
	}

	.tiktok_content {
		grid-template-columns: 1fr;
	}

	.wrapper2 {
		margin: auto;
	}

	.album_title {
		position: static;
		text-align: center;
		background-image: none;
		height: auto;
		width: auto;
		flex-direction: column;
		margin-bottom: 15px;
	}

	.album_title p {
		width: 100%;
	}

	.album_deco1 {
		position: static;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	.main_album {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
		gap: 10px;
	}

	.item_album {
		position: unset;
	}

	.album_xemthem {
		margin: auto;
		margin-top: 15px;
		position: static;
	}

	.control-owl,
	.wrapper-top,
	.dv_deco1,
	.dv_deco2,
	.dv_deco3,
	.dv_deco4,
	.intro_deco1,
	.intro_deco2,
	.intro_deco3,
	.album_deco2,
	.album_deco3,
	.album_deco4,
	.album_deco5,
	.video_deco1,
	.video_deco2,
	.dk_deco1,
	.dk_deco2,
	.dk_deco3,
	.dk_deco4,
	.tt_deco1,
	.tt_deco2 {
		display: none;
	}

	.only_RS {
		display: block;
	}

	.not_RS {
		display: none;
	}
	.footer_bgr {
		background-size: cover;
	}
}

@media (max-width: 850px) {}

@media (max-width: 769px) {

	.slideshow iframe {
		height: 320px;
	}

	.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-service {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.title h4,
	.title-2 h4,
	.title-3 h4 {
		font-size: 40px;
	}

	.title p,
	.title-2 p,
	.title-3 p {
		font-size: 18px;
	}

	.wrapper a {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
	}

	.intro h5 {
		font-size: 27px;
		text-align: center;
	}

	.intro h4 {
		font-size: 40px;
		text-align: center;
	}

	.sp_info {
		gap: 5px;
		flex-direction: column;
	}

	.price-new-pro-detail-home,
	.price-new-pro-detail,
	.price-old-pro-detail {
		font-size: 14px;
	}

	.price-old-pro-detail {
		padding: 0
	}

	.items-baseline {
		flex-direction: column;
	}

	.album_title h4 {
		font-size: 50px;
	}

	.main_album {
		display: none;
	}

	.main_album_respons {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1px;
	}

	.item_album:nth-child(1) a img,
	.item_album:nth-child(2) a img,
	.item_album:nth-child(3) a img,
	.item_album:nth-child(4) a img,
	.item_album:nth-child(5) a img,
	.item_album:nth-child(6) a img,
	.item_album:nth-child(7) a img,
	.item_album:nth-child(8) a img,
	.item_album:nth-child(9) a img {
		width: unset;
		object-fit: cover;
		min-height: unset;
		border: 3px solid black;
	}

	.video_slide {
		width: 100%;
		margin: auto;
	}

	.tt_content {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.tt_main {
		width: 100%;
		margin-right: 0;
	}

	.tt_sub {
		width: 100%;
		align-items: center;
		gap: 10px;
	}

	.tt_img div,
	.tt_img div img {
		min-width: 150px;
	}

	.slider-tt {
		padding: 5px;
	}

	.dg_info p {
		margin: 0;
	}

	.footer_bgr {
		padding-top: 450px;
		margin-top: -350px;
	}

	.footer-powered {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		border-radius: 0;
	}

	.footer-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
	
	.footer-top img {
		margin-top: 0;
	}
	
	.footer-top p {
		width: 100%;
		text-align: center;
	}

	.footer5 {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 10px;
	}

	.item-footer {
		justify-content: center;
	}

	.mxh {
		justify-content: center;
	}

	.footer1 h4,
	.footer1 h3,
	.footer1 p,
	.footer2 h4,
	.footer2 a,
	.footer3 h4,
	.footer3 a,
	.footer4 {
		text-align: center;
		margin: auto;
	}

	.footer_logo {
		margin: auto;
	}

	.underline3 {
		margin: auto;
	}

	.dich-vu {
		padding: 40px 0;
	}

	.gioi-thieu {
		padding: 25px 0;
	}

	.tieu-chi {
		padding: 30px 0 15px 0;
	}

	.san-pham {
		padding: 25px 0;
	}

	.album {
		padding: 30px 0 40px 0;
	}

	.video {
		padding: 35px 0 35px 0;
	}

	.tin-tuc {
		padding: 40px 0 45px 0;
	}

	.dang-ky {
		padding: 40px 0;
	}
}

@media (max-width: 440px) {
	.policy__list>li {
		width: 100%;
		padding-right: 0px !important;
		border-bottom: 1px solid #f1f1f1 !important;
	}
}

@media (max-width: 369px) {}