@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@font-face {
	font-family:'DFLi';
	src:url('DFLi.ttf');
	font-weight:bold;    
}

@font-face {
	
	src:url('Microsoft JhengHei.ttf');
	font-weight:normal;    
}

@font-face {
	
	src:url('Microsoft JhengHei Bold.ttf');
	font-weight:bold;
    
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


html, body {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family:'Oxygen', sans-serif;	
	color:#000;
	font-size:16px;
	line-height:26px;
	overflow-x: hidden;
	font-weight:500;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

/* a {	color:#000;	text-decoration:none;} */

a:hover {text-decoration:none; color:inherit;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

/* p:not(:last-child){margin-bottom:25px;} */

p:last-child{margin-bottom:25px;}







/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.top-bar {background:#6d97d6; padding:10px 50px; position:absolute; right:0; top:0;clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%); z-index:999; }

.top-bar a {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    text-align: center;
	padding:0 5px;
}

.top-bar img {
   display:table;
   margin:0 auto 8px;
}

.top-bar  h6{font-size:12px; line-height:18px;}

.header {    padding: 10px 0  ; position:relative;       background: #a5c2e3;   }

.header .container {    position: relative;  }

.logo-text {    padding: 0 0 20px 0;  }

.com-name{
	font-size:30px;
	color:#183066;
	line-height:40px;
}

.nav_area > ul > li.logo {    margin-bottom: -80px;  margin-top: -20px;  }

.logo-side {    position: relative;    z-index: 9;  }

.logo-text span{	display:block;  }



.nav_area > ul > li {    display: inline-block;    padding: 0 10px;     vertical-align: top;  }

.nav_area > ul > li > a > span{display:block;}



.nav_area ul li:last-child{padding-right:0; border-right:0;  }

.nav_area ul li a {     vertical-align: middle;    color: #fff;font-size: 16px;    display: inline-block;    font-weight: 700;  text-align:center;	}

ul.sub-menu {    position: absolute;  background:#003681;      z-index: 555;	text-align:left;	padding:10px 0;   }

ul.sub-menu li a{color:#fff; line-height:20px;  padding:3px 10px 7px 10px; font-size:15px; display:inline-block; text-transform:capitalize; text-align:left;  } 

ul.sub-menu li{	display:block;}

ul.sub-menu li a{width:90%;}

.header .lang span{color:#fff; }

ul.sub-menu li.menu-item-has-children {    position: relative;  }
@media(min-width:992px){
    .menu{padding-left: 29px;}
}


ul.sub-menu li.menu-item-has-children .arrow{color:#fff;  padding-left: 0;  }

span.arrow  {  font-size:16px;   }

.menu-bar ul.menu {color: #fff;    position: relative;    z-index: 11;      padding-top: 30px;  }


.footer {    padding: 10px 0;    position: relative;    background: #a5c2e3;   color:#fff;      }

.footer a {color:#fff; }

.footer h3{font-size:24px; line-height:32px; }

.footer h3 span{
	display:block;
}

a.map-btn {
    background: #f7c52f;
    color: #000;
    padding: 2.5px 2.5px;
    border-radius: 5px;
}

a.map-btn .fa{
	color:#fff;
}

.con-footer {font-size:23px;}
@media (max-width:991px){
    .con-footer {font-size:22px;}
}
@media(max-width: 767px){
    .con-footer {font-size:23px;}
}

.wrapper{position:relative;}

h3.widget-title {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

a.btn {    white-space: nowrap;
    color: #fff;
    background: #a9bee3;
    padding: 5px 20px;
    font-size: 19px;
    font-weight: 500;
    /* margin: 10px 0; */
    border: 2px solid #a9bee3;
    border-radius: 3px;
}

a.btn.read-more {
    margin-left: auto;
}

a.btn:hover {background:transparent; color: #000; }





/*------------------------------------*\
	        MAIN
\*------------------------------------*/
.home-slider.owl-carousel .owl-item img {
    height: 650px;
    object-fit: cover;
}


.box-item h3 {
    background: rgb(163 205 220 / 60%);
    position: absolute;
    bottom: 0;
    width: 50%;
    text-align: center;
    padding: 7px 0;
    color: #fff;
	font-size: 22px;
	border-bottom-left-radius:8px;
}


.box-item img {
    width: 100%;
	    border-radius: 8px;
}

.full-height img{
	height:510px;
	object-fit:cover;
}


.half-height img{
	height:240px;    width: 100%; object-fit: cover;
}

.tagline {
    background: #f7c52f url(../image/yellow-bg.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
    color: #183066;
}

.tagline .section-title{color: #183066;}

.tagline h3{font-size:24px;
line-height:32px;}

.section-title{
	color:#6d9cc7;
	font-size:36px;
}

.section-title span{
	display: table;
    border-bottom: 1px solid #f9b6b9;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.blog-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
    text-align: center;
    background: rgb(109 151 214 / 35%);
    border-radius: 8px;
	color:#fff;
}

.blog-text h3 {
    font-size: 30px;
    padding-bottom: 10px;
}

.blog-text p {
    font-size: 18px;
   
}

a.btn.orange-btn{
	background:#f7ad2d;
	border-radius:0;
	border-color:#f7ad2d;
}

a.btn span {
    display: block;
    line-height: normal;
}

.vision-slider.owl-theme .owl-dots {
    position: unset;
}

.sticky{
    position: fixed;
    z-index: 999;
    width: 100%;
    }

/*------------------------------------*\
	        SUBPAGE
\*------------------------------------*/

.cms_content ul > li{ list-style-type: disc; margin-left: 20px;}
.cms_content ol > li{ list-style-type: auto; }

/* .banner{margin-bottom:35px;} */

.banner {position:relative;}

h1.page-title {font-size:25px; line-height:34px; color:#fff;  background:#a5c2e3;    padding: 10px 15px;}




.banner img {    width: 100%;    object-fit: cover; }

.sub-banner img {    height: 330px;    object-fit: cover;  }


.sidebar > ul {
    background: #f1f2c4;
    border-top: 4px solid #fae071;
}
.sidebar > ul >li {      border-bottom: 1px dashed #dff5e2;   }

.sidebar > ul >li > a {
    font-size: 16px;
	line-height:16px;
    color: #000;
    display: flex;
	 padding: 10px 10px;
    justify-content: space-between;
    align-items: center;
	font-weight:bold;
}

.side-sub-menu {
    display: none;
    margin: 5px 0;
	padding: 0 15px;
}

.side-lv2 > a:hover{background:#d9daa3;}
.side-lv2:hover > a:hover > i{color:#ff8b34;   border-color:#ff8b34;}

.side-lv3 > a > div{ padding: 5px 0px;}
.side-lv3 > a > div > i {    color: #4abc34;}
.side-lv3 a:hover div {
    color: #4abc34;
}
.side-lv4 > a > div > i {
    color: #4abc34;
}

.sidebar .active > a{
    background:#ffddaf!important ;
}
.sidebar .active > a > div{
    background:#ffddaf!important ;
}

.sidebar > ul >li > a > i {
    display: inline-block;
    border: 2px solid #4abc34;
    border-radius: 100%;
    color: #4abc34;
    height: 25px;
    min-width: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.side-sub-menu li a {font-family: 'Microsoft Bold';font-size: 14px;	line-height:16px; }
.side-sub-menu li:hover{ background-color: #d9daa3;}
.sidebar  .side-sub-menu >li > a > i {color: #4abc34; padding-right:5px;}


.sidebar{margin-bottom:20px;}

.pagination {    display: block;    margin: 0px;  }
.pagination .link {      padding-top: 7px;}
.pagination a {display: inline-block; height: 30px; width: 30px; vertical-align: middle; text-align: center; line-height: 30px; margin: 0 4px;  }
.pagination a.active {    background: #ff8d27;    color: #fff; }
.pagination a i {    height: 30px;    line-height: 30px; }


#button.show {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    background-color: #999999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	cursor:pointer;
}
#button::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
}


h2.sec-title {
    font-size: 24px;
    border-bottom: 2px dashed #4abc34;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
	font-weight: 700;
}


h2.sec-title:after {
    content: '';
    display: block;
    width: 6px;
    height: 30px;
    background: #ff8b34;
    position: absolute;
    left: 0;
    top: 0;
}

.flex-direction-nav a.flex-prev {    left: -50px;   }
.flex-direction-nav a.flex-next {    right: -50px;  text-align: center; }
#carousel .flex-direction-nav a.flex-prev{left:-40px;}
#carousel .flex-direction-nav a.flex-next{right:-40px;}


.flex-direction-nav .flex-disabled {    opacity: 1 !important; z-index: 1; }
.flex-direction-nav a:before {font-size:40px;}
.flex-direction-nav a {
    display: block;
    height: 45px;
    width: 45px;
    background: #f5bc0e;
    border-radius: 100%;
    line-height: 45px;
    text-align: center;
}

#carousel .flex-direction-nav a {    background: transparent;   }
#carousel .flex-direction-nav a:before {    color: #afafaf;      font-size: 46px; }
#carousel {    margin-top: 25px;   }
.parent-slider {    padding: 40px;  }


h3.event-title {    color: #000;    FONT-SIZE: 30px;    font-weight: 700;    margin-bottom: 10px; }
.event-item {  border: 2px solid #ddd;  padding: 15px;  margin-bottom: 15px;  display: flex;  align-items: center; }
span.event-date {font-size: 25px;  color: #000;  text-transform: uppercase; display: inline-block;  text-align: center; min-width:100px;}
span.event-date b {    font-weight: normal;    display: block;    font-size: 19px;  }
.title-text h4 {    color: #000;    FONT-SIZE: 19px;    font-weight: 700;  }
.title-text p {    font-size: 15px;    line-height: 20px;  }

.title-text {  font-weight:bold; padding-left: 20px; margin-left: 10px;   border-left: 2px solid #6eba4a;  }

a.down-btn {
    background: #f2706e;
    color: #fff;
    padding: 8px 15px;
    display: table;
    margin: 15px auto;
    border-radius: 5px;
    box-shadow: 0 6px 11px #44444461;
}

.mb-40{margin-bottom:40px;}
.calendar_remark {    width: 100%;    padding: 25px 0px 0;    text-align: center;  }

.calendar_remark .remark_item {  display: inline-block;  vertical-align: top;  padding-right: 30px;  padding-bottom: 14px;  }

.calendar_remark .remark_item:last-child {padding-right:0;}

.calendar_remark .remark {    padding-left: 33px;    position: relative;    line-height: 23px;    font-size: 18px;      color: #000; }


.calendar_remark .remark:before {    position: absolute;    left: 0;    top: 0;    content: "";    width: 22px;    height: 22px; }

.calendar_remark .remark_1:before {    background-color: #feaf01;  }

.calendar_remark .remark_2:before {    background-color: #6dbc03;  }

.calendar_remark .remark_3:before {    background-color: #3b96f1;  }

.calendar_remark .remark_4:before {    background-color: #ff7d34;  }


.news-item {
    padding: 0 15px 25px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 25px;
}
.news-item h3{font-size:18px; font-weight:bold; }
.news-date{font-size:18px; font-weight:bold; color:#ff8b34; display:block; padding-bottom:10px;}
.news-left {padding-right: 30px; }
.news-left img{max-width:180px;}

.album-left {    padding: 0;  }
.album-right .news-date{padding-bottom:0;}
.album-right h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
	
	text-transform:uppercase;
}
.album-right p{	font-size: 15px;    font-weight: bold;	 line-height: 18px; }

a.view { font-weight: bold; border:2px solid #457b1f; 
    background: #457b1f;
    color: #fff;
    font-size: 18px;
    padding: 8px 25px;
	transition:all .3s;
}

a.view:hover { background:#fff; color: #457b1f; }
.album-item {    padding: 0 0px 25px;    border-bottom: 2px solid #ddd;    margin-bottom: 25px; }


.single-post .date {color:#ff9933; font-size:18px; letter-spacing:1px; font-weight: bold;	 }

.single-post h3{
	color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;	
	padding-bottom: 15px;
    margin-bottom: 25px;  
}

.more-btn{ font-weight: bold; border:1px solid #457b1f;  color: #457b1f;font-size: 18px;
    padding: 8px 25px;   }
	
.more-btn:hover{ color:#fff; background: #457b1f;  }


.select-drop {
    max-width: 180px;
    padding: 5px;
    border: 1px solid #ddd;
    width: 100%;
    margin: -44px auto 0;
    display: table;
}
.news-right {
        /* min-width: 70%; */
         padding-right: 20px;}
a.download-btn {    display: inline-block;    padding: 0 20px;  }


.title-part h2 {
    font-size: 30px;

    border-bottom: 2px dashed #a8cf47;
    margin-bottom: 20px;
    padding-bottom: 10px;
	font-weight: bold;	
}

.fc-toolbar.fc-header-toolbar {
    background: #f5bc0e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
}

.fc-toolbar.fc-header-toolbar .fc-left {    visibility: hidden;   }

div#calendar .fc-view-container {    background: #f9fef0;  }

span.al-date b {
    display: block;
}
span.al-date {
    position: absolute;
    background: #a9bee3;
    padding: 7px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}
.al-item {    margin-bottom: 30px;      border: 1px solid #ddd;  }
.album-txt .al-date b {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 18px;
	
}
.album-txt .al-date {
    background: #fff;
    color: #1b86e0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    margin-right: 10px;
}
 .album-txt {
    padding: 5px 15px 10px;
    color: #000;
}

span.al-title { display: block;
    font-size: 15px;
    line-height: normal;
    padding: 5px 0; font-weight: bold;
}

.album-txt a {
    display: block;
    color: #ff8b34;
    font-size: 15px;
    font-family: system-ui;
}

h3.sec-title {
    font-size: 30px;
    border-bottom: 2px dashed #6db94a;
    padding-bottom: 10px;
    position: relative;
	font-weight: 700;
}


h3.sec-title:before{
	content:'';
	display:inline-block;
	width:9px;
	height:35px;
	background:#ff8b34;
	margin-right:25px;
	vertical-align:middle;
}

.title-part span.al-date {
    background: #99cef7;
    border-radius: 3px;
	padding: 8px 15px;
}






/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/

.mb-40 {    margin-bottom: 40px;  }
ul.sub-menu li.menu-item-has-children i:before {    content: "\f105"; }





@media(min-width:992px){
	
	
.nav_area ul li:hover ul.sub-menu {	display:block;}

.nav_area > ul > li ul.sub-menu { margin-top: 10px; transform-origin: 50% 0;  transform: scaleY(0) translateZ(0);  transition: transform 0.3s, opacity 0.3s; display: block;  }

ul.sub-menu {min-width: 150px;}

ul.sub-menu li ul.sub-menu {    left: 100%;    top: 0;    width: 100%;  }

.nav_area > ul > li:hover > a{color:#183066;}

.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {   transform: scaleY(1) translateZ(0);   }

.nav_area ul li:hover ul.sub-menu {    display: block; }
	
ul.menu{display:block !important;    }

span.arrow{display: inline-block; padding-left:2px;  color: #fff;    vertical-align: middle;}

label.toggle {    display: none;  }

.more-btn{margin-right:40px;}

ul.sub-menu li ul.sub-menu {   margin-top: -10px;  }
ul.sub-menu li:hover { background-color: #a5c2e3; }


.small .activity-item {   display: flex; align-items: flex-start;   }

.activity-item.seagreen .album-txt:before {
    right: 0;
    left: auto;
    transform: rotate(-180deg) translateY(20px);
}


}


@media(min-width:768px){	
    
label.side-title { pointer-events:none;}

ul.sidemenu {    display: block !important;  }

.alignright{float:right; margin:0 0 20px 20px;}
.alignleft{float:left; margin:0 20px 20px 0;}

.activity-item.seagreen {
    flex-direction: row-reverse;
}

.activity-item .al-title {
    padding: 15px;
    line-height: 26px;
}

.album-txt {position:relative;}

.activity-item .album-txt:before {
    content: '';
    display: block;
    width: 26px;
    height: 50px;
    background: url(../image/small-tri.png) no-repeat center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}



}




/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/
.wrapper {    overflow-x: hidden;  }


.container {
    max-width: 1236px;
}


@media (max-width:1300px){
	.header .menu-bar {
    padding-top: 95px;
}
	
}

@media (max-width:1100px){

	
	.header:after {display:none;}
	.nav_area > ul > li {		padding: 0 13px 0 0;  }
	.nav_area > ul > li a {    font-size: 14px;  }

}

@media (max-width:1024px){

}


@media (max-width:991px){
	
	.header .menu-bar {
    padding-top: 0px
}
	
	.container {    max-width: 100%;  }

	
	
	.menu-bar ul.menu  { 
    position: fixed;
    width: 80%;
    left: 0;
    text-align: left;
    background: #003681;
    z-index: 2;
    padding: 15px 10px;
    z-index: 10;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all .4s;
    overflow: scroll;
    overflow-x: hidden;
    }
	
	.menu-bar ul.menu.open {left:0;}
	
	
	.header .row {    align-items: center;  }
	
	.toggle {   color: #003681; cursor:pointer;   font-size: 22px;   margin:0;text-align: right;    display: block;     position: absolute;    right: 15px;    top: 70px; } 
	
	.menu-side { position: initial;    }
	
	
	
	.nav_area ul li a {  line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 10px 0; 
    width:100%;
    }
	
	nav.nav_area ul li{display:block;     position: relative;    border: 0; }
	
	span.arrow {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 10px;
    width: 40px;
    text-align: center;
    height: 30px;
	}
	
	
	
	ul.sub-menu {    display: none;    position: relative;  	    background: transparent; padding:0; }
	
	
	
	ul li .sub-menu li a {    line-height: 14px;  }
	
	
	.header .container {    position: initial; }
	ul.sub-menu span.arrow {    right: 10px;    text-align: right;  }
	
	span.arrow.close-icon i:before {    content: '\f106';  }
	ul.sub-menu li.menu-item-has-children  span.arrow.close-icon i:before {    content: "\f106";  }
	
	.home-slider.owl-carousel .owl-item img{height:300px;}

	
	.top-bar img {
		max-width: 0px;
		vertical-align: middle;
	}
	
	
	.select-drop {    margin: 20px auto 0;  }
	
	.top-bar{display:none;clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}
	.nav_area ul li.top-bar a{padding:10px;}
	
}


@media (max-width:767px){
	
	
	
	.com-name {    font-size: 16px;     line-height: 30px;   }
	
	.footer h3 {    font-size: 18px;    line-height: 26px; }
	
	.logo-side {    max-width: 270px;    padding-top: 10px;  }
	
	h1.page-title {font-size:26px;}
	/* .banner img {    min-height: 200px;  } */
	h1.page-title:before {    background-size: 25px;      width: 25px;  }
	.banner:before {width:60%;}
	
	ul.sidemenu {    display: none;  }
	

	.copyright {    text-align: center;  }
	
	.sidebar h3{
        background: #a5c2e3;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    margin: 0;} 	
	label.toggle-sidemenu {
    font-size: 24px;
    border-bottom: 2px solid red;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
	}
	
	.inner-content {padding:25px 15px;} 
	label.side-title {padding:20px 15px;}
	
	.event-item {    display: block; }
	.title-text {   border: 0;    padding: 0;     margin: 0; }
	span.event-date {    display: block;    margin-bottom: 15px; }
	.calendar_remark .remark_item {    display: block; }
	.calendar_remark {    text-align: left;  }
	
	.breadcrumbs select {    float: none;    margin: 5px 0 0; }
	.album-right {    margin-bottom: 15px; } 	
	.album-left {    text-align: center;margin-bottom: 10px;  }
	.news-left {    padding-right: 0;    margin-bottom: 10px;    text-align: center; }
	
	.fc-toolbar h2 {    font-size: 20px;  }
	
	.activity-item {    max-width: 415px;    margin: 0 auto 10px;  }
	.activity-item img{width:100%;}
	.home-banner img {    height: 250px;    object-fit: cover;  }
	h2.section-title {font-size:22px;}
	.ser-item {    margin: 0 auto 20px; }

	.home-slider.owl-carousel .owl-item img {height:250px;}
	.foot-address {    margin-bottom: 30px;  }
	
	.single-post h3 {font-size:24px;}
	
}


@media (max-width:576px){
	
	.home-slider.owl-carousel .owl-item img {height:200px;}
	
}


.right-1 {
    background: #fff;
    padding: 8px;
    border: 1px solid #000;
    margin-bottom: 10px;
    width: 33%;
}

.textf-2 {
    width: 90%;
    background: none;
    border: none;
    text-indent: 10px;
}

li.site-lv2 {
	list-style-type: disc;
	font-size: 18px;
}

li.site-lv3 {
	list-style-type: circle;
	font-size: 16px;
    margin-left: 15px;
}

li.site-lv4{
    list-style-type: disclosure-closed;
    font-size: 15px;
    margin-left: 14px;
}

.hover-scale:hover{
    transform: scale(1.02);
    transition: 0.5s;
}

.news-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    display: block !important;
    border: 0px solid black;
    background: #5e84cb99;
    border-radius: 32px;
    font-size: 32px;
    margin: 0;
    padding-top: 9px;
}

.news-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
    background: #5e84cb99;
    border-radius: 32px;
    font-size: 32px;
    margin:0;
    padding-top: 9px;
}

.mobile-show{
    display: block!important;
}

@media (max-width: 766px){
    .mnpl{
        padding-left: 0px!important;
    }
}


@media(max-width: 767px){
    .top-bar > a{
        width: 100%;
        text-align: left!important;
    }
    .footer-text{
        font-size:16px;
    }
    .school-logo{
        height:auto;
        width:100%;
    }
    .logo-text{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 0px;
    }
    .footer-text{
        display: inline!important;
    }
    .gm-btn{
        position: absolute;
        right: 19px;
    }
}
@media(min-width: 990px){
    .sticky .com-name, .sticky .school-logo{
        transform: scale(0.75);
        transition-duration: 500ms;
    }
    
    
}
.sticky .menu{
    padding-top:0px!important;
}

.sticky-extra {
    padding: 0px 20px;
}

.sticky-extra a{
    transform: scale(0.75);
        transition-duration: 500ms;
}

.under-head{
    width: 100%;
    height: 0px;
}

.footer-text{
    display: flex;
    justify-content: space-between;
}
.footer-text span{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 6px; */
}
.footer-addresses{
    display: flex;
} 
.footer-addresses h3{
    text-align: left;
    padding-left: 15px;
}
/* .under-head-grow{
    height: 202px;
}
@media (max-width:1300px){
    .under-head-grow{
        height: 297px;
    }
}
@media (max-width:990px){
    .under-head-grow{
        height: 257px;
    }
}
@media (max-width:767px){
    .under-head-grow{
        height: 195px;
    }
} */

.footer-addr{
    min-width:113px;
}
.vision-text{
    font-size: 22px;
}
.mc-txt{
    font-size: 16px;
}
@media(max-width: 826px){
    .footer-addr{
        min-width:152px;
    }
}
@media(max-width: 767px){
    .footer-addr{
        min-width: 113px;
    }
    .full-height img{
        height: 240px;
    }
    .mc-txt{
        font-size: 16px;
    }
}
@media(max-width:991px){
    a.choosing {
        background: #6d97d6;
    }
    ul.choosing-sub{
        background: #5b7398;
    }
    .vision-text{
        font-size: 14px;
    }
    
}

@media(min-width:992px){
    .logo{
     display: inline-block!important;   
    }    
}

ul.sidemenu a {
    color: #000000;
}

a.back-btn {
    font-size: 20px;
    color: #a5c2e3;
}