/* Responsive */
@media (max-width: 1025px) {
	.desc-numberimprint {
    font-size: 30px;
}
.name-numberimprint {
    font-size: 20px;
}
	.name-imprint {
    font-size: 20px;
}
	.desc-footer > div {
    font-size: 17px;
}
	.desc-footer {
    margin-bottom: 10px;
}
	.title-footer {
    font-size: 16px;
    margin-bottom: 20px;
}
	.more-scope {
    margin-bottom: 30px;
}
	.slogan-scope {
    margin-bottom: 20px;
}
	.title-scope h2 {
    font-size: 15px;
}
	.title-scope span {
    font-size: 30px;
}
	.paging-newslist .p-relative {
    height: 370px;
}
	.wrap-news .title-home {
    margin-bottom: 20px;
}
	.title-list-main span {
    padding: 11px 15px;
}
	.name-newshome {
    font-size: 15px;
    line-height: 20px;
}
	.swiper-newshome.swiper-slide-next {
    padding-top: 0 !important;
    transition: 0.6s all;
    min-width: unset;
}

.swiper-newshome.swiper-slide-active {
    min-width: unset;
    padding-top: 0 !important;
}

.swiper-newshome.swiper-slide-prev {
    padding-top: unset !important;
    transition: 0.6s all;
    max-width: unset;
    min-width: unset;
}
	.right-title a {
    font-size: 14px;
}
	.left-title span {
    font-size: 30px;
}

	.title-home1 {
    margin-bottom: 30px;
}
	.right-design h3 {
    padding: 10px 0;
    text-align: center;
}
	.right-design h3:after {
    display: none;
}
	.left-design h3 {
    padding: 8px 0 8px 0;
    text-align: center;
}
	.left-design h3:after {
    display: none;
}
	.name-design {
    font-size: 24px;
}
	.wrap-commit:after {
    display: none;
}
	.title-home2 h2 {
    font-size: 16px;
}
	.title-home2 span {
    font-size: 30px;
}
	.wrap-commit .wrap-content {
    padding: 30px 0 30px 0;
    }
	.name-commit {
    font-size: 16px;
}
	.item-commit {
    width: calc(100% / 3 - 10px);
    }
	.title-home {
		margin-bottom: 20px;
	}
	.title-home h2 {
    font-size: 17px;
}
	.title-home span {
    font-size: 20px;
}
	.wrap-commit:before {
    display: none;
}
	.flex-commit {
    padding-right: 0;
    gap: 15px;
}
.wrap-project .wrap-1920 {
    padding: 40px 0;
}
	.swiper-slide-active .name-project {
    font-size: 16px;
    line-height: 25px;
    }
	.swiper-project.swiper-slide-next {
	   
    padding-top: 0px !important;
    transition: 0.6s all;
	min-width: unset;
}

.swiper-project.swiper-slide-active {
    min-width: unset;
}

.swiper-project.swiper-slide-prev {
   padding-top: 0px !important;
   transition: 0.6s all;
   min-width: unset;
}
	.left-imprint {
    width: 100%;
    margin-bottom: 10px;
}


.right-imprint {
    width: 100%;
    padding: 0 10px;
}
.desc-about {
	-webkit-line-clamp: 5;
}
	.title-about h2 {
    font-size: 15px;
}
	.name-criteria {
		font-size:14px;
	}
	.project-prev ,.project-next ,.wrapper-prev ,.wrapper-next ,.news-next, .news-prev {
		display:none;
	}

	.navigation {
    padding: 5px 0;
	}
	.right-header {
		display:none;
	}
	#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: #ffffff;
		margin: 4px 0px;
		left: 0;
	}
	.wrap-menu{width: calc(100% - 60px);}
	.menu ul {
		display: none !important;
	}
}
@media (max-width: 850px) {
	.news-left{width: 100%;}
	.news-right{width: 100%;margin-top: 30px;padding: 10px;}
}
@media (max-width: 769px) {
	.wrap-project:after {
		display:none;
	}
	.policy span{
		display:none
	}
	.policy a {
    text-align: center;
    font-size: 12px;
}
	.info-footer {
    padding: 30px 0 30px 0;
}

	.logo-footer {
    margin: auto;
    margin-bottom: 10px;
}
	.flex-powered {
    row-gap: 10px;
}
	.policy,.copyright {
    text-align: center;
    width: 100%;
    justify-content: center;
}
	.wrap-wrapper{
    padding-bottom: 60px;
}
	.more-news {
    margin-top: 20px;
    font-size: 15px;
}
		.paging-newslist .p-relative {
    height: unset;
}
	.list-news {
    margin-bottom: 20px;
}
	.wrap-news {}
	.right-feedback {
    width: 100%;
}
	
.left-feedback {
    width: 100%;
    max-width: 585px;
    margin: auto;
    margin-bottom: 10px;
}
	.name-design {
    font-size: 15px;
}
	.right-design {
    width: 100%;
    padding-top: 0;
    }
	.left-design {
    width: 100%;
}
	.title-home2 h2 {
    text-align: center;
    font-size: 14px;
}
	.title-home2 {
    text-align: center;
    margin-bottom: 10px;
}

	.wrap-design {
    padding: 30px 0;
}
		.name-commit {
    font-size: 14px;
    margin-bottom: 0;
}
	.item-commit {
    width: calc(100% / 2 - 10px);
    }
	.paging-projectlist {
    padding: 0px 15px;
}
	.name-numberimprint {
    font-size: 18px;
}
	.name-imprint {
    font-size: 14px;
    line-height: 20px;
}
	.header .wrap-content>div{
    justify-content: center;
}
	.search {
    display: none;
}
	.gutter-x-20{--bs-gutter-x: 10px;}
	.flex-about {
		flex-wrap: wrap;
	}
	.content-about {
		width: 100%;
	}

	.photo-about {
		width: 100%;
		text-align: center;
		max-width: 516px;
		margin: auto;
		margin-bottom: 20px;
	}
	.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(2, 1fr);
		gap: 10px;
	}

	.info-footer .flex-footer{
		display: block;
	}
	.box-footer{width: 100% !important;/* margin-top: 20px; */}
}
@media (max-width: 440px) {
	form.contact-form {
    padding: 10px;
}
	.contact-text {
    padding: 20px;
}
	.desc-newshome {
    right: 50px;
    padding: 7px 10px 7px 5px;
}
	.time1-newshome {
    width: 40px;
    font-size: 14px;
    }
	.pic-about {
    margin-bottom: 5px;
}
	.pic-about img {
    mask: none;
}
	.pic-about:after {
    display: none;
}
.title-scope {
    margin-bottom: 10px;
}

		.title-scope span {
    font-size: 20px;
}
	.desc-footer span {
    margin-bottom: 5px;
}
		.desc-footer > div {
    font-size: 14px;
}
	.logo-footer {
    max-width: 300px;
}
	.wrap-wrapper{
    padding-bottom: 20px;
    padding-top: 20px;
}
	.wrapper-pagination {
		display:none;
	}
	.right-scope {
    width: 100%;
}

	.left-scope {
    width: 100%;
    margin-bottom: 10px;
}
	.box-feedback {
    width: 100%;
    }
	.left-title h2 {
    font-size: 14px;
}
	.left-title span {
    font-size: 20px;
}
	.title-home2 span {
    font-size: 25px;
}
	.item-commit {
    width: 100%;
    }
	.more-project {
    margin-top: 20px;
    font-size: 14px;
}
	.desc-project {
    font-size: 12px;
}
	.name-project ,.swiper-slide-active .name-project {
    font-size: 14px;
    line-height: 20px;
    }
	.info-project {
    padding: 10px 10px;
}
	.list-project {
		margin-bottom:10px;
	}
	.wrap-project .title-home {
    margin-bottom: 10px;
}

	.title-list-main span {
    padding: 8px 10px;
    min-width: unset;
    font-size: 12px;
}
	.item-numberimprint {
    padding: 10px 10px;
}
	.info-imprint {
    width: 100%;
    text-align: center;
}
.pic-imprint {
    width: 50px;
    margin: auto;
    margin-bottom: 10px;
}
	.item-imprint {
    padding: 10px 10px;
    flex-wrap: wrap;
}
	.title-home h2 {}
	.view-about {
    margin-top: 5px;
}
	.item-service h3 {}
	.desc-about {
	-webkit-line-clamp: 4;
}
	.title-about {
    margin-bottom: 5px;
}
	.title-about h2 {
    font-size: 14px;
}
	.pic-criteria {
    width: 45px;
}
.info-criteria {
    width: calc(100% - 55px);
}
.name-criteria {
		font-size: 12px;
	}
	.box-about {
    padding: 10px 10px;
    }
}
@media (max-width: 369px) {

}