/*
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;
}
.label-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.text1 {
  color: #ffffff;
}
.text2 {
  color: #71b9e2;
}
.text3 {
  color: #323232;
}
.text4 {
  color: #fffbbe;
}
.text5 {
  color: #cce6f0;
}
.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: #71b9e2;
}
.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: #ffffff !important;
  background-color: #ffffff !important;
}
.list-group-item.active .text-muted {
  color: #ffffff;
}
.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: #71b9e2 !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: 37px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #Navi {
    height: 0px!important;
  }
}
#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: right;
  padding: 0;
  z-index: 9990;
  font-size: 15px;
  margin-top: 387px;
  /* Parent Elements */
  /* 1. Basic Typography */
}
.MainNav .MainNav_wrapper {
  width: 100%;
  margin: 0 auto;
}
.MainNav .MainNav_menu {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.MainNav .MainNav_menu .divide {
  border-left: 1px solid #b8dcea;
  background: #ecf5f9;
  width: 2px;
}
.MainNav .MainNav_menu > li {
  float: left;
  height: 37px;
  text-align: center;
  width: 104px;
  text-indent: 0;
  color: transparent;
  position: relative;
}
.MainNav .MainNav_menu > li:last-child {
  border-width: 0;
}
.MainNav .MainNav_menu > li.btn03 > a {
  background-image: url('../images/nav/nav-03.png');
}
.MainNav .MainNav_menu > li.btn04 > a {
  background-image: url('../images/nav/nav-04.png');
}
.MainNav .MainNav_menu > li.btn02 > a {
  background-image: url('../images/nav/nav-02.png');
}
.MainNav .MainNav_menu > li.btn05 > a {
  background-image: url('../images/nav/nav-05.png');
}
.MainNav .MainNav_menu > li.btn06 > a {
  background-image: url('../images/nav/nav-06.png');
}
.MainNav .MainNav_menu > li.btn07 > a {
  background-image: url('../images/nav/nav-07.png');
}
.MainNav .MainNav_menu > li.btn08 > a {
  background-image: url('../images/nav/nav-08.png');
}
.MainNav .MainNav_menu > li.btn09 > a {
  background-image: url('../images/nav/nav-09.png');
}
.MainNav .MainNav_menu > li > a {
  color: transparent;
  font-size: 15px;
  line-height: 25px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle !important;
  background: url("../images/nav/nav-01.png") no-repeat center center;
  background-size: 80px 19px;
}
.MainNav .MainNav_menu > li > a span {
  display: block;
  width: 82px;
  margin: 0 auto;
  padding-bottom: 8px;
  text-align: center;
  vertical-align: middle;
  background: url('../images/nav/nav-line.png') no-repeat center bottom;
  background-size: 100% 5px;
}
.MainNav .MainNav_menu > li > a i {
  position: absolute;
  top: 8px;
  right: 0;
  width: 0;
  height: 18px;
  border-right: 1px solid #b3b5bd;
  margin-right: 0;
}
.MainNav .MainNav_menu > li > a i:after {
  content: '';
  display: table;
  clear: both;
}
.MainNav .MainNav_menu > li.active,
.MainNav .MainNav_menu > li:hover {
  background: url("../images/nav/nav_hover.png") no-repeat center center;
  background-size: contain;
}
.MainNav .MainNav_menu > li.active.btn01 > a,
.MainNav .MainNav_menu > li:hover.btn01 > a {
  background-image: url('../images/nav/nav-01_hover.png');
}
.MainNav .MainNav_menu > li.active.btn02 > a,
.MainNav .MainNav_menu > li:hover.btn02 > a {
  background-image: url('../images/nav/nav-02_hover.png');
}
.MainNav .MainNav_menu > li.active.btn03 > a,
.MainNav .MainNav_menu > li:hover.btn03 > a {
  background-image: url('../images/nav/nav-03_hover.png');
}
.MainNav .MainNav_menu > li.active.btn04 > a,
.MainNav .MainNav_menu > li:hover.btn04 > a {
  background-image: url('../images/nav/nav-04_hover.png');
}
.MainNav .MainNav_menu > li.active.btn05 > a,
.MainNav .MainNav_menu > li:hover.btn05 > a {
  background-image: url('../images/nav/nav-05_hover.png');
}
.MainNav .MainNav_menu > li.active.btn06 > a,
.MainNav .MainNav_menu > li:hover.btn06 > a {
  background-image: url('../images/nav/nav-06_hover.png');
}
.MainNav .MainNav_menu > li.active.btn07 > a,
.MainNav .MainNav_menu > li:hover.btn07 > a {
  background-image: url('../images/nav/nav-07_hover.png');
}
.MainNav .MainNav_menu > li.active.btn08 > a,
.MainNav .MainNav_menu > li:hover.btn08 > a {
  background-image: url('../images/nav/nav-08_hover.png');
}
.MainNav .MainNav_menu > li.active.btn09 > a,
.MainNav .MainNav_menu > li:hover.btn09 > a {
  background-image: url('../images/nav/nav-09_hover.png');
}
.MainNav .MainNav_menu > li.active a span,
.MainNav .MainNav_menu > li:hover a span {
  background-size: 0 0;
}
.MainNav .MainNav_menu > li .lang {
  margin-top: -15px;
  font-size: 13px;
}
.MainNav .MainNav_menu > li span a {
  color: transparent;
  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 > 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: transparent;
}
.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: #71b9e2;
  /*border: @sub_nav_border;*/
  border-bottom: 0px;
  position: absolute;
  top: -9999em;
  z-index: 9999;
  padding: 0;
  margin: 0 auto;
  opacity: 0;
  display: block;
  margin-top: 2px;
  width: 180px;
  text-indent: 0;
}
.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 #47a4d9;
}
.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: #86c3e6;
}
.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: #71b9e2;
  border: 1px solid #47a4d9;
  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: #1e2862;
  font-size: 16px;
  margin: 0 0 21px 0;
  line-height: 21px;
}
.MainNav .dropdown a,
.MainNav .dropdown .sub li span {
  text-decoration: none;
  color: #ffffff;
  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: #000000;
}
/* 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: 0;
    left: 0;
    width: 100%;
    margin-top: -50px;
    /*----- 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: #cce6f0 !important;
    border-top: 1px solid #a5d3e4;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li > a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: left;
    text-indent: 0!important;
    line-height: 49px!important;
    padding-left: 20px;
    font-size: 16px;
    background: #71b9e2 !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li > a span {
    color: #ffffff;
    background: transparent;
    padding-bottom: 0;
    text-align: left;
    margin: 0;
  }
  .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 #319ad5;
    background: #5cafde;
    width: 100%;
    padding: 0;
  }
  .MainNav .sub_lv li a,
  .MainNav .parent {
    background: #71b9e2;
  }
  .MainNav .sub_lv .sub_lv li a {
    background: #86c3e6;
    padding-left: 10%;
  }
  .MainNav .sub li a:hover,
  .MainNav .sub li span:hover,
  .MainNav .sub .sub_lv li a:hover {
    background: #47a4d9;
  }
  .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;
    background: #f3f9fc;
  }
  .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: #323232;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive,
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive:hover {
    background: #cce6f0;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse > span {
    color: #ffffff !important;
    float: left;
    cursor: pointer;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:hover {
    box-shadow: none;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:first-child {
    margin-left: 0;
    background: #71b9e2 !important;
    border-width: 0;
  }
  .MainNav .MainNav_wrapper .MainNav_menu .dropdown {
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: -1px;
  }
}
/*

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: #ffffff;
}
@media screen and (max-width: 767px) {
  #index #footer {
    margin-top: -45px;
  }
}
.body_bg {
  background: linear-gradient(to bottom, #e3f1d6 0%, #fdffe3 100%) no-repeat 0 5px, url("../images/shadow.png") repeat-x center 0, linear-gradient(to right, #e8f5dc, #e8f5dc) no-repeat 0 bottom;
  background: -webkit-linear-gradient(to bottom, #e3f1d6 10%, #fdffe3 100%) no-repeat 0 5px, url("../images/shadow.png") repeat-x center 0, linear-gradient(to right, #e8f5dc, #e8f5dc) no-repeat 0 bottom;
  background: -moz-linear-gradient(to bottom, #e3f1d6 10%, #fdffe3 100%) no-repeat 0 5px, url("../images/shadow.png") repeat-x center 0, linear-gradient(to right, #e8f5dc, #e8f5dc) no-repeat 0 bottom;
  background: -ms-linear-gradient(to bottom, #e3f1d6 10%, #fdffe3 100%) no-repeat 0 5px, url("../images/shadow.png") repeat-x center 0, linear-gradient(to right, #e8f5dc, #e8f5dc) no-repeat 0 bottom;
  background: -o-linear-gradient(to bottom, #e3f1d6 10%, #fdffe3 100%) no-repeat 0 5px, url("../images/shadow.png") repeat-x center 0, linear-gradient(to right, #e8f5dc, #e8f5dc) no-repeat 0 bottom;
  background-size: 100% 620px,100% 30px,100% 80px;
}
.body_bg#inner,
.body_bg#gallery {
  background-size: 0 0, 0 0,100% 80px;
}
@media screen and (max-width: 767px) {
  .body_bg {
    width: auto!important;
    background-size: 100% 2700px,100% 30px,100% 134px;
  }
  .body_bg#inner,
  .body_bg#gallery {
    background-size: 0 0,0 0,100% 220px;
  }
}
@media screen and (max-width: 480px) {
  .body_bg {
    background-size: 100% 2545px,100% 30px,100% 152px;
  }
  .body_bg#inner,
  .body_bg#gallery {
    background-size: 0 0,0 0,100% 235px;
  }
}
@media screen and (max-width: 400px) {
  .body_bg {
    background-size: 100% 2470px,100% 30px,100% 152px;
  }
  .body_bg#inner,
  .body_bg#gallery {
    background-size: 0 0,0 0,100% 235px;
  }
}
.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: #47a4d9;
  border-radius: 500px;
}
.back-to-top a:hover {
  background: #247db0;
}
@media screen and (min-width: 992px) {
  #header {
    width: 100%!important;
  }
}
@media screen and (max-width: 767px) {
  .body_wrap {
    padding-top: 50px;
  }
  .screen and {
    padding: 0;
  }
  body {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 767px) {
  .body_wrap {
    min-width: 970px!important;
  }
  .container {
    width: 970px!important;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px!important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 970px!important;
  }
}
#bg-slide {
  position: relative;
}
#bg-slide .mask {
  background: url("../images/mask.png") repeat-x;
  background-position: bottom;
  position: absolute;
  z-index: -888;
  top: 0;
  width: 100%;
  display: block;
  height: 600px;
}
#bg-slide .slide_content {
  position: absolute;
  z-index: -9999;
  top: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#bg-slide .slide_content .owl-carousel {
  max-width: ;
  margin: 0 auto;
  display: block;
}
#bg-slide .slide_content img {
  width: 100%;
}
@media (max-width: 767px) {
  #bg-slide .mask,
  #bg-slide .slide_content {
    height: 400px;
  }
}
.header-wrap.container-fluid {
  padding: 0!important;
}
.affix {
  z-index: 9999;
}
#header {
  height: 75px;
  background: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0.7) 100%) no-repeat center top;
  background-size: 940px 75px;
  box-shadow: 1px 1px 10px #484b4e;
  position: absolute;
  top: 0;
  z-index: 99;
}
#header:before {
  width: 100%;
  height: 100%;
  background: url("../images/header-bg.png") repeat-y center top;
  position: absolute;
  left: 0;
  right: 0;
}
#header .wrap {
  width: 940px;
  margin: 0 auto;
}
#header .logo {
  width: 335px;
  height: 75px;
  display: block;
  overflow: hidden;
  float: left;
  position: absolute;
  top: 10px;
  margin-left: 25px;
  z-index: 999;
}
#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_banner {
  position: absolute;
  top: 0;
  width: 100%!important;
  overflow: hidden;
  display: block;
  height: 443px;
}
#header_banner:before {
  content: "";
  z-index: 12;
  width: 100%;
  height: 100%;
  background: url("../images/mask.png") repeat-y center top;
  position: absolute;
  top: 0;
  display: block;
  pointer-events: none;
}
#header_banner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#header_banner .owl-item {
  display: block;
  overflow: hidden;
  width: 940px!important;
  position: relative;
  z-index: 1;
  -webkit-transition: 2s;
  transition: 2s;
}
#header_banner .owl-item img {
  width: 100%;
}
#header_banner .center {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%!important;
    margin-top: 50px !important;
    padding-left: 0;
    padding-right: 0;
  }
  #header .wrap {
    width: 100%;
    height: 75px;
    position: absolute;
  }
  .logo {
    width: 100%!important;
    max-width: 335px !important;
  }
  #header_banner {
    height: 363px;
    width: auto;
    margin-top: 125px!important;
  }
  #header_banner.owl-carousel {
    height: 363px;
  }
  #header_banner .owl-item {
    width: 100vw!important;
  }
  #header_banner .owl-item img {
    width: 100vw;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    width: 95%!important;
    height: auto!important;
    margin-left: 15px!important;
  }
}
@media screen and (max-width: 320px) {
  .logo {
    margin-left: 10px!important;
  }
}
#ribbon .ribbon_position {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#ribbon .ribbon_position .ribbon {
  position: absolute;
  top: -247px;
  width: 100%;
  height: 247px;
  background: url("../images/banner_bg.png") repeat-x center 0;
  background-size: 1852px 247px;
  z-index: 50;
  pointer-events: none;
}
#widgets {
  display: block;
  margin-top: 445px;
}
@media screen and (max-width: 767px) {
  #widgets {
    margin-top: 560px;
  }
}
@media screen and (max-width: 717px) {
  #widgets {
    margin-top: 560px;
  }
}
@media screen and (max-width: 667px) {
  #widgets {
    margin-top: 560px;
  }
}
@media screen and (max-width: 617px) {
  #widgets {
    margin-top: 525px;
  }
}
@media screen and (max-width: 567px) {
  #widgets {
    margin-top: 490px;
  }
}
@media screen and (max-width: 517px) {
  #widgets {
    margin-top: 455px;
  }
}
@media screen and (max-width: 467px) {
  #widgets {
    margin-top: 420px;
  }
}
@media screen and (max-width: 417px) {
  #widgets {
    margin-top: 385px;
  }
}
@media screen and (max-width: 367px) {
  #widgets {
    margin-top: 350px;
  }
}
@media screen and (max-width: 320px) {
  #widgets {
    margin-top: 315px;
  }
}
#widgets .widget_wrap {
  margin-top: 20px;
  display: block;
}
#widgets .row1 .Col-1 {
  padding: 0!important;
  margin-left: -15px!important;
  margin-right:15px!important;
}
#widgets .row1 .Col-2 {
  padding: 0!important;
  margin-left: 15px!important;
}
#widgets .row1 .Col-3 {
  width: 455px!important;
  margin-top: -5px !important;
}
@media screen and (max-width: 767px) {
  #widgets .row {
    margin: 0!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 {
    width: 100%!important;
    padding: 0 0 30px 0!important;
    margin: 0!important;
  }
}
@media screen and (max-width: 480px) {
  #widgets .row1 .Col-1,
  #widgets .row1 .Col-2,
  #widgets .row1 .Col-3 {
    padding: 0 0 10px 0!important;
  }
}
@media screen and (max-width: 320px) {
  #widgets .row1 .Col-1,
  #widgets .row1 .Col-2,
  #widgets .row1 .Col-3 {
    padding: 0!important;
  }
}
/*--------------------------------[6 Footer]-------------------------*/
#footer {
  height: ;
  margin-top: ;
  position: relative;
  z-index: 1!important;
}
#footer .row-footer .contact {
  padding: 0 4px;
  margin-bottom: 12px;
}
#footer .row-footer .contact div {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #1e2862;
}
#footer .row-footer .contact div a {
  color: #1e2862;
}
#footer .row-footer .contact .address > span {
  display: inline-block;
  width: 310px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
}
#footer .row-footer .contact .address a {
  margin-left: 6px;
}
#footer .row-footer .contact .address a span {
  color: #ffffff;
  background: #4c8bcb;
  padding: 1px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#footer .row-footer .contact .address a:hover span {
  color: #484b4e;
  background: #6098d1;
}
#footer .row-footer .contact .phone {
  margin-left: 15px;
}
#footer .row-footer .contact .phone span {
  margin-right: 5px;
  font-size: 12px;
  color: #484b4e;
}
#footer .row-footer .contact .phone span a {
  font-size: 12px;
  text-decoration: underline;
  color: #71b9e2;
}
#footer .row-footer .contact .phone span a:hover {
  color: #47a4d9;
}
#footer .copyright {
  font-size: 85%;
  color: #a0a1a2;
}
#footer .myid {
  font-size: 85%;
  margin-bottom: 20px;
  color: #a0a1a2;
  text-align: right;
}
#footer .myid a {
  color: #71b9e2;
}
#footer .myid a:hover {
  color: #47a4d9;
}
@media screen and (max-width: 767px) {
  #footer {
    height: auto;
  }
  #footer .row-footer {
    margin-top: 0;
    padding-top: 10px;
    margin-left: -15px;
  }
  #footer .row-footer .contact {
    font-size: 110%;
  }
  #footer .row-footer .contact a {
    font-size: 110%;
  }
  #footer .row-footer .contact div {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  #footer .row-footer .contact div a {
    color: #9a9a9a;
  }
  #footer .row-footer .contact .address a {
    display: block;
    max-width: 200px;
    margin: 10px auto;
  }
  #footer .row-footer .contact .address a span {
    display: block;
    max-width: 200px;
    padding: 10px 50px;
    color: #ffffff;
    background: #4c8bcb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #footer .row-footer .contact .address a:hover span {
    color: #484b4e;
    background: #6098d1;
  }
  #footer .row-footer .contact .phone {
    margin: 0 auto;
    text-align: center;
    width: auto;
  }
  #footer .row-footer .contact .phone span {
    display: block;
    margin-bottom: 10px;
  }
  #footer .row-footer .contact .phone span a {
    color: #7dbfd9;
    text-decoration: underline;
  }
  #footer .copyright {
    text-align: center;
    margin-bottom: 10px;
    color: #868889;
  }
  #footer .myid {
    text-align: center;
    color: #868889;
    margin-bottom: 5px;
  }
  #footer .myid a {
    color: #7dbfd9;
  }
}
@media screen and (max-width: 340px) {
  #footer .row-footer .contact .address > span {
    width: 100%!important;
  }
}
#header_banner .owl-controls,
.owl-pagination,
.owl-nav {
  display: none;
}
#header_banner .owl-stage-outer .owl-stage .owl-item {
  position: relative;
  overflow: hidden;
}
.owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: center;
  /* Styling Next and Prev buttons */
  /* 7.1 Use it for non-touch hover action */
  /* 7.2 Styling Pagination*/
}
.owl-theme .owl-controls .owl-nav div {
  position: absolute;
}
.owl-theme .owl-controls .owl-nav div {
  color: #cce6f0;
  zoom: 1;
  width: 22px;
  height: 22px;
  display: block;
  line-height: 22px;
  font-size: 13px;
  border-radius: 500px;
  background: #9a9a9a;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-theme .owl-controls .owl-nav div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 8px;
  top: 50%;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  right: 8px;
  top: 50%;
}
.owl-theme .owl-controls .owl-dots {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dot span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0px 4px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-radius: 500px;
  background: #9a9a9a;
}
.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
  background: #cce6f0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-dot span.owl-numbers {
  /* If PaginationNumbers is true */
  height: auto;
  width: auto;
  color: #cce6f0;
  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: #288cc5 !important;
  margin: 15px 0 5px 0;
  font-weight: 100;
}
.contents_wrap h4,
.contents_wrap h5,
.contents_wrap h6 {
  color: #47a4d9 !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: 20px;
}
.contents_wrap img {
  max-width: 100%;
}
.contents_wrap img.left {
  margin: 5px 5px 5px 0px;
}
.contents_wrap img.right {
  margin: 5px 0px 5px 5px;
}
.contents_wrap ul {
  padding-left: 15px;
}
.contents_wrap ol {
  padding-left: 15px;
}
.contents_wrap ul li {
  list-style-type: disc;
  padding-bottom: 5px!important;
}
.contents_wrap ol li {
  list-style-type: decimal;
  padding-bottom: 5px!important;
}
.contents_wrap li {
  padding-bottom: 10px;
}
.contents_wrap hr {
  margin: 15px 0;
  clear: both;
  display: block;
  overflow: hidden;
  border-top: #71b9e2 1px solid;
}
.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: #ffffff;
}
.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;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ffffff;
}
.contents_wrap table th {
  border: 1px solid #ffffff;
  padding: 5px 5px;
}
.contents_wrap table td {
  padding: 5px 5px;
  border: 1px solid #000;
}
.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: 940px;
  }
  .scrollable {
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 7px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #47a4d9;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #47a4d9;
  }
  ::-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: #47a4d9 !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.slim-scroll {
  display: block;
  position: relative;
  overflow: auto;
}
/*--------------------------------------[10 POPUP]--------------------------------*/
#popup {
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", Helvetica, Arial, sans-serif;
}
#popup .popup_topbar {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0;
  background: #71b9e2;
}
#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 {
  display: block;
  position: relative;
  margin-top: 40px;
  height: 100%;
  background-image: -webkit-linear-gradient(to bottom, #c6e3f3 0%, #9bceeb 100%);
  background-image: -moz-linear-gradient(to bottom, #c6e3f3 0%, #9bceeb 100%);
  background-image: linear-gradient(to bottom, #c6e3f3 0%, #9bceeb 100%);
}
#popup .popup_content {
  position: relative;
}
#popup .popup_content .contn {
  color: #525b68;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  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: #a5d3e4;
  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: #74a5d6;
  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 #dddddd;
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #popup .paragraph_block {
    font-size: 120%;
    line-height: 29px;
  }
  #popup .popup_topbar {
    height: 65px;
  }
  #popup .popup_topbar .title {
    margin-top: 20px!important;
    font-size: 20px;
  }
  #popup .popup_content .contn {
    padding: 20px;
  }
  #popup .scroll-pane {
    display: block;
    padding-top: 30px;
  }
  #popup .scroll-pane .title {
    font-size: 23px!important;
    line-height: 28px!important;
  }
  #popup .popup_content .popup_pictures {
    margin-bottom: 10px;
  }
  #popup .popup_content .popup_pictures .wrap {
    padding: 15px;
  }
  #popup .popup_content .popup_pictures .picture {
    float: none;
    display: block;
    margin: 0px auto 30px;
    width: 100%;
  }
}
.btn09 .sub_lv.dropLeft {
  width: 180px;
  left: -101%;
  float: right;
}
.btn09 .sub_lv.dropLeft > span:after {
  content: '\f104';
}
.btn09 .sub_lv.dropLeft > li {
  float: right;
}
.btn09 .sub_lv.dropLeft > li.parent > span:after {
  content: '\f104';
}
/*
-----------------------------------------------
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>

===========================================================*/
.award {
  margin-top: 13px;
}
#widget {
  z-index: 5;
}
.widget {
  position: relative;
  padding: 5px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.widget .wrap {
  display: block;
  overflow: hidden;
}
.widget .div_title {
  color: #ffffff;
  font-size: 17px;
  width: ;
  height: 33px;
  line-height: 33px;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  background: #71b9e2;
}
.widget .div_title span {
  position: absolute;
  top: 9px;
  left: 13px;
  width: 67px;
  height: 16px;
}
.widget .div_title .more {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 25px;
  height: 14px;
  line-height: 24px;
  text-align: center;
}
.widget .div_title .more > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/more.png") no-repeat 0 0;
  background-size: contain;
}
.widget .more {
  background: ;
  font-size: 80%;
  float: right;
}
.widget .more:hover {
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .widget {
    font-size: 110%;
    line-height: 25px;
  }
  .div_title {
    font-size: 20px!important;
  }
  .slim-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    height: auto !important;
  }
  .news .slim-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    max-height: 300px !important;
  }
}
.login {
  background: transparent;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .login {
    margin-bottom: 30px;
  }
}
.login .div_title {
  background: transparent;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.login .div_title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 20px;
  background: url("../images/login_title.png") no-repeat 0 0;
  background-size: contain;
}
.login .wrap .form-wrap {
  width: 100%;
  max-width: 500px;
  padding-right: 82px;
}
.login .login_btn {
  position: absolute;
  right: 0px;
  bottom: 4px;
  width: 80px;
  height: 75px;
  line-height: 17px;
  background: url("../images/login_bg.png") no-repeat 0 0;
  background-size: contain;
  text-align: center;
  color: #f7f7f7;
}
.login .login_btn div {
  position: absolute;
  top: -3px;
  left: -2px;
  width: 100%;
  height: 100%;
  background: url("../images/login_text.png") no-repeat center center;
  background-size: 36px 17px;
}
.login .id-wrap {
  margin-bottom: 10px;
}
.login input {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 6px 8px;
  font-size: 14px;
  border-width: 0;
  outline: none;
  border-bottom: 1px solid #9a9a9a;
  letter-spacing: 1px;
}
.login input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #93989c;
  font-size: 14px;
}
.login input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #484b4e;
  font-size: 15px;
}
.login input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #484b4e;
  font-size: 15px;
}
.login input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #484b4e;
  font-size: 15px;
}
.gallery {
  width: 425px;
  margin: 0 auto;
  background: transparent;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.gallery .div_title {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 132px;
  height: 66px;
  background: url("../images/camera.png") no-repeat 0 0;
  background-size: contain;
  z-index: 98;
}
.gallery .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 318px;
  overflow: hidden;
  color: #fff;
  background-image: url("../images/border1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 425px 294px;
  z-index: 97;
  pointer-events: none;
}
.gallery .wrap {
  background: #ffffff;
  position: relative;
  background: transparent;
  height: 318px;
  overflow: hidden;
}
.gallery .wrap .owl-carousel {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  display: block;
  color: #fff;
}
.gallery .wrap .owl-carousel iframe {
  width: 425px;
  height: 294px;
  padding: 0;
}
.gallery .wrap .owl-carousel .owl-stage-outer {
  height: 294px;
  overflow: hidden;
  color: #fff;
  background: #71b9e2;
  -webkit-mask-image: url("../images/maskborder.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 425px 294px;
}
.gallery .wrap .owl-carousel .owl-controls {
  display: block;
  height: 25px;
  position: relative;
}
.gallery .wrap .owl-carousel .owl-controls .owl-nav {
  display: none;
}
.gallery .wrap .owl-carousel .owl-dots {
  position: absolute;
  left: 25px;
  bottom: 12px;
  line-height: 6px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-bottom: 30px;
  }
  .gallery .owl-carousel {
    height: 313px !important;
  }
  .gallery .owl-carousel img {
    max-width: 100%!important;
  }
  .gallery .owl-stage-outer,
  .gallery .owl-stage,
  .gallery .owl-item {
    height: 289px!important;
  }
}
@media screen and (max-width: 480px) {
  .gallery {
    width: 100%!important;
  }
  .gallery .wrap {
    height: 308px!important;
  }
  .gallery .owl-carousel {
    height: 308px!important;
  }
  .gallery .owl-stage-outer,
  .gallery .owl-stage,
  .gallery .owl-item {
    width: 100%;
    height: 278px!important;
  }
  .gallery .bg {
    background-size: 100% 278px!important;
  }
  .gallery .owl-stage-outer {
    -webkit-mask-size: 100% 278px!important;
  }
}
@media screen and (max-width: 390px) {
  .gallery {
    width: 100%!important;
  }
  .gallery .wrap {
    height: 235px!important;
  }
  .gallery .owl-stage-outer,
  .gallery .owl-stage,
  .gallery .owl-item {
    width: 100%;
    height: 205px!important;
  }
  .gallery .bg {
    background-size: 100% 205px!important;
  }
  .gallery .owl-stage-outer {
    -webkit-mask-size: 100% 205px!important;
  }
}
.news,
.award,
.notice,
.gallery-list,
.widget-list {
  box-shadow: 2px 2px 10px #aaaaaa;
}
@media screen and (max-width: 767px) {
  .news,
  .award,
  .notice,
  .gallery-list,
  .widget-list {
    margin-bottom: 30px;
  }
}
.news .div_title span,
.award .div_title span,
.notice .div_title span,
.gallery-list .div_title span,
.widget-list .div_title span {
  background: url("../images/award_text.png") no-repeat 0 0;
  background-size: contain;
}
.news .wrap,
.award .wrap,
.notice .wrap,
.gallery-list .wrap,
.widget-list .wrap {
  background: #ffffff;
  padding-top: 5px;
}
.news ul,
.award ul,
.notice ul,
.gallery-list ul,
.widget-list ul {
  padding: 0 5px;
  margin-top: -5px;
}
.news li,
.award li,
.notice li,
.gallery-list li,
.widget-list li {
  position: relative;
  padding: 15px 9px 0;
  min-height: 103px;
  border-bottom: solid 1px #9bb3c0;
  display: block;
  overflow: hidden;
}
.news li.last,
.award li.last,
.notice li.last,
.gallery-list li.last,
.widget-list li.last {
  border-bottom: 0;
}
.news li:hover:not(.sticky),
.award li:hover:not(.sticky),
.notice li:hover:not(.sticky),
.gallery-list li:hover:not(.sticky),
.widget-list li:hover:not(.sticky) {
  background: #71b9e2;
}
.news li:hover:not(.sticky) a,
.award li:hover:not(.sticky) a,
.notice li:hover:not(.sticky) a,
.gallery-list li:hover:not(.sticky) a,
.widget-list li:hover:not(.sticky) a {
  color: #ffffff;
}
.news li a,
.award li a,
.notice li a,
.gallery-list li a,
.widget-list li a {
  display: block;
  color: #525b68;
  margin-top: 9px;
}
.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: #323232;
}
.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: #71b9e2;
}
.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: 103px;
  height: 77px;
  line-height: 77px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.news li .thumb img,
