* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.middlefont{
	font-size:18px
}
.bigfont{
	font-size: 20px
}


html {
	height: 100%;
	/*
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
	font-family:  Helvetica, 'Microsoft JhengHei UI','Microsoft JhengHei', 微軟正黑體, 微软正黑体, Arial, sans-serif;
}

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-rendering: optimizelegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #353535;
    overflow-x: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	list-style: none;
	display: block;
}
.ttable{display: table;}
.tcell{display: table-cell;vertical-align: middle;}
.subPage-content
{
	line-height: 170%;
}
.subPage-content a
{
	text-decoration:underline;
	color:#0007eb;
	display: block;
}
.subPage-content li{
	list-style-position: inside;
	text-indent: -1em;
  margin-left: 1em;
}
.subPage-content .viewCount ,.subPage-content a .viewCount
{
    text-decoration: none!important;
    color: #353535;
}
h1
{
	font-weight: bold;
}
h2
{
	color: #276EBB;
	font-size: 20px;
	font-weight: bold;
}
h3 
{
	color: #276EBB;
    font-size: 16px;
    font-weight: bold;
}
h4 
{
	color: #E17337;
    font-size: 16px;
}
.header{
	padding: 10px 10px 10px 30px;
	height: 115px;
	position: relative;
}
img.sch_logo {
    height: 90px;
    margin: 6px 0px;
}
.header a, .sch_logo{
}
.header a{
	width: 52%;
	max-width: 445px;
}
.header_banner{
    background: url(../images/topbanner.jpg) no-repeat;
    background-size: contain;
    
    
    background-position: 100% 50%;
    height: 100%;
    width: 60%;
    bottom: 0px;
    float: right;
    /* max-width: 380px; */
    position: absolute;
    right: 1vw;
}

img{
	max-width: 100%;
}
.bg_help_Top {
    position: absolute;
    width: 100vw;
    z-index: 199;
    margin-top: 115px;
    left: 0px;
    background-color: rgb(55,155,123);
}
#vcatBrowser{
    height: 42px;
}

.middlefont  #vcatBrowser{
    height: 45px;
}
.bigfont #vcatBrowser{
    height: 48px;
}
#main{
	width: 100%;
	max-width: 1250px;
	margin: 0px auto;
	min-height: 90vh;
	padding: 0px 80px;
	min-width: 768px;
	overflow-x: hidden;
}

/* category */
#catBrowser {
	text-align: center;
	
    width: 100%;
    max-width: 1250px;
    margin: 0px auto;
    padding: 0px 80px;
}

.catBrowser-wrapper{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.catBrowser-wrapper ul{
	white-space: nowrap;
	padding: 0px;
	margin: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.catBrowser-wrapper li{
	display: table-cell;
	height: 100%;
	padding: 7px 0px;
}

.catBrowser-wrapper li a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: inline-table;
	padding-top: 2px;
}

.catBrowser-wrapper li:last-child a {
	border-right: 0px;
}

.catBrowser-item{
	color: #FFF;
	background-color: rgb(55,155,123);
	cursor: pointer;
}

.catBrowser-item.selected{
	color: #FFF;
	background-color: rgb(169,210,59);
	cursor: pointer;
}


.catBrowser-item span,
.catBrowser-items .subNav li a {
}

.catBrowser-item span {
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	margin: 2px 0px;
}

.catBrowser-label:before{
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 26px;
	width: 26px;
}

.catBrowser-items .subNav{
	display: none;
	position: relative;
}
.catBrowser-items .btnGp {
    z-index: 300;
    position: absolute;
    background-color: #FFF;
    box-shadow: 1px 5px 4px RGBA(42, 42, 42, 0.56);
    width: 150%;
    margin-top: 6px;
}
.catBrowser-items .subNav li {
	display: list-item;
	background-color: rgb(55,155,123);
	    /* list-style: disc; */
    /* list-style-position: inside; */
    text-align: left;
    padding: 8px 20px;
	word-wrap: break-word;
	word-spacing: normal;
	word-break: break-all;
	letter-spacing: normal;
}

.catBrowser-wrapper .subNav li a {
	border: 0px;
	width: 100%;
	white-space: initial;
	text-align: left;
}

.catBrowser-wrapper .subNav li:hover {
	background-color: rgb(169,210,59);
}

.catBrowser-wrapper .subNav li:hover {
    color: #FFF;
} 

#container {
    width: 100%;
    position: relative;
    height: auto;
    overflow: auto;
}

