@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetical, sans-serif;
	transition: all .2 linear;
	box-sizing: border-box;
	text-decoration: none;
}


.body-text {
	/*height: 100vh;*/
	background-size: 100% 100%;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 60px;
}

.header-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 20px;
	/*background: url("images/header1.png") no-repeat;*/
	background-size: 100%;
	background-position: center;
	/*background-color: #b2cecf;*/
}

.header-1 a img {
		float: left;
		width: 100%;
		height: 50px;
}

header .header-1 form {
	display: flex;
	float: left;
	margin: 5px;
}

	header .header-1 form #search {
		height: 40px;
		width: 300px;
		background: none;
		outline: none;
		border: 2px solid #006bb6;
		color: #333;
		padding: 0 10px;
		font-size: 17px;
	}

	header .header-1 form label {
		height: 40px;
		width: 60px;
		background: #006bb6;
		color: #fff;
		cursor: pointer;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
	}

		header .header-1 form label:hover {
			color: #fff8;
		}

.header-2 {
	position: absolute;
	text-align: center;
	/*align-items: center;*/
	/*justify-content: space-between;*/
	background: #006bb6;
	width: 100%;
	height: 40px;
	z-index: 2;
}
@media(max-width:1100px) {
	.header-2 {
		text-align: left;
	}
}
/*.header-2 .navbar {
	float: left;
}*/
.nav-links {
	/*padding-left: 150px;*/
	display: inline-flex;
	list-style: none;
}

.a-parent {
	position: relative;
	line-height: 40px;
	display: block;
	width: 140px;
	letter-spacing: 2px;
	transition: all 0.2s ease;
	font-weight: bold;
	color: white;
}

/*.header-2 .icons {
	display: none;
}*/

/*header .header-1 .icons {
	float: right;
	padding-left: 350px;
}*/

/*.header-1 .icons a {
	font-size: 28px;
	margin: 5px;
	padding-left: 15px;
}*/

/*.lang {
	float: right;
	margin-top: 5px;
	padding-right: 10px;
}

.lang img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

*/
/*.header-1 .icons a:hover {
	color: crimson;
}
*/
header .header-1.sticky,
header .header-2.sticky {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 3px 5px #333;
}

/****************************/

