/*!
 * Tails v1.1
 */
@font-face {
  font-family: 'Roboto-Condensed';
  src: url('font/roboto-condensed/RobotoCondensed-Regular.ttf'); }

@font-face {
  font-family: 'Noto-Sans';
  src: url('font/noto-sans/NotoSans-Regular.ttf'); }

@font-face {
  font-family: 'Noto-Sans-Bold';
  src: url('font/noto-sans/NotoSans-Bold.ttf'); }

@font-face {
  font-family: 'Noto-Mono';
  src: url('font/noto-mono/NotoMono-Regular.ttf'); }

@font-face {
  font-family: 'Quicksand';
  src: url('font/quicksand/Quicksand-Regular.ttf'); }

@font-face {
  font-family: 'Quicksand-Bold';
  src: url('font/quicksand/Quicksand-Bold.ttf'); }

@font-face {
  font-family: 'icon';
  src: url('font/icon/icon.eot?ntxkbr');
  src: url('font/icon/icon.eot?ntxkbr#iefix') format('embedded-opentype'), url('font/icon/icon.ttf?ntxkbr') format('truetype'), url('font/icon/icon.woff?ntxkbr') format('woff'), url('font/icon/icon.svg?ntxkbr#icon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-sun-flower:before {
  content: "\e900"; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  background-color: #f5f5f5;
  font-family: 'Quicksand', 'Noto-Sans';
  font-weight: 400;
  font-size: 16px;
  color: #37383c;
  line-height: 1.6; }

body {
  padding-top: 99px; }
  @media screen and (max-width: 767px) {
  body {
    padding-top: 53px; } }

p {
  margin-bottom: 12px; }

h1 {
  font-size: 44px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

h1, h2, h3, h4, h5, h6 {
  color: #333840;
  margin-bottom: 12px; }

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s; }
  a:hover, a:focus {
    color: #325b9d; }
  a:active {
    color: #333; }

a.link-dark {
  color: #a9a9a9; }
  a.link-dark:hover, a.link-dark:focus {
    color: #3bffea; }
  a.link-dark:active {
    color: #a9a9a9; }

ul {
  list-style: none; }

ol {
  margin-left: 18px; }

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px; }

header {
  width: 100%;
  color: #333;
  background-color: #fff;
  padding-top: 5px;
  border-bottom: 1px solid #666;
  position: fixed;
  top: 0;
  z-index: 1000; }
  header nav {
    color: #fff;
    border-top: 1px solid #dfdfdf; }
    header nav ul {
      margin-bottom: 0; }
      header nav ul li {
        display: inline-block; }
        header nav ul li + li {
          margin-left: 30px; }
        header nav ul li a {
          padding-top: 10px;
          padding-bottom: 10px;
          display: block;
          color: #333;
          font-family: 'Quicksand-Bold', 'Noto-Sans-Bold'; }
          header nav ul li a:hover, header nav ul li a:focus {
            color: #5a88ff;
            text-decoration: none; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
  header nav ul li {
    line-height: 25px;
    font-size: 14px; }
    header nav ul li + li {
      margin-left: 9px; } }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
  header nav ul li + li {
    margin-left: 18px; } }
  header .short-cut.float-right {
    position: absolute;
    top: 8px;
    right: 15px; }
    @media screen and (max-width: 767px) {
    header .short-cut.float-right {
      right: 55px; }
      header .short-cut.float-right .btn {
        padding: 6px 10px; } }
  header #logo ul li {
    display: inline-block;
    vertical-align: middle; }
    header #logo img {
      height: 40px; }
    header #logo h1 {
      font-size: 24px;
      letter-spacing: 1px;
      margin-top: 0px;
      margin-bottom: 3px; }
  header #search {
    display: inline-block; }
  header #notice {
    display: inline-block; }

footer {
  background-color: #fff;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%; }
  footer #sitemap {
    margin-bottom: 30px; }
    footer #sitemap > div {
      vertical-align: text-top; }
    footer #sitemap h5 {
      color: #666;
      font-family: 'Quicksand-Bold', 'Noto-Sans-Bold';
      font-size: 18px;
      line-height: 2;
      border-bottom: 2px solid #f26d7d;
      text-transform: uppercase;
      margin-bottom: 3px;
      padding-left: 8px;
      padding-right: 8px; }
    footer #sitemap ul li {
      line-height: 2;
      font-size: 14px; }
      footer #sitemap ul li a {
        display: block;
        padding-left: 8px;
        padding-right: 8px; }
        footer #sitemap ul li a:hover, footer #sitemap ul li a:focus, footer #sitemap ul li a:active {
          background-color: #f26d7d;
          color: #fff; }
    @media screen and (max-width: 767px) {
    footer #sitemap ul {
      margin-bottom: 30px; } }
    footer #sitemap .block {
      border: 0px;
      display: inline-block;
      margin-right: -4px; }
    footer #sitemap .block:nth-child(2) > h5 {
      border-bottom: 2px solid #ffc156; }
      footer #sitemap .block:nth-child(2) a:hover, footer #sitemap .block:nth-child(2) a:focus, footer #sitemap .block:nth-child(2) a:active {
        background-color: #ffc156; }
    footer #sitemap .block:nth-child(3) > h5 {
      border-bottom: 2px solid #5ed0ff; }
      footer #sitemap .block:nth-child(3) a:hover, footer #sitemap .block:nth-child(3) a:focus, footer #sitemap .block:nth-child(3) a:active {
        background-color: #5ed0ff; }
    footer #sitemap .block:nth-child(4) > h5 {
      border-bottom: 2px solid #00a651; }
      footer #sitemap .block:nth-child(4) a:hover, footer #sitemap .block:nth-child(4) a:focus, footer #sitemap .block:nth-child(4) a:active {
        background-color: #00a651; }
    footer #sitemap .static {
      padding-left: 8px;
      padding-right: 8px; }
    footer #sitemap .second h5 {
      border-bottom: 2px solid #ff8cf0; }
    footer #sitemap .second .block a:hover, footer #sitemap .second .block a:focus, footer #sitemap .second .block a:active {
      background-color: #ff8cf0; }
      footer #sitemap .second .block:nth-child(2) > h5 {
        border-bottom: 2px solid #8a4ae5; }
        footer #sitemap .second .block:nth-child(2) a:hover, footer #sitemap .second .block:nth-child(2) a:focus, footer #sitemap .second .block:nth-child(2) a:active {
          background-color: #8a4ae5; }
      footer #sitemap .second .block:nth-child(3) > h5 {
        border-bottom: 2px solid #73321a; }
        footer #sitemap .second .block:nth-child(3) a:hover, footer #sitemap .second .block:nth-child(3) a:focus, footer #sitemap .second .block:nth-child(3) a:active {
          background-color: #73321a; }
      footer #sitemap .second .block:nth-child(4) > h5 {
        border-bottom: 2px solid #cecece; }
        footer #sitemap .second .block:nth-child(4) a:hover, footer #sitemap .second .block:nth-child(4) a:focus, footer #sitemap .second .block:nth-child(4) a:active {
          background-color: #cecece; }
  footer #copyright {
    color: #37383c; }

section {
  padding-top: 50px;
  padding-bottom: 50px; }

figure {
  margin-bottom: 10px; }

