@charset "UTF-8";

body {
    font-family: "微軟正黑體", "Alef Hebrew", "Noto Sans TC", "cwTeXHei", "Arial", "新細明體", sans-serif;
}

img {
	max-width: 100%;
}

img.member_photo {
    width: 100px;
    max-width: none;
}
table {
    width: 100% !important;
}
table th {
    white-space: nowrap;
}
table th.name {
    width: 100px;
}
.table > thead > tr > td {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.table > tfoot > tr > td {
    border-color: transparent;
}
.page-header {
    margin-top: 10px;
    font-size: 24px;
}

.table.active_table>tbody>tr.active>th {
    background-color: #2472AD;
    color: #fff;
}
.table-striped.active_table>tbody>tr:nth-of-type(even) {
    background-color: #F5F5F5;
}
.table-striped.active_table>tbody>tr:nth-of-type(odd) {
    background-color: #E0EAF3;
}

.mt_0 {
    margin-top: 0;
}
.pt_20 {
	padding-top: 20px;
}
.pt_40 {
	padding-top: 40px;
}
.pb_40 {
	padding-bottom: 40px;
}

.mb_0 {
	margin-bottom: 0;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mt_20 {
    margin-top: 20px;
}

.inline-block {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.va_top {
	vertical-align: top;
}

.dp_table {
	display: table;
	width: 100%;
}
.dp_table > span {
	display: table-cell;
	float: none;
}

.fc-event .fc-bg {
    border: 1px solid;
}

header {
	/*height: 700px;
	background: url(../images/slides/slide_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
	position: relative;
	z-index: 999;
}

.gray_light {
	background-color: #e4e4e4;
}
.gray_dark {
	background-color: #dedede;
}

.section_title {
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
}
.section_title.white {
	color: #fff;
}
.tab-content>.tab-pane {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ==============================
   Page loader
   ============================== */

.page-loader{
    display:block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;    
}

.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
  
    z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*header*/
.header_top	{
	background-color: #216393;
	background-image: url(../images/header_bg.png);
	border-bottom: 7px solid #3170a0;
	padding: 10px 0;
	position: relative;
	z-index: 999;
}
.header_bottom {
	background-color: #184d70;
	background-image: url(../images/header_bg_2.png);
	position: relative;
	z-index: 99;
}
.logo {
	display: inline-block;
}
.logo img {
	margin-bottom: -30px;
}
.header_right {
	float: right;
	margin-top: 20px;
}
.header_right ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}
.header_right ul li {
	float: left;
	border-right: 1px solid #fff;
}
.header_right ul li:last-child {
	border-right: none;
}
.header_right ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
	line-height: 1em;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header_right ul li a:hover,
.header_right ul li a:focus {
	color: #f3ad00;
}
#search {
	float: right;
	width: 215px;
	padding-right: 15px;
}
#s {
	background-color: #034473;
	color: #fff;
	border: none;
	height: 26px;
	font-size: 12px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}
#s::-webkit-input-placeholder {
	color: #fff;
}
#s:-moz-placeholder {
	color: #fff;
}
#s::-moz-placeholder {
	color: #fff;
}
#s:-ms-input-placeholder {
	color: #fff;
}
.search_btn {
	background-color: #5e9fce;
	color: #fff;
	border: none;
	padding: 3px 16px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomright: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search_btn:hover,
.search_btn:focus {
	color: #fff;
	background-color: #f3ad00;
}


/*nav*/
.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}
.navbar-nav {
	width: 100%;
	padding-left: 90px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 15px 10px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #f3ad00;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #f3ad00;
}
.nav_tw {
	display: block;
	font-size: 16px;
}
.nav_en {
	display: block;
	color: #a3d8fb;
	font-size : 10px;
	-webkit-transform : scale(0.83);
	-o-transform : scale(1);
}
.navbar-nav li .dropdown-menu {
    width: 200px;
    background-color: rgba(255, 255, 255, .9);
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0;
    border: none;
    border-bottom: 5px solid #316515;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.38) !important;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.38) !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-nav > li:nth-last-child(1) > .dropdown-menu,
.navbar-nav > li:nth-last-child(2) > .dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #636161;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: normal;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #f3ad00;
    border-color: #316515;
}




