@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'article-title';
  src: url('../../fonts/Magistral-Book.woff');
  font-display: swap;
}

@font-face {
  font-family: 'header-course';
  src: url('../../fonts/arial-rnd.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'universal';
  src: url('../../fonts/Sansation-R.woff');
  font-display: swap;
}


/* CONTENT STRUCTURE --START-- */
#content-container {
	display:flex; flex-direction: column;
	flex-wrap:wrap; justify-content: space-around;
	margin: 10px 12px; padding: 10px 20px;
}
/* CONTENT STRUCTURE --END-- */


/* SLIDESHOW CONTAINER --START-- */
.slideshow-container {
  display:block; position: relative; width: 85%;
  margin: 0px auto 40px; padding:0px 125px;
}
.title-pic {
  position: relative; width:100%;
}
.caption-txt {
	display:block; position: absolute; bottom: -25px;
	color: green;
  font-size: 20pt; font-weight: bold;
	font-family: 'chinese-base'; text-align: left;
  padding: 0px;
}
.mySlides {
  display: none;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {opacity: .3}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .3}
  to {opacity: 1}
}
/* SLIDESHOW CONTAINER --END-- */


/* CONTENT BLOCK --START-- */
.lng-box {
	position:relative; width:100%;
  border-radius: 8px;  border: solid thin black;
  background-color: white;
  text-align: justify;
  margin: 10px 0px; padding: 15px;
  box-shadow: 6px 6px 13px -4px darkgrey;
	-moz-box-shadow: 6px 6px 13px -4px darkgrey;
	-webkit-box-shadow: 6px 6px 13px -4px darkgrey;
}

.lng-box-link {
  text-decoration:none; padding: 0px 3px; margin:0px;
  color:darkgreen; background-color:palegreen;
	border-radius:6px; font-weight: bold;
 }
.lng-box-link:hover {
    text-decoration:none;
    color:white; background-color:darkgreen;
 }


.lng-box-grid {
 	display: flex; flex-direction: row; flex-wrap:wrap;
	width:100%; position: relative;
	justify-content: center; align-content: center; align-items: center;
	grid-gap:25px;
 }
 .lng-box-grid #frame1 {
	display:block; position: relative;
	height:420px; width:520px;
	/*padding-bottom: 25%;*/
	order: 1;
 }
 .lng-box-grid #frame2 {
	display:block; position: relative;
	width: 50%;
	order: 2;
 }
 
.lng-box-grid #frame2 p, .lng-box-grid #frame2 ul {
	font-size:17pt; font-weight:normal; line-height: 1.5;
	font-family: 'chinese-base'!important;
}
.lng-box p, ul, ol {
  font-size: 17pt; line-height: 1.65;
  font-weight:normal; font-family: 'chinese-base'!important;
}
.lng-box p {
  text-indent: 15px;
}
.symbol {
	font-size:11pt;
	display: inline;
}

.find-out {
	display:block; width: 190px;
	text-decoration: none; font-size:20pt;
	text-align: center; font-family: 'chinese-base'!important;
	letter-spacing: 1px; font-weight: bold;
	color:white ; background-color: darkgreen;
	margin: 0px auto; padding:2px 5px;
	border-radius:14px; border:thin solid darkgreen;
}
.find-out:hover {
	color:darkgreen; background-color: white;
}

.lng-box-pic {
  display:block;
	width:20%; 	float: right;
	-webkit-shape-outside: rectangle(10px);
  shape-outside: rectangle(10px);
	shape-margin: 10px;
	/*margin: 0 0 0 40px;*/
 }


.lng-box h3 {
  margin-bottom:10px;
	font-size:17pt; font-weight:bold!important; font-family: 'chinese-base'!important;
	text-decoration:underline;
}
.lng-box .logo {
	padding:0 4px; margin:3px 0px 3px 10px;
}

.lng-box-school { /*colourful paragraphs*/
  border-radius: 8px;
  margin: 10px 0px; padding: 15px;
  -moz-box-shadow: 6px 6px 13px -4px darkgrey;
	-webkit-box-shadow: 6px 6px 13px -4px darkgrey;
	box-shadow: 6px 6px 13px -4px darkgrey;
}
.lng-box-school1 {
    background-color:saddlebrown;
    border: none;
}
.lng-box-school2 {
    background-color:mediumpurple;
    border: none;
}
.lng-box-school3 {
    background-color:yellowgreen;
    border: none;
}
.lng-box-school4 {
    background-color:orange;
    border: none;
}
.lng-box-school5 {
    background-color:deepskyblue;
    border: none;
}
.lng-box-school p {
  font-size: 17pt; line-height: 1.5; font-family: 'chinese-base'!important;
  font-weight:normal; text-align: justify;
	text-indent: 15px;
  color:white;
}
.p-our-school {
  font-size: 12.3pt; font-weight:500;
}
.lng-box table {
  margin: 10px auto; text-align:left;
  font-family: 'chinese-base';
}
 table h3, p {
  font-family: 'chinese-base'!important;
  padding:0px 0px 0px 3px!important;
}
table h3 {
	font-size:15pt!important;
}
table p {
	font-size:14pt!important;
}
.table-firstline {
  text-transform: uppercase; text-align:center;
}
.table-time {
  text-align:center; font-weight: bolder;
}
/* CONTENT BLOCK --END-- */


