html{
	font-size:14px;
	scroll-behavior: smooth;
}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Medium';
    src: url('fonts/Prompt-Medium.eot');
    src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Medium.woff') format('woff'),
         url('fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Light';
    src: url('fonts/Prompt-Light.eot');
    src: url('fonts/Prompt-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Light.woff') format('woff'),
         url('fonts/Prompt-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Prompt-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #000000;
	background: #eceff1;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 88;
	width: 85px;
	height: 30px;
	position: relative;
    top: 0rem;
    right: 0rem;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	border: none;
	
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-radius: 20px;
	padding: 1rem;
	font-family: 'Prompt-Medium';
}
#nav-icon3 .icsize{
	font-size: 1.3rem;
	transition: all 0.6s;
	margin-right: 5px;
	color: #FFF;
}
#nav-icon3[aria-expanded="false"]{background: #fec238;}
#nav-icon3[aria-expanded="true"]{background: #063d8c;color: #FFF;}
#nav-icon3[aria-expanded="false"] .fa-xmark{display: none;}
#nav-icon3[aria-expanded="true"] .fa-xmark{display: block;}
#nav-icon3[aria-expanded="true"] .fa-bars{display: none;}
#nav-icon3[aria-expanded="false"] .fa-bars{display: block;}
/*///////////Start-Header///////////////*/
.headbar-main{
    width: 100%;
    padding: .5rem 0;
    transition: all 0.5s;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
    margin:0;
    transition: all 0.5s;
	display: block;
}
.navbar-brand p{
	font-family: 'Prompt-Regular';
	margin: 0;
	line-height: 1;
	font-size: .9rem;
}
.navbar-brand img{
	width: 180px;
	max-width: 100%;
	transition: all 0.5s;
	margin: 0;
}

.textmenu {
	padding: 0;
	position: relative;
	transition: all 0.5s;
	margin-bottom: 1rem;
}
.textmenu a{
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	color: #000;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	font-family: 'Prompt-Regular';
	
	border-radius: 27px;
	
	display: flex;
	align-items: center;
}
.textmenu a img{
	width: 25px;
	margin-right: 7px;
	transition: all 0.5s;
}
 .textmenu.active a, .textmenu a:hover{
    color: #FFF;
	background: #063d8c;
	padding-left: 1.3rem;
}
.textmenu.active a img, .textmenu a:hover img{
	filter: brightness(0) invert(1);
}

.textmenu.active .textmenu-type a, .textmenu .textmenu-type a:hover{
    color: #000;
	background: #d8d8d8;
	padding: .5rem 1rem;
}
.textmenu.active .textmenu-type img{
	filter: invert(48%) sepia(3%) saturate(11%) hue-rotate(6deg) brightness(84%) contrast(89%);
}
.textmenu .textmenu-type a.active, .textmenu .textmenu-type a:hover{
    color: #FFF;
	background: #063d8c;
	padding-left: 1.3rem;
}
.textmenu .textmenu-type a.active img, .textmenu .textmenu-type a:hover img{
	filter: brightness(0) invert(1);
}

.homeimg{display: none;}
.homeimg img{
	width: 30px;
	transition: all 0.6s;
}
.hamburgers-box ul{
	display: none;
	list-style: none;
}
.hamburgers-box ul img{
	width: 30px;
	transition: all 0.6s;
}
.hamburgers-box ul img:hover, .homeimg img:hover{
	transform: scale(1.05);
	filter: invert(18%) sepia(98%) saturate(1289%) hue-rotate(196deg) brightness(94%) contrast(103%);
}