::-moz-selection {
  color: #04224c;
  background: #f5e682; }

::selection {
  color: #04224c;
  background: #f5e682; }

.box {
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }
  @media screen and (min-width: 768px) {
  .box {
    width: 720px; } }
  @media screen and (min-width: 992px) {
  .box {
    width: 960px; } }
  @media screen and (min-width: 1200px) {
  .box {
    width: 1160px; } }

.box-full {
  padding: 0 15px;
  /** Image **/ }
  .box-full.footer-before-center {
    text-align: center; }

.img-responsive {
  display: block;
  max-width: 100%; }

.img-round {
  border-radius: 5px; }

.img-center {
  margin: 0 auto;
  /** Float **/ }

.float-left {
  float: left; }

.float-right {
  float: right;
  /** cover **/ }

.dark-cover {
  height: 100%;
  background: rgba(20, 20, 20, 0.6);
  top: 0;
  color: #fff;
  text-align: center;
  /** Banner Setting **/ }

.banner {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /** Text align setting **/ }
  @media screen and (min-width: 768px) {
  .banner {
    height: 300px; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.hover-box {
  border: 1px solid transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 50, 0.5);
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer; }
  .hover-box:hover, .hover-box:focus {
    opacity: 1; }
  .hover-box > div {
    position: absolute;
    width: 100%;
    top: 45%; }
  .hover-box a {
    display: block;
    color: #fff; }

.list-check li::before {
  content: '\f14a';
  font-family: 'FontAwesome';
  padding-right: 10px;
  color: #325b9d; }

.page-block div {
  display: inline-block;
  margin-right: -3px;
  width: 48%; }
  .page-block div:nth-child(2) {
    text-align: right; }

.paging {
  margin-left: 0px;
  margin-right: 0px; }
  .paging li {
    display: inline-block;
    margin-right: -4px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    border: 1px solid #ddd; }
  .paging li + li {
    border-left: 0px; }
  .paging li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .paging li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .paging li.active {
    background-color: #ffc156;
    border-color: #ffc156; }
  .paging li.active a {
    color: #fff; }
  .paging li a {
    display: block; }

.label {
  border-radius: 3px;
  padding: 3px 5px; }
  .label.label-primary {
    background-color: #325b9d;
    color: #fff; }

.buttons {
  margin-top: 30px; }

.fixed-overflow {
  overflow: hidden; }

#wrapper {
  width: 100%;
  background-repeat: repeat-x;
  /** Breadcrumb **/ }
  #wrapper .box {
    padding-top: 45px;
    padding-bottom: 45px; }

#breadcrumb {
  background-color: #fff;
  border-top: 1px solid #e5e7eb; }
  #breadcrumb .box {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb; }
  #breadcrumb ol {
    list-style: none;
    margin-bottom: 0px; }
  #breadcrumb ol li {
    display: inline;
    font-size: 16px; }
  #breadcrumb ol li + li::before {
    content: '\f105';
    font-family: 'fontAwesome';
    color: #aaa;
    margin-right: 3px; }

blockquote {
  position: relative;
  border-left: 10px solid #f5e682;
  padding: 20px;
  padding-left: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
  background-color: #fff;
  box-shadow: 0 1px 3px #ddd; }
  blockquote::before {
    content: '\f10d';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 36px;
    color: #ccc;
    margin-left: -45px;
    margin-top: -10px; }
  blockquote p {
    margin-bottom: 0; }

#pagination .block {
  margin-bottom: 0; }
  #pagination p {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0; }

#menu-burger {
  top: 6px;
  right: 15px;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1000;
  cursor: pointer; }
  #menu-burger span {
    height: 1px;
    width: 22px;
    border-radius: 10px;
    left: 4px;
    background-color: #aaa;
    position: absolute;
    transition: all 0.5s; }
  #menu-burger span:nth-child(1) {
    top: 12px; }
  #menu-burger span:nth-child(2) {
    top: 18px; }
  #menu-burger.open span:nth-child(1) {
    transform: rotate(45deg);
    width: 22px;
    left: 5px;
    top: 15px; }
  #menu-burger.open span:nth-child(2) {
    transform: rotate(-45deg);
    width: 22px;
    left: 4px;
    top: 15px; }

#menu a {
  color: #333840;
  transition: all 0.5s; }
  #menu a:hover, #menu a:focus, #menu a:active {
    color: #ec87c0; }
  @media screen and (max-width: 767px) {
  #menu {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: -800px;
    transition: all 1.5s;
    z-index: -999;
    opacity: 0;
    background-color: rgba(250, 250, 250, 0.9); }
    #menu .box {
      overflow: scroll;
      height: 92vh;
      margin-top: 57px; }

    #menu ul {
      padding: 0px 15px; }
      #menu ul li {
        display: block;
        text-transform: uppercase; }
        #menu ul li a {
          line-height: 40px; }
        #menu ul li + li {
          border-top: 1px dashed #9ba1aa;
          margin-left: 0; } }
  @media screen and (max-width: 767px) {
    #menu.open {
      opacity: 1;
      height: 100vh;
      top: 0px; } }
  @media screen and (min-width: 768px) {
    #menu.open {
      right: 54px;
      z-index: 999;
      opacity: 1; } }

#side-menu ul li {
  font-size: 18px;
  line-height: 2;
  border-right: 3px solid transparent;
  width: 66%;
  transition: all 0.5s; }
  #side-menu ul li a {
    display: block; }
  #side-menu ul li.active, #side-menu ul li:hover, #side-menu ul li:focus {
    border-color: #325b9d; }

#quick-login {
  position: absolute;
  top: 6px;
  right: 0; }

