/*
Item Name : CMS framework | myid.ltd
Author : Taco Hsiung
Version : 1.0 
*/
/*======================== [main navigation variable] ============================*/
html {
  overflow-y: auto;
}
/*  alphga */
body {
  font-family: Arial,微軟正黑體, Microsoft JhengHei,  Open Sans;
  font-size: 14px;
  color: #525b68;
   /*height: 100%;*/
  -webkit-font-smoothing: antialiased;
}
.body_wrap{
	margin: 0 auto;
	box-shadow:0 -10px 15px rgba(243, 202, 171, 0.5);
}
.top_sidebar{
	background-color: rgba(255,169,8,1);
}
.top_sidebar{
	min-height: 60px;
    padding-top: 13px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	box-shadow:0 3px 10px rgb(0 0 0 / 25%);
}
.top_sidebar .left_bar{
	color:#241400;
	padding-top:7px;
	padding-bottom:7px;
}
.top_sidebar .left_bar a{
	color:#241400;
	display:inline-block;
}
.left_bar .tel{
	position:relative;
	padding-left:30px;
	padding-right:40px;
}
.left_bar .email{
	position:relative;
	padding-left:30px;
	padding-right:40px;
}
.title_contact{
	padding-right:20px;
}
.left_bar .tel::before{
	background: url('../images/phone.png') no-repeat center center;
	width:19px;
	height:19px;
	background-size:cover;
	position:absolute;
	top:-2px;
	left:0;
	content: "";
}
.left_bar .email::before{
	background: url('../images/email.png') no-repeat center center;
	width:19px;
	height:19px;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	content: "";
}
.top_sidebar li, .social_media li{
	width:32px;
	height:32px;
	float: left;
	background-size:cover;
	margin: 0 7px;
}
.top_sidebar li a, .social_media li a{
	display: block;
    height: 100%;
}
.top_sidebar li a:hover, .social_media li a:hover{
	text-decoration:none;
}
.social_media .ig{
	background-image: url('../images/IG.png');
}
.social_media .fb{
	background-image: url('../images/FB.png');
}
.social_media .yt{
	background-image: url('../images/YT.png');
}
.fixed-top-bar {
    height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
.top_banner_con{
	padding:15px 0;
}
.homebanner{
	position:relative;
	overflow: hidden;
	width:100%;
	max-width: 797px;
    margin: 0 auto;
}
.top_logo {
    max-width: 656px;
}
.top_con_mask{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	content: '';
	background:url('../images/COPS_banner.png') no-repeat top center;
	z-index:6;
	pointer-events: none;
	background-size:cover;
}
.fixed-top-bar.smalls .top_logo{
	top: -85px;
}
.fixed-top-bar.smalls{
	top: -50px;
}

.top_logo img{
	width:100%;
}
.fixed-top-bar .top_logo, .top_sidebar, .fixed-top-bar{
	transition: .5s all;
	-moz-transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
}

.top_header{
	/*background:#71bc22;*/
	padding-bottom: 5px;
}
button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
	border:none;
	display: inline-block;
    zoom: 1;
    border: 0;
    background: 0 0;
    padding: 0px;
    outline: none;
}
.owl-loaded .owl-dots {
  
}
.owl-loaded .owl-dot span{
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 500px;
  background-color:#fffaf1;
  /*border:1px solid #25d6f3;*/
}
.owl-loaded .owl-dot span, .owl-dot span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 15px;
    height: 15px;
	border-radius:50px;
	background-color:#e3e3e3;
}
.owl-loaded .owl-dot.active span,
.owl-loaded.clickable .owl-dot:hover span{
  background: #18b6e6;
  opacity: 1;
  filter: alpha(opacity=100);
}
.new_dots .owl-dot.active span{
	background: #71bc22;
}
.body_bg{
	background:  url('../images/TOPpic.png') no-repeat top center, url('../images/btm_pic.jpg') no-repeat bottom center;
	background-size: 3000px auto, 3000px auto;
	background-color: #a2def6;
}
/*
.body_bg {
	background:  url('../images/top_pic.jpg') no-repeat top center;
	background-size: 3000px auto;
	background-color: #a2def6;
}
*/
.top_right_bar{
	
}
.lang_con .lang{
    width: 32px;
    height: 32px;
    background-size: cover;
}
.lang_con .lang.chi{
	background-image: url('../images/chinese.png');
}
.lang_con .lang.eng{
	background-image: url('../images/english.png');
}
.lang_con .lang{
	display:none;
}
.lang_con .lang.active{
	display:block;
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 8888;
  display:none;
}
.back-to-top a {
  color: #f7f7f7;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #18b6e6;
  border-radius: 500px;
}
.back-to-top a:hover {
  background: #436d9b;
  color:#ffffff;
}
a{
	outline: 0 !important;
}
#header{
  /*width: 100%!important;*/
  /*background: linear-gradient(to right, rgba(255,255,255,1),rgba(255,255,255,0.8), rgba(255,255,255,0.7));*/
  /*
  background: #fffdf3 url("../images/top_bg.png") repeat-x center top;
  background-size:3000px auto;
  */
  /*position: absolute;
  top: 0;
  z-index: 99;*/
}
/*
#header:before {
  width: 100%;
  height: 100%;
  background: url("../images/header-bg.png") repeat-y center top;
  position: absolute;
  left: 0;
  right: 0;
}
*/
.social .facebook_btn, .social .youtube_btn, .ig_btn{
	width:30px;
}
.social > a{
	
	margin-left:10px;
}
.social{
	float:right;
}
.social > div{
	display:inline-block;
	margin-left: 5px;
}
.social img{
	width:100%;
}
#header .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding:40px 20px 5px;
  position: relative;
}
#ribbon .ribbon_position {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.container_full{
	
}
.container.z-index2{
	min-height:500px;
}
.pr{
	position:relative;
}
.boy_icon{
	position: absolute;
    bottom: -20px;
    right: -7%;
    width: 290px;
	z-index:3;
}
.girl_icon{
	position: absolute;
    bottom: -20px;
    left: -7%;
    width: 320px;
	z-index:3;
}
.boy_icon img, .girl_icon img{
	width: 100%;
}
.left_pic{
	position: absolute;
    top: 20%;
    left: 0;
    width: 34%;
	z-index:5;
	pointer-events: none;
}
.left_pic img, .right_pic img{
	width:100%;
}
.right_pic{
	position: absolute;
    top: 80px;
    right: -30px;
    width: 37.5%;
	z-index:5;
	pointer-events: none;
}

@keyframes floating {
  0% {
    top: 50px;
  }
  50% {
    top: 65px;
  }
  100% {
    top: 50px;
  }
}

.left_character img, .right_character img{
	width:100%;
}
.ribbon{
	position: absolute;
    top: 0px;
	width: 100%;
    min-width: 1440px;
    height: 600px;
    background: url(../images/mask.png) no-repeat top center;
    background-size: 1920px 667px;
    z-index: 50;
	pointer-events: none;
}
.homepage .banner_con{
	/*
	background: url(../images/banner_bg.png) no-repeat center top;
	background-size:3000px auto;
	*/
}
.banner_con{
	padding-top:78px;
	padding-bottom:0px;
}

