@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
:root{
    --blue: #0f99d9;
	--lightgreen: #aad619;
}
*,
*: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:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

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

a {	
    color:#444;	
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {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,h5,h6 {list-style-type:none;margin:0;padding:0}
h1{font-family: "Righteous", sans-serif;}
h1      {font-size: 60px;line-height: 66px;}
h2		{font-size: 26px;line-height: 32px;}
h3      {font-size: 30px;line-height: 34px;}
h4      {font-size: 18px;line-height: 26px;}
h6      {font-size: 18px;line-height: 26px;}
.fs-28  {font-size: 28px;line-height: 34px;}
.fs-24  {font-size: 24px;line-height: 30px;}
.fs-22  {font-size: 22px;line-height: 28px;}
.fs-20  {font-size: 20px;line-height: 26px;}
.fs-18  {font-size: 18px;line-height: 24px;}
.fs-16  {font-size: 16px;line-height: 22px;}
.fs-15  {font-size: 15px;line-height: 21px;}
.fs-14  {font-size: 14px;line-height: 20px;}

.light{font-weight: 300;}
.regular{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}

.text-blue{color: var(--blue);}

a{display: inline-block;}
a:hover{color:#000}

ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
span{display: inline-block;}
body {
    font-size: 18px;
    color: #000;
    line-height: 26px;
	font-family: 'NotoSansCJKsc-Regular';
}

@font-face {
    font-family: 'NotoSansCJKsc-Regular';
    src: url('../css/NotoSansCJKsc-Regular.otf');
}
@font-face {
    font-family: 'NotoSansCJKsc-Bold';
    src: url('../css/NotoSansCJKsc-Bold.otf');
}
.container{
    width: 98%;
    max-width: 1220px;
}
.container-large{
    width: 98%;
    margin: 0 auto;
    max-width: 1300px;
}
.theme-btn{
    display: inline-block;
    padding: 7px 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background: var(--lightgreen);
    color: #fff;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);

}
.theme-btn:hover{
    background: var(--blue);
	color: #fff;
}
.mt-top{
	margin-top: -20px;
}
/*------------------------------------*\
                HEADER
\*------------------------------------*/
.header{
    background: rgb(255 255 255 / 57%);
    z-index: 2;
    width: 100%;
}
.header:after{
    content: '';
    background: url(../image/header-white.png) no-repeat left;
    background-size: contain;
    width: 98%;
    height: 98%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.nav_area > ul > li 
{    
    display: inline-block;
    padding: 0 9px;
}
.nav_area ul li a {
    color: #0c1064;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
ul li span.arrow{
    color:#000;
    padding-left: 4px;
}
ul.sub-menu li a {
    color: #3c2313;
    line-height: 20px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}
ul.sub-menu li {
    display: block;
    position: relative;
    padding: 0 20px;   
}



/*---------------footer----------------------*/
.top-footer {
    background: var(--blue);
}
.bottom-footer{
	background: #52b5e4;
}
.f-title{
	white-space: nowrap;
}
.f-title:after{
	content: '';
    position: absolute;
    bottom: -6px;
    width: 57px;
    left: 0;
    height: 1px;
    border-bottom: 2px solid #5db879;
}
.border-end.green {
    border-right: 2px solid #5db879 !important;
}
.f-link li a{
	color: #fff;
	font-size: 15px;
	line-height: 26px;
}


.copyright{
    border-top: 1px solid #fff;
} 
.copyright p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
/*******pagination**********/


.pagination a {
    height: 45px;
    width: 45px;
    min-width: 45px;
    font-size: 14px;
    line-height: 28px;
    margin: 0 6px;
    color: #234479;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #9d9d9d5c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a.active,
.pagination a:hover {
    background: #7ac7ea;
    color: #fff;
}
/*------------------------------------*\
            INDEX
\*------------------------------------*/
.banner-content{
	top: 50%;
}
.banner-content h1{
	text-shadow: 0 0 27px rgba(0, 0, 0, 0.5);
}
.banner-content h4{
	font-family: Adobe Caslon Pro;
	font-size: 30px;
	font-weight: 600;
}
.box-section{
	background: url('../image/box-bg.png') no-repeat center;
	background-size: cover;
}
.box-wrapper h3{
	position: absolute;
	top: 15px;
	left: 15px;
}
.rounded-10{border-radius: 10px;}
.activity-section{
	background: url('../image/activity-bg.jpg') no-repeat center;
	background-size: cover;
}
.section-title h2::after, .section-title h2::before{
	border-top: 1px solid #fff;
	content: '';
	display: table-cell;
	width: 50%;
	margin: 0 20px;
}
.section-title h2.text-dark::after, .section-title h2.text-dark::before{
	border-top: 1px solid #000;
}
.section-title h2{
    border-collapse: separate;
    border-spacing: 1rem 1rem;
    display: flex;
    line-height: .1;
    white-space: nowrap;
    width: 30%;
    margin: 0 auto;
    background: #aad619;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.section-title.bg-blue h2{
	background: var(--blue);
}
.light-shadow{
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.event-slider .owl-nav, .achievement-slider .owl-nav {
    position: absolute;
    width: calc(100% + 150px);
    display: flex;
    justify-content: space-between;
    top: 30%;
    left: -75px;
}
.event-slider .owl-nav button {
	background: var(--lightgreen) !important;
	font-size: 24px !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    color: #fff !important;
}
.achievement-slider .owl-nav button {
	background: var(--blue) !important;
	font-size: 24px !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    color: #fff !important;
}
.mb-bottom{margin-bottom: -25px;}
.news-section{
    background: url('../image/news-bg.png') no-repeat top;
    background-size: cover;
}
.news-box-item {
	background: #f5f5f5;
	border: 1px solid #d6ddd9;
	position: relative;
}

.news-box-item::after{
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.news-box-item.box-1::after{
	background: #f4b22e;
}
.news-box-item.box-2::after{
	background: #b2e739;
}
.news-box-item.box-3::after{
	background: #5ac2d2;
}
.news-box-item.box-4::after{
	background: #6fc994;
}
.achievement-section{
	background: url('../image/achievement-bg.jpg') no-repeat center;
    background-size: cover;
}
.achievement-section .theme-btn{
	background: var(--blue);
}
.achievement-section .theme-btn:hover{
	background: var(--lightgreen);
}

/*------------------------------------*\
            NEWS-INDEX
\*------------------------------------*/
.banner-title h1{
	bottom: 30px;
}
.inner-banner{
	border-bottom: 7px solid var(--blue);
}
.select-drop {
    border: 1px solid #000;
    padding: 10px 60px 10px 50px;
    font-size: 17px;
    line-height: normal;
    background: #fff;  
}
select.select-drop {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../image/dropdown.png) no-repeat right 16px center;
    position: relative;
    z-index: 1;
}
.no-wrap {
    white-space: nowrap;
}
.inner-bg{
	background: url('../image/inner-bg.png') no-repeat center;
    background-size: cover;
}
/*------------------------------------*\
            NEWS-DETAILS
\*------------------------------------*/
.bottom-border{
    border-bottom: 1px solid var(--blue);
}
/*------------------------------------*\
            CMS-INDEX
\*------------------------------------*/
.index-inner-title .img-div::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid var(--lightgreen);
    bottom: 6px;
    width: -webkit-fill-available;
}
h3.sidebar-title {
	padding: 10px 15px;
	background: var(--blue);
	background-size: 100% 100%;
	color: #fff;
	font-size: 22px;
}
.sidebar > ul >li > a {
	font-size: 16px;
	line-height: 25px;
	color: #000;
	padding: 10px 20px;
}
.sidebar > ul >li{
    background: #c5e6f6;
    margin-bottom: 10px;
    border-radius: 10px;
    border-left: 7px solid #0f99d9;
}
.sidebar > ul >li:hover{
    background: #4fb4e3;
    border-color: #4fb4e3;
}
.sidebar > ul >li:hover a{
    color: #fff;
}
ul.side-sub-menu {
	padding: 15px 30px;
	display: none;
}
ul.side-sub-menu li a {
	font-size: 17px;
	color: #000;
	line-height: 30px;
}


/*------------------------------------*\
            CMS-DETAILS
\*------------------------------------*/
.image-gallery .gallery-item {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 5px solid transparent;
  }
  .bg-light-gray{
    background: #f5f5f5;
  }
.info-item::after{
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background: #f4b22e;
}
  .image-gallery .gallery-item.green{
    border-color: var(--lightgreen);
  }
  
  .popup {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
  }
  
  .popup-content {
    max-width: 100%;
    max-height: 100%;
  }
  
  .close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;

  }
  .link-btn{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #fff !important;
    background: #48b1e2;
    border: 4px solid #a2e1ff;
    padding: 8px 60px;
    border-radius: 7px;
  }
  