.home_page_section {
    margin: 10px 0px;
    display: block;
    /*overflow: hidden;*/
}

.photo-container{
   /* max-height: 442px;
    height: 20vw;
*/
   height: 248px;
}

.home_page_section .sub_sect {
    height: 100%;
    overflow: hidden;
    vertical-align: top;
}
.loginbox{
	width: 100%;
	/* margin: auto; */
}
.sect_1_1 {
   
    display: inline-block;
}

.sect_1_2 {
    display: inline-block;
}


.home_page_list .list_container {
    background-color: #FFF;
    height: 100%;
    margin-left: 2%;
}

.home_page_list .list_topic {
    text-align: center;
    position: relative;
    height: 10%;
    display: table;
    width: 100%;
}

.list_topic_main {
	background-color: rgb(240,240,240);
	vertical-align: middle;
	color: rgb(70,114,81);
	font-weight: bold;
    border-bottom: 2px rgb(162,162,162) solid;
}
.player{
	width: 12vw;
    height: 6.75vw;
}
#player{

    width: 24vw;
    height: 13.5vw;
}
.section_topic {
}

.home_page_list .list_detail li{
	text-align: left;
	padding: 10px 43px;
	/* height: 63px; */
}

.home_page_list .list_detail li:nth-child(odd){
	background-color: #FFFFFF;
}

.home_page_list .list_detail li:nth-child(even){
	background-color: #f1f1f1;
}

.home_page_list .list_detail .list_news_date,
.home_page_list .list_detail p {
	font-size: 15px;
}
.middlefont
.home_page_list .list_detail .list_news_date,
.middlefont
.home_page_list .list_detail p {
	font-size: 17px;
}
.bigfont
.home_page_list .list_detail .list_news_date,
.bigfont
.home_page_list .list_detail p {
	font-size: 19px;
}
.home_page_list .list_detail .list_news_date {
	color: #8E8E8E;
}

.list_news_date div{
	display: inline-block;
}

.list_news_date .viewCount{
	margin-left: 10px; 
}

.read_more{
	position: absolute;
	bottom: 0px;
	right: 13px;
	font-size: 70%;
	height: 100%;
	top: 0px;
}
.read_more a{
	height: 100%
}
.list_detail_container{
	overflow-y: auto;
	height: 90%;
	display: table;
    width: 100%;
}

.viewCount:before{
	content: "\A";
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	height: 12px;
	width: 20px;
	margin-right: 5px;
	margin-left: 10px;
	background-image: url("../images/icon_viewCount.png");
	display: inline-block;
}

/* Photo Sider 1 */
.controlBtnGtp {
	/* position: absolute; */
	bottom: 1.7%;
	right: 0px;
	padding: 0px 14px;
	/* display: flex; */
	display: -ms-flexbox;
	/* display: -webkit-flex; */
	/* display: block; */
	display: inline-block;
	margin: 0px auto;
}

.controlBtnGtp .controlBtnDot {
	border: 4px solid #FFF;
	border-radius: 6px;
	margin: 6px 4px;
	cursor: pointer;
}

#sider1 .photo-container{
	background-color: #000;
}

.photo_sider{
	height: 100%;
	max-width: 540px;
	display: block;
	position: relative;
	background-color: #E5E5E5;
	width: 50vw;
}

.photo-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}img.small_icon {
    width: 22px;
    margin: 10px;
}

.photo_display_area {
	height: 100%;
	display: inline-block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 1.8s;
	overflow: hidden;
}

.photo_disply_area img{
	width: 100%;
	height: auto;
}

.photo_sider .award_photo.photo_display_area .photo {
	display: none;
}

.photo_sider .award_photo.photo_display_area .photo.curr {
	display: block;
}

.photo_sider .photo-container .photo{
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center!important;
	background-repeat: no-repeat !important;
	position: absolute;
	display: none;
	overflow: visible;
}

.photo_sider .photo-container .photo.curr,
.photo_sider .photo-container .photo.next,
.photo_sider .photo-container .photo.prev {
	display: block;
}