.banner_con .owl-height{
	transition:none !important;
}
#header_banner{
  
}
#header_banner img{
	width:100%;
}
.header {
    height: auto;
    position: relative;
}
.banner_bg{
	background: url(../images/mask.png) no-repeat center bottom;
    width: 100%;
    height: 317px;
    position: absolute;
    z-index: 1;
    bottom: -65px;
    background-size: cover;
}
/*
.banner_con:before {
  content: "";
  z-index: 12;
  width: 100%;
  height: 100%;
  background: url("../images/mask.png") repeat-y center top;
  position: absolute;
  top: 0;
  display: block;
  pointer-events: none;
}
*/
.information{
	padding-top:10px;
}
.incell{
	display:inline-block;
	padding-right:50px;
	color:#574018;
    font-weight: bold;
}
.incell:last-child{
	padding-right:0;
}
.top_text{
	width: 67px;
	position:absolute;
	top:25px;
	right:30px;
}
.top_text img{
	width:100%;
}
.cloud{
    height: 126px;
    width: 100%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    top: 10px;
}
.cloud .cloud1 {
    width: 963px;
    height: 126px;
    position: absolute;
	left: -963px;
    animation: myfirst 70s linear infinite;
    -o-animation: myfirst 70s linear infinite;
    -moz-animation: myfirst 70s linear infinite;
    -webkit-animation: myfirst 70s linear infinite;
    background: url(../images/cloudmoving-1.png) no-repeat center 0;
    background-size: cover;
}
.cloud .cloud2 {
    width: 963px;
    height: 126px;
    position: absolute;
	left: -963px;
    animation: myfirst 70s linear infinite;
    -o-animation: myfirst 70s linear infinite;
    -moz-animation: myfirst 70s linear infinite;
    -webkit-animation: myfirst 70s linear infinite;
    background: url(../images/cloudmoving-2.png) no-repeat center 0;
	animation-delay: 30s;
	-webkit-animation-delay: 30s;
    background-size: cover;
}
@keyframes myfirst {
  0% {
    left: -963px;
  }
  100% {
    left: 100%;
  }
}
.top_con{
    padding-top:30px;
	position:relative;
	z-index:3;
}
.eClassIcon img{
	width: 90px;
}
.login_item{

}
.login_field{
	display:inline-block;
	vertical-align: middle;
	width: 60%;
}
.mobile_login .login_field{
	width:48%;
	margin:0 1%;
}
.eClassIcon{
	padding-right:4px;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.slogan{
	max-width:567px;
	margin: 0 auto;
}
.slogan img{
	width:100%;
}
.floating_slogan{
	animation: MoveUpDown 4s linear infinite;
	width:348px;
	padding-top:30px;
}
.floating_slogan img{
	width:100%;
}
.clear_float{
	clear: both;
}
.login_inner_con{
    margin: 0;
    padding: 0;
	height: 1%;
}
.login_inner_con:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.login_box_right{
	float:right;
	padding-top:13px;
}
.login .form-wrap{
	
}
.login .wrap {
  padding: 10px;
}
.login_field_btn{
	padding-top:10px;
	margin-right: 16px;
}
.login .login_btn {
    /*background: #fffce7;*/
	background: url("../images/login_btn.png") no-repeat center center;
	background-size:90px;
    color: #67655c;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: block;
	padding: 5px 10px;
	margin:0 auto;
	border-radius:5px;
	width:90px;
	height:40px;
}
.login .login_btn:hover {
   text-decoration:none;
}

.login .from-wrap {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.login .id-wrap,
.login .pw-wrap {
  display: block;
  position: relative;
  margin: 2px 0;
  width: 100%;
}
.col-sm-6.padding0_left{
	padding: 0 0 0 15px;;
}
.col-sm-6.padding0_right{
	padding: 0 15px 0 0;
}
.login .col-sm-8{
	padding-left:10px;
}
.login .col-sm-4{
	padding-left:10px;
	padding-right:10px;
	margin:5px 0;
}
.login .id-wrap {
  margin-bottom: 5px;
}
.login label {
  float: left;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 25px;
  color: #f7f7f7;
  overflow: hidden;
  margin: 0;
	display: none;
}
.login input {
    width: 90px;
    background:#ffffff;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
    margin: 0;
    color: #333;
    height: 25px;
    line-height: 25px;
    padding: 5px 10px;
    outline: none;
}
.login_id_input, .login_pw_input{
	position:relative;
	/*padding-left:86px;*/
}
/*
.login_id_input:before{
	background: url("../images/Username.png") no-repeat center center;
    position: absolute;
    left: 0;
	top: 6px;
    background-size:contain;
	width:77px;
	height:13px;
	content: " ";
}
.login_pw_input:before{
	background: url("../images/Password.png") no-repeat center center;
    position: absolute;
    left: 0;
	top: 6px;
    background-size:contain;
	width:75px;
	height:12px;
	content: " ";
}
*/
.padding_leftc{
	padding-left:5px;
	padding-right:5px;
	float:left;
	width: 150px;
}

#header .logo {
  max-width: 35%;
  display: block;
  margin:0 auto;
  z-index:3;
  position:relative;
}
#character_gril {
    background: url(../images/girl.png) no-repeat;
    position: absolute;
    width: 157px;
	height:230px;
    bottom: 69px;
    left: 714px;
	background-size:cover;
}
#character_boy {
    background: url(../images/boy.png) no-repeat;
    position: absolute;
    width: 144px;
    height: 227px;
    bottom: 69px;
    right: 47px;
	background-size:cover;
}

#Navi {
  padding:10px 0;
  display: block;
}	
.MainNav {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 9990;
  font-size: 13px;


  /* Parent Elements */
  /* 1. Basic Typography */
}

