
@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
\*------------------------------------*/
.main .owl-carousel .owl-item img{
    aspect-ratio: 16/10;
    object-fit: contain;
}


/* 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%;
    width:100%;
filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Safari/Webkit */
    -moz-filter: grayscale(100%);    /* For older Firefox */
}
.fa-chevron-right{
    top:-20px;
    float:right;
    position: relative;
}
.lv2Arrow{
    top:6px;
}
.fa-chevron-right:hover{
    cursor: pointer;
}
/* 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: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;}
.news-list a{
    display: block;
}
a:hover {text-decoration:none; color: #5696ea}
.btn-hover{
    color:#fff;
    padding: 5px 25px;
    border-radius: 25px;
    background-color: #a08773;
}
.btn-hover:hover{
    background-color: #b16b21;
    color: #fff;
}
.img-slider{
    overflow: hidden;
}
.over-img{
    overflow: hidden;
    border-radius: 8px;
}
.brd-0{
    border-radius: 0;
}
.over-img img,.img-slider img{
    transition: 0.5s all ease-in-out;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.over-img:hover img,.img-slider:hover img{
    transform: scale(1.2);
}
li{ list-style-type: none;}
.header .container{
    max-width: 1500px;
}
.fc-day-number{
    color:black;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
    width: 98%;
}
body {
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}
.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;
}
.nav_area > ul > li 
{    
    display: inline-block;    
    padding: 5px ; 
    position: relative; 
}
.nav_area ul li a {
    color: #fff;
    font-size: min(1.1vw,18px);

}

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;
}
.nav_area > ul > li.img-li:hover a{
    background: none !important;
    filter: hue-rotate(45deg);


}

ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}


/*---------------footer----------------------*/
.footer {
    background: #4fa6de;
    color: #fff;
}
.footer a{
    color:white;
}
.f-menu{
    border-left: 1px solid #fff;
}
.f-menu li{
    display: inline-block;
}
.f-top{
    font-size: 19px;
}

