/* LARGE */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	html {
		font-size: 15px;
	}

	.hidden-lg {
		display: none !important;
	}

	.container {
		max-width: 100%;
		width: 90%;
	}

	.box-gallery img {
		height: 260px;
	}

	.home-service .col-service:nth-child(1),
	.home-service .col-service:nth-child(2),
	.home-service .col-service:nth-child(3) {
		margin: 0 0 30px;
	}

	.home-project .slider-carousel-1 .slick-prev {
		left: 4%;
	}

	.home-project .slider-carousel-1 .slick-prev {
		width: 40px;
		height: 40px;
	}

	.home-vision img {
	    max-width: 50%;
	}

	.home-contact .content .image img {
		height: 500px;
	}

	.main-wrapper.service-detail .content .slider-carousel-1 .slick-prev {
		top: 35%;
	}

	.main-wrapper.service .content .item,
	.main-wrapper.about .slider-default-2 {
		padding: 50px;
	}
}