.MainNav .MainNav_wrapper {
    text-align: center;
}
.MainNav .MainNav_menu_right {
  float: right;
}
.MainNav .MainNav_menu {
  padding: 0;
  list-style: none;
  /*
  margin: 0 auto;
  text-align:center;
  */
}
.body_wrap .MainNav .MainNav_menu > .divide {
	width:2px;
	height:40px;
	/*background: url(../images/menu/divider.png) no-repeat center 0;*/
	background:#60d0b7;
    margin: 6px 1px -10px 1px;
	background-size:2px 40px;
	display:none !important;
}
.MainNav .MainNav_menu > li {
  text-align: center;
  background-position: center center!important;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  transition: 0.3s ease;
  background-repeat:no-repeat;
}
.MainNav .MainNav_menu > li > a,
.MainNav .MainNav_menu > li > span {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 3px 14px 2px;
  text-indent: -9999px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle !important;
}
.MainNav_wrapper li span{
	/*padding-bottom:3px !important;*/
}
.MainNav_menu > li:hover > a{
	/*
	background:#4391d4;
	border-radius:7px;
	*/
}
.MainNav .MainNav_menu > li .lang {
  margin-top: -15px;
  font-size: 11px;
}
.MainNav .MainNav_menu > li span a {
  color: #4a4756;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-left: 14px;
}
.MainNav .MainNav_menu > li > span + a i {
  margin-right: 0px;
}
.MainNav .MainNav_menu > li i {
  margin-right: 9px;
  display: none !important;
}
.MainNav .MainNav_menu > li i.fa-bars{
	display: inline-block;
}
.MainNav .MainNav_menu > li:hover,
.MainNav .MainNav_menu > li.active {
  /*margin-top: -8px;
  background-position: center 100%!important;*/
}
.MainNav .MainNav_menu > li:hover > a,
.MainNav .MainNav_menu > li:hover > span,
.MainNav .MainNav_menu > li:hover > span > a,
.MainNav .MainNav_menu > li.active > a,
.MainNav .MainNav_menu > li.active > span,
.MainNav .MainNav_menu > li.active > span > a {
  	color:#ffffff;
}
.MainNav .MainNav_menu > li.flexnav_mega {
  position: static;
}
.pp.active .fa-caret-down:before{
	content: '\f0d8';
}
.MainNav .MainNav_menu {
	height:auto!important;
  /* Show Drop Downs on Mouse Hover */
}
.MainNav .MainNav_menu .dropdown {
  overflow: visible!important;
  /*border: 1px solid #62a4cd;*/
  position: absolute;
  top: -9999em;
  left: 0px;
  z-index: 9999;
  padding: 0;
  margin: 0 auto;
  opacity: 0;
  display: block;
  margin-top: 0;
  padding-top: 0px;
  width: 205px;
  color:#000;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}
@-moz-document url-prefix() {
  .MainNav .MainNav_menu .dropdown {
	
  }
}
@supports (-ms-ime-align:auto) {
	.MainNav .MainNav_menu .dropdown {
	
  }
}
.MainNav .MainNav_menu .dropdown .sub li{
	background:#ffffff;
}
.MainNav .MainNav_menu .dropdown_fly_out {
  padding: 0;
}
.MainNav .MainNav_menu .dropdown:before,
.MainNav .MainNav_menu .dropdown:after {
  display: table;
  content: " ";
}
.MainNav .MainNav_menu .dropdown:after {
  clear: both;
}
.MainNav .MainNav_menu .dropdown_right {
  right: 0;
}
.MainNav .MainNav_menu li:hover > .dropdown {
  opacity: 1;
  top: auto;
}
.MainNav .sub {
  padding: 0;
  margin: 0;
  list-style: none;
}
.MainNav .sub .sub_lv {
  padding: 0;
  margin: 0;
  list-style: none;
}
.MainNav .sub li {
  float: left;
  width: 100%;
  width: 100%;
}
.MainNav .sub li a,
.MainNav .sub li span {
  padding: 5px 10px;
  float: left;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
  color:#000000;
}
.MainNav .sub li span:hover,
.MainNav .sub li a:hover {
  background: #c1eafe;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.MainNav .sub li > .sub_lv span:hover,
.MainNav .sub li > .sub_lv a:hover {
	background: #c1eafe;
}

.MainNav .sub .sub_lv_left {
  left: -102%;
  right: 100%;
}
.MainNav .sub .sub_lv li {
  width: 205px;
  padding: 0 ;
}
.MainNav .sub li.last {
  border-bottom: 0;
}
.MainNav .sub ul.MainNav_icons li {
  margin-left: -12px !important;
}
.MainNav .sub .sub_lv {
  /*border: 1px solid #009242;*/
  position: absolute;
  margin: 0px 0 0 0;
  padding: 0px;
  left: 100%;
  top: auto;
  display: none;
  zoom: 1;
  float: left;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.MainNav .sub li:hover > .sub_lv,
.MainNav .sub li:hover > .sub_lv_left {
  display: block;
}
.MainNav .sub .parent i {
  font-size: 15px;
  line-height: 21px;
  margin-right: 12px;
}
.MainNav .parent > span:after , .MainNav .parent > a > span:after{
  content: '\f105';
  font-family: FontAwesome;
  float: right;
}
.MainNav .parent_left > span:after {
  content: '\f104';
  font-family: FontAwesome;
  float: right;
  padding-top: 1px;
}
.MainNav .dropdown p,
.MainNav .dropdown ul,
.MainNav .dropdown ol {
  margin: 0;
  color: #e5f3ff;
  font-size: 16px;
  margin: 0 0 21px 0;
  line-height: 21px;
}
.MainNav .dropdown a,
.MainNav .dropdown .sub li span {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.MainNav .dropdown a:hover,
.MainNav .dropdown .sub li span:hover {
  color: #000000;
}
[class^='btn'] .sub_lv.dropLeft {
	width: 205px;
    left: -100%;
    float: right;
}
[class^='btn'] .sub_lv.dropLeft > li {
  float: right;
}
[class^='btn'] .sub_lv.dropLeft > li.parent > span:after {
  content: '\f104';
}

.pp:hover{
	z-index:5;
}

/*  alphga */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
a {
  color: #426eb4;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
a:hover,
a:focus {
  text-decoration: underline;
}
label {
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb a:hover{
	color:initial !important;
}
.breadcrumb>li{
	display: inline-block;
}
.float-l,
.left {
	float: left;
    display: inline-block;
}
.float-r,
.right {
  float: right;
}
.label-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.text1 {
  color: #4774ba;
}
.text2 {
  color: #99c6dd;
}
.text3 {
  color: #eecf0e;
}
.text4 {
  color: #ddeaf3;
}
.text5 {
  color: #eaa3b6;
}
.text-light {
  color: #f7f7f7;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #9a9a9a;
}
.text-muted {
  color: #838e9d;
}
.hide-text,
.ht {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
small {
  font-size: 90%;
}
.clear {
  display: block;
  overflow: hidden;
}
.accordion-group,
.accordion-inner {
  border-color: #bacbd4;
  border-radius: 5px;
}
.form-control {
  border-color: #d9d9d9;
  border-radius: 5px;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #99c6dd;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.input-group-addon {
  border-color: #d9d9d9;
  background-color: #ffffff;
}
.list-group {
  border-radius: 5px;
}
.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
  border: none;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-bg .list-group-item {
  background-color: transparent;
}
.list-group-item {
  border-color: #bacbd4;
  padding-right: 15px;
}
.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active {
  color: #fff;
  border-color: #4774ba !important;
  background-color: #4774ba !important;
}
.list-group-item.active .text-muted {
  color: #b6c8e4;
}
.list-group-item.active a {
  color: #fff;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.02);
}
.list-group-lg .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group-sp .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}
.list-group-item > .badge {
  margin-right: 0;
}
.list-group-item > .fa-chevron-right {
  float: right;
  margin-top: 4px;
  margin-right: -5px;
}
.list-group-item > .fa-chevron-right + .badge {
  margin-right: 5px;
}
.nav-pills.no-radius > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a {
  color: #fff !important;
  background-color: #99c6dd !important;
}
/*cols*/
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-0 {
  clear: left;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col"] {
  padding: 0;
}
.modal-backdrop {
  background-color: #9a9a9a;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-over {
  width: 100%;
  height: 100%;
  position: relative;
  background: #9a9a9a;
}
.modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
}
.modal-content {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.icon-muted {
  color: #ccc;
}
#Navi .affix {
  width: 100%;
  min-width: 940px;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#MainNav1 {
  z-index: 99;
}
#MainNav2 {
  z-index: 9997;
}
.MainNav *,
.MainNav *:before,
.MainNav *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.MainNav_fixed {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 10px 0;
}
/* IE8 */
.MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse {
  display: none;
}
#header_bar {
  background: #ffffff;
  height: 30px;
  padding: 5px 0;
  margin: 0 auto;
  display: none;
}
#header_bar a {
  line-height: 16px;
}
#header_bar .f-left {
  display: inline-block;
  float: left;
  display: block;
  width: 50%;
}
#header_bar .f-right {
  display: inline-block;
  float: right;
  display: block;
  width: 50%;
  text-align: right;
}
#header_bar .motto {
  width: 300px;
}
#bg-slide {
  position: relative;
}
#bg-slide .mask {
  background: url("../images/mask.png") repeat-x;
  background-position: bottom;
  position: absolute;
  z-index: -888;
  top: 0;
  width: 100%;
  display: block;
  height: 600px;
}
#bg-slide .slide_content {
  position: absolute;
  z-index: -9999;
  top: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-carousel.owl-loaded .owl-item img{
	opacity: 1 !important;
}
#bg-slide .slide_content .owl-carousel {
  max-width: ;
  margin: 0 auto;
  display: block;
}
#bg-slide .slide_content img {
  width: 100%;
}
.header-wrap{
	
}
.header-wrap .owl-item{
	
}
.header-wrap .wrap{
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  max-width:1440px;
  margin:0 auto;
  width:100%;
}
.header-wrap {
    width: 100%;
  /*animation: smoothScroll 0.5s forwards;*/
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header-wrap.container-fluid {
  padding: 0!important;
}
.affix {
  z-index: 9999;
}
.z-index2{
	position:relative;
	z-index:1;
}

#header {
  margin-top: 0px;
  position:relative;
}
#header .header_wrap {
  position: relative;
}
#header .logo img {
  width: 100%;
}
#header .logo h4 {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.inner_hidden{
	display:none !important;
}
.homepage .inner_hidden{
	display:block !important;
}
/*--------------------------------[6 Footer]-------------------------*/
.footer_link_con{
	max-width: 1340px;
	margin:0 auto;
	padding: 0 80px;
}
.links_area{
	padding:60px 0;
}
.links a {
  display: block;
  margin:7px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.links .owl-loaded .owl-nav .owl-prev{
	left: 30px;
}
.links .owl-loaded .owl-nav .owl-next {
    right: 30px;
}
.links a span {
    vertical-align: middle;
    display: inline-block;
	width: 240px;
	height:75px;
	display: table-cell;
	background:#795fa8;
	color:#ffffff;
	font-size: 18px;
}
#footer .row-footer.mt20{
	margin-top:20px;
}
.align_right{
	text-align:right;
}
.best_view, .copyright_text{
	padding:15px 0 2%;
	margin-bottom:0;
	color:#7459a1;
}
.copyright_text a{
	color:#7459a1;
}
#footer {
    overflow: hidden;
	/*background-image: linear-gradient(to bottom, rgba(255,153,0,1), rgba(255,193,81,1));*/
	width:100%;
	padding:0;
	text-align:left;
	color:#000000;
	/*background:#60d0b7;*/
	/*background: linear-gradient(to bottom, rgba(149,174,237,1) 0%, rgba(87,125,220,1) 100%);*/
	/*
	box-shadow:0px 4px 8px rgba(0, 0, 0, 0.3);
	*/
}
.footer_container{
	max-width: 1440px;
	padding:0;
	margin:0 auto;
	width:100% !important;
}
#footer .bg{
	padding:4% 0 10px;
}
#footer .right_con{
	
}
.footer_logo{
	max-width:570px;
	margin: 0 auto;
	padding-top: 10px;
}
.footer_logo img{
	width:100%;
}
#footer .footer_con{
	max-width:600px;
	margin:0 auto;
	padding-top: 50px;
}
#footer .contact{
	padding-top:40px;
}
#footer .contact img{
  width:100%;
}
#footer .row-footer {
  color: #093489;
  font-size: 125%;
  font-weight:bold;
  margin:0 auto;
  max-width:1200px;
  padding:15px 0;
}
#footer .display_block{
	display:block;
	vertical-align:middle;
	padding-right: 15px;
	font-weight:bold;
	color:#093489;
}
#footer .display_inline_block{
	display:inline-block;
	vertical-align:middle;
	padding-right: 15px;
}
#footer a{
	color:#000000;
}
#footer .tel_block{
	
}
#footer .detail1{
	font-size: 16px;
	line-height: 32px;
	padding-bottom:5px;
	display:inline-block;
	margin-right:24%;
}
#footer .detail2{
	font-size: 16px;
	line-height: 32px;
}
#footer .detail3{
	padding-top:30px;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 5px;
}
#footer .tel_block{
	padding-right:15px;
}
#footer .schooltel, #footer .schoolfax{
	margin-right:8%;
}
#footer .schoolname{
	
}
#footer .schoolname_en, #footer .schoolname{
	margin-bottom:0;
	font-size:22px;
	font-weight:normal;
}
#footer .schoolname_en{
	font-size:18px;
}
#footer .bottomrow{
	font-size: 80%;
}
#footer .bottomrow p{
	color:#ffffff;
}
#footer .row-footer a {
  color: #ffffff;
}
#footer .row-footer .school_Name {
  color:#25438C;
  font-size:16px;
}
#footer .contact_header{
	font-weight:bold;
	text-align:left;
	border-bottom: 3px solid #25438C;
	margin-bottom:5px;
	font-size:20px;
}
#footer .row-footer .contact .pb5{
	padding-bottom:7px;
}
#footer .row-footer .en_school_name{
	font-size:22px;
}
#footer .row-footer .contact {
  text-align: left;
}
#footer .row-footer .contact div {
  padding: 0;
}
#footer .row-footer .contact .address {
	color:#113c80;
	font-weight:bold;
    margin: 0;
    padding: 15px 0 0 0;
	height: 1%;
	font-size: 15px;
	width:418px;
}
#footer .counter{
	font-size:16px;
	font-weight:bold;
	color:#002e77;
}
#footer .row-footer .contact .address2{
	font-size: 15px;
	margin-top:10px;
}
#footer .row-footer .contact .address:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#footer .row-footer .contact .address .address1{
    float: left;
    margin: 0;
    padding: 0;
}
#footer .row-footer .contact .address .address2{
    float: left;
    margin: 0;
    padding: 0;
	text-align:right;
}
#footer .row-footer .contact .address .address2 p{
	margin-bottom:0;
}
#footer .row-footer .contact .address .address2 a{
	color:#ffffff;
}
.address strong{margin-right: 10px;}
#footer .row-footer .contact .phone span {
  margin-right: 15px;
}
	#footer .row-footer .contact .phone > div{
		margin-right: 15px;
		display: inline-block;
	}