.drop-down {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 998;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding: 0px 8px;
  box-shadow: 0px 1px 1px #ccc;
  display: none; }
  .drop-down ul li {
    font-size: 14px; }
  .drop-down ul li + li {
    border-top: 1px solid #ccc; }
  .drop-down ul li a {
    display: block;
    line-height: 2; }
  .drop-down.open {
    display: block; }

.k-dropdown {
  cursor: pointer; }
  .k-dropdown.open + .k-dropdown-list {
    display: block;
    top: 45px;
    opacity: 1;
    z-index: 1; }
  @media screen and (max-width: 767px) {
  .k-dropdown.open + .k-dropdown-list {
    display: block;
    top: 0;
    opacity: 1;
    z-index: 1;
    margin-left: 0; } }

.k-dropdown-list {
  position: absolute;
  width: 156px;
  padding: 0 12px;
  background-color: #fff;
  transition: all 1s;
  top: -50px;
  margin-left: -10px;
  opacity: 0;
  z-index: -1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  border: 1px solid #ddd; }
  .k-dropdown-list li {
    display: block;
    line-height: 25px; }
  .k-dropdown-list li + li {
    margin-left: 0;
    border-top: 1px dashed #666; }
  @media screen and (max-width: 767px) {
  .k-dropdown-list {
    position: relative;
    display: none;
    padding-top: 0;
    width: 100%;
    padding: 0 30px;
    margin-left: -30px;
    background-color: rgba(200, 200, 200, 0.8); }
    .k-dropdown-list li {
      line-height: 48px; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  li:last-child .k-dropdown-list {
    right: 0; } }

.hidden {
  display: none; }

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: block; }

  .visible-tablet {
    display: none; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .visible-mobile {
    display: none; }

  .visible-tablet {
    display: block; } }

@media screen and (min-width: 992px) {
  .visible-mobile {
    display: none; }

  .visible-tablet {
    display: none; } }

.btn {
  padding: 6px 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .btn + .btn {
    margin-left: 10px; }

.btn-default {
  color: #999;
  background-color: #fff;
  border: 1px solid #999; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #333840;
    background-color: #ccc;
    border: 1px solid #aaa; }

.btn-primary {
  color: #fff;
  background-color: #ec87c0;
  border: 1px solid #ec87c0; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #dd51a0;
    border: 1px solid #dd51a0; }

.btn-tran-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff; }
  .btn-tran-white:hover, .btn-tran-white:focus, .btn-tran-white:active {
    color: #333;
    background-color: #fff;
    border: 1px solid #fff; }

.btn-tran-black {
  color: #333;
  background-color: transparent;
  border: 1px solid #333; }
  .btn-tran-black:hover, .btn-tran-black:focus, .btn-tran-black:active {
    color: #fff;
    background-color: #333;
    border: 1px solid #333; }

.btn-sm {
  padding: 3px 9px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300; }

.btn-lg {
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400; }

.btn-block {
  display: block;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px; }

.module {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 30px; }
  .module .module-inner {
    padding: 30px 30px; }
  .module .module-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
  .module .module-heading h1, .module .module-heading h2, .module .module-heading h3, .module .module-heading h4, .module .module-heading h5, .module .module-heading h6 {
    margin-bottom: 0; }
  .module .module-body {
    padding-top: 30px; }
  .module .module-body + .module-heading {
    padding-top: 45px; }
  .module .module-body + .module-body {
    padding-top: 45px; }

.media {
  margin-right: -4px; }
  .media li {
    display: inline-block; }
  .media.media-2-col li {
    width: 48%; }
  .media.media-2-col li + li {
    margin-left: 3.3333%; }
  .media.media-3-col li {
    width: 30.3333%; }
  .media.media-3-col li + li {
    margin-left: 3.9%; }
  .media.media-4-col li {
    width: 23%; }
  .media.media-4-col li + li {
    margin-left: 2.1111%; }
  .media.media-5-col li {
    width: 18.3333%; }
  .media.media-5-col li + li {
    margin-left: 1.6666%; }
  @media screen and (max-width: 767px) {
  .media li {
    display: block; }
  .media.media-2-col li, .media.media-3-col li, .media.media-4-col li, .media.media-5-col li {
    width: 100%; }
    .media.media-2-col li + li, .media.media-3-col li + li, .media.media-4-col li + li, .media.media-5-col li + li {
      margin-left: 0;
      margin-top: 30px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
  .media.media-2-col li + li {
    margin-left: 3.3333%; }
  .media.media-3-col li + li {
    margin-left: 3.3333%; }
  .media.media-4-col li + li {
    margin-left: 1.8888%; }
  .media.media-5-col li + li {
    margin-left: 1.3333%; } }

.media-photo img {
  border: 1px solid #eee; }

.form-control {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 6px 6px;
  line-height: 1.6; }

.input-group .form-control {
  display: inline-block;
  width: 90%;
  margin-left: 0;
  margin-right: -4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
  .input-group .input-group-button {
    margin-left: 0;
    margin-right: -4px;
    display: inline-block;
    width: 10%; }
  .input-group .input-group-button .btn {
    padding: 8px 0px;
    display: block;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.table {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .table tr:first-child th, .table tr:first-child td {
    border-bottom: 2px solid #ccc; }
  .table th, .table td {
    line-height: 2;
    padding: 5px 8px;
    font-size: 15px; }
  .table.table-bordered {
    border: 1px solid #eee; }
  .table.table-bordered th, .table.table-bordered td {
    border: 1px solid #eee; }

.block {
  border: 1px solid transparent;
  margin-bottom: 30px;
  position: relative;
  vertical-align: top; }

.block-inline .block {
  display: inline-block;
  margin-right: -4px; }

.block-border .block {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff; }

.block-50 {
  width: 49%; }
  .block-50 + .block-50 {
    margin-left: 1.8333%; }

.block-40 {
  width: 39%; }
  .block-40 + .block-60 {
    margin-left: 1.8333%; }

.block-33 {
  width: 31.33%; }
  .block-33 + .block-33 {
    margin-left: 2.3333%; }
  .block-33 + .block-66 {
    margin-left: 3%; }

.block-25 {
  width: 23.8333%; }
  .block-25 + .block-25 {
    margin-left: 1.333%; }
  .block-25 + .block-75 {
    margin-left: 1.333%; }

.block-20 {
  width: 19%; }
  .block-20 + .block-20 {
    margin-left: 1.3%; }

.block-10 {
  width: 8.333%; }

.block-60 {
  width: 58.33%; }
  .block-60 + .block-40 {
    margin-left: 2.5%; }

.block-66 {
  width: 64.33%; }
  .block-66 + .block-33 {
    margin-left: 3%; }

.block-75 {
  width: 74.3333%; }
  .block-75 + .block-25 {
    margin-left: 1.333%; }

.block-80 {
  width: 78.3333%; }
  .block-80 + .block-20 {
    margin-left: 1.333%; }

.block-offset {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 767px) {
  .block-80, .block-75, .block-66, .block-60, .block-50, .block-40, .block-33, .block-25, .block-20 {
    display: block;
    width: 100%; }
    .block-80 + .block-80, .block-75 + .block-80, .block-66 + .block-80, .block-60 + .block-80, .block-50 + .block-80, .block-40 + .block-80, .block-33 + .block-80, .block-25 + .block-80, .block-20 + .block-80, .block-80 + .block-75, .block-75 + .block-75, .block-66 + .block-75, .block-60 + .block-75, .block-50 + .block-75, .block-40 + .block-75, .block-33 + .block-75, .block-25 + .block-75, .block-20 + .block-75, .block-80 + .block-66, .block-75 + .block-66, .block-66 + .block-66, .block-60 + .block-66, .block-50 + .block-66, .block-40 + .block-66, .block-33 + .block-66, .block-25 + .block-66, .block-20 + .block-66, .block-80 + .block-60, .block-75 + .block-60, .block-66 + .block-60, .block-60 + .block-60, .block-50 + .block-60, .block-40 + .block-60, .block-33 + .block-60, .block-25 + .block-60, .block-20 + .block-60, .block-80 + .block-50, .block-75 + .block-50, .block-66 + .block-50, .block-60 + .block-50, .block-50 + .block-50, .block-40 + .block-50, .block-33 + .block-50, .block-25 + .block-50, .block-20 + .block-50, .block-80 + .block-40, .block-75 + .block-40, .block-66 + .block-40, .block-60 + .block-40, .block-50 + .block-40, .block-40 + .block-40, .block-33 + .block-40, .block-25 + .block-40, .block-20 + .block-40, .block-80 + .block-33, .block-75 + .block-33, .block-66 + .block-33, .block-60 + .block-33, .block-50 + .block-33, .block-40 + .block-33, .block-33 + .block-33, .block-25 + .block-33, .block-20 + .block-33, .block-80 + .block-25, .block-75 + .block-25, .block-66 + .block-25, .block-60 + .block-25, .block-50 + .block-25, .block-40 + .block-25, .block-33 + .block-25, .block-25 + .block-25, .block-20 + .block-25, .block-80 + .block-20, .block-75 + .block-20, .block-66 + .block-20, .block-60 + .block-20, .block-50 + .block-20, .block-40 + .block-20, .block-33 + .block-20, .block-25 + .block-20, .block-20 + .block-20, .block-80 + .block-10, .block-75 + .block-10, .block-66 + .block-10, .block-60 + .block-10, .block-50 + .block-10, .block-40 + .block-10, .block-33 + .block-10, .block-25 + .block-10, .block-20 + .block-10 {
      margin-left: 0%; } }

.tab li {
  display: inline-block;
  margin-left: -4px;
  line-height: 50px;
  border-bottom: 4px solid transparent; }
  .tab li.active {
    border-bottom: 4px solid #ec87c0; }
  .tab li a {
    display: block;
    padding: 0 15px; }
  .tab li a:hover, .tab li a:focus, .tab li a:active {
    color: #ec87c0; }
  @media screen and (max-width: 767px) {
  .tab li {
    display: block;
    width: 100%; } }

.tab-content .tab-panel {
  display: none; }
  .tab-content .tab-panel.active {
    display: block; }

#nav-tab {
  background-color: #fff;
  border-bottom: 1px solid #eee; }
  #nav-tab .box {
    padding-top: 0px;
    padding-bottom: 0px; }

.slider-frame {
  border: 0px solid #ccc;
  position: relative;
  z-index: 99;
  background-color: #3f8add; }

.slider-item {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 1s all; }
  .slider-item.active {
    position: relative;
    z-index: 998;
    opacity: 1;
    transition: 2s all; }
  .slider-item h3, .slider-item h4 {
    font-weight: bold; }
  .slider-item .slider-banner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    width: 100%;
    display: inline-block;
    height: 400px; }
  @media screen and (max-width: 767px) {
    .slider-item .slider-banner {
      height: 300px; } }
  .slider-item .slider-description {
    width: 100%;
    position: absolute;
    top: 40%; }
  @media screen and (max-width: 767px) {
    .slider-item .slider-description {
      top: 30%; } }
  .slider-item .slider-description h2 {
    color: #fff;
    margin-top: 0; }

.slider-arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -56px; }
  .slider-arrow a {
    display: block;
    text-align: center;
    padding: 50% 24px; }

.slider-previous {
  left: -80px; }

.slider-next {
  right: -80px; }

@media screen and (max-width: 991px) {
  .slider-frame {
    height: auto; }

  .slider-item.active {
    position: relative; }

  .slider-banner {
    width: 100%;
    display: block; } }

.slider-control {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 100; }

#kurosus-slider {
  width: 100%;
  position: relative;
  background-color: #3f8add;
  background-image: url('../../../../upload/images/default/home-top-banner.jpg');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 400px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
  #kurosus-slider {
    height: 300px;
    margin-bottom: 0px; }
    #kurosus-slider .box {
      padding: 0; } }
  #kurosus-slider .cover-bar {
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: #fff;
    bottom: -70px; }

#time-bar {
  position: absolute;
  width: 100%;
  height: 5px;
  z-index: 999; }
  #time-bar .process-bar {
    background-color: #fff;
    height: 5px;
    -moz-animation: time-run-out 5s infinite;
    -webkit-animation: time-run-out 5s infinite;
    animation: time-run-out 5s infinite; }

#slider-button {
  list-style: none;
  text-align: center;
  display: none; }
  #slider-button li {
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer; }
  #slider-button li + li {
    margin-left: 5px; }
  #slider-button li.active {
    border: 1px solid #fcdf57;
    background-color: #fcdf57; }

#top-news {
  background-color: #171717;
  background-image: url('../../../../upload/images/default/bg-top-news.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 0px;
  color: #333;
  position: relative;
  z-index: 10; }
  #top-news.close {
    transition: 2s all;
    height: 0; }
  #top-news h3 {
    color: #8a4ae5;
    font-weight: bold; }
  #top-news h3 a {
    color: #666; }
  #top-news h3 a:hover, #top-news h3 a:focus {
    color: #8a4ae5; }
  #top-news .block {
    display: inline-block;
    width: 23%; }
  #top-news .block + .block {
    margin-left: 2%; }
  @media screen and (max-width: 360px) {
  #top-news {
    height: 826px; } }
  @media screen and (max-width: 414px) and (min-width: 361px) {
  #top-news {
    height: 737px; } }
  @media screen and (max-width: 767px) {
  #top-news {
    font-size: 14px; }
    #top-news h3 {
      font-size: 16px; }

    #top-news .block {
      display: block;
      width: 100%; }
      #top-news .block + .block {
        margin-left: 0; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
  #top-news {
    height: 536px; }
    #top-news .block {
      width: 48%; }
      #top-news .block:nth-child(2n+1) {
        margin-left: 0; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
  #top-news {
    height: 390px; }
    #top-news .block {
      width: 22.9%; } }