.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1274ad;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #1274ad;
}
.navbar-toggle.collapsed .icon-bar {
    background-color: #98978b;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #605f54;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #316515;
    padding-left: 18px;
    padding-right: 12px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > a > i {
    line-height: 22px;
    font-size: 16px;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}
.navbar-nav > li:nth-last-child(1) > .dropdown-menu .dropdown-menu,
.navbar-nav > li:nth-last-child(2) > .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-submenu.open > a.dropdown-toggle {
    color: #fff;
    background-color: #316515;
    padding-left: 18px;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}




/*index_slider*/
.index_slider {
	position: relative;
}
.slide_control {
	position: absolute;
	bottom: -50px;
	right: 40px;
	display: inline-block;
	z-index: 9999;
	color: #3b4353;
	border: 2px solid #3b4353;
	padding: 5px;
	font-weight: bold;
	background-color: #e4e4e4;
}
.slide_control .open_btn {
	display: none;
}
.index_slider.slide_close {
	height: 110px;
	background-color: #e4e4e4;
}
.index_slider.slide_close .close_btn {
	display: none;
}
.index_slider.slide_close .open_btn {
	display: block;
}
.index_slider.slide_close #wowslider-container1 {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}
.slide_control:hover,
.slide_control:focus {
    text-decoration: none;
}
#wowslider-container1 {
    height: auto;
    width: 100%;
    max-width: none;
    border: none;
}
/* #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
} */
#wowslider-container1 a.ws_next {
    right: 1.00%;
}
#wowslider-container1 a.ws_prev {
    left: 1.00%;
}
#wowslider-container1 .ws-title-wrapper {
    position: absolute;
    bottom: 230px;
    width: 100%;
}
#wowslider-container1 .ws-title {
    left: 0;
    bottom: 100px;
    margin-right: 0;
    max-width: 100%;
}
#wowslider-container1 .ws-title span {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    opacity: 1;
    font-size: 30px;
    letter-spacing: 0.2em;
    border-radius: 0;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 0.4em;
    transform: none !important;
}
#wowslider-container1 .ws-title div {
    display: inline-block;
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    padding: 0;
    transform: none !important;
}
#wowslider-container1 .ws-title div a {
    color: #fff;
    background-color: #2a88c5;
    font-size: 16px;
    padding: 0.8em 4em;
    letter-spacing: 0.1em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#wowslider-container1 .ws-title div a:hover {
    background-color: #216c9e;
}
#wowslider-container1 .ws-title div a i {
    margin-left: 5px;
}
#wowslider-container1 .ws_images {
    border: none;
}
#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img {
    margin-top: 0 !important;
}


