body,
html {
	font-family: "Trirong", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
a {
	color: #242424;
}
a:hover {
	color: #39b355;
}
.jarallax {
	min-height: 640px;
}
.intro-home em {
	font-size: 1.5rem;
}
.box-logo {
	width: 100%;
}
.logo {
	width: 160px;
}
.unesco {
	border-top: 1px solid #000;
}
.header-main {
	height: 120vh;
}
.header-main .view video.video-intro {
	z-index: 0;
}
.navbar.scrolling-navbar.top-nav-collapse {
	padding: 0;
}
section.contact-section {
	border-top: 1px solid #39b355;
}
/* .navbar-nav .nav-link {
	padding: 0 1rem !important;
} */
li.nav-item {
	border: 1px solid #242424;
	margin: 0 1rem;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
	color: #242424;
	font-size: 1.15rem;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
	color: #39b355;
	font-size: 1.15rem;
}
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
	color: #39b355;
}
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
	color: #39b355;
	font-size: 1.15rem;
}
.navbar {
	background-color: rgba(255, 255, 255, 0.125);
	box-shadow: none;
}
.contact-height {
	min-height: 720px;
}
.top-nav-collapse {
	background-color: rgba(255, 255, 255, 1) !important;
}
.navbar.scrolling-navbar {
	padding: 2.5rem 0;
	padding-top: 2rem;
	border-bottom: 1px solid #39b355;
	border-top: 0.3rem solid #39b355;
}
.news .card {
	border: 1px solid #242424;
	border-radius: 0;
	box-shadow: none;
}
.news .card h4.card-title {
	font-weight: 700;
}
.relate-news,
.pagenews {
	width: 80%;
	margin: 0 auto;
}
.current-page.active .page-link {
	background: #39b355;
	color: #fff;
}
.page-link {
	color: #000;
}
.bigover {
	font-size: 110px;
	font-weight: 700;
	height: 50px;
	font-style: italic;
}
.bigover.rightstyle {
	text-align: right;
	line-height: 0.5;
}
@media (max-width: 768px) {
	.bigover {
		font-size: 70px;
		height: 50px;
	}
	.bigover.rightstyle {
		height: 25px;
	}
	.intro-home {
	}
	.intro-home em {
		font-size: 1.125rem;
	}
	.mrtop {
		margin-top: 280px;
	}
	.navbar {
		background-color: #fff;
	}
	.box-logo {
		width: auto;
		position: relative;
		top: -1rem;
		margin: 0 !important;
	}
	.logo {
		width: 90px;
	}
	.navbar.scrolling-navbar {
		padding: 1rem;
	}
	section.contact-section .card {
		box-shadow: none;
	}
	.view video.video-intro {
		width: 100%;
		height: 100%;
	}
	.header-main {
		height: 205px;
		display: block;
	}
	.navbar .navbar-toggler {
		height: 50px;
		position: absolute;
		right: 1rem;
		top: 1rem;
	}
	.jarallax.video-yt {
		min-height: 250px;
		width: 100%;
	}
}

/*line chimp*/

.line-clamp {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 !important;
}

.line-clamp:after {
	content: "...";
	text-align: right;
	bottom: 0;
	right: 0;
	width: 25%;
	display: block;
	position: absolute;
	height: calc(1em * 1.2);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

@supports (-webkit-line-clamp: 1) {
	.line-clamp:after {
		display: none !important;
	}
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
	height: calc(1em * 1.2 * 1);
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
	height: calc(1em * 1.2 * 2);
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
	height: calc(1em * 1.2 * 3);
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
	height: calc(1em * 1.2 * 4);
}

.line-clamp-5 {
	-webkit-line-clamp: 5;
	height: calc(1em * 1.2 * 5);
}

.school a {
	left: 0 !important;
}

a.page-link {
	box-shadow: none !important;
}
