@media screen and (max-width: 1800px) {}


@media screen and (max-width: 1200px) {
  .template-C ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
  }

  #logo img {
    max-height: 86px;

  }

  .sidebar-nav .metismenu,
  .sub_heading {
    padding-left: 17%;
  }
}

@media screen and (max-width: 960px) {

  html,
  body {
    font-size: 16px;
    line-height: 28px;
  }

  .screen {
    padding: 0 15px;
  }

  #header {
    position: relative;
    min-height: 50px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
  }

  .contact_area {
    background-size: contain;
  }

  .sidebar-nav {
    display: none
  }

  #block-olivero-breadcrumbs {
    border-radius: 20px;
    padding: 2.5px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    right: auto;
    top: auto;
  }

  .menu_arrow ul::before {
    display: none;
  }

  #main-menu {
    position: fixed !important;
    top: 0;
    background: #000c !important;
    padding: 30px 10px;
    bottom: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 12;
    transform: translateX(-100%);
  }

  #menu-mask {
    display: none;
    /* 默认不显示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 黑色半透明 */
    z-index: 2;
    /* 确保遮罩层位于其他内容上方 */
  }

  .site-branding {
    min-height: auto;
    margin: 0 10px 0 10px;
    padding: 0;
  }

  .title,
  .blocktitle,
  .sch_highlights b,
  #banner_title h1,
  .banner_title h1 {
    font-weight: 350;
    margin: 15px 0;
    font-size: 26px;
    line-height: 32px;
  }

  .sch_highlights .title::before {
    top: 23px;
  }

  .sch_highlights {
    padding: 20px 0
  }

  .sch_highlights ul {
    padding: 15px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .bg_god_msg {
    padding: 0
  }

  .bg_god_msg .contents {
    width: calc(100% - 0px);
    margin: 30px 0%;
    padding: 15px;
  }

  ul#main-menu li a {
    color: #fff;
  }

  #main-menu.open {
    transform: translateX(0);
  }


  #block_latest-news {
    padding: 20px 0 50px 0;
  }

  #lang ul {
    margin: 15px -15px 0 0;
    background: none
  }

  #lang ul li {
    margin: 0 0;
    background: none;
  }

  #lang ul li+li {
    margin: 0 0 0 10px
  }

  .more-link a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 50px 10px 30px;
  }

  .more-link a:hover {
    padding: 10px 50px 10px 10px;
  }

  .cd-top {
    right: 0;
    bottom: 0;
  }

  .slider-slogan {
    bottom: 10%;
  }

  .slider-slogan .slogan_text {
    font-size: 24px;
    line-height: 30px;
  }

  .breadcrumb__content {
    margin: 0
  }

  .breadcrumb::after {
    display: none
  }

  .Block_A ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2%;
  }

  .template-A ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }

  .template-E ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }

  .template-B ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }

  .template-C ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }


  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  h3 {
    font-size: 21px;
    line-height: 30px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  h5 {
    font-size: 21px;
    line-height: 30px;
  }

  h6 {
    font-size: 21px;
    line-height: 30px;
  }

  #block-sidebar-nav h2 {
    padding: 15px 0
  }

  #main_content {
    width: 100%;
    padding: 0 2.5%
  }

  #sidebar-nav {
    width: 100%
  }

  /* .view-more , .view-more2{ padding: 40px 0 0 0;}
	 */
  .useful-links ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  footer .copyright,
  footer .power {
    text-align: center;
    width: 100%;
    float: none;
  }

  footer {
    padding: 30px 0
  }

  .list-item .content {
    flex-direction: column;
  }

  .list-item .content b {
    text-align: center
  }

  .contact_info ul li {
    margin: 0;
    align-items: flex-start;
  }

  .contact_info ul li+li {
    width: 100%;
  }

  .contact_info ul ul li+li {
    width: auto;
  }

  .contact_area::before {
    display: none
  }

  .Block_A ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2%;
  }

  .slider-slogan {
    bottom: 10%;
  }

  .slider-slogan .slogan_text {
    font-size: 18.5px; padding:0;
    line-height: 23px;
  }

  #block-olivero-breadcrumbs {
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .sitemap-item ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }


  .template-A ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2%;
    display: list-item;
    padding-bottom: 50px;
  }

  .template-E ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2%;
    display: list-item;
    padding-bottom: 50px;
  }

  .template-E ul li {
  margin-bottom: 20px;
}

  .template-B ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2%;
    display: list-item;
    padding-bottom: 50px;
  }

  .template-C ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2%;
    display: list-item;
    padding-bottom: 50px;
  }

  .news-card a {
    overflow: hidden;
    display: block;
  }

  .region--breadcrumb {
    margin: 0;
    padding: 0;
  }

  .breadcrumb__list {
    padding: 0px;
    margin: 0;
  }

  .breadcrumb {
    margin: 0 0;
    padding: 0px;
  }

  .category ul li a {
    padding: 5px 10px;
    font-size: 1.1em;
    margin: 0 10px;
  }

  .category {
    float: none;
    text-align: center;
  }


  .banner_title h1 {
    padding: 110px 0 20px 5%;
    margin: 0;
    z-index: 1;
    display: none
  }

  .banner_title h1::before {
    left: -46%;
    width: 50%;
    height: 1px;
    bottom: 30px;
  }

  .banner_title::afterr {
    background-size: 70% auto
  }

  #nonbanner_title {
    background: url(../images/web/bg_news.png) no-repeat bottom center;
  }

  #nonbanner_title h1 {
    padding: 120px 0 30px 5%;
    color: var(--main-color);
    text-shadow: 0 0 0;
  }

  #nonbanner_title h1::before {
    background: var(--main2-color);
    bottom: 43px;
  }

  .sch_highlights b {
    font-size: 17px;
    line-height: 21px;
    margin: 0
  }

  .sch_highlights ul li span,
  .sch_highlights .boxing {
    font-size: 15px;
    padding: 10px 0;
  }

  #block_latest-news::before {
    display: none
  }

  .bg_whystcc .contents {
    width: 100%
  }

  .bg_whystcc {
    padding: 20px 0;
  }

  .page-node .region--hero::after {
    background-size: 100% 40px;
  }

  /* new */
  .footer_grid {
    gap: 20px;
    padding: 0
  }

  #block_activity .screen {

    flex-direction: column;
  }

  #block_activity .index_block {
    width: 100% !important;
  }

  .view-more,
  .view-more2 {
    text-align: right;
  }

  #block_latest-news .view-header {
    flex-direction: column;
  }

  #block-olivero-views-block-latestnews-block {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  #block-olivero-facebook {
    float: none;
    width: 100%;

  }


  .region--home-center {
    padding: 0px 0;
    display: flex;
    flex-direction: column;
  }

  #block-olivero-views-block-latestnews-block {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  #block-olivero-facebook {
    float: none;
    width: 100%;
    border-radius: 0;
    padding: 20px;
    min-height: auto;
  }