#home {
  position: relative;
  z-index: 11; }
  #home #slider .slider {
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff; }
  #home #slider .slider h2 {
    color: #fff;
    margin-top: 60px; }
  #home #philosophy {
    background-color: #fff;
    background-image: url('../../../../upload/images/default/sun-flower.png');
    background-repeat: no-repeat;
    background-position: 105% 120%; }
  #home #philosophy h2 {
    text-align: center;
    position: relative;
    margin-bottom: 50px; }
  #home #philosophy h2::after {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -25px; }
  #home #philosophy h3 {
    text-align: center; }
  #home #philosophy figure {
    text-align: center;
    margin-bottom: 15px; }
  #home #philosophy figure .icon {
    font-size: 60px; }
  #home #philosophy .block {
    display: inline-block;
    width: 31%;
    margin-right: -4px; }
  #home #philosophy .block .icon {
    color: #ffce54; }
  @media screen and (max-width: 767px) {
    #home #philosophy {
      background-position: 0% 110%; }
      #home #philosophy .block {
        display: block;
        width: 100%; }
        #home #philosophy .block + .block {
          margin-left: 0; }
        #home #philosophy .block:nth-child(even) .icon {
          color: #ec87c0; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #home #philosophy {
      background-position: 145% 110%; }
      #home #philosophy .block {
        width: 48%; }
        #home #philosophy .block:nth-child(2n+1) {
          margin-left: 3%; }
        #home #philosophy .block:nth-child(3) .icon, #home #philosophy .block:nth-child(4) .icon {
          color: #ec87c0; } }
  @media screen and (min-width: 992px) {
    #home #philosophy .block + .block {
      margin-left: 3%; }
      #home #philosophy .block:nth-child(5n) {
        margin-left: 0; }
      #home #philosophy .block:nth-child(even) .icon {
        color: #ec87c0; } }
  #home #environment {
    background-image: url('../../../../upload/images/default/banner-environment.jpg');
    background-position: 0% 50%;
    background-size: cover;
    color: #fff;
    text-align: center; }
  #home #environment h2 {
    color: #fff;
    position: relative;
    margin-bottom: 50px; }
  #home #environment h2::after {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -25px; }
  #home #associations {
    background-color: #333; }
  #home #associations h2 {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
    font-size: 24px; }
  #home #associations p {
    color: #fff; }
  #home #associations article {
    background-color: rgba(50, 50, 50, 0.7);
    opacity: 0;
    transition: 0.5s all;
    padding: 40px 30px; }
  #home #associations article:hover {
    opacity: 1; }
  #home #associations .block {
    display: inline-block;
    width: 33.32%;
    margin-right: -4px;
    margin-bottom: 0;
    border: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  #home #associations .block:nth-child(1) {
    background-image: url('../../../../upload/images/assocation/legion.jpg'); }
  #home #associations .block:nth-child(2) {
    background-image: url('../../../../upload/images/assocation/drama.jpg'); }
  #home #associations .block:nth-child(3) {
    background-image: url('../../../../upload/images/assocation/reading-club.jpg'); }
  @media screen and (max-width: 767px) {
    #home #associations .block {
      display: block;
      width: 100%; } }
  #home #news {
    background-color: #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999; }
  #home #news h2 {
    text-align: center;
    position: relative;
    margin-bottom: 50px; }
  #home #news h2::after {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -25px; }
  #home #news .box {
    padding-bottom: 0; }
  #home #news .time-line .cats-date {
    width: 10%;
    text-align: center;
    font-size: 13px; }
    #home #news .time-line .cats-date .news-category {
      font-family: 'Quicksand-Bold', 'Noto-Sans-Bold';
      padding: 6px 12px;
      border-radius: 3px; }
      #home #news .time-line .cats-date .news-category.news-red {
        background-color: #ff524e;
        color: #fff; }
      #home #news .time-line .cats-date .news-category.news-green {
        background-color: #16b82d;
        color: #fff; }
      #home #news .time-line .cats-date .news-category.news-blue {
        background-color: #11b2db;
        color: #fff; }
      #home #news .time-line .cats-date .news-category.news-yellow {
        background-color: #ffce54;
        color: #fff; }
      #home #news .time-line .cats-date .news-category.news-pink {
        background-color: #ec87c0;
        color: #fff; }
      #home #news .time-line .cats-date .news-category.news-brown {
        background-color: #7d4700;
        color: #fff; }
    @media screen and (max-width: 767px) {
      #home #news .time-line .cats-date {
        font-size: 11px;
        width: 22%; }
        #home #news .time-line .cats-date .news-category {
          padding: 6px 8px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #home #news .time-line .cats-date .news-category {
        padding: 6px 8px; } }
  #home #news .time-line .news-content {
    width: 78%;
    margin-left: 60px;
    padding-left: 60px;
    border-left: 2px solid #ccc;
    padding-bottom: 20px; }
    #home #news .time-line .news-content::before {
      content: ' ';
      position: absolute;
      border-radius: 20px;
      background-color: #ccc;
      width: 12px;
      height: 12px;
      margin-top: 8px;
      margin-left: -67px; }
    #home #news .time-line .news-content figure {
      display: inline-block;
      width: 30%;
      vertical-align: top; }
    #home #news .time-line .news-content article {
      margin-left: 4%;
      display: inline-block;
      width: 65%;
      position: relative;
      top: -8px;
      vertical-align: top; }
    #home #news .time-line .news-content h3 {
      margin-top: 8px;
      line-height: 1.4; }
    @media screen and (max-width: 767px) {
      #home #news .time-line .news-content {
        width: 65%;
        margin-left: 15px;
        padding-left: 15px;
        font-size: 14px; }
        #home #news .time-line .news-content::before {
          margin-left: -22px;
          margin-top: 7px; }
        #home #news .time-line .news-content figure {
          display: none; }
        #home #news .time-line .news-content article {
          display: block;
          width: 100%;
          margin-left: 0; }
        #home #news .time-line .news-content h3 {
          font-size: 16px;
          margin-top: 8px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      #home #news .time-line .news-content {
        width: 70%; } }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      #home #news .time-line .news-content {
        width: 70%; } }
  #home #news .time-line > li:first-child .news-content article::before {
    content: ' ';
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #fff;
    left: -348px;
    top: 8px; }
    @media screen and (max-width: 767px) {
          #home #news .time-line > li:first-child .news-content article::before {
            height: 7px;
            left: -17px;
            top: 0px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
          #home #news .time-line > li:first-child .news-content article::before {
            left: -238px; } }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
          #home #news .time-line > li:first-child .news-content article::before {
            left: -295px; } }
  #home #testimonial {
    background-color: #ffedc1;
    background-image: url('../../../../upload/images/default/polygon-yellow.jpg'); }
  #home #testimonial h2 {
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 50px; }
  #home #testimonial h2::after {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -25px; }
  #home #testimonial .block {
    display: inline-block;
    width: 32%;
    margin-right: -4px;
    background-color: #fff;
    border: solid 1px #a8a8a8;
    border-radius: 4px;
    padding: 10px 0px;
    opacity: 0.7; }
  #home #testimonial .block:hover {
    opacity: 1;
    transition: 1s all; }
  #home #testimonial .block article {
    padding: 10px 16px; }
  #home #testimonial .block h3 {
    text-align: center; }
  #home #testimonial .block .date {
    text-align: right;
    font-size: 14px;
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    #home #testimonial .block {
      display: block;
      width: 100%;
      margin-right: 0; } }
  @media screen and (min-width: 992px) {
    #home #testimonial .block + .block {
      margin-left: 1%; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    #home #testimonial .block article {
      height: 247px; } }
  @media screen and (min-width: 1200px) {
    #home #testimonial .block article {
      height: 224px; } }
  #home #media {
    background-color: #333;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 360px; }
  #home #media h2 {
    color: #fff;
    position: relative;
    margin-bottom: 50px; }
  #home #media h2::after {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -25px; }
  #home #media .album-desc {
    position: relative;
    z-index: 22;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.7); }
  #home #media .album-desc .box {
    padding-top: 70px; }
  #home #media .album-wall {
    position: absolute;
    width: 120%;
    height: 360px;
    top: 0;
    z-index: 1; }
  #home #media .album-wall ul {
    text-align: left; }
    #home #media .album-wall ul li {
      display: inline-block;
      margin-left: 0px;
      margin-right: -5px; }
    #home #media .album-wall ul li img {
      max-width: 200px;
      height: 120px;
      display: block;
      margin-bottom: -7px; }