.social-header{
	text-align: left;
	margin: 3rem 0 0;
	border-top: 1px solid #063d8c;
	padding-top: 1rem;
}
.social-header a:hover{text-decoration: underline;color: #fec238;}
.social-header p img{width: 20px;margin-right: 6px;}
.social-header p{margin-bottom: 1rem;}
.social-header img{
	width: 30px;
	margin: auto;
	transition: all 0.8s;
	filter: invert(18%) sepia(98%) saturate(1289%) hue-rotate(196deg) brightness(94%) contrast(103%);
}
.social-header img:hover{transform: scale(1.05);}

.textmenu-type{margin: 1rem 0;}
.textmenu .textmenu-type img{
	width: 23px;
	margin-right: 5px;
	filter: invert(48%) sepia(3%) saturate(11%) hue-rotate(6deg) brightness(84%) contrast(89%);
}
.textmenu .textmenu-type a{
	color: #000;
	display: block;
	font-size: 1rem;
	padding: .5rem 1rem;
	background: #d8d8d8;
	margin-bottom: .5rem;
	transition: all 0.8s;
	border-radius: 27px;
	font-family: 'Prompt-Light';
}
.textmenu .textmenu-type a:hover{padding-left: 1.5rem;}

.languages-mobile{
	position: fixed;
	top: 4rem;
	right: 1.5rem;
	z-index: 9;
}
.languages-mobile img{
	width: 40px;
	border-radius: 50%;
	border: 2px solid #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.languages-mobile a{
	display: block;
	text-align: center;
	padding: 10px 7px;
}
.languages-mobile .dropdown-menu{
	padding: 0;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 14px;
	min-width: inherit;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.languages-mobile .dropdown-menu a img{
	box-shadow: none;
	border-radius: 0;
	border:none;
	width: 30px;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;background: #eceff1;}
#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
}
#carouselmainSlide .carousel-caption h1{
	font-size: 1.3rem;
	font-family: 'Prompt-Medium';
	margin: 0;
}
#carouselmainSlide .carousel-caption {
    position: absolute;
    right: 0;
    top: 50%;
	bottom: auto;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    width: 100%;
    text-align: right;
    transform: translate(0, -50%);
    padding-right: 10%;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	border: none;
	background: rgb(51 204 255 / 80%);
}
#carouselmainSlide .carousel-indicators button.active{
	background: #33ccff;
}

/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background: #eceff1;
	background-size: 100% !important;
}
.content-box.boxcircle{padding: 0 0 10%; background: url("../images/bg-ab.png") center bottom no-repeat;}
.circle-box{
	padding: 15% 0 14%;
	text-align: center;
	background: url("../images/bg-circle.png") center bottom no-repeat;
	background-size: 100% !important;
}
.circle-box img{width: 47%;}
.circle-box h1{
	font-size: 1.3rem;
	margin-bottom: 1rem;
	color: rgb(6, 61, 140);
	font-family: 'Prompt-Regular';
}