.photo_sider .photo-container .photo.next{
	left: 100%;
}
.photo_sider .photo-container .photo.prev{
	left: -100%;
}

.moveLeft .photo,
.moveRight .photo{
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
}

.photo_sider .photo_display_area.moveRight .photo.curr,
.photo_sider .photo_display_area.moveRight .photo.next
{
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.photo_sider .photo_display_area.moveLeft .photo.curr,
.photo_sider .photo_display_area.moveLeft .photo.prev{
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.photo_desc {
	/* position: absolute; */
	/* bottom: 2.5%; */
	padding: 3px 14px;
	display: block;
	display: -ms-flexbox;
	/* display: -webkit-flex; */
	/* left: 2px; */
	text-align: center;
}

.award_photo.photo_display_area {
	min-height: 36vw;
	overflow: visible;
}

#sider1.photo_sider .controlBtnGtp {
	background-color: RGBA(41, 41, 41, 0);
	border-radius: 5px;
	margin-top: 8px;
}

#sider1 .controlBtnGtp .controlBtnDot {
	border: 4px solid rgb(0,52,0);
	border-radius: 8px;
	width: 4px;
	display: inline-block;
}
#sider1 .controlBtnGtp .controlBtnDot.curr {
	border: 4px solid rgb(170,212,66);
}

.arrowControl {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	background-size: 100%!important;
}

.shortcut_btn{
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	color: #FFF;
	width: 100%;
}

.shortcut_btn_container{
	background-size: auto 100%;
	background-position: center;
	height: 115px;
	width: 20%;
	max-height: 115px;
	position: relative;
	display: table;
	padding: 1px;
}

.shortcut_btn_container .btn_content{
	display: table-cell;
	vertical-align: middle;
}

.shortcut_btn_container .btn_content img{
	position: relative;
	width: 100%;
}

.btn_content>div{
	
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	vertical-align: middle;
}

.shortcut_btn .topic_header{
	font-size: 26px;
	font-weight: 700;
	padding-left: 10px;
	max-width: 50%;
	text-align: left;
	line-height: 27px;
}

.topic_icon {
	width: 40%;
	height: 60px;
	position: relative;
	background-position: right !important;
	background-size: auto 100% !important;
}
.shortcut_btn_3 .topic_icon{
	height: 72px;
	margin-top: 12px;
}