aside {
  padding: 5px 10px;
  border: 1px dashed #ddd;
  background-color: #fff;
  border-radius: 4px; }
  aside h4 {
    padding-bottom: 10px;
    border-bottom: 4px solid #ccf900;
    margin-bottom: 0; }
  aside ul li {
    line-height: 46px; }
  aside ul li + li {
    border-top: 1px dashed #ddd; }
  aside ul li a {
    display: block; }
    aside ul li a:hover, aside ul li a:focus {
      color: #ff8cf0; }
  aside ul li.active a {
    background-color: #ff8cf0;
    color: #fff; }

.banner {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .banner > div {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -28px; }
  .banner h2 {
    margin: 0;
    text-align: center; }
  @media screen and (max-width: 767px) {
  .banner {
    height: 250px; } }

.post-list .block-inline {
  padding-top: 25px; }
  .post-list .block-inline + .block-inline {
    border-top: 1px solid #eee; }
  .post-list .block-inline ul {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px; }
  .post-list .block-inline ul li {
    display: inline-block;
    line-height: 30px;
    font-size: 14px; }

#school .banner {
  height: 400px; }
  #school .banner h2 {
    color: #fff; }
  #school #info {
    background-color: #fff;
    background-image: url('../../../../upload/images/about/school-flag.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
  #school #info h3 {
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
  #school #info h3::after {
    content: ' ';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -20px; }
  #school #info p {
    line-height: 1.8; }
  #school #info .box {
    padding-top: 80px;
    padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    #school #info p {
      line-height: 2; }

    #school #info .box {
      padding-top: 40px;
      padding-bottom: 40px; } }
  #school #history article {
    padding-left: 30px;
    position: relative; }
  #school #history article::before {
    content: ' ';
    width: 3px;
    height: 70px;
    background-color: #95c0ff;
    position: absolute;
    margin-left: -30px; }
  #school #history p {
    line-height: 2.2; }
  #school #history .block {
    display: inline-block;
    margin-right: -4px; }
  #school #history .block.block-left {
    width: 40%; }
  #school #history .block.block-right {
    margin-left: 4.9%;
    width: 55%;
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #school #history .block {
      display: block;
      width: 100%; }
      #school #history .block.block-left {
        width: auto; }
      #school #history .block.block-right {
        margin-left: 0;
        width: auto; } }
  #school #motto {
    background-image: url('../../../../upload/images/banner/stone.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  #school #motto article {
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.8); }
  #school #motto .author {
    text-align: right; }
  @media screen and (max-width: 767px) {
    #school #motto {
      background-size: cover; }
      #school #motto article {
        text-align: center; }
      #school #motto .author {
        text-align: center; } }
  #school #song {
    background-color: #fff; }
  #school #uniform h3 {
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
  #school #uniform h3::after {
    content: ' ';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -20px; }
  #school #uniform p {
    line-height: 2.2; }
  #school #uniform figure {
    text-align: center;
    line-height: 2;
    font-weight: bold; }
  #school #uniform ol {
    margin-left: 20px; }
  #school #uniform .block {
    display: inline-block;
    margin-right: -4px;
    width: 48%; }
  #school #uniform .block.block-left {
    width: 55%; }
  #school #uniform .block.block-right {
    margin-left: 4.9%;
    width: 40%; }
  @media screen and (max-width: 767px) {
    #school #uniform .block {
      display: block;
      width: 100%; }
      #school #uniform .block.block-left {
        width: auto; }
      #school #uniform .block.block-right {
        margin-left: 0;
        width: auto; } }
  #school #member {
    background-color: #fff; }
  #school #member h3 {
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
  #school #member h3::after {
    content: ' ';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -20px; }

