
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

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

@font-face {
	font-family:'Microsoft JhengHei Bold' ;
	src:url('Microsoft JhengHei Bold.ttf');	
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

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 */
}

/* 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 element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
#mobile_menu{
    display: none;
}
/* 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:#444;	text-decoration:none;}

a:hover {text-decoration:none; color:#0d6efd;}

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}

a{display: inline-block;transition: 0.5s all ease-in-out;}
a:hover{color:#b2ada9}
.text-org{
    color: #ed7548;
}
.btn-hover{
    color:#fff;
    padding: 5px 25px;
    border-radius: 25px;
    background-color: #a08773;
}
.btn-hover:hover{
    background-color: #b16b21;
    color: #fff;
}
.img-slider,.video-div{
    overflow: hidden;
}
.over-img,.brd-logo{
    overflow: hidden;
}
.brd-0{
    border-radius: 0;
}
.over-img img,.img-slider img,
.brd-logo img{
    aspect-ratio: 16/10.8;
    /* aspect-ratio: 16/16; */
    object-fit: cover;
/*    transition: 0.5s all ease-in-out;*/
    /* height: 100%; */
}
.over-img:hover img,.img-slider:hover img,
.brd-logo:hover img{
/*    transform: scale(1.2);*/
}
li{ list-style-type: none;}
.container{
    max-width: 1170px;
    margin: 0 auto;
    width: 98%;
}
body {
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    width:100%;
}
.btn {
   padding: 5px 15px;
    border-radius: 0;
    color: #fff;
    position: relative;
    background-color: #003772;
}
.btn::after {
    content: "";
    width: 16px;
    height: 106%;
    display: block;
    position: absolute;
    top: -1px;
    left: -8px;
   transform: skewX(155deg);
   background-color: #003772;
}
.btn:hover{
    color: #fff;
    filter: grayscale(0.9); 
}
.btn-more {
   color:#000;
   font-weight: 800;
   font-size: 16px;
}
.btn-more .fa {
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100%;
    background-color: #ec7373;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}
.btn-more:hover .fa{
    background-color: #000;
}
.btn-more:hover a{
    color:#ec7373;
}
.lang a{width: 45px; height: 40px;color: #fff;background-color: #03569a;text-align: center;    line-height: 40px;}
.lang a:hover{
    background-color: #fdba2f;
}
.social-tab h3{
    font-size: 31px;
    color: #fdba2f;
    font-weight: 700;
}
.social-tab h3 span{
    font-size: 21px;
}
.social-tab a:hover img{
    filter: brightness(0.9);
}
.nav_area > ul > li 
{    
    display: inline-block;
    position: relative; 
}
.nav_area ul li a {
    color: #fff;
    font-size: 17px;

}

ul .sub-menu span.arrow
{
    color: #fff;
}
ul li span.arrow{
    color:#fff;
    padding-left:15px;
}
ul.sub-menu li a 
{
    color: #3c2313;
    line-height: 20px;
    padding: 3px 10px 7px 10px;
    font-size: 15px;
    display: inline-block;
   
}
ul.sub-menu li {
    display: block;
    position: relative;
    /* padding-right: 20px; */
}
ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}


/*---------------footer----------------------*/
.footer {
    background: url(../image/footer-bg.png) no-repeat center top / cover;
    color: #fff;
}
.footer a{
    color:white;
}
.logo-box img{
    /* max-width: 300px; */
}
.f-top{
    font-size: 18px;
}
.address-box li{
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    
}
.address-box li i{
    color: #25386f;
    position: absolute;
    left: 0;
}
.f-menu li a{
    position: relative;
    padding:10px 15px;
    background-color: #eaf3ee;
    border: 1px solid #808a66;
    text-align: center;
    display:block; 
    color: #364e1d;
    font-weight: bold;
    font-size: 17px;
}
.f-menu li a:hover{
    color: #da2931;
}
.copyright {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    background: rgb(13,93,93);
    background: linear-gradient(to right, #0e5e5d 0 , #019a4a 100%);
}
.copyright p{
    margin: 0;
}
.social-icons a{
    padding: 0 5px;
}
/*---------------index-page-------------------*/

.main{
    background:url(../image/home-main-bg.png) no-repeat center top / cover;
}
.home-slider{position: relative;}
.banner-slider .caption-title{
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 22px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 15px;
    background-color: #0000006e;
}
.owl-dots {
    text-align: center;
    width: 100%;
    bottom: 25px;
    position: absolute;
}
.owl-dots .owl-dot span{
    background-color: #cccccc !important;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
}
.owl-dots .owl-dot.active span{
    background-color: #fe8a1b !important;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #bbdcc8;
    font-size: 45px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home-slider .owl-dots .owl-dot span{
    background-color: #fff !important;
    margin: 0 5px;
}
.home-slider  .owl-dots .owl-dot.active span{
    background-color: #fe8a1b !important;
}
.home-slider .owl-nav i{
    line-height: 56px;
    font-size: 80px;
    color:#fff;
}

.section-title{
    font-size: 20px;
    color: #fff;
    position: relative;
    padding: 8px 0 8px 15px;

}
.section-title::after{
   content: "";
   width: 70%;
   height: 100%;
   position: absolute;
   top:0;
   bottom: 0;
   left: 0;
   z-index: -1;
}

.section-title.red-bg::after{
    /* background-color: #ea4461; */
}
.section-title.yellow-bg::after{
    background-color: #fe9405;
}
.red-bg{
    background: url(../image/title-bg.png) repeat;
}
.yellow-bg{
    background: url(../image/title-bg2.png) no-repeat right center ;
}
.green-bg{ background:url(../image/title-bg3.png) no-repeat center center;}
.blue-bg{ background: url(../image/title-bg4.png) no-repeat center center;}

.box-shedo {
    border: 1px solid #b2d2e9;
    border-top: 0;
    box-shadow: 3px 3px 5px #0000001c;
    position: relative;
    height: 99%;
    /* padding-bottom: 28px; */
    background-color: #fff;
    z-index: 0;
}
.top-row .btn-right-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
}
.news-col{
    max-width: 540px;
    margin-left: auto;
}
.news-list li {
    padding: 10px 8px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #83b9df;
}
.news-list li:last-child{
    border-bottom: 0;;
}
.news-inner h3 {
    font-size: 17px;
    font-weight: 500;
}
.news-inner span{
    font-size:16px;
    color: #074888;
    font-weight: 900;
}
.inner-banner{
    position: relative;
    margin-bottom: 5px;
}
.banner-box h2{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 10px;
    color: #fff;
    width: 100%;
    text-shadow: 2px 2px 4px #000;
}
.bottom-row .box-shedo{
   border: 1px solid #b5d4ea;
   padding-bottom: 0;
}
.act-box{
    position: relative;
    height: 100%;
}
.act-box .news-text {
    background-color: #000000ab;
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.bottom-row .btn:hover{
    color: #f9b438;
}
.act-list li{
    padding: 10px 15px 10px 25px;
    position: relative;
    border-bottom: 1px solid #83b9df;
}

.act-list li:last-child { border-bottom: none; }

/* .act-list li:nth-child(even){
    background-color: #f1f7fc;
} */
/* .act-list li::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0da";
    color: #074888;
    position: absolute;
    left: 10px;
} */
.act-list h3{
    font-size: 25px;
    /* color: #000; */
    /* font-family:'Microsoft JhengHei Bold'; */

}
.act-list span{
    color: #074888;
    font-family:'Microsoft JhengHei Bold';
}
/*------------album-inedex------------------*/
.page-title {
    position: relative;
    padding-left: 40px;
    border-bottom: 2px dotted #87b0e4;
}
.page-title i{
    position: absolute;
    left: 0;
    color: #37be60;
    font-size: 35px;
}
.page-title h2{
    font-size:25px;
    font-weight: 900;
    color: #000;
}
.page-title .form-select{
    margin: 0;
}
.date-btn{
    /* background-color: #0d5d5e;
    border-radius: 10px; */
    padding: 10px 25px;
    color: #074888;
    width: fit-content;
    margin-left: auto;
    font-weight: 900;
    font-size: 18px;
}
.banner{
    position: relative;
}
.banner h2 {
    position: absolute;
    color: #fff;
    font-size: 48px;
    background-size: cover;
    top: 80%;
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.banner h2 span{
    border-bottom: 1px dashed #fdba2f;
}
.inner-act {
    background: #fff;
    box-shadow: 0px 0px 10px #00000054;
}
.inner-act h3{
    border-bottom:1px solid #529fde;
}
.inner-act .date::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    color: #53a0de;
}
/*----------album-details----------------*/
.page-title-news{
    padding: 5px;
    border-bottom: 1px #0e5e5d dashed;
}
.thumb-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    width: calc(100% + 80px);
    justify-content: space-between;
    margin: 0;
    left: -40px;
}
h2.side-title .fa{
    display: none;
}
ul.sidemenu {
    padding: 15px 10px;
}
.sidebar .box-shedo{
    height: auto;
}

ul.sidemenu > li {
    padding: 8px ;
	font-weight:700;
}


ul.sidemenu > li:hover{
    
}
ul.sidemenu > li > a:hover, ul.side-sub-menu > li > a:hover{
    background:#fffff0;
    color:black!important;
}


ul.sidemenu > li a{color:#000;font-size: 18px; font-weight: bold;min-height:40px; padding:10px;width:100%}

ul.sidemenu > li > a{display:flex; justify-content:space-between;}

ul.sidemenu > li > a i,ul.sidemenu li.acv a,ul.sidemenu li a:hover {
    color: #0068b8;
}

ul.side-sub-menu li  i {
    padding-right: 5px; font-size:10px;opacity: .7;
}
ul.side-sub-menu {
    padding: 10px 0 0;
    font-size: 14px;
    
	display:none;
}
ul.side-sub-menu li {padding:3px 0;}
.slider-for ,.slider-nav{
    padding: 0 60px;
}
.slider-container .owl-nav{
    left: 0;
}
.thumb-slider #sync1.owl-theme .owl-nav button {
    background: #999999;
    border-radius: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;;
}

.back-btn{
    padding: 5px 10px;
    color: #101139;
    font-size: 24px;
    font-weight: bold;
}
.back-btn .fa{
    color: #6db7cd;
}
.back-btn:hover{
    filter: brightness(0.5);
}
/*---------------news----------------*/
.small-container{
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
}
.top-news{
    border-bottom: 1px solid #074888;
    padding: 20px 0;
}
.top-news .over-img {
    border-radius: 0;
}
.top-news .over-img img{
    width: 100%;
}
.top-news .date {
  color:#074888;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-title {
    font-size: 23px;
}
.more-btn{
    display: inline-block;
    color: #100f3a;
    background: transparent;
    padding: 10px 25px;
    white-space: nowrap;
    transition: all .5s;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    border: 1px solid #90c8ff;
    width: fit-content;
    margin: 0 auto;
}
.more-btn:hover{
    background: #074888;
    color: #fff;
    
}
.top-news .more-btn{
    background: #0d5d5e;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    border: none;
}
.top-news .more-btn:hover{
    background-color: #da2931;
}
.pdf-btn,.pdf-btn:hover{background:none;}


.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination a {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    color: #000;
}

.pagination a.active,
.pagination a:hover {
    background: #019849;
    color: #fff;
}
.pagination a:first-child:hover,
.pagination a:last-child:hover{
    background: none;
}

.pagination a img {
    height: 30px;
    object-fit: contain;
}
.pagination a:hover img{
    filter: brightness(0.5);
}
.form-select {
    display: block;
    width: 218px;
    font-size: 16px;
    font-weight: 400;
    line-height: 41px;
    color: #212529;
    background-color: #fff;
    background-image: url(../image/select-icon.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px 7px;
    border: 2px solid #cccccc;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 36px;
    -moz-padding-start: calc(0.75rem - 3px);
    box-shadow: none !important;
    outline: none !important;
    margin: 0 auto 35px;
}

/*-----------news-details------------*/
.page-title-news h2{
    color: #000;
}
.page-title-news .date {
   border-radius: 10px;
   color: #000;
   padding: 8px 15px;
   background-color: #fdba2f;
   width: fit-content;
   margin: 0 auto;
}
.page-title-news .date span {
    display: block;
    font-size: 26px;
}
.d-main h2
{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.sub-part h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
}
.sub-part p {
    font-size: 16px;
    line-height: 28px;
}
.org-text{
    color: #4ea5df;
    font-size: 17px;
    font-weight: bold;
}
.slider-container .slider-for .fal{
    background-color: #aed5bd;
    border-radius: 100%;
    color: #f1f8fa;
    font-size: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.slider-container .slider-for .fal:hover{
    background-color: #000;
}
/*--------------calander----------------*/

.school-calender .fc-row .fc-content-skeleton td, .fc-row .fc-mirror-skeleton td {
    text-align: left;
}
.school-calender span.fc-icon.fc-icon-chevron-left, .school-calender span.fc-icon.fc-icon-chevron-right{
    color:#7bc0e2;
    border-color: #7bc0e2;
}
.school-calender th.fc-day-header{
    font-size:15px
}
.school-calender .fc-toolbar.fc-header-toolbar{
    margin-bottom: 15px;
}
.school-calender .fc-button{
    width: auto;
    height: auto;
}
a.download {
    font-size: 19px;
    background: #3eb0c8;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: bold;
}
a.download:hover{background: #000;}
h3.function {
    font-size: 15px;
    font-weight: 700;
}
h3.function:before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    background-color: #6dbd03;
    margin-right: 8px;
}
h3.function {
    padding-right: 20px;
}
h3.function.orange:before {
    background: #f1b13e;
}
h3.function.blue:before {
    background: #5696ea;
}
h3.function.red:before {
    background: #ec8347;
}
.all-event h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #000;
    border-left: 5px solid #ec8347;
    padding-left: 15px;
    font-weight: bold;
}
.event-item {
    background: #fff;
    padding: 20px;
    border: 2px solid #e7e7e7;
}
.event-left h3 {
    padding-right: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.event-middle {
    padding-left: 20px;
    width: 28%;
    max-width: 190px;
}
.event-right {
    padding-left: 20px;
}
.event-right h3 {
    font-size: 18px;
    font-weight: 700;
}
.event-right p {
    font-size: 14px;
}
.event-left {
    border-right: 2px solid #43b2ca;
    max-width: 75px;
    padding: 10px 0;
    width: 100%;

}
.header{
    background-color: #fff;
}
.top-menu-icon img:hover{
    filter:brightness(0.9)
}
.header {
    position: relative;
    background:url(../image/header-bg.png) no-repeat right top;
}
.top-header{
    background: rgb(13,93,93);
    background: linear-gradient(100deg, rgba(13,93,93,1) 60%, rgb(98 159 137 / 0%) 100%);
}
/*------------------media query---------------*/
@media (min-width: 992px){
    .lang {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1150px;
        right: 0;
    }
    
    
    .nav_area > ul > li{
        display: block;
    position: relative;
    }
    .nav_area > ul > li a{
        padding: 10px;
        font-weight: bold;
        white-space: nowrap;
    }

    .nav_area > ul > li:hover > a,.nav_area ul > li.act > a
	{color:white;
	}
	.nav_area > ul > li:hover{
		background: #0e5e5d;
		color:white;
	}
    .main-menu{
        background: rgb(0,143,54);
        background: linear-gradient(100deg, rgba(0,143,54,1) 60%, rgb(0 143 54 / 50%) 100%);
        z-index: 2;
        position: relative;
    }
    ul.menu {
        display: flex;
        justify-content:space-between;
        align-items: center;

    }
    ul.sub-menu {
        /* min-width: 150px; */
    }
    ul.sub-menu
    {
    position: absolute;
    background: #eaf3ee;
    z-index: 555;
    text-align: left;
    padding: 0px;
    height: 0;
    transition: all .5s ease;

     }
    ul.sub-menu span.arrow {
        display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    }
    .nav_area > ul > li ul.sub-menu 
    {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    ul.sub-menu li a
    {
        color: #364e1d;
    }
    .nav_area ul li:hover ul.sub-menu 
    {	
        display:block;
        height: auto;
    }
    ul.sub-menu li ul.sub-menu 
    {    
        left: 100%;   
        top:  0;    
    }
    .menu-item-has-children .arrow{display: none;}
    ul.sub-menu span.arrow{color: #fff;}
    .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.sub-menu > li:hover
     {    
         background: #0e5e5d;   
         
     }
     ul.sub-menu > li:hover > a
     {	
         color:#fff; 
    }
    ul.sub-menu > li:hover .arrow
    {  
        color:#fff; 
    }
    ul
    {
       margin-top: 0;
       margin-bottom: 0;
    }
    label.toggle 
    {   
         display: none; 
    }
    ul.sub-menu li.menu-item-has-children .arrow 
    {    
        transform: rotate(-90deg);  
    }
    .nav_area ul li:last-child 
    {
        padding-right: 0;
        border-right: 0;
    }
   
       
        
}

@media (max-width:991px){
    .banner h2{
        left:15px;
    }
    .desktop_menu{
        display:none;
    }
    #mobile_menu .container{
        max-width: 100%;
        width:99%;
        height:100%;
    }
    #mobile_menu{
        display: block;
    }
    .main-menu{
        height: 100%;
    }
    .nav_area{
        height:100%;
    }
    .container {    max-width: 100%;  }
    ul.menu  
    { 
        /* position: fixed;
        width: 80%; */
        left: 0;
        text-align: left;
        background:url(../image/footer-bg.png) no-repeat center top / cover;
        z-index: 2;
        /* padding: 15px 10px; */
        z-index: 99;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }

        ul.menu.open 
        {
            left:0;
        }
        .toggle 
        { 
  
            cursor: pointer;
    color: #fff;
    font-size: 22px;
    margin: 0;
    text-align: right;
    display: block;
    position: absolute;
    right: 20px;
    top: 50px;
    background-color: #0e5e5d;
    padding: 5px 8px 2px;
    
        } 	
        ul li span.arrow{
            color:#fff;
            font-size: 20px;
        }
       .nav_area ul li a 
        {    
            line-height: 40px;    
            font-size: 20px; 
            color: #0e5e5d;
        }
        .nav_area i
        {    
            color: #0e5e5d;
        }
       
        nav.nav_area ul li
        {
            display:block;     
            position: relative;    
            border: 0;  
            padding:10px 0 10px 0;
        }
        ul li span.arrow.close-icon i:before
        {
            content: "\f106";
        }
        ul.sub-menu li span.arrow.close-icon i:before 
        {    
            content: "\f106";  
        }
        ul li .sub-menu li a 
        {   
            color:white;
             line-height: 18px;  
             font-size: 15px;
        }
        ul.sub-menu span.arrow 
        {
            right: 10px;
            text-align: center;
            top: 0;
            font-size:15px;
        }

        span.arrow {
            position: absolute;
            right: 10px;
            color: #fff;
            top: 20px;
            width: 40px;
            text-align: center;
            height: 30px;
            }
        ul.sub-menu 
        {
            display: none;
            position: relative;
            background: #0e5e5d;
            padding: 0; 
            font-size:10px;   
        }
        ul.sub-menu li ul.sub-menu {    
        padding: 10px;
        width: 100%;  
    }
    .social-tab h3{
        font-size: 25px;
    }
    .social-tab li img{
        width: 25px;
    }
    .banner-box h2{font-size: 18px;bottom:5}
}

@media (max-width:767px)
{
    .banner h2{
        left:0px;
    }
    .banner-box a{
        width: 100%;

    }
    #mobile_menu{
        display: block;
    }
    .desktop_menu{
        display:none;
    }
    .copyright p {
        font-size: 12px;
    }
    
        ul.footer-menu {
            padding-bottom: 28px;
        }
        .number h5 {
            padding-bottom: 12px;
        }
        .logo-slider .owl-nav.disabled {
            display: none !important;
        }
        a.w-btn {
            text-align: center;
            display: block;
            padding: 10px 0 0;
        }
        
        ul.sidemenu{display: none;}

        /*extra css*/
        .banner img,.home-slider img{
/*            height: 200px;*/
            object-fit: cover;
        }
        .banner::after{display: none;}
        .banner h2 {
            width: 80%;
            font-size: 30px;
        }
        .banner-slider .caption-title{
            font-size: 15px;
        }
        .inner-banner{
            max-width: 500px;
            margin: 5px auto;
        }
        .inner-banner img{
            width:500px;
        }
        .act-list h3{font-size: 25px;}
        .act-box img{
            width: 100%;
        }
        .pdf-btn{margin-top: 10px;}
        
        .page-title h2{
            font-size: 20px;
        }
        .page-title .form-select{
            margin:20px auto 0;
        }
        .d-main h2{font-size: 20px; line-height: normal;}
        .order2{order: 2;}
        .order1{order: 1;}
        .owl-dots{
            bottom: 5px;
        }
        .section-title h2{
            font-size: 35px;
        }
        .act-slider .owl-nav {
            margin-top: 0;
            width: 100%;
            margin-left: 0;
        }
    
        .more-btn{
            display: block;
            margin-top: 15px;
        }

        h2.side-title {
            display: flex;
            align-items: center;
        }
        h2.side-title .fa{
            display: block;
            position: absolute;
    right: 35px;
        }
        .event-middle {
            width: 100%;
            padding: 20px 0 !important;
            margin: 0 auto;
            text-align: center;
            max-width: 100%;
        }
        .event-right {
            padding: 10px 0 !important;
            text-align: center;
        }
        .right-select{margin-top: 15px;}
        .event-left{border-right:0;border-bottom: 2px solid #ff9a0d;margin: 0 auto;}
        .act-inner img{width: 100%;}
        .post-middle{width: 100%;padding: 15px 0;}

        .home-slider .owl-nav .owl-prev, .home-slider .owl-nav .owl-next{
            font-size: 20px !important;
        }
        .home-slider .owl-nav i{line-height: 30px;}
        .bg-col{padding: 15px;}
        .title-icon{max-width: 100%;}
        .title-icon img{width: 35px;}
        .toggle{
            top:20px
        }
        .nav_area img{
            vertical-align: middle;
        }
        .banner-box{display: flex;flex-wrap: wrap;}
        .banner-box .inner-banner{width:100%;}
        

}
@media only screen and (min-width:768px) {
    .title-part{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

    ul.sidemenu {
        display: block !important;
    }
    h2.side-title{pointer-events: none;}

}

#mobile_menu{
position: fixed;
height:100%;
top:0px;
left:0px;
width:251px;
-webkit-transform: translate3d(-250px, 0, 0);
transform: translate3d(-250px, 0, 0);
transition: transform 0.5s ease;
-webkit-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
}
.openResponsive #mobile_menu{
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.openResponsive #wrap{
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.openResponsive #wrap .overlay{
width: 100%;
height: 100%;
opacity: 1;
transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
transition-delay: 0;
}

#wrap .overlay{
position: absolute;
left: 0;
top: 0;
z-index: 5000;
width: 0;
height: 0;
background-color: rgba(0,0,0,0.3);
opacity: 0;
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
}

#wrap{
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
}

.eclass{
    margin-bottom:10px;
}
.top-header .container{
    max-width: 1340px;
}
.f-menu li a:hover{
background-color: #0e5e5d;
color: white;
}

.slider-for .owl-item img{
    aspect-ratio: 16/10;
    object-fit: contain;
}

::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background:grey; 
  }

  .fc-other-month{
color:lightgrey;
  }

  .sub-page .container{
    max-width: 1210px;
  }

  .sub-page .small-container{
    max-width: 1270px;
    width: 99%;
  }

  .slider-nav img{
    aspect-ratio: 16/10;
    object-fit: contain;
  }