/* Responsive */

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

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


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

@media(max-width:1001px) {
	.right_danhmuc {
		display: none;
	}

	.left_danhmuc {
		width: 100%;
	}

	.doitac .box_dv {
		padding: 10px;
	}
}

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

@media(max-width:900px) {
	#header .left {
		display: none;
	}

	#header .right {
		width: 100%;
	}

	.grid-dichvu {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:850px) {
	.left_footer {
		width: 100%;
		margin-bottom: 20px;
	}

	.right_footer {
		width: 100%;
	}

	.mid_footer {
		width: 70%;
	}

	.mid1_footer {
		width: 30%;
	}

}

@media(max-width:769px) {
	.wrap-intro .img {
		text-align: center;
	}

	.wrap-intro .content {
		margin-top: 20px;
	}

	#messages-facebook,
	.btn-frame {
		display: none;
	}

	#header {
		height: unset;
	}

	#header .container {
		padding: 0;
	}

	#logo_mobile {
		display: block;
		background-color: #fff;
		text-align: center;
	}

	#header .right {
		width: calc(100% - 70px);
		padding-right: 10px;
	}

	.menu_mobile_btn {
		display: flex;
		width: fit-content;
		float: left;
		line-height: 40px;
		padding-left: 10px;
	}

	#menu {
		display: none;
	}

	.menu-res {
		display: block;
	}

	.fix-toolbar {
		display: block;
	}

	.left-pro-detail,
	.right-pro-detail {
		width: 100%;
		margin: 0px;
	}

	.left-pro-detail {
		margin-bottom: 30px;
	}

	.product-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.box-caytrong .info h3 {
		font-size: 15px;
	}

	.box_duan .info {
		background: #ffffffd6;
	}

	.wrap-news-index,
	.wrap-video-index {
		width: 100%;
	}

	.box-dichvu .info {
		max-width: 90%;
	}

	.box_news {
		display: flex;
		flex-wrap: wrap;
	}

	.box_news>a {
		display: block;
		width: 100%;
	}

	.box_news a img {
		width: 100%;
		max-width: unset;
	}

	.wap_box_new {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}

	.box_news .ten a {
		font-size: 15px;
	}
}

@media(max-width:600px) {

	.left-contact,
	.right-contact {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media(max-width:500px) {
	.wap_box_new {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-dichvu {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid_caytrong {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}

	.box_duan .info {
		position: relative;
		max-width: unset;
	}

	.intro-title>h2 {
		font-size: 18pt;
	}

	.btn_ct {
		display: none;
	}

	#header .right>p {
		display: none;
	}

	.product-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}

	.left-news-index {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
		padding: 10px;
		box-shadow: 1px 1px 3px;
	}

	.right-news-index {
		width: 100%;
	}

	.news-item-index {
		margin: 5px;
		display: flex !important;
		flex-wrap: wrap;
		padding: 5px;
		box-shadow: 1px 1px 3px;
	}

	.news-item-index p.scale-img,
	.news-item-index .info-news-item {
		width: 100%;
	}

	.group-news-index {
		margin-bottom: 50px !important;
	}
}

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