/* 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% - 60px);
	}

	.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;
	}
}

@media (max-width: 767px) {
	.gutter-x-20 {
		--bs-gutter-x: 10px;
	}

	.flex-about {
		flex-wrap: wrap;
	}

	.content-about {
		width: 100%;
		padding: 25px;
	}

	.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(1, 1fr);
		gap: 10px;
	}

	.info-footer .flex-footer {
		display: block;
	}

	.box-footer {
		width: 100% !important;
		margin-top: 20px;
	}

	.content-about::after {
		content: '';
		position: absolute;
		width: 171px;
		height: 166px;
		right: -1px;
		bottom: -74px;
		background: url(../images/af_gt.png) top center no-repeat;
	}

	section.about_index {
		overflow: hidden;
	}

	.title-about h2 {
		font-size: 30px;
	}

	.title-about p {
		font-size: 18px;
	}

	.title-main h2 {
		font-size: 24px;
	}

	.title-list-main span {
		padding: 8px 15px;
		font-size: 13px;
	}

	.gird-dichvu {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	h3.name-dichvu a {
		font-size: 14px;
	}

	.solieu_index {
		background-size: 100% 70%;
	}

	.trainghiem_index {
		padding: 0 0 50px;
	}

	.gird-album {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.title-news h2 {
		font-size: 23px;
	}

	.info-compay {
		width: 100% !important;
		margin-bottom: 16px;
	}

	.item-dichvu:hover .content_dv {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 3% 15px 10px;
		text-align: center;
		height: 63px;
		background-image: linear-gradient(to top, #0000007d, transparent);
		transition: 0.2s;
	}

	.wrap-menu {
		padding: 0 0 0 89px;
	}

	.box-content-kh::after {
		content: '';
		position: absolute;
		width: 76px;
		height: 136px;
		left: 0;
		right: 0;
		top: -6px;
		margin: 0 auto;
		background: url(../images/dau.png) top center no-repeat;
	}

	.img_khachhang_index {
		width: 100%;
		margin-bottom: 20px;
	}

	.wrap-khachhang {
		padding: 0;
	}

	.title_tt_kh {
		transform: unset;
		position: unset;
		display: none;
	}

	.box_kh.flex_row {
		display: block;
	}

	.content-khachhang-index {
		width: 100%;
		margin: 0;
	}

	.box-content-kh {
		margin: 10px 0 15px;
		padding: 79px 30px 39px;
	}

	.title_kh {
		font-size: 30px;
	}

	.title_kh1 {
		font-size: 30px;
	}

	.info-footer {
		background: #FFFBF2;
		padding: 61px 0 50px;
		margin: 0;
	}

	.title-detail h1 {
		font-size: 17px;
	}

	.news-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.news-right {
		position: unset;
		width: 100%;
	}
}

@media (max-width: 440px) {}

@media (max-width: 369px) {}