.award li .thumb img,
.notice li .thumb img,
.gallery-list li .thumb img,
.widget-list li .thumb img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 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;
  padding-left: 121px ;
  height: 66px;
}
.news li .content .title,
.award li .content .title,
.notice li .content .title,
.gallery-list li .content .title,
.widget-list li .content .title {
  margin-right: 5px;
  letter-spacing: 1px;
}
.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: 1px 10px;
  background: #cce6f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #9a9a9a;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}
.news li.sticky .date,
.award li.sticky .date,
.notice li.sticky .date,
.gallery-list li.sticky .date,
.widget-list li.sticky .date {
  color: #ec5e5f;
  background: #ffe3e7;
}
.news li.sticky a,
.award li.sticky a,
.notice li.sticky a,
.gallery-list li.sticky a,
.widget-list li.sticky a {
  color: #910d0d;
}
.news li.sticky a .title,
.award li.sticky a .title,
.notice li.sticky a .title,
.gallery-list li.sticky a .title,
.widget-list li.sticky a .title {
  color: #910d0d;
}
.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: #620909;
}
.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 ;
}
.news,
.award {
  padding-bottom: 11px;
}
.award li .thumb img {
  max-height: 80%;
}
.news .wrap li {
  padding: 16px 5px 12px;
  font-size: 13px;
  height: auto;
}
.news .wrap li.no-thumb {
  min-height: 100px;
}
.news .wrap li.no-thumb .content {
  position: static;
  margin: 30px 0 0;
}
.news .wrap li.thumb {
  min-height: 200px;
}
.news .wrap li div.thumb {
  position: static;
  margin: 30px 0 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 115px;
  height: 74px;
}
.news .wrap li .content {
  padding-left: 0;
  height: auto;
}
.news .wrap li .content a {
  font-size: 13px;
}
.news .wrap li .content .date {
  position: absolute;
  top: 15px;
  left: 5px;
}
.replyslip .slim-scroll {
  height: 160px;
}
.handbook .slim-scroll {
  height: 186px;
}
.news .slim-scroll {
  height: 405px;
}
.award .slim-scroll {
  height: 204px;
}
.notice .slim-scroll {
  height: 200px;
}
.gallery-list .slim-scroll {
  height: 150px;
}
.news .div_title span {
  background: url("../images/news_text.png") no-repeat 0 0;
  background-size: contain;
}
.award .div_title {
  color: #ffffff !important;
}
.handbook,
.schoolgallery {
  width: 100%;
  height: 80px;
  padding: 0;
  overflow: visible;
  position: relative;
  background: url("../images/handbook_bg.png") no-repeat 0 0;
  background-size: contain;
}
.handbook > a,
.schoolgallery > a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.handbook > a > div,
.schoolgallery > a > div {
  position: relative;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 128px;
  height: 36px;
}
.handbook > a > div i,
.schoolgallery > a > div i {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: url("../images/handbook.png") no-repeat 0 0;
  background-size: contain;
}
.handbook > a > div span,
.schoolgallery > a > div span {
  position: absolute;
  top: 6px;
  right: 0;
  width: 78px;
  height: 20px;
  background: url("../images/handbook_text.png") no-repeat 0 0;
  background-size: contain;
}
.schoolgallery {
  background-image: url("../images/schoolgallery_bg.png");
  margin: 9px 0;
}
.schoolgallery > a > div > i {
  background-image: url("../images/schoolgallery.png");
}
.schoolgallery > a > div > span {
  background-image: url("../images/schoolgallery_text.png");
}
@media screen and (max-width: 767px) {
  .handbook,
  .schoolgallery {
    width: 242px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #widgets .row2 > .Col-1 {
    margin-right: 0!important;
  }
}
@media screen and (min-width: 767px) {
  .row2 .col-sm-5.Col-2 {
    width: 389px;
  }
}
.calendar {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 2px 2px 5px #ccc;
}
.calendar #calendar .cal_table {
  height: 261px;
  background: #ffffff;
}
.calendar #calendar .cal_table table {
  *width: 100%;
  width: 100%;
  margin: 0 auto;
}
.calendar #calendar .cal_table table tr:first-child {
  background: #71b9e2;
  height: 34px;
}
.calendar #calendar .months {
  position: relative;
  text-align: center;
  width: auto;
  height: 34px;
  vertical-align: middle;
  line-height: 34px;
  border: 0px solid #dfdfdf;
}
.calendar #calendar .years {
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 125px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  font-size: 16px;
  color: #f7f7f7;
}
.calendar #calendar .months > a {
  color: #ffffff !important;
  top: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 13px;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
}
.calendar #calendar .months > a:hover {
  color: #ababab;
}
.calendar #calendar #premonth {
  float: left;
}
.calendar #calendar #nextmonth {
  float: right;
}
.calendar #calendar .blank,
.calendar #calendar .blank > td {
  height: 5px;
  border-width: 0;
}
.calendar #calendar .weeks_bar {
  background: #efefef;
  margin-top: 5px;
  height: 34px;
  line-height: 34px;
}
.calendar #calendar .weeks {
  color: #3e78f8;
  *background: #efefef;
  font-size: 10px;
  text-align: center;
}
.calendar #calendar .weeks.sat,
.calendar #calendar .weeks.sun {
  color: #fb3831;
}
.calendar #calendar tr {
  height: 30px;
  margin: 0 5px;
}
.calendar #calendar tr:last-child > td {
  border-bottom: 1px solid #dfdfdf;
}
.calendar #calendar td {
  width: 35px;
  height: 30px;
  letter-spacing: 0;
  color: #5c5c5c;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
