/* Responsive */

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

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


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

@media(max-width:1001px) {
	.scrollToTop {
		bottom: 55px
	}

	.wrap-frame-left,
	.menu,
	.frame-left,
	#button-contact-vr,
	#messages-facebook {
		display: none;
	}

	.menu-res {
		display: block;
	}

	.fix-toolbar {
		display: block;
	}

	.pro-detail-page,
	.frame-news-page {
		width: 100%;
		margin-right: 0px;
		float: unset;
	}

	@keyframes fadeInUp {}

	.progress-wrap {
		bottom: 60px;
	}
}

@media(max-width:960px) {
	.content-about-index {
		text-align: center;
		flex-wrap: wrap
	}

	.content-about-left {
		width: 100%;
		position: relative;
		margin: auto;
	}

	.content-about-right {
		width: 100%;
		margin: auto;
		display: none;
	}

	.box-service {
		width: 100%;
	}

	.service {
		padding: 38px 5px;
		box-sizing: border-box
	}

	.banner_mobi {
		display: block;
		width: 100%;
		text-align: center;
	}

	.news-video-index {
		padding: 50px 5px;
		box-sizing: border-box;
	}

	.album {
		width: calc(100% / 3)
	}

	.content-web {
		flex-wrap: wrap
	}

	.catalogy-left {
		display: none;
	}

	.content-web-show {
		width: calc(100%);
	}

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

@media(max-width:900px) {

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

@media(max-width:850px) {
	.news {
		width: 100%;
		float: none !important;
	}

	.logo-header img {
		max-width: 75%
	}

	.footer-news:nth-child(1) {
		width: 100%;
		margin-bottom: 15px;
	}

	.footer-news:nth-child(2),
	.footer-news:nth-child(3) {
		width: 49%;
	}

}

@media(max-width:769px) {
	.top-contact {
		flex-wrap: wrap;
	}

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

	.left-pro-detail {
		padding-left: 0;
	}

	.left-pro-detail,
	.top-contact .article-contact {
		margin-bottom: 30px;
	}

	.copyright,
	.statistic {
		width: 100%;
		text-align: center;
	}
}

@media(max-width:700px) {
	.content-about-right {
		width: 100%;
		margin: auto;
		display: block;
		order: 1;
	}

	.content-about-left {
		order: 2;
	}

	.menu-step {
		font-size: 18px;
	}
}

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

	.box-service {
		flex-wrap: wrap;
		width: 49%;
	}

	.box-service span {
		max-width: 100%;
		width: 100%;
	}

	.box-service>div {
		width: calc(100%)
	}

	.album {
		width: calc(100% / 2)
	}

	.footer-news:nth-child(2) {
		margin-bottom: 10px;
	}

	.footer-news:nth-child(2),
	.footer-news:nth-child(3) {
		width: 100%;
	}

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

	.grid-news-2,
	.grid-news {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
		grid-gap: 15px;
	}
}

@media(max-width:500px) {

	.footer-news:nth-child(1),
	.footer-news:nth-child(2),
	.footer-news:nth-child(3),
	.footer-news:nth-child(4) {
		max-width: unset;
	}
}

@media(max-width:440px) {
	.top-contact .form-contact .button-contact .file-contact span b {
		max-width: 105px;
	}

	.name-product a,
	.name-news a,
	.desc-news.text-split {
		font-size: 14px;
	}

	.news-2 .info-news {
		padding: 5px 5px 40px 5px;
	}
}

@media(max-width:390px) {

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

@media(max-width:369px) {
	.cart-pro-detail {
		flex-wrap: wrap;
	}

	.cart-pro-detail a {
		width: 100%;
		text-align: center;
		margin: 0px !important;
		font-size: 12px;
	}

	.cart-pro-detail a:first-child {
		margin-bottom: 5px !important;
	}

	.cart-pro-detail a i {
		display: none;
	}
}