.list-testing ul{
	list-style: none;
}
.list-testing ul li{
	padding: .5rem 1rem .5rem 7rem;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	background-color: rgb(6, 61, 140);
	position: relative;
	margin-bottom: 3rem;
	transition: all 0.6s;
	box-shadow: 5px 5px 0 rgb(59 80 206 / 35%);
	height: 75px;
}
.list-testing ul li:hover{background: #fec238;color: #000; transform: translateX(10px);}

.f-img{
	width: 7em;
	height: 7em;
	border-radius: 50%;
	position: absolute;
	left: -2%;
	top: 50%;
	transform: translate(0,-50%);
	border: 2px solid #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	background: #FFF;
	padding: 3px;
}

.list-testing ul a {
	display: block;
	padding: .75rem;
	border-radius: 15px;
	background: #FFF;
	margin-left: 1rem;
}
.list-testing ul a img{
	width: 2em;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}




.title-box{
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
}
.title-box h1{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: rgb(6, 61, 140);
	font-family: 'Prompt-Medium';
}

.content-box.learning{
	background: url("../images/bg-learn.png") center center no-repeat ;
	background-size: cover !important;
}
.learning-box{
	padding: .3rem;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background: #063d8c;
	margin-bottom: 2rem;
	box-shadow: 0px 0px 27px 0px rgba(59, 80, 206, 0.23);
}

.learning-box img{
	width: 100%;
	transition: all 0.6s;
	border-radius: 10px;
	aspect-ratio: 3/2;
}
.learning-box:hover img{transform: scale(1.05);}
.text-learn{
	padding: .3rem .5rem;
	color: #FFF;
	background: #063d8c;
	border-radius: 10px;
	
	/*position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;*/
	font-family: 'Prompt-Medium';
}
.text-learn a{
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.text-learn span {
	display: block;
	padding: .5rem;
	border-radius: 15px;
	background: #FFF;
	margin-left: 1rem;
	transition: all 0.6s;
}
.text-learn span:hover, .learning-box:hover .text-learn span{background: #fec238;transform: translateX(10px);}
.text-learn a img{
	width: 2em;
	transform: scale(1) !important;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}

.content-box.translate{
	background: url("../images/bg-curve.png") top center no-repeat ;
	background-size: cover !important;
}
.content-box.research {
	background: url("../images/bg-seachcenter.png") top center no-repeat #f0f3f4;
	background-size: 100% !important;
}
.content-box.research .row.title-set,
.newsandactive .row.title-set{margin-bottom: 5rem;}
.content-box.research .title-box,
.newsandactive .title-box{text-align: left;margin: 0;}
.readmore-btn{
	width: 160px;
	padding: .5rem .75rem;
	border-radius: 27px;
	border-radius: 10px;
	background-color: rgb(6, 61, 140);
	box-shadow: 3.804px 1.236px 6px 0px rgba(0, 0, 0, 0.2);
	color: #FFF;
	float: right;
}

.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readmore-btn span {
	display: block;
	padding: .2rem;
	border-radius: 15px;
	background: #FFF;
	margin-left: 1rem;
	transition: all 0.6s;
}
.readmore-btn:hover span{background: #fec238;transform: translateX(-6px);}
.readmore-btn a img{
	width: 2em;
	transform: scale(1) !important;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}

.list-research {
	padding: 1rem;
	margin-bottom: 2rem;
	border-radius: 20px;
	border: 3px solid transparent;
	transition: all 0.6s;
	background-color: rgb(236, 239, 241);
	box-shadow: 3.804px 1.236px 6px 0px rgba(0, 0, 0, 0.2);
}
.list-research:hover{
	border-color: #fec238 ;
	background: #FFF;
}
.list-research ul{
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: .5rem;
}
.list-research ul li a{
	display: block;
	padding: .75rem;
	border-radius: 15px;
	background: #FFF;
	margin-left: 1rem;
	transition: all 0.6s;
}

.list-research p{margin: 0;}
.list-research h1{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Prompt-Medium';
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
	height: calc(1rem * 1.3 * 2);
}
.list-research h2{
	font-size: 1rem;
	margin: 0;
	font-family: 'Prompt-Regular';
}
.list-research:hover a{background: #fec238;transform: translateX(-10px);}
.list-research ul li a img{
	width: 2em;
	transform: scale(1) !important;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}
.img-research{
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 3.804px 1.236px 6px 0px rgba(0, 0, 0, 0.2);
	/*background: url("../images/img-long.png") top center no-repeat;
	background-size: cover !important;*/
}
.img-research img{width: 100%;}


.newsandactive{margin-top: 7rem;}
.content-box.contactus {
	background: url("../images/bg-contact.png") top center no-repeat;
	background-size: cover !important;
}

.img-box{text-align: center;overflow: hidden;}
.img-box img{width: 100%;transition: all 0.5s;}



.news-box{
	overflow: hidden;
	margin-bottom: 2rem;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 3.804px 1.236px 6px 0px rgba(0, 0, 0, 0.2);
}
.news-box:hover img{transform: scale(1.05);}

.news-box .img-box{
	border-radius: 0 0 65px 0;
	margin-bottom: 1rem;
}
.textnews{padding: 1rem;}
.textnews h1{
	font-size: 1rem;
	margin: 0;
	font-family: 'Prompt-Medium';
}
.textnews a:hover{color: rgb(59, 80, 206);;text-decoration: underline;}
.textnews p{margin: 0;}
a.readbtn-news{
	border: 1px solid rgb(59, 80, 206);
	border-radius: 10px;
	background-color:#063d8c;
	box-shadow: 3.804px 1.236px 6px 0px rgba(0, 0, 0, 0.2);
	display: block;
	width: 135px;
	color: #FFF;
	transition: all 0.5s;
	padding: .5rem .75rem;
	text-align: center;
	margin: 1rem 0 0;
}
a.readbtn-news:hover{
	color: #000;
	text-decoration: none;
	background:  rgb(254, 194, 56);
}

a.readbtn-news2{
	border: 1px solid rgb(59, 80, 206);
	border-radius: 10px;
	background-color:#063d8c;
	box-shadow: 3.804px 1.236px 6px 0px rgba(0, 0, 0, 0.2);
	display: block;
	width: 135px;
	color: #FFF;
	transition: all 0.5s;
	padding: .5rem .75rem;
	text-align: center;
	margin: 1rem 0 0;
}
a.readbtn-news2:hover{
	color: #000;
	text-decoration: none;
	background:  rgb(254, 194, 56);
}
.news-box.landscape-news .img-box{
	height: 100%;
	margin: 0;
	border-radius: 0 0 35px 0;
}
.news-box.landscape-news .img-box img{
	height: 110%;
	object-fit: cover;
	aspect-ratio: 4/3;
}
.news-box.landscape-news .textnews h1,
.news-box.landscape-news .textnews p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1rem * 1.2 * 2);
}

.text-contact{
	text-align: center;
	margin-bottom: 2rem;
}
.text-contact .readbtn-news{
	padding: .5rem 1rem;
	background: #fec238;
	color: #000;
	border-color: #fec238;
	margin: auto;
	transition: all 0.6s;
	font-family: 'Prompt-Medium';
}
.text-contact h1{
	font-size: 1.5rem;
    margin-bottom: 1rem;
    color: rgb(6, 61, 140);
    font-family: 'Prompt-Medium';
}
.text-contact span {
	display: block;
	padding: .2rem;
	border-radius: 15px;
	background: #FFF;
	margin-right: 1rem;
	transition: all 0.6s;
}
.text-contact:hover .readbtn-news{background: #063d8c;color: #FFF;}
.text-contact:hover span{background: #fec238;margin-right: 20px;}
.text-contact a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.text-contact a img{
	width: 2em;
	transform: scale(1) !important;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}
.img-contact{
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-radius: 15px;
	border: 3px solid #FFF;
    box-shadow: 3.804px 1.236px 1.4px rgba(34, 60, 119, 0.21);
}
.img-contact img{
	width: 100%;
	transition: all 0.5s;
}
.banner-otherpage {
	padding: 15% 0 20%;
	background-color: #eceff1;
	background-position: bottom center ;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-image: url("../languagestest/images/bannerin.png");
}
.banner-otherpage .title-box{margin: 0;text-align: right;}
.banner-otherpage .title-box h1 {
	color: #FFF;
	margin: 0;
	text-shadow: none;
}
/*.banner-otherpage.languagestestpage{
	padding: 15% 0 20%;
	background-image: url("../languagestest/images/bannerin.png");
}
.banner-otherpage.languagestestpage .title-box{
	background: none;
	padding: 0;
	margin: 0;
}
.banner-otherpage.languagestestpage .title-box h1 {
	color: #FFF;
	margin: 0;
	text-shadow: none;
}
.banner-otherpage.aboutuspage{
	padding: 20% 0 12%;
	background-image: url("../aboutus/images/bannerin.png");
}
.banner-otherpage.researchandnewspage .title-box{text-align: left;}
.banner-otherpage.researchandnewspage{
	padding: 15% 0 20%;
	background-image: url("../researchandnews/images/bannerin.png");
}
.banner-otherpage.straffpage{
	padding: 5% 0 30%;
	background-image: url("../straff/images/bannerin.png");
}

.banner-otherpage.aboutuspage img{width: 100%;}
.banner-otherpage.aboutuspage .title-box h1{color: #FFF;}
.banner-otherpage .title-box h1 {
	color: #063d8c;
	margin: 0;
}*/
/* gallory */

.slideproducts{margin-bottom: 2rem;}
.slideproducts .slick-prev, .slideproducts .slick-next{
	top: 0;
    height: 100%;
	z-index: 3;
    transform: translate(0, 0);
}
.slideproducts .slick-prev{left: 0px;}
.slideproducts .slick-next{right: 0px;}
.slideproducts .slick-prev:before, .slideproducts .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: #223c77;
	z-index: 5;
}
.slideproducts .slider-for .item{padding: 1rem;}
.slideproducts .slider-nav .item{padding: .3rem;}
.slideproducts .slider-nav .products-pic{margin-right: 8px;}

.slide-gallery{margin-bottom: 2rem;}
.slide-gallery .slick-prev, .slide-gallery .slick-next{
	top: 0;
    height: 100%;
    transform: translate(0, 0);
}
.slideproducts .slider-for .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slider-nav .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slick-prev{left: -45px;}
.slide-gallery .slick-prev:before, .slide-gallery .slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: #312d2c;
}
.gallery-box .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:3/2;
	transition: all 0.5s;
	
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.gallery-box .img-box img{
	/* object-fit: cover; */
	aspect-ratio:3/2;
}

.gallery-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box:hover img{transform: scale(1.05);}
.img-box h1{
	font-size: 1.6rem;
	font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
	margin-bottom: 0;
	color: #a9a9a9;
	transition: all 0.5s;
}
.img-box2 {
	width: 100%;
	display: block;
	aspect-ratio:3/2;
	transition: all 0.5s;
}
.img-box p{margin: 0;color: #a9a9a9;}
.gallery-box:hover .img-box h1{transform: scale(1.05);}

/* gallory */

/* gallery2 */
.gallery-box2 .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	/* aspect-ratio:3/2; */
	transition: all 0.5s;
	
	/* background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%); */
}
.gallery-box2 .img-box img{
	/* object-fit: contain; */
	/* aspect-ratio:4/4; */
}
.gallery-box2:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box2:hover img{transform: scale(1.05);}

.content-otherpage{
	padding: 5% 0 10%;
	background: #eceff1;
}
.title-box.subtitle {text-align: left;}

.hispage{margin: 0 auto 3rem;}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hispage ul li{
	width: auto;
	margin-right: 15px;
	color: #383838;
}
.hispage ul li a{
	padding-right: 8px;
	color: #063d8c;
}
.hispage ul li a:hover{
	color: #383838;
	text-decoration: underline;
}
.hispage ul li:last-child{margin-right: 0;}

.text-langtest{margin: 0rem auto;}
.text-langtest h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
    font-family: 'Prompt-Medium';
}
.text-langtest h2{
	font-size: 1rem;
	margin-bottom: 0;
	color: #063d8c;
    font-family: 'Prompt-Medium';
}
.text-langtest span{font-family: 'Prompt-Regular';}
.text-langtest p.textred{color: #f00;}
.text-langtest p{margin: 0;}
.text-langtest ul{
	list-style: none;
	padding-left: 1.5rem;
	line-height: 2;
	margin-top: .5rem;
}
.text-langtest ul p{padding-left: 1rem;}
.text-langtest .size-circle{
	font-size: 8px;
	margin-right: 6px;
}
.text-langtest .row{justify-content: center;}
.text-langtest .readbtn-news2{width: 100%;margin: 0; float: right; }
.text-langtest .readbtn-news{width: 20%;margin: 0; float: right; }
.textblue{color: #063d8c;}



.news-box.newsinpage{
	margin-bottom: 2rem;
	height: auto;
}
.news-box.newsinpage .textnews h1{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2);
	margin-bottom: .5rem;
}
.news-box.newsinpage .textnews p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 3);
}
.news-box.newsinpage .img-box img{
	aspect-ratio:4/3;
	height: 100%;
	object-fit: cover;
}
.news-box.newsinpage .img-box{aspect-ratio:4/3;}
.text-langtest .readmore-btn{margin-top: 5rem; float: right;}


.straff-lists .nav-pills{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2rem;
}
.straff-lists .nav-pills li{
	width: auto;
	margin: 0 10px 15px 0;
	
}
.straff-lists .nav-pills li:last-child{margin: 0;}
.straff-lists .nav-pills li a{
	color: #FFF;
	padding: 6px 20px;
	display: block;
	text-align: center;
	border-radius: 10px;
	background: #063d8c;
	border: 1px solid #063d8c;
	margin-top: 10px;
	transition: all 0.5s;
}
.straff-lists .nav-pills li a.active,
.straff-lists .nav-pills li a:hover{
	background: #fec238;
	border-color: #fec238;
	color: #000;
}

.card-straff{
	padding: .75rem;
	border-radius: 15px;
	background: #FFF;
	margin-bottom: 1rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	height: 95%;
}
.card-straff:hover .img-box img{transform: scale(1.05);} 
.card-straff .img-box{border-radius: 15px;aspect-ratio: 4/4;}
.text-straff{margin-top: 1rem;}
.text-straff h1{
	font-size: 1rem;
	margin: 0;
	font-weight: 700;
	font-family: 'Prompt-Regular';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: calc(1rem * 1.4 * 2);
}
.text-straff p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: calc(1rem * 1.4 * 2);
}
.text-straff ul{
	list-style: none;
	font-size: .7rem;
	margin: .5rem 0;
}
.text-straff ul li{
	margin-bottom: 5px;
	
}
.text-straff ul img{
	width: 15px;
	margin-right: 5px;
}
.text-straff a:hover{
	color: #063d8c;
	text-decoration: underline;
}


