/*
* name: responsive
* version: v1.0.0
* update: responsive.css
* data: 2021-11-20
*/

/**
 * 目录
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 *
 */

@media only screen and (min-width: 1600px) {
  .school{
    margin-bottom: 200px;
  }
}
.menu-right.white span{
  background: #000;
}
.nav ul li .detail a:hover{
  color: #000;
}
@media only screen and (min-width: 1700px) {
  .school{
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1366px) {
  .star{
    margin-top: 5vh;
  }
}

@media (min-width:767px) and (max-width:1366px) {
    .sub_nav a {
        height: 60px;
        font-size: 20px;
        background-size: 50px 50px;
    }
    .sub_nav img {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width:767px) {
    .news .news-box {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .bg {
        display: none;
    }
    .school {
        padding: 35px 0;
    }
}
















/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: 'Pc';
}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 1 ; filter: alpha(opacity=100);}

/*
* PadMode
*/
@media screen and (max-width: 1024px) {

  body:after {
    content: 'Pad';
  }
  body{ user-select: none;-webkit-user-select: none;}
  body,input,textarea,button,select {font-family: inherit;font-size:14px;}
  .wrap1{padding-left:2%;padding-right:2%;max-width: none;}
  .PcPush{display: none;}
  .UnpcPush{display: block;}

}

/*
* MobileMode
*/
@media screen and (max-width: 640px) {

  body:after {
    content: 'Mobile';
  }
  body,input,textarea,button,select {font-size:16px;}
  .wrap1{padding-left:4%;padding-right:4%; }
  .UnmobilePush{display: none;}
  .MobilePush{display:block;}
  img[data-src]{opacity: 1;}

}














@media only screen and (max-width: 1400px) {
    .slider.style-1 .owl-main .item::after {
        width: 70%;
    }

}
@media only screen and (max-width: 1280px) {
    .slider.style-1 .owl-main .caption {
        left: 6%;
    }

}
@media only screen and (max-width: 1200px) {
    .heading h2 {
        font-size: 35px;
    }

}
@media only screen and (max-width: 1080px) {
    .blog_post .blog_card {
        display: block;
    }
  
}
@media only screen and (max-width: 1024px) {
    .slider.style-1 .owl-main .caption {
        left: 7%;
        width: 600px;
    }
   
}
@media only screen and (max-width: 990px) {
    .navbar-nav .nav-item a, .navbar-nav .dropdown-item a, .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }
    
}
@media only screen and (max-width: 850px) {
    .slider.style-1 .owl-main .item::after {
        width: 80%;
    }

}
@media only screen and (max-width: 767px) {
    .slider.style-1 .owl-main .caption .display {
        font-size: 60px;
        line-height: 70px;
    }

}
@media only screen and (max-width: 640px) {
    .slider {
        height: 100%;
    }
   
}
@media only screen and (max-width: 580px) {
    .about-us .counter-column {
        margin-top: 30px;
    }

}
@media only screen and (max-width: 568px) {
    .slider.style-2 .owl-main .caption {
        top: 7%;
        width: 400px;
    }
   
}
@media only screen and (max-width: 480px) {
    .contact_info ul li .detail {
        float: left;
        margin-top: 20px;
        width: 100%;
    }
   
}
@media only screen and (max-width: 375px) {
    .slider.style-1 .owl-main .caption .display {
        font-size: 30px;
        line-height: 40px;
    }

}