/* 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;
	}

	.gutter-x-20 {
		--bs-gutter-x: 10px;
	}

	.flex-about {
		flex-wrap: wrap;
		padding: 30px 0;
	}

	.content-about {
		width: 100%;
		padding: 0;
	}

	.photo-about {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	.flex-video {
		flex-wrap: wrap;
	}

	.wr-video {
		width: 100%;
	}

	.wr-form {
		width: 100%;
		margin-top: 20px;
		padding: 20px;
		background: #0365C7;
	}

	.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;
	}

	.diachi_head {}

	.row_head.flex.items-center {
		display: flex;
		flex-wrap: wrap;
	}

	.email_head {
		display: none;
	}

	ul.social-head {
		width: 100%;
		justify-content: center !important;
		width: 100%;
		border: none;
		margin: 0 !important;
	}

	ul.social-head li a {
		border: none;
	}

	.menu_top.flex_row {
		display: none;
	}

	.menu {
		width: auto;
	}

	.logo_head {
		width: 29%;
	}

	.wrap-menu {
		width: calc(100% - 144px);
	}

	.content-about {}

	.title-about h3 {
		font-size: 15px;
	}

	.title-about h2 {
		font-size: 28px;
	}

	.title-main h2 {
		font-size: 20;
		font-size: 23px;
	}

	.gird-dichvu {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.gird-vieclam {
		grid-template-columns: repeat(2, 1fr);
	}

	.img_news {
		width: 160px;
	}

	.date_news {
		display: none;
	}

	.ds-news h3 {
		width: 100%;
		padding: 0;
	}

	.item-news .ds-news {
		width: calc(100% - 160px);
	}

	.banner_hoptac {
		position: unset;
		width: 100%;
	}

	.item-hoptac {
		width: 100%;
	}

	.item-hoptac.hoptac_row {
		padding: 0;
	}

	section.dangky_index {
		background-size: 100% auto;
		padding: 9px 0 30px;
	}

	.newsletter-input {}

	.newslestter_row {
		width: 100%;
	}

	.info_company.flex_row {
		justify-content: left;
	}

	.diachi_dk {
		margin: 0 0 17px;
	}

	.logo_ft {
		text-align: center;
	}

	p.copyright.mb-0 {
		text-align: center;
	}

	.navigation.was-scrolled .logo_head {
		width: 29%;
	}

	.navigation.was-scrolled .menu {
		width: auto;
	}

	.navigation.is-index {
		padding: 10px 0;
	}

	.navigation {
		padding: 10px 0;
	}

	.news-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.title-detail h1 {
		font-size: 20px;
	}

	.news-right {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.gutter-x-20 {
		--bs-gutter-x: 10px;
	}

	.flex-about {
		flex-wrap: wrap;
		padding: 30px 0;
	}

	.content-about {
		width: 100%;
		padding: 0;
	}

	.photo-about {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	.flex-video {
		flex-wrap: wrap;
	}

	.wr-video {
		width: 100%;
	}

	.wr-form {
		width: 100%;
		margin-top: 20px;
		padding: 20px;
		background: #0365C7;
	}

	.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;
	}

	.diachi_head {}

	.row_head.flex.items-center {
		display: flex;
		flex-wrap: wrap;
	}

	.email_head {
		display: none;
	}

	ul.social-head {
		width: 100%;
		justify-content: center !important;
		width: 100%;
		border: none;
		margin: 0 !important;
	}

	ul.social-head li a {
		border: none;
	}

	.menu_top.flex_row {
		display: none;
	}

	.menu {
		width: auto;
	}

	.logo_head {
		width: 29%;
	}

	.wrap-menu {
		width: calc(100% - 144px);
	}

	.content-about {}

	.title-about h3 {
		font-size: 15px;
	}

	.title-about h2 {
		font-size: 28px;
	}

	.title-main h2 {
		font-size: 20;
		font-size: 23px;
	}

	.gird-dichvu {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.gird-vieclam {
		grid-template-columns: repeat(2, 1fr);
	}

	.img_news {
		width: 160px;
	}

	.date_news {
		display: none;
	}

	.ds-news h3 {
		width: 100%;
		padding: 0;
	}

	.item-news .ds-news {
		width: calc(100% - 160px);
	}

	.banner_hoptac {
		position: unset;
		width: 100%;
	}

	.item-hoptac {
		width: 100%;
	}

	.item-hoptac.hoptac_row {
		padding: 0;
	}

	section.dangky_index {
		background-size: 100% auto;
		padding: 9px 0 30px;
	}

	.newsletter-input {}

	.newslestter_row {
		width: 100%;
	}

	.info_company.flex_row {
		justify-content: left;
	}

	.diachi_dk {
		margin: 0 0 17px;
	}

	.logo_ft {
		text-align: center;
	}

	p.copyright.mb-0 {
		text-align: center;
	}

	.navigation.was-scrolled .logo_head {
		width: 29%;
	}

	.navigation.was-scrolled .menu {
		width: auto;
	}

	.navigation.is-index {
		padding: 10px 0;
	}
	.navigation {
		padding: 10px 0;
	}

	.news-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.title-detail h1 {
		font-size: 20px;
	}

	.news-right {
		width: 100%;
	}
}

@media (max-width: 440px) {}

@media (max-width: 369px) {}