/*news tab*/
.news_section {
	position: relative;
	z-index: 99;
}
.news_tab {
	margin-top: -70px;
}
.news_tab .tab-content {
	background-color: #fff;
}
.news_tab .nav-tabs {
	border-bottom: none;
}
.news_tab .nav-tabs>li {
	margin-bottom: 0px;
	width: 20%;
	display: table;
}
.news_tab .nav-tabs>li>a {
	border-radius: 0;
	margin-right: 0;
	border: none;
	border-right: 1px solid #5c6775;
	background-color: rgba(57,66,82,.95);
	color: #fff;
	padding: 10px 5px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news_tab .nav-tabs>li:last-child>a {
	border-right: none !important;
}
.news_tab .nav>li>a:focus,
.news_tab .nav>li>a:hover {
	background-color: #2a88c5;
}
.news_tab .nav-tabs>li.active>a,
.news_tab .nav-tabs>li.active>a:focus,
.news_tab .nav-tabs>li.active>a:hover {
	border: none;
	border-right: 1px solid #5c6775;
	background-color: rgba(255,255,255,.95);
	color: #000;
}
.news_tab .tab-content>.tab-pane {
	padding: 20px 5%;
}
.news_list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.news_list > li {
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0 10px 25px;
	background-repeat: no-repeat;
	background-position: left 14px;
	margin-bottom: 5px;
}
.news_list > li:last-child {
	border-bottom: none;
}
.news_list > li:nth-child(2n+1) {
	background-image: url(../images/list_style_01.jpg);
}
.news_list > li:nth-child(2n) {
	background-image: url(../images/list_style_02.jpg);
}
.news_list > li a {
	color: #000;
	/*-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}
.news_list > li a:hover,
.news_list > li a:focus {
	color: #337ab7;
}
/*.news_list > li a:visited {
	color: #999;
}*/
.news_date {
	display: block;
	color: #808080;
	font-size: 12px;
}


/*shortcut*/
#shortcut {
	margin-bottom: 30px;
	width: 100%;
}
#shortcut.bf ul.items li {
	width: 25%;
}
#shortcut.bf ul.items li img {
	width: 100%;
}
#shortcut.bf ul.items li .pic {
	position: relative;
}
.shortcut_plus {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.shortcut_plus:hover {
	border-right: 15px solid #dddd00;
	border-bottom: 15px solid #dddd00;
}
.shortcut_plus .fa-plus {
	position: absolute;
	display: block;
	right: -10px;
	bottom: -12px;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.items li:nth-child(1) .shortcut_plus .fa-plus {
	color: #7ca2de;
}
.items li:nth-child(2) .shortcut_plus .fa-plus {
	color: #2a88c5;
}
.items li:nth-child(3) .shortcut_plus .fa-plus {
	color: #48b9b7;
}
.items li:nth-child(4) .shortcut_plus .fa-plus {
	color: #837aba;
}
.items li:nth-child(5) .shortcut_plus .fa-plus {
	color: #df72a2;
}
.items li:nth-child(6) .shortcut_plus .fa-plus {
	color: #4cacd9;
}
.items li:nth-child(7) .shortcut_plus .fa-plus {
	color: #be67c3;
}
.items li:nth-child(8) .shortcut_plus .fa-plus {
	color: #dd6d83;
}
.shortcut_text {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	z-index: 98;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.shortcut_text p {
	/*display: none;*/
	color: #fff;
	padding: 20px;
	text-decoration: none;
}
li.un-scale.open .shortcut_plus {
	/*border-color: transparent;*/
	/*border-width: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);*/
}
li.un-scale.open .shortcut_plus .fa-plus {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
li.un-scale.open .shortcut_text {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	opacity: 1;
}
.shortcut_btn {
	text-align: center;
}
.shortcut_btn a {
	display: inline-block;
	width: 30%;
	color: #fff;
	padding: 15px 40px;
	margin-right: 5%;
	margin-bottom: 10px;
	font-size: 20px;
	position: relative;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.shortcut_btn a:last-child {
	margin-right: 0;
}
.shortcut_btn a:hover,
.shortcut_btn a:focus {
	text-decoration: none;
}
.shortcut_btn a i {
	position: absolute;
	right: 15px;
	font-size: 28px;
}
.shortcut_res {
	background-color: #b17ab9;
}
.shortcut_res:hover {
	background-color: #996aa1;
}
.shortcut_down {
	background-color: #dca86d;
}
.shortcut_down:hover {
	background-color: #c29561;
}


/*topic zone*/
.topic_tab .nav-tabs > li {
	width: 49%;
	margin-right: 2%;
	position: relative;
}
.topic_tab .nav-tabs > li.active a:nth-child(1):after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5.5px;
	border-top: 11px solid;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.topic_tab .nav-tabs > li:nth-child(1).active a:nth-child(1):after {
	border-top-color: #7b73de;
}
.topic_tab .nav-tabs > li:nth-child(2).active a:nth-child(1):after {
	border-top-color: #378a5e;
}
.topic_tab .nav-tabs > li:last-child {
	margin-right: 0;
}
.topic_tab .nav-tabs > li > a {
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 23.5px 20px;
	border-radius: 6px 0 0 0;
	position: static;
	float: left;
	width: calc(100% - 87px);
	margin-right: 0;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.topic_tab .nav-tabs > li:nth-child(1) > a {
	background-color: #7b73de;
}
.topic_tab .nav-tabs > li:nth-child(2) > a {
	background-color: #378a5e;
}
.topic_tab .nav-tabs>li.active>a,
.topic_tab .nav-tabs>li.active>a:focus,
.topic_tab .nav-tabs>li.active>a:hover {
	border: none;
	color: #fff;
}
.topic_tab .nav-tabs > li > a.tab_more {
	width: 86px;
	top: 0;
	border-radius: 0 6px 0 0;
	text-align: center;
	padding: 23.5px 15px;
	margin-left: 1px;
	cursor: pointer;
	font-weight: lighter;
}
.topic_tab .nav-tabs > li:nth-child(1) > a:hover {
	background-color: #5e59ab;
}
.topic_tab .nav-tabs > li:nth-child(1).active a:nth-child(1):hover:after {
	border-top-color: #5e59ab;
}
.topic_tab .nav-tabs > li:nth-child(2) > a:hover {
	background-color: #2d704c;
}
.topic_tab .nav-tabs > li:nth-child(2).active a:nth-child(1):hover:after {
	border-top-color: #2d704c;
}
.topic_tab .tab-content>.tab-pane {
	padding: 20px;
}
.topic_tab .row {
	margin-left: -10px;
	margin-right: -10px;
}
.topic_tab .row > div {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.topic_box {
	/*background-color: #000;*/
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.topic_box > a {
	display: block;
	padding-top: 49%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	/*-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	/*-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);*/
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.topic_box > a:hover {
	text-decoration: none;
	/*-moz-box-shadow: 3px 9px 15px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 3px 9px 15px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 3px 9px 15px rgba(0, 0, 0, 0.349019607843137);*/
	/*opacity: 0.7;*/
}
.topic_box > a:hover .topic_overlay {
	background-color: #000;
}
.topic_box > a:hover .topic_img span {
	/*opacity: 0.7;*/
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.topic_box > a img {
	width: 100%;
}
.topic_img {
	position: absolute;
	top: 50%;
	margin-top: calc((-500px - 80px)/2);
	display: table;
	width: 100%;
	height: 500px;
	/*background-color: #000;*/
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.topic_img span {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.topic_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	padding-top: 49%;
	background-color: transparent;
	opacity: 0.3;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*.topic_img img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}*/
.topic_text {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 16px;
	padding: 10px 40px 10px 15px;
	height: 80px;
	overflow: hidden;
	background-color: #d8d8d8;
	color: #373737;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.topic_tab .row > div:nth-child(6n+1) .topic_text,
.topic_tab .row > div:nth-child(6n+2) .topic_text,
.topic_tab .row > div:nth-child(6n+3) .topic_text {
	background-color: #494949;
	color: #fff;
}
.arrow_icon {
	position: absolute;
	right: -70px;
	bottom: -14px;
	width: 70px;
	height: 70px;
	line-height: 64px;
	border-radius: 100%;
	border: 6px solid rgba(255,255,255,.3);
	color: rgba(255,255,255,.3);
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.arrow_icon i {
	font-size: 30px;
}
.topic_box > a:hover .arrow_icon {
	opacity: 1;
	right: -14px;
}
.topic_tab .read_more {
	display: block;
	background-color: #524e97;
	color: #fff;
	padding: 15px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.topic_tab .read_more:hover,
.topic_tab .read_more:focus {
	text-decoration: none;
	background-color: #413e78;
}


/*student*/
.student {
	background-color: #8cb1da;
}
.img_box {
	float: left;
	width: 25%;
}
.img_box.x2 {
	width: 50%;
}
.img_box a {
	display: block;
	padding-top: 72%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.img_box a:hover {
	text-decoration: none;
}
.img_box img {
	width: 100%;
}
.img_box .img_table {
	position: absolute;
	top: 50%;
	margin-top: -250px;
	display: table;
	width: 100%;
	height: 500px;
	background-color: #000;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.img_box .img_table span {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.img_box a:hover .img_table span {
	opacity: 0.7
}

.img_box .img_text {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 33%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 33%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.img_box.x2 .img_text {
	font-size: 24px;
	padding: 4%;
}
.student_link {
	display: block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	padding: 20px 0;
	background-color: #5d4f72;
}
.student_link li {
	float: left;
	width: 20%;
	height: 40px;
	display: table;
	border-right: 1px solid #392e49;
	border-left: 1px solid #6f6381;
}
.student_link li:first-child {
	border-left: none;
}
.student_link li:last-child {
	border-right: none;
}
.student_link li a {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
}


/* portfolio-item */
.portfolio {
    margin-left: -10px;
    margin-right: -10px;
}
.portfolio-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.portfolio_link {
    display: block;
    position: relative;
    padding-top: 61.8%;
    overflow: hidden;
}
.portfolio_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	background-position: center;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.portfolio_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9;
}
.portfolio_link:hover .portfolio_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.portfolio_link:hover .portfolio_overlay {
    background-color: rgba(0,0,0,.3);
}
.portfolio_text {
    margin-top: 10px;
    height: 6em;
    overflow-y: auto;
}
.portfolio-item h3 {
    font-size: 16px;
    margin-top: 0px;
}



/*quick link*/
.quick_link {
	background: url(../images/slides/slide_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.gallery_slider {
    margin: 0 40px;
}
.gallery_slider.thumb {
    width: 100%;
    padding: 30px;
    margin: 0;
    /*background-color: rgba(26,33,47,.2);*/
}
.gallery_slider .owl-carousel .owl-item .item {
    position: relative;
    height: 100%;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
}
.gallery_slider .owl-carousel .owl-item a {
	display: block;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.gallery_slider .owl-carousel .owl-item a:hover {
	text-decoration: none;
}
/*.gallery_slider .owl-carousel .owl-item a .slider_img {
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}*/
/*.gallery_slider .owl-carousel .owl-item a:hover .slider_img {
	opacity: 0.7;
}*/
.gallery_slider .owl-theme .owl-nav [class*=owl-] {
    overflow: hidden;
    text-indent: 9999px;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery_slider .owl-nav > div {
	position: absolute;
	top: 50%;
	left: -50px;
    width: 30px;
    height: 70px;
    opacity: 0.5;
    margin-top: -35px !important;
}
.gallery_slider .owl-nav > div:hover {
	opacity: 1;
}
.gallery_slider .owl-nav > div.owl-next {
    left: auto;
    right: -50px;
}
.gallery_slider .owl-nav > div:before {
	content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    top: 50%;
    margin-top: -15px;
    -moz-transform: rotate(-52deg) skewX(-15deg);
    -webkit-transform: rotate(-52deg) skewX(-15deg);
    -o-transform: rotate(-52deg) skewX(-15deg);
    -ms-transform: rotate(-52deg) skewX(-15deg);
    transform: rotate(-52deg) skewX(-15deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery_slider .owl-nav > div.owl-prev:before {
    left: 8px;
    border-top-color: #fff;
    border-left-color: #fff;
}
.gallery_slider .owl-nav > div.owl-next:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
    right: 8px;
}
.gallery_slider .owl-theme .owl-nav {
    position: static;
    margin-top: 3.5px;
}
.gallery_slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
}
.gallery_slider .owl-theme .owl-dots .owl-dot:before {
    display: none;
}
.gallery_slider .owl-theme .owl-dots .owl-dot:last-child:after {
    display: none;
}
.gallery_slider .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background-color: transparent;
    border: 2px solid rgba(255,255,255, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery_slider .owl-theme .owl-dots .owl-dot.active span,
.gallery_slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #b38f45;
    border-color: #b38f45;
}
.gallery_slider .owl-carousel .owl-item img {
	display: inline-block;
	width: 100%;
}
.gallery_slider .slider_img {
	position: absolute;
	top: 50%;
	margin-top: calc((-40px - 500px)/2);
	display: table;
	width: 100%;
	height: 500px;
	background-color: #000;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery_slider .slider_img span {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery_slider a:hover .slider_img span {
	opacity: 0.7
}
/*.gallery_slider .slider_img {
    display: block;
    width: 100%;
    padding-top: 53%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery_slider .slider_img:hover {
    border-color: #fff;
}*/
.gallery_slider .slider_text {
	display: block;
	width: 100%;
	border-left: 10px solid #dd6d83;
	background-color: #5d4f72;
	color: #fff;
	text-align: left;
	padding: 10px 15px;
	position: relative;
	z-index: 9;
}


/*footer*/
footer {
	color: rgba(255,255,255,.9);;
}
footer a {
	color: rgba(255,255,255,.9);
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer a:hover,
footer a:focus {
	color: #f3ad00;
}
.footer	{
	background-color: #1e2124;
}
.footer_menu {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #414141;
	position: relative;
}
.footer_menu ul {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 50px;
}
.footer_menu ul li {
	display: inline-block;
	padding: 0 25px;
	background-image: url(../images/list_style_03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.footer_menu ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}
.totop {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #767779;
	position: absolute;
	right: 0;
	bottom: 50%;
	margin-bottom: -20px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 0;
}
.totop:hover,
.totop:focus {
	text-decoration: none;
}
.totop i {
	font-size: 24px;
	line-height: 12px;
}

.footer_menu_list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer_menu_list > li {
	float: left;
	width: 12.5%;
	padding-left: 15px;
}
.footer_menu_list > li > span {
	display: inline-block;
	font-size: 16px;
	margin: 15px 0 10px;
}
.footer_submenu {
	display: block;
	list-style: none;
	padding-left: 5px;
	margin-bottom: 10px;
}
.footer_submenu > li {
	text-align: left;
}
.footer_submenu > li > a {
	font-size: 12px;
}

.address {
	padding-bottom: 15px;
	border-bottom: 1px solid #414141;
	margin-bottom: 20px;
}
.address h4 {
	font-size: 16px;
	padding-left: 15px;
}
.address p {
	margin-bottom: 5px;
	padding-left: 15px;
}
.admin {
	margin-bottom: 20px;
	padding-left: 15px;
}

.footer_right {
	float: right;
	margin: 10px 0 30px;
	border-left: 1px solid #414141;
}
.footer_logo {
	display: inline-block;
}
.social {
	margin-top: 20px;
	margin-left: 10px;
}
.social a {
	display: inline-block;
	/* float: left; */
	width: 30px;
	height: 30px;
	margin-left: 5px;
	overflow: hidden;
}
.social a:first-child {
    margin-left: 0;
}
.social a img {
	display: block;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social a img:nth-child(2) {
	opacity: 0.6;
}
.social a:hover img:first-child {
	margin-top: -30px;
}

.copyright {
	background-color: #000;
	padding: 20px 0 10px;
}


/*side_menu*/
.side_menu h2 {
	font-size: 24px;
	font-weight: bold;
}
.side_menu .panel {
    /* background-color: rgba(255, 255, 255, .5); */
    background-color: rgba(242, 242, 242, 1);
    border: none;
    -webkit-box-shadow: noen;
    box-shadow: noen;
}
.side_menu .panel-default > .panel-heading {
    background-color: rgba(33, 150, 243, 1);
    padding: 0;
}
.side_menu .panel .panel-heading,
.side_menu .panel .panel-title {
    font-size: 14px;
    position: relative;
}
.side_menu .panel-title > a:hover,
.side_menu .panel-title > a:focus {
    text-decoration: none;
   /*  color: #1d1c13;
   background-color: #ddd; */
}
.side_menu ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
    /* list-style-image: url(../images/icon_hole.png); */
}
.side_menu ul li {
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.side_menu ul li a {
    color: #444;
    display: block;
    line-height: 1.1em;
    padding: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.side_menu ul li a:hover,
.side_menu ul li a:focus {
    background-color: #ddd;
    text-decoration: none;
}
.side_menu ul li.current > a {
    background-color: rgba(87, 195, 234, 1);
    color: #fff;
}
/* .side_menu li:hover {
    list-style-image: url(../images/icon_hammer.png);
} */
.side_menu .panel-group .panel,
.side_menu .panel-group .panel + .panel {
    margin-top: 0;
    border-radius: 0;
    border-top: none;
}
/* .side_menu .panel-group .panel:first-child {
    border-top: 1px solid #dfd7ca;
} */
.side_menu .panel-title > a {
    display: block;
    color: #fff;
    font-weight: bold;
	padding: 15px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.side_menu .panel-title > a[data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.side_menu .panel-title > a[data-toggle="collapse"][aria-expanded="true"]:after {
    /* content: "\f0d8"; */
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.side_menu .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0;
}
/* .has_sub > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    float: right;
} */
.side_menu ul li.has_sub > a {
    position: relative;
    padding-right: 40px;
}
.has_sub > a > i {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 40px;
    line-height: 45px;
    text-align: center;
}

.panel.current .panel-title > a {
    color: #fff;
    background-color: rgba(87, 195, 234, 1);
}
/* .has_sub.active > a:after {
    content: "\f0d8";
} */
.side_menu ul li.has_sub {
    overflow: hidden;
    position: relative;
}
.has_sub > .sub_menu2 {
    /* height: 0; */
    position: absolute;
    width: 100%;
    background-color: rgba(255, 244, 224, 1);
    /* -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; */
}
.has_sub.active > .sub_menu2 {
    margin-bottom: 0 !important;
    position: static;
   /* height: auto; */
}
.side_menu ul.sub_menu2 li a {
    color: #a1a1a1;
}
.side_menu ul.sub_menu2 li a:hover,
.side_menu ul.sub_menu2 li a:focus {
    color: rgb(32, 160, 228);
    background-color: transparent;
}
.side_menu ul.sub_menu2 li.current a {
    color: rgb(32, 160, 228);
    background-color: transparent;
}
.side_title_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 41px;
    padding: 15px;
    z-index: 99;
}
.location {
	margin-top: 20px;
}

/*.tab-content .row {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #eee;
}
.tab-content .row > div {
    padding-left: 0;
    padding-right: 0;
}
.tab-content .row a {
    display: block;
}
.post_title {
    float: right;
}
.post_title a {
    color: #333;
}
.post_title a:hover {
    text-decoration: none;
    color: #3b881a;
}*/
.modal-lg {
    width: 90% !important;
}


/*tree*/
.sitemap {
    float: left
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}


/*photo*/
.photo_box {
	width: 100%;
	padding-top: 128.57%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.photo_caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	/* background-color: rgba(102, 187, 106, 1); */
	background-color: #184D70;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    text-align: center;
    padding: 8px 15px 62px;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
}
.photo_box:hover .photo_caption {
	top: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.photo_caption .photo_text {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.photo_caption .photo_name {
	font-size: 18px;
	margin-bottom: 0px;
}
.photo_title {
	margin-bottom: 20px;
}
.photo_caption p {
	font-size: 14px;
	letter-spacing: 0.2em;
}
.photo_caption a {
    text-decoration: underline;
    font-size: 16px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.photo_contact {
    position: absolute;
	bottom: 15px;
	left: 20px;
}
.photo_more {
    position: absolute;
    bottom: 15px;
	right: 20px;
}
.photo_caption a:hover {
	color: #f3ad00;
	text-decoration: none;
}

.teacher_detail p {
	font-size: 16px;
	line-height: 1.6em;
}
.teacher_detail a {
	color: #2196F3;
	display: inline-block;
}
.teacher_detail a:hover {
	color: rgba(87,195,234,1);
	text-decoration: none;
}
.teacher_detail .teacher_name {
	color: #2196F3;
	font-weight: bold;
	margin-top: 10px;
}
.teacher_detail .teacher_title {
	font-weight: bold;
	margin-bottom: 20px;
}


/*teacher_info*/
#teacher_info .panel {
	border: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}
#teacher_info .panel-heading {
	padding: 0;
}
#teacher_info .panel-heading a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	background-color: rgba(255, 167, 38, 1);
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#teacher_info .panel-heading a.collapsed {
	display: block;
	background-color: transparent;
}
#teacher_info .panel-heading a:hover,
#teacher_info .panel-heading a:focus {
	text-decoration: none;
}
#teacher_info .panel-title > a[data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#teacher_info .panel-title > a[data-toggle="collapse"][aria-expanded="true"]:after {
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}

#teacher_info .panel-default>.panel-heading {
	background-color: rgba(102, 187, 106, 1);
	border: none;
}
#teacher_info .panel-body {
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}


/* honor */
.honor_box {
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    margin-bottom: 25px;
}
.honor_box > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background: rgb(255,20,0);
    background: -moz-linear-gradient(top,  rgba(255,20,0,1) 0%, rgba(255,254,0,1) 50%, rgba(255,20,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,20,0,1) 0%,rgba(255,254,0,1) 50%,rgba(255,20,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,20,0,1) 0%,rgba(255,254,0,1) 50%,rgba(255,20,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1400', endColorstr='#ff1400',GradientType=0 ); */
}
.honor_title {
    color: #72b36f;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 10%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);    
}
.honor_title > * {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.honor_date {
    position: absolute;
    bottom: 2px;
    right: 7px;
    color: #777;
}


@media (min-width: 768px) {
	#wowslider-container1 .ws-title-wrapper {
		width: 690px !important;
		left: calc((100% - 690px)/2) !important;
	}
	.navbar-nav>li {
		width: 12.5%;
	}
	.dropdown:hover > .dropdown-menu {
	    display: block;
	}
	.dropdown-submenu:hover > .dropdown-menu {
	    display: block;
	}
}

@media (min-width: 992px) {
	#wowslider-container1 .ws-title-wrapper {
		width: 910px !important;
		left: calc((100% - 910px)/2) !important;
	}
}

@media (min-width: 1200px) {
	#wowslider-container1 .ws-title-wrapper {
		width: 1110px !important;
		left: calc((100% - 1110px)/2) !important;
	}
}

@media only screen and (max-width: 1199px) {
	.footer_menu_list > li {
    	width: 25%;
    }
    #wowslider-container1 .ws-title-wrapper {
        bottom: 210px;
    }
    #wowslider-container1 .ws-title span {
		font-size: 24px;
	}
	#wowslider-container1 .ws-title div a {
		padding: 0.5em 2em;
	}
}

@media only screen and (max-width: 991px) {
    #wowslider-container1 .ws-title-wrapper {
        bottom: 120px;
    }
    #wowslider-container1 .ws-title {
        bottom: 50px;
    }
    #wowslider-container1 .ws-title span {
		font-size: 16px;
		letter-spacing: 0;
		margin-bottom: 0.5em;
	}
	#wowslider-container1 .ws-title div a {
		font-size: 14px;
		padding: 0.5em 2em;
	}
	.index_slider.slide_close {
		/* height: 54px; */
		height: 0;
	}
	.news_section {
	    padding-top: 45px;
	}
	.slide_control {
		bottom: -40px;
		right: 30px;
	}
	.news_tab {
		margin-top: 0px;
	}
    .img_box {
    	width: 50%;
    }
    .img_box.x2 {
    	width: 100%;
    }
    .navbar-nav {
    	padding-left: 0;
    }
    #shortcut.bf ul.items li {
		width: 50%;
	}
	.zone_content.bf ul.items li {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.logo img {
		margin-bottom: 0;
	}
	.navbar {
		background-color: rgba(0,0,0,.3);
	}
    
	.nav.main_nav {
        width: auto;
    }
    .nav.main_nav li {
        width: 100%;
        border-left: none;
    }
    .nav.main_nav > li > a {
        padding: 10px 0;
    }
    .nav.main_nav li a img {
        display: none;
    }
    .navbar-collapse {
        max-height: calc(100vh - 50px);
        overflow-y: hidden;
    }
    .navbar-nav {
    	margin-top: 15px;
    	margin-bottom: 15px;
    }
    .navbar-nav .open .dropdown-menu {
        margin: 0 0 10px 20px;
        border-bottom: 5px solid #316515;
        background-color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
        padding-left: 28px;
        padding-right: 7px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #316515;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-submenu.open > a.dropdown-toggle {
        padding-left: 28px;
    }

    #wowslider-container1 .ws-title-wrapper {
        bottom: 65px;
    }
    #wowslider-container1 .ws-title span {
        display: none !important;
    }
	#wowslider-container1 .ws-title {
		left: 30px;
		bottom: 20px;
	}
	#wowslider-container1 .ws-title div a {
		font-size: 12px;
		padding: 0.5em 1em;
	}
	.shortcut_btn a {
		width: 100%;
		margin-right: 0;
	}
	.topic_tab .nav-tabs > li > a.tab_more {
		display: none;
	}
	.topic_tab .nav-tabs > li > a {
		width: 100%;
		border-radius: 6px 6px 0 0;
		text-align: center;
	}
	.student_link {
		padding: 0;
	}
    .student_link li {
    	width: 100%;
    	border-left: none;
    	border-right: none;
    	border-top: 1px solid #6f6381;
    	border-bottom: 1px solid #392e49;
    }
    .student_link li:first-child {
		border-top: none;
	}
	.student_link li:last-child {
		border-bottom: none;
	}
	/*.footer_menu_list > li {
    	width: 50%;
    }*/
    .footer_right {
    	display: inline-block;
    	float: none;
		border-left: none;
	}
	.portfolio_text {
	    height: auto;
    }
}

@media only screen and (max-width: 480px) {
	.footer_menu_list > li {
    	width: 50%;
    }
    #shortcut.bf ul.items li {
		width: 100%;
	}
	.img_box {
    	width: 100%;
    }
    .img_box.x2 .img_text {
		font-size: 18px;
		padding: 5%;
	}
	.teacher_info > div {
		width: 100%;
	}
	.teacher_detail > .row > div {
		width: 100%;
	}
	/*.topic_tab .row > div {
		width: 100%;
	}*/
}