.calendar #calendar td:first-child {
  color: #909090;
  border-left-width: 0;
}
.calendar #calendar td:first-child a {
  color: #909090;
}
.calendar #calendar td:last-child {
  color: #909090;
}
.calendar #calendar td:last-child a {
  color: #909090;
}
.calendar #calendar td > a {
  *width: 100%;
  *text-align: center;
  *display: block;
  color: #5c5c5c;
  font-size: 10px;
}
.calendar #calendar .holiday {
  background: #fffbbe;
}
.calendar #calendar .event {
  background: #cce6f0;
}
.calendar #calendar .today,
.calendar #calendar .today > a {
  color: #4c8bcb;
  font-weight: 600;
}
.calendar .wrap {
  background: #ffffff;
  padding: 9px 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 5px;
}
.calendar .slim-scroll {
  height: 117px;
}
.calendar .list li {
  position: relative;
  height: 40px;
}
.calendar .list li.last {
  border-bottom: 0;
}
.calendar .list li:hover {
  background: #71b9e2;
}
.calendar .list li a {
  color: #525b68;
  padding: 0 5px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.calendar .list li a:hover {
  color: #ffffff;
}
.calendar .list li .title {
  position: relative;
  margin-left: 44px;
  line-height: 40px;
  display: inline-block;
}
.calendar .list li .date {
  position: absolute;
  padding: 0 12px 0 1px;
  font-size: 20px;
  top: 5px;
  left: 0;
  text-align: center;
  border-right: 1px solid #dfdfdf;
}
.calendar .list li .holiday,
.calendar .list li .event,
.calendar .list li .today {
  color: #4c8bcb;
}
@media screen and (max-width: 767px) {
  .calendar {
    width: auto!important;
    margin-bottom: 30px;
  }
  .calendar #calendar .cal_table {
    height: 340px;
  }
  .calendar #calendar tr {
    height: 42px;
  }
  .calendar #calendar .months {
    font-size: 18px;
  }
  .calendar #calendar .years {
    font-size: 18px;
  }
  .calendar #calendar .slim-scroll {
    height: auto!important;
    max-height: 300px;
  }
  .calendar .list li .title {
    width: 60%;
    position: absolute;
    margin-left: 35%;
    padding-left: 0;
  }
  .calendar .list li .date {
    font-size: 100%;
    width: 30%;
    text-align: center;
  }
}
.replyslip {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 1000;
}
.replyslip .div_title {
  float: left;
  display: inline-block;
}
.replyslip .dropdown-menu {
  background: #ffffff;
  width: 100%;
}
.replyslip .wrap {
  background: #ffffff;
  padding: 0 7px 36px;
  height: auto!important;
}
@media screen and (max-width: 767px) {
  .replyslip .wrap {
    min-height: 216px!important;
  }
  .replyslip .wrap .slim-scroll {
    height: 400px;
  }
}
.replyslip .list li {
  position: relative;
}
.replyslip .list li.last {
  border-bottom: 0;
}
.replyslip .list li:hover {
  background: #fffdd8;
}
.replyslip .list li a {
  color: #525b68;
  font-size: 13px;
  padding: 5px;
  display: block;
}
.replyslip .list li a:hover {
  color: #cce6f0;
}
.replyslip .list li .title {
  position: relative;
  padding-left: 88px;
  display: inline-block;
  padding-right: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.replyslip .list li .date {
  color: #ffffff;
  background: #71b9e2;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 8px;
  letter-spacing: 0;
  padding: 0 9px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.replyslip .list li i {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 17px;
  height: 17px;
  font-size: 16px;
  background: url("../images/download.png") no-repeat 0 0;
  background-size: contain;
}
.replyslip .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 25px;
  margin: 0 auto;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.replyslip .more a {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 25px;
  color: #ffffff;
  background: #71b9e2;
  text-indent: 60px;
}
.replyslip .more a span {
  position: absolute;
  left: 16px;
  top: 7px;
  width: 41px;
  height: 10px;
  background: url("../images/all.png") no-repeat center center;
  background-size: contain;
}
.replyslip .more a b {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  border: 5px solid #ffffff;
  border-left-width: 3px;
  border-right-width: 3px;
  margin-top: 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
@media screen and (max-width: 767px) {
  .replyslip .list li .title {
    font-size: 120%;
    padding-left: 110px;
    padding-right: 30px;
  }
  .replyslip .list li .date {
    font-size: 120%;
    width: 100px;
  }
  .replyslip .list li i {
    font-size: 20px;
  }
}
.handbook {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  z-index: 98;
}
.handbook .dropdown-menu {
  background: #f2c60f;
  width: 100%;
}
.handbook .wrap {
  background: #f2c60f;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .handbook .wrap {
    min-height: 216px!important;
  }
}
@media screen and (max-width: 423px) {
  .handbook .wrap {
    min-height: 216px!important;
  }
}
.handbook .list li {
  padding: 0 8px;
  padding-left: 22px;
  width: 100%;
}
.handbook .list li:not(.last) {
  border-bottom: 1px solid #dcb30c;
}
.handbook .list a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  color: #71b9e2;
  background: #ffffff;
  padding: 4px 20px;
  margin: 5px 0;
  line-height: 25px;
  margin-right: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.handbook .list a.active,
.handbook .list a:hover {
  background: #71b9e2;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .handbook .list a {
    font-size: 120%;
  }
}
.links {
  border: none;
  margin: 15px 0;
}
.links .wrap {
  margin: 10px 5px 10px  9px;
  display: block;
  overflow: hidden;
}
.links .slim-scroll {
  height: 132px;
}
.links a {
  width: 171px;
  height: 55px;
  margin: 4px 8px 7px 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  color: #525b68;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 13px;
  background: url("../images/link_bg.png") no-repeat 0 0;
  background-size: contain;
}
.links a span {
  color: #ffffff;
  height: 16px;
  vertical-align: middle;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.links a span:first-child {
  margin-top: 10px;
}
.links a img {
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.links a:hover span {
  color: #3483db;
}
.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: #ffffff;
  color: #ffffff;
}
.bg1.lt,
.bg1 .lt {
  background-color: #ffffff;
}
.bg1.lter,
.bg1 .lter {
  background-color: #ffffff;
}
.bg1.dk,
.bg1 .dk {
  background-color: #f2f2f2;
}
.bg1.dker,
.bg1 .dker {
  background-color: #e6e6e6;
}
.bg1 .bg {
  background-color: #ffffff;
}
.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: #71b9e2;
  color: #ffffff;
}
.bg2.lt,
.bg2 .lt {
  background-color: #86c3e6;
}
.bg2.lter,
.bg2 .lter {
  background-color: #9bceeb;
}
.bg2.dk,
.bg2 .dk {
  background-color: #5cafde;
}
.bg2.dker,
.bg2 .dker {
  background-color: #47a4d9;
}
.bg2 .bg {
  background-color: #71b9e2;
}
.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: #323232;
  color: #8b8b8b;
}
.bg3.lt,
.bg3 .lt {
  background-color: #3f3f3f;
}
.bg3.lter,
.bg3 .lter {
  background-color: #4c4c4c;
}
.bg3.dk,
.bg3 .dk {
  background-color: #252525;
}
.bg3.dker,
.bg3 .dker {
  background-color: #181818;
}
.bg3 .bg {
  background-color: #323232;
}
.bg3 a {
  color: #b2b2b2;
}
.bg3 a:hover {
  color: #ffffff;
}
.bg3 a.list-group-item:hover,
.bg3 a.list-group-item:focus {
  background-color: inherit;
}
.bg4 {
  background-color: #fffbbe;
  color: #ffffff;
}
.bg4.lt,
.bg4 .lt {
  background-color: #fffdd8;
}
.bg4.lter,
.bg4 .lter {
  background-color: #fffef1;
}
.bg4.dk,
.bg4 .dk {
  background-color: #fff9a4;
}
.bg4.dker,
.bg4 .dker {
  background-color: #fff88b;
}
.bg4 .bg {
  background-color: #fffbbe;
}
.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: #cce6f0;
  color: #ffffff;
}
.bg5.lt,
.bg5 .lt {
  background-color: #e0f0f6;
}
.bg5.lter,
.bg5 .lter {
  background-color: #f3f9fc;
}
.bg5.dk,
.bg5 .dk {
  background-color: #b8dcea;
}
.bg5.dker,
.bg5 .dker {
  background-color: #a5d3e4;
}
.bg5 .bg {
  background-color: #cce6f0;
}
.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: #ffffff;
}
.b2 {
  border-color: #86c3e6;
}
.b3 {
  border-color: #3f3f3f;
}
.b4 {
  border-color: #fffdd8;
}
.b5 {
  border-color: #e0f0f6;
}
.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: -25px;
}
.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;
  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;
  }
}
