@media(max-width:1300px) { } 
@media(max-width:1001px){
 .header__bottom .wrap__content { -webkit-box-pack: center !important; -webkit-justify-content: center !important; -moz-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } 
 .scrollToTop { bottom: 80px; right: 20px; } 
 }
 
@media(max-width:850px){
 .footer__news , .col__left , .col__right, .aboutus__left , .aboutus__right, .col-news , .col-video { -ms-flex: 0 0 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; flex: 0 0 100%; max-width: 100%; } 
 .footer__news { text-align: left !important; } 
 .col__clickService, .col__sliderService { width: 100%; } 
 .title__service__list { flex-direction: column; justify-content: center; align-items: center; } 
 .title__service__list li { margin-bottom: 15px; } 
 }

@media(max-width:550px){
 .title__aboutusSet .title { margin-top: 10px; margin-left: 0; text-align: center; } 
 .title__main { margin-bottom: 1rem; } 
 .title__newsletter { width: 100%; margin-bottom: 15px; } 
 .form-newsletter { width: 100%; gap: 10px; } 
 .line__top img, .line__bottom img { margin: auto; } 
 }

@media(max-width:440px){
 .video-image { height: auto; } 
 .btn__list-item { font-size: 15px; } 
 .col-left-form { width: 100%; } 
.col-center-form { width: 100%; } 
.col-right-form { width: 100%; } 
 }

@media(max-width:391px) { } 


@media only screen and (max-width: 991px){
 .grid__news { gap: 15px; grid-template-columns: repeat(3, minmax(0, 1fr)); } 
 }
 
 @media only screen and (max-width: 575px){
 .grid__news { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); } 
 .map__iframe { position: relative; height: 200px; } 
 }

