@charset "utf-8";
/* CSS Document */

html,
body {
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    font-size: 18.5px;
    color: #333;
    line-height: 33px;
    font-family: "cwTeXYen", "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

:root {
    --main-color: #086cc2;
    /*深藍1*/
    --main2-color: #2baa98;
    /*深藍2*/
    --main3-color: #c7ced3;
    /*橙色*/
    --main4-color: #f5f9ff;
    /*淺色*/
}

.toolbar .toolbar-tray-vertical.is-active,
.toolbar-fixed .toolbar .toolbar-tray-vertical {
    margin: 0 !important;
}

.screen {
    min-width: 300px;
    max-width: 1380px;
    position: relative;
    padding: 0px 10px;
}

.editingAdd {
    position: absolute;
    top: -35px;
}

.home-add {
    top: 35px !important;
}

#add_normal {
    position: relative;
    top: 0;
    padding: 10px;
}

.editingAdd a {
    background-color: #ffd800;
    padding: 3px 15px;
    border-radius: 15px;
    color: #000;
}

.editingAdd a:hover {
    background-color: #cbff0f;
    color: #000;
}

.boxing {
    clear: both
}

.view-content {
    clear: both
}

.swiper-slide .editing a {
    display: block !important;
}

.small_logo {
    margin: 0 20px 20px 0;
    float: left
}

#banner_editing {
    position: absolute;
    top: 6px;
    left: 45px;
    z-index: 2
}

.editing {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
}

.editing a {
    /* Override the .focusable height: auto */
    width: 30px !important;
    font-size: 0;
    border-radius: 50%;
    /* Override the .focusable height: auto */
    height: 30px !important;
    background-color: #ffd800;
    text-indent: -9999px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23000000' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%23000000' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%23000000' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
}

.editing a:hover {
    background-color: #cbff0f;
}

li .editing a {
    display: none !important;
}

li:hover .editing a {
    display: block !important;
}

.slick-slide:hover .editing a {
    display: block !important;
}

a:link {
    color: #333333;
    text-decoration: none;
}

#main_content a:link {
    color: #00266e;
    text-decoration: none;
}

#main_content a:hover {
    color: #ffa800;
    text-decoration: underline;
}

.clear {
    clear: both
}


div,
ul li {
    margin: 0px auto;
    padding: 0px;
}

#page-wrapper {
    max-width: 1600px;
}

/* #page img{ max-width:100% } */

#page .term-tree-list {
    position: relative;
}

#page .term-tree-list .term {
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 30px;
}

#page .term-tree-list .term::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-color: var(--main-color);
    -webkit-mask-image: url(../images/tag1.svg);
    mask-image: url(../images/tag1.svg);
    background-size: cover;
    width: 20px;
    height: 26px;
}

#page .term-tree-list .selected {
    font-weight: normal;
    text-decoration: underline
}

/* 
.screen{ position:relative; padding:0px 3%; } */
.container {
    max-width: 100%
}

.region--content {
    margin: 0;
}

.wide-content {
    width: auto;
    margin: 0
}

.breadcrumb {
    margin: 0px 0 30px 0;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px dotted #666;
    line-height: 24px;
}

.block-views-blockslideshow-block-1 {
    position: relative;
}

h1,
h2,
h3 {
    font-weight: 600;
    margin: 0;
}

h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

h1 {
    font-size: 38px;
    line-height: 42px;
    color: var(--main-color);
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 5px 0 15px 0;
    color: var(--main2-color);
}

/* h3 {
    font-size: 28px;
    line-height: 34px;
    color: var(--main-color);
    border-left: 2px solid #0dadf6;
    background: #f9f9f9;
    padding: 10px 30px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
    margin: 0px 0 15px 0;
    display: table;
} */


h3 {
    color: #512d6d;
    padding: 10px 10px 10px 0px;
    margin: 0px 0 20px 0;
    display: inline-table;
    font-size: 30px;
    line-height: 46px;
    position: relative;
    text-shadow: none;
    margin: 30px 0 20px 0;
    text-decoration: underline wavy;
    text-decoration-color: #512d6d;
    text-underline-offset: 10px;
}

h4 {
    font-size: 23px;
    margin: 0px;
    color: var(--main-color);
    line-height: 33px;
}

h5 {
    font-size: 23px;
    margin: 0px;
    color: #ffa800;
    line-height: 33px;
}

h6 {
    font-size: 23px;
    margin: 0px;
    color: #333333;
    line-height: 33px;
}

.boxing .title {
    color: #512d6d;
    padding: 10px 10px 10px 0px;
    margin: 0px 0 20px 0;
    display: inline-table;
    font-size: 30px;
    line-height: 46px;
    position: relative;
    text-shadow: none;
    margin: 30px 0 20px 0;
    text-decoration: underline wavy;
    text-decoration-color: #512d6d;
    text-underline-offset: 10px;
}

/* .boxing .title::after {
    content: '';
    background: url(../vendor/images/web/photo_path.png);
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 3px;
    left: 0;
} */

/*.boxing .title::before {*/
/*    content: "\201C";*/
/*    font-family: Arial;*/
/*    position: absolute;*/
/*    color: #0dadf6;*/
/*    left: 0;*/
/*    top: 5px;*/
/*    font-size: 50px;*/
/*    font-weight: 400;*/
/*}*/

p {
    margin: 0px;
    padding: 0px
}

.blocktitle {
    text-align: center;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 1.5em;
    color: var(--main-color);
    line-height: 2em;
}

.block__title {}

.region--secondary-menu,
.region--secondary-menu {
    margin: 0;
}

.menu--sidebar .is-active,
#block-olivero-main-menu .is-active {
    font-weight: 600;
    color: var(--main-color) !important
}

#header .screen {
    display: flex;
    padding: 0;
    align-items: center;
}

#header .logo {
    margin-left: 0
}

.sticky {
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.sticky #header {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    min-height: auto;
    max-width: 1600px;
    background: #fff;
}


.site-branding {
    margin-left: 0
}

.right_top {
    display: inline-flex;
    margin-right: 15px;
    margin-left: auto
}

#lang {
    margin: 10px 0;
    padding: 0;
    float: right
}

#lang ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

#lang ul li {
    margin: auto 5px;
}

#lang ul li a {
    background: #ddd;
    color: #000;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: .9em;
}

#lang ul li a:hover {
    background: var(--main2-color);
    color: #fff;
}