.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text, .control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: #FFF;
	border: 1px solid #ececec;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #063d8c;
}
.form-text::placeholder{color: #7d7d7d;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	min-width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #FFF;
    color: #063d8c;
    background: #FFF;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 10px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #fec238;
	color: #000;
	border-color: #fec238;
	transform: scale(.98);
}
.messagebox{
	margin: 2rem auto;
	padding:2rem 1rem;
	background: #063d8c;
	border-radius: 0;
	color: #FFF;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.messagebox .title-box h1{color: #FFF;}

.address-box h1, .contact-box h1, .social-box  h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
    font-family: 'Prompt-Medium';
}
.social-box2  h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
    font-family: 'Prompt-Medium';
}
.address-box{margin-bottom: 2rem;}
.address-box img{
	width: 22px;
	margin-right: 8px;
	transition: all 0.5s;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}

.address-box2 img{
	width: 90%;
	margin-right: 8px;
	transition: all 0.5s;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}
.address-box ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.address-box ul{list-style: none;}
.address-box p{margin: 0;}
.mapbox{
	margin: 2rem auto 0;
	width: 100%;
	aspect-ratio: 4 / 2;
    object-fit: cover;
	background: #FFF;
	padding: .7rem;
}
.mapbox img{
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 2;
    object-fit: scale-down;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 2;
    object-fit: cover;
}
.social-box{margin-top: 1rem;}
.social-box img{
	width: 35px;
	margin: 0;
	transition: all 0.5s;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}