/* REFERENCE BLOCK AT LANGUAGES --START-- */
.ref-box {
  position: relative; display: block;
  min-height: 20px; width:100%;
	margin: 10px 0px; padding: 15px;
	border-radius: 8px; border:solid 1px grey; border-top: 40px solid grey;
	background-color:white;
  box-shadow: 7px 8px 16px -6px black;
	-moz-box-shadow: 7px 8px 16px -6px black;
	-webkit-box-shadow: 7px 8px 16px -6px black;
}
.ref-box h3 {
  position: absolute; top: -44px; left: 0;
  font-size: 1.9rem; font-weight: bold; letter-spacing: 1.5px;
  color: white;
  font-family: 'chinese-base'; text-transform: uppercase;
  text-decoration: none;
  margin-left: 30px;
}
.reference a {
  color:black;
	font-size: 10pt; font-weight: bold;
  margin: 0px 1px; padding: 1px 3px;
  transition: all .3s ease-in-out; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.reference a:hover {
  background-color:black; color:white;
  padding: 1px 3px;
	border-radius:6px;
}
.ref-box-list {
	margin-left: 0px;
}
.ref-box li {
  font-size:15pt; line-height: 1.5; font-weight:600;
  font-family: 'universal'; letter-spacing: 0px;
}
.ref-box li+li {
  margin:12px auto;
}
.ref-box .ref-book-name{
    font-style: italic;
}
.ref-box li:target {
  background-color:#E4E4E4; color:black;
  font-weight:bold;
  margin: 3px 0px; padding:2px 4px;
  border-radius:8px;
  transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-animation: colorchange-reference 12s infinite alternate;
}
.ref-box a {
		font-size:13pt; text-decoration:none;
    color:white; background-color:dimgray;
		border-radius:6px; border: solid thin white;
		padding:0px 2px;
}
.ref-box a:hover{
    text-decoration: underline;
    background-color: white; color:dimgray;
		border: none;
}
/* REFERENCE BLOCK AT LANGUAGES --END-- */



@media screen and (max-width : 1300px ){

.lng-box-grid #frame2 {
	width: 100%;
	order: 2;
 }
.lng-box-pic {
	width:40%; 	float: right;
}
}



@media screen and (max-width : 850px ){
.slideshow-container {
  width: 95%;
  margin: 0px auto 40px; padding:0px 20px;
}
.lng-box p, ul, ol {
	font-size: 16pt; font-weight:normal; line-height: 1.6;
}
.lng-box p {
  text-indent: 12px;
}
.lng-box-grid #frame2 p, .lng-box-grid #frame2 ul {
	font-size:16pt; line-height: 1.5;
}
.symbol {
	font-size:10pt;
}
.find-out {
	width:180px; font-size:18pt;
}
.lng-box-school p {
  font-size: 15pt; line-height: 1.4;
	text-indent: 12px; 
}


@media screen and (max-width : 550px ){
#content-container {
	margin: 10px 4px; padding: 10px 2px;
}

.slideshow-container {
  width: 100%;
  margin: 0px auto 40px; padding:0px;
}

.lng-box {
  position:relative; width:100%;
  margin: 10px 0px; padding: 16px 10px;
}

.lng-box-grid #frame1 {
	padding-bottom: 0%!important;
 }
 
.lng-box p, ul, ol {
	font-size: 15pt; font-weight:normal; line-height: 1.55;
}
.lng-box p {
  text-indent: 8px;
}
.lng-box-grid #frame2 p, .lng-box-grid #frame2 ul {
	font-size:15pt; line-height: 1.45;
}
.symbol {
	font-size:9pt;
}
.find-out {
	width:170px; font-size:17pt;
}
.lng-box-school p {
  font-size: 14pt; line-height: 1.5; text-indent: 10px;
}
.lng-box ul, ol {
	margin:5px 0px 5px 10px;
}

.lng-box-pic {
	width:65%; 	float: none;
	margin:0 auto 10px;
}

.ref-box-list {
	margin-left: -20px;
}
.ref-box li {
  font-size:13pt; line-height: 1.4;
 	padding:8px 0px;
}
.ref-box li+li {
  margin:8pt auto;
}
}


@media screen and (max-width : 390px ){
.lng-box {
  position:relative; width:100%;
  margin: 10px 0px; padding: 8px 4px;
}

 .lng-box p, ul, ol {
	font-size: 13pt; font-weight:normal; line-height: 1.3;
}
.lng-box p {
  text-indent: 5px;
}
.lng-box-grid #frame2 p, .lng-box-grid #frame2 ul {
	font-size:13pt; line-height: 1.3;
}
.symbol {
	font-size:13pt;
}
.find-out {
	width:180px; font-size:14pt;
}
.lng-box-school p {
  font-size: 13pt; line-height: 1.3; text-indent: 6px;
}

.lng-box ul, ol {
	margin:3px 0px 3px 8px;
}
}