#lang ul li a.is-active {
    background: var(--main-color);
    color: #fff;
}

#page-wrapper {}

/* #page img{ max-width:100% } */

.view-more,
.view-more2 {
    margin: 0 auto;
    padding: 50px 0 0 0;
    text-align: center;
}


.more-link {
    position: relative;
}

.more-link a {
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 10px 20px;
}


.view-more a {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    /* 使用 right 关键字和垂直位置 */
    transition: background-position 0.5s ease, padding-left 0.5s ease;
    border: 1px solid var(--main2-color);
    font-size: 1.1em;
    padding: 10px 50px 10px 20px;
    border-radius: 8px
}

.view-more a:hover {
    transition: background-position 0.5s ease, padding-left 0.5s ease;
    background-color: var(--main-color);
    color: #fff;
    background-position: right 20px center;
    padding-left: 27px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%23ffffff'/%3E%3C/svg%3E");
}


.view-more2 a {
    position: relative;
    display: inline-block;
    padding: 10px 35px;
}

.view-more2 a::before,
.view-more2 a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-radius: 8px;
    border-color: var(--main3-color);
    transition: transform 0.3s ease;
}

.view-more2 a::before {
    border-width: 2px 0 2px 0;
    transform: scaleX(0);
}

.view-more2 a::after {
    border-width: 0 2px 0 2px;
    transform: scaleY(0);
}

.view-more2 a:hover::before,
.view-more2 a:hover::after {
    transform: scale(1, 1);
}


.news_tag {
    position: absolute;
    left: -5px;
    top: -5px;
    background-image: url(../images/icon/i_news.png);
    width: 90px;
    height: 44px;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.news_tag2 {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icon/i_news2.png);
    width: 90px;
    height: 28px;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

#logo {}

.node__content {
    clear: both;
    font-size: 20.5px;
    line-height: 33px;
    font-weight: 400;
}

/* .node__content img {
    border-radius: 16px;
} */

#nonbanner_title {
    background: url(../vendor/images/web/bg_banner2.png) repeat-x bottom;
    position: relative;
    padding: 60px 0;
}

#nonbanner_title h1 {
    letter-spacing: 5px;
    font-weight: 400;
    color: #2e3091;
    text-align: left;
    font-size: 38px;
    padding: 80px 0 100px 50px;
    line-height: 42px;
    pointer-events: none;
}

.banner_title {
    background-image: url(../images/inner_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.banner_title h1 {
    color: #fff;
    margin: 10px 0;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    ;
}



#block_latest-awards {
    padding: 3em 0;
    border-top: 1px solid #c7ced3
}

#block_latest-activity {
    padding: 3em 0
}


.video_theme {
    max-width: 80%;
    margin: 50px auto;
}

.slider-slogan {
    position: absolute;
    bottom: 15%;
}

.slider-slogan .slogan_text {
    font-size: 38px;
    padding: 20px;
    line-height: 42px;
    color: #fff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #086cc2a1;
}

.slogan_left {
    left: 0;
}

.slogan_right {
    right: 0;
}

.view-empty {
    clear: both
}


#main_content {
    margin: 0 auto;
    padding: 0px 0 100px 0;
    min-height: 400px;
    float: right;
    width: 77%;
}

#sidebar-nav {
    float: left;
    width: 21%;
    margin: 10px 0;
}


.useful-links ul {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(5, 1fr);
    column-gap: gap: 10px;
}

.useful-links ul li {
    width: calc(100% - 10px);
    position: relative;
    padding: 5px;
}


#ctd-fliters .form--inline .form-actions {
    margin: auto
}

#ctd-fliters {
    margin-block-end: var(--sp1);
    text-align: right;
    float: right;
}

.contextual-region .view-header {
    margin-block-end: var(--sp1) !important;
}


/* Table */
/*#main_content table {*/
/*    border-collapse: inherit;*/
/*    width: 100%;*/
/*    line-height: 33px;*/
/*    border: 1px solid var(--main-color);*/
/*}*/

/*#main_content tr:nth-child(even) td {*/
/*    background: #f2f2f2;*/
/*    color: #333;*/
/*    padding: 5px;*/
/*}*/

/*#main_content tr:nth-child(odd) td {*/
/*    background: #fff;*/
/*    color: #333;*/
/*    padding: 5px;*/
/*}*/

/*#main_content table ul, table ol {*/
/*    margin: 0;*/
/*}*/

#main_content table {
    border-collapse: inherit;
    width: 100%;
    line-height: 33px;
    border: 1px solid rgb(46, 48, 145, 0.65);
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
}

#main_content tr:nth-child(even) td {
    background: #ffecf2;
    color: #333;
    padding: 5px;
}

#main_content tr:nth-child(odd) td {
    background: #fff;
    color: #333;
    padding: 5px;
}

#main_content table ul,
#main_content table ol {
    margin: 0;
}

#main_content th {
    background: rgb(46, 48, 145, 0.65);
    color: #fff;
    text-align: center;
    border-bottom: none;
}

#main_content table td {
    border: thin
}


.location {
    width: 100%;
    margin: 20px 0;
}

iframe {
    width: 100%;
    min-height: 350px;
}

/* Template */
.tpl-info time,
.block-info time,
.node__content time {
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 30px;
}

.news-card time::before {
    background-color: #fff !important
}

.index_block {
    background: none
}

.index_block b {
    display: block
}


#page time::before,
.wrap time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background-color: var(--main-color);
    -webkit-mask-image: url(../images/date.svg);
    mask-image: url(../images/date.svg);
    background-size: cover;
    width: 20px;
    height: 21px;
}


.block-info {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none
}

.block-info li {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.tpl-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpl-info li {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tpl-info li:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}

.tpl-info li a {
    color: #333;
    display: block;
    width: 100%
}

.tpl-info li a:hover {
    color: #333;
}

.tpl-info li b,
.block-info li b {
    display: block
}

.tpl-info figure img,
.block-info figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
}

.tpl-info figure:hover img,
.block-info figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .8;
}

.tpl-info figure,
.block-info figure {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.template-A2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.template-A2 ul li {
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}

.template-A ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.template-A ul li {
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}

.template-B ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

#block_latest-news time::before {
    display: none
}

.template-B ul li {
    width: calc(100% - 30px);
    padding: 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    text-align: center;
}

.template-B ul li:nth-child(odd) {
    background: #fff;
}

.template-B ul li:nth-child(even) {
    background: #fff9e2;
}

