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

body{
   font-family: 'Kanit-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
}
ul{
	/* padding: 0; */
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 56;
	width: 37px;
	height: 30px;
	position: relative;
    top: 0rem;
    right: 0;
	left: auto;
	margin:0px 0;
	padding: 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;
	background: none;
	border: none; 
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 35px;
    background: #001a75;
    border-radius: 10px;
	opacity: 1;
	left: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 75%;
	left: auto;
	right: 0;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.headbar-main{
    padding:.5rem 0;
	display: block;
    transition: all 0.6s;
	background-color:#FFF;
}
.slim.headbar-main{box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: left;
	color: #FFF;
    margin: 0 ;
	padding: 0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 70px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
	color: #000;
}
.navbar-nav li a{
	padding: 15px;
	display: block;
	color: #000;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #001a75;
}

.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	overflow: hidden;
	border-radius: 10px;
	background: #001a75;
	color: #FFF;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 15px 25px;
	color: #FFF;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #608bc1;
	background: #FFF;
}
.social-header{
	text-align: center;
	padding: 0 15px;
	color: #000;
	margin: 2rem auto;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	color: #006400;
	text-decoration: underline;
}
.social-header ul img{width: 22px;}
.social-header ul li a{padding: 0;}

.language-box.mobiledisplay {
    position: absolute;
    top: 1rem;
    right: 3rem;
}
.language-box{
	color: #FFF;
	background: #0205ca;
	border-radius: 30px;
	padding: 5px 10px;
}
.language-box img{
	width: 25px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.language-box .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 10px;
	width: 100%;
	min-height: inherit;
	background: #4ab870;
	left: auto;
	right: 0;
	margin: 0;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.language-box .dropdown-menu a{
	display: block;
	text-align: left;
	padding: 10px 15px;
	color: #FFF;
}
.language-box .dropdown-menu a:hover{
	background: #FFF;
	color: #4ab870;
}


/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	border: none;
	border-radius: 50%;
	background: rgb(255 255 255 / 50%);
}
#carouselmainSlide .carousel-indicators button.active{
	background:rgb(255 255 255 / 100%);
}

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

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.img-box{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.img-box iframe{
	width: 100%;
	height: 345px;
	display: block;
	object-fit: cover;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.title-box {
	text-align: center;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.title-box h1{
	color: #0000cd;
	font-size: 34px;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.title-box p{margin: 0;color: #4ab870;}
.title-box h2{
	color: #282828;
	font-size: 26px;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}

.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.readmore-btn{
	border-radius: 30px;
	width: 185px;
	padding: 10px;
	margin: 1rem 0;
	overflow: hidden;
	border: 2px solid #4ab870;
	color: #FFF;
	background: #4ab870;
	text-align: center;
	position: relative;
	transition: all 0.6s;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.readmore-btn img{
	width: 40px; 
	transition: all 0.6s;
	filter: invert(9%) sepia(53%) saturate(6942%) hue-rotate(248deg) brightness(122%) contrast(151%);
	
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translate(0,-50%);
}
.readmore-btn:hover a{
	justify-content: flex-start;
	transition: all 0.6s;
}
.readmore-btn:hover{
	text-align: left;
	transition: all 0.6s;
	border-color: #0000cd;
}
.readmore-btn:hover img{
	left: 78%;
	filter: brightness(0) invert(1);
}
/* Sweep To Right */
.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000cd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #FFF;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.abouttext-home{text-transform: uppercase;}
.abouttext-home h1{
	line-height: normal;
	font-size: 30px;
	margin-bottom: 0;
	font-family: 'Kanit-SemiBold';
}
.abouttext-home h2{
	color: #0000cd;
	line-height: normal;
	font-size: 1.1rem;
	margin-bottom: 0rem;
}
.abouttext-home h3{
	line-height: normal;
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.abouttext-home hr{
	width: 300px;
	border-top: none;
	border-bottom: 3px solid #0000cd;
	margin: .5rem 0 1rem;
	opacity: 1;
}
.abouttext-home h3{
	font-size: 1rem;
	line-height: normal;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.abouttext-home p{
	margin: 0;
	font-size: 20px;
	font-family: 'Kanit-Medium';
}
.abouttext-home.aboutpage p{
	font-size: 1rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Regular';
}

.slideabout{margin-bottom: 2rem;overflow: hidden;}
.imgabout{
	text-align: center;
	overflow: hidden;
	background: #0000cd;
	width: 120%;
	height: 100%;
	aspect-ratio:3/3;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.imgabout img,
.imgabout video{
	width: 100%;
	height: 100%;
	opacity: .25;
	object-fit: cover;
	transition: all 0.6s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.imgabout video{
	object-position: center;
}
.slideabout .slick-next:before{display: none;}
.slideabout .slick-next{
	width: 35px;
	height: 35px;
	right: 0;
	background: url( "../images/arrow-right.png") center center no-repeat;
	background-size: 100% !important;
	/*filter: brightness(0) invert(1);*/
	filter: invert(43%) sepia(53%) saturate(6175%) hue-rotate(353deg) brightness(102%) contrast(103%);
}
.slideabout .slick-prev:before{display: none;}
.slideabout .slick-prev{
	width: 35px;
	height: 35px;
	left: 0;
	z-index: 1;
	background: url( "../images/aroow-left.png") center center no-repeat;
	background-size: 100% !important;
	filter: invert(43%) sepia(53%) saturate(6175%) hue-rotate(353deg) brightness(102%) contrast(103%);
}
.slideabout .slick-next:hover,
.slideabout .slick-prev:hover{filter: invert(68%) sepia(72%) saturate(1504%) hue-rotate(341deg) brightness(102%) contrast(106%);}

.slideabout .slick-list{overflow: inherit;}
.slideabout .slick-slide {
    transition: all 0.6s;
    transform: scale(.9);
    position: relative;
}
.slideabout .slick-slide.slick-current.slick-active{
	transform: scale(1);
	z-index: 1;
}
.slideabout .slick-slide.slick-current.slick-active .imgabout img,
.slideabout .slick-slide.slick-current.slick-active .imgabout video{
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}


.content-box.coursecontent{padding: 0;}
.coursebox{
	padding: 1rem;
	color: #FFF;
	background: #0000cd;
	text-align: center;
	aspect-ratio:1/1;
}
.coursebox h1{
	font-size: 1.5rem;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.coursebox p{margin: 0;}
.coursebox .readmore-btn{width: 180px;margin: 1rem auto 0;}
.imgcourse{
	text-align: center;
	overflow: hidden;
	aspect-ratio:1/1;
}
.imgcourse img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.readmore-btn.courseone:hover img,
.readmore-btn.coursetwo:hover img,
.readmore-btn.coursethree:hover img,
.readmore-btn.coursefour:hover img {
    left: 72%;
}
.readmore-btn.courseone{border-color: #FFF;}
.readmore-btn.courseone{background: #eeca00;}
.readmore-btn.courseone.hvr-sweep-to-right::before{
	background: #ff92a0;
}
.readmore-btn.coursetwo{border-color: #FFF;}
.readmore-btn.coursetwo{background: #ed753b;}
.readmore-btn.coursetwo.hvr-sweep-to-right::before{
	background: #9fe34e;
}
.readmore-btn.coursethree{border-color: #FFF;}
.readmore-btn.coursethree{background: #ff92a0;}
.readmore-btn.coursethree.hvr-sweep-to-right::before{
	background: #eeca00;
}
.readmore-btn.coursefour{border-color: #FFF;}
.readmore-btn.coursefour{background: #9fe34e;}
.readmore-btn.coursefour.hvr-sweep-to-right::before{
	background: #ed753b;
}
.activebox:hover .img-box img{transform: scale(1.05);}
.activebox .readmore-btn{width: 180px;margin: 1rem 0 0;}
.activebox{
	padding: .75rem;
	margin-bottom: 2rem;
	border: 1px solid #0000cd;
}
.textactive{padding: .5rem 0;}
.textactive p{
	color: #0000cd;
	margin: 0;
}
.textactive h1{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
	
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 1);

}


.contentintro{
	width: 100%;
	height: 100vh;
	background: url("../images/bgintro.png") center center no-repeat;
	background-size: cover !important; 
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-logo{
	padding: 1rem;
	color: #001a75;
	text-align: center;
	border-radius: 20px;
	background: rgba(255,255,255,0.9);
}
.intro-logo h1{
	font-size: 30px;
	margin-bottom: 3rem;
	font-family: 'Kanit-SemiBold';
}
.intro-logo h2{
	font-size: 25px;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.logo-school {
	color: #282828;
	margin-bottom: 2rem;
}
.logo-school h1{
	font-size: 26px;
	margin:.5rem 0 0;
}
.logo-school img{
	width: 180px;
	transition: all 0.6s;
}
.logo-school a:hover{color: #001a75;}
.logo-school:hover img{transform: scale(.9);}


.bannerabout{
	padding: 10% 0;
	background: url("../aboutus/images/banneraboutus.png") top center no-repeat;
	background-size: cover !important;
}
.bannerabout .title-box{margin: 0;}

.contactform h1,
.address-box h1{
	font-size: 1.3rem;
	margin-bottom: .3rem;
	font-family: 'Kanit-Medium';
}
.address-box a:hover{color: #73d4f3;}
.address-box p{margin-bottom: 1rem;}
.address-box ul{
	list-style: none;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.address-box{margin-bottom: 2rem;}
.mapbox{
	width: 100%;
	aspect-ratio:3/2;
	overflow: hidden;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}


.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #000;
	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;
	border: 1px solid #0000cd;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
    background-color: transparent;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #000;
	color: #000;
}
.form-text::placeholder{color: #d7d7d7;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #0000cd;
    color: #FFF;
    background: #0000cd;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 30px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
	border-color: #0000cd;
	color: #0000cd;
	transform: scale(.98);
}

.slideactive{margin-bottom: 2rem;}
.slideactive .slider-for .img-box{
	aspect-ratio:3/2;
}
.slideactive .slider-nav {padding: 0 .5rem;}
.slideactive .slider-nav .slick-slide{padding: .3rem;}
.slideactive .slider-nav .slick-prev:before, .slideactive .slider-nav .slick-next:before{display: none;}
.slideactive .slider-nav .slick-prev{
	width: 25px;
	height: 25px;
	background: url("../activitiesandachievements/images/prev.png") center center no-repeat;
	background-size: 100% !important;
	z-index: 1;
	left: 0;
	filter: invert(9%) sepia(97%) saturate(3830%) hue-rotate(240deg) brightness(123%) contrast(136%);
}
.slideactive .slider-nav .slick-next{
	width: 25px;
	height: 25px;
	background: url("../activitiesandachievements/images/next.png") center center no-repeat;
	background-size: 100% !important;
	z-index: 1;
	right: 0;
	filter: invert(9%) sepia(97%) saturate(3830%) hue-rotate(240deg) brightness(123%) contrast(136%);
}
.slideactive .slider-nav .img-box{
	aspect-ratio:1/1;
	opacity: .5;
}
.slideactive .slider-nav .slick-slide.slick-current.slick-active .img-box{opacity: 1;}
.slideactive .slider-nav img,
.slideactive .slider-for img{object-fit: cover;height: 100%;}

.textactive-detail h1{
	color: #282828;
	font-size: 22px;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.textactive-detail p{
	color: #363636;
	margin-bottom: .75rem;
}
.linecolor{
	width: 100%;
	height: 1px;
	background: #0000cd;
	margin: 2rem auto;
}
.pdf-download img{
	width: 30px;
	margin: 0 10px;
	filter: brightness(0) invert(1);
	transition: all 0.6s;
}
.pdf-download{
	padding: 8px;
	text-align: center;
	background: #0000cd;
	border-radius: 30px;
	color:#FFF;
	width: 220px;
	margin: 1rem 0;
	border: 1px solid #0000cd;
}
.pdf-download:hover{
	background: #FFF;
	color:#0000cd;
}
.pdf-download:hover img{
	transform: scale(.95);
	filter: invert(12%) sepia(87%) saturate(6355%) hue-rotate(245deg) brightness(72%) contrast(137%);
} 
.pdf-download a{
	display: flex;
	align-items: center;
	justify-content: center;
}
/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000 ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	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;
	color: #0000cd;
}
.policy-box a{text-decoration: underline;}
.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 #0000cd;
    justify-content: center;
	border-radius: 27px;
	background:#0000cd;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #0000cd;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #0000cd;
}
.footer ul{list-style: none;}
.footer h1{
	font-size:1.2rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.logo-footer{
	text-align: center;
	margin-bottom: 2rem;
}
.logo-footer img{
	width: 70px;
	filter: none;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #ffa21e;}
.address-footer{margin-bottom: 2rem;}

.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	margin-top: 8%;
	padding: 5% 3% 0;
	border-top: 1px solid #FFF;
}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img, .address-box img{
	width: 30px;
	margin: auto;
	transition: all 0.6s;
}
.social-footer img:hover, .address-box img:hover{
	transform: scale(.95);
}
.text-right{text-align: right;}
.text-left{text-align: left;}

/*///////////End-Footer///////////////*/

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

@media (max-width: 1200px) {
	.imgabout{
		aspect-ratio:3/3;
		position: relative;
		overflow: hidden;
	}
	.imgabout img,
	.imgabout video{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 1500px) {
	.imgabout{
		aspect-ratio:3/3;
		position: relative;
		overflow: hidden;
	}
	.imgabout video{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 1800px) {
	.imgabout{
		transform: scale(1);
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}
	.imgabout video{
		width: 100%;
		height: 65%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,             -50%) scale(1.0);
	}
}

@media (min-width: 1801px) {
	.imgabout{
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}
	.imgabout video{
		width: 100%;
		height: 65%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1.3);
	}
}









