/* Large Deveice: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.header-area .navigation {
		padding: 0 30px;
		background: #fff;
		margin-top: -65px;
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
		margin-top: 0;
	}

	.header-area .main-btn {
		display: none;
	}

	.main-menu .navbar-nav .nav-link {
		padding: 15px;
	}

	.header-area .is-sticky .main-menu .navbar-nav .nav-link {
		padding: 15px;
	}

	.navbar-toggler {
		padding: 5px 15px;
		font-size: 20px;
		line-height: 1;
		background-color: transparent;
		border: none;
		position: absolute;
		top: -55px;
		right: 0;
		z-index: 99999;
	}

	.navbar-toggler-icon {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #f4e858;
		margin: 6px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.active .navbar-toggler-icon:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
	}

	.active .navbar-toggler-icon:nth-of-type(2) {
		opacity: 0;
	}

	.active .navbar-toggler-icon:nth-of-type(3) {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 7px;
	}

	.main-menu .navbar .navbar-collapse {
		position: absolute;
		top: -7px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 10px 16px;
		-webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		margin-top: 15px;
	}


	.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: none;
		border: 0;
		color: #094074;
	}

	.sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0;
		-webkit-transition: 0s;
		transition: 0s;
	}

	.main-menu .sub-menu li a {
		font-size: 14px;
		display: block;
		padding: 12px;
		padding-left: 12px;
		color: #191919;
		-webkit-transition: .3s;
		transition: .3s;
		padding-left: 30px;
	}

	.main-menu .navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none;
		outline: 0;
		cursor: pointer !important;
	}

	.sub-menu::after {
		display: none;
	}

	.single-slide-item h1 {
		font-size: 60px;
		line-height: 75px;
	}

	.single-slide-item p {
		font-size: 15px;
		line-height: 25px;
	}

	.hero-area-content .main-btn {
		font-size: 16px;
	}

	.info-bg.bg-cover {
		height: 212px;
	}

	.info-content {
		padding: 20px;
	}

	.info-content h5 {
		font-size: 25px;
		line-height: 34px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.info-founder {
		padding: 5px;
	}

	.info-founder i {
		margin-top: 27px;
	}

	.info-founder p.highlight {
		font-size: 44px;
		margin: 25px 0 15px;
	}

	.about-bg:after {
		width: 60%;
	}

	.portfolio-content {
		width: 80%;
	}

	.achievement-area {
		height: 450px;
	}

	#style-2.achievement-area {
		height: 400px;
	}

	.single-counter-box {
		margin: 60px 0;
	}

	.footer-area p {
		margin-top: 15px;
	}

	.text {
		padding-left: 15px;
		margin-top: 30px;
	}

	#portf-2 .single-portfolio-item {
		width: 49%;
		margin-left: 1%;
	}

	.featured-process-area .process-grids .grid {
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.featured-process-area .process-grids .overlay-2 {
		padding: 80px 30px 50px;
		top: 0;
	}

	.featured-process-area .bg-cover {
		height: 100%px;
	}

	.featured-process-area .process-grids .main-btn {
		font-size: 13px;
	}

	.info-content-area {
		margin-top: 40px;
	}

	#info-2 .info-content-area {
		padding-left: 10px;
	}

	.spacer {
		margin-top: 350px;
	}

	.choose-us-inner {
		border-bottom: 1px solid #eee;
	}

	.key-feature {
		padding: 30px 20px;
	}

	.key-feature .num {
		margin-top: -5px;
	}

	.featured-img {
		display: none;
	}

	.featured-area .about-key {
		margin-bottom: 40px;
	}

	.featured-area .about-key {
		padding-top: 50px;
	}

	.question-section {
		display: none;
	}

	.helpline-section {
		display: none;
	}

	.single-blog-item.large {
		height: 610px;
	}

	.single-blog-item.small {
		margin-top: 40px;
	}

	.blog-area .main-btn {
		margin-top: 25px;
	}

	#style-2.header-area.absolute-header .main-menu .navbar-nav .nav-link {
		color: #333E38;
	}

	#style-3.header-area .main-menu .navbar-nav .nav-link {
		color: #333E38;
	}

	.single-project-item.bg-cover {
		margin-bottom: 30px;
	}

	.single-process-item {
		margin-bottom: 50px;
	}

	.single-team-member {
		margin-bottom: 50px;
	}

	#home-3 .single-slide-item h1 {
		font-size: 75px;
		line-height: 85px;
	}

	.hero-area-content .shape-one {
		height: 60px;
		width: 60px;
	}

	.hero-area-content .shape-two {
		height: 60px;
		width: 60px;
	}

	.intro-inner {
		border: 1px solid #eee;
	}

	#about-3 .about-bg {
		margin-top: 50px;
	}

	.process-num {
		right: 100px;
	}

	.single-counter-box {
		margin: 30px 0;
	}

	.single-blog {
		margin-bottom: 120px;
	}

	.hero-area-content .main-btn {
		padding: 15px 30px;
	}

}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

	.section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.header-top {
		text-align: center;
	}

	.header-area .navigation {
		padding: 0 30px;
		background: #fff;
		margin-top: -65px;
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
		margin-top: 0;
	}

	.header-area .main-btn {
		display: none;
	}

	.main-menu .navbar-nav .nav-link {
		padding: 15px;
	}

	.header-area .is-sticky .main-menu .navbar-nav .nav-link {
		padding: 15px;
	}

	.navbar-toggler {
		padding: 5px 15px;
		font-size: 20px;
		line-height: 1;
		background-color: transparent;
		border: none;
		position: absolute;
		top: -40px;
		right: -45px;
		z-index: 99999;
	}

	.navbar-toggler-icon {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #cb9437;
		margin: 6px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.active .navbar-toggler-icon:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
	}

	.active .navbar-toggler-icon:nth-of-type(2) {
		opacity: 0;
	}

	.active .navbar-toggler-icon:nth-of-type(3) {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 7px;
	}

	.main-menu .navbar .navbar-collapse {
		position: absolute;
		top: -7px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 10px 16px;
		-webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		margin-top: 15px;
	}


	.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: none;
		border: 0;
		color: #094074;
	}

	.sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0;
		-webkit-transition: 0s;
		transition: 0s;
	}
	
	.main-menu .sub-menu li{
		width:48%;
		float:left;
	}

	.main-menu .sub-menu li:nth-child(odd){
		margin-right:2%;
	}
	
	.main-menu .sub-menu li:nth-child(even){
		margin-left:2%;
	}

	.main-menu .sub-menu li a {
		font-size: 14px;
		display: block;
		padding: 10px;
		color: #191919;
		-webkit-transition: .3s;
		transition: .3s;
		padding-left:20px;
	}

	.main-menu .navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none;
		outline: 0;
		cursor: pointer !important;
	}

	.sub-menu::after {
		display: none;
	}

	.single-slide-item {
		text-align: center;
	}

	.single-slide-item h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.single-slide-item p {
		font-size: 14px;
		line-height: 20px;
	}

	.hero-area-content .main-btn {
		font-size: 14px;
	}

	.info-content h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.about-bg:after {
		width: 60%;
	}

	.founded img {
		margin-bottom: 20px;
	}

	.portfolio-content {
		width: 80%;
	}

	.achievement-area {
		height: 950px;
	}

	#style-2.achievement-area {
		height: 700px;
	}

	.single-counter-box {
		margin: 15px 0;
	}

	ul.port-menu li {
		margin-bottom: 0;
	}

	.single-blog {
		margin-bottom: 120px;
	}

	.blog-area {
		padding-bottom: 50px;
	}

	.footer-up {
		padding-top: 60px;
	}

	.footer-area {
		text-align: center;
	}

	.footer-area p {
		margin-top: 10px;
	}

	.text {
		padding-left: 15px;
		margin-top: 30px;
	}

	#portf-2 .single-portfolio-item {
		width: 99%;
		margin-left: 1%;
	}

	.spacer {
		margin-bottom: 800px;
	}

	.choose-us-inner {
		padding: 30px;
		border-bottom: 1px solid #eee;
	}

	.featured-process-area .process-grids .grid {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.featured-process-area .process-grids .overlay-2 {
		padding: 80px 30px 50px;
		top: 0;
	}

	.featured-process-area .bg-cover {
		height: 100%px;
	}

	.featured-process-area .process-grids .main-btn {
		font-size: 13px;
	}

	.testimonial-content p {
		font-size: 16px;
	}

	.copyright-line {
		text-align: center;
	}

	p.privacy {
		text-align: center;
	}

	.info-content-area {
		margin-top: 40px;
	}

	.contact-form {
		margin-top: 20px;
	}

	.question-section {
		display: none;
	}

	.helpline-section {
		display: none;
	}

	.single-comments-section p span {
		padding-left: 0;
	}

	#style-2.header-area.absolute-header .main-menu .navbar-nav .nav-link {
		color: #333E38;
	}

	#style-3.header-area .main-menu .navbar-nav .nav-link {
		color: #333E38;
	}

	.single-project-item.bg-cover {
		margin-bottom: 30px;
	}

	.single-team-member {
		margin-bottom: 50px;
	}

	.about-certify {
		margin-bottom: 50px;
	}

	#home-3 .single-slide-item h1 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 0;
	}

	.hero-area-content .shape-one {
		height: 40px;
		width: 40px;
		left: 100px;
	}

	.hero-area-content .shape-two {
		height: 40px;
		width: 40px;
		right: 100px;
	}

	.intro-inner {
		border: 1px solid #eee;
	}

	#about-3 .about-bg {
		margin-top: 50px;
	}

	.single-counter-box {
		margin: 30px 0;
	}

	.process-num {
		right: 150px;
	}

	.single-blog {
		margin-bottom: 120px;
	}

	.hero-area-content .main-btn {
		padding: 15px 30px;
	}

}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 576px) and (max-width: 767px) {

	.section-title h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.header-top {
		text-align: center;
	}

	.header-area .navigation {
		padding: 0 30px;
		background: #fff;
		margin-top: -65px;
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
		margin-top: 0;
	}

	.header-area .main-btn {
		display: none;
	}

	.main-menu .navbar-nav .nav-link {
		padding: 15px;
	}

	.header-area .is-sticky .main-menu .navbar-nav .nav-link {
		padding: 15px;
	}

	.navbar-toggler {
		padding: 5px 15px;
		font-size: 20px;
		line-height: 1;
		background-color: transparent;
		border: none;
		position: absolute;
		top: -55px;
		right: 0;
		z-index: 99999;
	}

	.navbar-toggler-icon {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #f4e858;
		margin: 6px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.active .navbar-toggler-icon:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
	}

	.active .navbar-toggler-icon:nth-of-type(2) {
		opacity: 0;
	}

	.active .navbar-toggler-icon:nth-of-type(3) {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 7px;
	}

	.main-menu .navbar .navbar-collapse {
		position: absolute;
		top: -7px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 10px 16px;
		-webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		margin-top: 15px;
	}


	.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: none;
		border: 0;
		color: #094074;
	}

	.sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0;
		-webkit-transition: 0s;
		transition: 0s;
	}

	.main-menu .sub-menu li a {
		font-size: 14px;
		display: block;
		padding: 7px 12px;
		padding-left: 12px;
		color: #191919;
		-webkit-transition: .3s;
		transition: .3s;
		padding-left: 30px;
	}

	.main-menu .navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none;
		outline: 0;
		cursor: pointer !important;
	}

	.sub-menu::after {
		display: none;
	}

	.single-slide-item {
		text-align: center;
	}

	.single-slide-item h1 {
		font-size: 45px;
		line-height: 55px;
	}

	.single-slide-item p {
		font-size: 14px;
		line-height: 20px;
	}

	.hero-area-content .main-btn {
		font-size: 14px;
	}

	.info-content h5 {
		font-size: 35px;
		line-height: 45px;
	}

	.about-bg:after {
		width: 60%;
	}

	.founded img {
		margin-bottom: 20px;
	}

	.portfolio-content {
		width: 80%;
	}

	.achievement-area {
		height: 650px;
	}

	#style-2.achievement-area {
		height: 400px;
	}

	.single-counter-box {
		margin: 15px 0;
	}

	ul.port-menu li {
		margin-bottom: 0;
	}

	.single-blog {
		margin-bottom: 120px;
	}

	.single-blog img {
		height: 100%;
	}

	.blog-area {
		padding-bottom: 50px;
	}

	.footer-up {
		padding-top: 60px;
	}

	.footer-area {
		text-align: center;
	}

	.footer-area p {
		margin-top: 10px;
	}

	.text {
		padding-left: 15px;
		margin-top: 30px;
	}

	#portf-2 .single-portfolio-item {
		width: 99%;
		margin-left: 1%;
	}

	.spacer {
		margin-bottom: 800px;
	}

	.choose-us-inner {
		padding: 30px;
		border-bottom: 1px solid #eee;
	}

	.featured-process-area .process-grids .grid {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.featured-process-area .process-grids .overlay-2 {
		padding: 80px 30px 50px;
		top: 0;
	}

	.featured-process-area .bg-cover {
		height: 100%px;
	}

	.featured-process-area .process-grids .main-btn {
		font-size: 13px;
	}

	.testimonial-content p {
		font-size: 16px;
	}

	.copyright-line {
		text-align: center;
	}

	p.privacy {
		text-align: center;
	}

	.info-content-area {
		margin-top: 40px;
	}

	.contact-form {
		margin-top: 20px;
	}

	.question-section {
		display: none;
	}

	.helpline-section {
		display: none;
	}

	.single-comments-section p span {
		padding-left: 0;
	}

	#style-2.header-area.absolute-header .main-menu .navbar-nav .nav-link {
		color: #333E38;
	}

	#style-3.header-area .main-menu .navbar-nav .nav-link {
		color: #333E38;
	}

	.single-project-item.bg-cover {
		margin-bottom: 30px;
	}

	.single-team-member {
		margin-bottom: 50px;
	}

	.about-certify {
		margin-bottom: 50px;
	}

	#home-3 .single-slide-item h1 {
		font-size: 50px;
		line-height: 60px;
	}

	.hero-area-content .shape-one {
		height: 40px;
		width: 40px;
		left: 100px;
	}

	.hero-area-content .shape-two {
		height: 40px;
		width: 40px;
		right: 100px;
	}

	.intro-inner {
		border: 1px solid #eee;
	}

	#about-3 .about-bg {
		margin-top: 50px;
	}

	.single-counter-box {
		margin: 30px 0;
	}

	.process-num {
		right: 200px;
	}

	.single-blog {
		margin-bottom: 120px;
	}

	.hero-area-content .main-btn {
		padding: 15px 30px;
	}

}

@media only screen and (max-width: 575px){
	.info-content {
		padding: 10px;
	}

	.info-content h3 {
		font-size: 20px;/*25px*/
	}
	
	.moPhone{margin-top:30px !important;}
	
	.single-service-area:nth-child(1){
		margin-top:20px;
	}
	
	.single-slide-item h1 {
		font-size: 28px;/*30px*/
	}
	.newsWrap{ margin-top:-80px;}
	
	.featured-process-area .process-grids .grid {
		width: 100%;
		text-align:center;
	}
	
	.featured-process-area .process-grids .grid:nth-child(odd) {
		background: rgba(15,0,63,0.5);
	}

	.featured-process-area .process-grids .inner {
		padding: 30px 0 10px 0;
		top: 10px;
	}
	
	.featured-process-area .process-grids .count {
		font-size: 60px;
	}
	
	.featured-process-area .process-grids h3 {
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.featured-process-area .process-grids p {
		color: #cecccc;
		margin-bottom: 0;
		padding-bottom: 2em;
	}
	
	.featured-process-area .process-grids .inner > a {
		position: relative;
		top: 100px;
	}
	
	.featured-process-area .process-grids .grid:hover .inner > a {
		top: 0;
	}
	
	.featured-process-area .process-grids .grid:hover .inner {
		background-color: #242430e0;
		top: 0;
	}
	
	.go-top {
		display:block !important;
		background:rgba(220,145,15,0.7);
		bottom:10px;
		right:10px;
		border-radius:40px;
		z-index:9999;
	}
	
	.telphone{
		display:block !important;
		background:rgba(220,145,15,0.9);
		bottom:10px;
		left:10px;
		border-radius:40px;
		z-index:9999;
	}
	
	.info-content {
		border-left: 5px solid #DFB163;
		border-right: 5px solid #DFB163;
		padding-left:5px;
		padding-right:5px;
	}
	
	.contact-inner h6 {
		padding-left: 70px;
	}
	
	.contact-inner p {
		padding-left: 70px;
	}
	
	.bottomP{text-align:left; font-size:18px; font-weight:normal; margin:0 auto; width:100%;}/*font-size:22px;width:85%;width:85%;*/
	.bottomP strong{font-size:14px;display:inline-block;padding-right:10px;text-align:left;text-align-last:left;vertical-align:middle}/*font-size:16px;width:55%;text-align:justify;text-align-last:justify;*/
	.footer-up .logo{margin-bottom:40px;}
	.bottomLink h6,.bottomContact h6{width:100%; font-size:30px;}
	.bottomLink .col-sm-6{width:50%}
	.contact-info{text-align:left;}
	.contact-info strong{color:#fff !important;}
	.contact-info em{font-weight:bold !important; color:#fff !important;}
	.infoT span{display:none;}
	.subSortWrap{padding-top:50px;}
	.subSortWrap a{padding:5px 10px; margin:5px;}
	#newsList{ margin-top:-10px;}
	.infoT a{height:45px; line-height:45px; position:relative; padding-right:10px;}
	.infoI {top:15px; color:#e6a73e}
	
	.khfw{width:100%;}
	.khfw .single-team-item{margin:10px auto; display:block; margin-left:2px;}
	
	
	.khmlList{width:90%; margin:50px auto;}
	.khmlList li{width:100%;}
	.khmlList .khmlT{height:40px; line-height:40px; font-weight:bold; font-size:18px; margin-top:40px;}
	.khmlList .khmlC span{margin:5px 20px; display:inline-block; padding:5px 20px; border:solid 2px #fff;}
	.khmlList .khmlC span:hover{border-bottom:solid #dfb163 2px; color:#d78906}
	
	.w1200{width:100%;}
	.single-portfolio-item {
		width:305px !important;
		height: 305px !important;
		background-size:305px 305px !important;
		margin-left:1%;
		margin-bottom: 30px;
	}
	
	.newsContentWrap p{line-height:200%;color:#999; max-width:100% !important;white-space: pre-wrap;}
	.newsContentWrap img{border:0; max-width:300px!important; height:auto!important;}
	.info-area{}

	#about-1 .about-bg img{
		margin-left:10px;	
	}

	#about-1 .about-bg:after {
		width: 100%;
		left:-10px;
	}
	
	#homeAboutMore{display:none}
	
	ul.port-menu.recent {
    margin-bottom: 0;
	}
	
	#cgalList .single-portfolio-item, #cgalList1 .single-portfolio-item {
		height: 330px !important;
		width: 250px !important;
		background-size: 250px 250px !important;
	}
	
	.achievement-area {
		height:auto;
		padding-top:20px!important;
		padding-bottom:20px!important;
	}
	
	.main-btn{
		/*line-height: 18px;
		padding: 10px 13px;
		float:right;
		display:none;*/
	}
	
	.homeTeam {
		width:100%;
	}
	.homeTeam li{
		width:140px;
		height:105px;
	}
	.homeTeam li img{
		width:140px;
		height:105px;
	}
	
	.single-service-area {
		padding: 20px;
		padding-top: 30px;
	}
	
	.justify-content-center{
		padding-bottom:0;	
	}
	
	.homeNewsWrap1{padding-bottom:0 !important;}
	.homeNewsWrap2{padding-bottom:10px !important;}
	.homeNewsList li{width:100%;}
	.homeNewsWrap3{margin-top:10px !important;}
	.homeNewsWrap3 .col-lg-12,.homeContactWrap .col-12{padding-left:0 !important; padding-right:0 !important}
	.contact-form .col-12,.contact-form .col-lg-12{padding-left:10px !important; padding-right:10px !important}
	.contact-section .contact-info i,.contact-section .contact-info em {
		font-size: 20px;
		padding: 4px;
		border-radius: 2px;
		float: left;
		margin-right:5px;
	}
	.contact-inner {
		margin-bottom: 10px;
	}
	.contact-inner h6 {
		font-weight: 400;
		padding-left: 40px;
	}
	.contact-inner p {
		padding-left: 40px;
	}
	.contact-content{margin-top:25px;}
	
	#zxly input{margin-bottom:10px}
	#zxly textarea{margin-bottom:8px}
	#zxly .main-btn{width:100%}
	.homeContactWrap{padding-bottom:0}
	.footer-bottom{padding-bottom:60px;}
	.footer-up{padding-bottom:0; padding-top:30px;}
	.footer-up .logo{margin-bottom:20px;}
	.footer-up .bottomP{margin-top:0; font-weight:normal !important}
	.bottomLink1 a{ padding-top:3px !important; padding-bottom:3px !important;}
	.bottomLink h6{margin-bottom:5px;}
	.grid>.inner p{padding-bottom:0}
	.featured-process-area .process-grids .inner {
		padding: 0;/*80px 60px 60px*/
		padding-top:20px;
		top: 20px;/*60px*/
		min-height:170px;
	}
	
	.homeNewsWrap3 .owl-dots{margin-top:10px; margin-bottom:20px}
	#qytdList{padding-top:20px !important; padding-bottom:20px !important;}

}