.template-B ul li time {
    float: left;
    width: 20%;
    text-align: left;
    padding: 0 0 0 30px;
}

.template-B ul li b {
    float: left;
    width: 60%;
    text-align: left
}

.template-B ul li .cat {
    float: right;
    border: 2px solid #00266e;
    background: #fff;
    border-radius: 8px;
    padding: 0 5px;
    line-height: 30px;
}

.template-B ul li time::before {
    top: 6px;
}

.template-C ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.template-C ul li {
    width: calc(100% - 30px);
    padding: 15px;
    display: flex;
    align-items: center;
    text-align: center;
}

.linkings {}

.linkings span {}

.linkings a {
    display: inline-block;
    padding: 5px;
    float: left;
    margin: 10px;
    display: inline
}

/* .Block_A ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5%;
}  */
.Block_A ul li {
    position: relative;
    width: 100%;
}

.Block_B ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5%;
}

.Block_B ul li {
    position: relative;
    width: 100%;
    background: #fff;
}

.news-card {
    border: 0px solid aqua;
    margin: 1px;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    flex: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
    ;
    z-index: 0;
}

.news-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
}

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 5px 10px 15px 10px;
    width: calc(100%);
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 1.5s ease;
}

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
}

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
        max-height: 20rem;
        opacity: 1;
    }

    .news-card:hover .news-card__text-wrapper {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .news-card:hover .news-card__title {
        color: yellow;
    }

}


.articles {
    padding: 1em;
}

.articles:hover:before {
    width: 100%;
}

.articles::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background: var(--main-color);
    right: 0px;
    transition: width 0.4s;
}


/* End Template */

/* Category */
.category {
    float: left;
    background: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    margin: 9px 0;
    z-index: 1;
    position: relative;
}

.category ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.category ul li {
    display: inline-block;
}

.category ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 19px;
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    margin: 0 10px;
}

.category ul li a:hover {
    text-decoration: none;
}

.category ul li+li {
    border-left: 1px dotted #666;
}

.category ul li a,
.category ul li a:after,
.category ul li a:before {
    transition: all .5s;
}

.category ul li a:hover {
    color: var(--main-color);
}


/* stroke */
.category.stroke ul li a,
.category.fill ul li a {
    position: relative;
}

.category.stroke ul li a:after,
.category.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: var(--main-color);
    ;
    height: 2px;
}

.category.stroke ul li a:hover:after {
    width: 100%;
}

.category.fill ul li a {
    transition: all 2s;
}

.category.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

.category.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}

.category.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

/* SHIFT */
.category.shift ul li a {
    position: relative;
    z-index: 1;
}

.category.shift ul li a:hover {
    color: #91640F;
}

.category.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: var(--main-color);
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.category.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}


.category .current a,
.category .current a:hover {
    color: #333;
    border-radius: 8px;
    background: #fff48b;
}


/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: var(--main-color);
        ;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: var(--main-color);
        ;
        border-radius: 100%;
    }

    100% {
        background: var(--main-color);
        ;
        height: 1000%;
        width: 1000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

/* End Category */

.sitemap-item {
    margin: 0px auto;
    padding: 0 20px;
}

.sitemap-item ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sitemap-item ul ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    margin: 10px;
    padding: 0 25px;
    list-style-type: initial;
}

.sitemap-item ul li {
    width: 100%;
    margin: 0;
    padding: 0
}

.sitemap-item ul li a,
.sitemap-item ul li span {
    font-size: 1.3em;
    font-weight: 400;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s ease;
    background: #fff;
}

.sitemap-item ul li a {
    color: var(--main-color);
}

.sitemap-item ul li span {
    color: #555;
}

.sitemap-item ul li a:hover {
    background: var(--main2-color);
    color: #fff;
}

.sitemap-item ul li ul li a,
.sitemap-item ul li ul li span {
    padding: 5px 0 5px 0px;
    display: block;
    border-bottom: 0;
    font-size: 1em;
    font-weight: 300
}

.sitemap-item ul li ul li a:hover {
    background: none;
    color: var(--main2-color)
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f5f9ff;
}

.sidebar-nav .metismenu {
    padding: 15px;
    font-size: 1.15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;    border-radius: 12px;
}

.sidebar-nav .metismenu a.current {
    color: var(--main-color);
}

.sidebar-nav .metismenu li+li {
    margin-top: 5px;
}

.sidebar-nav .metismenu li:first-child {
    margin-top: 5px;
}

.sidebar-nav .metismenu li:last-child {
    margin-bottom: 5px;
}

.sidebar-nav .metismenu>li {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 5px 35px 5px 15px;
    color: #333333;
    outline-width: 0;
    transition: all .3s ease-out;
}

.sidebar-nav .metismenu ul a {
    padding: 5px 35px 5px 30px;
}

.sidebar-nav .metismenu ul ul a {
    padding: 5px 35px 5px 45px;
}

.sidebar-nav .mm-active {
    color: var(--main-color);
    !important;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active>a {
    color: var(--main-color);
    text-decoration: none;
}


.subjectlists {
    position: relative;
    margin: 0 auto;
    padding: 0 !important;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.subjectlists figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.subjectlists figure figcaption::before,
.subjectlists figure figcaption::after {
    pointer-events: none;
}

.subjectlists figure figcaption,
.subjectlists figure figcaption>a {
    position: absolute;
    background: #0c335b38;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.subjectlists figure figcaption>a {
    z-index: 1;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


.subjectlists figure h2,
.subjectlists figure p {
    margin: 0;
}

.subjectlists figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-honey {
    background: #4a3753;
    min-height: 180px;
}

figure.effect-honey img {
    opacity: 0.9;
    max-width: 125%: -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

figure.effect-honey:hover img {
    opacity: 0.5;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: var(--main2-color);
    content: '';
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
    position: absolute;
    font-style: normal;
    bottom: 0;
    left: 0;
    padding: 0.5em 1.5em;
    color: #fff;
    text-shadow: 0 0 8px #000000a1;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}


figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#block-sidebar-nav {
    background: var(--main4-color);
}

#block-sidebar-nav h2 {
    padding: 30px 0;
    background: var(--main-color);
    color: #fff;
    margin: 0;
    text-align: center;
}

#block-sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 15px;
}

#block-sidebar-nav ul li {
    float: none;
    border-bottom: 1px solid #ddd;
    position: relative
}

#block-sidebar-nav ul li a {
    padding: 15px;
    display: block;
}

