@media only screen and (min-width : 1025px) {
.container-fluid{
	padding-left: 50px;
	padding-right: 50px;
}
.sc_bock-gallery.collum-4{
    grid-template-columns: repeat(4, 1fr);
}
.sc_bock-gallery.collum-3{
    grid-template-columns: repeat(3, 1fr);
}
.sc_bock-gallery.collum-5{
    grid-template-columns: repeat(5, 1fr);
}
.sc_bock-gallery.collum-6{
    grid-template-columns: repeat(6, 1fr);
}
#sc_project-lienhe .pic{
    order: 2;
}
}
@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 768px) {
body{
    font-size: 14px;
}
.sc_headerSingle{
    display: none;
}
.sc_project-banner {
    height: auto;
}
.title_gradient,.title_bod .title_gradient{
    font-size: 20px;
}
.single-project .formPushContact input {
    width: 160px;
}
.sc_project-giaban-section,.giaban_tasklist-items,.sc_project-tongquan-grow{
    flex-direction: column;
}
.sc_project-giaban-wrapper .content{
    max-width: 100%;
}
.sc_project-tongquan-grow .items td {
    padding: 5px;
}
.sc_project-tongquan-video {
    height: 260px;
}
.sc_project-vitri-bottom {
    padding-bottom: 0;
}
.sc_tabs-block-titles a {
    font-size: 13px;
    padding: 5px 7px;
}
.sc_modify-price {
    gap: 10px;
    flex-direction: column;
}
.sc_modify-price iframe {
    width: 100%;
    height: 260px;
}
.sc_bock-gallery.collum-4 img {
    height: 120px;
}
#sc_project-lienhe {
    padding: 10px;
    flex-direction: column;
    gap: 30px;
}
.sc-header .menu a {
    font-size: 16px;
    padding: 10px;
}
.tripBanner .img {
    height: 300px;
}
.sc_home-tasklist {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
}
.sc_home-tasklist .item {
    transform: translateY(0) !important;
}
.tripBanner .trip {
    height: 50px;
}
.sc_home-tasklist .item .title {
    font-size: 18px;
}
.sc_home-select {
    flex-direction: column;
    gap: 15px;
}
.sc_home-select .content {
    order: 2;
}
.sc_project-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.sc_footer {
    flex-direction: column;
    gap: 15px;
    padding: 30px 0;
}
.svgRef {
    height: 70px;
}
.sc-header{
    padding: 0;
}
}