.page-section {
	padding: 70px 0px;
}

.product-border{
	border-bottom: 1px dashed;
	padding-bottom: 20px;
}
/*--------------------------------------------*/

.section-welcome h3 {
	font-size: 40px;
	color: #f9931f;
	margin-bottom: 25px;
	text-align: center;
}
.section-welcome span {
	color: #107cc3;
}
.section-welcome p{
	color: #555;
	font-size: 22px;
	text-align: center;
}
/*--------------------------------------------*/

.section-about h3 {
	font-size: 40px;
	color: #107cc3;
	margin-bottom: 25px;
}

.section-about span {
	font-size: 40px;
	color: #107cc3;
	margin-bottom: 25px;
}


.section-about p{
	color: #333;
	font-size: 24px;
	text-indent: 30px;
}

.section-about p.text-sky{
	color: #f9931f !important; 
	text-shadow: 1px 1px 1px #ccc;
}



/*--------------------------------------------*/
.section-reference{
	position: relative;
	padding: 80px 0px 100px;
	height: 100%;
	overflow: hidden;
	background: url(../upload/bg-one.png) left;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.section-reference h3 {
	font-size: 50px;
	color: #f9931f;
	margin-bottom: 25px;
}
.section-reference span {
	color: #107cc3;
}
.section-reference p{
	color: #555;
	font-size: 22px;
}


.section-reference-v2 h3 {
	font-size: 50px;
	color: #f9931f;
	margin-bottom: 25px;
}
.section-reference-v2 span {
	color: #107cc3;
}
.section-reference-v2 p{
	color: #333;
	font-size: 21px;
}





.section-reference .btn {
	margin: 0rem;
	color: #fff;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0px 150px 7px;
	font-size: 30px;
}

.reference-mt {
	margin-top: 120px;
}

.reference-layout {
	margin-bottom: 30px;
}

.reference-layout .item-img {
	position: relative;
	overflow: hidden;
}
.reference-layout .published-date-comment {
	padding: 12px 25px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -50px;
	background-color: #00aeefa3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.reference-layout .published-date-comment li {
	margin-right: 30px;
	display: inline-block;
}
.reference-layout .published-date-comment li:last-child {
	margin-right: 0;
}
.reference-layout .published-date-comment li a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.reference-layout .published-date-comment li a:hover {
	color: #e8bc72;
}

.reference-layout .published-date-comment li a i {
	margin-right: 15px;
}
.reference-layout .item-content {
	background-color: #fff;
	padding: 12px;
	text-align: right;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
	-moz-box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
	box-shadow: 0px 1px 10px 0px rgba(202, 202, 202, 0.75);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.reference-layout .item-content h5.reference-title{
	color: #107cc3;
	font-size: 24px!important;
	margin-bottom: 0px!important;
	text-transform: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.reference-layout .item-content p{
	font-size: 22px;
	color: #555;
	line-height: 24px;
	margin-bottom: 10px;
	min-height: 10px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.reference-layout .item-content a{
	font-size: 22px;
}


.reference-layout:hover .published-date-comment {
	bottom: -16px;
	opacity: 1;
	visibility: visible;
}
.reference-layout:hover .item-content {
	-webkit-box-shadow: 0px 16px 20px 0px rgba(202, 202, 202, 0.75);
	-moz-box-shadow: 0px 16px 20px 0px rgba(202, 202, 202, 0.75);
	box-shadow: 0px 16px 20px 0px rgba(202, 202, 202, 0.75);
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.reference-layout figure {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	position: relative;
}
.reference-layout figure:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.reference-layout figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

/*----*/


.section-setvice h3 {
	font-size: 40px;
	color: #f99136;
	margin-bottom: 25px;
}

.section-setvice span {
	font-size: 40px;
	color: #107cc3;
	margin-bottom: 25px;
}


.section-setvice p{
	color: #333;
	font-size: 24px;
	text-indent: 30px;
}
.section-setvice li {
	font-size: 22px;
	margin-bottom: 10px;
}


.section-setvice .jut{list-style: none; font-size: 23px; line-height: 27px; }

.section-setvice ul.i-con-1 li:before {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	list-style: none;
	line-height: 1;
	font-weight: 900;
	content: "\f058";
	color: #107cc3;
	margin-left: 0px;
	font-size: 30px;
	padding-right: 15px;

}

/*--------------------------------------------*/

.section-detail h3 {
	font-size: 35px;
	color: #333;
	margin-bottom: 25px;
}



.section-detail p{
	color: #333;
	font-size: 22px;
}


/*--------------------------------------------*/


#construction-text-h{
	padding: 80px 0px;
	text-align: center;
}

#construction-text-h h3{
	text-transform: uppercase;
	font-size: 55px;
	color: #0572c0;
	line-height: 30px;

}
#construction-text-h h4{
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

.card-rounded {
	padding: 15px 25px;
}
.card-rounded h5{
	color: #f9931f !important;
	font-size: 30px;
	margin: 0px 0px 10px 0px;
}

.card-rounded p{
	color: #fff !important;
	font-size: 22px;
	line-height: 26px;
}


/*--------------------------------------------*/
.section-service{
	position: relative;
	padding: 100px 0px 120px;
	height: 1000px;
	overflow: hidden;
	background: url(../upload/bg-tree.png)right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.section-service h3 {
	font-size: 50px;
	color: #f9931f;
	margin-bottom: 25px;
}
.section-service span {
	color: #107cc3;
}
.section-service p{
	color: #555;
	font-size: 24px;
}
.section-service .btn {
	margin: 0rem;
	color: #fff;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0px 150px 7px;
	font-size: 30px;
}


.box-icon-creative {
	text-align: left;
	padding: 20px;
	min-height: 90px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}


@media (min-width: 992px) {
	.box-icon dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.box-icon {
	padding-bottom: 0px;
	margin-top: 0px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0px !important;
}

.box-icon dt {
	font-weight: 600;
	width: 50px;
	font-size: 40px;
	margin-top: 3px;
	clear: left;
	margin-bottom: 0px;
	overflow: visible;
	float: left;
	color: #107cc3;
}
.box-icon dt:last-of-type {
	margin-bottom: 0;
}
.box-icon dd {
	margin-left: 60px;
	text-align: left;
	opacity: 1;
	font-size: 22px;
	/*	color: #555555;*/
	font-weight: 500;
	margin-bottom: 0px !important;
}





@media (min-width: 992px) {
	.box-icon-service dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.box-icon-service {
	padding-bottom: 0px;
	margin-top: 0px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0px !important;
}

.box-icon-service dt {
	font-weight: 600;
	width: 40px;
	font-size: 26px;
	margin-top: -5px;
	line-height: 40px;
	clear: left;
	margin-bottom: 0px;
	overflow: visible;
	float: left;
	color: #107cc3;
}
.box-icon-service dt:last-of-type {
	margin-bottom: 0;
}
.box-icon-service dd {
	margin-left: 40px;
	text-align: left;
	opacity: 1;
	font-size: 24px;
	/*	color: #555555;*/
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 11px !important;
}


/*--------------------------------------------*/




#inside-text-h{
	text-align: center;
}
#inside-text-h h2{
	font-size: 65px;
	color: #000000;
	line-height: 48px;
	font-weight: 800;
	letter-spacing: 1px;
}
#inside-text-h h2 span,#inside-text-h h2 i{
	color: #0173b9;
}
#inside-text-h .bg-text {
	position: relative;
	padding: 160px 0px;
	height: 450px;
	padding-bottom: 0px;
	background: url(../images/inside-bg.png) center;
	background-repeat: repeat-y;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.bg-navigator{
	text-align: left;
	background-color: #333;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	position: absolute;
	z-index: 0;
	bottom: 0.1px;
	left: 0;
	right: 0;
}
.bg-navigator a:nth-child(1){
	padding: 0px 10px;
	display: inline-block;
	text-decoration: none;
	border-right: solid 1px #fff;
	color: #ffffff;
	font-weight: 300;
}
.bg-navigator a{
	padding: 12px 12px;
	font-size: 20px;
	display: inline-block;
	text-decoration: none;
	color: #cccccc;
}
/*--------------------------------------------*/

.section-all{
	position: relative;
	padding: 60px 0px 0px;
	height: auto;
	overflow: hidden;
	/*	background: url(../upload/bg-tree.png)right;*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}


.section-all-contact{
	position: relative;
	padding: 60px 0px 0px;
	height: auto;
	overflow: hidden;
	background: url(../upload/bg-tree.png)right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.section-service-product{
	position: relative;
	padding: 60px 0px 120px;


}
/*--------------------------------------------*/

.row-service {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/*--------------------------------------------*/





.navbar {
	z-index: 1040;
}
.side-nav {
	margin-top: 0px !important;
	z-index: 9999;
}

.double-nav .breadcrumb-dn p {
	color: #fff;
}

@media (min-width: 1200px){
	.fixed-sn main {
		margin-left: 20% !important;
		margin-right: 20% !important;
	}

}

@media (max-width: 991px){
	.slick-prev {
    left: 0px!important;
}
.slick-next {
    right: 0px!important;
}

}
@media (max-width: 768px){
	.page-section {
		padding: 50px 0px;
	}
	.section-welcome h3 {
		font-size: 30px;
	}
	.section-welcome p {
		font-size: 20px;
	}

	.reference-mt {
		margin-top: 80px;
	}
	.row-service {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 5px;
		margin-left: 5px;
	}

	.section-detail h3 {
		font-size: 26px;
		color: #333;
		margin-bottom: 25px;
	}
	.section-all {
		position: relative;
		padding: 40px 0px 120px;
		height: auto;
		overflow: hidden;
		background: url(../upload/bg-tree.png)right;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.selectors {
		margin-top: 30px !important;
	}

}
@media (max-width: 414px){

	.page-section {
		padding: 40px 0px;
	}
	.section-welcome h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.section-welcome p {
		color: #555;
		font-size: 20px;
	}
	.section-reference h3 {
		font-size: 30px;
	}
	.section-reference {
		position: relative;
		padding: 60px 0px 100px;
	}
	.reference-mt {
		margin-top: 65px;
	}
	.section-reference .btn {
		padding: 0px 80px 7px;
		font-size: 25px;
	}
	.section-reference {
		position: relative;
		padding: 60px 0px 60px;
		height: 100%;
		overflow: hidden;
		background: url(../upload/bg-one.png) center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.section-service h3 {
		font-size: 35px;
		color: #f9931f;
		margin-bottom: 25px;
	}
	.section-service p {
		color: #555;
		font-size: 22px;
	}
	.section-service {
		position: relative;
		padding: 60px 0px 60px;
		height: auto;
		overflow: hidden;
		background: url(../upload/bg-tree.png)right;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.card-rounded {
		padding: 15px 15px;
	}


	.section-reference-v2 h3 {
		font-size: 40px;
		color: #f9931f;
		margin-bottom: 25px;
	}
	#inside-text-h h2 {
		font-size: 45px;
		color: #000000;
		line-height: 48px;
		font-weight: 800;
		letter-spacing: 1px;
	}
	#inside-text-h .bg-text {
		position: relative;
		padding: 60px 0px;
		padding-bottom: 120px;
		height: 220px;
		/*		background: url(../images/inside-bg.png) center;*/
		background-repeat: repeat-y;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}

	.section-all {
		position: relative;
		padding: 60px 0px 0px;
		height: auto;
		overflow: hidden;
		background: url(../upload/bg-tree.png)left;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.section-service .btn {
		padding: 0px 40px 7px;
		font-size: 26px;
	}
	#construction-text-h {
		padding: 60px 0px;
		text-align: center;
	}
	.selectors .mz-thumb img {
		max-width: 23% !important;
	}

	.nav-link {
		display: block;
		padding: 7px 7px 10px !important;
	}
	.tab-content > .tab-pane {
		padding: 15px !important;
		border-radius: 6px;
		background-color: #f2f2f2;
	}
	.section-detail p {
		color: #333;
		font-size: 20px;
	}
	.section-setvice p {
		color: #333;
		font-size: 20px;
		text-indent: 30px;
	}
	.section-setvice .jut {
		list-style: none;
		font-size: 20px;
		line-height: 27px;
	}
	.section-setvice ul.i-con-1 li:before {
		font-family: "Font Awesome 5 Free";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		list-style: none;
		line-height: 1;
		font-weight: 900;
		content: "\f058";
		color: #107cc3;
		margin-left: 0px;
		font-size: 24px;
		padding-right: 15px;
	}


/*	.reference-layout .item-content {
		background-color: #fff;
		padding: 5px;
		text-align: right;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
		-moz-box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
		box-shadow: 0px 1px 10px 0px rgba(202, 202, 202, 0.75);
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}*/




}
@media (max-width: 375px){
	#inside-text-h h2 {
		font-size: 40px;
		color: #000000;
		line-height: 48px;
		font-weight: 800;
		letter-spacing: 1px;
	}
}