.subjectlist ul {
    list-style: none;
    margin: 0;
    padding: 15px;
}

.subjectlist ul li {
    float: none;
    border-bottom: 1px solid var(--main3-color);
    position: relative
}

.subjectlist ul li a {
    padding: 15px 15px 15px 30px;
    display: block;
    font-size: 21px;
    line-height: 27px;
}

.subjectlist ul li a::before {
    content: "\2022";
    font-family: Arial;
    position: absolute;
    color: var(--main2-color);
    left: 0;
    top: 19px;
    font-size: 50px;
    font-weight: 400;
}

/* index box */
.hover03 figure {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

figure {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hover03 figure {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0
}

.hover03 figure {
    overflow: initial;
}

.hover03 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
}

.hover03 figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .85;
}







/* front main */
.wrap {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.wrap.home::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../vendor/images/web/cloud_1.png) no-repeat;
    background-size: 76%;
    width: 1239px;
    height: 1205px;
}



/* menu */
.header {
    background: url(../vendor/images/web/line-cl.png) repeat-x top center;
    /* height: 130px; */
    height: 100%;
    position: relative;
}

@media (min-width:961px){
    .header .screen{
        display: flex;
        align-items: flex-end;
    }
}


header {
    float: left;
    width: 35%;
}

.header .logo {
    float: left;
    padding: 20px 0;
    margin: 0;
    position: relative;
    width: auto;
}

.header .logo img {
    height: 90px
}

.header>.screen>nav {
    padding: 0;
    float: right;
    z-index: 9;
    position: relative;
    width: 65%;
}

.ddsmoothmenu {
    display: block !important;
}

.btn_schinfo {
    background: url(../vendor/images/web/btn_schinfo.png) no-repeat;
    background-position: 50% 30%;
    background-size: 41px 40px;
}

.btn_home {
    background: url(../vendor/images/web/btn_home.png) no-repeat;
    background-position: 50% 30%;
    background-size: 41px 40px;
}

.btn_study {
    background: url(../vendor/images/web/btn_study.png) no-repeat;
    background-position: 50% 30%;
    background-size: 41px 40px;
}

.btn_support {
    background: url(../vendor/images/web/btn_support.png) no-repeat;
    background-position: 50% 30%;
    background-size: 41px 40px;
}

.btn_partners {
    background: url(../vendor/images/web/btn_partners.png) no-repeat;
    background-position: 50% 30%;
    background-size: 41px 40px;
}

.btn_album {
    background: url(../vendor/images/web/btn_album.png) no-repeat;
    background-position: 50% 30%;
    background-size: 41px 40px;
}

@media screen and (min-width:961px) {
    .ddsmoothmenu ul li {
        float: left;
        width: calc(100% / 6);
        z-index: 1;
    }


    .ddsmoothmenu ul li.menu-item-level-1>a:hover {
        background-position: 50% 20% !important;
        background-size: 41px 40px !important;
    }



}

@media screen and (max-width:960px) {
    header {
        width: 58%;
    }

    .header .logo {
        padding: 0;
        margin: 10px 0;
    }

    .header>.screen>nav {
        width: auto;
    }
}

/* header */
.banner {
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -760px;
    background: url(../vendor/images/web/cloud_2.png) no-repeat;
    background-size: 76%;
    width: 929px;
    height: 1124px;
    background-position: right center;
}

/* banner - left */
.banner_block {
    position: relative;
    float: left;
    width: 70%;
    padding: 2px;
    box-shadow: 0 0 3px rgb(0, 0, 0, 0.2);
    border-radius: 10px;
}

.banner_block .swiper {
    border-radius: 10px;
}

.swiper-slide {
    height: 500px !important;
}

@media screen and (max-width:960px) {
    .banner_block {
        width: 100%;
    }

    .swiper-slide {
        height: auto !important;
    }
}

/* banner - right */
.banner_button {
    float: right;
    width: 27%;
    position: relative;
}

.banner_button ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner_button ul li {
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.banner_button ul li:nth-child(even) {
    margin-right: 0%;
    width: 95%
}

.banner_button ul li:nth-child(odd) {
    margin-right: 0%;
    width: 95%
}

.banner_button ul li:nth-child(even):hover {
    margin-right: 5%;
    width: 95%
}

.banner_button ul li:nth-child(odd):hover {
    margin-right: 5%;
    width: 95%
}

.banner_button ul li img {
    width: 100%;
}



@media screen and (max-width:960px) {
    .banner_button {
        width: 100%;
    }

    .banner_button ul {
        display: block;
    }

    .banner_button ul li {
        width: 33.3%;
        float: left;
    }

    .banner_button ul li span {
        width: 100%;
    }

    .banner_button ul li span,
    .banner_button ul li+li span,
    .banner_button ul li+li+li span,
    .banner_button ul li+li+li+li span,
    .banner_button ul li+li+li+li+li span {
        background-position: center;
        background-size: contain;
    }

}

@media screen and (max-width:567px) {
    .banner_button ul li {
        width: 100%;
        margin: 4px 0;
    }
}


.sentense-block {
    width: calc(90% - 2px - 20px);
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.sentense-block .area {
    flex-grow: 1;
    border: 3px solid #da9c20;
    padding: 6px 36px;
    border-radius: 16px;
    position: relative;
    background: #fff;
}

.sentense-block .area::after {
    content: "";
    position: absolute;
    right: -18px;
    top: -30px;
    background: url(../vendor/images/web/i_bird.png) no-repeat;
    background-size: 76%;
    width: 67px;
    height: 56px;
    background-position: right center;
}

.sentense-block .area p {}

.sentense-block .title {
    white-space: nowrap;
    background: url(../vendor/images/web/i_bible.png) no-repeat;
    text-align: left;
    padding: 25px 15px 25px 55px;
    color: #000;
    background-size: 48px auto;
    background-position: left center;
    margin: 0;
    font-size: 24px;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px,
        rgb(255, 255, 255) 2.83487px 0.981584px 0px,
        rgb(255, 255, 255) 2.35766px 1.85511px 0px,
        rgb(255, 255, 255) 1.62091px 2.52441px 0px,
        rgb(255, 255, 255) 0.705713px 2.91581px 0px,
        rgb(255, 255, 255) -0.287171px 2.98622px 0px,
        rgb(255, 255, 255) -1.24844px 2.72789px 0px,
        rgb(255, 255, 255) -2.07227px 2.16926px 0px,
        rgb(255, 255, 255) -2.66798px 1.37182px 0px,
        rgb(255, 255, 255) -2.96998px 0.42336px 0px,
        rgb(255, 255, 255) -2.94502px -0.571704px 0px,
        rgb(255, 255, 255) -2.59586px -1.50383px 0px,
        rgb(255, 255, 255) -1.96093px -2.27041px 0px,
        rgb(255, 255, 255) -1.11013px -2.78704px 0px,
        rgb(255, 255, 255) -0.137119px -2.99686px 0px,
        rgb(255, 255, 255) 0.850987px -2.87677px 0px,
        rgb(255, 255, 255) 1.74541px -2.43999px 0px,
        rgb(255, 255, 255) 2.44769px -1.73459px 0px,
        rgb(255, 255, 255) 2.88051px -0.838247px 0px,
        rgba(0, 0, 0, 0.8) 0 0 40px;
}

@media screen and (max-width:960px) {
    .sentense-block {
        width: 100%;
    }
}

@media screen and (max-width:567px) {
    .sentense-block {
        display: block;
    }
}

/* home_zoneA */
.home_zoneA {
    background: #fff;
    padding-bottom: 200px;
}



@media screen and (max-width:960px) {

    .latest_news,
    .main_calenadr {
        width: 100% !important;
        margin: 0 !important;
    }
}

/* home_zoneA - right */

.main_calenadr .title span {
    background: url(../vendor/images/web/title_calendar.png) no-repeat bottom center;
    background-size: auto;
    background-size: auto;
    background-size: 76%;
    width: 252px;
    height: 100px;
    display: inline-block;
    margin: 0 auto;
    background-position: left center;
}

.main_calenadr {
    float: right;
    width: 40%;
}

#dncalendar-container {
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    margin: 0;
    position: relative;
    overflow-y: auto;
}

#dncalendar-container {
    font-weight: bold;
    background: #fff;
}