.nav-links .drop-menu {
	position: absolute;
	list-style: none;
	width: 250px;
	line-height: 40px;
	top: 75px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.nav-links li:hover .drop-menu {
	transition: all 0.3s ease;
	top: 40px;
	opacity: 0.9;
	visibility: visible;
}

.nav-links .drop-menu li {
	background: #b2cecf;
}

.nav-links li .drop-menu li a {
	position: relative;
	padding-left: 15px;
	font-weight: 400;
	color: blue;
	text-align: left;
	display: block;
	letter-spacing: 2px;
}

.nav-links li .drop-menu li a:hover {
	background: #006bb6;
	color: #fff;
	/*border-radius: 5px;*/
}

.nav-links li a:hover {
	background-color: black;
	color: #fff;
}

.nav-links li a.active {
	background: black;
	color: #fff;
}

/*Mega*/

.mega-box {
	position: absolute;
	width: 1000px;
	left: 150px;
	top: 75px;
	opacity: 0;
	visibility: hidden;
}
.nav-links li:hover .mega-box {
	transition: all 0.3s ease;
	top: 40px;
	opacity: 1;
	visibility: visible;
}

	.mega-box .content {
		background: #b2cecf;
		padding: 25px 20px;
		display: flex;
		width: 100%;
		justify-content: space-between;
		box-shadow: 0 6px 10px rgba(0,0,0,0.15);
		z-index: 1;
		opacity: 0.95;
	}

		.mega-box .content .row {
			width: calc(25% - 10px);
			line-height: 40px;
		}

.content .row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .row p {
	color: blue;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	height: 80px;
}

.content .row .mega-links {
	border-left: 1px solid rgba(255,255,255,0.15);
	list-style: none;
	width: 100%;
}

.mega-box .content .row .mega-links li a {
	display: block;
	color: #2C16ED;
	padding-left: 10px;
	width: 230px;
	text-align: left;
	line-height: 40px;
	letter-spacing: 2px;
	/*border-radius: 5px;*/
}

.content .row .mega-links li a:hover {
	background-color: #006bb6;
	color: #f2f2f2;
}

/*Mega menu for Project Tab*/
.nav-links li:hover .project-box {
	transition: all 0.3s ease;
	top: 40px;
	opacity: 1;
	visibility: visible;
}

.project-box {
	position: absolute;
	left: 150px;
	width: 950px;
	top: 75px;
	opacity: 0;
	visibility: hidden;
}

	.project-box .content-project {
		background: #b2cecf;
		padding: 25px 20px;
		display: flex;
		width: 100%;
		justify-content: space-between;
		box-shadow: 0 6px 10px rgba(0,0,0,0.15);
		z-index: 1;
		opacity: 0.95;
	}

		.project-box .content-project .row {
			width: calc(25% - 20px);
			line-height: 40px;
		}

.content-project .row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-project .row p {
	color: blue;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
}

.content-project .row .mega-links {
	border-left: 1px solid rgba(255,255,255,0.09);
	list-style: none;
	width: 100%;
}

.project-box .content-project .row .mega-links li a {
	display: block;
	color: #2C16ED;
	padding-left: 10px;
	width: 225px;
	text-align: left;
	line-height: 40px;
	letter-spacing: 2px;
}

.content-project .row .mega-links li a:hover {
	background-color: #006bb6;
	color: #f2f2f2;
}
/*End of Mega Project Tab*/

/*Tat nut dong/mo menu tren Mobile*/
nav .fa {
	display: none;
}
nav .language{
	margin: 3px 25px;
}
/*Content*/

.slideshow-container {
	width: 100%;
	position: relative;
	margin: auto;
	object-fit: cover;
}

.mySlides {
	display: grid;
	height: 100%;
	transition: opacity 0.5s ease-out;
}

	.mySlides img {
		width: 90%;
		height: calc(100vh - 150px);
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover, .next:hover*/
.prev, .next {
	color: #00a7ff;
	font-size: 25px;
}

	.prev:hover, .next:hover {
		background-color: rgba(0,0,0,0.8);
	}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	background-color: #2113D5;
	top: 0;
}

/* The dots/bullets/indicators */
.dotsbox {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	cursor: pointer;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

	.active, .dot:hover {
		background-color: #00a7ff;
	}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* -------------ABOUT US -----------*/
.about {
	width: 80%;
	margin: auto;
	text-align: center;	
}

h1 {
	padding-bottom: 30px;
	color: rgb(190, 33, 42);
	font-size: 36px;
	font-weight: 600;
}

.about p {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
	text-align: justify;
}

.about-row {
	margin-top: 5%;
	display: flex;
	justify-content: normal;
	text-align: justify;	
}

.about-col {
	flex-basis: 31%;
	background: #fff3f3;
	border-radius: 10px;
	margin: 10px 10px;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s;
	text-align: center;	
}

	.about-col:hover {
		box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
	}

.hero-btn {
	display: inline-block;
	text-decoration: none;
	color: #f44336;
	border: 1px solid #f44336;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
}

	.hero-btn:hover {
		border: 1px solid #f44336;
		background: #f44336;
		transition: 1s;
		color: #fff;
	}

.more-btn {
	color: #0C41E8;
	font-size: 16px;
	background: transparent;
	position: relative;
	cursor: pointer;
	text-align: center;
}

	.more-btn:hover {
		transition: 0.5s;
		color: #f44336;
	}

.about-col img {
	width: 30px;
	height: auto;
}

.about-col h3 {
	display: inline;
	font-size: 30px;
	color: #0C41E8;
}
/* MEDIA-about */

@media(max-width:800px) {
	.about-col h3 {
		font-size: 17px;
	}

	.about-col img {
		width: 30px;
	}

	.about p {
		color: #000;
		font-size: 15px;
		line-height: 20px;
		padding: 5px 0;
		text-align: justify;
	}

	.about h1 {
		font-size: 25px;
	}
}
/* MEDIA-about */
@media(max-width:450px) {
	.about-row {
		flex-direction: column;
	}

	.about h1 {
	}
}

/*Project*/
/* campus */
.projects, .client {
	width: 80%;
	margin: auto;
	text-align: center;
	padding: 20px 0;
}

	.projects p {
		color: #000;
		font-size: 3px;
		line-height: 22px;
		padding: 10px;
		text-align: justify;
	}

.project-col {
	flex-basis: 32%;
	margin: 10px 10px;
	position: relative;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	height: 300px;
	transition: 0.3s linear;
}

	.project-col img {
		width: 100%;
		height: 200px;
		display: block;
		transition: 0.3s linear;
	}

	.project-col img:hover {
	}

	.project-col:hover {
		border: 1px solid #002A6E;
		cursor: pointer;
		transform: scale(1.05);
	}
		.project-col:hover img {
			transform: scale(1.05);
		}

/*.hover-zoom {
	display: inline-block;
	height: 180px;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: grey;
	position: relative;
}

	.hover-zoom:hover {
		background-size: 120%;
	}*/

.projects p {
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
	text-align: left;
}

.layer {
	width: 100%;
	text-align: center;
}

	.layer .card-title {
		color: #2559A6;
		font-size: 14px;
		font-weight: 900;
		line-height: 50px;
		text-align: left !important;
		padding: 10px;
		width: 100%;
	}

		.layer .card-title:hover {
			color: #f44336;
		}

	.layer .view-btn, .layer .download-btn{
		display: inline-block;
		text-decoration: none;
		color: #fff;
		width: 95%;
		padding: 10px 34px;
		font-size: 18px;
		position: relative;
		cursor: pointer;
		background: #002A6E;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
	}

.view-btn:hover, .download-btn:hover {
	border: 1px solid #f44336;
	background: #f44336;
	transition: 0.5s;
	color: #fff;
}

.view-all {
	float: right;
	padding: 10px;
}

	.view-all .view-btn {
		display: inline-block;
		text-decoration: none;
		color: #fff;
		width: 100%;
		padding: 10px 34px;
		font-size: 18px;
		position: relative;
		cursor: pointer;
		background: #002A6E;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
	}

		.view-all .view-btn:hover {
			border: 1px solid #f44336;
			background: #f44336;
			transition: 0.5s;
			color: #fff;
		}
/*end*/

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev, .next, .text {
		font-size: 11px
	}
}

@media only screen and (max-width: 1100px) {
	.mySlides img {
		width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/****************************/
/*media query*/

@media (max-width:1100px) {
	.header-2 {
		background: #004e96;
	}
	/*.header-2 .icons {
		display: block;
		float: left;
		margin-top: 5px;
		padding-left: 150px;
	}*/

		/*.header-2 .icons a {
			font-size: 20px;
			color: #fff;
			margin: 5px;
			padding-left: 15px;
		}*/

	header .header-1 form #search {
		width: 100%;
		height: 30px;
		font-size: 13px;
	}

	header .header-1 form label {
		height: 30px;
		line-height: 30px;
	}

	.header-1 a img {
		width: 100%;
		height: 35px;
	}


	/*Navigation Bar*/

	.nav {
		display: block;
		position: fixed;
		background: #C0C791;
		height: 100vh;
		width: 100%;
		top: 0;
		right: -100%;
		z-index: 2;
		transition: 1s;
		overflow-y: scroll;
	}

	.header-2 .navbar .nav .nav-links {
		font-family: Montserrat,Arial,Helvetica,sans-serif;
		margin-left: 0;
		font-size: 18px;
	}

	.header-2 .navbar .nav ul li {
		line-height: 60px;
		border-top: 1px solid rgba(255,255,255,0.3);
	}

	.header-2 .navbar .nav ul li:last-child {
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.nav-links li .drop-menu li a {
		position: relative;
		font-weight: bold;
		text-align: left;
		display: block;
		letter-spacing: 1px;
		font-size: 20px;
		line-height: 40px;
	}

	.nav-links li a:hover {
		border-left-style: solid !important;
		border-left-width: 1px !important;
		border-left-color: red !important;
	}

	.nav-links li a.active {
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: red;
	}
	/*Up-Down icon*/
	.header-2 .navbar .nav ul li a .fa-caret-down {
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
		font-size: 22px;
		transition: transform 0.4s;
	}

	.header-2 .navbar .nav ul li:hover a .fa-caret-down.rotate {
		transform: translateY(-50%) rotate(-180deg);
	}
	/*end*/

	.nav-links {
		flex-flow: column;
	}

	.navbar .nav ul {
		margin-top: 0;
	}

	nav .fa {
		display: inline-block;
		color: #fff;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}

	.nav .nav-links {
		padding: 30px;
	}

	/*Dropdown menu*/
	.nav-links .drop-menu {
		position: relative;
		display: none;
		top: 0 !important;
	}

		.nav-links .drop-menu li {
			background-color: #C0C791;
		}


	.nav .nav-links li .drop-menu li .child {
		width: 100%;
		color: #1039A8;
		letter-spacing: 2px;
	}

	.nav-links li:hover .drop-menu.show {
		display: block;
	}

	.nav-links li:hover .project-box.show {
		display: block;
	}
	/*End dropdown menu*/

	/*Mega*/

	.nav-links li:hover .mega-box.show,
	.nav-links li:hover .project-box.show {
		transition: all 0.3s ease;
		top: 40px;
		opacity: 1;
		display: block;
	}

	.mega-box, .project-box {
		position: static;
		width: 100%;
		display: none;
	}

		.mega-box .content,
		.project-box .content-project {
			flex-flow: column;
			background: #C0C791;
			justify-content: space-between;
			box-shadow: 0 6px 10px rgba(0,0,0,0.15);
			z-index: 1;
			
		}

			.mega-box .content .row,
			.project-box .content-project .row {
				width: 100%;
				line-height: 40px;
			}

	.content .row img,
	.content-project .row img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.content .row p,
	.content-project .row p {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		background-color: #006bb6;
		text-align: center;
		border-radius: 5px;
		line-height: 35px;
	}

	.content .row .mega-links,
	.content-project .row .mega-links {
		border-left: 1px solid rgba(255,255,255,0.09);
		list-style: none;
		width: 210px;
	}

	.mega-box .content .row .mega-links li a,
	.prpject-box .content-project .row .mega-links li a {
		display: block;
		color: #2C16ED;
		padding-left: 10px;
		width: 210px;
		text-align: left;
		line-height: 40px;
		letter-spacing: 2px;
		border-radius: 5px;
	}
	
	.about-col img{
		display: none;
	}
}

@media (max-width:550px) {
	header .header-1 {
		flex-flow: column;
	}
}



/*PARTNERS*/

.client {
}

.client {
	align-items: center;
	justify-content: space-between;
	/*background: url("images/client-bg.jpg") no-repeat;
	opacity: 0.5;*/
	background-position: center;
	z-index: 1;
}

.slick-slide {
	margin: 0 20px;
}

	.slick-slide img {
		width: 100%;
	}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

	.slick-slide img {
		display: block;
	}

.slick-initialized .slick-slide {
	display: block;
}


.site-contact {
	position: fixed;
	left: 0;
	width: 50px;
	bottom: 45%;
	display: flex;
	align-items: center;
	z-index: 999;
}

.site-contact-items a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #0373ff;
	border-radius: 0;
	color: #fff;
	font-size: 32px;
}

.site-contact-items i {
	color: #fff;
	font-size: 32px;
}

.red-bg {
	background-color: #e21f27 !important;
}

.green-bg {
	background-color: #0fa34f !important;
}


/* campus */
.campus {
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}

.campus-col {
	flex-basis: 32%;
	border-radius: 10px;
	margin: 10px;
	position: relative;
	overflow: hidden;
}

	.campus-col img {
		width: 100%;
		display: block;
	}

.layer1 {
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

	.layer1:hover {
		background: rgba(40, 116, 166, 0.7);
		cursor: pointer;
	}

	.layer1 h3 {
		width: 100%;
		font-weight: 500;
		color: #fff;
		font-size: 26px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		opacity: 0;
		transition: 0.5s;
	}

	.layer1:hover h3 {
		bottom: 70%;
		opacity: 1;
	}

	.layer1 p {
		width: 100%;
		font-weight: 500;
		color: #fff;
		font-size: 16px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		opacity: 0;
		transition: 0.6s;
	}

	.layer1:hover p {
		bottom: 40%;
		opacity: 1;
	}

	.layer1 .hero-btn {
		width: 40%;
		font-weight: 500;
		color: #fff;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		opacity: 0;
		transition: 0.3s;
	}

	.layer1:hover .hero-btn {
		bottom: 20%;
		opacity: 1;
	}


@media(max-width:900px) {
	.layer1 {
		background: rgba(40, 116, 166, 0.7);
	}

		.layer1 h3 {
			width: 80%;
			font-size: 20px;
			left: 45%;
			bottom: 60%;
			opacity: 1;
		}

		.layer1 p {
			padding: 7px;
			top: 20%;
			opacity: 1;
		}

		.layer1 a {
			font-size: 15px;
			bottom: 1%;
			opacity: 1;
			width: 50%;
			height: 35px;
			border-radius: 5px;
			padding: 10px 0;
		}

	.heading {
		font-size: 25px;
	}

	.layer .card-title {
		color: #2559A6;
		font-size: 14px;
		font-weight: 900;
		line-height: 25px;
		padding: 10px;
		width: 100%;
	}

		.layer .card-title:hover {
			color: #f44336;
		}
}

@media(max-width:1400px) {
	.about {
		width: 90%;
	}

	.client {
		width: 90%;
	}

	.projects {
		width: 90%;
	}
}

@media(max-width:1100px) {
	.about {
		width: 95%;
	}

	.client {
		width: 95%;
	}

	.projects {
		width: 95%;
	}

	.layer1 {
		background: rgba(40, 116, 166, 0.7);
	}

		.layer1 h3 {
			width: 80%;
			font-size: 20px;
			left: 45%;
			bottom: 65%;
			opacity: 1;
			justify-content: space-between;
		}

		.layer1 p {
			display: block;
			padding: 15px;
			top: 30%;
			opacity: 1;
		}

		.layer1 a {
			font-size: 16px;
			bottom: 1%;
			opacity: 1;
			width: 50%;
			height: 40px;
			border-radius: 5px;
			padding: 10px 0;
		}
}

@media(max-width:800px) {
	.layer1 {
		background: rgba(40, 116, 166, 0.7);
	}

		.layer1 h3 {
			width: 85%;
			font-size: 17px;
			bottom: 50%;
			opacity: 1;
		}

		.layer1 p {
			display: none;
		}

		.layer1 a {
			font-size: 15px;
			bottom: 1%;
			opacity: 1;
			width: 80%;
			height: 35px;
			border-radius: 5px;
			padding: 10px 0;
		}

	.heading span {
		font-size: 20px;
	}

	.heading-h3 span {
		font-size: 10px;
	}
}

@media(max-width:450px) {
	.layer1 {
		background: rgba(40, 116, 166, 0.7);
	}

		.layer1 h3 {
			width: 80%;
			font-size: 20px;
			left: 45%;
			bottom: 60%;
			opacity: 1;
			justify-content: space-between;
		}

		.layer1 p {
			display: block;
			padding: 15px;
			top: 40%;
			opacity: 1;
		}

		.layer1 a {
			font-size: 16px;
			bottom: 1%;
			opacity: 1;
			width: 50%;
			height: 40px;
			border-radius: 5px;
			padding: 10px 0;
		}

	.heading {
		font-size: 25px;
	}
}

/** About Us page **/
.sub-header {
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,40,0.5),rgba(4,9,40,0.5)), url(images/about-bg.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

	.sub-header h1 {
		margin-top: 40px;
		padding-top: 150px;
	}

/* -------------Product Tab -----------*/
.product-tab, .sheeting, .consultant {
	width: 80%;
	margin: auto;
	text-align: center;
}

	.product-tab h1, .sheeting h1, .consultant h1 {
		padding: 40px 0 40px 0;
		color: #006bb6;
		font-size: 36px;
		font-weight: 600;
	}

	.product-tab p, .consultant p {
		color: #000;
		font-size: 16px;
		font-weight: 300;
		line-height: 22px;
		padding: 10px;
		text-align: justify;
		line-height: 25px;
	}

.product-row {
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}

.product-tab ul {
	list-style: none;
}

	.product-tab ul li::before {
		content: '✓';
		color: green;
		font-weight: bold;
		display: inline-block;
		width: 1em;
		margin-left: -2em;
		padding-right: 10px;
	}

.product-tab ul li {
	margin-left: 50px;
	line-height: 25px;
	text-align: justify;
}

/*----*/
.product-col {
	flex-basis: 32%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	cursor: pointer;
}

	.product-col img {
		width: 100%;
		display: block;
	}

.p-layer {
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

	.p-layer:hover {
		background: rgba(0, 0, 0, 0.7);
	}

	.p-layer h3 {
		width: 100%;
		font-weight: 500;
		color: #fff;
		font-size: 26px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		opacity: 0;
		transition: 0.5s;
	}

	.p-layer:hover h3 {
		bottom: 50%;
		opacity: 1;
	}

/* MEDIA-about */
@media(max-width:700px) {
	.product-row {
		flex-direction: column;
	}
}

@media(max-height:600px) {

	.sub-header h1 {
		padding-top: 50px;
	}
}

.sub-header.bg-about {
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,40,0.0),rgba(4,9,40,0.2)), url(images/bg-service.jpg);
}
.sub-header.bg-project {
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,40,0.0),rgba(4,9,40,0.2)), url(images/bg-project.jpg);
}
.sub-header.bg-contact {
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,40,0.0),rgba(4,9,40,0.2)), url(images/contact.jpg);
}

