/* Responsive */
@media (max-width: 1200px) {
	.tt-ud,
	.title-about h2 {
		font-size: 40px;
	}
	.menu-left ul ul {
		width: 700px;
	}
	.menu-left ul ul li {
		width: 33.3%;
	}
}
@media (max-width: 1001px) {
	.slideshow {
		width: 100%;
	}
	#hamburger,
	.icon-search {
		display: block;
	}
	.wrap-menu,
	.hotline {
		display: none;
	}
	.search {
		display: none;
		position: absolute;
		right: 0px;
		top: 75px;
		width: 200px;
	}
	.search input {
		height: 40px;
	}
	.search p {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.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;
	}
	.tt-ud {
		font-size: 30px;
	}
	.content-ts {
		width: 100%;
	}
	.photo-ts {
		width: 100%;
		max-width: 430px;
		margin: 0px auto;
	}
	.item-ts {
		text-align: center;
	}
	.item-ts h3 {
		font-size: 18px;
	}
	.grid-album {
		grid-template-columns: repeat(4, 1fr);
	}

	.grid-service {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.news-left {
		display: none;
	}
	.news-right {
		width: 100%;
	}

	.service-left {
		width: 100%;
	}
	.service-right {
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 850px) {
	.wr-qt {
		padding-left: 70px;
	}
	.wr-qt .item-qt:nth-child(even) {
		margin-left: 0px;
	}
	.wr-qt h2 {
		left: 10px;
		font-size: 20px;
	}
	.tt-ud,
	.title-about h2 {
		font-size: 30px;
	}
	.info-footer .flex-footer {
		display: block;
	}
	.info-footer .flex-footer .box-footer {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.wr-news,
	.wr-video {
		width: 100%;
	}
}
@media (max-width: 769px) {
	.item-news {
		padding: 10px 0px;
		border-bottom: 1px dashed #ddd;
	}
	.grid-ts {
		gap: 10px;
	}
	.item-ts h3 {
		font-size: 16px;
	}
	.tt-ud,
	.title-about h2 {
		font-size: 20px;
	}
	.grid-news {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.item-qc-sl {
		margin-bottom: 5px;
	}
	.grid-service {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.company .cp1 {
		font-size: 18px;
	}
	.company {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0px;
		width: 300px;
		height: 80px;
		background: url(../images/setting.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		color: #333;
	}
	.title-main p {
		font-size: 20px;
		color: #e32222;
		margin: 0px;
	}
	.title-main h2,
	.title-main h1 {
		font-size: 25px;
		color: #333;
		text-transform: uppercase;
	}
	.grid-album {
		grid-template-columns: repeat(3, 1fr);
	}
	.flex-about {
		display: block;
	}
	.photo-about,
	.ds-about {
		width: 100%;
	}

	.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 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.flex-copy {
		display: block;
		white-space: unset;
	}
}
@media (max-width: 440px) {
	.title-main h2,
	.title-main h1 {
		font-size: 20px;
	}
	.img-news {
		width: 120px;
	}
	.ds-news {
		width: calc(100% - 130px);
	}
	.ds-news h3 {
		font-size: 15px;
	}
	.ds-news p {
		display: none;
	}
	.ds-news .date {
		display: block;
	}
	.grid-album {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 369px) {
}