.copyright {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #fff;
}
.copyright p{
    margin: 0;
}
.social-icons a{
    padding: 0 5px;
}
/*---------------index-page-------------------*/
.home-slider{position: relative;}
.owl-dots {
    text-align: center;
    width: 100%;
    bottom: 40px;
    position: absolute;
}
.owl-dots .owl-dot {
    border-radius: 100%;
    margin: 5px;
    padding: 3px !important;
    border: 1px solid transparent !important;
    
   
}
.owl-dots .owl-dot span{
    background-color: #fff !important;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
}
.owl-dots .owl-dot.active span{
    background-color: #0068b7 !important;
    
}
.owl-dots .owl-dot.active{
   border: 1px solid #0068b7 !important;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 45px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home-slider .owl-nav i{
    line-height: 56px;
    font-size: 80px;
    color:#fff;
}
.slogn-section {
    width: 95%;
    margin: 0 auto;
    background-color: #fa6d7df2;
    border-radius: 45px;
    border: 5px solid #fff;
    position: absolute;
    top: -35px;
    z-index: 9;
    padding: 15px 20px 15px 110px;
    left: 0;
    right: 0;
    box-shadow: 1px 2px 4px #000000c2;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    max-width: 1100px;
}
.slogn-section img {
    position: absolute;
    top: -1px;
    width: 58px;
    left:20px;
}
.slogn-section h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 0 #f00, -2px 0 #f00, 0 2px #f00, 0 -2px #f00, 1px 1px #f00, -1px -1px #f00, 1px -1px #f00, -1px 1px #f00;
}
.section-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: #fd4b62;

}
.section-title h2{
    font-size: 42px;
    font-weight: 900;
    color: #0068b8;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: #0068b8;
    text-shadow: 0px 2px 8px #000000;
}
.section-title img{
    vertical-align: middle;
    width: 50px;
}
.top-news .news-title{
    background: url(../image/lin.png) no-repeat left center;
    padding-left: 25px;
}
.top-news .date{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 8px;
    font-family: 'Oswald', sans-serif;
}
.top-news .date span{
    font-size: 38px;
}
.video-setion{
    background: linear-gradient( to right,#ffc769,#ffa058);
}
.section-title.left-section{
    justify-content: start;
}
.news-list li {
    padding: 0 8px;
    font-size: 18px;
    font-weight: 600;
    border-left: 5px solid #59cbe5;
    margin: 12px 0;
}
.news-inner h3 {
    font-size: 17px;
    font-weight: 500;
}
.news-inner span{
    font-size:16px;
}
.img-animation img{
    margin-bottom: -25px;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
  }
.ativite-box{
    background: url(../image/star-bg.png) repeat-x left bottom;
    position: relative;
}
.inner-act {
    background: #fff;
    box-shadow: 0px 0px 5px #000000cf;
    margin: 8px;
}
.inner-act h3{
    font-size: 20px;
    margin-bottom: 15px;
    min-height:90px;
}
.inner-act .btn-more .fa{
    background-color: #73b4d6;
}
.inner-act .btn-more:hover .fa{
    background-color: #000;
}
.act-slider{
    width: 98%;
    margin: 0 auto;
}
.act-slider .owl-nav {
    margin-top: 0;
    width: 106%;
    margin-left: -3%;
}
.act-slider .owl-nav i{
    line-height: 56px;
    font-size: 80px;
    color:#cbcbcb;
}
.btm-setion{
    background: linear-gradient( to right,#7EC8E3,#7EC8E3);
    color:#fff;
}
.btm-setion ul li{
    border-left-color:#c27a33 ;
    align-items: center;
    color:white;
}
.right-more {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.latest-news .right-more {
    right:0;
}
.latest-news .news-inner h3{
    font-size: 14px;
}
.latest-news .news-inner span{
    width:25%;
    font-size: 12px;
    padding-right: 10px;
}
.cld-box .fc-header-toolbar {
    background: #fd4b62;
    color: #fff;
    border-radius: 25px;
    position: relative;
    padding: 10px;
}
.cld-box .fc-toolbar h2{
    color: #fff;
}
.cld-box .fc-right {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: flex-end;
}
.cld-box .fc-center {
    margin: 0 auto;
}
.video-box iframe{
    width:100%;
}
.fc-button{
    background-color: #fff;
    color: #fd4b62;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 0;
}
.fc-view-container{
    background: #e3eaff;
    padding: 10px;
}
.fc-view{background-color: #fff;}
.fc-day-grid .fc-row,.fc-scroller{height: auto!important;}
.fc th, .fc td {
    text-align: right;
    padding: 8px 3px;
    border: 1px solid #ddd;
}
.fc-toolbar.fc-header-toolbar{
    margin-bottom: 2px;
}
/*------------album-inedex------------------*/
.sub-page{
    background:url(../image/sub-b.png) no-repeat top center / cover ;
    position: relative;
}
.sub-page::after{
    content: "";
    display: block;
    background: url(../image/star-bg.png) repeat-x bottom center;
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
}
.banner .img-animation {
    position: absolute;
    /* max-width: 1400px; */
    margin-left: auto;
    top: 20%;
    right: 0;
    width: fit-content;
    left: 0;
    text-align: right;
    z-index: 9;
}
.banner .img-animation img{
    width: 400px;
}
.home-top-setion .over-img img{
    object-fit: initial;
    aspect-ratio: 1/1;
}
/*----------album-details----------------*/
.d-main h5{font-size: 20px;}
.d-main h5 i{color:#cf2c43 ;}
.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 {
    color: #0068b8;
    padding: 0 10px 12px;
    font-size: 36px;
    font-weight: bold;
    display: none;

}
ul.sidemenu {
    /* padding: 15px 10px; */
}

ul.sidemenu > li {
    padding: 15px 10px;
    border-bottom: 1px solid #0068b8;
	font-weight:700;
}

ul.sidemenu > li a{color:#000;font-size: 16px; font-weight: bold;}

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;}

.thumb-slider #sync1.owl-theme .owl-nav button {
    background: #999999;
    border-radius: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;;
}

select.select-custom {
    padding: 3px 15px;
    background: #fff;
    border: 1px solid #ddd;
}
.back-btn{
    padding: 5px 10px;
}
.back-btn:hover img{
    filter: brightness(0.5);
}
/*---------------news----------------*/
.small-container{
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
}
.page-title {
    background: url(../image/dot-line.png) repeat-x right 65%;
    position: relative;
}
.page-title h2{
    font-size: 42px;
    font-weight: 900;
    color: #0068b8;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: #0068b8;
    text-shadow: 0px 2px 8px #000000;
    background: linear-gradient( to bottom,#fff0, #fff 80%);

}
.page-title img{
    background: linear-gradient( to bottom,#fff0, #fff 70%);
}
.top-news-details{
    border-bottom: 1px solid #cce8f5;
    padding:0 0 20px;
    
}
.top-news{
    padding:15px 0;
}

.more-btn{
    display: inline-block;
    color: #fff;
    background: #0068b8;
    padding: 10px 0;
    white-space: nowrap;
    transition: all .5s;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
}

.more-btn:hover{
    background: #000;
    color: #fff;
}

.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;
    border-radius: 100%;
}

.pagination a.active,
.pagination a:hover {
    background: #ffa559;
    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{
    padding-bottom: 10px;
}
.d-main h2
{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.page-title-news h5
{
    background-color: #fd6478;
    color: #fff;
    padding: 8px 25px;
    z-index: 1;
    display: inline-block;
    border-radius: 5px;
    
}
.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 .fas{
    background-color: #64b7e6;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.slider-container .fas:hover{
    background-color: #000;
}
/*--------------calander----------------*/
.school-calender{
    max-width: 800px;
    margin: 0 auto;
}
.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 .fc-toolbar.fc-header-toolbar{
    margin-bottom: 15px;
}
.school-calender .fc-button{
    width: auto;
    height: auto;
}
a.download {
    font-size: 19px;
    background: #fd4b62;
    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;
    padding-bottom: 15px;
    color: #000;
}
.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 #ff9a0d;
    max-width: 75px;
    padding: 10px 0;
    width: 100%;

}
/*------------------media query---------------*/
@media (min-width: 992px){
    .header {
        position: absolute;
        z-index: 99;
        width: 100%;
    }
    .nav_area > ul > li a{
        padding: 10px;
    }
    .nav_area > ul > li:hover > a,.nav_area ul > li.act > a
	{color:#fff;background-color:#fd4b62;}
    ul.menu {
        display: flex;
        align-items: center;
        /* flex-direction: row; */
        /* flex-wrap: nowrap; */
        justify-content: space-evenly;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu
    {
    position: absolute;
    background: #0068b8;
    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: #fff;
    }
    .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: #fd4b62;   
         
     }
     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)
{
   
    .container {    max-width: 100%;  }
    ul.menu  
    { 
        position: fixed;
        width: 80%;
        left: 0;
        text-align: left;
        background: #fd4b62;
        z-index: 2;
        padding: 15px 10px;
        z-index: 99;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }

        ul.menu.open 
        {
            left:0;
            overflow: scroll;
        }
        .toggle 
        { 
  
            cursor: pointer;
    color: #fff;
    font-size: 22px;
    margin: 0;
    text-align: right;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    background-color: #fd4b62;
    padding: 5px 8px 2px;
    
        } 	
        ul li span.arrow{
            color:#fff;
            font-size: 15px;
        }
       .nav_area ul li a 
        {    
            line-height: 40px;    
            font-size: 20px; 
            color:#fff;
        }
        nav.nav_area ul li
        {
            display:block;     
            position: relative;    
            border: 0;  
            padding:0 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 
        {   
             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: 12px;
            width: 40px;
            text-align: center;
            height: 30px;
            }
        ul.sub-menu 
        {
            display: none;
            position: relative;
            background: transparent;
            padding: 0; 
            font-size:10px;   
        }
        ul.sub-menu li ul.sub-menu {    
        padding: 10px;
        width: 100%;  
    }
   
}

@media (max-width:767px)
{
    .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*/
        .owl-dots{
            bottom: 5px;
        }
        .slogn-section {
            padding: 50px 20px 15px 15px;
            text-align: center;
            border-radius: 10px;
            position: relative;
            top: 25px;
        }
        .slogn-section h3{
            margin-bottom: 10px;
        }
        .slogn-section img {
            position: absolute;
            top: -12px;
            width: 55px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        .section-title h2{
            font-size: 35px;
        }
        .section-title img{
            width: 40px;
        }
        .act-slider .owl-nav {
            margin-top: 0;
            width: 100%;
            margin-left: 0;
        }
        .banner .img-animation img{
            width: 150px;
        }
        .banner .img-animation{
            top:18%;
        }
        .more-btn{
            display: block;
            margin-top: 15px;
        }
        .top-news{
            border-bottom: 1px solid #cce8f5;
           
        }
        .post-list .top-news{
            border-bottom: 1px solid #cce8f5;
            text-align: center;
            margin-bottom: 25px;
        }
        .post-list .top-news .over-img{
            margin-bottom: 25px;
            display: inline-block;
        }
        .post-list .top-news .news-title{
            background: none;
        }
        .top-news-details{
            border: none;
        }
        .form-select {
            position: absolute;
            bottom: -45px;
            margin: 0 auto;
            left: 0;
            right: 0;
        }
        h2.side-title {
            display: flex;
            margin-top: 15px;
            background-color: #eb3746;
            padding: 15px;
            color: #fff;
            align-items: center;
            justify-content: space-between;
        }
        .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;}
        

}
@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;}

}