.sub-header h1 {
	text-align: center;
}
	.sub-header h1 span {
		color: #fff;
		background-color: #006bb6;
		opacity: 0.8;
		padding: 5px 10px;
	}
		.sub-header.bg-service {
			height: 50vh;
			width: 100%;
			background-image: linear-gradient(rgba(4,9,40,0.0),rgba(4,9,40,0.2)), url(images/bg-service.jpg);
		}

.sub-header.bg-product {
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,40,0.3),rgba(4,9,40,0.3)), url(images/bg-product.jpg);
}


/** --- Sheeting Material ---**/

.sub-header.sheeting {
	height: 50vh;
	width: 100%;
	background-image: url(images/bg-sheeting.jpg);
}

	.sub-header.sheeting h1 {
		padding-top: 150px;
	}

/*
.sheeting-tab, .accessories-tab {
	width: 80%;
	margin: auto;
	text-align: left;
}

	.sheeting-tab h1, .accessories-tab h1 {
		padding: 40px 0;
		color: #006bb6;
		font-size: 36px;
		font-weight: 600;
		text-decoration: underline;
	}

*/
/** Sheeting Materials**/
:root {
	--orange: #ff7800;
	--black: #130f40;
	--light-color: #666;
	--box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
	--border: .2rem solid rgba(0,0,0,.1);
	--outline: .1rem solid rgba(0,0,0,.1);
	--outline-hover: .2rem solid var(--black);
}