#president, #news, #album, #journal, #awards, #pta {
  background-color: #fff; }
  #president .banner, #news .banner, #album .banner, #journal .banner, #awards .banner, #pta .banner {
    height: 200px; }
  #president .banner h2, #news .banner h2, #album .banner h2, #journal .banner h2, #awards .banner h2, #pta .banner h2 {
    color: #fff; }
  #president ul > li > ul > li, #news ul > li > ul > li, #album ul > li > ul > li, #journal ul > li > ul > li, #awards ul > li > ul > li, #pta ul > li > ul > li {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top; }
  #president .time-line .cats-date, #news .time-line .cats-date, #album .time-line .cats-date, #journal .time-line .cats-date, #awards .time-line .cats-date, #pta .time-line .cats-date {
    width: 13%;
    text-align: center;
    font-size: 13px; }
  #president .time-line .cats-date .news-category, #news .time-line .cats-date .news-category, #album .time-line .cats-date .news-category, #journal .time-line .cats-date .news-category, #awards .time-line .cats-date .news-category, #pta .time-line .cats-date .news-category {
    font-family: 'Quicksand-Bold', 'Noto-Sans-Bold';
    padding: 6px 12px;
    border-radius: 3px; }
    #president .time-line .cats-date .news-category.news-red, #news .time-line .cats-date .news-category.news-red, #album .time-line .cats-date .news-category.news-red, #journal .time-line .cats-date .news-category.news-red, #awards .time-line .cats-date .news-category.news-red, #pta .time-line .cats-date .news-category.news-red {
      background-color: #ff524e;
      color: #fff; }
    #president .time-line .cats-date .news-category.news-green, #news .time-line .cats-date .news-category.news-green, #album .time-line .cats-date .news-category.news-green, #journal .time-line .cats-date .news-category.news-green, #awards .time-line .cats-date .news-category.news-green, #pta .time-line .cats-date .news-category.news-green {
      background-color: #16b82d;
      color: #fff; }
    #president .time-line .cats-date .news-category.news-blue, #news .time-line .cats-date .news-category.news-blue, #album .time-line .cats-date .news-category.news-blue, #journal .time-line .cats-date .news-category.news-blue, #awards .time-line .cats-date .news-category.news-blue, #pta .time-line .cats-date .news-category.news-blue {
      background-color: #11b2db;
      color: #fff; }
    #president .time-line .cats-date .news-category.news-yellow, #news .time-line .cats-date .news-category.news-yellow, #album .time-line .cats-date .news-category.news-yellow, #journal .time-line .cats-date .news-category.news-yellow, #awards .time-line .cats-date .news-category.news-yellow, #pta .time-line .cats-date .news-category.news-yellow {
      background-color: #ffce54;
      color: #fff; }
    #president .time-line .cats-date .news-category.news-pink, #news .time-line .cats-date .news-category.news-pink, #album .time-line .cats-date .news-category.news-pink, #journal .time-line .cats-date .news-category.news-pink, #awards .time-line .cats-date .news-category.news-pink, #pta .time-line .cats-date .news-category.news-pink {
      background-color: #ec87c0;
      color: #fff; }
    #president .time-line .cats-date .news-category.news-brown, #news .time-line .cats-date .news-category.news-brown, #album .time-line .cats-date .news-category.news-brown, #journal .time-line .cats-date .news-category.news-brown, #awards .time-line .cats-date .news-category.news-brown, #pta .time-line .cats-date .news-category.news-brown {
      background-color: #7d4700;
      color: #fff; }
    #president .time-line .cats-date .news-category.news-gray-violet, #news .time-line .cats-date .news-category.news-gray-violet, #album .time-line .cats-date .news-category.news-gray-violet, #journal .time-line .cats-date .news-category.news-gray-violet, #awards .time-line .cats-date .news-category.news-gray-violet, #pta .time-line .cats-date .news-category.news-gray-violet {
      background-color: #7387c2;
      color: #fff; }
    #president .time-line .cats-date .news-category.news-violet, #news .time-line .cats-date .news-category.news-violet, #album .time-line .cats-date .news-category.news-violet, #journal .time-line .cats-date .news-category.news-violet, #awards .time-line .cats-date .news-category.news-violet, #pta .time-line .cats-date .news-category.news-violet {
      background-color: #625ba1;
      color: #fff; }
    #president .time-line .cats-date .news-category.news-orange, #news .time-line .cats-date .news-category.news-orange, #album .time-line .cats-date .news-category.news-orange, #journal .time-line .cats-date .news-category.news-orange, #awards .time-line .cats-date .news-category.news-orange, #pta .time-line .cats-date .news-category.news-orange {
      background-color: #ff8400;
      color: #fff; }
  @media screen and (max-width: 767px) {
      #president .time-line .cats-date, #news .time-line .cats-date, #album .time-line .cats-date, #journal .time-line .cats-date, #awards .time-line .cats-date, #pta .time-line .cats-date {
        font-size: 11px;
        width: 22%; }
        #president .time-line .cats-date .news-category, #news .time-line .cats-date .news-category, #album .time-line .cats-date .news-category, #journal .time-line .cats-date .news-category, #awards .time-line .cats-date .news-category, #pta .time-line .cats-date .news-category {
          padding: 6px 8px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
      #president .time-line .cats-date .news-category, #news .time-line .cats-date .news-category, #album .time-line .cats-date .news-category, #journal .time-line .cats-date .news-category, #awards .time-line .cats-date .news-category, #pta .time-line .cats-date .news-category {
        padding: 6px 8px; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
      #president .time-line .cats-date, #news .time-line .cats-date, #album .time-line .cats-date, #journal .time-line .cats-date, #awards .time-line .cats-date, #pta .time-line .cats-date {
        width: 15%; } }
  #president .time-line .news-content, #news .time-line .news-content, #album .time-line .news-content, #journal .time-line .news-content, #awards .time-line .news-content, #pta .time-line .news-content {
    width: 78%;
    margin-left: 60px;
    padding-left: 60px;
    border-left: 2px solid #ccc;
    padding-bottom: 20px; }
  #president .time-line .news-content::before, #news .time-line .news-content::before, #album .time-line .news-content::before, #journal .time-line .news-content::before, #awards .time-line .news-content::before, #pta .time-line .news-content::before {
    content: ' ';
    position: absolute;
    border-radius: 20px;
    background-color: #ccc;
    width: 12px;
    height: 12px;
    margin-top: 8px;
    margin-left: -67px; }
  #president .time-line .news-content figure, #news .time-line .news-content figure, #album .time-line .news-content figure, #journal .time-line .news-content figure, #awards .time-line .news-content figure, #pta .time-line .news-content figure {
    display: inline-block;
    width: 30%;
    vertical-align: top; }
  #president .time-line .news-content article, #news .time-line .news-content article, #album .time-line .news-content article, #journal .time-line .news-content article, #awards .time-line .news-content article, #pta .time-line .news-content article {
    margin-left: 4%;
    display: inline-block;
    width: 64%;
    position: relative;
    top: -8px;
    vertical-align: top; }
  #president .time-line .news-content h3, #news .time-line .news-content h3, #album .time-line .news-content h3, #journal .time-line .news-content h3, #awards .time-line .news-content h3, #pta .time-line .news-content h3 {
    margin-top: 8px;
    line-height: 1.4; }
  @media screen and (max-width: 767px) {
      #president .time-line .news-content, #news .time-line .news-content, #album .time-line .news-content, #journal .time-line .news-content, #awards .time-line .news-content, #pta .time-line .news-content {
        width: 65%;
        margin-left: 15px;
        padding-left: 15px;
        font-size: 14px; }
        #president .time-line .news-content::before, #news .time-line .news-content::before, #album .time-line .news-content::before, #journal .time-line .news-content::before, #awards .time-line .news-content::before, #pta .time-line .news-content::before {
          margin-left: -22px;
          margin-top: 7px; }
        #president .time-line .news-content figure, #news .time-line .news-content figure, #album .time-line .news-content figure, #journal .time-line .news-content figure, #awards .time-line .news-content figure, #pta .time-line .news-content figure {
          display: none; }
        #president .time-line .news-content article, #news .time-line .news-content article, #album .time-line .news-content article, #journal .time-line .news-content article, #awards .time-line .news-content article, #pta .time-line .news-content article {
          display: block;
          width: 100%;
          margin-left: 0; }
        #president .time-line .news-content h3, #news .time-line .news-content h3, #album .time-line .news-content h3, #journal .time-line .news-content h3, #awards .time-line .news-content h3, #pta .time-line .news-content h3 {
          font-size: 16px;
          margin-top: 8px; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
      #president .time-line .news-content, #news .time-line .news-content, #album .time-line .news-content, #journal .time-line .news-content, #awards .time-line .news-content, #pta .time-line .news-content {
        width: 70%; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
      #president .time-line .news-content, #news .time-line .news-content, #album .time-line .news-content, #journal .time-line .news-content, #awards .time-line .news-content, #pta .time-line .news-content {
        width: 70%; } }
  #president .time-line > li:first-child .news-content article::before, #news .time-line > li:first-child .news-content article::before, #album .time-line > li:first-child .news-content article::before, #journal .time-line > li:first-child .news-content article::before, #awards .time-line > li:first-child .news-content article::before, #pta .time-line > li:first-child .news-content article::before {
    content: ' ';
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #fff;
    left: -270px;
    top: 8px; }
    @media screen and (max-width: 767px) {
        #president .time-line > li:first-child .news-content article::before, #news .time-line > li:first-child .news-content article::before, #album .time-line > li:first-child .news-content article::before, #journal .time-line > li:first-child .news-content article::before, #awards .time-line > li:first-child .news-content article::before, #pta .time-line > li:first-child .news-content article::before {
          height: 7px;
          left: -17px;
          top: 0px; } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
        #president .time-line > li:first-child .news-content article::before, #news .time-line > li:first-child .news-content article::before, #album .time-line > li:first-child .news-content article::before, #journal .time-line > li:first-child .news-content article::before, #awards .time-line > li:first-child .news-content article::before, #pta .time-line > li:first-child .news-content article::before {
          left: -170px; } }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
        #president .time-line > li:first-child .news-content article::before, #news .time-line > li:first-child .news-content article::before, #album .time-line > li:first-child .news-content article::before, #journal .time-line > li:first-child .news-content article::before, #awards .time-line > li:first-child .news-content article::before, #pta .time-line > li:first-child .news-content article::before {
          left: -81px;
          top: -86px; } }
  #president #info, #news #info, #album #info, #journal #info, #awards #info, #pta #info {
    background-color: #fff; }
  #president #info h2, #news #info h2, #album #info h2, #journal #info h2, #awards #info h2, #pta #info h2 {
    padding-bottom: 10px;
    border-bottom: 4px solid #00ccf9;
    margin-bottom: 0; }
  #president #info article h2, #news #info article h2, #album #info article h2, #journal #info article h2, #awards #info article h2, #pta #info article h2 {
    border-bottom: 0; }
  #president #info .article-info-list, #news #info .article-info-list, #album #info .article-info-list, #journal #info .article-info-list, #awards #info .article-info-list, #pta #info .article-info-list {
    border-top: 2px solid #01b3da;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
  #president #info .article-info-list li, #news #info .article-info-list li, #album #info .article-info-list li, #journal #info .article-info-list li, #awards #info .article-info-list li, #pta #info .article-info-list li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
    font-weight: bold; }
    #president #info .article-info-list li + li, #news #info .article-info-list li + li, #album #info .article-info-list li + li, #journal #info .article-info-list li + li, #awards #info .article-info-list li + li, #pta #info .article-info-list li + li {
      margin-left: 20px; }
    #president #info .article-info-list li .fa, #news #info .article-info-list li .fa, #album #info .article-info-list li .fa, #journal #info .article-info-list li .fa, #awards #info .article-info-list li .fa, #pta #info .article-info-list li .fa {
      color: #ff6c00; }
  #president #info .album img, #news #info .album img, #album #info .album img, #journal #info .album img, #awards #info .album img, #pta #info .album img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px; }