.shortcut_btn_1 a{background-color: #EE433C;}
.shortcut_btn_2 a{background-color: #F99F00;}
.shortcut_btn_3 a{background-color: #36C9C2;}
.shortcut_btn_4 a{background-color: #ED5824;}
.shortcut_btn_5 a{background-color: #8DB90A;}

.shortcut_btn_1:before {border-top-color: #FF8080;}
.shortcut_btn_2:before {border-top-color: #FFC261;}
.shortcut_btn_3:before {border-top-color: #8AEDE8;}
.shortcut_btn_4:before {border-top-color: #FF7D5A;}
.shortcut_btn_5:before {border-top-color: #C5EA3F;}

.shortcut_btn_1 .topic_icon{background: url("../images/icon_banner_notice.png") no-repeat;}
.shortcut_btn_2 .topic_icon{background: url("../images/icon_banner_homework.png") no-repeat;}
.shortcut_btn_3 .topic_icon{background: url("../images/icon_banner_intranet.png") no-repeat;}
.shortcut_btn_4 .topic_icon{background: url("../images/icon_banner_plan.png") no-repeat;}
.shortcut_btn_5 .topic_icon{background: url("../images/icon_banner_club.png") no-repeat;}

.list_detail_container.award_photo img{
	width: 100%;
}

.ext_link_btn a{
	padding: 0px 4px;
}
.ext_link_btn img{
	width: 100%;
}

.ext_link_li{
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
  -ms-flex-pack: center;
}

.ext_link_li ul{
	padding: 13px 12px;
}

.ext_link_li li{
	list-style-position: inside;
	padding: 9px;
	color: #006cd8;
}

.ext_link_li a{
  display: inline;
	font-size: 19px;
	text-decoration: underline;
}

.subPage-main {
    height: 100%;
    width: 100%;
    padding: 10px 0px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px;
    background-color: #FFF;
}

.subPage-left-panel {
    /*! max-width: 310px; */
    width: 20%;
    min-width: 180px;
    display: table;
    text-align: center;
    background-color: rgb(241,241,241);
    color: #000;
}

.subPage-right-panel {
    width: 80%;
    overflow: hidden;
    padding: 20px 20px;
    border: 1px solid #d7d7d7;
    margin-left: 9px;
}

.subPage-left-panel ul {
    display: inline-table;
    width: 100%;
    padding: 12px 0px;
}

.subPage-left-panel li {
    list-style-type: none;
}


.subPage-left-panel,
.subPage-right-panel {
	display: table-cell;
	vertical-align: top;
}

.backBtn:hover,
.submit_btn:hover,
.subPage-left-panel li.curr,
.subPage-left-panel li.curr a:before {
 color: rgb(55,155,123);
}
.font_size{

    border-left: 1px #FFF solid;
}
.subPage_menu li a, 
.subPage-left-panel li a {
    padding: 11px 0px;
    display: table;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.subPage-left-panel li a {
	display: flex;
	/* border-left: 10px rgb(50,140,50) solid; */
	border-left: 10px rgb(241,241,241) solid;
}
.subPage-left-panel li.curr a {
    border-left: 10px rgb(55,155,123) solid;
}

.subPage-left-panel li a:before {
	/* content: "• "; */
	font-size: 140%;
	line-height: 90%;
	margin-right: 10px;
	color: #FFF;
}
.subPage-left-panel li:hover a {
	/* border-left: 10px rgb(50,140,50) solid; */
    border-left: 10px rgb(55,155,123) solid;
 color: rgb(55,155,123);
}

.subPage-title {
	border-bottom: 2px solid rgb(55,155,123);
	margin-bottom: 20px;
}

.subPage-title h1 {
	color: rgb(55,155,123);
	font-size: 25px;
}


.tbl_align_left     {text-align: left;}
.tbl_align_center {text-align: center;}
.tbl_align_right   {text-align: right;}

.tbl_align_left_col1 td:nth-child(1) {text-align: left;}
.tbl_align_left_col2 td:nth-child(2) {text-align: left;}
.tbl_align_left_col3 td:nth-child(3) {text-align: left;}
.tbl_align_left_col4 td:nth-child(4) {text-align: left;}
.tbl_align_left_col5 td:nth-child(5) {text-align: left;}
.tbl_align_left_col6 td:nth-child(6) {text-align: left;}
.tbl_align_left_col7 td:nth-child(7) {text-align: left;}

.tbl_align_center_col1 td:nth-child(1) {text-align: center;}
.tbl_align_center_col2 td:nth-child(2) {text-align: center;}
.tbl_align_center_col3 td:nth-child(3) {text-align: center;}
.tbl_align_center_col4 td:nth-child(4) {text-align: center;}
.tbl_align_center_col5 td:nth-child(5) {text-align: center;}
.tbl_align_center_col6 td:nth-child(6) {text-align: center;}
.tbl_align_center_col7 td:nth-child(7) {text-align: center;}

.tbl_align_right_col1 td:nth-child(1) {text-align: right;}
.tbl_align_right_col2 td:nth-child(2) {text-align: right;}
.tbl_align_right_col3 td:nth-child(3) {text-align: right;}
.tbl_align_right_col4 td:nth-child(4) {text-align: right;}
.tbl_align_right_col5 td:nth-child(5) {text-align: right;}
.tbl_align_right_col6 td:nth-child(6) {text-align: right;}
.tbl_align_right_col7 td:nth-child(7) {text-align: right;}

.tbl_equal_width {
	table-layout: fixed;
}

.table_style_1 {
	border-spacing: 4px 0px;
  border-collapse: separate;
}

.table_style_1 td{
	background-color: #f4f4f4;
	padding: 8px 20px;
	text-align: left;
}
.table_style_1 td:first-child{
	color: rgb(55,155,123);
	white-space: nowrap;
	/*text-align: right;*/
	text-align: left;
}

.float_img{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.float_content{
	float: left;
	text-align: center;
}

.width_66_100,
.subPage-content .width_66_100
{
	width: 65%;
	padding: 7px;
}

.width_50_50,
.subPage-content .width_50_50 
{
	width: 49%;
	padding: 7px;
}

.width_33_50 img,
.width_50_50 img,
.subPage-content .width_33_50 img,
.subPage-content .width_50_50 img
{
	width: 100%;
}

.width_33_50 p,
.width_50_50 p,
.subPage-content .width_33_50 p,
.subPage-content .width_50_50 p
{
	font-size: 12px;
}

.width_25_50,
.subPage-content .width_25_50
{
	width: 24%;
	padding: 7px;
}

.width_33_33,
.width_33_50,
.width_33_100,
.subPage-content .width_33_33,
.subPage-content .width_33_50,
.subPage-content .width_33_100 
{
	width: 32%;
	padding: 7px;
}

.tabMenu {
	display: block;
	position: relative;
}

.tabMenu .hscroll_btn{
	display: none;
}

button.tagBtn {
	background-color: transparent;
	border: 0px none;
}

button.tagBtn,
.tabBtn {
	margin: 3px;
	padding: 5px 17px;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
	font-weight: normal;
	/*font-size: 18px;*/
	font-size: 1em;
	display: inline-block;
	line-height: initial;
	background-color: #e85e00;
	/*border-right: 3px solid #ffdb43;*/
	height: 37px;
	vertical-align: middle;
}
.facilityTabBtn
{
	margin:0;
	border-right: 3px solid #ffdb43;
}
.facility .tabMenuContainer {
	width: 100%;
}
.facility_img .fac_img_container p {
    font-size: 35px;
}
.facility_img .fac_img_container p:before{
		display: inline-block;
		content: "\A";
		background: url("../images/icon_cam.png") no-repeat bottom/100%;
		width: 5vw;
		max-width: 50px;
		height: 5vw;
		max-height: 35px;
		margin-right: 1.8vw;
		margin-left: 1.8vw;
		vertical-align: baseline;
	}
.facility .tabBtn {
	text-align: center;
	position: relative;
	padding: 6px 0px;
	width: 20%;
	height: auto;
}

.facility .lv_btn {
	width: 100%;
	height: 100%;
	padding: 5px 0px;
}

.facility .subMenuBtn_container {
	position: relative;
	display: none;
}

.facility .subMenuBtnGp {
	position: absolute;
	display: block;
	width: 100%;
	background-color: #e85e00;
	margin-top: 6px;
	z-index: 300;
}
.facility .subMenuBtn{
  padding: 6px 0px;
}

.facility .subMenuBtn:hover{
	background-color: #bc4c00;
}

.facility_img img{
	width: 100%;
}
.facility_img .fac_img_container {display: none;margin-top: 22px;}
.facility_img .fac_img_container.currFac{display: block;}

.photoGroup button.tagBtn,
.staffGroup button.tagBtn {
	border-right: 0px;
	margin-right: 0px;
	margin: 3px 5px;
}

button.tagBtn:last-child,
.tabBtn:last-child {
	border-right: 0px;
}
button.tagBtn.curr,
.tabBtn.curr {
	color: #FFF;
	background-color: #e85e00;
}

button.tagBtn:not(.curr):hover,
.tabBtn:not(.curr):hover {
}

.tabMenuContainer{
	/*background-color: #e85e00;*/
}

.tabContentContainer {
	padding: 10px;
}

.selectSchDay_Gp, .selectForm_Gp, .selectEachClass_Gp {
	position: relative;
	width: 100%;
	display: table;
}

.selectSchDaySect, .selectClassSect {
    overflow: auto;
}

.selectForm_Gp {
	margin-bottom: 20px;
}

.selectEachClass_Gp {
	display: none;
	overflow: auto;
}

.selectEachClass_Gp.is-selected {
  display: block;	
}

.selectSchDay_btn, .selectForm_btn, .selectClass_btn {
    color: #FFF;
    width: 11.4vw;
    position: relative;
    text-align: center;
    margin: 4px;
    height: 11.2vw;
    float: left;
    display: table;
    max-width: 140px;
    max-height: 130px;
}

.selectSchDay_btn span {
    display: table-cell;
    vertical-align: middle;
}

.selectSchDay_btn.Monday {
	background-color: #c40513;
}

.selectSchDay_btn.Tuesday {
	background-color: #fc8a1a;
}

.selectSchDay_btn.Wednesday {
	background-color: #35c497;
}

.selectSchDay_btn.Thursday {
	background-color: #33567f;
}

.selectSchDay_btn.Friday {
	background-color: #db217e;
}

.selectSchDay_wkDay {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 4px;
}

.selectSchDay_btn.is-active, .selectForm_btn, .selectClass_btn {
    cursor: pointer;
}

.selectForm_btn, .selectClass_btn {
    display: table;
    font-size: 30px;
    width: 10.2vw;
    height: 10.2vw;
    max-width: 120px;
    max-height: 120px;
}

.selectForm_btn {
    background-color: #14ad93;
}

.selectForm_btn.is-selected,
.selectForm_btn:hover{
	background-color: #5ed2be;
}

.selectClass_btn{
	background-color: #ed9700;
}

.selectClass_btn.is-selected,
.selectClass_btn:hover{
	background-color: #ffab50;
}

.selectForm_btn span, .selectClass_btn span {
    display: table-cell;
    vertical-align: middle;
}

.showHW_sect {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.backBtn,
.submit_btn,
.showHW_btn {
    color: #FFF;
    background-color: rgb(55,155,123);
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    display: inherit;
    margin: 0px auto;
    padding: 15px 60px;
}

.showHW_btn span {
    display: table-cell;
    vertical-align: middle;
}

.showHW_result {
    display: none;
}

.staffDetail .loadingImg,
.showHW_result .loadingImg{
    border: none;
    width: 20%;
}

.backBtn,
.submit_btn {
	font-size: 18px;
	padding: 0px 23px;
	height: 38px;
	outline: medium none;
  border: 0px none;
	display: table-cell;
}

.staffGroup, .videoGroup, .photoGroup {
    overflow-y: hidden;
}

.folder {
    max-width: 31%;
    float: left;
    margin: 4px;
    border: 1px solid #cbc9cf;
    background-color: #FFF;
    height: 222px;
    width: 20vw;
}

.folder a {
    width: 100%;
    height: 100%;
    padding: 11px;
    position: relative;
    overflow: hidden;
}

.folder .album_thumbnail {
    width: 100%;
    height: 74%;
    display: block;
    margin-bottom: 12px;
}

.folder .staff_title p, .folder .album_title p {
    color: #353535;
    font-size: 14px;
    line-height: initial;
    margin-bottom: 4px;
}

.staffGroup .folder {
	border: 0px;
	height: 165px;
}

.staffGroup .folder a{
	display: table;
	cursor: initial;
	padding: 2px;
}

.staffGroup .folder .album_thumbnail {
	height: 100%;
	width: 54%;
	display: table-cell;
	vertical-align: top;
}

.staffGroup .staff_title{
	display: table-cell;
	vertical-align: top;
	padding: 0px 8px;
}

.photoGroup .item {
    max-width: 30%;
    float: left;
    margin: 7px;
    height: 160px;
    width: 20vw;
}

.photoGroup .item a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.photoGroup .item .album_thumbnail {
    width: 100%;
    height: 100%;
    display: block;
}

.footer{
	width: 100%;
	margin-top: 10px;
	padding: 16px;
	font-size: 14px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background-color: rgb(55,155,123);
	width: 100%;
	max-width: 1250px;
	margin: 0px auto;
	padding: 16px 80px;
	min-height: 80px;
	vertical-align: middle;
	height: 100%;
}
.middlefont .footer{

	font-size: 16px;
}
.bigfont .footer{

	font-size: 17px;
}
.footer img{

    max-width: 150px;
    width: 15vw;
    margin-right: 3vw;
}
.bg_help_bottom{height: 6vh;/* position: absolute; */width: 100vw;z-index: -10;/* margin-top: -79px; */left: 0px;background-color: rgb(55,155,123);bottom: 0px;/* position: fixed; */z-index: 100;min-height:      80px;}

.footer .content {
    display: table;
    width: 100%;
    vertical-align: middle;
    margin: auto;
}

.footer .content > div {
      display: inline-flex;
    display: -ms-inline-flexbox;
    display: table-cell;
    /* white-space: nowrap; */
    /* padding: 2px 11px; */
    /* text-align: center; */
    vertical-align: middle;
    color: white;
}
.footer .content > div:nth-child(1){
width: 40%
}
.footer .content > div:nth-child(2){
width: 60%;

    text-align: right;
}
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 600;
}

/* Inner */
.popup-inner {
	/*! max-width:700px; */
	width:auto;
	padding:9px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#FFF;
}

.popup-loading {
	background: url("../images/loading_spinner.gif") no-repeat;
	background-size: 100% 100%;
	
	width: 80px;
	height: 80px;
}

.popup-inner img{
	border: 0px;
	display: block;
	width: auto;
	height: auto;
	max-height: 80vh;
	max-width: 80vw;
}

.popup-content p {
	margin: 10px;
}


.popup-inner.center_text p{
	font-size: 5vw;
}

.popup-inner .popupChgImgBtn {
	position: absolute;
	top: 50%;
	cursor: pointer;
	height: 7%;
	width: 5%;
	min-width: 30px;
	min-height: 27px;
}

.popup-inner .prevImgBtn {
	background: url("../images/arrow_left_w.gif") no-repeat;
	background-size: auto 100%;
	background-position: left;
	left: -4.2vw;
}

.popup-inner .nextImgBtn {
	background: url("../images/arrow_right_w.gif") no-repeat;
	background-size: auto 100%;
	background-position: right;
	right: -4.2vw;
}

.popup-inner .playSlideShowBtn{
	background: url("../images/icon_playBtn.png") no-repeat;
	background-size: auto 100%;
	height: 4vw;
	width: 4vw;
	position: absolute;
	cursor: pointer;
	left: 48%;
	top: 102%;
}
.popup-inner .playSlideShowBtn.playing{
	background: url("../images/icon_pauseBtn.png") no-repeat;
	background-size: auto 100%;
}

.popup-inner .preLoadImg{
	display:none;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgb(0, 0, 0);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#FFF;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgb(0, 0, 0);
	text-decoration:none;
}

.numNavGp {
	position: relative;
	height: 30px;
	margin-top: 7px;
}

.numNav {
	display: block;
	right: 10px;
	position: absolute;
}

.numNav ul {
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
}

.numNav li {
	cursor: pointer;
	padding: 0px 6px;
	list-style: none;
}
.numNav li::before {
	display: none;
}
.numNav li.curr {
	color: #e85e00;
}
.numNav li:hover {
	color: #70c1f5;
}

.contact_us {
    width: 70%;
}

.input {
    position: relative;
    display: block;
}

.subPage-content input {
    height: 36px;
    display: block;
}

.subPage-content input, .subPage-content textarea {
    border: 3px solid #e5e5e5;
    outline: none;
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0;
    color: #404040;
    margin: 8px 0px;
}

.subPage-content li a{
	display: inline-block;
	margin: 0px 15px;
}
.subPage-content img
{
	width: 100%;
}
.subPage-content img:after
{
	clear: both;
}
.subPage-content table 
{
	width: 100%;
}
.is-hide {
	display: none;
}

.mobile-only {
	display: none;
}
@media screen and (max-width: 1200px) {
	#main {
		padding: 0px 2vw;
	}
	/* category */
	.catBrowser-item span {
	/* font-size: 1.7vw;*/
	}
	.catBrowser-label:before{
		height: 2.4vw;
		width: 2.4vw;
		margin-right: 8px;
	}
	.catBrowser-wrapper li{
		padding:10px 0px;
	}
	
	#container .home_page_section:nth-child(1) {
    max-height: 100%;
    height: 39vw;
  }
	
	.shortcut_btn_container{
		height: 9.9vw;
		max-width: 100%;
		max-height: 100%;
	}
	
	.shortcut_btn .topic_header{
		font-size: 2.3vw;
		line-height: 2.5vw;
	}
	.topic_icon {
			height: 5vw;
	}
	.shortcut_btn_3 .topic_icon {
			height: 6.5vw;
			margin-top: 1vw;
	}
	.shortcut_btn_container:before {
		border-left-width: 3vw;
		border-top-width: 3vw;
	}
	.folder {
    margin: 0.3vw;
    height: 19vw;
    width: 22vw;
    max-width: 32%;
    opacity: 1;
  }
	.folder a {
    padding: 11px;
  }
	.folder .staff_title p {
    font-size: 1.2vw;
    margin-bottom: 0.1vw;
  }
	.folder .album_title p {
    font-size: 1.4vw;
    margin-bottom: 0.1vw;
  }
	.folder .album_thumbnail {
    margin-bottom: 0.6vw;
  }
	
}


			.loginbox td{
				padding: 5px;
    vertical-align: top;
    text-align: center;
			}
		
			button#loginbtn{
				    color: #fff;
				    background-color: #73a538;
				    height: 47px;
				    font-size: 19px;
				    border: 0px;
			}
			#Registerbtn{
				margin-top: 15px;
			    width: 100%;
			    background-color: rgb(100,166,248);
			    height: 47px;
			    font-size: 19px;
			    color: #fff;
			    font-weight: 400;
			    text-align: center;
			    line-height: 47px;
    display: block;
    text-decoration: none;
			}
			a.box_lang{
				width: 30px;
			    height: 30px;
			    display: inline-block;
			    line-height: 30px;
			    text-align: center;
			    background-color: rgb(134,134,134);
			    color: #fff;
			    text-decoration: none;
			}
			.SumoSelect{

     		 width: 100%;   
			}
			a.box_lang.selected {
			    background-color: #ff7212;
			    /* padding: 5px; */
			    
			}
			.SelectClass{

				background-color: #ff7212;
				width: 100%;
				margin-top: 20px;
			}
			.SumoSelect.sumo_District,.inputVal,
			.SumoSelect.sumo_School {
		    width: 100%;
    text-align: left;
		} 
			.input_bg{
				width:600px;
			    margin: 0px auto;
			    background-color: #fff;
   				min-height: 100%;

			}
			.lang_part {
			    text-align: right;
			    padding-top: 30px;
			    padding-right: 30px;
			}
			.search-txt,.CaptionCont.SelectBox.search{

    			background-color: #ff7212;
    			color:#fff;
    			border: 0px
			}
			.search-txt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
				color: #fff;
				opacity: 1; /* Firefox */
			}
			.SumoSelect > .CaptionCont > span {
			    padding-left: 15px;
			}
			.inputVal {
			   
    height: 37px;
    /* padding-left: 15px; */
    /* padding-right: 105px; */
    font-size: 16px;
    text-indent: 15px;
}
			span.circleBtn {
			    width: 20px;
			    height: 20px;
			    display: inline-block;
			    background: rgb(127,127,127);
			    line-height: 20px;
			    vertical-align: middle;
			    border-radius: 20px;
			    margin-right: 10px
			}
			.vhmiddle{
				display: table-cell;
				vertical-align: middle;
				text-align: center;width: 20px
			}
			i.fa.fa-question {
	    color: #fff;
	    font-size: 15px;
	}
			html{

   			 height: 100%;
			}

div#news {
    max-width: 540px;
    width: 50vw;
    background-color: rgb(77,151,122);
    margin-right: 1vw;
}
div#whatisflip , div#newvideo{
    max-width: 525px;
    width: 39vw;
    /* max-width: 10px; */
    margin-bottom: 10px;
}
div#whatisflip >div, div#newvideo >div{
width: 100%;
    text-align: center;
    background-color: #F1F1F1;
}
form.loginboxform {
    width: 40vw;
    max-width: 520px;
    margin: 0px auto;
}.photobar {
    background-color: #f1f1f1;
    width: 100%;
    height: 67px;
    text-align: center;
}
span.font_size_item {
    width: 24px;
    background-color: rgb(247,109,11);
    height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

span.font_size_item.font_size_small {
       font-size: 16px;
     
}

span.font_size_item.font_size_middle {
    font-size: 18px;
}

span.font_size_item.font_size_big {
    font-size: 20px;
}


.font_size_item.font_size_big >span {
    margin: 0px;
}

span.font_size_item.font_size_middle span {}

span.font_size_item.font_size_small span {
    margin-top: 4px;
}
@media screen and (max-width: 1000px) {


	#sider1 .controlBtnGtp .controlBtnDot {
			border-radius: 16px;
			border: 0.9vw solid rgb(0,52,0);
			margin: 0.4vw 4px;
	}
	#sider1 .controlBtnGtp .controlBtnDot.curr {
		border: 0.9vw solid rgb(170,212,66);
	}
	.selectSchDay_wkDay {
			font-size: 2.5vw;
	}
	.selectForm_btn, .selectClass_btn {
    font-size: 3vw;
  }
	.showHW_btn {
    font-size: 2.2vw;
  }
	
	.folder .staff_title p {
    font-size: 1.4vw;
    margin-bottom: 0.1vw;
  }
}