.features {
	padding: 2rem 9%;
	text-transform: capitalize;
}

.heading {
	text-align: center;
	padding: 2rem 0;
	padding-bottom: 3rem;
	font-size: 2.5rem;
	color: var(--black);
}

	.heading span {
		background: var(--orange);
		color: #fff;
		display: inline-block;
		padding: .5rem 3rem;
		clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
	}

btn {
	margin-top: 1rem;
	display: inline-block;
	padding: .8rem 3rem;
	font-size: 1.7rem;
	border-radius: .5rem;
	border: .2rem solid var(--black);
	color: var(--black);
	cursor: pointer;
	background: none;
}

.btn:hover {
	background: var(--orange);
	color: #fff;
}

.features .box-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
	gap: 1.5rem;
}

	.features .box-container .box {
		padding: 3rem 2rem;
		background: #fff;
		outline: var(--outline);
		outline-offset: -1rem;
		text-align: center;
		box-shadow: var(--box-shadow);
		transition: all .2s linear;
		font-size: 15px;
		overflow-x: hidden;
	}

		.features .box-container .box:hover {
			outline: var(--outline-hover);
			outline-offset: 0rem;
		}

		.features .box-container .box img {
			margin: 1rem 0;
			height: 15rem;
		}

		.features .box-container .box h3 {
			font-size: 2.3rem;
			line-height: 1.8;
			color: var(--black);
			height: 120px;
		}

		.features .box-container .box p {
			font-size: 1.5rem;
			line-height: 1.8;
			color: var(--light-color);
			padding: 1rem 0;
		}

