@media only screen and (min-width : 1025px) {
}
@media only screen and (max-width : 1024px) {
	.big_text {
	    font-size: 120px;
	}
}
@media only screen and (max-width : 768px) {
	.title_for_page{
		font-size: 45px;
	}
	.offset_center {
	    position: relative;
	    top: 0;
	    transform: translateY(0%);
	    -webkit-transform: translateY(0%);
	}
	.block_list_item_content .fs-50{
		font-size: 30px;
	}
	.block_list_about{
		text-align: center;
	}
	.block_list_about img{
		max-width: 150px;
		margin: 15px 0;
	}
	.toggle-menu-mobile {
	    background-color: #00ABEA;
	    display: inline-block;
	    right: 15px;
	    overflow: hidden;
	    padding: 5px 0;
	    position: absolute;
	    top: 18px;
	    width: 45px;
	    z-index: 10;
	    cursor: pointer;
	}
	.toggle-menu-mobile > span {
	    background-color: #fff;
	    display: inline-block;
	    float: left;
	    margin: 3px 5px;
	    padding: 2px 0;
	    width: 35px;
	}
	.social{
		text-align: center;
		margin-top: 10px;
	}
	.MainMenuMobile {
	    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	    padding: 5px 0;
	    position: absolute;
	    text-align: center;
	    top: 100%;
	    width: 100%;
	    z-index: 2;
	    display: none;
	}
	.MainMenuMobile a {
	    display: block;
	    padding: 5px 0;
	}
	.item-banner-slide{
		padding-top: 50px;
		padding-bottom: 150px;
	}
	.main_item_slide_col {   
	    position: relative;
	    height: 350px;
	}
	.main_item_slide {
	    height: inherit !important;
	    margin-top: 15px;
	}
	.wrapper {
	    height: inherit;
	    left: 0;
	    position: relative;
	    top: 0;
	    width: 100%;
	    z-index: 1;
	    overflow-y:scroll;
	}
	header.home.white{
		background: rgba(0, 171, 234, 0.9) none repeat scroll 0 0;
	}
	.wrapper .owl-dots {
	    bottom: 5px;
	    display: inline-block;
	    left: 50%;
	    position: absolute;
	    right: 0;
	    text-align: center;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	.main_item_slide_content {
	    background-color: #001c47;
	    height: 100%;
	    left: 0;
	    overflow: hidden;
	    padding: 15px;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 10;
	    overflow-y: scroll;
	}
	.hidden_w_0 {
	    left: -100%;
	}
	.social{
		display: none;
	}
	.main_item_slide_col .fs-32{
		font-size: 29px;
	}
	.location-site{
		overflow-y:scroll;
		top: 0; 
	}
	.close_location{
		top: 10px;
	}
	.testimonial .owl-dot{
	    margin-bottom: 20px;
	}
	.fs-50 {
	    font-size: 30px;
	}
	.fs-30{
		font-size: 20px;
	}
	.pd-l-40{
		padding-left: 0;
		word-wrap: break-word;
		text-align: center;
	}
	.big_text {
	    font-size: 130px;
	}
	.MainMenuMobile .map_site a{
		display: none;
	}
	.pd-r-0,.pd-l-0{
		padding-right: 0;
		padding-left: 0;
	}
	#MainMenuFooter li {
	    display: inline-block;
	    margin-bottom: 10px;
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.banner_for_page{
		background-image: url("../images/banner_for_page.jpg")!important;
	}
	.bg-process{
		background-image: url("../images/process-background.jpg")!important;
	}
	.imagetechnology img {
	    max-width: 180px;
	}
}