#news .banner, #album .banner, #journal .banner {
  background-color: #333;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 240px; }
  #news .banner > div, #album .banner > div, #journal .banner > div {
    margin-top: auto;
    top: auto; }
  #news .banner .album-desc, #album .banner .album-desc, #journal .banner .album-desc {
    position: relative;
    z-index: 22;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.7); }
  #news .banner .album-desc > div, #album .banner .album-desc > div, #journal .banner .album-desc > div {
    padding-top: 90px; }
  #news .banner .album-wall, #album .banner .album-wall, #journal .banner .album-wall {
    position: absolute;
    width: 120%;
    height: 240px;
    top: 0;
    z-index: 1; }
  #news .banner .album-wall ul, #album .banner .album-wall ul, #journal .banner .album-wall ul {
    text-align: left; }
    #news .banner .album-wall ul li, #album .banner .album-wall ul li, #journal .banner .album-wall ul li {
      display: inline-block;
      margin-left: 0px;
      margin-right: -5px; }
    #news .banner .album-wall ul li img, #album .banner .album-wall ul li img, #journal .banner .album-wall ul li img {
      max-width: 200px;
      height: 120px;
      display: block;
      margin-bottom: -7px; }

#journal #list h2 {
  padding-bottom: 10px;
  border-bottom: 4px solid #00ccf9; }

#album iframe {
  width: 100%;
  height: 480px; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #album iframe {
      height: 300px; } }
  @media screen and (max-width: 767px) {
    #album iframe {
      height: 240px; } }
  #album #list h2 {
    padding-bottom: 10px;
    border-bottom: 4px solid #ff0959;
    margin-bottom: 25px; }
  #album .album {
    position: relative;
    cursor: pointer; }
  #album .album figure {
    height: 230px;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 1px solid #ccc; }
  #album .album .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(50, 50, 50, 0.8);
    transition: all 0.5s;
    color: #fff;
    text-align: center; }
  #album .album .cover:hover, #album .album .cover:focus {
    opacity: 1; }
  #album .album .cover > div {
    position: absolute;
    width: 100%;
    top: 45%; }
  #album #info h2 {
    border-bottom: 4px solid #ff0959; }
  #album #info .article-info-list {
    border-top: 2px solid #b9003c; }

#contact .banner {
  background-image: url('../../../../upload/images/banner/banner-school.jpg'); }
  #contact .banner h2 {
    color: #fff; }
  #contact .box-full {
    background-color: #fff; }
  #contact .google-map {
    height: 580px; }
  #contact .icon {
    font-size: 36px; }
  #contact .block {
    border: 0;
    display: inline-block;
    width: 49.99%;
    margin-right: -4px;
    margin-bottom: 0; }
  #contact .block dl {
    padding-top: 15px;
    padding-bottom: 15px; }
  #contact .block dl + dl {
    border-top: 1px dashed #ccc; }
  #contact .block dl dt, #contact .block dl dd {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top; }
  #contact .block dl dt {
    width: 10%;
    text-align: right; }
  #contact .block dl dd {
    width: 85%;
    margin-left: 5%;
    line-height: 2.2; }
  #contact .block #address-info {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 60px; }
  #contact .block #map-tmms {
    margin-left: -15px;
    margin-right: -15px;
    border: 1px solid #ccc; }
  #contact #transport {
    background-image: url('../../../../upload/images/default/demo-5.jpg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50%; }
  #contact #transport .motor {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 38%; }
  #contact #transport .motor li {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px; }
    #contact #transport .motor li:first-child {
      width: 80px; }
    #contact #transport .motor li + li {
      margin-left: 20px; }
  #contact #transport .motor + .motor {
    border-top: 1px dashed #ccc; }
  @media screen and (max-width: 767px) {
  #contact .icon {
    font-size: 22px; }
  #contact .google-map {
    height: 300px; }
  #contact .block {
    display: block;
    width: 100%;
    margin-right: 0; }
    #contact .block dl dd {
      line-height: 1.4; }

    #contact .block #address-info {
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px; }
  #contact #transport {
    padding-bottom: 40px;
    background-size: 90%;
    background-position: auto 100%; }
    #contact #transport .motor {
      width: 100%; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
  #contact .icon {
    font-size: 24px; }
  #contact #transport {
    background-position: 50% 100%;
    background-size: 80%;
    height: 350px; }
    #contact #transport .motor {
      width: 50%; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
  #contact .icon {
    font-size: 30px; } }

#search-box {
  width: 100%;
  position: fixed;
  background-image: url('../../../../upload/images/default/bg-pink-square.jpg');
  padding-top: 5px;
  padding-bottom: 5px;
  bottom: -50px;
  transition: all 0.5s;
  z-index: 99; }
  #search-box.open {
    bottom: 0; }
  #search-box .form-control {
    border: 1px solid #ec87c0; }

#facility {
  line-height: 2; }
  #facility .banner h2 {
    color: #fff; }
  #facility li {
    line-height: 2; }
  #facility #stone-story {
    background-color: #fff; }
  #facility #basketball {
    background-image: url('../../../../upload/images/about/facility/basketball-ground.jpg');
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  #facility #basketball .block-66 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 5px; }
  @media screen and (max-width: 767px) {
    #facility #basketball {
      height: auto; } }
  #facility #sky-gardan {
    background-image: url('../../../../upload/images/about/facility/sky-gardan-1.jpg');
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center; }
  #facility #sky-gardan .box {
    position: relative;
    height: 600px; }
  #facility #sky-gardan .box > div {
    position: absolute;
    bottom: 2%;
    width: 100%; }
    #facility #sky-gardan .box > div h3, #facility #sky-gardan .box > div p {
      color: #fff;
      width: max-content;
      background-color: rgba(20, 20, 20, 0.6);
      margin-left: auto;
      margin-right: auto;
      padding: 5px 10px; }
    #facility #sky-gardan .box > div h3 {
      padding: 2px 10px;
      margin-bottom: 0; }
  #facility #library {
    background-color: #fff; }
  #facility #function-room {
    margin-bottom: 0; }
  #facility #function-room h4, #facility #function-room p {
    color: #fff;
    margin-bottom: 0;
    background-color: rgba(20, 20, 20, 0.6);
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px; }
  #facility #function-room h4 {
    padding: 2px 10px;
    margin-bottom: 0; }
  #facility #function-room .row-2 {
    width: 100%;
    display: flex;
    flex-direction: row; }
  #facility #function-room .row-2 > div {
    width: 50%;
    margin: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    height: 450px; }
    #facility #function-room .row-2 > div article {
      position: absolute;
      bottom: 0; }
  #facility #function-room .row-3 {
    width: 100%;
    display: flex;
    flex-direction: row; }
  #facility #function-room .row-3 > div {
    width: 33.3333%;
    margin: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    height: 350px; }
    #facility #function-room .row-3 > div article {
      position: absolute;
      bottom: 0; }
  @media screen and (max-width: 767px) {
    #facility #function-room .row-2, #facility #function-room .row-3 {
      display: block; }
      #facility #function-room .row-2 > div, #facility #function-room .row-3 > div {
        width: 100%; } }

#information .banner {
  background-image: url('../../../../upload/images/banner/banner-school.jpg'); }
  #information .banner h2 {
    color: #fff; }
  #information li {
    line-height: 2; }

#ppshk .banner {
  background-image: url('../../../../upload/images/banner/banner-school.jpg'); }
  #ppshk .banner h2 {
    color: #fff; }
  #ppshk li {
    line-height: 2; }