/* MEDIA-about */
@media(max-width:800px) {
	.features .box-container .box img {
		width: 100%;
	}

	.project-col img {
		height: 50%;
	}

	.project-col {
		height: 200px;
	}
}

@media(max-width:700px) {
	.features .box-container .box img {
		width: 100%;
	}
}

@media (max-width:450px) {

	.features {
		font-size: 50%;
		padding: 1rem 3%;
	}

	.customer-logos {
		display: flex;
	}

	.features .box-container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
		gap: 1.0rem;
	}

		.features .box-container .box h3 {
			font-size: 1.3rem;
			line-height: 1.0;
			color: var(--black);
			height: auto;
		}
}




/*ace-hospital*/

.gallery {
	text-align: justify;
}

	.gallery img {
		transition: 1s;
		width: 250px;
		border: 1px solid #006bb6;
		margin: 20px;
	}

		.gallery img:hover {
			filter: grayscale(100%);
			transform: scale(1.1);
		}

.ace-content {
	width: 80%;
	margin: auto;
	text-align: left;
}

.ace img {
	width: 500px;
	padding-right: 20px;
}


.ace {
	display: flex;
	border-bottom: 2px solid #006bb6;
	padding-bottom: 20px;
}

.ace-info p {
	font-family: 'Poppins', sans-serif, 'Hahmlet';
	border-bottom: 1px dashed #b2cecf;
	line-height: 30px;
}

@media(max-width:900px) {
	.ace {
		flex-direction: column;
	}

		.ace img {
			width: 100%;
		}
}

@media(max-width:730px) {
	.gallery img {
		width: 100%;
	}
}


/*VISION*/

.vision {
	display: flex;
}

.vision-content {
	margin: 50px 0;
}

.vision img {
	width: 500px;
	padding: 10px;
}


