/* 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: #fff;
		margin: 4px 0px;
		left: 0;
	}

	.wrap-menu {
		width: 50px;
	}

	.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,
	.grid-news {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.info-footer .flex-footer {
		display: flex;
		flex-wrap: wrap;
	}

	.box-footer {
		width: 100% !important;
		margin-top: 20px;
	}

	.visao_index::after {
		content: '';
		position: absolute;
		width: 0%;
		height: 0px;
		left: 0;
		right: 0;
		bottom: 253px;
		margin: 0 auto;
		background: url(../images/af_vs2.png) top center no-repeat;
		background-size: cover;
	}

	.visao_index::before {
		content: '';
		position: absolute;
		width: 0%;
		height: 0px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
		background: url(../images/af_vs1.png) top center no-repeat;
		z-index: 3;
	}

	.wrap-khachhang::after {
		content: '';
		position: absolute;
		width: 0%;
		height: 0px;
		left: 0;
		right: 0;
		bottom: 26%;
		margin: 0 auto;
		background: url(../images/af_kh.png) top center no-repeat;
	}

	.info-footer::after {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		right: 71px;
		top: -128px;
		background: url(../images/af_ft2.png) top center no-repeat;
	}

	.info-footer::before {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		left: -173px;
		bottom: 0px;
		background: url(../images/af_ft.png) top center no-repeat;
	}

	.phones_head {}

	.wp-phone_head {
		display: none;
	}

	.baner_head {
		width: 54%;
	}

	.logo_head {
		margin: 0;
		width: 25%;
	}

	.baner_head h3 {
		font-size: 19px;
	}

	.baner_head h2 {
		font-family: 'Baloo-Bold';
		font-size: 35px;
	}

	.header {}

	.header .flex {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: center !important;
	}

	.title-main h2 {
		font-size: 28px;
		padding: 0 44px 0;
	}

	.grid-dichvu {
		grid-template-columns: repeat(2, 1fr);
		gap: 7px;
	}

	.box-dichvu {
		padding: 9px;
	}

	.name_dv a {
		font-size: 14px;
	}

	.box-dichvu::after {
		content: '';
		position: absolute;
		width: 42px;
		height: 41px;
		left: 0;
		top: 0;
		right: 0;
		margin: 0 auto;
		background: url(../images/af_dv.png) top center no-repeat;
		background-size: 100% 100%;
	}

	.title-about h2 {
		font-size: 30px;
	}

	.content-about {
		padding: 0;
	}

	.visao_left {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.item-visao {
		margin: 0 !important;
		width: 48%;
	}

	.box-visao {
		width: 100%;
		padding: 11px 4px;
	}

	.name_vs {
		font-size: 13px;
	}

	.desc_vs {
		-webkit-line-clamp: 3;
	}

	.item-visao.vs_1 {
		margin: 0 10px 0 0 !important;
	}

	.visao_mid {
		width: 100%;
		margin: 25px 0 40px;
	}

	.visao_right {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.item-visao.vs_4 {
		margin: 0 9px 0 0 !important;
	}

	.wrap-dangky {
		background: none;
		padding: 0;
		height: auto;
	}

	.text-dangky h2 {
		font-size: 30px;
		width: 100%;
		height: auto;
		background-size: 100% 100%;
	}

	.dangkynhantin {
		background: #E6F8EB;
		padding: 30px 0;
	}

	.dangkynhantin {}

	.text-dangky {
		position: unset;
	}

	.title-cat-main span {
		font-size: 13px;
		height: 33px;
		padding: 7px 10px 0;
	}

	.box-khachhang {
		margin: 20px 0 0;
	}

	.khachhang_top {
		padding: 0 10% 0px;
	}

	.img_news_index {
		margin-bottom: 36px;
	}

	.img_news_index::after {
		content: '';
		position: absolute;
		width: 356px;
		height: 289px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
		background: url(../images/bg_img.png) top center no-repeat;
		background-size: cover;
	}

	.name_news_index a {
		font-size: 15px;
	}

	.info-main.info-news {
		padding: 30px 0;
		margin: 0;
	}

	.info-footer {
		padding: 31px 0;
		background: #4AA266;
	}

	.title-footer {
		font-size: 31px;
	}

	span {}

	.text-ft {
		font-size: 44px;
	}

	.info-footer .flex-footer .box-footer:nth-child(1) {
		order: 1;
	}

	.info-footer .flex-footer .box-footer:nth-child(2) {
		order: 3;
		margin: 0;
	}

	.info-footer .flex-footer .box-footer:nth-child(3) {
		order: 2;
	}

	.product .name-product a {
		font-size: 17px;
	}

	.product::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 209px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
		background: url(../images/bg_item_sp.png) top center no-repeat;
		background-size: 100% 100%;
	}


	.title-main h2::after {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		left: 12px;
		top: 7px;
		background: url(../images/line_text1.png) top center no-repeat;
	}


	.title-main h2::before {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		right: 0;
		top: 0;
		background: url(../images/line_text2.png) top center no-repeat;
	}

	.title-main {
		margin-bottom: 11px;
	}

	li.line_menu {
		display: none;
	}

	li.daotao.flip-item.flip-current a::after {
		content: '';
		position: absolute;
		width: 50px;
		pointer-events: none;
		height: 50px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 40%;
		background: url(../images/play.png) top center no-repeat;
		background-size: 100% 100%;
	}

	.search_m {
		display: block;
	}

	.navigation {
		padding: 10px 0;
	}

	.news-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.title-detail h1 {
		font-size: 19px;
	}

	.news-right {
		width: 100%;
	}

	.zalo-share-button {
		display: none !important;
	}

	.wrap-dangky::after {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		left: -230px;
		top: 77px;
		background: url(../images/af_dk1.png) top center no-repeat;
		background-size: cover;
	}

	.wrap-dangky::before {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		right: -381px;
		top: 0;
		background: url(../images/af_dk2.png) top center no-repeat;
		background-size: cover;
	}
}

@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,
	.grid-news {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.info-footer .flex-footer {
		display: flex;
		flex-wrap: wrap;
	}

	.box-footer {
		width: 100% !important;
		margin-top: 20px;
	}

	.visao_index::after {
		content: '';
		position: absolute;
		width: 0%;
		height: 0px;
		left: 0;
		right: 0;
		bottom: 253px;
		margin: 0 auto;
		background: url(../images/af_vs2.png) top center no-repeat;
		background-size: cover;
	}

	.visao_index::before {
		content: '';
		position: absolute;
		width: 0%;
		height: 0px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
		background: url(../images/af_vs1.png) top center no-repeat;
		z-index: 3;
	}

	.wrap-khachhang::after {
		content: '';
		position: absolute;
		width: 0%;
		height: 0px;
		left: 0;
		right: 0;
		bottom: 26%;
		margin: 0 auto;
		background: url(../images/af_kh.png) top center no-repeat;
	}

	.info-footer::after {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		right: 71px;
		top: -128px;
		background: url(../images/af_ft2.png) top center no-repeat;
	}

	.info-footer::before {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		left: -173px;
		bottom: 0px;
		background: url(../images/af_ft.png) top center no-repeat;
	}

	.phones_head {}

	.wp-phone_head {
		display: none;
	}

	.baner_head {
		width: 54%;
	}

	.logo_head {
		margin: 0;
		width: 25%;
	}

	.baner_head h3 {
		font-size: 19px;
	}

	.baner_head h2 {
		font-family: 'Baloo-Bold';
		font-size: 35px;
	}

	.header {}

	.header .flex {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: center !important;
	}

	.title-main h2 {
		font-size: 28px;
		padding: 0 44px 0;
	}

	.grid-dichvu {
		grid-template-columns: repeat(2, 1fr);
		gap: 7px;
	}

	.box-dichvu {
		padding: 9px;
	}

	.name_dv a {
		font-size: 14px;
	}

	.box-dichvu::after {
		content: '';
		position: absolute;
		width: 42px;
		height: 41px;
		left: 0;
		top: 0;
		right: 0;
		margin: 0 auto;
		background: url(../images/af_dv.png) top center no-repeat;
		background-size: 100% 100%;
	}

	.title-about h2 {
		font-size: 30px;
	}

	.content-about {
		padding: 0;
	}

	.visao_left {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.item-visao {
		margin: 0 !important;
		width: 48%;
	}

	.box-visao {
		width: 100%;
		padding: 11px 4px;
	}

	.name_vs {
		font-size: 13px;
	}

	.desc_vs {
		-webkit-line-clamp: 3;
	}

	.item-visao.vs_1 {
		margin: 0 10px 0 0 !important;
	}

	.visao_mid {
		width: 100%;
		margin: 25px 0 40px;
	}

	.visao_right {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.item-visao.vs_4 {
		margin: 0 9px 0 0 !important;
	}

	.wrap-dangky {
		background: none;
		padding: 0;
		height: auto;
	}

	.text-dangky h2 {
		font-size: 30px;
		width: 100%;
		height: auto;
		background-size: 100% 100%;
	}

	.dangkynhantin {
		background: #E6F8EB;
		padding: 30px 0;
	}

	.dangkynhantin {}

	.text-dangky {
		position: unset;
	}

	.title-cat-main span {
		font-size: 13px;
		height: 33px;
		padding: 7px 10px 0;
	}

	.box-khachhang {
		margin: 20px 0 0;
	}

	.khachhang_top {
		padding: 0 10% 0px;
	}

	.img_news_index {
		margin-bottom: 36px;
	}

	.img_news_index::after {
		content: '';
		position: absolute;
		width: 356px;
		height: 289px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
		background: url(../images/bg_img.png) top center no-repeat;
		background-size: cover;
	}

	.name_news_index a {
		font-size: 15px;
	}

	.info-main.info-news {
		padding: 30px 0;
		margin: 0;
	}

	.info-footer {
		padding: 31px 0;
		background: #4AA266;
	}

	.title-footer {
		font-size: 31px;
	}

	span {}

	.text-ft {
		font-size: 44px;
	}

	.info-footer .flex-footer .box-footer:nth-child(1) {
		order: 1;
	}

	.info-footer .flex-footer .box-footer:nth-child(2) {
		order: 3;
		margin: 0;
	}

	.info-footer .flex-footer .box-footer:nth-child(3) {
		order: 2;
	}

	.product .name-product a {
		font-size: 17px;
	}

	.product::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 209px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0;
		background: url(../images/bg_item_sp.png) top center no-repeat;
		background-size: 100% 100%;
	}


	.title-main h2::after {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		left: 12px;
		top: 7px;
		background: url(../images/line_text1.png) top center no-repeat;
	}


	.title-main h2::before {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		right: 0;
		top: 0;
		background: url(../images/line_text2.png) top center no-repeat;
	}

	.title-main {
		margin-bottom: 11px;
	}

	li.line_menu {
		display: none;
	}

	li.daotao.flip-item.flip-current a::after {
		content: '';
		position: absolute;
		width: 50px;
		pointer-events: none;
		height: 50px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 40%;
		background: url(../images/play.png) top center no-repeat;
		background-size: 100% 100%;
	}

	.search_m {
		display: block;
	}

	.navigation {
		padding: 10px 0;
	}

	.news-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.title-detail h1 {
		font-size: 19px;
	}

	.news-right {
		width: 100%;
	}

	.zalo-share-button {
		display: none !important;
	}


	.wrap-dangky::after {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		left: -230px;
		top: 77px;
		background: url(../images/af_dk1.png) top center no-repeat;
		background-size: cover;
	}

	.wrap-dangky::before {
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		right: -381px;
		top: 0;
		background: url(../images/af_dk2.png) top center no-repeat;
		background-size: cover;
	}

	.dis {
		display: none !important;
	}

	.slick_menu {
		width: 100%;
	}


}

@media (max-width: 440px) {}

@media (max-width: 369px) {}