#healthy .banner h2 {
  color: #fff; }
  #healthy li {
    line-height: 2; }
  #healthy .about-policy {
    background-color: #fff; }
  #healthy .about-policy h2 {
    text-align: center; }
  #healthy .about-policy h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
  #healthy .about-health {
    background-color: #fff;
    background-image: url('../../../../upload/images/default/banner-health.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  #healthy .about-health h2 {
    text-align: center; }
  #healthy .about-health h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }

#calendar .banner h2 {
  color: #fff; }
  #calendar li {
    line-height: 2; }

#experience {
  line-height: 1.8; }
  #experience h4 {
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
  #experience h4::after {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ec87c0;
    border-radius: 3px;
    bottom: -5px;
    left: 50%;
    margin-left: -25px; }
  #experience .banner {
    background-image: url('../../../../upload/images/banner/banner-school.jpg'); }
  #experience .banner h2 {
    color: #fff; }
  #experience .block {
    display: inline-block;
    margin-right: -4px; }
  #experience .block.block-left {
    width: 55%; }
  #experience .block.block-right {
    margin-left: 4.9%;
    width: 40%;
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #experience .block.block-left {
      display: block;
      width: 100%; }

    #experience .block.block-right {
      display: block;
      width: 100%;
      margin-left: 0; } }
  #experience .photo {
    background-color: #333;
    padding: 0; }
  #experience .photo h2 {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
    font-size: 24px; }
  #experience .photo p {
    color: #fff; }
  #experience .photo article {
    background-color: rgba(50, 50, 50, 0.7);
    opacity: 0;
    transition: 0.5s all;
    padding: 40px 30px; }
  #experience .photo article:hover {
    opacity: 1; }
  #experience .photo .block {
    display: inline-block;
    width: 33.32%;
    margin-right: -4px;
    margin-bottom: 0;
    border: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  @media screen and (max-width: 767px) {
    #experience .photo .block {
      width: 50%; } }
  #experience #travel h5 {
    font-size: 21px;
    text-align: center; }
  #experience #travel .intro {
    background-image: url('../../../../upload/images/feature/travel.jpg');
    background-position: 50% 50%;
    background-size: cover;
    color: #fff; }
  #experience #travel .intro h4 {
    color: #fff; }
  #experience #travel .story {
    background-color: #fff; }
  #experience #multi .photo {
    background-color: #333;
    padding: 0; }
  #experience #multi .photo .block {
    width: 16.6633%; }
  @media screen and (max-width: 767px) {
      #experience #multi .photo .block {
        width: 33.32%; } }

#sound h5 {
  font-size: 21px; }
  #sound .banner h2 {
    color: #fff; }
  #sound #mode-413 {
    background-color: #fff; }
  #sound #coop {
    background-image: url('../../../../upload/images/feature/coop.jpg');
    background-position: 50% 50%;
    background-size: cover;
    color: #fff; }
  #sound #coop h4 {
    color: #fff; }

#cultivate .banner h2 {
  color: #fff; }
  #cultivate #legion {
    background-color: #fff; }
  #cultivate #legion .intro .box {
    padding-bottom: 0; }
  #cultivate #legion #handbook .block-inline {
    margin-bottom: 40px; }
  #cultivate #legion #corps {
    background-color: #f5f5f5; }
  #cultivate #legion #corps h4 {
    text-align: center; }
  #cultivate #course {
    background-color: #171717;
    background-image: url('../../../../upload/images/default/polygon-o-2-b.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    color: #333; }
  #cultivate #course h4 {
    color: #333; }
  #cultivate #course article {
    margin-bottom: 30px; }

#pta .banner {
  background-image: url('../../../../upload/images/banner/banner-keyboard-land.jpg');
  height: 200px; }
  #pta .banner h2 {
    color: #fff; }
  #pta #heartfelt {
    background-color: #fff; }
  #pta #heartfelt figure div {
    width: 100%;
    height: 240px;
    background-position: 50% 50%;
    background-size: cover; }
  #pta #heartfelt .section {
    background-image: url('../../../../upload/images/feature/coop.jpg');
    background-position: 50% 50%;
    background-size: cover; }
  #pta #heartfelt .section .block {
    font-size: 13px;
    opacity: 0.7;
    transition: all 0.5s; }
    #pta #heartfelt .section .block:hover {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    #pta #heartfelt .section .block {
      opacity: 1; } }
  #pta #news h3 {
    text-align: center;
    font-size: 28px;
    margin: 0; }
  #pta #news .block.block-empty {
    margin-bottom: 0;
    border-color: #ddd;
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 15px; }

#sponsor .banner {
  height: 200px; }
  #sponsor .banner h2 {
    color: #fff; }
  #sponsor .sponsor {
    background-color: #fff; }

#testimonial {
  background-image: url('../../../../upload/images/default/background-wood.jpg');
  background-size: 100%; }
  #testimonial h2 {
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 50px; }
  #testimonial p {
    font-size: 13px; }
  #testimonial .banner {
    background-color: #ffedc1;
    height: 200px; }
  #testimonial .block {
    opacity: 0.8; }
  #testimonial .block:hover {
    opacity: 1;
    transition: 1s all; }
  #testimonial .block article {
    padding: 10px 16px; }
  #testimonial .block h3 {
    text-align: center; }
  #testimonial .block h3 small {
    font-size: 15px; }
  #testimonial .block .date {
    text-align: right;
    font-size: 14px;
    margin-bottom: 0; }
  #reading .banner {
    background-image: url('../../../../upload/images/banner/banner-keyboard-land.jpg');
    height: 200px; }
  #reading .banner h2 {
    color: #fff; }
  #reading #intro {
    background-color: #fff; }
  #reading #event p {
    line-height: 2; }

#search .box-full:nth-child(odd) {
  background-color: #fff; }
  #search .block-inline + .block-inline {
    border-top: 2px solid #ff8cf0;
    padding-top: 30px; }
  #search .block h3 {
    font-weight: bold; }
  #search .block .article-info {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #search .block .article-info li {
    display: inline-block; }
    #search .block .article-info li + li::before {
      content: ' // '; }
  #search #research-box {
    background-color: #fff; }
  #search #research-box .form-control {
    border: 1px solid #999;
    padding: 7px 6px; }
  #search #research-box .input-group .input-group-button .btn {
    border-left: 0;
    padding: 8.5px 0px; }

#calendar #table {
  background-color: #fff; }

#timetable {
  background-color: #fff; }
  #timetable table {
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
    width: 100%; }
  #timetable table tr:nth-child(even) {
    background-color: #fff3fe; }
  #timetable table tr:nth-child(odd) {
    background-color: #fff; }
  #timetable .banner {
    height: 200px; }
  #timetable .banner h2 {
    color: #fff; }
  #timetable .time-slot {
    width: 20%; }
  @media screen and (max-width: 767px) {
    #timetable .time-slot {
      width: 40%; } }
  #timetable .timetable, #timetable .timetable th, #timetable .timetable td {
    border: 1px solid #ccc; }
  #timetable .timetable th, #timetable .timetable td {
    height: 60px; }
  #timetable .lite-table {
    display: none; }
  @media screen and (max-width: 767px) {
    #timetable .lite-table {
      display: table; } }
  #timetable .form-control {
    border: 1px solid #ccc;
    padding-top: 12px;
    padding-bottom: 12px; }
  #timetable #monday, #timetable #tuesday, #timetable #wednesday, #timetable #thusday, #timetable #friday {
    display: none; }
  #timetable #monday.active, #timetable #tuesday.active, #timetable #wednesday.active, #timetable #thusday.active, #timetable #friday.active {
    display: block; }

#news #list h2 {
  padding-bottom: 10px;
  border-bottom: 4px solid #ffce54;
  margin-bottom: 25px; }
  #news #notice h2 {
    border-bottom: 4px solid #ccf900;
    padding-bottom: 10px;
    margin-bottom: 0; }

#awards .banner {
  height: 200px; }
  #awards .banner h2 {
    color: #fff; }
  #awards #info {
    background-color: #fff; }
  #awards #info h2 {
    padding-bottom: 10px;
    border-bottom: 4px solid #e400ff;
    margin-bottom: 0; }
  #awards #info h2 small {
    color: #999; }
  #awards #info .article-info-list {
    border-top: 2px solid #9301a4;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
  #awards #info .article-info-list li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
    font-weight: bold; }
    #awards #info .article-info-list li + li {
      margin-left: 20px; }
    #awards #info .article-info-list li .fa {
      color: #ff6c00; }
  #awards #info .album img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px; }