.heading-h3 {
	text-align: left;
	padding: 2rem 0;
	padding-bottom: 3rem;
	font-size: 2.0rem;
	color: var(--black);
}

	.heading-h3 span {
		background: #006bb6;
		color: #fff;
		display: inline-block;
		padding: .3rem 2rem;
		clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
	}

.vision-content ul {
	list-style: none;
}

	.vision-content ul li::before {
		content: '✓';
		color: green;
		font-weight: bold;
		display: inline-block;
		width: 1em;
		margin-left: -2em;
		padding-right: 10px;
	}

	.vision-content ul li {
		margin-left: 50px;
		line-height: 25px;
		text-align: justify;
	}

@media(max-width:900px) {
	.vision {
		flex-direction: column;
	}

		.vision img {
			width: 100%;
		}

	.heading-h3 {
		text-align: center;
	}

	.vision-content {
		margin: 20px 0;
	}
}


/*FOOTER*/
/*footer*/


footer {
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 100px;
	background-image: linear-gradient(rgba(0,63,129, 0.7),rgba(0,63,129, 0.7)), url(images/client-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

	footer .container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		/* flex-direction: row; */
	}

		footer .container .noi-dung {
			margin-right: 30px;
		}

			footer .container .noi-dung.about1 {
				width: 40%;
			}

				footer .container .noi-dung.about1 h2 {
					position: relative;
					color: #fff;
					font-weight: 900;
					margin-bottom: 15px;
				}

					footer .container .noi-dung.about1 h2:before {
						content: '';
						position: absolute;
						bottom: -5px;
						left: 0;
						width: 50px;
						height: 2px;
						background: #f00;
					}

				footer .container .noi-dung.about1 p {
					color: #fff;
					font-family: Arial, Helvetical, sans-serif
				}

.social-icon {
	margin-top: 20px;
	display: flex;
}

	.social-icon li {
		list-style: none;
	}

		.social-icon li a {
			display: inline-block;
			width: 40px;
			height: 40px;
			background: #222;
			justify-content: center;
			align-items: center;
			margin-right: 10px;
			text-decoration: none;
			border-radius: 4px;
		}

			.social-icon li a:hover {
				background: #f00;
			}

			.social-icon li a .fab {
				color: #fff;
				font-size: 20px;
				padding: 10px;
			}

.links h2 {
	position: relative;
	color: #fff;
	font-weight: 900;
	margin-bottom: 15px;
}

	.links h2::before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 50px;
		height: 2px;
		background: #f00;
	}

.links {
	position: relative;
	width: 25%;
}

	.links ul li {
		list-style: none;
	}

		.links ul li a {
			color: #fff;
			text-decoration: none;
			margin-bottom: 10px;
			display: inline-block;
		}

			.links ul li a:hover {
				color: #EC8109;
			}

.contact h2 {
	position: relative;
	color: #fff;
	font-weight: 900;
	margin-bottom: 15px;
}

	.contact h2::before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 50px;
		height: 2px;
		background: #f00;
	}

.contact {
	width: calc(35% - 60px);
	margin-right: 0 !important;
}

	.contact .info {
		position: relative;
	}

		.contact .info li {
			display: flex;
			margin-bottom: 16px;
		}

			.contact .info li span:nth-child(1) {
				color: #fff;
				font-size: 20px;
				margin-right: 10px;
			}

			.contact .info li span {
				color: #fff;
			}

			.contact .info li a {
				color: #fff;
				text-decoration: none;
			}

.btn {
	display: inline-block;
	background: transparent;
	color: inherit;
	font: inherit;
	border: 0;
	outline: 0;
	padding: 0;
	margin-top: 8px;
	transition: all 200ms ease-in;
	cursor: pointer;
}

.btn--primary {
	background: #222;
	color: #fff;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
	border-radius: 2px;
	padding: 8px 24px;
}

	.btn--primary:hover {
		background: #f00;
	}

	.btn--primary:active {
		background: #f00;
		box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, .2);
	}

.btn {
	display: inline-block;
	margin-top: 1rem;
	padding: .5rem 2rem;
	border-radius: .5rem;
	background: #eb4d4b;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
	text-transform: capitalize;
}

	.btn:hover {
		background: #130f40;
	}

.form__field {
	width: 90%;
	background: #fff;
	color: #a3a3a3;
	font: inherit;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
	border: 0;
	outline: 0;
	padding: 8px 4px;
}

.copyright {
	color: #fff;
	text-align: center;
	font-family: Montserrat,Arial,Helvetica,sans-serif;
}

@media(max-width:900px) {
	footer {
		padding: 2.5%;
	}

		footer .container .noi-dung {
			margin-right: 20px;
		}

			footer .container .noi-dung.about1 {
				width: 30%;
			}

				footer .container .noi-dung.about1 h2 {
					font-size: 22px;
				}

				footer .container .noi-dung.about1 p {
					color: #fff;
					font-family: Arial, Helvetical, sans-serif
				}

	.links h2 {
		font-size: 22px;
	}

	.links {
		position: relative;
		width: 25%;
	}

	.contact h2 {
		font-size: 22px;
	}

	.contact {
		width: 35%;
	}

	.btn {
		display: inline-block;
		background: transparent;
		color: inherit;
		font: inherit;
		border: 0;
		outline: 0;
		padding: 0;
		margin-top: 8px;
		transition: all 200ms ease-in;
		cursor: pointer;
	}

	.btn--primary {
		background: #222;
		color: #fff;
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
		border-radius: 2px;
		padding: 8px 24px;
	}
}