#dncalendar-body>table:nth-child(1)>thead:nth-child(1) {
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}

.main_calenadr .area {
    padding: 0;
    border: none
}

.main_calenadr .main_events_area {
    overflow-y: inherit;
    max-height: none;
    min-height: inherit
}


.main_calenadr ul li {
    display: flex;
}

.calendarhome::before {
    content: '';
    background: #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* home_zoneA - left */

/* #block_latest-news {
    padding: 0;
    width: calc(60% - 8px - 20px - 1%);
    float: left;
    margin-right: 2%;
} */



.latest_news {
    float: left;
    width: calc(53%);
    position: relative;
    margin: 0 0 0 2%;
}

.latest_news .area::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 26%;
    background: url(../vendor/images/web/bg_blue_flower.png) no-repeat;
    background-size: 76%;
    width: 285px;
    height: 286px;
}

.latest_news .area {
    position: relative;
}

.latest_news .cover {
    float: left;
    width: 26%;
}

.latest_news .content {
    float: right;
    width: 74%;
}

.latest_news .content_title {
    padding: 10px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.latest_news .cover {
    float: left;
    width: 30%;
}

.latest_news .content {
    float: left;
    width: 70%;
}


.latest_news img {
    border-radius: 10px;
    padding: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}





.latest_news ul li:nth-child(odd) .date {
    padding: 6px 24px 6px 20px;
    background: #0a328c;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    box-sizing: revert;
    color: #fff;
    margin-top: 12px;
    font-size: 17px;
    font-weight: bold;
}


.latest_news ul li:nth-child(even) .date {
    padding: 6px 24px 6px 20px;
    background: #ff0030;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    box-sizing: revert;
    color: #fff;
    margin-top: 12px;
    font-size: 17px;
    font-weight: bold;
}

.latest_news ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    position: relative;
}

.latest_news ul::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../vendor/images/web/icon_section_title01.png) no-repeat;
    background-size: 76%;
    width: 100px;
    height: 13px;
    z-index: 1;
}

.latest_news ul li {
    border-bottom: none;
    position: relative;
    line-height: 23px;
    margin: 10px 0;
}

@media screen and (min-width:961px) {
    .latest_news ul li:nth-child(odd) {
        margin-left: 36px;
    }
}





.latest_news ul li a {
    display: block;
    padding: 0;
    color: #333;
}

.latest_news ul li:hover .content {
    color: #345cb5
}


.latest_news .date time {
    padding: 0;
}

.latest_news .title {
    position: relative;
}

.latest_news .more_area {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.latest_news .more_area a {
    background: #fad925;
    color: #333333;
    padding: 5px 40px;
    display: block;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    font-size: 24px;
    font-weight: bold;
}

.latest_news .more_area a:hover {
    background: rgb(248, 131, 45);
    color: #fff;
}

.latest_news .title span {
    background: url(../vendor/images/web/title_news.png) no-repeat bottom center;
    background-size: 76%;
    background-position: left center;
    width: 297px;
    height: 120px;
    display: block;
}

@media screen and (max-width:960px) {
    .latest_news .cover {
        width: 50%;
    }

    .latest_news .content {
        width: 50%;
    }
}

@media screen and (max-width:567px) {
    .latest_news ul {
        padding-top: 10px;
    }
}

/* home_zoneB */
.home_zoneB {
    background: #fffbdb;
    position: relative;
    margin-bottom: -100px;
}

.home_zoneB::before {
    content: "";
    position: absolute;
    top: -98px;
    width: 100%;
    height: 100px;
    background: url(../vendor/images/web/curve_yellow.png) no-repeat left bottom;
    background-size: auto;
    background-size: contain;
}

.index_button {
    position: relative;
    transform: translateY(-150px);
}

.index_button ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.index_button ul li {
    float: left;
    width: 29.3%;
    margin: 0 2%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.index_button ul li img {
    margin: 0 auto;
}

.index_button ul li a {
    display: block;
}

.index_button ul li:nth-child(3n+1) {
    clear: both
}

.index_button ul li span {

    position: absolute;
    left: 0px;
    bottom: 0px;
    pointer-events: none
}

.index_button {
    position: relative;
    padding: 0 0 80px 0
}

.index_button ul li img {
    /* filter: drop-shadow(0px 5px 0px rgb(14, 151, 210))drop-shadow(0px -5px 0px rgb(14, 151, 210))drop-shadow(5px 0px 0px rgb(14, 151, 210))drop-shadow(-5px 0px 0px rgb(14, 151, 210)); */
    padding: 10px;
    max-width: 100%
}


.index_button::after {
    background: url(../images/web/photo_top.png) no-repeat bottom;
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 135px;
}

@media screen and (max-width: 580px) {
    .index_button ul li {
        margin: 0px 2% 20px 2%;
        width: 46% !important
    }

    .index_button ul li:nth-child(2n+1) {
        clear: both
    }

    .index_button ul li:nth-child(3n+1) {
        clear: none !important;
    }

    .index_button ul li span {
        width: 100%
    }

    .index_button ul li img {
        padding: 0;
    }
}



/* home_zoneC */
.home_zoneC {
    background: #edf9ea;
    position: relative;
}

.home_zoneC::before {
    content: "";
    position: absolute;
    top: -98px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../vendor/images/web/curve_green.png) no-repeat left bottom;
    background-size: auto;
    background-size: contain;
}

#block_activity {
    margin: 0 auto;
    padding-bottom: 100px;
}