#footer .row-footer .contact .best-view {
  color: #818181;
  margin-top: 5px;
}
.copyright {
  color:#ffffff;
  padding:0;
}
.copyright .copyright_wrap {
  max-width:1100px;
  margin: 0 auto;
  text-align:center;
}
.footer_logo img{
	
}
#footer .map{
    display: inline-block;
	padding:0;
	color:#ffffff;
}
.map_area{
	margin:10px 0;
	display:inline-block;
}
#footer .row-footer .powered {
  text-align: right;
  color:#5e7077;
}
#footer .row-footer a:hover{
	text-decoration:underline;
}
#footer .bottomrow{
	text-align:center;
}
#footer .school_logo{
	padding:45px 50px 0;
}
#footer .school_logo img{
	width:100%;
}
.d_table{
	display:table;
	height: 90px;
	width: 100%;
}
.d_table_cell{
	display:table-cell;
	vertical-align: bottom;
}
#footer .powered{
	display: inline-block;
	color:#ffffff;
}
.powered:hover{
	color:#28957d;
}
#footer .row-footer .contact div.school_name_box, .address2 .phone div{
	display:inline-block;
	padding:0;
	font-weight:bold;
}
.address2 .phone div{
	padding-right:15px;
}
#footer .row-footer .contact .address_box{
	display:inline-block;
	padding-top:4px;
	padding-left:15px;
}
#footer .row-footer .contact .address_box:first-child{
	padding:0 5px 0 0;
}
#footer .map img{
	max-width:190px;
}
.footer_logo_con{
    margin: 0;
    padding: 0;
	color:#000970;
}
.footer_logo_con:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.footer_logo_left{
    float: left;
    margin: 0;
    padding: 0;
    width: 60px;
}
.school_name_chi{
	font-size:25px;
	font-weight: bold;
}
.school_name_eng{
	font-size:28px;
	line-height: 28px;
}
.footer_logo_right{
    float: left;
    margin: 0;
    padding: 0;
}


/*desktop*/
.container.template-0, .container.template-2{
	padding-top:5px;
}
.filter{
	background:#fff;
	margin:0 10px;
}
.MainNav .MainNav_menu i.fa-angle-down{
   visibility:hidden;
   display:none;
   width: 0;
}


@media screen and (min-width: 1800px) {
  
}

@media screen and (max-width: 1200px) {
	#footer .bg{
		/*
		background: url('../images/mobile_bottom.png') no-repeat center top;
		background-size:cover;
		min-height: 235px;
		padding:20px 0;
		*/
	}
	.main_content{
		background-size:15px !important;
	}
}

@media screen and (max-width: 1024px) {
	.login .id-wrap, .login .pw-wrap{
		
	}
	.links .owl-carousel .owl-item img{
		width: 100%;
	}
	.fixed-top-bar .top_logo{
		width: 20.5%;
	}
	.MainNav .MainNav_wrapper{
		
	}
	.body_bg{
		background-position: center -65px;
	}
	.student_icon{
		display:none;
	}
}

#header .owl-nav{
  /*display: block !important;*/
}
.owl-loaded {
  text-align: center;
  /* Styling Next and Prev buttons */
  /* 7.1 Use it for non-touch hover action */
  /* 7.2 Styling Pagination*/
}
.owl-loaded .owl-nav button {
  position: absolute;
}
.owl-loaded .owl-nav button {
  color: #ffffff !important;
  zoom: 1;
  font-size: 14px !important;
  width: 22px;
  height: 22px;
  display: block;
  line-height: 22px;
  font-size: 13px;
  /*border-radius: 500px;*/
  background: none !important;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 0;
  padding: 0px;
  outline: none;
}
.owl-loaded .owl-nav button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.owl-loaded .owl-nav .owl-prev {
  left: 15px;
  top: 50%;
  opacity: 0.7;
  transform: translateY(-50%);
  background: url('../images/left.png') no-repeat center center !important;
  width:68px;
  height:86px;
  background-size:cover !important;
}
.links .owl-loaded .owl-nav .owl-prev{
	background: url('../images/left.png') no-repeat center center !important;
	background-size:cover !important;
}
.owl-loaded .owl-nav .owl-next {
  right: 15px;
  top: 50%;
  opacity: 0.6;
  transform: translateY(-50%);
  background: url('../images/right.png') no-repeat center center !important;
  width:68px;
  height:86px;
  background-size:cover !important;
}
.links .owl-loaded .owl-nav .owl-next {
	background: url('../images/right.png') no-repeat center center !important;
	background-size:cover !important;
}
.owl-loaded .owl-nav .fa{
	display:none;
}
.news .disabled{
	display:none !important;
}
.news .owl-loaded .owl-nav .fa{
	color: #ccc;
	display:block;
}
.news .owl-loaded .owl-nav .owl-prev, .news .owl-loaded .owl-nav .owl-next{
	background:none !important;
}
.news .owl-loaded .owl-nav .owl-prev{
	left: -20px;
}
.news .owl-loaded .owl-nav .owl-next{
	right: -20px;
}

.owl-loaded .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  border: 0;
  background: 0 0;
  padding: 0px;
  outline: none;
}