@media (max-width: 450px) {
	footer {
		padding: 20px 30px;
	}

		footer .container {
			flex-direction: column;
		}

			footer .container .links {
				padding: 20px 0;
				width: 100%;
			}

			footer .container .contact {
				padding: 20px 0;
				width: 100%;
			}

			footer .container .noi-dung.about1 {
				width: 100%;
				text-align: justify;
			}

				footer .container .noi-dung.about1 h2 {
					position: relative;
					color: #fff;
					font-weight: 500;
					margin-bottom: 15px;
				}

					footer .container .noi-dung.about1 h2:before {
						content: '';
						position: absolute;
						bottom: -5px;
						left: 0;
						width: 50px;
						height: 2px;
						background: #f00;
					}

			footer .container .noi-dung.about1 {
				width: 100%;
			}

				footer .container .noi-dung.about1 h2 {
					width: 100%;
				}
}

/****/
/* @media (max-width: 991px) { */

/* } */

/* @media (max-width: 768px) { */

/* } */

/* @media (max-width: 450px) { */

/* } */
/*# sourceMappingURL=style.css.map */
/****/

.contact-tab {
	width: 80%;
	margin: auto;
	text-align: left;
	padding-bottom: 10px;
	text-transform: capitalize;
}


	.contact-tab .icons-container {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(20rem, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
		gap: 1.0rem;
	}

		.contact-tab .icons-container .contact-icons {
			padding: 1.0rem;
			border-radius: .4rem;
			border: 0.1rem solid rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
			box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
			text-align: center;
		}


			.contact-tab .icons-container .contact-icons i {
				font-size: 1.5rem;
				height: 4rem;
				width: 4rem;
				line-height: 4rem;
				border: 0.1rem solid rgba(0, 0, 0, 0.3);
				border-radius: 50%;
			}

			.contact-tab .icons-container .contact-icons h3 {
				font-size: 1.5rem;
				padding: 1rem 0;
				color: #130f40;
			}

			.contact-tab .icons-container .contact-icons p {
				font-size: 1.0rem;
				line-height: 2;
				color: #666;
			}

	.contact-tab .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.0rem;
		margin-top: 1rem;
	}

		.contact-tab .row form {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 10rem;
			flex: 1 1 10rem;
			padding: 1rem;
			border: 0.1rem solid rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
			box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
			border-radius: .5rem;
		}

			.contact-tab .row form h3 {
				font-size: 1.5rem;
				padding-bottom: 0.5rem;
				color: #130f40;
			}

			.contact-tab .row form .inputBox {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
			}

				.contact-tab .row form .inputBox input {
					width: 49%;
				}

				.contact-tab .row form .inputBox input,
				.contact-tab .row form textarea {
					border: 0.1rem solid rgba(0, 0, 0, 0.3);
					border-radius: .5rem;
					padding: 1rem 1.2rem;
					font-size: 1.0rem;
					color: #130f40;
					text-transform: none;
					margin: .3rem 0;
				}

			.contact-tab .row form textarea {
				height: 10rem;
				resize: none;
				width: 100%;
			}

		.contact-tab .row .map {
			-webkit-box-flex: 1;
			-ms-flex: 1 1 20rem;
			flex: 1 1 20rem;
			width: 100%;
			padding: 2rem;
			border: 0.1rem solid rgba(0, 0, 0, 0.3);
			border-radius: .5rem;
			-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
			box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
		}

@media (max-width: 450px) {

	.sub-header h1 {
		font-size: 25px;
	}

	.contact-tab .row form .inputBox input {
		width: 100%;
	}

	.contact-tab {
		padding-left: 5px;
	}

		.contact-tab .icons-container {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: (minmax(17rem, 1fr))[auto-fit];
			grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
			gap: 1.0rem;
		}

	.btn {
		font-size: 1.2rem;
		padding: .5rem .4rem;
	}

	.heading {
		font-size: 1.5rem;
	}

		.heading span {
			padding: .6rem 1.3rem;
		}

	.heading-h3 {
		font-size: 1rem;
	}

		.heading-h3 span {
			padding: 0.5rem 1.5rem;
		}
}
/*# sourceMappingURL=style.css.map */


/*SERVICES*/
/*consultant*/

.consultant-row {
	display: flex;
}

	.consultant-row img {
		width: 90%;
	}

	.consultant-row .col-1 {
		width: 50%;
		color: #000;
		font-size: 16px;
		font-weight: 300;
		line-height: 22px;
		padding-right: 10px;
		text-align: justify;
	}

	.consultant-row ul, .consultant-row2 ul {
		list-style: none;
		padding: 0 10px 0 50px;
	}

		.consultant-row ul li::before, .consultant-row2 ul li::before {
			content: '✓';
			color: green;
			font-weight: bold;
			display: inline-block;
			width: 1em;
			margin-left: -2em;
			padding-right: 10px;
			margin-bottom: 10px;
		}

.consultant .n-child ul ul {
	padding: 0 10px 0 70px;
	margin-bottom: 10px;
}

	.consultant .n-child ul ul li {
		margin-bottom: 10px;
	}

.consultant .n-child {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	padding-right: 10px;
	text-align: justify;
}

.consultant .consultant-row2 {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	padding-right: 10px;
	text-align: justify;
}