#block_activity .view-more {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
    padding: 0;
}

#block_activity .more_area a {
    background: #ecffbc;
    color: #333333;
    padding: 5px 40px;
    display: block;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    font-size: 24px;
    font-weight: bold;
}

#block_activity .more_area::after {
    content: "";
    position: absolute;
    bottom: -42px;
    right: -120px;
    width: 229px;
    height: 194px;
    background: url(../vendor/images/web/bg_green_leaf.png) no-repeat left bottom;
    background-size: 76%;
    background-position: top right;
    z-index: -1;
}



#block_activity .more_area a:hover {
    background: #138c13;
    color: #fff;
}

#block_activity .title span {
    background: url(../vendor/images/web/title_events.png) no-repeat bottom center;
    background-size: 76%;
    display: block;
    margin: 0 auto;
    background-position: left center;
    width: 297px;
    height: 120px;
}

#block_activity .title {
    position: relative;
}

#block_activity .title .more_area {
    position: absolute;
    top: 40%;
    right: 150px;
    transform: translateY(-8%);
}

#block_activity ul {
    list-style: none;
    margin: 0;
    padding: 30px 0 50px 0;
    text-align: center;
}

#block_activity ul li {
    display: inline-block;
    margin: 0 4px;
    position: relative;
    width: calc(100% / 4 - 14px);
}

@media screen and (min-width:961px) {
    #block_activity ul li:nth-child(odd) {
        transform: translateY(26px);
    }
}

#block_activity .content {
    position: relative;
}

#block_activity .content .content_title {
    color: #fff;
    position: absolute;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    left: 5%;
    transform: translateY(-50%);
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 18px;
    font-weight: bold;
}

#block_activity ul li:nth-child(odd) .content .content_title {
    background: #ffa800;
}

#block_activity ul li:nth-child(even) .content .content_title {
    background: #138c13;
}



#block_activity ul li a {
    display: inline-block;
    padding: 1px;
    border-radius: 12px;
}

#block_activity ul li a:hover {}

#block_activity ul li img {
    max-width: 100%;
    border-radius: 12px;
}

#block_activity figure {
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (max-width: 960px) {
    #block_activity {
        padding-bottom: 50px;
    }

    #block_activity ul li {
        width: calc(50% - 20px);
        margin-bottom: 50px;
    }

    #block_activity .title .more_area {
        right: 0;
    }

    #block_activity .more_area a::after {
        display: none;
    }

}

@media screen and (max-width: 550px) {
    #block_activity ul li {
        width: calc(100% - 20px);
    }

    #block_activity .title span {
        margin: 0;
    }

    #block_activity .more_area::after {
        display: none;
    }
}

/* home_zoneD */
.home_zoneD {
    background: url(../vendor/images/web/cloud_footer.png) no-repeat left bottom;
    background-size: 100% 100%;
}


.links_x a {
    background: #52489c;
    border-radius: 28px;
    border: 3px solid #fff;
    box-shadow: 4px 5px 0 0px #e4e9ec;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.links_x a:hover {
    opacity: .65
}