.owl-loaded .owl-dot span.owl-numbers {
  /* If PaginationNumbers is true */
  height: auto;
  width: auto;
  color: #4774ba;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("../images/AjaxLoader.gif") no-repeat center center;
}
/*----------------------------------[8 content wrap]-------------------------------*/
.contents_wrap {
  font-size: 14px;
  line-height: 1.5;
}
.contents_wrap.replyslip{
	margin:0 10px;
}
.contents_wrap h1,
.contents_wrap h2,
.contents_wrap h3 {
  color: #ff6711 !important;
  margin: 20px 0 15px 0;
}
.contents_wrap h4,
.contents_wrap h5,
.contents_wrap h6 {
  color: #ff6711 !important;
  margin: 10px 0;
  font-weight: 500;
}
.contents_wrap h1 {
  font-size: 35px;
}
.contents_wrap h2 {
  font-size: 28px;
}
.contents_wrap h3 {
  font-size: 24px;
}
.contents_wrap h4 {
  font-size: 20px;
}
.contents_wrap h5 {
  font-size: 18px;
}
.contents_wrap h6 {
  font-size: 16px;
}
.contents_wrap p {
  margin-bottom: 25px;
}
.contents_wrap img {
  max-width: 100%;
}
.contents_wrap img.left {
  margin: 5px 15px 15px 0px;
}
.contents_wrap img.right {
  margin: 5px 0px 15px 15px;
}
.contents_wrap ul {
  padding-left: 35px;
}
.contents_wrap ol {
  padding-left:10px;
}
.contents_wrap ul li {
  list-style-type: disc;
}
.contents_wrap ol li {
  list-style-type: decimal-leading-zero;
}
.contents_wrap li {
  padding-bottom: 10px;
}
.contents_wrap hr {
  margin: 15px 0;
  clear: both;
  display: block;
  overflow: hidden;
  border-top: #99c6dd 1px dotted;
}
.contents_wrap q,
.contents_wrap mark {
  background-color: #ff9;
}
.contents_wrap dl {
  padding: 10px 0;
  clear: both;
}
.contents_wrap dl dt {
  font-weight: 500;
  font-size: 15px;
  color: #4774ba;
}
.contents_wrap dl dd {
  margin: 0;
  padding: 0 0 10px 0;
}
.contents_wrap table {
  display: table;
  border-spacing: 0px;
  border-collapse: collapse;
  max-width: 100%;
  margin: 15px 0;
}
.contents_wrap table th {
  font-weight: bold;
  padding: 5px 10px;
  font-size: 15px;
}
.contents_wrap table td {
  padding: 5px 10px;
  border: 1px solid;
}
.chi .contents_wrap p , .chi .contents_wrap ol li, table tr td{
  font-size:17px;
}
.eng .contents_wrap p {
  

}
.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: none;
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0;
}
/*--------------------------------------[10 POPUP]--------------------------------*/
#popup {
  margin: 0 auto;
  position: absolute;
  display: block;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
}
#popup .popup_topbar {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0;
  background: #659df0;
}
#popup .popup_topbar .title {
  margin: 0;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 0 15px;
}
#popup .popup_topbar a {
  color: #f7f7f7;
}
#popup .scroll-pane {
  background: #f7f7f7;
  display: block;
  position: relative;
  margin-top: 40px;
  height: 100%;
}
#popup .popup_content {
  position: relative;
}
#popup .popup_content .contn {
  color: #525b68;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  background: #f7f7f7;
  display: block;
  position: relative;
  font-size: 15px;
}
#popup .popup_content .contn .title {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #659df0;
  border-bottom: 1px solid #659df0;
}
#popup .popup_content .contn .title span {
  font-size: 13px;
  margin-left: 10px;
  letter-spacing: 0;
  color: #9a9a9a;
}
#popup .popup_content .contn img {
  max-width: 100%;
}
#popup .contents_wrap img {
  padding: 10px;
}
#popup .popup_pictures{
    margin: 0;
    padding: 15px 0;
	background: #c1eafe;
	min-height: 200px;
}
#popup .popup_pictures:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#popup .popup_pictures .wrap {
  max-width: 800px;
  margin: 0 auto;
}
#popup .popup_pictures .picture {
  float: left;
  display: inline;
  margin: 0 1%;
  width: 31%;
}
#popup .popup_pictures img {
  border: solid 1px #f7f7f7;
  display: block;
  width: 100%;
}
.container {
	padding: 0;
}
.row_mb{
	padding-top:20px;
	margin-bottom:20px;
}
.owl-carousel .owl-stage-outer{
	
}
.navigation_con{
	position: relative;
	/*background:#60d0b7;*/
	/*
	background: url(../images/menu/menu_bg.png) repeat-x center center;
	background-size: contain;
	*/
	/*background:#003b6d;*/
	/*box-shadow: 0 4px 2px rgba(238, 226, 208, 1);*/
}
.MainNav_menu a, .MainNav_menu span{
	color:#ffffff;
}
.navigation_wrap{
	padding:0;
}
.homepage .main_content{
	padding-top:0;
}
.empty_banner{
	height: 100px;
	background: #fff;
	display:none;
}
.background-holder{
	height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bx-viewport{
	width: 100%;
	height: 693px;
    overflow: hidden;
    position: relative;
}
.background-holder img{
	display: block;
    position: absolute;
    z-index: 1;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width:100%;
}
.main_content{
	/*background:#f2fdff;*/
	/*
	background:url("../images/bg_pattern.png") repeat center center;
	background-size: 15px 15px;
	*/
}
.no_padding_custom{
	padding-right:0px;
	padding-left:0px;
}
.padding_custom{
	padding-right:10px;
	padding-left:0;
}
.widget.more_btn{
	text-align:right;
}
.outer_wrap{
	padding:0;
	/*
	background:#fffbef;
	-webkit-box-shadow: 0px 0px 12px -8px rgba(255,153,0,1);
	-moz-box-shadow: 0px 0px 12px -8px rgba(255,153,0,1);
	box-shadow: 0px 0px 12px -8px rgba(255,153,0,1);
	*/
}
.main_wrap{
	padding:0;
}
.day_con{
	margin: 0 auto;
	max-width:70%;
	padding-bottom: 10px;
}
.day_con .widget{
	border:1px solid #59b4ff;
	border-radius:7px;
	padding:12px 10px;
	background:#ffffff;
	text-align:center;
	font-size:32px;
	color:#080808;
	line-height:32px;
}
.mobile_header img{
	width:100%;
}
#header_banner{
	position: relative;
    overflow: hidden;
    display: block;
	margin:0 auto;
	border: 5px solid #fff;
	border-radius:25px;
	height: 400px;
}
.owl-stage-outer{
	overflow:hidden;
}
#header_banner img{
	
}
.new_dots{
	padding:10px 0;
    z-index: 60;
	text-align: center;
}
.owl-loaded .single_item{
	display:block;
	position:relative;
}
.single_item{
	display:none;
}
.single_item img{
	width:100%;
}
.single_item .text_con{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.first_li{
	padding-right:10px;
}
.text_con{
    margin: 0;
    padding: 0;
	font-size:20px;
	color:#080808;
}
.text_con:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.text_left_wrap{
	padding-left:30px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.text_right_wrap{
	padding-right:30px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.top_title{
	font-size:30px;
	padding:30px 0 0;
	font-weight:bold;
}
.text_center{
	text-align:center;
}
.col-5-1{
	width:20%;
	padding:0 0.5%;
	float:left;
}

.link2 .col-5-1 .c5_con{
	padding:0 0.5%;
}
.widget_wrap.fix_row{
	margin:0 -0.5%;
	padding-bottom:20px;
}
.widget_wrap.fix_row2{
	margin:0;
	padding-bottom:20px;
}
.top-banner-logo-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
}
img#banner-bg {
    position: absolute;
    bottom: 0;
    left: 0;
	pointer-events: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
#header .motto_top .wrap{
	padding:0 40px 0 12%;
	margin-right:15px;
}
.motto_top .motto_content{
	overflow: hidden;
}
.motto_top p{
	margin-bottom:10px;
	color:#ffffff;
	font-size:18px;
}
.motto .paddingleft0{
	padding-left:0;
}
.slider-con {
	padding-bottom: 5%;
	position: relative;
	max-width:1200px;
	margin: 0 auto;
}
.login .wrap {
  padding: 10px;
}
.login .from-wrap {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.login .id-wrap,
.login .pw-wrap {
  display: block;
  position: relative;
  margin: 0;
}
.login_con{
	padding: 0;
}
.login_bottom{
	padding-top: 22px;
    padding-left: 10%;
    padding-right: 10%;
	max-width: 300px;
    margin: 0 auto;
}
.login_bottom img{
	width: 100%;
}
.login .id-wrap {
  
}
.login label {
  float: left;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 25px;
  color: #f7f7f7;
  overflow: hidden;
  margin: 0;
	display: none;
}
::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}
.login input {
    width: 100%;
    background:#ffffff;
	border: 2px solid #cbcbcb;
    margin: 3px 0;
    color: #000;
    height: 35px;
    line-height: 23px;
    padding: 5px 10px;
    outline: none;
	border-radius:5px;
	font-size:14px;
}
.wrap2{
    margin: 0;
    padding: 0;
	height: 1%;
}
.wrap2:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

@media (max-width: 990px) {
	#header_banner {
		margin: 0 auto;
	}
	.right_character, .left_character{
		display:none !important;
	}
}