#banner_title::after, .banner_title::after, #nonbanner_title::after {
  left: -100px; opacity:.8;
  }


  #block-olivero-facebook>div {
    width: 100% !important;
    margin: 0 auto !important;
  }

  #block-olivero-facebook iframe {
    min-height: 500px;
  }


  .blocktitle {
    font-weight: 350;
    margin: 15px 0;
    font-size: 26px;
    line-height: 32px;
  }


  #block_latest-news {
    padding: 20px 0 50px 0;
  }

  #block_latest-news .view-header {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #block_latest-news .title_latest,
  #block_activity .title_student,
  .history_area .blocktitle {
    font-size: 36px;
  }

  #block_latest-news .title_news,
  #block_activity .title_activities,
  .history_area .blocktitle .title_history {
    font-size: 28px;
  }

  #block_activity .view-header {
    width: 100%;
  }

  /* #block_activity .blocktitle {width: 260px;} */
  #block_activity .blocktitle,#block_latest-news .blocktitle {
    margin: 0 auto;        display: flex;
        justify-content: center;
        gap: 12px;
       align-items: flex-end;
  }

  #block_latest-news .blocktitle {
    width: 100%;
  }

  #block_latest-news ul {
    padding: 20px;
    border-radius: 30px;
  }

  #block_latest-news .content {
    font-size: 18px;
    gap: 20px;
    padding: 10px 15px;
  }

  #block_latest-news ul li b {
    font-size: 18px;
  }

  #block_latest-news .content .date .day {
    font-size: 26px;
  }

  #block_latest-news .content .date .weekday {
    font-size: 22px;
  }

  .view-more {
    text-align: right;
  }

  .more-link a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 50px 10px 30px;
  }


  #block_latest-news ul li::before {
    display: none;
  }


  #about_holap {
    padding: 60px 0;
  }

  #about_holap .screen {
    padding: 0 15px;
  }


  #about_holap .about_content {
    flex-direction: column;
    min-height: auto;
    background-size: 50% auto;
    background-position: 90% 100%;
    padding-bottom: 40px;
    overflow: hidden;
  }


  #about_holap .about_text {
    max-width: 70%;
    padding: 40px 40px 20px 40px;
  }

  #about_holap .about_text h2 {
    font-size: 30px;
  }

  #about_holap .about_text h2 span {
    font-size: 44px;
  }

  #about_holap .about_text h3 {
    font-size: 20px;
    width: 100%;
  }

  #about_holap .about_text p {
    font-size: 18px;
  }


  #about_holap .about_images {
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    padding: 0;
    z-index: 0;transform: translateX(10%) translateY(-10%);
  }

  #about_holap .about_img_circle {
    /* width: 55vw;
    height: 55vw; */
    border-width: 7px;
    margin: 0 auto;
  }


  .swiper {
    width: 100%;
    overflow: hidden;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .slider-slogan {
    bottom: 10%;
  }

  .slider-slogan .slogan_text {}

  .slider-slogan .slogan_text span {
    max-width: 70%; z-index:199; white-space: break-spaces;

  }


  .region--hero::after {
    height: 40px;
    background-size: 100% 40px;
    bottom: 0;
  }


  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background-size: cover;
    top: 44%;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev {
    left: 0px;
  }


  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
  }


  .banner_title {
    min-height: 180px;
    background-size: cover;
    background-position: center center;
  }

  #logo img {
    max-height: 68px;
    height: auto;
  }

  .site-branding {
    min-height: auto;
    margin: 0 0px 0 0px;
    padding: 15px 0 15px 0;
  }

  #about_holap .about_btn {

    padding: 12px 40px;

  }

  #about_holap .about_btn::before {
    left: 20px;

  }

  #about_holap .about_btn::after {
    right: 20px;

  }

  #block_latest-news .blocktitle {
    margin: 0 auto;
  }

  .view-more a::after {
    transform: translateY(0%) translateX(15%);
  }

  .right_top {
    width: auto !important;
    padding: 20px !important;


  }


  .main-menu-btn-icon,
  .main-menu-btn-icon:before,
  .main-menu-btn-icon:after {

    background: #fff !important;

  }

  .main-menu-btn-icon:before {
    content: '';
    background: rgb(255, 255, 255, 1) !important;
  }

  .main-menu-btn-icon:after {
    content: '';
    top: 8px;
    left: 0;
    background: rgb(255, 255, 255, 1) !important;
  }

  .slick-prev {
    left: 0 !important;
  }

  .slick-prev::before,
  .slick-next::before {
    width: 24px !important;
    height: 24px !important;

  }

  .slick-next {
    right: 0 !important;
  }

  #block_activity {
    padding: 30px 0 60px 0;
  }

  .slider{
    width: 90% !important;
  margin: 0px auto !important;
  }

  .contact_col h3 {
    margin-bottom: 20px;
  }

  .history_area .blocktitle {
    width: 210px;
  }

  ul#main-menu>li+li::before {
    display: none
  }

  .view-more a::after {
    height: 14px;
  }

  .sticky #header {
    background: #fff;
    box-shadow: 0px 0 3px rgba(0, 0, 0, .3);
  }


  .useful_grid {
    width: 100%;
  }


    #block_activity .title_activities {
    display: inline;
  }

  #block_activity .title_student {
    display: inline;
  }

  .slick-prev, .slick-next{
    top: 40% !important;
  }

  #block_latest-news .title_latest,#block_latest-news .title_news{
       display: inline;
  }
#about_holap .about_content::after {

  max-width: 230px;left: 50%;
}
  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
  }
  
  .table th,
  .table td {
    white-space: nowrap;
  }
  

  .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  .page-notices.template-F .content{
    flex-direction: column;
    align-items: center;
  }

    .page-notices.template-F .date{
flex-direction: column;
  }

  .template-F .content {
  flex-direction: row;    align-items: center;
}

  .template-F .content .date {

  align-items: center;
  gap: 6px;
}

.template-F ul li b {

  font-size: 17px;
}

.template-F .content .date .day {
  font-size: 24px;
 
}

.template-F .content .date .weekday {
  font-size: 19px;
 
}

.template-F ul li::before {
 
  width: 38px;

}

}


@media screen and (max-width: 576px) {
  #about_holap .about_text h2 {
    max-width: 150px;
  }

  #about_holap .about_text {
    max-width: 100%;
    /* margin-top: 80px; */
  }

  #about_holap .about_text h3 {

    width: 100%;
  }



}