/*
Item Name : CMS framework | myid.ltd
Author : Taco Hsiung
Version : 1.0 
*/
/*======================== [main navigation variable] ============================*/
html {
  background: #f7f7f7;
  overflow-x: hidden;
}
body {
  font-family: "微軟正黑體","Open Sans", "Helvetica Neue", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #525b68;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.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 {
  color: #3483db;
  text-decoration: none;
}
label {
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.float-l,
.left {
  float: left;
  display: inline-block;
}
.float-r,
.right {
  float: right;
}
.float_right{
	float: right;
}
.clear_both{
    margin: 0;
    padding: 0;
	height: 1%;
}
.clear_both:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.label-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.text1 {
  color: #4774ba;
}
.text2 {
  color: #99c6dd;
}
.text3 {
  color: #f590bf;
}
.text4 {
  color: #ddeaf3;
}
.text5 {
  color: #bc7cce;
}
.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 {
  height: 34px;
  display: block;
  margin-top: 310px;
}
@media screen and (max-width: 767px) {
	.login {
    margin: 9px 0 15px !important;
}
	.float_right{
		float:none;
	}
  #Navi {
    height: 0!important;
    margin-top: 150px;
  }
}
#Navi .affix {
  width: 100%;
  min-width: 940px;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#MainNav1 {
  z-index: 9998;
}
#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;
}
.MainNav {
  position: relative;
  margin: 0 auto;
  float: left;
  padding: 0;
  width: 100%;
  z-index: 9990;
  font-size: 13px;
  /* Parent Elements */
  /* 1. Basic Typography */
}
.MainNav .MainNav_wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.MainNav .MainNav_menu_right {
  float: right;
}
.MainNav .MainNav_menu {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  float: left;
}
.MainNav .MainNav_menu .divide {
  border-left: 1px solid #f2f2f2;
  background: #ffffff;
  width: 2px;
}
.MainNav .MainNav_menu .btn01,
.MainNav .MainNav_menu .btn01:hover {
  background-image: url("../images/menu/btn_1b.png?v=2");
  width: 99px;
  background-size: 99px 68px;
}
.MainNav .MainNav_menu .btn02,
.MainNav .MainNav_menu .btn02:hover {
  background-image: url("../images/menu/btn_2b.png?v=2");
  width: 99px;
  background-size: 99px 68px;
}
.MainNav .MainNav_menu .btn03,
.MainNav .MainNav_menu .btn03:hover {
  background-image: url("../images/menu/btn_3b.png?v=2");
  width: 99px;
  background-size: 99px 68px;
}
.MainNav .MainNav_menu .btn04,
.MainNav .MainNav_menu .btn04:hover {
  background-image: url("../images/menu/btn_4b.png?v=2");
  width: 89px;
  background-size: 89px 68px;
}
.MainNav .MainNav_menu .btn05,
.MainNav .MainNav_menu .btn05:hover {
  background-image: url("../images/menu/btn_5b.png?v=2");
  width: 149px;
  background-size: 149px 68px;
}
.MainNav .MainNav_menu .btn06,
.MainNav .MainNav_menu .btn06:hover {
  background-image: url("../images/menu/btn_6b.png?v=2");
  width: 99px;
  background-size: 99px 68px;
}
.MainNav .MainNav_menu .btn07,
.MainNav .MainNav_menu .btn07:hover {
  background-image: url("../images/menu/btn_7b.png?v=2");
  width: 99px;
  background-size: 99px 68px;
}
.MainNav .MainNav_menu .btn08,
.MainNav .MainNav_menu .btn08:hover {
  background-image: url("../images/menu/btn_8b.png?v=2");
  width: 99px;
  background-size: 99px 68px;
}
.MainNav .MainNav_menu .btn09,
.MainNav .MainNav_menu .btn09:hover {
  background-image: url("../images/menu/btn_9b.png?v=2");
  width: 99px;
  background-size: 99px 68px;
}
.MainNav .MainNav_menu .btn10,
.MainNav .MainNav_menu .btn10:hover {
  background-image: url("../images/menu/btn_10b.png?v=2");
  width: 99px;
  background-size: 99px 68px;
}
.MainNav .MainNav_menu .btn11,
.MainNav .MainNav_menu .btn11:hover {
  background-image: url("../images/menu/btn_11b.png?v=2");
  width: 95px;
  background-size: 95px 68px;
}
.MainNav .MainNav_menu > li {
  height: 34px;
  float: left;
  text-align: center;
  background-position: center 0%!important;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.MainNav .MainNav_menu > li:not(:last-child) {
  margin-right: 9.5px;
}
.MainNav .MainNav_menu > li > a,
.MainNav .MainNav_menu > li > span {
  color: #1c69ac;
  font-size: 13px;
  font-weight: normal;
  line-height: 34px;
  padding: 0px 12px;
  text-indent: -9999px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle !important;
}
.MainNav .MainNav_menu > li .lang {
  margin-top: -15px;
  font-size: 11px;
}
.MainNav .MainNav_menu > li span a {
  color: #1c69ac;
  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;
}
.MainNav .MainNav_menu > li:hover,
.MainNav .MainNav_menu > li.active {
  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: #1c69ac;
}
.MainNav .MainNav_menu > li.flexnav_mega {
  position: static;
}
.MainNav .MainNav_menu {
  /* Show Drop Downs on Mouse Hover */
}
.MainNav .MainNav_menu .dropdown {
  overflow: visible!important;
  background: #ffffff;
  border: 1px solid #badfff;
  border-bottom: 0px;
  position: absolute;
  top: -9999em;
  z-index: 9999;
  padding: 0;
  margin: 0 auto;
  opacity: 0;
  display: block;
  margin-top: 0px;
  width: 180px;
}
.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%;
  border-bottom: 1px solid #badfff;
}
.MainNav .sub li a,
.MainNav .sub li span {
  padding: 5px 15px;
  float: left;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
}
.MainNav .sub li span:hover,
.MainNav .sub li a:hover {
  background: #ade3f0;
}
.MainNav .sub .sub_lv_left {
  left: -102%;
  right: 100%;
}
.MainNav .sub .sub_lv li {
  width: 180px;
  padding: 0 ;
}
.MainNav .sub li.last {
  border-bottom: 0;
}
.MainNav .sub ul.MainNav_icons li {
  margin-left: -12px !important;
}
.MainNav .sub .sub_lv {
  background: #ffffff;
  border: 1px solid #badfff;
  border-bottom: 0px;
  position: absolute;
  margin: 0px 0 0 0;
  padding: 0px;
  left: 100%;
  top: auto;
  display: none;
  zoom: 1;
  float: left;
}
.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 {
  content: '\f105';
  font-family: FontAwesome;
  float: right;
  padding-top: 1px;
}
.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: #1c69ac;
  font-size: 16px;
  margin: 0 0 21px 0;
  line-height: 21px;
}
.MainNav .dropdown a,
.MainNav .dropdown .sub li span {
  text-decoration: none;
  color: #1c69ac;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.MainNav .dropdown a:hover,
.MainNav .dropdown .sub li span:hover {
  color: #1c69ac;
}
[class^='btn'] .sub_lv.dropLeft {
  width: 180px;
  left: -100%;
  float: right;
}
[class^='btn'] .sub_lv.dropLeft > li {
  float: right;
}
[class^='btn'] .sub_lv.dropLeft > li.parent > span:after {
  content: '\f104';
}
@media screen and (max-width: 767px) {
  [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;
  }
}
/* IE8 */
.MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse {
  display: none;
}
/* -----------------Switch between the desktop and mobile versions---------------------- */
@media only screen and (min-width: 767px) {
  .MainNav .MainNav_wrapper .MainNav_menu > li {
    display: block !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #Navi .affix {
    position: absolute;
    min-width: 40px;
  }
  .MainNav {
    position: absolute;
    top: -50px;
    left: 0;
    /*----- Multilevel fly-outs --------*/
  }
  .MainNav .divide {
    display: none!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu {
    width: 100%!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li {
    position: static;
    height: 50px!important;
    width: 100%!important;
    background: #ffffff !important;
    border-bottom: 1px solid #badfff;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li > span,
  .MainNav .MainNav_wrapper .MainNav_menu > li > a {
    text-align: left;
    text-indent: 0!important;
    line-height: 50px!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 li,
  .MainNav .sub .sub_lv li {
    border-bottom: solid 1px #badfff;
    background: #ffffff;
    width: 100%;
    padding: 0;
  }
  .MainNav .sub_lv li a,
  .MainNav .parent {
    background: #ffffff;
  }
  .MainNav .sub_lv .sub_lv li a {
    background: #ffffff;
    padding-left: 10%;
  }
  .MainNav .sub li a:hover,
  .MainNav .sub li span:hover,
  .MainNav .sub .sub_lv li a:hover {
    background: #ade3f0;
  }
  .MainNav .sub li > a,
  .MainNav .sub li > span {
    width: 100%;
    padding: 15px 10px 15px 40px;
  }
  .MainNav .sub ul.MainNav_icons li {
    margin-left: 0 !important;
  }
  .MainNav ul.MainNav_icons > li > .sub_lv > li {
    padding-left: 18px !important;
  }
  .MainNav .parent > span:after,
  .MainNav .parent_left > span:after,
  .MainNav .parent.noactive > span:after,
  .MainNav .parent_left.noactive > span:after {
    content: '\f107';
  }
  .MainNav .parent.active > span:after,
  .MainNav .parent_left.active > span:after {
    content: '\f106';
  }
}
@media only screen and (max-width: 767px) {
  .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 {
    background: #1c69ac !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive,
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive:hover {
    background: #1c69ac !important;
    color: #fff!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse > span {
    color: #fff !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;
  }
}
/*

CMS Global Setting - Layout v1.0
last updated by - Taco Hsiung [2015 Jul]
---------------------------------------------------

1 - BODY setting ==================================
	1.1 - Body background (.body_bg)
	1.2 - back to top button (.back-to-top)
	1.3 - Container width (.container)

2 - TOP BAR (#header_bar) ========================
	
	→ id="header_bar"
	→ class="container" (set min width 960)
		→ class="f-left"
		→ class="f-right"
			→ class="home_btn"
			→ class="lang_btn"
			→ class="login_btn"
	
	2.1 Float Left block (.f-left)
	2.2 Float Left block (.f-right)

3 - Background Slideshow (#bg-slide) ==============
	→ id="bg-slide"
		→ class="mask"
		→ class="slide_content"
			→ class="owl-carousel"
				→ <div><img>

4 - HEADER (#header) ==============================


	4.1 school logo (.logo)
	4.2 header banner (#header_banner)
	4.3 MOBILE setting

	
	→ id="header" class="header-wrap container" 
	              (.container / .container-fluid)
	   → class="wrap"
	   	→ class="logo"
	   		→ <a><img><h4>

	   → id="header_banner" class="owl-carousel"	
	   	→ <div><img>

	   → id="Navi"
	   	→ class="affix"
	   		→ id="MainNav1" class="MainNav"
	   			→ class="MainNav_wrapper"
	   				→ <ul> class="MainNav_menu"
	   				......

5 - Contents WIDGET's layout (#widgets) ===========

	→ id="widgets" class="container content"
		→ class="content_wrap"
			→ class="widget_wrap row row1" 
				→ class="col-sm-3 Col-1"
					→class="widget ..."
				→ class="col-sm-3 Col-2"
				→ class="col-sm-3 Col-3" ....

			→ class="widget_wrap row row2" 
				→ class="col-sm-3 Col-1"
				→ class="col-sm-3 Col-2"
				→ class="col-sm-3 Col-3" 
			....


6 - Footer (#footer) ==============================
	6.1 Contact info - Left (.contact)
	6.2 Contact info - Right (.copyright)

	→ id="footer"
		→ class="container"
			→ class="row row-footer"
				→ class="col-sm-6 contact"
					→ class="address"
					→ class="phone"
					→ class="best-view"
				→ class="col-sm-6 copyright"


7 - Carousel Theme(.owl-theme) ====================

8 - Contents Wrap Style ===========================

9 - Others ========================================
	9.1 - Scroll bar

10- POPUP =========================================

===================================================*/
body {
  background: #fdf2db;
}
.body_bg {
  background: url("../images/header-bg.png?v=2") repeat-x center top;
  background-size: 1800px 400px;
  background-color: #fdf2db;
}
@media screen and (max-width: 767px) {
  .body_bg {
    background: url("../images/header_bgm.png?v=2") repeat-x center 49px;
    background-size: 800px 267px;
  }
}
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 8888;
}
.back-to-top a {
  color: #f7f7f7;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #4774ba;
  border-radius: 500px;
}
.back-to-top a:hover {
  background: #315183;
}
@media (max-width: 767px) {
  .body_wrap {
    padding-top: 50px;
  }
  .container {
    padding: 0;
  }
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 767px) {
  .container {
    width: 990px!important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 990px!important;
  }
}
.header-wrap.container-fluid {
  padding: 0!important;
}
.affix {
  z-index: 9999;
}
#header {
  position: relative;
}
#header .header_bar {
  top: 30px;
  position: absolute;
  right: 0px;
}
#header .header_bar a {
  color: #000;
  font-size: 18px;
}
#header .header_bar a.active {
  color: #4084c0;
}
#header .header_wrap {
  position: relative;
}
#header .logo {
  margin-top: 30px;
  width: 440px;
  height: 72.5px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