/*special case*/
@media (min-width: 768px) and (max-width: 1199px) {
	.MainNav .MainNav_wrapper .MainNav_menu > li{
		margin: 0 3px !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.main_wrap .col-md-3{
		
	}
	
	.main_wrap .col-md-4, .main_wrap .col-md-5{
		
	}
}

/*Desktop mode width >= 767 */
@media (min-width: 767px) {
	
	/*menu effect*/
	.MainNav .MainNav_menu > li:hover {
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
	}
	
   .address .float_right{
	   float:right;
   }
  .body_wrap , body{
	position:relative;
	height: 100%;
  }
  /*
  .container {
    width: 1440px!important;
  }
  .container_banner {
    width: 1245px!important;
	margin:0 auto;
  }
  */
  .container_banner{
	width:510px;
	margin:0 auto;
	min-height:376px;
	position:relative;
	padding-top: 40px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:nth-child(n+1){
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:nth-last-child(2){
	  padding-right:0;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.divide:nth-child(2){
	  display:none !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.divide:last-child{
	  display:none !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.divide:hover{
	  background-color:transparent !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:nth-child(n+1):hover{
	  /*background-color:#dfb966;*/
  }
  .MainNav .MainNav_menu > li:hover > a, .MainNav .MainNav_menu > li:hover > a > span{
	  color:#ffffff !important;
  }
  
  .MainNav .MainNav_menu >  li > a{
	background-size:cover;
	background-repeat: no-repeat;
	height: 100px;
  }

	
    .MainNav .MainNav_menu .btn01 > a{
	  background-image: url("../images/menu/btn1.png");
	  width: 146px;
	}
	/*
	.MainNav .MainNav_menu .btn01:hover > a{
		background-image: url("../images/menu/btn01_hover.png");
	}
	*/
	.MainNav .MainNav_menu .btn02 > a{
	  background-image: url("../images/menu/btn2.png");
	  width: 146px;
	}
	/*
	.MainNav .MainNav_menu .btn02:hover > a{
	  background-image: url("../images/menu/btn02_hover.png");
	}
	*/
	.MainNav .MainNav_menu .btn03 > a{
	  background-image: url("../images/menu/btn3.png");
	  width: 146px;
	}
	/*
	.MainNav .MainNav_menu .btn03:hover > a{
	  background-image: url("../images/menu/btn03_hover.png");
	}
	*/
	.MainNav .MainNav_menu .btn04 > a{
	  background-image: url("../images/menu/btn4.png");
	  width: 146px;
	}
	/*
	.MainNav .MainNav_menu .btn04:hover > a{
	  background-image: url("../images/menu/btn04_hover.png");
	}
	*/
	.MainNav .MainNav_menu .btn05 > a{
	  background-image: url("../images/menu/btn5.png");
	  width: 146px;
	}
	/*
	.MainNav .MainNav_menu .btn05:hover > a{
	  background-image: url("../images/menu/btn05_hover.png");
	}
	*/
	.MainNav .MainNav_menu .btn06 > a {
	  background-image: url("../images/menu/btn6.png");
	  width: 138px;
	}
	/*
	.MainNav .MainNav_menu .btn06:hover > a{
	  background-image: url("../images/menu/btn06_hover.png");
	}
	*/
	.MainNav .MainNav_menu .btn07 > a{
	  background-image: url("../images/menu/btn7.png");
	  width: 146px;
	}
	/*
	.MainNav .MainNav_menu .btn07:hover > a{
	  background-image: url("../images/menu/btn_7_a.png");
	}
	*/
	
	.MainNav .MainNav_menu .btn08 > a{
	  background-image: url("../images/menu/btn8.png");
	  width: 140px;
	}
	/*
	.MainNav .MainNav_menu .btn08:hover > a{
	  background-image: url("../images/menu/btn_8_a.png");
	}
	*/
	
	.MainNav .MainNav_menu .btn09 > a{
	  background-image: url("../images/menu/btn9.png");
	  width: 146px;
	}
	/*
	.MainNav .MainNav_menu .btn09:hover > a{
	  background-image: url("../images/menu/btn_9_a.png");
	}
	*/

	.MainNav .MainNav_menu .btn10 > a{
	  background-image: url("../images/menu/btn10.png");
	  width: 146px;
	}

	/*
	.MainNav .MainNav_menu .btn10:hover > a{
	  background-image: url("../images/menu/btn_10_a.png");
	}
	*/
	/*
	.MainNav .MainNav_menu .btn11 > a{
	  background-image: url("../images/menu/btn11.png");
	  width: 130px;
	}
	.MainNav .MainNav_menu .btn12 > a{
	  background-image: url("../images/menu/btn_12.png");
	  width: 70px;
	}
	.MainNav .MainNav_menu .btn13 > a{
	  background-image: url("../images/menu/btn_13.png");
	  width: 70px;
	}
	.MainNav .MainNav_menu .btn14 > a{
	  background-image: url("../images/menu/btn_14.png");
	  width: 70px;
	}
	.MainNav .MainNav_menu .btn15 > a{
	  background-image: url("../images/menu/btn_15.png");
	  width: 70px;
	}
	*/
}

@media (min-width: 768px) {
	.address_left{
		float:left;
	}
}

.container {
	max-width: 1480px;
	padding:0 20px;
	width:100% !important;
}

/* -----------------Switch between the desktop and mobile versions---------------------- */
@media only screen and (min-width: 767px) {
  .MainNav .MainNav_wrapper .MainNav_menu > li {
    display: inline-block !important;
	margin:0 -1px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse {
    display: none !important;
  }
}

@media (max-width: 992px) {
	.left_bar .tel, .left_bar .email{
		padding-right: 10px;
	}
	.login .id-wrap, .login .pw-wrap{
		
	}
	.main_content .widget.calendar{
		margin-left: 0%;
	}
	.tabs-wrap{
		margin-bottom:20px;
	}
	.day_con .widget{
		font-size: 23px;
		line-height: 23px;
	}
}

@media (max-width: 767px) {
	.body_bg{
		background: #fef9ff;
	}
	.links a{
		width: 100%;
		margin: 1px 0;
		display: table !important;
	}
	.award table th{
		font-size:15px !important;
	}
	.award table td{
		font-size:14px !important;
	}
	.homepage .body_bg{
		background:url('../images/btm_pic.jpg') no-repeat bottom center;
		background-size: 3000px auto;
		background-color: #a2def6;
	}
	.slogan{
		max-width:320px;
	}
	.mobile_top{
		position:absolute;
		top:0;
		left:0;
	}
	.mobile_p{
		padding:0 15px;
	}
	.m_banner{
		padding:0 20px 30px;
	}
	.m_hidden{
		display:none;
	}
	.map_area{
		text-align:center;
	}
	.motto .wrap {
		padding: 0 10px !important;
	}
	.widget_wrap .widget_box.award{
		margin-bottom: 10%;
	}
	.widget_wrap .widget_box {
		margin-bottom: 5%;
	}
	.widget_wrap .motto.widget{
		margin:0 0 10% 0;
	}
	.owl-loaded .owl-nav .owl-prev{
		width: 30px;
		height: 38px;
		left:0;
	}
	.owl-loaded .owl-nav .owl-next{
		width: 30px;
		height: 38px;
		right:0;
	}
	.widget_wrap .widget_box.news{
		margin-bottom: 5%;
	}
	.navigation_wrap .container{
		padding:0;
	}
	.mobile_social_media{
		position: absolute;
		right: 10px;
		top: 9px;
		Z-INDEX: 9999;
	}
	.top_logo{
		width:100%;
		max-width:360px;
		margin:0 auto;
		padding:10px 0 0 0;
		top: 15px;
		left: 50%;
	}
	.body_bg .fixed-top-bar.smalls .top_logo{
		top: -68px !important;
	}
	.fixed-top-bar.smalls{
		top: 0;
	}
	.MainNav .MainNav_wrapper{
		margin-left:0 !important;
	}
	.empty_banner {
		height: 135px;
		background: #fff;
	}
	.top_right_bar{
		width: 150px;
	}
	.top_sidebar{
		padding-top:12px;
	}
	.top_sidebar.over{
		position: relative;
		padding-right: 0;
	}
	.body_bg {
		/*
		background-color: #99ffff;
		background:  url('../images/mobile_bg.png') no-repeat 0 50px;
		background-size: contain;
		background-position: 0 35px !important;
		*/
	}
	.school_name_eng{
		font-size: 15px;
	}
	.school_name_chi {
		font-size: 21px;
	}
	.motto_left, .motto_right{
		float:none !important;
	}
	.motto_right{
		width: 100% !important;
	}
	.left_pic, .right_pic{
		display:none;
	}
	.footer_logo{
		padding-right:0;
		max-width: 360px;
	}
	#footer .detail2{
		padding:0 10px 0;
	}
	#footer .detail1{
		padding:0 10px 0;
	}
	.banner_con{
		position:relative;
	}
	.more_btn{
		right:15px !important;
	}
	.lang_con{
		padding-top:0;
		padding-right:15px;
		text-align: right;
	}
	.social{
		position: absolute;
		float: right;
		z-index: 1000;
		right: 20px;
		top: 10px;
	}
	#header_banner{
		border-radius:10px;
		border:3px solid #ffffff;
		/*box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.20);*/
	}
	.homepage .banner_con{
		padding-bottom:0;
	}
	.container.z-index2{
		min-height:100%;
	}
	.login_item{
		max-width:320px;
		margin:0 auto;
		display:block;
	}
	.login_mobile .login .id-wrap, .login_mobile .login .pw-wrap{
		width:90% !important;
	}
	.mobile_login .login_field{
		float: left;
	}
	.mobile_login .login_field_btn{
		float: right;
	}
	.login .login_btn{
		margin-top:10px !important;
		padding:17px 12px;
	}
	#header_banner {
		min-height:100%;
	}
	.day_con{
		padding-top:10px;
	}
	.mobile_pic img{
		width:100%;
	}
	.top_con{
		padding:0;
	}
	#header .logo{
		/*
		position: absolute;
		top:15px;
		left:50%;
		transform: translateX(-50%);
		*/
		width:90%;
		margin: 0 auto !important;
		padding:10px 0 0;
	}
}

@media screen and (max-width: 768px) {
	.widget_box.motto .wrap {
		padding: 0 0 0 47%;
	}
	.calendar iframe{
		height: 320px !important;
	}
	.login_field{
		width:100%;
	}
	.login_field_btn{
		margin-right:0;
	}
	.top_sidebar li, .social_media li{
		margin: 0 2px;
	}
	.title_contact{
		
	}
	.empty_banner{
		height: 135px;
	}
	.footer_link_con{
		max-width: 665px;
	}
	.homebanner{
		min-height: auto !important;
		width:100%;
		padding:0;
		overflow:unset;
	}
	.MainNav .MainNav_wrapper {
		
	}
	.bx-viewport{
		height:auto;
	}
	.background-holder img{
		position:unset;
		width: 100%;
		transform: none;
	}
	
	.footer_link_con{
		padding: 0 32px;
	}
	.fixed-top-bar .top_logo{
		width: 108px;
		height: auto;
	}
	.fixed-top-bar.smalls .top_logo {
		top: -17px !important;
	}
	.links a span{
		display: table-cell;
	}
	.links .owl-carousel{
		display:block;
	}
	.footer_logo_right{
		width: 82%;
	}
	.movement_con{
		margin-bottom:10px;
	}
	.award2 ul li{
		width:100% !important;
		padding: 2% 17px 20px 1% !important;
	}
	.movement_con .thumb{
		min-height: 100% !important;
	}
	.banner_con{
		padding-top: 45px;
	}
	.main_wrap{
		background:none;
	}
	#footer .footer_con{
		height: 314px;
	}
	#footer .bg{
		background:none!important;
		padding-top: 30px;
	}
	.body_bg{
		
	}
	.mobile_character{
		max-width:50%;
		margin:0 auto;
	}
	.mobile_character img{
		width: 100%;
	}
	.widget.calendar{
		margin-left:0 !important;
	}
	.body_bg{
		
	}
	.header-wrap .container{
		padding:0;
	}
	.header-wrap .m_wrap{
		margin:0;
	}
	.navigation_con{
		/*margin-bottom:15px;*/
	}
	#footer .bottomrow p{
		text-align:center;
	}
	#footer .detail1, #footer .detail2{
		padding-left:6%;
	}
	#footer .display_inline_block{
		display:block;
	}
	.footer_logo{
		
	}
	.footer_logo img{
		width:100%;
	}
	.banner_bg{
		pointer-events: none;
	}
	
	[class^='btn'] .sub_lv.dropLeft {
		width: 100%!important;
		left: 0!important;
		float: left!important;
	  }
	  [class^='btn'] .sub_lv.dropLeft > li {
		float: left!important;
	  }
	  [class^='btn'] .sub_lv.dropLeft > li.parent > span:after {
		content: '\f107' !important;
	  }
	#footer .schooltel, #footer .schoolemail{
		padding-left:0;
	}
	.schoolmap{
		width:100%;
	}
	.schoolname_en{
		display:block;
	}
	.top_con_left, .top_con_right{
		width:100%;
	}
	body{
		padding-top:0;
	}
	.header-wrap{
		
	}
	#footer .school_name_box, #footer .address_box, #footer .phone_div{
		padding-bottom:5px !important;
	}
	#footer .row-footer{
		font-size:100%;
	}
	#footer .col-sm-7{
		
	}
	#footer .footer_con{
		text-align:center;
	}
	.videoWrapper {
	  position: relative;
	  padding-bottom: 56.25% !important; /* 16:9 */
	  height: 0;
	}
	.carousel-item iframe{
		position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
	}
	.padding_custom{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.best_view, .copyright_text{
		text-align:center;
		padding:15px;
	}
	#footer .school_Name{
		
	}
	.login_con_left{
		padding-top:7px;
		padding-bottom:7px;
	}
	.login_con_right{
		padding-top:7px;
		padding-right:5px;
	}
	.wrap-video iframe{
		
	}
	#header:before{
		position:unset;
	}
  #bg-slide .mask,
  #bg-slide .slide_content {
    height: 400px;
  }
  #footer .contact,
  #footer .copyright {
  }
  #footer .map {
    clear: both;
    margin: 10px auto;
    font-size: 18px!important;
	text-align:center;
  }
  #footer .phone {
    
  }
  #footer .phone span {
    margin: 0 0 5px 0;
    display: block;
    clear: both;
  }
  
  /*menu*/
  .MainNav .MainNav_menu .pp{
	  position: relative !important;
  }
  .MainNav .MainNav_menu .pp i.fa-angle-down{
	  position: absolute;
	  visibility:visible;
	  display:block;
	  top:22px;
	  right:5px;
	  width: auto;
  }
  
}

