@media only screen and (max-width: 767px) {
	.header_text h1 {
		font-size: 28px;
		line-height: 35px;
	}
	
	.header_text h4 {
		font-size: 14px;
		line-height: 22px;
	}
	
	.header_text .col-md-7 > div {
		width: 100% !important;
		height: auto !important;
		max-height: 400px;
	}
	
	.header_text .col-md-7 > div img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	
	.header_top {
		margin-bottom: 50px;
	}
	
	.logo_div img {
		max-width: 200px;
		height: auto;
	}
	
	.btn-lg {
		padding: 12px 24px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_text .col-md-7 > div {
		width: 100% !important;
		height: auto !important;
		max-height: 500px;
	}
	
	.header_text .col-md-7 > div img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

.business_area .col-md-6 > div {
	width: 100% !important;
	height: auto !important;
	max-height: 350px;
}

.business_area .col-md-6 > div img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.business_area .col-md-6 > div {
		max-height: 250px;
	}
	
	.service_text {
		width: 100% !important;
		padding-right: 0 !important;
		text-align: left;
	}
	
	.service_icon {
		width: 100% !important;
		padding: 8px 0;
	}
	
	.service_icon i {
		font-size: 28px;
	}
	
	.service_icon span {
		font-size: 18px;
		padding-left: 8px;
	}
	
	.service_text p {
		font-size: 14px;
		line-height: 22px;
		padding: 0 10px;
	}
}

.case_area table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.case_area {
		padding: 20px 10px;
	}
	
	.case_area table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.case_area table tbody {
		display: block;
		min-width: 600px;
	}
	
	.case_area table tr {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	.case_area table td {
		font-size: 12px;
		padding: 8px 5px;
		line-height: 18px;
	}
	
	.case_area table td:first-child {
		width: 35%;
	}
	
	.case_area table td:nth-child(2) {
		width: 25%;
	}
	
	.case_area table td:nth-child(3) {
		width: 40%;
	}
	
	.case_area table .priceTitle td {
		font-size: 14px;
		padding: 10px 5px;
	}
	
	.case_area table .priceTitle b {
		font-size: 16px;
	}
	
@media only screen and (max-width: 767px) {
	.case_area table .lastduan {
		background: #f8f9fa;
		border-radius: 8px;
		overflow: hidden;
	}
	
	.case_area table .lastduan td {
		padding: 20px 15px;
	}
	
	.case_area table .shouQuan {
		font-size: 18px;
		font-weight: bold;
		color: #e85347;
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 2px solid #e85347;
	}
	
	.case_area table .listWord {
		margin-bottom: 25px;
	}
	
	.case_area table .listWord ul {
		padding-left: 20px;
		margin: 0;
	}
	
	.case_area table .listWord li {
		margin-bottom: 8px;
		line-height: 20px;
		font-size: 14px;
		color: #333;
		position: relative;
		padding-left: 20px;
		text-indent: -2ch;
		margin-left: 2ch;
	}
	
	.case_area table .listWord li:before {
		content: "";
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	.case_area table .lastduan {
		background: #f8f9fa;
		border-radius: 8px;
		overflow: hidden;
	}
	
	.case_area table .lastduan td {
		padding: 30px 25px;
	}
	
	.case_area table .shouQuan {
		font-size: 20px;
		font-weight: bold;
		color: #e85347;
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 2px solid #e85347;
	}
	
	.case_area table .listWord {
		margin-bottom: 30px;
	}
	
	.case_area table .listWord ul {
		padding-left: 30px;
		margin: 0;
	}
	
	.case_area table .listWord li {
		margin-bottom: 10px;
		line-height: 24px;
		font-size: 15px;
		color: #333;
		position: relative;
		padding-left: 20px;
		text-indent: -2ch;
		margin-left: 2ch;
	}
	
	.case_area table .listWord li:before {
		content: "";
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case_area table {
		font-size: 13px;
	}
	
	.case_area table td {
		padding: 10px 8px;
	}
}

.product-card-container {
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.product-card-container {
		padding: 5px;
	}
	
	.card {
		margin-bottom: 15px;
	}
	
	.product-img img {
		max-height: 200px;
		object-fit: contain;
	}
	
	.product-info h6 {
		font-size: 16px;
	}
}

.service-area {
	padding: 40px 0;
}

@media only screen and (max-width: 767px) {
	.service-area {
		padding: 30px 15px;
	}
	
	.service-area .service-inner {
		display: none;
	}
	
	.service-area .service-inner-mobile {
		display: block;
	}
	
	.service-area .process-item-mobile {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		padding: 15px;
		background: #f8f9fa;
		border-radius: 8px;
	}
	
	.service-area .process-item-mobile .dot {
		width: 50px;
		height: 50px;
		background: #4397d5;
		color: white;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: bold;
		flex-shrink: 0;
		margin-right: 15px;
	}
	
	.service-area .process-item-mobile .process-text {
		flex: 1;
		font-size: 16px;
		color: #333;
		font-weight: 500;
	}
	
	.service-area .process-item-mobile .process-desc {
		font-size: 13px;
		color: #666;
		margin-top: 5px;
		line-height: 1.5;
	}
	
	.service-area .col-md-4 {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.service-area .service-inner-mobile {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.cbp-spmenu {
		width: 80%;
	}
	
	.cbp-spmenu img {
		max-width: 150px;
		padding-left: 15px;
		padding-top: 20px;
	}
	
	.cbp-spmenu-vertical a {
		font-size: 16px;
		padding: 12px 20px;
	}
	
	.manu_div {
		right: 3%;
		top: 3%;
	}
	
	.manu_div button {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	#sponsor_slide .item img {
		max-height: 50px;
		width: auto;
		margin: 0 auto;
	}
	
	.sponsor_area h3 {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.contact_a_title h2 {
		font-size: 24px;
	}
	
	.contact_a_title p {
		font-size: 14px;
		margin: 0 5% 15px;
	}
	
	.contact_box input[type="text"],
	.contact_box input[type="mail"],
	.contact_box input[type="numbar"],
	.contact_box textarea {
		font-size: 14px;
	}
	
	.single_social a {
		height: 120px;
		font-size: 40px;
		padding-top: 20%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.section_padding {
		padding: 30px 0;
	}
	
	.area_padding {
		padding: 15px 0;
	}
	
	.business_area_title h2,
	.case_area_title h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.business_area_title p,
	.case_area_title p {
		font-size: 14px;
		margin: 0 5% 10px;
	}
}

@media only screen and (max-width: 767px) {
	.footer_area p {
		font-size: 13px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.single_service {
		margin-bottom: 30px;
	}
	
	.single_service h3 {
		font-size: 18px;
	}
	
	.single_service p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.header_overlay {
		padding-top: 20px;
	}
	
	.carousel-inner {
		min-height: auto;
	}
	
	#myCarousel {
		min-height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.btn-danger {
		font-size: 14px;
		padding: 10px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_text h1 {
		font-size: 32px;
		line-height: 40px;
	}
	
	.header_text h4 {
		font-size: 15px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_text .col-md-7 > div {
		width: 100% !important;
		height: auto !important;
		max-height: 550px;
	}
	
	.header_text .col-md-7 > div img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

@media only screen and (max-width: 767px) {
	.business_area_title h2 span,
	.case_area_title h2 span {
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.row > div {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
}