.social-box2 img{
	width: 90%;
	transition: all 0.5s;
}
.social-box ul li{margin-bottom: 10px;}
.social-box ul{list-style: none;}
.social-box img:hover{
	transform: scale(1.05);
}
.title-box.subtitle{margin-bottom: 0;}
.title-box.subtitle-box{text-align: left;}
.content-otherpage.contactmap{
	padding: 10% 0;
	background: #e8e8e8;
}

.maptabs .nav-pills{flex-wrap: wrap;}
.maptabs .nav-pills li:first-child{margin-right: 10px;}
.maptabs .nav-pills a{
	display: block;
	padding: 6px 20px;
	text-align: center;
	color: #000;
	background: #FFF;
	border:1px solid #FFF;
	border-radius: 8px;
}
.maptabs .nav-pills a.active, .maptabs .nav-pills a:hover{
	color: #FFF;
	background: #063d8c;
	border-color: #063d8c;
}

.text-policy{margin-bottom: 2rem;}
.text-policy h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
	
}
.text-policy p{margin-bottom: 1rem;}
.text-policy ul{
	/* list-style: none; */
	padding-left: 2rem;
	margin: 1rem auto;
}
.text-policy .fa-circle.size-ic{
	font-size: 10px;
	margin-right: 5px;
	vertical-align: middle;
}
.text-policy .fa-angles-right.size-ic{
	font-size: 1rem;
	margin-right: 5px;
	vertical-align: middle;
}
.text-policy ul li{padding-bottom: 8px;}
.text-policy a:hover{text-decoration: underline;color: #063d8c;}


.table-calss h2{
	color: #063d8c;
	font-size: 1rem;
    font-family: 'Prompt-Light';
}
.table-calss h3{
	color: #063d8c;
	font-size: 1rem;
    font-family: 'Prompt-Light';
}
.table-calss h1{
	font-size: 1rem;
	margin-bottom: 0;
    font-family: 'Prompt-Regular';
}
.text-blue{color: #063d8c;}
.table-calss p{margin: 0;}

.table-calss{
	overflow-x: auto;
	overflow-y: hidden;
	margin: 2rem auto;
	border-radius: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.table-calss table{
	min-width: 768px;
	border-radius: 15px;
}
.table-calss th{
	padding: 15px 8px;
	background: #ddf5ff;
    font-family: 'Prompt-Regular';
}
.table-calss th:first-child,
.table-calss td:first-child{text-align: center;}
.table-calss td{
	padding: 15px 8px;
	vertical-align: top;
	background: #F5F5F5;
}
.table-calss tr:nth-child(2n+1) td{background: #FFF;}
.table-calss th:last-child,
.table-calss td:last-child{
	width: 13%;
	text-align: center;
}


.banner-otherpage.contactpage .title-box h1{color: #FFF;}
.banner-otherpage.contactpage{
	padding: 10% 0 23%;
	background: url( "../contactus/images/bannerin.png") left bottom no-repeat;
}






.banner-otherpage.academicpage{
	padding: 10% 0 25%;
	overflow-x: hidden;
	background-image: url("../academic/images/bannerincontainer.png");
}
.banner-otherpage.academicpage .title-box h1{color: #FFF;}






.banner-otherpage.translationlanguagespage{
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 10% 0;
	background-image: url("../academic/images/bannerincontainer.png");
} 
.banner-incontainer .title-box h1{color: #FFF;text-shadow: none;}
.banner-incontainer .title-box{
	margin: 0;
	background: none;
}

.tabs-trans .nav-pills{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2.5rem;
}
.tabs-trans .nav-pills li{
	width: auto;
	padding: 0 5px;
	margin: 0;
	border-right: 1px solid rgb(6, 61, 140);
}
.tabs-trans .nav-pills li:last-child{border: none;}
.tabs-trans .nav-pills li a{
	display: block;
    font-family: 'Prompt-Regular';
}
.tabs-trans .nav-pills li a.active, 
.tabs-trans .nav-pills li a:hover{color: rgb(6, 61, 140);}




.banner-otherpage.researchinnovationspage{
	padding: 10% 0 25%;
	background-image: url("../researchandinnovation/images/bannerin.png");
}
.list-research.box-research:last-child{margin-bottom: 2rem;}
.list-research.box-research{
	margin-bottom: 2rem;
	background: url("../researchandinnovation/images/bg-research.png") center center no-repeat;
	background-size: 100% !important;
}
.list-research.box-research h1{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
	margin-bottom: 1rem;
    height: calc(1rem * 1.3 * 2);
}
.list-research.box-research h2{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
	margin-bottom: 1rem;
    height: calc(1rem * 1.3 * 3);
}

.texttitle-research {margin-bottom: 2rem;}
.texttitle-research h1{
	font-size: 1.2rem;
	margin-bottom: 0;
    font-family: 'Prompt-Regular';
}
.texttitle-research ul{
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #868686;
	margin: .5rem 0;
}
.texttitle-research ul li:first-child{margin-right: 10px;}
.texttitle-research p{margin: 0;}
.text-research{
	margin: 2rem auto;
}
.text-research h1{
	font-size: 1.1rem;
	margin-bottom: 0;
    font-family: 'Prompt-Regular';
}
.text-research p{
	margin-bottom: 1rem;
	text-indent: 3%;
}

.img-boxtest{
	text-align: center;
	overflow: hidden;
	background: url("../languagestest/images/imgtop-left.png") center center no-repeat !important;
	background-size: 100% !important;
}

.img-boxtest img{
	width: 90%;
}

.img-box.imgtable{
	margin-bottom: 2rem;
	border-radius: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/*.text-langtest a.readbtn-news{color: #FFF;}
.text-langtest a.readbtn-news:hover{color: #000;}*/


.circle-box.languages-circle{
	background: url("../languagestest/images/bg-infullcircle.png") center center no-repeat;
	background-size: 100% !important;
	padding: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	top: auto;
	left: auto;
}
.circle-box.languages-circle h1{
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
	margin: 0;
}
.circle-box.languages-circle img{width: 100%;}
.img-box{position: relative;}
.img-box .fa-magnifying-glass-plus{
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1;
	font-size: 16px;
}
.circle-abputpage{
	text-align: center;
	margin-bottom: 1rem;
}
.circle-abputpage h1{
	font-size: 1.3rem;
	margin-bottom: 1rem;
	color: rgb(6, 61, 140);
    font-family: 'Prompt-Regular';
}
.img-circle{
	text-align: center;
	overflow: hidden;
}
.img-circle img{
	width: 100%;
	margin: auto;
}

.list-research.innovation-box{
	padding: 1rem;
	background: url("../researchandinnovation/images/bg-research-inno.png") center center no-repeat;
	background-size: cover !important;
}
.list-research.innovation-box .img-box{
	border-radius: 15px;
	margin-bottom: 2rem;
	aspect-ratio: 4 / 5;
}
/*///////////End-Content///////////////*/

.tabs-news .nav-pills{
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.tabs-news .nav-pills li{
	width: auto;
	margin: 8px;
}
.tabs-news .nav-pills li a{
	display: block;
	text-align: center;
	padding: 10px;
}
.tabs-news .nav-pills li a.active, 
.tabs-news .nav-pills li a:hover{
	color: #223c77;
}
/* Underline From Left */
.hvr-underline-from-left {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #223c77;
	height: 5px;
	border-radius: 5px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.tabs-news .nav-pills li a.hvr-underline-from-left:hover:before, .tabs-news .nav-pills li a.hvr-underline-from-left:focus:before, .tabs-news .nav-pills li a.active.hvr-underline-from-left:before {
	right: 0;
}

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #FFF ;
    z-index: 2345;
    display: block;
    font-size: 1rem;	
	background:#b8b8b8;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
}
.policy-box a{text-decoration: underline;color: #000;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #063d8c;
    justify-content: center;
	border-radius: 10px;
	background:#063d8c;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #063d8c ;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #000;
	padding: 10% 0 5%;
	background:#f0f3f4;
}
.logo-footer{
	text-align: left;
	margin-bottom: 1rem;
}
.logo-footer a{display: block;}
.logo-footer img{width: 180px;}
.footer ul{list-style: none;}
.footer h1, .address-footer h1,
.social-footer h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
    font-family: 'Prompt-Medium';
}
.footer p, .address-footer p{margin-bottom: .5rem;}
.footer a:hover, .address-footer a:hover{text-decoration: underline;color: #000;}

.footer ul li{padding-bottom: 8px;}
.address-footer img{
	width: 20px;
	margin-right: 6px;
	margin-top: 5px;
	filter: invert(13%) sepia(53%) saturate(4482%) hue-rotate(210deg) brightness(97%) contrast(95%);
}
.address-footer li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.copyright-box{
	text-align: center;
	margin-top: 5%;
	padding: 5% 10% 0;
	border-top: 1px solid #063d8c;
}

.social-footer{
	text-align: left;
	margin: 2rem 0 0;
}
.social-footer img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	filter: invert(18%) sepia(98%) saturate(1289%) hue-rotate(196deg) brightness(94%) contrast(103%);
}
.social-footer img:hover{
	transform: scale(1.05);
	filter: none;
}
.menu-footer {margin-top: 2rem;}
.menu-footer ul li{
	font-size: 1.1rem;
    font-family: 'Prompt-Regular';
}
.menu-footer ul li ul .fa-circle{font-size: 8px;margin-right: 10px;}
.menu-footer ul li ul{padding-left: 1rem;}
.menu-footer ul li ul li{
	font-size: 1rem;
    font-family: 'Prompt-Light';
}
/*///////////End-Footer///////////////*/

@media (max-width: 920px ) {}
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width:  100% !important;
		background:#FFF;
        height: 100% !important;
        max-height: none !important;
        top: -20%;
        display: block;
        left: 0%;
        margin: 0 !important;
        z-index: 55;
		transition: all 0.4s;
        overflow-y: scroll;
		opacity: 0;
		padding: 5rem 0;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		opacity: 1;
        top: 0%;
		transition: all 0.6s;
	}
	.navbar-collapse.show{
		display:block;
		opacity: 1;
        top: 0%;
		transition: all 0.6s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
		transition: all 0.6s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.6s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
		transition: all 0.6s;
	}