.links_x a::before {
    position: absolute;
    font-family: "cwTeXYen";
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: -40px;
    font-weight: bold;
    left: 0;
}


 .home_zoneD .slick-list .slick-slide:nth-child(1) .links_x a { background: #ffb400;}
 .home_zoneD .slick-list .slick-slide:nth-child(2) .links_x a { background: #f45b69;}
 .home_zoneD .slick-list .slick-slide:nth-child(3) .links_x a { background: #ffb400;}
 .home_zoneD .slick-list .slick-slide:nth-child(4) .links_x a { background: #59c3c3;}
 .home_zoneD .slick-list .slick-slide:nth-child(5) .links_x a { background: #ffe000;}
 .home_zoneD .slick-list .slick-slide:nth-child(6) .links_x a { background: #84b1ea;}
 
 
.home_zoneD .slick-list .slick-slide:nth-child(1n+6) .links_x a {
    background: #52489c;
}

.home_zoneD .slick-list .slick-slide:nth-child(2n+6) .links_x a {
    background: #f45b69;
}

.home_zoneD .slick-list .slick-slide:nth-child(3n+6) .links_x a {
    background: #ffb400;
}

.home_zoneD .slick-list .slick-slide:nth-child(4n+6) .links_x a {
    background: #59c3c3;
}

.home_zoneD .slick-list .slick-slide:nth-child(5n+6) .links_x a {
    background: #ffe000;
}

.home_zoneD .slick-list .slick-slide:nth-child(6n+6) .links_x a {
    background: #84b1ea;
}



.home_zoneD .slick-list .slick-slide:nth-child(1n+6) .links_x a::before {
    content: "\\01/";
    color: #52489c
}

.home_zoneD .slick-list .slick-slide:nth-child(2n+6) .links_x a::before {
    content: "\\02/";
    color: #f45b69
}

.home_zoneD .slick-list .slick-slide:nth-child(3n+6) .links_x a::before {
    content: "\\03/";
    color: #ffb400
}

.home_zoneD .slick-list .slick-slide:nth-child(4n+6) .links_x a::before {
    content: "\\04/";
    color: #59c3c3
}

.home_zoneD .slick-list .slick-slide:nth-child(5n+6) .links_x a::before {
    content: "\\05/";
    color: #ffe000
}

.home_zoneD .slick-list .slick-slide:nth-child(6n+6) .links_x a::before {
    content: "\\06/";
    color: #84b1ea
}


.home_zoneD .slick-list .slick-slide:nth-child(1n) .links_x a::before {
    content: "\\01/";
    color: #52489c
}

.home_zoneD .slick-list .slick-slide:nth-child(2n) .links_x a::before {
    content: "\\02/";
    color: #f45b69
}

.home_zoneD .slick-list .slick-slide:nth-child(3n) .links_x a::before {
    content: "\\03/";
    color: #ffb400
}

.home_zoneD .slick-list .slick-slide:nth-child(4n) .links_x a::before {
    content: "\\04/";
    color: #59c3c3
}

.home_zoneD .slick-list .slick-slide:nth-child(5n) .links_x a::before {
    content: "\\05/";
    color: #ffe000
}

.home_zoneD .slick-list .slick-slide:nth-child(6n) .links_x a::before {
    content: "\\06/";
    color: #84b1ea
}

.home_zoneD .slick-list .slick-slide:nth-child(7n) .links_x a::before {
    content: "\\07/";
    color: #52489c
}

.home_zoneD .slick-list .slick-slide:nth-child(8n) .links_x a::before {
    content: "\\08/";
    color: #f45b69
}

.home_zoneD .slick-list .slick-slide:nth-child(9n) .links_x a::before {
    content: "\\09/";
    color: #ffb400
}

.home_zoneD .slick-list .slick-slide:nth-child(10n) .links_x a::before {
    content: "\\10/";
    color: #59c3c3
}

.home_zoneD .slick-list .slick-slide:nth-child(11n) .links_x a::before {
    content: "\\11/";
    color: #ffe000
}

.home_zoneD .slick-list .slick-slide:nth-child(12n) .links_x a::before {
    content: "\\12/";
    color: #84b1ea
}






@media screen and (max-width: 550px) {
    .home_zoneD {
        background-size: cover;
    }

}


/* home_zoneD - top */
/* .Userful_link_inside .slider{
    transform: translateY(50px);
} */


.Userful_link_inside::before {
    content: "";
    position: absolute;
    top: -98px;
    width: 100%;
    height: 100px;
    background: url(../vendor/images/web/bg_footer_top.png) no-repeat left bottom;
    background-size: auto;
    background-size: contain;

}

.Userful_link_inside {
    position: relative;
}


.Userful_link_inside .responsive::after {
    content: "";
    background: url(../vendor/images/web/bg_useful_links.png) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    width: 140px;
    height: 150px;
    position: absolute;
    right: -6%;
    top: -86px;
    background-size: 96%;
}

.Userful_link_inside .title {}

.Userful_link_inside ul li img {
    display: block;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.Userful_link_inside ul li img:hover {
    opacity: .7
}

.slick-list {
    padding: 20px 0 !important;
}

/*.slick-slide.slick-active[aria-hidden="false"]:before {*/
/*    content: "\\ 01 /";*/
/*    font-weight: bold;*/
/*    font-size: 24px;*/
/*    color:#662d91;position: absolute;*/
/*    top: -40px;*/
/*}*/

/*.slick-slide.slick-active[data-slick-index="1"]:before {*/
/*    content: "\\ 02 /";*/
/*    font-weight: bold;*/
/*    font-size: 24px;*/
/*    color:#f45b69;position: absolute;*/
/*    top: -40px;*/
/*}*/

/*.slick-slide.slick-active[data-slick-index="2"]:before {*/
/*    content: "\\ 03 /";*/
/*    font-weight: bold;*/
/*    font-size: 24px;*/
/*    color:#59c3c3;position: absolute;*/
/*    top: -40px;*/
/*}*/

/*.slick-slide.slick-active[data-slick-index="3"]:before {*/
/*    content: "\\ 04 /";*/
/*    font-weight: bold;*/
/*    font-size: 24px;*/
/*    color:#84b1ea;position: absolute;*/
/*    top: -40px;*/
/*}*/

/*.slick-slide.slick-active[data-slick-index="4"]:before {*/
/*    content: "\\ 05 /";*/
/*    font-weight: bold;*/
/*    font-size: 24px;*/
/*    color:#ffe000;position: absolute;*/
/*    top: -40px;*/
/*}*/

/*.slick-slide.slick-active[data-slick-index="5"]:before {*/
/*    content: "\\ 06 /";*/
/*    font-weight: bold;*/
/*    font-size: 24px;*/
/*    color:#ffb400;position: absolute;*/
/*    top: -40px;*/
/*}*/


/* home_zoneD - bottom */
#sch-info {
    margin: 0;
    padding: 0;
}

.sch_info {
    float: left;
    padding: 0;
}


.school {
    width: 50%;
    vertical-align: bottom;
    display: table-cell;
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: 1;
    pointer-events: none;
}

.school img {
    max-width: 100%
}


.sch_info ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: table
}

.sch_info ul li {
    float: left;
    margin: 5px 15px;
    text-align: left;
    width: 100%;
    line-height: 23px;
    white-space: nowrap;
}

.sch_info ul li span {
    background: url(../vendor/images/web/i_map.png) no-repeat left center;
    padding: 5px 5px 5px 30px;
}

.sch_info ul li+li span {
    background: url(../vendor/images/web/i_tel.png) no-repeat left center;
}

.sch_info ul li+li+li span {
    background: url(../vendor/images/web/i_fax.png) no-repeat left center;
}

.sch_info ul li+li+li+li span {
    position: relative;
    background: url(../vendor/images/web/i_mail.png) no-repeat left center;
}


.sch_info ul li+li+li+li a.img-ig {
    overflow: hidden;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: -82px;
}

.sch_info ul li+li+li+li a.img-facebook {
    overflow: hidden;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: -36px;

}



.sch_info ul li+li+li+li a.img-ig:hover span,
.sch_info ul li+li+li+li a.img-facebook:hover span {
    border-radius: 50%;
}

.sch_info ul li+li+li+li .img-facebook span {
    background: url(../vendor/images/web/i_fb.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0;
    transition: all 0.6s ease;
}

.sch_info ul li+li+li+li .img-ig span {
    background: url(../vendor/images/web/i_ig.png) no-repeat left center;
    background-size: contain;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0;
    transition: all 0.6s ease;
}

@media screen and (max-width: 960px) {
    .bottom_left {
        padding: 5px 0;
    }

    .school {
        width: 30%;
    }
}

@media screen and (max-width: 500px) {
    .bottom_left {
        width: 100%;
    }

    .school {
        width: 100%;
        float: right;
    }
}

/* footer top */
.bottom_left {
    width: 50%;
    padding: 20px 0;
    vertical-align: bottom;
    display: table-cell;
}

.education {
    margin: 15px 0
}

.education .title {
    font-size: 30px;
    color: #ff9913
}

.btn-map {
    background: #3ba53b;
    padding: 2px 12px;
    border-radius: 8px;
    color: #fff !important;
    font-size: 16px;
}

.btn-map:hover {
    background: #3b69a5;
}

.bottom_logo {
    float: left;
    margin: 20px 0
}

.bottom_logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom_logo ul li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_logo ul li {
    color: #ff9913;
    margin: 0 35px 10px 0
}

.bottom_logo ul li img {
    max-width: 100%;
    padding: 0 10px 0 0px
}

@media screen and (max-width:567px) {
    /* .bottom_left {
        width: 100%;
        display: block;
    } */

    .sch_info ul {
        margin: 0;
        padding: 0;
    }

    .sch_info ul li {
        margin: 5px 10px;
    }

    .sch_info ul li+li+li+li a.img-facebook {
        right: -32px;
    }

    .sch_info ul li+li+li+li a.img-ig {
        right: -72px;
    }
}

.cd-top {
    display: inline-block;
    position: fixed;
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 50px;
    width: 50px;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #999;
    background: #fac217 url(../vendor/images/web/cd-top-arrow.svg) no-repeat center center;

}

.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    background: #666 url(../vendor/images/web/cd-top-arrow.svg) no-repeat center center;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}


/* footer bottom */
.footer-bottom {
    background: url(../vendor/images/web/line-cl.png) no-repeat top left #fff;
    font-size: 15px;
}

.footer-bottom .screen {
    padding: 56px 15px;
}

.footer-bottom-area .copyright {
    float: left;
    width: 75%;
    text-align: left;
    color: #000
}

.footer-bottom-area .power {
    float: right;
    width: 20%;
    text-align: right
}

.footer-bottom-area .power a {
    color: #000;
}

.footer-bottom-area .power a:hover {
    color: #094388;
}

.footer-bottom-area .copyright a {
    color: #000;
}


@media screen and (max-width: 960px) {
    .footer-bottom {
        padding: 15px 0;
    }

    .footer-bottom .screen {
        padding: 0 10px;
    }

    .footer-bottom-area .copyright,
    .footer-bottom-area .power {
        text-align: center;
        width: 100%;
    }

    .footer-bottom-area .copyright,
    .footer-bottom-area .power {
        text-align: center;
        width: 100%;
    }
}


/*  ------------------------------------- */
/* page */
#banner_title {
    min-height: 280px;
    text-align: center;
    background: url(../vendor/images/web/bg_banner.png) repeat-x bottom;
    position: relative
}

#banner_title::before {
    background: url(../vendor/images/web/banner_cloud.png) repeat-x bottom;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 732px;
    height: 193px;
}

#banner_title .screen::after {
    background: url(../vendor/images/web/bg_shool.png) no-repeat;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    right: 2%;
    bottom: -20px;
    content: "";
    width: 400px;
    height: 240px;
    border: 2px solid #fff;
    transform: rotate(4deg);
    z-index: 1
}


#banner_none_title {
    min-height: 200px;
    text-align: center;
    background: url(../vendor/images/web/bg_banner.png) repeat-x bottom;
    position: relative;
}

#banner_none_title::before {
    background: url(../vendor/images/web/banner_cloud.png) repeat-x bottom;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 732px;
    height: 193px;
}


#banner_none_title h1 {
    z-index: 3;
    position: relative;
    letter-spacing: 5px;
    font-weight: 400;
    color: #2e3091;
    text-align: left;
    font-size: 38px;
    padding: 80px 0 100px 50px;
    line-height: 42px;
    pointer-events: none;
}