span {
	color: #006bb6;
	font-weight: bold;
}

.consultant .software img {
	width: 200px;
	height: 150px;
	padding: 20px;
}

.consultant .standards img {
	width: 450px;
	padding: 20px;
}

@media(max-width:450px) {
	.consultant-row {
		display: block;
	}

		.consultant-row .col-1 {
			width: 100%;
		}

	.consultant .consultant-row {
		flex-direction: column;
	}

	.consultant img {
		padding: 20px 0;
		width: 50%;
	}

	.consultant .software {
		flex-direction: column;
	}

	.consultant .standards {
		flex-direction: column;
	}

		.consultant .standards .image {
			width: 250px;
			padding: 10px;
		}
}

@media(max-width:800px) {
	.consultant .consultant-row {
		flex-direction: column;
	}

	.consultant-row .col-1 {
		width: 100%;
	}

	.consultant-row col-2 {
		text-align: center !important;
	}
}

@media(max-width:900px) {
	.consultant {
		width: 90%;
	}

		.consultant img {
			padding: 20px 0;
			width: 50%;
		}

		.consultant .standards img {
			width: 350px;
			padding: 10px;
		}
}



hr {
	border-bottom: solid 3px #006bb6;
	width: 100px;
	margin: 20px 10px;
}


/*Fabrication*/
.part .heading {
	text-align: left;
	padding: 2rem 0;
	padding-bottom: 3rem;
	font-size: 1.5rem;
	color: var(--black);
}

	.part .heading span {
		background: #006bb6;
		color: #fff;
		display: inline-block;
		padding: .3rem 2rem;
		clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
	}

ol {
	text-align: left;
	padding-left: 20px;
	line-height: 25px;
}

	ol li ul {
		padding: 0 0 30px 30px;
	}

.li-img {
	list-style: none;
	text-align: center;
}

	.li-img img {
		width: 500px;
	}

figure img {
	width: 100%;
	padding-top: 10px;
}

figure {
	width: 55%;
	font-style: italic;
	font-size: smaller;
	border: thin silver solid;
	display: inline-block;
	margin: 10px;
}

	figure figcaption {
		font-weight: 900;
	}

.li-img.row-1 {
	display: flex;
}

	.li-img.row-1 img {
		width: 70%;
	}

.row-1 figure {
	border: none;
}

.part ul {
	text-align: justify;
	padding-left: 30px;
	line-height: 25px;
}

.name{
	font-size: 50px;
}

@media(max-width:800px) {

	.li-img img {
		width: 90%;
	}

	figure {
		width: 100%;
	}

		figure figcaption {
			font-size: 12px;
		}

	.li-img.row-1 img {
		width: 100%;
	}
}

.erection-img {
	display: flex;
}
.erection-img img {
	width: 90%;
	padding: 20px 0;
	transition: 0.3s;
}
.erection-img img:hover {
	transform: scale(1.1);
}





.part.pebs ul {
	list-style: none;
}

.part.pebs ul li::before {
	content: '✓';
	color: green;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -2em;
	padding-right: 10px;
}

.part.pebs ul li {
	margin-left: 50px;
	line-height: 25px;
	text-align: justify;
}
.li-img.model {
	width: 100%;
}

@media(max-width:900px) {
	.part.pebs ul li {
		margin-left: 20px;
	}
}
@media(max-width:450px) {
	.part.pebs ul li {
		margin-left: 10px;
	}
}

.sub-sstructural {
display: flex;
}
 
 
 #en, #vi{
	 font-size: 20px; 
	 cursor: pointer;
 }
 
 
 /*Facebook, LinkedIn, Youtube*/
 
 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


.pageLink .button{
  display: inline-block;
  height: 45px;
  width: 45px;
  float: left;
  margin: 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
}

.pageLink .button .icon{
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 45px;
  transition: all 0.3s ease-out;
}
.pageLink .button:nth-child(1) .icon{
  background: #4267B2;
}
.pageLink .button:nth-child(2) .icon{
  background: #1DA1F2;
}
.pageLink .button:nth-child(3) .icon{
  background: #E1306C;
}

.pageLink .button .icon i{
  font-size: 25px;
  line-height: 45px;
  transition: all 0.3s ease-out;
}
.pageLink .button .icon i{
  color: #fff;
}
.pageLink .button span{
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}



/*Scroll to Top*/

.button_scroll2top
 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
 }

 .button_scroll2top:hover 
 {
	background-color: red;
 } 
 
 
 /*Table for Recruitment list*/
 
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	table-layout:fixed;
	width:100%;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
	text-align:center
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.remove {
    all: unset;
}

.sect1{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(20rem, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
		gap: 1.0rem;
		line-height: 40px;
		
}
.bg-contact{
	background: #F1F1F1;
	margin: 10px 0 10px 0;
}
.bg-contact p, .bg-contact h3{
	margin: 0 20px 0 20px;
}
.line{
	border-bottom: solid 3px #006bb6;
	width: 100%;
	margin: 20px 0 20px 0;
}


.download-row {
	margin-top: 5%;
	display: flex;
	justify-content: normal;
	text-align: justify;	
}

.download-col{
	flex-basis: 50%;
	background: #fff3f3;
	border-radius: 10px;
	margin: 10px;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s;
	text-align: center;	
}

	.download-col:hover {
		box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
	}
	.download-col img{
		width: 200px;
		height: 300px;
	}
	