#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;
}
#header #header_banner {
  position: relative;
  overflow: hidden;
  display: block;
  height: 320px;
}
#header #header_banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header .header_bar {
    top: 10px;
    z-index: 666;
  }
  #header #header {
    margin-top: 0!important;
  }
  #header .logo {
    width: 80%;
    max-width: 440px;
    margin: 30px auto 15px auto;
  }
  #header #header_banner {
    height: 200px;
    height: 100%;
    width: auto;
  }
}
#widgets {
  display: block;
}
#widgets .widget_wrap {
  margin-top: 20px;
  display: block;
}
#widgets .row1 .Col-1 {
  padding-right: 0!important;
}
#widgets .row1 .Col-2 {
  padding-left: 10px;
}
#widgets .row1 .Col-2 .Col-2-1 {
  padding-left: 5px;
}
#widgets .row1 .Col-2 .Col-2-2 {
  padding-left: 0px;
  padding-right: 0px;
}
#widgets .row1 .Col-2 .Col-2-2-1 {
  padding-left: 0px;
  padding-right: 5px;
}
#widgets .row1 .Col-2 .Col-2-2-2 {
  padding-left: 5px;
  padding-right: 0px;
}
#widgets .row1 .Col-3 {
  padding-left: 0!important;
}
#widgets .row2 .Col-3 {
  padding-left: 0!important;
}
@media screen and (max-width: 767px) {
  #widgets .row {
    margin: 15px!important;
  }
  #widgets .row1 .Col-1,
  #widgets .row2 .Col-1,
  #widgets .row1 .Col-2,
  #widgets .row2 .Col-2,
  #widgets .row1 .Col-3,
  #widgets .row2 .Col-3 {
    padding: 0 0px 0px 0px!important;
  }
  #widgets .row1 .Col-1 .Col-2-1,
  #widgets .row2 .Col-1 .Col-2-1,
  #widgets .row1 .Col-2 .Col-2-1,
  #widgets .row2 .Col-2 .Col-2-1,
  #widgets .row1 .Col-3 .Col-2-1,
  #widgets .row2 .Col-3 .Col-2-1,
  #widgets .row1 .Col-1 .Col-2-2,
  #widgets .row2 .Col-1 .Col-2-2,
  #widgets .row1 .Col-2 .Col-2-2,
  #widgets .row2 .Col-2 .Col-2-2,
  #widgets .row1 .Col-3 .Col-2-2,
  #widgets .row2 .Col-3 .Col-2-2 {
    padding: 0 0px 0px 0px!important;
  }
}
/*--------------------------------[6 Footer]-------------------------*/
#footer {
  background: #ade3f0;
  border-top: 10px solid #1c69ac;
  display: block;
  overflow: hidden;
}
#footer .row-footer {
  color: #000000;
  padding: 20px 0;
  font-family: '微軟正黑體 Bold';
}
#footer .row-footer a {
  color: #000000;
}
#footer .row-footer a:hover {
  color: #000000;
}
#footer .row-footer .contact {
  padding-left: 20px;
  text-align: left;
}
#footer .row-footer .contact .school {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
#footer .row-footer .contact div {
  padding-bottom: 5px;
}
#footer .row-footer .contact .address {
  font-size: 14px;
}
#footer .row-footer .contact .address .map {
  color: #ffffff;
  background: #1c69ac;
  padding: 2px 15px;
  font-size: 13px;
  margin-left: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: '微軟正黑體 Regular';
}
#footer .row-footer .contact .address .map:hover {
  background: #154e80;
  color: #ffffff;
}
#footer .row-footer .contact .phone {
  font-size: 14px;
}
#footer .row-footer .contact .phone span {
  margin-right: 15px;
}
#footer .row-footer .contact .phone a:hover {
  color: #43aa78;
}
#footer .row-footer .contact .best-view {
  color: #000000;
  margin-top: 5px;
}
#footer .row-footer .copyright {
  font-family: '微軟正黑體 Regular';
  padding-right: 20px;
  text-align: right;
  font-size: 12px;
}
#footer .row-footer .copyright span {
  padding-bottom: 10px;
}
#footer .row-footer .copyright .myid {
  margin-top: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer .row-footer {
    margin: 0px;
  }
  #footer .row-footer .school {
    text-align: center;
  }
  #footer .address {
    padding-top: 80px!important;
    position: relative;
    padding-bottom: 0px!important;
  }
  #footer .contact {
    text-align: left!important;
    padding: 15px!important;
  }
  #footer .copyright {
    text-align: center!important;
    padding: 15px!important;
  }
  #footer .copyright .myid {
    margin-top: 0px!important;
  }
  #footer .map {
    clear: both;
    display: block;
    width: 200px;
    position: absolute;
    text-align: center;
    top: 10px;
    padding: 5px 10px!important;
    margin: 10px auto!important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    font-size: 14px!important;
    font-family: '微軟正黑體 Regular';
    left: 0px;
    right: 0px;
  }
  #footer .phone {
    margin-top: 10px;
  }
  #footer .phone span {
    margin: 0 0 5px 0;
    display: block;
    clear: both;
  }
}
#header .owl-controls,
.owl-pagination,
.owl-nav {
  display: ;
}
.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: #4774ba;
  zoom: 1;
  width: 22px;
  height: 22px;
  display: block;
  line-height: 22px;
  font-size: 13px;
  border-radius: 500px;
  background: #f7f7f7 !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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: 8px;
  top: 50%;
}
.owl-loaded .owl-nav .owl-next {
  right: 8px;
  top: 50%;
}
.owl-loaded .owl-dots {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.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 {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0px 4px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-radius: 500px;
  background: #fdf3e7;
}
.owl-loaded .owl-dot.active span,
.owl-loaded.clickable .owl-dot:hover span {
  background: #9cbad6;
  opacity: 1;
  filter: alpha(opacity=100);
}
.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;
}
@media (max-width: 767px) {
  .owl-controls,
  .owl-dots,
  .owl-nav {
    display: none;
  }
}
/*----------------------------------[8 content wrap]-------------------------------*/
.contents_wrap {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.contents_wrap h1,
.contents_wrap h2,
.contents_wrap h3 {
  color: #1c69ac!important;
  margin: 20px 0 15px 0;
  font-weight: 100;
}
.contents_wrap h4,
.contents_wrap h5,
.contents_wrap h6 {
  color: #1c69ac!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: 25px;
}
.contents_wrap ol {
  padding-left: 25px;
}
.contents_wrap ul li {
  list-style-type: disc;
}
.contents_wrap ol li {
  list-style-type: decimal;
}
.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;
}
.chi .contents_wrap p {
  letter-spacing: 2px!important;
}
.eng .contents_wrap p {
  letter-spacing: 0px!important;
  word-spacing: 1px;
}
/*--------------------------------------[9 OTHERS]--------------------------------*/
@media (min-width: 767px) {
  .body_wrap {
    min-width: 990px;
  }
  .scrollable {
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 7px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #d2d2d2;
  }
  ::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.1);
  }
  ::-webkit-scrollbar-track:hover {
    background-color: rgba(50, 50, 50, 0.2);
  }
}
.nicescroll-rails div {
  background: #d2d2d2 !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.slim-scroll {
  display: block;
  position: relative;
  overflow: auto;
}
/*--------------------------------------[10 POPUP]--------------------------------*/
#popup .contents_wrap div{
	height:auto !important;
}
#popup {
  margin: 0 auto;
  position: absolute;
  display: block;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#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: #4774ba;
}
#popup .popup_topbar .title {
  margin: 0;
  line-height: 40px;
  color: #f7f7f7;
  font-weight: 300;
  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%;
  overflow: auto;
}
#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: #4774ba;
  border-bottom: 1px solid #bacbd4;
}
#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 {
  min-height: 200px;
  background: #99c6dd;
  display: block;
  padding: 15px 0;
}
#popup .popup_pictures .wrap {
  max-width: 800px;
  margin: 0 auto;
}
#popup .popup_pictures .picture {
  display: inline-block;
  margin: 0 1%;
  width: 31%;
}
#popup .popup_pictures img {
  border: solid 1px #f7f7f7;
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #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;
    overflow: scroll;
    padding-top: 30px;
  }
  #popup .scroll-pane .title {
    font-size: 23px!important;
    line-height: 28px!important;
  }
}
/*
-----------------------------------------------
CMS Widget components v1.0
last updated by - Taco Hsiung [2015 Jul]
------------------------------------------------


1 - Widget basic setting =======================

	1.1 Titles master setting (.div_title)
	1.2 More btn master setting (.more)
	1.3 Mobile view setting


2 - MOTTO (.motto)  =============================

	→ class="widget motto"
		→ class="wrap"
			→ class="div_title"
			→ class="motto_content" 
				→ <P> Contents


3 - LOGIN (.login) ===============================

	→ class="widget login hidden-xs "
		→ class="div_title"
		→ class="wrap"
			→ class="login_btn"
			→ class="form-wrap"
				→ class="id-wrap"
					→ label
					→ class="login_id_input" > input
				→ class="pw-wrap"
					→ label
					→ class="login_pw_input" > input



4 - GALLERY (.gallery) =============================

	→ class="widget gallery"
		→ class="div_title"
		→ class="more"
		→ class="gallery_wrap wrap"
			→ class="owl-carousel"
				→ <div><img>


5 -  NEWS ==========================================
	 (.news | .award | .notice | .gallery-list)  

	→ class="widget" 
	  (.news | .award | .notice | .gallery-list )

		→ class="div_title"  
		→ class="wrap"
		→ class="slim-scroll"
			→ <ul> class="list" (class="list lightbox" if is lightbox)
				→ <li> class="no-thumb"  (Don't show thumbnail)
				→ <li> class="last"      (Last cell)
				→ <li> class="sticky"    (Stacky at top)
					→ <a>
						→ class="thumb"
							→ <img>
						→ class="content"
							→ <i>
							→ <span> class="title"
							→ <small> class="date"
			

6 - CALENDAR (.calendar) ===========================

	→ class="widget calendar"
		→ class="div_title"

		[6.1] Calender Table (#calendar)
			→ class="wrap_cal_table"
				→ id="calendar"
					→ class="cal_table"

		[6.2] Calendar list (.list)
			→ class="wrap"
				→ class="slim-scroll"
					→ <ul> class="list lightbox"
						→ <li>
							→ <a>
								→ small class="date"
								→ span class="title"


7 - REPLYSLIP (.replyslip) ============================

	→ class="widget replyslip"
		→ class="div_title"
		→ class="more"
		→ class="clearfix"
		→ class="wrap"
			→ class="slim-scroll"
				→ <ul> class="list"
					→ <li>
						→ <a>
							→ <small> class="date"
							→ <span> class="title"
							→ <i>

		====[Mini Dropdown button]====
		→ <a> class="dropdown-toggle btn_replyslip"	
			→ <span><i class="fa fa-paperclip">	
			→ <i> class="fa fa-chevron-down icon-r"

		→ <section> class="dropdown-menu animated fadeInDown"
			→ class="wrap"
				.....		


8 - HANDBOOK (.handbook) ================================

	→ class="widget handbook"
		→ class="div_title"
		→ class="wrap"
			<ul> class="list lightbox"
				→ <li>
					→ <a>
						
		====[Mini Dropdown button]====
		→ <a> class="dropdown-toggle btn_handbook"	
			→ <span><i>class="fa fa-book"	
			→ <i> class="fa fa-chevron-down icon-r"

		→ <section> class="dropdown-menu animated fadeInDown"
			→ class="wrap"
				.....		



9 - MINI BUTTON -handbook , replyslip =====================
    
    (.btn_handbook  | .btn_replyslip)


10 - FACEBOOK (.facebook) =================================

	→ class="widget facebook"
		→ class="div_title"
		→ class="wrap"


11- LINKS (.links) =========================================

	→ class="widget links hidden-xs"
		→ class="div_title"
		→ class="wrap"
			→ class="slim-scroll"
				→ <a>

===========================================================*/
#widget {
  z-index: 5;
}
.widget {
  position: relative;
  line-height: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 6px;
  box-shadow: 2px 2px 2px #d1cdbf;
}
.widget .wrap {
  display: block;
  overflow: hidden;
}
.widget .div_title {
  color: #4774ba;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  width: ;
  display: block;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.widget .more {
  position: absolute;
  right: 30px;
  top: 20px;
}
.widget .more a {
  display: block;
  height: 13px;
  width: 28.5px;
  background: url(../images/more.png) no-repeat 0 0;
  background-size: 28.5px 13px;
}
@media screen and (max-width: 767px) {
  .widget {
    line-height: 25px;
  }
  .div_title {
    font-size: 20px!important;
  }
}
.motto {
  margin-top: 15px;
  color: #4774ba;
  width: 100%;
}
.motto .div_title {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #63bc61;
}
.motto .div_title span {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 40px;
  width: 126px;
  background: url(../images/title/motto-title.png?v=2) no-repeat 0 center;
  background-size: 126px 24px;
}
.motto .wrap {
  padding: 9px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.motto .motto_content {
  width: 100%;
  overflow: hidden;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .motto .motto_content {
    height: 18px;
    line-height: 18px;
  }
}
.login {
  background: #ffffff;
  margin: 0px 0 15px;
}
.login .div_title {
  background: #ffa467;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.login .div_title span {
  display: inline-block;
  width: 145px;
  height: 40px;
  left: 10px;
  position: relative;
  background: url(../images/title/login-title.png) no-repeat 0 center;
  background-size: 145px 21.5px;
}
.login .wrap {
  padding: 5px;
}
.login .login_btn {
  right: 0;
  float: right;
  z-index: 5;
  background: url("../images/Login.png") no-repeat center center;
  background-size: 39.5px 13px;
  width: 120px;
  height: 28px;
  line-height: 28px;
  background-color: #ffa467;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #f7f7f7;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  position: relative;
  display: block;
  margin-left: 10px;
}
.login .from-wrap {
  width: 100%;
  display: block;
  padding-right: 120px;
}
.login .id-wrap,
.login .pw-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.login .id-wrap {
  margin-bottom: 10px;
}
.login label {
  float: left;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #f7f7f7;
  overflow: hidden;
  margin: 0;
  display: none;
}
.login input {
  float: left;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  border: 1px solid #ffa467;
  margin: 0;
  color: #807a76;
  height: 25px;
  line-height: 25px;
  padding: 2px 5px;
  outline: none;
}
.movie {
  margin-top: 15px;
}
.movie a {
  display: block;
  width: 150px;
  height: 190px;
  background: url(../images/movie2025.png) no-repeat 0 0;
  background-size: 150px;
}
@media screen and (max-width: 767px) {
  .movie a {
    width: 100%;
    height: 215px;
    background-size: 100%;
  }
}
.gallery .div_title {
  background: #c75476;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.gallery .div_title span {
  position: relative;
  left: 10px;
  display: inline-block;
  width: 105.5px;
  height: 40px;
  background: url(../images/title/gallery-title.png) no-repeat 0 center;
  background-size: 105.5px 20.5px;
}
.gallery .wrap {
  padding: 0 5px 5px;
  background: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.gallery .wrap .owl-carousel {
  height: 280px;
  overflow: hidden;
  display: block;
}
.gallery .wrap .owl-carousel img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  max-height: 280px;
}
.gallery .wrap .owl-carousel .owl-dots,
.gallery .wrap .owl-carousel .owl-nav {
  display: none;
}
.gallery .wrap .slim-scroll {
  height: 214px;
  margin-top: 5px;
}
.gallery .wrap .slim-scroll ul li {
  margin-right: 10px;
  position: relative;
  padding: 5px 8px;
  min-height: 70px;
  display: block;
  overflow: hidden;
}
.gallery .wrap .slim-scroll ul li:hover {
  background: #e6b4c3;
}
.gallery .wrap .slim-scroll ul li .thumb {
  position: absolute;
  text-align: center;
  overflow: hidden;
  width: 95px;
  height: 60px;
  border: 3px solid #fff;
  box-shadow: 2px 2px 2px #d1cdbf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.gallery .wrap .slim-scroll ul li .thumb img {
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
}
.gallery .wrap .slim-scroll .content {
  display: block;
  padding-left: 105px;
}
.gallery .wrap .slim-scroll .title {
  display: block;
  color: #000;
  margin-top: 4px;
  line-height: 20px;
  font-size: 14px;
}
.gallery .wrap .slim-scroll .date {
  font-size: 12px;
  color: #fff;
  background: #c75476;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
@media screen and (max-width: 767px) {
	#popup .popup_content .contn img{
		padding:0;
	}
	#popup .popup_pictures .picture {
	  margin: 0 5%;
	  width: 90%;
	}
	#popup .popup_content{
		padding-bottom: 15px;
	}
  .gallery {
    margin-top: 15px;
  }
  .gallery .owl-carousel {
    height: auto!important;
  }
  .gallery .owl-carousel img {
    width: 100%!important;
    height: auto!important;
    max-height: 100%!important;
  }
}
.news .div_title,
.award .div_title,
.notice .div_title,
.gallery-list .div_title,
.widget-list .div_title {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #4084c0;
  margin-bottom: 0;
}
.news .div_title span,
.award .div_title span,
.notice .div_title span,
.gallery-list .div_title span,
.widget-list .div_title span {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 40px;
  width: 106px;
  background: url(../images/title/news-title.png) no-repeat 0 center;
  background-size: 106px 20px;
}
.news .wrap,
.award .wrap,
.notice .wrap,
.gallery-list .wrap,
.widget-list .wrap {
  background: #ffffff;
  padding: 0 5px 5px;
}
.news ul,
.award ul,
.notice ul,
.gallery-list ul,
.widget-list ul {
  padding: 0;
}
.news li,
.award li,
.notice li,
.gallery-list li,
.widget-list li {
  position: relative;
  padding: 8px;
  min-height: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  overflow: hidden;
  margin-right: 10px;
}
.news li.last,
.award li.last,
.notice li.last,
.gallery-list li.last,
.widget-list li.last {
  border-bottom: 0;
}
.news li:hover,
.award li:hover,
.notice li:hover,
.gallery-list li:hover,
.widget-list li:hover {
  background: #cadeec;
}
.news li a,
.award li a,
.notice li a,
.gallery-list li a,
.widget-list li a {
  color: #525b68;
}
.news li a:hover,
.award li a:hover,
.notice li a:hover,
.gallery-list li a:hover,
.widget-list li a:hover {
  color: #3483db;
}
.news li i,
.award li i,
.notice li i,
.gallery-list li i,
.widget-list li i {
  font-size: 15px;
}
.news li .fa-trophy,
.award li .fa-trophy,
.notice li .fa-trophy,
.gallery-list li .fa-trophy,
.widget-list li .fa-trophy {
  color: #f590bf;
}
.news li .fa-picture-o,
.award li .fa-picture-o,
.notice li .fa-picture-o,
.gallery-list li .fa-picture-o,
.widget-list li .fa-picture-o {
  color: #99c6dd;
}
.news li .thumb,
.award li .thumb,
.notice li .thumb,
.gallery-list li .thumb,
.widget-list li .thumb {
  position: absolute;
  text-align: center;
  overflow: hidden;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: none;
}
.news li .thumb img,
.award li .thumb img,
.notice li .thumb img,
.gallery-list li .thumb img,
.widget-list li .thumb img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
}
.news li .content,
.award li .content,
.notice li .content,
.gallery-list li .content,
.widget-list li .content {
  display: block;
}
.news li .content .title,
.award li .content .title,
.notice li .content .title,
.gallery-list li .content .title,
.widget-list li .content .title {
  color: #000;
  display: block ;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.news li .content .date,
.award li .content .date,
.notice li .content .date,
.gallery-list li .content .date,
.widget-list li .content .date {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #4084c0;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 12px;
  white-space: nowrap;
}
.news li.sticky,
.award li.sticky,
.notice li.sticky,
.gallery-list li.sticky,
.widget-list li.sticky {
  background: #fff7d1;
}
.news li.sticky:hover,
.award li.sticky:hover,
.notice li.sticky:hover,
.gallery-list li.sticky:hover,
.widget-list li.sticky:hover {
  background: #fff3b7;
}
.news li.sticky a,
.award li.sticky a,
.notice li.sticky a,
.gallery-list li.sticky a,
.widget-list li.sticky a {
  color: #c86f1f;
}
.news li.sticky a:hover,
.award li.sticky a:hover,
.notice li.sticky a:hover,
.gallery-list li.sticky a:hover,
.widget-list li.sticky a:hover {
  color: #9c5618;
}
.news li.no-thumb,
.award li.no-thumb,
.notice li.no-thumb,
.gallery-list li.no-thumb,
.widget-list li.no-thumb {
  min-height: 20px;
}
.news li.no-thumb .thumb,
.award li.no-thumb .thumb,
.notice li.no-thumb .thumb,
.gallery-list li.no-thumb .thumb,
.widget-list li.no-thumb .thumb {
  display: none;
}
.news li.no-thumb .content,
.award li.no-thumb .content,
.notice li.no-thumb .content,
.gallery-list li.no-thumb .content,
.widget-list li.no-thumb .content {
  padding-left: 0 ;
}
@media screen and (max-width: 767px) {
  .news,
  .award,
  .notice,
  .gallery-list,
  .widget-list {
    margin-top: 15px;
  }
}
.gallery-list .wrap {
  border: 1px solid #acd1e3;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news .slim-scroll {
  height: 400px;
}
.award .slim-scroll {
  height: 240px;
}
.notices .slim-scroll {
  height: 125px;
}
.gallery-list .slim-scroll {
  height: 150px;
}
.award .div_title {
  color: #4774ba !important;
}
.gallery-list .div_title {
  display: none!important;
}
.weather {
  margin-top: 15px;
}
.weather .div_title {
  background: #40b3cf;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.weather .div_title span {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 40px;
  width: 104.5px;
  background: url(../images/title/weather-title.png) no-repeat 0 center;
  background-size: 104.5px 24px;
}
.weather .wrap {
  padding: 0 5px;
  position: relative;
}
.weather .wrap .weather_bg {
  position: absolute;
  display: block;
  width: 85px;
  height: 72px;
  background: url(../images/button.png) no-repeat 0 0;
  background-size: 85px 72px;
  right: 10px;
  top: 0px;
}
.weather .wrap .wall-clock,
.weather .wrap .thermometer,
.weather .wrap .water {
  position: relative;
  padding: 2px 0px;
  padding-left: 25px;
}
.weather .wrap .wall-clock i {
  display: block;
  width: 17.5px;
  height: 17.5px;
  background: url(../images/wall-clock.png) no-repeat 0 0;
  background-size: 17.5px 17.5px;
  position: absolute;
  left: 0px;
  top: 3px;
}
.weather .wrap .thermometer i {
  display: block;
  width: 17.5px;
  height: 17.5px;
  background: url(../images/thermometer.png) no-repeat 0 0;
  background-size: 17.5px 17.5px;
  position: absolute;
  left: 0px;
  top: 3px;
}
.weather .wrap .water i {
  display: block;
  width: 17.5px;
  height: 17.5px;
  background: url(../images/water.png) no-repeat 0 0;
  background-size: 17.5px 17.5px;
  position: absolute;
  left: 0px;
  top: 3px;
}
.calendar .div_title {
  background: #af79bf;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.calendar .div_title span {
  display: inline-block;
  position: relative;
  left: 10px;
  width: 67px;
  height: 40px;
  background: url(../images/title/calendar-title.png) no-repeat 0 center;
  background-size: 67px 20.5px;
}
.calendar #calendar .cal_table {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ffffff;
}
.calendar #calendar .cal_table table {
  *width: 100%;
  width: 100%;
  margin: 0 auto;
}
.calendar #calendar .months {
  position: relative;
  text-align: center;
  padding: 0;
  width: auto;
  height: 30px;
  vertical-align: middle;
  background: #ffffff;
  line-height: 30px;
  border-bottom: 0px solid #e6e6e6;
}
.calendar #calendar .years {
  color: #bc7cce;
  font-weight: bolder;
  font-size: 15px;
  letter-spacing: 1px;
}
.calendar #calendar .months a {
  color: #ddeaf3;
  top: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 10px;
  overflow: hidden;
  cursor: pointer;
}
.calendar #calendar .months a:hover {
  color: #6ca4cb;
}
.calendar #calendar #premonth {
  float: left;
}
.calendar #calendar #premonth i {
  width: 20px;
  display: block;
  height: 30px;
  background: url(../images/left.png) no-repeat 0 center;
  background-size: 20px 20px;
}
.calendar #calendar #nextmonth {
  float: right;
}
.calendar #calendar #nextmonth i {
  width: 20px;
  display: block;
  height: 30px;
  background: url(../images/right.png) no-repeat 0 center;
  background-size: 20px 20px;
}
.calendar #calendar .weeks_bar {
  background: #ffffff;
  border-bottom: 2px solid #812e98;
}
.calendar #calendar .weeks {
  color: #812e98 !important;
  font-weight: 600;
  *background: #ffffff;
}
.calendar #calendar tr {
  height: 25px;
}
.calendar #calendar td {
  letter-spacing: 0;
  color: #000000;
  line-height: 25px;
  text-align: center;
  width: 32px;
  font-size: 12px;
}
.calendar #calendar td > a {
  *width: 100%;
  *text-align: center;
  *display: block;
}
.calendar #calendar .event a,
.calendar #calendar .today a,
.calendar #calendar .holiday a {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  border-radius: 500px;
}
.calendar #calendar .event a {
  background: #4084c0;
  color: #fff;
  text-decoration: none;
}
.calendar #calendar .today a {
  background-color: #bc7cce;
  color: #ffffff;
}
.calendar #calendar .holiday a {
  background-color: #f590bf;
  color: #ffffff;
}
.calendar .wrap {
  border-top: 2px solid #812e98;
  background: #ffffff;
  padding: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 5px;
}
.calendar .slim-scroll {
  height: 157px;
}
@media screen and (max-width: 767px) {
  .calendar #calendar tr {
    height: 32px;
  }
}
.calendar .list li {
  position: relative;
}
.calendar .list li:hover {
  background: #ebd9f1;
}
.calendar .list li a {
  color: #525b68;
  padding: 5px 5px;
  display: block;
}
.calendar .list li a:hover {
  color: #3483db;
}
.calendar .list li .title {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  color: #000;
}
.calendar .list li .date {
  color: #ffffff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 5px;
  letter-spacing: 0;
  padding: 0 3px;
  border-radius: 500px;
}
.calendar .list li .date.today {
  background: #bc7cce;
}
.calendar .list li .date.holiday {
  background: #f590bf;
}
.calendar .list li .date.event {
  background: #4084c0;
}
.notices {
  margin-top: 15px;
  z-index: 1000;
}
.notices .div_title {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #c18e3e;
}
.notices .div_title span {
  position: relative;
  left: 10px;
  display: inline-block;
  height: 40px;
  width: 65px;
  background: url(../images/title/notice-title.png) no-repeat 0 center;
  background-size: 65px 25px;
}
.notices .wrap {
  background: #ffffff;
  padding: 0px 5px 5px;
}
.notices .slim-scroll {
  height: 126px;
}
.notices .dropdown-menu .wrap {
  height: 150px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.notices .list li {
  position: relative;
  margin-right: 10px;
}
.notices .list li.last {
  border-bottom: 0;
}
.notices .list li:hover {
  background: #e0c79f;
}
.notices .list li a {
  color: #525b68;
  padding: 8px 5px;
  display: block;
}
.notices .list li a:hover {
  color: #3483db;
}
.notices .list li .title {
  position: relative;
  padding-left: 93px;
  display: inline-block;
  padding-right: 25px;
  font-size: 14px;
}
.notices .list li .date {
  color: #ffffff;
  background: #c18e3e;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 6px;
  letter-spacing: 0;
  padding: 2px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.notices .list li i {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 18px;
  display: inline-block;
  background: url(../images/notices-icon.png) no-repeat 0 0;
  background-size: 15px 18px;
}
.handbook {
  z-index: 999;
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
.handbook .wrap {
  background: #ffffff;
  padding: 5px;
}
.handbook .list li {
  padding: 0px 5px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
}
.handbook .list li.last {
  border-bottom: 0;
}
.handbook .list a {
  display: inline-block;
  font-size: 15px;
  color: #1c69ac;
  background: #ddeaf3;
  margin: 5px 0;
  padding: 3px 10px;
  line-height: 21px;
  margin-right: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.handbook .list a:hover {
  background: #ade3f0;
  color: #1c69ac;
}
.btn_handbook {
  width: 150px;
  height: 190px;
  display: block;
  background: url(../images/handbook.png) no-repeat 0 0;
  background-size: 150px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_handbook {
    height: 215px;
    background-size: 100%;
    width: 100%;
  }
}
.links {
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
.links .wrap {
  display: block;
  overflow: hidden;
  width: 100%;
}
.links .slim-scroll {
  height: 110px;
}
.links a {
  width: 175px;
  height: 50px;
  margin: 4px 14px 4px 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.links a span {
  background: #ade3f0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: block;
  font-size: 13px;
}
.links a img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.links a:hover span {
  color: #3483db;
  background: #c3eaf4;
}
@media screen and (max-width: 767px) {
  .links .slim-scroll {
    height: 290px;
  }
  .links a {
    width: 46%;
    margin-right: 2%;
  }
}
.bg-light {
  background-color: #f7f7f7;
  color: #525b68;
}
.bg-light.lt,
.bg-light .lt {
  background-color: #fbfbfb;
}
.bg-light.lter,
.bg-light .lter {
  background-color: #ffffff;
}
.bg-light.dk,
.bg-light .dk {
  background-color: #f3f3f3;
}
.bg-light.dker,
.bg-light .dker {
  background-color: #eaeaea;
}
.bg-light .bg {
  background-color: #f7f7f7;
}
.bg-dark {
  background-color: #9a9a9a;
  color: #ffffff;
}
.bg-dark.lt,
.bg-dark .lt {
  background-color: #a7a7a7;
}
.bg-dark.lter,
.bg-dark .lter {
  background-color: #b3b3b3;
}
.bg-dark.dk,
.bg-dark .dk {
  background-color: #8d8d8d;
}
.bg-dark.dker,
.bg-dark .dker {
  background-color: #818181;
}
.bg-dark .bg {
  background-color: #9a9a9a;
}
.bg-dark a {
  color: #ffffff;
}
.bg-dark a:hover {
  color: #ffffff;
}
.bg-dark a.list-group-item:hover,
.bg-dark a.list-group-item:focus {
  background-color: inherit;
}
.bg-black {
  background-color: #484b4e;
  color: #bbbec0;
}
.bg-black.lt,
.bg-black .lt {
  background-color: #54585b;
}
.bg-black.lter,
.bg-black .lter {
  background-color: #606569;
}
.bg-black.dk,
.bg-black .dk {
  background-color: #3c3e41;
}
.bg-black.dker,
.bg-black .dker {
  background-color: #303233;
}
.bg-black .bg {
  background-color: #484b4e;
}
.bg-black a {
  color: #c8cbcd;
}
.bg-black a:hover {
  color: #ffffff;
}
.bg-black a.list-group-item:hover,
.bg-black a.list-group-item:focus {
  background-color: inherit;
}
.bg1 {
  background-color: #4774ba;
  color: #c9d6eb;
}
.bg1.lt,
.bg1 .lt {
  background-color: #5a82c1;
}
.bg1.lter,
.bg1 .lter {
  background-color: #6c90c8;
}
.bg1.dk,
.bg1 .dk {
  background-color: #3f68a8;
}
.bg1.dker,
.bg1 .dker {
  background-color: #385d96;
}
.bg1 .bg {
  background-color: #4774ba;
}
.bg1 a {
  color: #ffffff;
}
.bg1 a:hover {
  color: #ffffff;
}
.bg1 a.list-group-item:hover,
.bg1 a.list-group-item:focus {
  background-color: inherit;
}
.bg2 {
  background-color: #99c6dd;
  color: #ffffff;
}
.bg2.lt,
.bg2 .lt {
  background-color: #acd1e3;
}
.bg2.lter,
.bg2 .lter {
  background-color: #bfdbea;
}
.bg2.dk,
.bg2 .dk {
  background-color: #86bbd7;
}
.bg2.dker,
.bg2 .dker {
  background-color: #73b1d0;
}
.bg2 .bg {
  background-color: #99c6dd;
}
.bg2 a {
  color: #ffffff;
}
.bg2 a:hover {
  color: #ffffff;
}
.bg2 a.list-group-item:hover,
.bg2 a.list-group-item:focus {
  background-color: inherit;
}
.bg3 {
  background-color: #f590bf;
  color: #ffffff;
}
.bg3.lt,
.bg3 .lt {
  background-color: #f7a7cc;
}
.bg3.lter,
.bg3 .lter {
  background-color: #f9bfda;
}
.bg3.dk,
.bg3 .dk {
  background-color: #f379b2;
}
.bg3.dker,
.bg3 .dker {
  background-color: #f161a4;
}
.bg3 .bg {
  background-color: #f590bf;
}
.bg3 a {
  color: #ffffff;
}
.bg3 a:hover {
  color: #ffffff;
}
.bg3 a.list-group-item:hover,
.bg3 a.list-group-item:focus {
  background-color: inherit;
}
.bg4 {
  background-color: #ddeaf3;
  color: #ffffff;
}
.bg4.lt,
.bg4 .lt {
  background-color: #f0f6fa;
}
.bg4.lter,
.bg4 .lter {
  background-color: #ffffff;
}
.bg4.dk,
.bg4 .dk {
  background-color: #cadeec;
}
.bg4.dker,
.bg4 .dker {
  background-color: #b7d3e6;
}
.bg4 .bg {
  background-color: #ddeaf3;
}
.bg4 a {
  color: #ffffff;
}
.bg4 a:hover {
  color: #ffffff;
}
.bg4 a.list-group-item:hover,
.bg4 a.list-group-item:focus {
  background-color: inherit;
}
.bg5 {
  background-color: #bc7cce;
  color: #fefeff;
}
.bg5.lt,
.bg5 .lt {
  background-color: #c58fd5;
}
.bg5.lter,
.bg5 .lter {
  background-color: #cfa1dc;
}
.bg5.dk,
.bg5 .dk {
  background-color: #b369c7;
}
.bg5.dker,
.bg5 .dker {
  background-color: #a957c0;
}
.bg5 .bg {
  background-color: #bc7cce;
}
.bg5 a {
  color: #ffffff;
}
.bg5 a:hover {
  color: #ffffff;
}
.bg5 a.list-group-item:hover,
.bg5 a.list-group-item:focus {
  background-color: inherit;
}
.bg-white {
  background-color: #fff;
  color: #525b68;
}
.bg-white a {
  color: #426eb4;
}
.bg-white a:hover {
  color: #34578f;
}
.bg-white .text-muted {
  color: #838e9d !important;
}
.bg-white-only {
  background-color: #fff;
}
.bg-empty {
  background-color: transparent;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.line {
  *width: 100%;
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
  background-color: transparent;
  border-width: 0;
  border-top: 1px solid #bacbd4;
}
.line-xs {
  margin: 0;
}
.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.line-dashed {
  border-style: dashed;
  background: transparent;
}
.no-line {
  border-width: 0;
}
.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0;
}
.block {
  display: block;
}
.block.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.pull-none {
  float: none;
}
.no-radius {
  border-radius: 0;
}
.rounded {
  border-radius: 500px;
}
.l-h-2x {
  line-height: 2em;
}
.l-h-1x {
  line-height: 1.2;
}
.l-h {
  line-height: 1.5;
}
.v-middle {
  vertical-align: middle !important;
}
.v-top {
  vertical-align: top !important;
}
.v-bottom {
  vertical-align: bottom !important;
}
.box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.wrapper-sm {
  padding: 10px;
}
.wrapper {
  padding: 15px;
}
.wrapper-lg {
  padding: 30px;
}
.wrapper-xl {
  padding: 50px;
}
.no-padder {
  padding: 0 !important;
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.pull-out {
  margin: -10px -15px;
}
.b-a {
  border: 1px solid #9bb3c0;
}
.b-t {
  border-top: 1px solid #9bb3c0;
}
.b-r {
  border-right: 1px solid #9bb3c0;
}
.b-b {
  border-bottom: 1px solid #9bb3c0;
}
.b-l {
  border-left: 1px solid #9bb3c0;
}
.b-light {
  border-color: #eaeaea;
}
.b-dark {
  border-color: #a7a7a7;
}
.b-black {
  border-color: #54585b;
}
.b-white {
  border-color: #ffffff;
}
.b1 {
  border-color: #5a82c1;
}
.b2 {
  border-color: #acd1e3;
}
.b3 {
  border-color: #f7a7cc;
}
.b4 {
  border-color: #f0f6fa;
}
.b5 {
  border-color: #c58fd5;
}
.b-2x {
  border-width: 2px;
}
.b-3x {
  border-width: 3px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.p {
  padding: 10px;
}
.p-xs {
  padding: 5px;
}
.p-md {
  padding: 15px;
}
.p-lg {
  padding: 20px;
}
.p-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-v {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-v-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
.thumb-wrapper {
  padding: 2px;
  border: 1px solid #dddddd;
}
.img-full {
  max-width: 100%;
}
.img-full > img {
  max-width: 100%;
}
.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}
.no-touch .scroll-x,
.no-touch .scroll-y {
  overflow: hidden;
}
.no-touch .scroll-x:hover,
.no-touch .scroll-x:focus,
.no-touch .scroll-x:active {
  overflow-x: auto;
}
.no-touch .scroll-y:hover,
.no-touch .scroll-y:focus,
.no-touch .scroll-y:active {
  overflow-y: auto;
}
.no-touch .hover-action {
  display: none;
}
.no-touch .hover:hover .hover-action {
  display: inherit;
}
.h {
  font-size: 170px;
  font-weight: 300;
  text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: none;
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0;
}
/*desktop*/
@media screen and (min-width: 992px) {
  .col-lg-2-4 {
    width: 20.000%;
    float: left;
  }
}
/*phone*/
@media (max-width: 767px) {
  .shift {
    display: none !important;
  }
  .shift.in {
    display: block !important;
  }
  .row-2 [class*="col"] {
    width: 50%;
    float: left;
  }
  .row-2 .col-0 {
    clear: none;
  }
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .pull-none-xs {
    float: none !important;
  }
  .hidden-xs.show {
    display: inherit !important;
  }
}