#banner_title h1 {
    z-index: 3;
    position: relative;
    letter-spacing: 5px;
    font-weight: 400;
    color: #2e3091;
    text-align: left;
    text-shadow: 0 0 6px rgba(0, 0, 0, .15);
    background: url(../vendor/images/web/i_title.png) no-repeat center left;
    background-size: 50px auto;
    font-size: 38px;
    padding: 100px 0 110px 70px;
    line-height: 42px;
    pointer-events: none;
}


.social_media {
    float: right;
    width: 30%;
    margin: 30px 5% 0 5%;
}

.social_media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.social_media ul li {
    float: left
}


.inside_bg {
    background: url(../vendor/images/web/bgbg.png) #dfeaff;
}

#Inner_Type_D {
    border-radius: 16px;
    background: #fff;
    margin: 30px 0;
    padding: 15px;
}

#Inner_Type_D ul li {
    margin: 10px 0;
}

.pager__items {
    position: absolute;
    right: 20px;
    bottom: -50px;
}



img {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    border: 0;
}

#page img {
    max-width: 100%;
}

.main_calenadr ul li{
    display: flex;
    align-items: center;
}

.bgcolor_default::after{ background:#e8fffd !important; }
.bgcolor_pink::after{ background:rgb(244, 110, 110, .7) !important; }
.bgcolor_blue::after{ background:rgb(103, 198, 241, .7) !important; }
.bgcolor_green::after{ background:rgb(37, 217, 186, .7) !important; }
.bgcolor_purple::after{ background:rgb(128, 124, 230, .7) !important; }
.bgcolor_yellow::after{ background:rgb(255, 228, 0, .7) !important; }
.bgcolor_orange::after{ background:rgb(255, 180, 0, .7) !important; }


.dncalendar-note-list li span{ color:#fff !important; }
.dncalendar-note-list li.bgcolor_default span{ background:#25d9ba; }
.dncalendar-note-list li.bgcolor_pink span{ background:rgb(244, 110, 110, 1)  }
.dncalendar-note-list li.bgcolor_blue span{ background:rgb(103, 198, 241, 1) }
.dncalendar-note-list li.bgcolor_green span{ background:rgb(37, 217, 186, 1) }
.dncalendar-note-list li.bgcolor_purple span{ background:rgb(128, 124, 230, 1)}
.dncalendar-note-list li.bgcolor_yellow span{ background:rgb(255, 228, 0, 1) }
.dncalendar-note-list li.bgcolor_orange span{ background:rgb(255, 180, 0, 1)}