@media (max-width: 766px) {
	#footer .detail3{
		font-size: 24px;
		letter-spacing: 1px;
	}
.MainNav .MainNav_menu > li.pp i , .MainNav .MainNav_menu > li.MainNav_collapse i{
	  display: inline-block !important;
	}
.MainNav .MainNav_menu .pp{
	  position: relative !important;
  }
  .MainNav .MainNav_menu i.icon{
	  display:none;
  }
  .MainNav .MainNav_menu .pp i.icon{
	  position: absolute;
	  visibility:visible;
	  display:block;
	  top:22px;
	  right:5px;
	  width: auto;
	  font-size:16px;
  }
/*menu style End*/
	
	.MainNav li.active > .sub_lv,
	.MainNav li.active > .sub_lv_left {
	  display: block !important;
	  box-shadow:none;
	}
	.MainNav li.noactive > .sub_lv,
	.MainNav li.noactive > .sub_lv_left {
	  display: none !important;
	}
	.banner_bg{
		background: url(../images/mask_mobile.png) no-repeat center bottom;
		bottom: -2px;
	}
	#header .owl-nav{
		display:none !important;
	}
	#header .logo {
		margin:0 0 10px 0;
	  }
	.sm-container{
		padding:0 0 20px 0 !important;
	}
	.flex-caption{
		width:40%;
	}
	.index_btn1, .index_btn2{
		margin:0 auto;
	}
	.main_wrap{
		padding:0;
	}
	.MainNav_menu > li:hover > a{
		/*
		background:#8adaf8 !important;
		border-radius:none !important;
		*/
	}
	.floating_slogan{
		padding-top:258px;
		padding-bottom:10px;
	}
	.main_content{
		padding-top:0;
	}
	.gallery_more_btn{
		padding: 30px 20px 20px 10px;
	}
	.container_banner{
		position:relative;
	}
	.login input{
		width:100%;
	}
	.top_text{
		top:0;
	}
	#footer .school_logo{
		padding: 20px 0 0 0;
		width: 300px;
		margin: 0 auto;
	}
	#header .logo{
	
	}
	.contents_wrap iframe{
		width:100%;
	}
	.main_content{
		
	}
	.d_table{
		height: auto;
		margin-top:10px;
	}
	.homepage .main_content{
		padding-top:15px;
	}
	.navigation_wrap{
		padding:0;
	}
	.banner_con{
		background:#ffffff;
		padding-bottom:0;
	}
	.banner_con:before{
		display:none;
	}
	.banner_con{
		/*margin-bottom:15px;*/
	}
	.owl-loaded .owl-dots{
		
	}
	.header-wrap .wrap{
		margin: 0;
		padding: 0;
	}
	.header-wrap .wrap:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	.outer_wrap{
		margin-top:0;
		border-top-left-radius:0;
		border-top-right-radius:0;
		margin:0;
	}
	.padding_right0.float_right{
		padding-right:15px;
	}
	body{
		background-size: auto !important;
	}
  .body_wrap{
	/*padding-top:50px;*/
  }
  #header_banner{
	  
  }
  #header .wrap{
	  padding-top:60px;
  }
  #header{
	  position:relative;
	  /*
		padding:0 0 15px 0px !important;
		background: #fffdf3 url("../images/mobile_top_bg.png") repeat-x center top;
		background-size:768px auto;
		*/
  }
  #header_banner{
	
  }
  .navigation_con{
	background-image:none;
	z-index:999;
  }
  .smallBanner{ margin: 0 auto; margin-bottom: 20px;}
  .smallBanner img{ width:100%; }

  #popup .popup_pictures .picture {
	width: 94%;
	padding: 0 2%;
  }
  .owl-controls, .owl-nav {
    
  }
  .MainNav .MainNav_menu .dropdown{
	padding-top:0;
  }
  #header .wrap{
	  width:100%;
	  padding-left:0;
	  padding-right:0;
  }
  #inner #header_banner {
    
  }
  #header{
	  margin-top:0px;
	  top:0px;
	  margin-bottom: 15px;
  }
  #header #header {
    margin-top: 0!important;
  }
  .floating_slogan{
	  width:55%;
	  margin:0 auto;
  }
  #header #header_banner img {
		width: 100%; height: auto;
  }
  #footer .schoolname {
    padding-top: 40px;
  }
  body {
    overflow-x: hidden;
  }
  #Navi {
    height: 0!important;
	padding:0;
	
  }
  #Navi .affix {
    position: absolute;
    min-width: 40px;
  }
  .MainNav {
    position: relative;
    top: 0;
    left: 0;
  }
  .MainNav.over{
	z-index:9998 !important;
    overflow: auto;
  }
  .MainNav .divide {
    display: none!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu {
    width: 100%!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu  li.MainNav_collapse{
	/*background: url("../images/menu/m_menu_bg.png") repeat-x;*/
	background:#659df0;
	/*background-image: linear-gradient(to bottom, rgba(78,128,215,1), rgba(60,93,191,1));*/
  }
  .MainNav{
	   background-color: #659df0;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li {
    position: static;
    width: 100%!important;
    background-color: #659df0;
	background-image: none;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li a{
	  color:#ffffff;
	  background-color: #659df0;
  }
  .MainNav_menu a, .MainNav_menu span{
	  color:#ffffff;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn01{
	background-image: none;
  }
  .MainNav .MainNav_wrapper .MainNav_collapse > span{
	text-align: left !important;  
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li > span,
  .MainNav .MainNav_wrapper .MainNav_menu > li > a {
    text-align: left;
    text-indent: 0!important;
    line-height: 51px!important;
    padding-left: 20px;
    font-size: 16px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown,
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown_full {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .MainNav .sub,
  .MainNav .sub .sub_lv,
  .MainNav .sub .sub_lv_left {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    width: 100%;
    margin: 0;
    border: none;
  }
  .MainNav .sub .sub_lv{
	border-bottom:#ffffff;
  }
  .MainNav .MainNav_menu .dropdown .sub li{
	  background:#60d0b7;
  }
  .MainNav .sub li,
  .MainNav .sub .sub_lv li {
    width: 100%;
    padding: 0;
  }
  .MainNav .sub_lv li a, .MainNav .MainNav_menu .dropdown .sub li.parent_left{
	  background:#60d0b7;
  }
  .MainNav .sub_lv .sub_lv li a {
    padding-left: 15%;
  }
  .MainNav .sub li a:hover,
  .MainNav .sub li span:hover,
  .MainNav .sub .sub_lv li a:hover {
	  color:#000;
  }
  .MainNav .sub li > a,
  .MainNav .sub li > span {
    width: 100%;
    padding: 15px 10px 15px 40px;
  }
  .MainNav .dropdown .sub li span{
	  color:#ffffff;
  }
  .MainNav .sub ul.MainNav_icons li {
    margin-left: 0 !important;
  }
  .MainNav ul.MainNav_icons > li > .sub_lv > li {
    padding-left: 18px !important;
  }
   .MainNav .parent > a > span{
	width:100%;
	display:block;
   }
   .MainNav .dropdown ul{
	   margin:0 !important;
   }
  .MainNav .parent > a > span:after,
  .MainNav .parent > span:after,
  .MainNav .parent_left > span:after,
  .MainNav .parent.noactive > span:after,
  .MainNav .parent_left.noactive > span:after {
    content: "\f0d7";
	padding-right: 4px;
  }
  .MainNav .parent.active > a > span:after,
  .MainNav .parent.active > span:after,
  .MainNav .parent_left.active > span:after {
    content: '\f0d8';
	padding-right: 4px;
  }
  .MainNav_btn {
    display: none;
  }
  .MainNav_fixed {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 30px auto;
  }
  .MainNav {
    height: auto;
  }
  .MainNav .MainNav_wrapper .MainNav_menu_right {
    float: left;
    width: 100%;
  }
  .MainNav .MainNav_wrapper .MainNav_menu {
    width: 100%;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li {
    width: 100%!important;
    display: none;
    float: left;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
  }
	.MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse span {
		padding: 0 20px;
		text-indent: 0!important;
		line-height: 50px!important;
	}
	.MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_active,
	.MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_active:hover {
		margin-top: 0px;
	}
	li.MainNav_collapse.MainNav_collapse_noactive.noactive{
    
	}
	li.MainNav_collapse.noactive.MainNav_collapse_active{
		
	}
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive,
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive:hover {
	margin-top: 0px; 
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse > span {
    color: #ffffff !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:hover {
    box-shadow: none;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:first-child {
    margin-left: 0;
  }
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown {
    width: 100%;
    left: 0;
    margin-left: 0;
	margin-top: -5px;
	position:unset;
	border:none;
	box-shadow:none;
  }
  .MainNav .MainNav_menu li.active .dropdown .sub li{
	background:#659df0;
  }
  .MainNav .MainNav_menu li.active .dropdown .sub li.active li{
	
  }
  .MainNav .MainNav_menu li.active .dropdown .sub_lv li a, .MainNav .MainNav_menu li .dropdown .sub_lv li a{
	padding-left: 50px;
  }
  .MainNav .MainNav_menu > li:hover, .MainNav .MainNav_menu > li.active{ margin-top:0px;}
	.MainNav .MainNav_menu > li {
		margin-left: 0px;
		margin-right: 0px;
	}
	.MainNav .MainNav_menu > li:hover, .MainNav .MainNav_menu > li.active{
		background:#fffbb8;
	}
	.MainNav .sub li span:hover, .MainNav .sub li a:hover{
		background:#c1eafe;
	}
  .navigation_con{
	padding:0;
  }
  #widgets .widget_wrap.row1{
	  margin-top:20px !important;
  }
  #widgets .widget_wrap{
	padding:0;
  }
  #footer .row-footer{
	padding-top:0;
  }
  #footer .row-footer .contact .address,#footer .row-footer .contact .phone {
    margin: 0;
	text-align:left;
	}
	#footer .row-footer .contact .address .address2 p{
		margin-bottom:5px;
	}
	.address strong {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.address1 p{
		margin-bottom:5px;
	}
	#footer .bottomrow{
		margin-top:0;
	}
	#footer .counter{
		text-align:center;
	}
	#footer .row-footer .contact .address .map {
		
	}
	#footer .row-footer .contact .phone span {
		margin-right: 0px;
	}
	#footer .row-footer .copyright {
		display: table;
		text-align:center;
		padding:0 !important;
	}
	#footer .row-footer .copyright {
		display: table;
		font-size: 80%!important;
		width: 100%;
	}
	#footer .row-footer .contact .address .address1, #footer .row-footer .contact .address .address2{
		float:none;
		padding:0;
		margin:0;
	}
	#footer .tel_block{
		padding-left:0;
	}
	#footer .row-footer{
		padding-left:10px;
		padding-right:10px;
		display: flex;
		flex-direction: column;
	}
	.copyright_text{
		max-width:100%;
		margin:0 auto;
	}
	#footer .row-footer .powered{
		text-align:center;
	}
	#footer .row-footer .contact .address_box{
		display:block;
		padding-top:0;
		padding-left:0;
	}
	#footer .row-footer .contact .address{
		text-align:center;
		margin:0 auto;
		width:100%;
		padding-top:0;
	}
	#footer .school_Name{
		
	}
	.copyright span{
		display:block;
	}
	#footer .row-footer .contact .phone > div{
		display:block;
		text-align:center;
		margin-right:0;
	}
}
@media screen and (max-width: 640px) {
  .floating_slogan{
	  width:70%;
	  margin:0 auto;
  }
	#header_banner{
		width:100%;
		height: auto;
	}
	.home_content{
		
	}
	.banner_con{
		
	}
	.ribbon{
		background-size: contain !important;
	}
	#header .wrap{
		
	}
  #popup .paragraph_block {
    font-size: 120%;
    line-height: 29px;
  }
  #popup .popup_topbar {
    height: 65px;
    padding-top: 10px;
  }
  #popup .popup_topbar .title {
    margin-top: 20px!important;
    font-size: 20px;
  }
  #popup .popup_content .contn {
    padding: 20px;
  }
  #popup .scroll-pane {
    display: block;
    padding-top: 30px;
  }
  #popup .scroll-pane .title {
    font-size: 23px!important;
    line-height: 28px!important;
  }
}
@media screen and (max-width: 400px) {
	#header_banner{
		width:100%;
	}
	#header_banner{
		margin-right: 0;
	}
}