/*
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: #6dc2e2;
}
.text3 {
  color: #1e7bd3;
}
.text4 {
  color: #63c1ed;
}
.text5 {
  color: #57a1e7;
}
.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: #6dc2e2;
}
.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: #6dc2e2 !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: 98px;
  display: block;
}
@media screen and (max-width: 767px) {
  #Navi {
    height: 0px!important;
  }
  #Navi .MainNav .MainNav_menu > li > a i {
    display: none;
  }
}
#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;
  z-index: 9990;
  font-size: 15px;
  /* 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: right;
}
.MainNav .MainNav_menu .divide {
  border-left: 1px solid #f2f2f2;
  background: #ffffff;
  width: 2px;
}
.MainNav .MainNav_menu > li {
  float: left;
  width: 90px;
  height: 98px;
  text-align: center;
  text-indent: 0;
  color: transparent;
  position: relative;
  transition: transform 0.3s;
  margin-right: 16px;
}
.MainNav .MainNav_menu > li:after {
  content: ' ';
  display: block;
  clear: both;
}
.MainNav .MainNav_menu > li:first-child {
  margin-left: 2px;
}
.MainNav .MainNav_menu > li:last-child {
  margin-right: 2px;
}
.MainNav .MainNav_menu > li.btn01 .sub li span:hover,
.MainNav .MainNav_menu > li.btn01 .sub li a:hover {
  background: #e5404b;
}
.MainNav .MainNav_menu > li.btn02 .sub li span:hover,
.MainNav .MainNav_menu > li.btn02 .sub li a:hover {
  background: #e96426;
}
.MainNav .MainNav_menu > li.btn03 .sub li span:hover,
.MainNav .MainNav_menu > li.btn03 .sub li a:hover {
  background: #f1b118;
}
.MainNav .MainNav_menu > li.btn04 .sub li span:hover,
.MainNav .MainNav_menu > li.btn04 .sub li a:hover {
  background: #9cc23a;
}
.MainNav .MainNav_menu > li.btn05 .sub li span:hover,
.MainNav .MainNav_menu > li.btn05 .sub li a:hover {
  background: #36b0a6;
}
.MainNav .MainNav_menu > li.btn06 .sub li span:hover,
.MainNav .MainNav_menu > li.btn06 .sub li a:hover {
  background: #1b9fd2;
}
.MainNav .MainNav_menu > li.btn07 .sub li span:hover,
.MainNav .MainNav_menu > li.btn07 .sub li a:hover {
  background: #1168ab;
}
.MainNav .MainNav_menu > li.btn08 .sub li span:hover,
.MainNav .MainNav_menu > li.btn08 .sub li a:hover {
  background: #6b6aa3;
}
.MainNav .MainNav_menu > li.btn09 .sub li span:hover,
.MainNav .MainNav_menu > li.btn09 .sub li a:hover {
  background: #996a9e;
}
.MainNav .MainNav_menu > li > a {
  /*-------------------*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*-------------------*/
  position: absolute;
  top: 0;
  width: 90px;
  height: 98px;
  background: url("../images/nav/nav-01.png") no-repeat center top;
  background-size: 68px 71px;
  font-size: 15px;
  font-weight: 600;
  line-height: 98px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle !important;
}
.MainNav .MainNav_menu > li > a > span {
  text-indent: -9999px;
  display: inline-block;
  width: 79px;
  height: 98px;
  background: url("../images/nav/nav-01_text.png") no-repeat center bottom;
  background-size: 79px 26px;
}
.MainNav .MainNav_menu > li.btn02 > a {
  background-image: url("../images/nav/nav-02.png");
}
.MainNav .MainNav_menu > li.btn02 > a > span {
  background-image: url("../images/nav/nav-02_text.png");
}
.MainNav .MainNav_menu > li.btn03 > a {
  background-image: url('../images/nav/nav-03.png');
}
.MainNav .MainNav_menu > li.btn03 > a > span {
  background-image: url("../images/nav/nav-03_text.png");
}
.MainNav .MainNav_menu > li.btn04 > a {
  background-image: url('../images/nav/nav-04.png');
}
.MainNav .MainNav_menu > li.btn04 > a > span {
  background-image: url("../images/nav/nav-04_text.png");
}
.MainNav .MainNav_menu > li.btn05 > a {
  background-image: url('../images/nav/nav-05.png');
}
.MainNav .MainNav_menu > li.btn05 > a > span {
  background-image: url("../images/nav/nav-05_text.png");
}
.MainNav .MainNav_menu > li.btn06 > a {
  background-image: url('../images/nav/nav-06.png');
}
.MainNav .MainNav_menu > li.btn06 > a > span {
  background-image: url("../images/nav/nav-06_text.png");
}
.MainNav .MainNav_menu > li.btn07 > a {
  background-image: url('../images/nav/nav-07.png');
}
.MainNav .MainNav_menu > li.btn07 > a > span {
  background-image: url("../images/nav/nav-07_text.png");
}
.MainNav .MainNav_menu > li.btn08 > a {
  background-image: url('../images/nav/nav-08.png');
}
.MainNav .MainNav_menu > li.btn08 > a > span {
  background-image: url("../images/nav/nav-08_text.png");
}
.MainNav .MainNav_menu > li.btn09 > a {
  background-image: url('../images/nav/nav-09.png');
}
.MainNav .MainNav_menu > li.btn09 > a > span {
  background-image: url("../images/nav/nav-09_text.png");
}
@media screen and (min-width: 768px) {
  .MainNav .MainNav_menu > li:hover a {
    background-size: 72px 75px;
  }
}
.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: #ffffff;
  /*border: @sub_nav_border;*/
  border-bottom: 0;
  position: absolute;
  top: -9999em;
  z-index: 9999;
  padding: 0;
  margin: 0 auto;
  opacity: 0;
  display: block;
  margin-top: 98px;
  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 #b3b3b3;
}
.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: ;
}
.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 #b3b3b3;
  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 {
  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: #1a1a1a;
  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: #ffffff;
}
/* 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: -60px;
    left: 0;
    width: 100%;
    /*----- 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;
    border-top: 1px solid #b3b3b3;
    margin: 0!important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li .sub li a:hover {
    background: #ffffff !important;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn01 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn01 .sub li a:hover {
    color: #e5404b;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn02 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn02 .sub li a:hover {
    color: #e96426;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn03 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn03 .sub li a:hover {
    color: #f1b118;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn04 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn04 .sub li a:hover {
    color: #9cc23a;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn05 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn05 .sub li a:hover {
    color: #36b0a6;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn06 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn06 .sub li a:hover {
    color: #1b9fd2;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn07 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn07 .sub li a:hover {
    color: #1168ab;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn08 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn08 .sub li a:hover {
    color: #6b6aa3;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn09 .sub li span:hover,
  .MainNav .MainNav_wrapper .MainNav_menu > li.btn09 .sub li a:hover {
    color: #996a9e;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li > a {
    /*------------------*/
    position: static;
    transform: translate(0, 0);
    background: transparent!important;
    /*------------------*/
    display: block;
    width: 100%;
    height: 50px;
    text-align: left;
    text-indent: 0!important;
    line-height: 49px!important;
    padding-left: 20px;
    font-size: 17px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li > a span {
    color: #1a1a1a;
    background: transparent;
    text-indent: 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: 1px solid #b3b3b3;
    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: #f2f2f2;
  }
  .MainNav .sub li > a,
  .MainNav .sub li > span {
    width: 100%;
    padding: 15px 10px 15px 40px;
    font-size: 18px;
  }
  .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: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
  }
  .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: #2da7d5;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive,
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse_noactive:hover {
    background: #2da7d5;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse > span {
    color: #ffffff !important;
    float: left;
    cursor: pointer;
    font-size: 18px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li.MainNav_collapse > span i {
    font-size: 20px;
  }
  .MainNav .MainNav_wrapper .MainNav_menu > li:first-child {
    margin-left: 0;
    background: #2da7d5 !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: -webkit-linear-gradient(to bottom, #75ceff 0, #cdf0ff 450px, #cdf0ff 100%) no-repeat 0 0;
  background: linear-gradient(to bottom, #75ceff 0, #cdf0ff 450px, #cdf0ff 100%) no-repeat 0 0;
  background: -moz-linear-gradient(to bottom, #75ceff 0, #cdf0ff 450px, #cdf0ff 100%) no-repeat 0 0;
  background: -o-linear-gradient(to bottom, #75ceff 0, #cdf0ff 450px, #cdf0ff 100%) no-repeat 0 0;
  background: -ms-linear-gradient(to bottom, #75ceff 0, #cdf0ff 450px, #cdf0ff 100%) no-repeat 0 0;
  background-size: 100% 100%;
}
#inner #footer,
#gallery #footer {
  margin-top: 185px!important;
}
@media screen and (max-width: 767px) {
  #inner #footer,
  #gallery #footer {
    margin-top: 100px!important;
  }
}
.body_bg {
  background: url("../images/header_bg.png") no-repeat center 0, url("../images/footer_bg.png") repeat-x center bottom;
  background-size: 1616px 715px,2063px 745px;
}
@media screen and (max-width: 767px) {
  .body_bg {
    background: url("../images/header_bg_xs.png") no-repeat center 170px, url("../images/footer_bg_xs.png") repeat-x center bottom;
    background-size: 100% auto,285px auto;
  }
}
@media screen and (max-width: 480px) {
  .body_bg {
    background: url("../images/header_bg_xs.png") no-repeat center 160px, url("../images/footer_bg_xs.png") repeat-x center bottom;
    background-size: 100% auto,285px auto;
  }
}
@media screen and (max-width: 375px) {
  .body_bg {
    background: url("../images/header_bg_xs.png") no-repeat center 150px, url("../images/footer_bg_xs.png") repeat-x center bottom;
    background-size: 100% auto,285px auto;
  }
}
@media screen and (max-width: 320px) {
  .body_bg {
    background: url("../images/header_bg_xs.png") no-repeat center 130px, url("../images/footer_bg_xs.png") repeat-x center bottom;
    background-size: 100% auto,285px auto;
  }
}
.body_bg {
  pointer-events: none;
}
#header,
#widgets,
#template,
.gallery-index,
.gallery-inner,
#footer,
.back-to-top {
  pointer-events: all;
}
.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: #42b0da;
  border-radius: 500px;
}
.back-to-top a:hover {
  background: #2287ad;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0!important;
  }
  .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;
  }
}
#header_bar {
  display: none;
}
@media screen and (max-width: 767px) {
  #header_bar {
    display: none;
  }
}
.header-wrap.container-fluid {
  padding: 0!important;
}
.affix {
  z-index: 9999;
}
#header {
  position: relative;
  pointer-events: none;
}
#header .logo {
  width: 341px;
  height: 109px;
  display: inline-block;
  overflow: hidden;
  pointer-events: all;
  margin-top: 17px;
  margin-bottom: 78px;
}
#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;
}
@media (max-width: 767px) {
  #header .logo {
    /*width: 95%!important;
		height: auto!important;*/
  }
}
#header .wrap {
  position: relative;
  pointer-events: none;
}
#header .wrap #Navi {
  pointer-events: all;
}
#header #header_banner {
  /*---------------------*/
  display: none;
}
#header .extraButton {
  pointer-events: all;
  position: absolute;
  top: 15px;
  right: 6px;
}
#header .extraButton .group li {
  float: left;
  height: 43px;
  margin-right: 5px;
  position: relative;
}
#header .extraButton .group li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  /*-------------------*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*-------------------*/
}
#header .extraButton .group li.firstPage {
  width: 61px;
}
#header .extraButton .group li.firstPage > a {
  background: url("../images/firstPage.png") no-repeat center 0;
  background-size: 57px 43px;
}
#header .extraButton .group li.firstPage:hover > a {
  background-size: 61px 46px;
}
#header .extraButton .group li.siteMap {
  width: 94px;
}
#header .extraButton .group li.siteMap > a {
  background: url("../images/siteMap.png") no-repeat center 0;
  background-size: 88px 43px;
}
#header .extraButton .group li.siteMap:hover > a {
  background-size: 94px 46px;
}
#header .extraButton .group li.facebook {
  width: 46px;
}
#header .extraButton .group li.facebook > a {
  background: url("../images/FB.png") no-repeat center 0;
  background-size: 43px 43px;
}
#header .extraButton .group li.facebook:hover > a {
  background-size: 46px 46px;
}
@media screen and (max-width: 767px) {
  #header #header {
    margin-top: 0!important;
  }
  #header #Navi {
    margin: 0!important;
  }
  #header .logo {
    width: 75%;
    max-width: 341px;
    height: auto;
    display: block;
    margin: 10px auto;
    margin-bottom: 200px;
  }
  #header .extraButton {
    top: -56px;
    z-index: 9999;
  }
}
@media screen and (max-width: 580px) {
  #header .logo {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 480px) {
  #header .logo {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 375px) {
  #header .logo {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 320px) {
  #header .logo {
    margin-bottom: 70px;
  }
  #header .extraButton .group li{
    margin-right:0;
  }
}
#widgets {
  display: block;
}
#widgets .widget_wrap {
  margin-top: 12px;
  display: block;
}
#widgets .row1 .Col-1 {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
#widgets .row1 .Col-2 {
  padding-left: 5px!important;
  padding-right: 15px!important;
}
#widgets .row2 {
  position: relative;
  margin: 15px 0;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-image: -webkit-linear-gradient(to bottom, rgba(230, 248, 255, 0.8) 0%, rgba(230, 248, 255, 0.8) 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(230, 248, 255, 0.8) 0%, rgba(230, 248, 255, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(230, 248, 255, 0.8) 0%, rgba(230, 248, 255, 0.8) 100%);
  background-position: center center;
  background-size: 940px 100%;
}
#widgets .row2 .Col-1 {
  padding-left: 12px!important;
  padding-right: 10px!important;
}
#widgets .row2 .Col-2 {
  padding-left: 8px!important;
  padding-right: 13px!important;
}
#widgets .row2 .Col-3 {
  padding-left: 6px!important;
  padding-right: 0!important;
}
#widgets .row2:before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 27px;
  width: 579px;
  height: 59px;
  background: url("../images/row3_bg.png") no-repeat 0 0;
  background-size: 579px 59px;
}
#widgets .row2:after {
  content: "";
  display: block;
  clear: both;
}
#widgets .row3 {
  margin: 25px 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-image: -webkit-linear-gradient(to bottom, rgba(230, 248, 255, 0.7) 0%, rgba(230, 248, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(230, 248, 255, 0.7) 0%, rgba(230, 248, 255, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(230, 248, 255, 0.7) 0%, rgba(230, 248, 255, 0.5) 100%);
  background-position: center center;
  background-size: 940px 100%;
}
#widgets .row3 .Col-1 {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
#widgets .row3:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #widgets .row {
    margin: 15px!important;
  }
  #widgets .row1:before,
  #widgets .row2:before {
    display: none;
  }
  #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 0 20px 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: 110px;
  position: relative;
  z-index: 1!important;
}
#footer .row-footer {
  padding-left: 10px;
}
#footer .row-footer .contact {
  padding-right: 30px;
  margin-bottom: 15px;
}
#footer .row-footer .contact div {
  display: inline-block;
}
#footer .row-footer .contact .address {
  width: 330px;
  color: #4d4d4d;
  font-size: 13px;
  letter-spacing: 1px;
}
#footer .row-footer .contact .address a {
  color: #4d4d4d;
}
#footer .row-footer .contact .address a {
  box-shadow: 0 5px 5px #375eae;
}
#footer .row-footer .contact .address a span {
  color: #375eae;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  background-image: -webkit-linear-gradient(to bottom, #fcf2b1 0%, #fae980 100%);
  background-image: -moz-linear-gradient(to bottom, #fcf2b1 0%, #fae980 100%);
  background-image: linear-gradient(to bottom, #fcf2b1 0%, #fae980 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#footer .row-footer .contact .address a:hover span {
  color: #0d0d0d;
  background-image: -webkit-linear-gradient(to bottom, #fbed99 0%, #f9e567 100%);
  background-image: -moz-linear-gradient(to bottom, #fbed99 0%, #f9e567 100%);
  background-image: linear-gradient(to bottom, #fbed99 0%, #f9e567 100%);
}
#footer .row-footer .contact .phone {
  width: 585px;
  text-align: right;
  font-size: 13px;
}
#footer .row-footer .contact .phone span {
  color: #4d4d4d;
}
#footer .row-footer .contact .phone span:nth-child(2) {
  margin-left: 22px;
  margin-right: 35px;
}
#footer .row-footer .contact .phone span a {
  color: #4d4d4d;
  text-decoration: none;
  letter-spacing: 1px;
}
#footer .row-footer .contact .phone span a:hover {
  color: #000000;
}
#footer .copyright {
  font-size: 85%;
  color: #4d4d4d;
  padding-left: 0;
}
#footer .myid {
  font-size: 85%;
  padding-right: 43px;
  margin-bottom: 27px;
  color: #4d4d4d;
  text-align: right;
}
#footer .myid a {
  color: #4d4d4d;
}
#footer .myid a:hover {
  color: #000000;
}
@media screen and (max-width: 767px) {
  #footer {
    height: auto;
    margin-top: 50px;
  }
  #footer .row-footer {
    margin-top: 0;
    padding-top: 10px;
    margin-left: -15px;
  }
  #footer .row-footer .contact {
    font-size: 110%;
    padding-right: 0px;
  }
  #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 {
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  #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: #4d4d4d;
    background: #f8e14f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #footer .row-footer .contact .address a:hover span {
    font-weight: 600;
    color: #000000;
    background: #fae980;
  }
  #footer .row-footer .contact .phone {
    margin: 0 auto;
    text-align: center;
    width: auto;
  }
  #footer .row-footer .contact .phone span {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #footer .row-footer .contact .phone span a {
    color: #1b6ebd;
    text-decoration: none;
  }
  #footer .copyright {
    text-align: center;
    margin-bottom: 10px;
    color: #333333;
  }
  #footer .myid {
    text-align: center;
    color: #333333;
    margin-bottom: 5px;
  }
  #footer .myid a {
    color: #1b6ebd;
  }
}
#header .owl-controls,
.owl-pagination,
.owl-nav {
  display: none;
}
#header_banner .owl-stage-outer .owl-stage .owl-item {
  height: ;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header_banner .owl-stage-outer .owl-stage .owl-item {
    height: 480px;
  }
  #header_banner .owl-stage-outer .owl-stage .owl-item div img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #header_banner .owl-stage-outer .owl-stage .owl-item {
    height: 300px;
  }
}
@media screen and (max-width: 320px) {
  #header_banner .owl-stage-outer .owl-stage .owl-item {
    height: 200px;
  }
}
#header_banner .owl-stage-outer .owl-stage .owl-item div {
  position: absolute;
  max-width: 767px;
  max-height: 480px;
  width: 100%;
  height: 100%;
}
#header_banner .owl-stage-outer .owl-stage .owl-item div img {
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  text-align: left;
  /* 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: #100f0f;
  zoom: 1;
  width: 22px;
  height: 22px;
  display: block;
  line-height: 22px;
  font-size: 13px;
  border-radius: 500px;
  background: #ffffff;
  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;
  left: 5px;
  bottom: 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: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-radius: 500px;
  background: #bcbabd;
}
.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
  background: #c4a3e8;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-dot span.owl-numbers {
  /* If PaginationNumbers is true */
  height: auto;
  width: auto;
  color: #100f0f;
  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: #1b6ebd !important;
  margin: 15px 0 5px 0;
  font-weight: 100;
}
.contents_wrap h4,
.contents_wrap h5,
.contents_wrap h6 {
  color: #2a88e1 !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: #57a1e7 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 #ffffff;
}
.chi .contents_wrap p {
  letter-spacing: 2px!important;
  word-wrap: break-word;
}
.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: #2798c2;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #2798c2;
  }
  ::-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: #2798c2 !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.slim-scroll {
  display: block;
  position: relative;
  overflow: auto;
}
/*--------------------------------------[10 POPUP]--------------------------------*/
#popup {
  margin: 0 auto;
  position: absolute;
  display: block;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  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;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0;
  background: #6dc2e2;
}
#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%;
  overflow: auto;
  background-image: -webkit-linear-gradient(to bottom, #fefae2 0%, #fcf2b1 100%);
  background-image: -moz-linear-gradient(to bottom, #fefae2 0%, #fcf2b1 100%);
  background-image: linear-gradient(to bottom, #fefae2 0%, #fcf2b1 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: #2a88e1;
  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: #98d4ea;
  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;
    overflow: auto;
    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%;
  }
}
[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;
  }
}
/*
-----------------------------------------------
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;
  overflow: hidden;
}
.widget .wrap {
  display: block;
  overflow: hidden;
}
.widget .div_title {
  width: ;
  height: 44px;
  line-height: 44px;
  position: relative;
  overflow: hidden;
}
.widget .div_title i {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 30px;
  background: url("../images/title/login.png") no-repeat 0 center;
  background-size: 37px 30px;
}
.widget .div_title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 124px;
  height: 16px;
  background: url("../images/title/news.png") no-repeat 0 center;
  background-size: 124px 16px;
}
.widget .div_title .more {
  position: absolute;
  right: 9px;
  bottom: 14px;
  width: 53px;
  height: 15px;
  text-align: center;
}
.widget .div_title .more > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/title/more.png") no-repeat 0 center;
  background-size: 53px 15px;
}
.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;
  }
}
.motto {
  margin-top: 20px;
  height: 164px;
  position: relative;
  -webkit-mask-image: url("../images/motto_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 303px 164px;
  background-color: #ffffff;
  pointer-events: all;
}
.motto .motto_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/motto.png") no-repeat center center;
  background-size: 303px 164px;
  pointer-events: none;
}
.motto .div_title {
  height: 54px;
}
.motto .div_title i {
  width: 38px;
  height: 56px;
  left: 22px;
  background: url("../images/title/motto.png") no-repeat 0 center;
  background-size: 38px 37px;
}
.motto .div_title span {
  width: 98px;
  height: 56px;
  left: 63px;
  background: url("../images/title/motto_text.png") no-repeat 0 center;
  background-size: 98px 28px;
}
.motto .div_title .more {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 70px;
  height: 30px;
  background: #f3b218;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  pointer-events: all;
}
.motto .div_title .more a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/title/more.png") no-repeat center center;
  background-size: 47px 14px;
}
.motto .wrap {
  margin: 0 15px;
  border-top: 2px solid #f3b218;
}
.motto .wrap .motto_content {
  padding: 7px;
  height: 80px;
  overflow: hidden;
}
.motto .wrap .motto_content .title {
  display: block;
  line-height: 25px;
}
.motto .wrap .motto_content .date {
  margin-top: 2px;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .motto {
    height: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-mask-image: none;
  }
  .motto .motto_bg {
    display: none;
  }
  .motto .wrap {
    position: static;
    width: auto;
  }
  .motto .wrap .motto_content {
    height: auto;
    margin: 10px 0;
  }
}
.replyslip {
  overflow: visible;
}
.replyslip .div_title {
  height: 54px;
}
.replyslip .div_title i {
  width: 41px;
  height: 54px;
  left: 5px;
  background: url("../images/title/replyslip.png") no-repeat center center;
  background-size: 41px 47px;
}
.replyslip .div_title span {
  width: 98px;
  height: 54px;
  left: 51px;
  background: url("../images/title/replyslip_text.png") no-repeat 0 center;
  background-size: 98px 29px;
}
.replyslip .contain {
  height: 62px;
  border: 3px dashed #89cc5d;
  padding: 10px;
}
.replyslip .wrap {
  padding: 5px;
  background: #ffffff;
}
.replyslip .list li {
  padding: 0 8px;
  width: 100%;
}
.replyslip .list li.last {
  border-bottom: 0;
}
.replyslip .list a {
  display: inline-block;
  width: 262px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  background: #89cc5d;
  padding: 4px 20px;
  margin: 5px 0;
  line-height: 25px;
  margin-right: 3px;
  border: 1px solid #89cc5d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.replyslip .list a.active,
.replyslip .list a:hover {
  background: #ffffff;
  color: #89cc5d;
}
.replyslip .slim-scroll {
  height: 280px!important;
}
.handbook {
  overflow: visible;
}
.handbook .div_title {
  height: 54px;
}
.handbook .div_title i {
  width: 38px;
  height: 54px;
  left: 10px;
  background: url("../images/title/handbook.png") no-repeat center center;
  background-size: 38px 46px;
}
.handbook .div_title span {
  width: 122px;
  height: 54px;
  left: 55px;
  background: url("../images/title/handbook_text.png") no-repeat 0 center;
  background-size: 122px 29px;
}
.handbook .contain {
  height: 62px;
  border: 3px dashed #33cbaf;
  padding: 10px;
}
.handbook .wrap {
  padding: 5px;
  background: #ffffff;
}
.handbook .list li {
  padding: 0 8px;
  width: 100%;
}
.handbook .list li.last {
  border-bottom: 0;
}
.handbook .list a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  background: #33cbaf;
  padding: 4px 20px;
  margin: 5px 0;
  line-height: 25px;
  margin-right: 3px;
  border: 1px solid #33cbaf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.handbook .list a.active,
.handbook .list a:hover {
  background: #ffffff;
  color: #33cbaf;
}
.handbook .slim-scroll {
  height: 280px!important;
}
.btn_handbook,
.btn_replyslip {
  height: 35px;
  display: block;
  vertical-align: middle;
  background: #ffffff;
  line-height: 35px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #89cc5d;
  position: relative;
  text-decoration: none;
}
.btn_handbook .text,
.btn_replyslip .text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 15px;
  text-indent: 10px;
  color: #9a9a9a;
}
.btn_handbook .icon,
.btn_replyslip .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: #89cc5d;
}
.btn_handbook .icon i,
.btn_replyslip .icon i {
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-width: 9px;
  border-top-color: #ffffff;
  margin-top: 13px;
  margin-left: 11px;
}
.btn_handbook div.down,
.btn_replyslip div.down {
  position: absolute;
  top: 21px;
  right: 17px;
  width: 15px;
  height: 14px;
//background: url("../images/title/handbook_d-btn.png") no-repeat 0 center;
//background-size: 15px 14px;
  z-index: 998;
}
.btn_handbook {
  border: 1px solid #33cbaf;
}
.btn_handbook .icon {
  background: #33cbaf;
}
.login {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .login {
    margin-bottom: 0;
  }
}
.login .div_title {
  height: 54px;
}
.login .div_title i {
  width: 31px;
  height: 54px;
  left: 10px;
  background: url("../images/title/login.png") no-repeat center center;
  background-size: 31px 44px;
}
.login .div_title span {
  width: 122px;
  height: 54px;
  left: 45px;
  background: url("../images/title/login_text.png") no-repeat 0 center;
  background-size: 122px 28px;
}
.login .wrap {
  padding-left: 5px;
}
.login .wrap .form-wrap {
  width: 100%;
  max-width: 700px;
  padding-right: 85px;
}
.login .login_btn {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 17px;
  background: #ef9749;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #f7f7f7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.login .login_btn div {
  width: 100%;
  height: 100%;
  background: url("../images/title/login_button.png") no-repeat center center;
  background-size: 32px 14px;
}
.login .id-wrap {
  margin-bottom: 7px;
}
.login input {
  display: block;
  width: 100%;
  height: 27px;
  line-height: 27px;
  padding: 6px 12px;
  font-size: 13px;
  border: 1.2px solid #ef9749;
  letter-spacing: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.login input:focus {
  outline: none;
}
.calendar {
  margin-top: 15px;
}
.calendar .div_title {
  height: 47px;
  line-height: 47px;
  background: transparent;
  overflow: visible;
}
.calendar .div_title i {
  width: 100%;
  height: 65px;
  background: url("../images/calendar_title.png") no-repeat center 0;
  background-size: 304px 65px;
}
.calendar .div_title span {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 74px;
  height: 47px;
  background: url("../images/title/calendar_text.png") no-repeat center center;
  background-size: 74px 28px;
}
.calendar .wrap_cal_table {
  margin: 0 12px;
  padding: 10px 12px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}
.calendar #calendar {
  overflow: hidden;
}
.calendar #calendar .cal_table {
  height: auto;
  border-bottom: 2px solid #98acdd;
  padding-bottom: 10px;
}
.calendar #calendar .cal_table table {
  *width: 100%;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.calendar #calendar .months {
  position: relative;
  text-align: left;
  width: auto;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  border: 0px solid #dfdfdf;
}
.calendar #calendar .years {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-indent: 5%;
  color: #3258ba;
}
.calendar #calendar .months > a {
  color: #3258ba;
  position: absolute;
  top: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}
.calendar #calendar .months > a:hover#premonth i {
  border-right-color: #6383d5;
}
.calendar #calendar .months > a:hover#nextmonth i {
  border-left-color: #6383d5;
}
.calendar #calendar .months > a i {
  display: inline-block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
}
.calendar #calendar #premonth {
  right: 15%;
}
.calendar #calendar #premonth i {
  border-right: 12px solid #3258ba;
}
.calendar #calendar #nextmonth {
  right: -1%;
}
.calendar #calendar #nextmonth i {
  border-left: 12px solid #3258ba;
}
.calendar #calendar .blank,
.calendar #calendar .blank > td {
  height: 5px;
  border-width: 0;
}
.calendar #calendar .weeks_bar {
  background: #ffffff;
  margin-top: 5px;
  height: 15px;
  line-height: 15px;
}
.calendar #calendar .weeks {
  color: #5a8bc7;
  *background: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  height: 17px;
  line-height: 17px;
  padding-bottom: 5px;
}
.calendar #calendar tr {
  height: 24px;
  margin: 0 5px;
}
.calendar #calendar td {
  height: 24px;
  letter-spacing: 0;
  color: #3259bb;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
}
.calendar #calendar td.holiday > a {
  background: #ffeb80;
}
.calendar #calendar td.event > a {
  background: #71cdf4;
  color: #ffffff;
}
.calendar #calendar td.today > a {
  background: #005482;
  color: #ffffff;
}
.calendar #calendar td > a {
  text-align: center;
  display: inline-block;
  width: 29px;
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #3259bb;
  font-size: 15px;
}
.calendar .wrap {
  padding: 0;
  padding-top: 9px;
  margin: 0 -2px;
}
.calendar .slim-scroll {
  min-height: 60px;
  height: auto;
}
.calendar .list li {
  position: relative;
  min-height: 30px;
  padding: 4px 0;
}
.calendar .list li:hover {
  background: #6dc2e2;
}
.calendar .list li a {
  color: #525b68;
  padding: 0 5px;
}
.calendar .list li a:hover {
  color: #3259bb;
}
.calendar .list li .title {
  vertical-align: middle;
  margin-left: 6px;
}
.calendar .list li .date {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 29px;
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #3259bb;
  font-size: 15px;
}
.calendar .list li .holiday {
  background: #ffeb80;
  color: #3259bb;
}
.calendar .list li .event {
  background: #71cdf4;
  color: #ffffff;
}
.calendar .list li .today {
  background: #005482;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .calendar {
    width: auto!important;
    margin-bottom: 30px;
  }
  .calendar .wrap_cal_table {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .calendar #calendar .cal_table {
    height: auto;
    padding-bottom: 5px;
  }
  .calendar #calendar tr {
    height: 35px;
  }
  .calendar #calendar .years {
    font-size: 22px;
  }
  .calendar #calendar .weeks {
    padding-bottom: 5px;
  }
  .calendar #calendar .slim-scroll {
    height: auto!important;
    max-height: 300px;
  }
  .calendar #calendar #premonth {
    right: 15%;
  }
  .calendar #calendar #nextmonth {
    right: 1%;
  }
  .calendar #calendar td > a {
    width: 34px;
    height: 26px;
    line-height: 26px;
    font-size: 19px;
  }
  .calendar .list li .title {
    width: 60%;
    margin-left: 10%;
    padding-left: 0;
  }
  .calendar .list li .date {
    font-size: 100%;
    text-align: center;
    margin-left: 10%;
  }
}
@media screen and (max-width: 480px) {
  .calendar #calendar td > a {
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
  .calendar #calendar td > a {
    width: 30px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  .calendar #calendar .years {
    font-size: 18px;
  }
  .calendar #premonth {
    right: 13%;
  }
}
.gallery {
  position: relative;
  margin-bottom: 15px;
  padding-top: 25px;
  height: 455px;
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}
.gallery .gallery_bg {
  position: absolute;
  top: 25px;
  left: 13px;
  width: 100%;
  height: 100%;
  background: url("../images/gallery_bg.png") no-repeat 0 0;
  background-size: 587px 430px;
  z-index: 1;
  pointer-events: none;
}
.gallery .div_title {
  position: absolute;
  width: 587px;
  height: 60px;
  left: 3px;
  z-index: 2;
}
.gallery .div_title i {
  display: none;
}
.gallery .div_title span {
  left: 258px;
  bottom: 0;
  width: 98px;
  height: 60px;
  background: url("../images/title/gallery_text.png") no-repeat center center;
  background-size: 98px 21px;
}
.gallery .wrap {
  height: 430px;
  overflow: hidden;
  position: relative;
}
.gallery .wrap .owl-carousel {
  position: relative;
  top: 66px;
  left: 34px;
  width: 543px;
  height: 339px;
  overflow: hidden;
  display: block;
}
.gallery .wrap .owl-carousel img {
  max-width: 100%;
  max-height: 339px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.gallery .wrap .owl-carousel iframe {
  width: 100%;
  height: 339px;
  padding: 0;
}
.gallery .wrap .owl-carousel .owl-stage-outer {
  height: 339px;
  background: #ffffff;
}
.gallery .wrap .owl-carousel .owl-controls {
  height: 35px;
  line-height: 32px;
}
.gallery .wrap .owl-carousel .owl-controls .owl-nav {
  display: none;
}
.gallery .wrap .owl-carousel .owl-controls .owl-dots {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.gallery .bird {
  position: absolute;
  z-index: 3;
  top: -4px;
  left: 0;
  width: 140px;
  height: 107px;
  background: url("../images/bird.png") no-repeat 0 0;
  background-size: 140px 107px;
}
.gallery .music {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 6px;
  width: 77px;
  height: 63px;
  background: url("../images/music.png") no-repeat 0 0;
  background-size: 77px 63px;
}
.gallery > .more {
  position: absolute;
  z-index: 3;
  right: 7px;
  bottom: 29px;
  width: 124px;
  height: 46px;
  background: url("../images/gallery-more.png") no-repeat 0 0;
  background-size: 124px 46px;
}
.gallery > .more a {
  position: absolute;
  width: 100%;
  height: 36px;
  background: url("../images/gallery-more_text.png") no-repeat 27px center;
  background-size: 81px 14px;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 100%;
    height: auto;
    transform: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .gallery .div_title {
    position: relative;
    left: 0;
    width: 100%;
    background: #ffffff;
  }
  .gallery .div_title span {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .gallery .div_title .more {
    position: absolute;
    top: 15px;
    right: 17px;
    width: 124px;
    height: 30px;
    background: #7e66d3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .gallery .div_title .more a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/gallery-more_text.png") no-repeat center center;
    background-size: 81px 14px;
  }
  .gallery .wrap {
    height: auto !important;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .gallery .owl-carousel {
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }
  .gallery .owl-carousel img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .gallery .owl-carousel iframe {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .gallery .owl-carousel .owl-stage-outer {
	height:calc((100vw - 30px)/1.55)!important;
	max-height:339px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  .gallery .div_title span {
    left: 20px!important;
    margin: 0!important;
  }
}
.news,
.award,
.notice,
.gallery-list,
.widget-list {
  border: 3px solid #ff758a;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #ffffff;
  padding: 0 15px;
  margin-top: 31px;
}
.news .div_title,
.award .div_title,
.notice .div_title,
.gallery-list .div_title,
.widget-list .div_title {
  height: 53px;
  position: relative;
}
.news .div_title i,
.award .div_title i,
.notice .div_title i,
.gallery-list .div_title i,
.widget-list .div_title i {
  position: absolute;
  top: 0;
  left: 4px;
  width: 45px;
  height: 56px;
  background: url("../images/title/news.png") no-repeat 0 center;
  background-size: 45px 41px;
}
.news .div_title span,
.award .div_title span,
.notice .div_title span,
.gallery-list .div_title span,
.widget-list .div_title span {
  position: absolute;
  top: 0;
  left: 51px;
  width: 98px;
  height: 56px;
  background: url("../images/title/news_text.png") no-repeat 0 center;
  background-size: 98px 29px;
}
.news .div_title .more,
.award .div_title .more,
.notice .div_title .more,
.gallery-list .div_title .more,
.widget-list .div_title .more {
  position: absolute;
  top: 13px;
  right: 0;
  width: 70px;
  height: 30px;
  background: #ff758a;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.news .div_title .more a,
.award .div_title .more a,
.notice .div_title .more a,
.gallery-list .div_title .more a,
.widget-list .div_title .more a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/title/more.png") no-repeat center center;
  background-size: 47px 14px;
}
.news .wrap,
.award .wrap,
.notice .wrap,
.gallery-list .wrap,
.widget-list .wrap {
  padding: 12px 0 5px;
  border-top: 2px solid #ff758a;
  width: auto;
}
.news ul,
.award ul,
.notice ul,
.gallery-list ul,
.widget-list ul {
  padding: 0;
  width: 1172px;
}
.news li,
.award li,
.notice li,
.gallery-list li,
.widget-list li {
  float: left;
  width: 186px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.news li:not(:last-child),
.award li:not(:last-child),
.notice li:not(:last-child),
.gallery-list li:not(:last-child),
.widget-list li:not(:last-child) {
  margin-right: 11px;
}
.news li:hover,
.award li:hover,
.notice li:hover,
.gallery-list li:hover,
.widget-list li:hover {
  border-color: transparent;
}
.news li:hover .content .date,
.award li:hover .content .date,
.notice li:hover .content .date,
.gallery-list li:hover .content .date,
.widget-list li:hover .content .date {
  color: #ff0f34;
}
.news li:hover .content a,
.award li:hover .content a,
.notice li:hover .content a,
.gallery-list li:hover .content a,
.widget-list li:hover .content a {
  color: #fa6b91;
}
.news li a,
.award li a,
.notice li a,
.gallery-list li a,
.widget-list li a {
  display: block;
  color: #ffffff;
}
.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: #1e7bd3;
}
.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: #6dc2e2;
}
.news li .thumb,
.award li .thumb,
.notice li .thumb,
.gallery-list li .thumb,
.widget-list li .thumb {
  text-align: center;
  overflow: hidden;
  width: 186px;
  height: 125px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 8px;
}
.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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.news li .content,
.award li .content,
.notice li .content,
.gallery-list li .content,
.widget-list li .content {
  display: block;
  min-height: 45px;
}
.news li .content .title,
.award li .content .title,
.notice li .content .title,
.gallery-list li .content .title,
.widget-list li .content .title {
  display: block;
  line-height: 20px;
  margin-top: 5px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000000;
  text-indent: 3px;
}
.news li .content .date,
.award li .content .date,
.notice li .content .date,
.gallery-list li .content .date,
.widget-list li .content .date {
  display: block;
  margin-left: 3px;
  color: #000000;
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 15px;
}
.news li.sticky,
.award li.sticky,
.notice li.sticky,
.gallery-list li.sticky,
.widget-list li.sticky {
  background: #fdb5c8;
}
.news li.sticky:hover,
.award li.sticky:hover,
.notice li.sticky:hover,
.gallery-list li.sticky:hover,
.widget-list li.sticky:hover {
  background: #fc9cb6;
}
.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: #ffffff;
}
.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 (min-width: 768px) {
  .news li .content .title,
  .award li .content .title,
  .notice li .content .title,
  .gallery-list li .content .title,
  .widget-list li .content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .news,
  .award,
  .notice,
  .gallery-list,
  .widget-list {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .news ul,
  .award ul,
  .notice ul,
  .gallery-list ul,
  .widget-list ul {
    width: auto;
  }
  .news li,
  .award li,
  .notice li,
  .gallery-list li,
  .widget-list li {
    float: none;
    width: 100%;
  }
  .news li:nth-child(2),
  .award li:nth-child(2),
  .notice li:nth-child(2),
  .gallery-list li:nth-child(2),
  .widget-list li:nth-child(2) {
    margin: 0;
  }
  .news li:not(:last-child),
  .award li:not(:last-child),
  .notice li:not(:last-child),
  .gallery-list li:not(:last-child),
  .widget-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .news li .thumb,
  .award li .thumb,
  .notice li .thumb,
  .gallery-list li .thumb,
  .widget-list li .thumb {
    width: 100%;
    height: auto;
  }
}
.replyslip .slim-scroll {
  height: 160px;
}
.handbook .slim-scroll {
  height: 186px;
}
.news .slim-scroll {
  height: 232px;
}
.award .slim-scroll {
  height: 232px;
}
.notice .slim-scroll {
  height: 200px;
}
.gallery-list .slim-scroll {
  height: 150px;
}
.station .slim-scroll {
  height: 242px;
}
.station {
  position: relative;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .station {
    margin-bottom: 20px;
  }
  .station .wrap {
    height: 205px!important;
  }
}
.station .div_title {
  background: #ffdfd9;
  height: 54px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.station .div_title i {
  left: 20px;
  width: 37px;
  height: 54px;
  background: url("../images/title/station.png") no-repeat 0 center;
  background-size: 37px 41px;
}
.station .div_title span {
  top: 2px;
  left: 66px;
  width: 122px;
  height: 54px;
  background: url("../images/title/station_text.png") no-repeat 0 center;
  background-size: 122px 29px;
}
.station .div_title .more {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 70px;
  height: 30px;
  background: #e8654b;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.station .div_title .more a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/title/more.png") no-repeat center center;
  background-size: 47px 14px;
}
.station .wrap {
  background: #000000;
  height: 195px;
  border-top: 8px solid #000000;
  border-bottom: 20px solid #000000;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.station .wrap div > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.links .div_title {
  height: 56px;
}
.links .div_title > i {
  width: 39px;
  height: 56px;
  left: 23px;
  background: url("../images/title/links.png") no-repeat center center;
  background-size: 39px 41px;
}
.links .div_title > span {
  width: 98px;
  height: 56px;
  left: 64px;
  background: url("../images/title/links_text.png") no-repeat 0 center;
  background-size: 98px 29px;
}
.links .wrap {
  background: transparent;
  display: block;
  overflow: hidden;
  margin: 0 10px;
  padding: 10px 0;
  border-top: 2px solid #1167ac;
}
.links .slim-scroll {
  height: auto;
}
.links a {
  width: 172px;
  height: 60px;
  margin-right: 7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.links a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .links a {
    font-size: 14px;
    float: left;
    line-height: normal!important;
    width: calc((100% - 14px)/2)!important;
    height: auto!important;
  }
}
@media screen and (max-width: 600px) {
  .links a {
    height: 92px!important;
  }
}
@media screen and (max-width: 480px) {
  .links a {
    height: 60px!important;
  }
}
@media screen and (max-width: 320px) {
  .links a {
    height: 42px!important;
  }
}
.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: #000000;
  color: #737373;
}
.bg-black.lt,
.bg-black .lt {
  background-color: #0d0d0d;
}
.bg-black.lter,
.bg-black .lter {
  background-color: #1a1a1a;
}
.bg-black.dk,
.bg-black .dk {
  background-color: #000000;
}
.bg-black.dker,
.bg-black .dker {
  background-color: #000000;
}
.bg-black .bg {
  background-color: #000000;
}
.bg-black a {
  color: #808080;
}
.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: #6dc2e2;
  color: #ffffff;
}
.bg2.lt,
.bg2 .lt {
  background-color: #82cbe6;
}
.bg2.lter,
.bg2 .lter {
  background-color: #98d4ea;
}
.bg2.dk,
.bg2 .dk {
  background-color: #58b9de;
}
.bg2.dker,
.bg2 .dker {
  background-color: #42b0da;
}
.bg2 .bg {
  background-color: #6dc2e2;
}
.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: #1e7bd3;
  color: #b0d3f4;
}
.bg3.lt,
.bg3 .lt {
  background-color: #2a88e1;
}
.bg3.lter,
.bg3 .lter {
  background-color: #4195e4;
}
.bg3.dk,
.bg3 .dk {
  background-color: #1b6ebd;
}
.bg3.dker,
.bg3 .dker {
  background-color: #1861a7;
}
.bg3 .bg {
  background-color: #1e7bd3;
}
.bg3 a {
  color: #f3f8fd;
}
.bg3 a:hover {
  color: #ffffff;
}
.bg3 a.list-group-item:hover,
.bg3 a.list-group-item:focus {
  background-color: inherit;
}
.bg4 {
  background-color: #63c1ed;
  color: #ffffff;
}
.bg4.lt,
.bg4 .lt {
  background-color: #7acaf0;
}
.bg4.lter,
.bg4 .lter {
  background-color: #91d3f2;
}
.bg4.dk,
.bg4 .dk {
  background-color: #4cb8ea;
}
.bg4.dker,
.bg4 .dker {
  background-color: #35afe8;
}
.bg4 .bg {
  background-color: #63c1ed;
}
.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: #57a1e7;
  color: #f3f8fd;
}
.bg5.lt,
.bg5 .lt {
  background-color: #6dadea;
}
.bg5.lter,
.bg5 .lter {
  background-color: #84baed;
}
.bg5.dk,
.bg5 .dk {
  background-color: #4195e4;
}
.bg5.dker,
.bg5 .dker {
  background-color: #2a88e1;
}
.bg5 .bg {
  background-color: #57a1e7;
}
.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: #0d0d0d;
}
.b-white {
  border-color: #ffffff;
}
.b1 {
  border-color: #ffffff;
}
.b2 {
  border-color: #82cbe6;
}
.b3 {
  border-color: #2a88e1;
}
.b4 {
  border-color: #7acaf0;
}
.b5 {
  border-color: #6dadea;
}
.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;
  }
}
/*-----------------------------------*/
