﻿@charset "UTF-8";

* html body {
  behavior: url("ie-css3.htc");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  font-size: .95em;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #4d4d4d;
  background: #e8ba00;
  /* Old browsers */
  background: -moz-linear-gradient(-25deg, #e8ba00 10%, #f7d52d 60%, #e6c85d 60.01%, #f7d52d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-25deg, #e8ba00 10%, #f7d52d 60%, #e6c85d 60.01%, #f7d52d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(335deg, #e8ba00 10%, #f7d52d 60%, #e6c85d 60.01%, #f7d52d 100%);
  background: -o-linear-gradient(335deg, #e8ba00 10%, #f7d52d 60%, #e6c85d 60.01%, #f7d52d 100%);
  background: linear-gradient(115deg, #e8ba00 10%, #f7d52d 60%, #e6c85d 60.01%, #f7d52d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8ba00', endColorstr='#e6c85d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

q {
  quotes: none;
}

blockquote {
  padding: 0 10px;
  margin: 5px 0;
  font-size: 1rem;
  line-height: 1.8em;
  border-left: 5px solid #d7b301;
}

dl>* {
  line-height: 1.8em;
}

:focus {
  outline: 0;
}

a {
  color: #4d4d4d;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover,
a:focus {
  color: #111111;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
}

.hide,
.Hide {
  display: none;
}

.visible {
  display: inline-block;
}

.clear {
  width: 100%;
  height: 1px;
  clear: both;
  display: block;
  overflow: hidden;
}

.clearfix:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

section[id^="Box"] {
  padding-bottom: 15px;
}

.media *,
.media *:hover {
  text-decoration: none;
}

.media {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
}

.media:hover {
  background-color: rgba(100, 100, 100, 0.08);
  border-radius: 4px;
}

.media a {
  display: block;
}

.media a .six-content {
  color: #555;
}

.media .six-avatar {
  padding: 0 6px;
  margin: 0;
}

.list-group-item-success {
  color: #fff;
  background-color: #37c3c2;
}

a.list-group-item-success {
  color: #fff;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #fff;
  background-color: #5ec7c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #37c3c2;
  border-color: #37c3c2;
}

/*------預設按鈕------*/
.btn.btn-circle {
  border-radius: 50%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*------區塊------*/
/*Panel*/
.panel {
  background-color: #ffffff;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.175);
  min-height: 30px;
}

.panel .panel-heading {
  background-color: transparent;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.panel .panel-footer {
  background-color: transparent;
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel.panel-default .panel-heading {
  background-color: #eee;
  border-bottom: 1px dashed #444444;
}

.panel.panel-default .panel-footer {
  background-color: #f3f3f3;
  border-top: 1px dashed #444444;
}

.panel.panel-primary {
  border-color: #b89906;
}

.panel.panel-primary .panel-heading {
  background-color: #b89906;
  color: #fff;
}

.panel.panel-primary .panel-footer {
  background-color: #d7b301;
}

.panel.panel-success {
  border-color: #889f0a;
}

.panel.panel-success .panel-heading {
  background-color: #889f0a;
  color: #fff;
}

.panel.panel-success .panel-footer {
  background-color: #95b721;
}

.panel.panel-1020 {
  width: 100%;
  max-width: 1020px;
}

.panel.panel-950 {
  width: 100%;
  max-width: 950px;
}

.panel.panel-750 {
  width: 100%;
  max-width: 750px;
}

/*------上下頁------*/
/*Tabs*/
.six-tabs .nav-tabs {
  border-color: #9f8a00;
}

.six-tabs .nav-tabs>li {
  border-bottom: 1px solid #9f8a00;
}

.six-tabs .nav-tabs>li>a {
  background-color: #9aa800;
  color: #b89906;
}

.six-tabs .nav-tabs>li>a:hover {
  background-color: #8f9c01;
  color: #9f8a00;
}

.six-tabs .nav-tabs>li.active>a {
  border-color: transparent;
  background: #b89906;
  color: #fff;
}

.six-tabs .nav-tabs>li.active>a:focus {
  border-color: transparent;
  background: #b89906;
  color: #fff;
}

.six-tabs .nav-tabs>li.active>a:hover {
  border-color: transparent;
  background-color: #c3a30a;
  color: #fff;
}

@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {

  a:focus,
  button:focus,
  input:focus {
    outline: 1px solid #00BCD4 !important;
  }

  .xdsoft_monthpicker a:focus {
    outline: 1px solid #00BCD4 !important;
    border: solid 2px rgba(0, 188, 212, 0.5) !important;
  }
}

/* // http://www.w3.org/TR/css3-animations/#the-animation-name-property-
// Each of these mixins support comma separated lists of values, which allows different transitions for individual properties to be described in a single style rule. Each value in the list corresponds to the value at that same position in the other properties.
 */
body::after {
  clear: both;
  content: "";
  display: table;
}

#wrapper {
  padding-left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#ly_photo {
  display: block;
  width: 100%;
  min-height: 160px;
  margin-top: 110px;
  background-color: #000;
  background: url(../images/ly_index_bg.jpg) no-repeat;
  background-position: center 25%;
  background-size: cover;
}

@media (max-width: 767px) {
  #ly_photo {
    margin-top: 40px;
  }
}

@media screen and (min-width: 0\0) {
  #wrapper {
    display: block;
    height: 100%;
  }
}

#six-container {
  padding-top: 150px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0, #fff 400px);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0, #fff 400px);
  background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0, #fff 400px);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0, #fff 400px);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.2) 0%', EndColorStr='#fff 20%')";
}

@media (max-width: 767px) {
  #six-container {
    padding-top: 85px;
  }
}

#six-container::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 767px) {

  #six-container>.container-fluid,
  #six-container>.container {
    padding: 0;
  }

  #six-container .container-fluid+.six-whiteBg {
    padding: 30px 0px 0px 0px !important;
  }

  #six-container .container-fluid+.six-whiteBg+.six-whiteBg {
    padding: 0px !important;
  }

  #six-container .container-fluid.allnews {
    padding: 0 !important;
  }
}

#six-container .six-whiteBg~.container-fluid.six-whiteBg {
  background-color: #fff;
}

#six-container .container-fluid.view .six-whiteBg {
  background-color: transparent;
}

#six-container .container-fluid.six-whiteBg>.container,
#six-container .container-fluid>.container.six-whiteBg {
  padding: 0;
}

#six-container .container-fluid.six-whiteBg+.container-fluid {
  margin-top: 0px;
}

#six-container .container-fluid.six-whiteBg+.container-fluid+.container-fluid {
  margin-top: 0px;
}

#six-container.main {
  margin-top: 0px;
  padding: 40px 0 0px 0;
}

#six-container.pages .container-fluid .container .row {
  margin-left: 0;
  margin-right: 0;
}

#six-container.pages .six-page {
  padding: 0;
  padding-bottom: 2em;
}

@media (max-width: 767px) {
  #six-container.pages .six-page {
    padding-top: 30px;
    width: 100%;
  }
}

@media (max-width: 490px) {

  #six-container .container-fluid,
  #six-container .container,
  .six-container .container-fluid,
  .six-container .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  #six-container .container-fluid>.container-fluid,
  #six-container .container-fluid>.container,
  #six-container .container>.container-fluid,
  #six-container .container>.container,
  .six-container .container-fluid>.container-fluid,
  .six-container .container-fluid>.container,
  .six-container .container>.container-fluid,
  .six-container .container>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .six-content {
    padding: 5px 5px;
    font-size: 1.3rem;
  }

  .container-fluid.six-whiteBg+.container-fluid {
    padding: 0 8px !important;
  }
}

@media (max-width: 768px) {

  #six-container .container-fluid>.container-fluid,
  #six-container .container-fluid>.container,
  #six-container .container>.container-fluid,
  #six-container .container>.container,
  .six-container .container-fluid>.container-fluid,
  .six-container .container-fluid>.container,
  .six-container .container>.container-fluid,
  .six-container .container>.container {
    padding-left: 5px;
    padding-right: 5px;
  }

  #six-container section+section,
  .six-container section+section {
    margin-top: 5px;
  }

  .six-content {
    padding: 10px 5px;
    font-size: 1.15rem;
  }
}

@media (min-width: 768px) {

  #six-container .container-fluid>.container-fluid,
  #six-container .container-fluid>.container,
  #six-container .container>.container-fluid,
  #six-container .container>.container,
  .six-container .container-fluid>.container-fluid,
  .six-container .container-fluid>.container,
  .six-container .container>.container-fluid,
  .six-container .container>.container {
    padding-left: 10px;
    padding-right: 10px;
  }

  #six-container section+section,
  .six-container section+section {
    margin-top: 10px;
  }

  .six-content {
    padding: 0 20px;
  }

  .panel-950 .six-content {
    padding: 15px;
  }

  .panel-750 .six-content {
    padding: 10px;
  }
}

@media (min-width: 990px) {

  #six-container .container-fluid>.container-fluid,
  #six-container .container-fluid>.container,
  #six-container .container>.container-fluid,
  #six-container .container>.container,
  .six-container .container-fluid>.container-fluid,
  .six-container .container-fluid>.container,
  .six-container .container>.container-fluid,
  .six-container .container>.container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #six-container section+section,
  .six-container section+section {
    margin-top: 15px;
  }

  .six-content {
    padding: 0 25px;
  }

  .panel-950 .six-content {
    padding: 0 20px;
  }

  .panel-750 .six-content {
    padding: 0 20px;
  }
}

@media (min-width: 1170px) {
  .six-legislatorAvatar .inner a figure.six-avatar>img {
    max-height: 245px !important;
  }
}

@media (min-width: 1200px) {

  #six-container .container-fluid>.container-fluid,
  #six-container .container-fluid>.container,
  #six-container .container>.container-fluid,
  #six-container .container>.container,
  .six-container .container-fluid>.container-fluid,
  .six-container .container-fluid>.container,
  .six-container .container>.container-fluid,
  .six-container .container>.container {
    padding-left: 60px;
    padding-right: 60px;
  }

  #six-container section+section,
  .six-container section+section {
    margin-top: 15px;
  }

  .six-content {
    padding: 0 10px;
  }

  .panel-950 .six-content {
    padding: 0 20px;
  }

  .panel-750 .six-content {
    padding: 0 20px;
  }
}

.six-content {
  line-height: 1.8em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .six-asideNav {
    width: 100%;
  }

  .six-asideNav>.six-inner {
    max-width: 100%;
  }
}

aside.six-asideNav+.six-page {
  min-height: 400px;
}

.tabbox {
  width: 100%;
  height: 370px;
  background-color: transparent;
}

@media (max-width: 990px) {
  .tabbox {
    height: auto;
    background-color: #cccccc;
  }

  .tabbox::after {
    clear: both;
    content: "";
    display: table;
  }
}

.tabbox section {
  display: none;
  width: 90%;
  float: left;
}

.tabbox .tabmenu {
  position: relative;
  float: right;
  width: 10%;
  height: 100%;
  display: block;
  background-color: transparent;
  overflow: hidden;
  border-left: 1px solid #ccc;
}

@media (max-width: 990px) {
  .tabbox .tabmenu {
    height: 50vh;
  }

  .tabbox .tabmenu a:nth-child(3):before {
    display: none !important;
  }
}

.tabbox .tabmenu>a {
  position: relative;
  width: 100%;
  height: 33.33%;
  padding-right: 7px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tabbox .tabmenu>a:focus {
  display: inline-block;
  outline: 1px solid #00BCD4 !important;
  border: 1px solid #00BCD4 !important;
}

.tabbox .tabmenu>a span {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #777;
  text-align: center;
  background: -moz-linear-gradient(left, #aaaaaa 0%, #cccccc 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aaaaaa 0%, #cccccc 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#aaaaaa), color-stop(55%, #cccccc));
  background: -o-linear-gradient(left, #aaaaaa 0%, #cccccc 55%);
  background: linear-gradient(to right, #aaaaaa 0%, #cccccc 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#ccc', GradientType=1);
  /* IE6-9 */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabbox .tabmenu>a span:before {
  content: "";
  display: block;
  width: 60%;
  height: 45%;
  margin: 0 20%;
  background-image: url(../images/symbol/icon_cam2_2.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tabbox .tabmenu>a span:hover {
  position: relative;
  color: #fff;
  background: -moz-linear-gradient(left, #a78307 0%, #c3a30a 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a78307 0%, #c3a30a 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a78307), color-stop(55%, #c3a30a));
  background: -o-linear-gradient(left, #a78307 0%, #c3a30a 55%);
  background: linear-gradient(to right, #a78307 0%, #c3a30a 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#ccc', GradientType=1);
  /* IE6-9 */
}

.tabbox .tabmenu>a+a {
  border-top: 0;
}

.tabbox .tabmenu>a+a span:before {
  color: #555;
  background-image: url(../images/symbol/icon_cams_2.svg);
}

.tabbox .tabmenu>a+a+a span:before {
  background-image: url(../images/symbol/icon_mic_2.svg);
}

.tabbox .tabmenu>a+a+a+a span:before {
  background-image: url(../images/symbol/icon_heart_2.svg);
}

.tabbox .tabmenu>a.pick {
  z-index: 6;
  padding: 0;
  -webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.3);
}

.tabbox .tabmenu>a.pick span {
  position: relative;
  z-index: 6;
  position: relative;
  color: #fff;
  background: #8f9c01;
  width: 100%;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #8f9c01, #9aa800);
}

.tabbox .tabmenu>a.pick:before {
  position: absolute;
  right: 2px;
  bottom: -6px;
  z-index: 99;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #303030 transparent transparent;
}

.tabbox .tabmenu>a:last-child.pick:before {
  top: -6px;
  bottom: auto;
  border-color: #303030 transparent transparent transparent;
}

@media (max-width: 455px) {
  .tabbox .tabmenu>a:last-child.pick:before {
    border: 0px;
  }
}

.tabbox .tabmenu>a span:hover:before,
.tabbox .tabmenu>a.pick span:before {
  color: #fff;
  background-image: url(../images/symbol/icon_cam2.svg);
}

.tabbox .tabmenu>a+a span:hover:before,
.tabbox .tabmenu>a+a.pick span:before {
  background-image: url(../images/symbol/icon_cams.svg);
}

.tabbox .tabmenu>a+a+a span:hover:before,
.tabbox .tabmenu>a+a+a.pick span:before {
  background-image: url(../images/symbol/icon_mic.svg);
}

.tabbox .tabmenu>a+a+a+a span:hover:before,
.tabbox .tabmenu>a+a+a+a.pick span:before {
  background-image: url(../images/symbol/icon_heart.svg);
}

@media (max-width: 990px) {
  .tabbox .tabmenu {
    height: 60px;
    width: 100%;
    overflow: initial;
  }

  .tabbox .tabmenu a {
    width: 33.33%;
    height: 100%;
    float: left;
    padding-right: 0;
  }

  .tabbox .tabmenu a.pick {
    height: 68px;
    position: relative;
    top: -8px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border-left: solid 1px #d0d15c;
    border-right: solid 1px #d0d15c;
  }

  .tabbox .tabmenu a.pick:before {
    bottom: auto;
    right: -7px;
    top: 2px;
    border-style: solid;
    border-width: 6px;
    border-color: #303030 transparent transparent transparent;
  }

  .tabbox .tabmenu a.pick:after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: auto;
    left: -7px;
    top: 2px;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent #303030;
  }

  .tabbox .tabmenu a.pick:first-child:after {
    display: none;
  }

  .tabbox .tabmenu~section {
    width: 100%;
  }

  .tabbox .tabmenu~section#lyleader>.row {
    margin-right: 0px;
  }

  .tabbox .tabmenu~section#lyleader>.row>div.col-md-4 {
    padding-right: 15px;
    margin-left: 15px !important;
  }
}

@media (max-width: 990px) and (max-width: 767px) {
  .tabbox .tabmenu~section#lyleader>.row>div.col-md-4 {
    padding-right: 0px;
  }
}

.tabbox #lyleader {
  margin-top: 0px;
}

.tabbox.psas_ad .tabmenu>a {
  height: 25%;
}

@media (max-width: 990px) {
  .tabbox.psas_ad .tabmenu>a {
    height: 100% !important;
    width: 25% !important;
  }

  .tabbox.psas_ad .tabmenu>a:nth-child(3):before {
    display: block !important;
    content: "" !important;
  }

  .tabbox.psas_ad .tabmenu>a:last-child:before {
    display: none;
  }

  .tabbox.psas_ad .tabmenu>a.pick {
    height: calc(100% + 9px) !important;
  }
}

section#psas_ad {
  background-color: #000;
  margin-top: 0px !important;
  height: 100%;
}

section#psas_ad>.row {
  overflow: hidden !important;
  margin: 0px !important;
  padding: 5px !important;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

section#psas_ad .owl-carousel.owl-loaded {
  overflow: hidden !important;
}

section#psas_ad .owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

section#psas_ad .owl-carousel .owl-item img {
  height: 100%;
  max-width: 1040px;
  max-height: 360px;
}

section#psas_ad .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.six-page {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .six-page {
    width: 100%;
  }
}

.six-page .six-pageTitle {
  position: relative;
  border-bottom: 1px dashed #a68b63;
  max-height: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}

@media (max-width: 768px) {
  .six-page .six-pageTitle {
    max-height: 130px;
  }
}

.six-page .six-pageTitle h3.heading {
  position: relative;
  background-color: #a78307;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 57px;
  padding: 6px 18px;
  bottom: 8px;
  color: #ffffff;
  text-align: left;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7a9001;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-image: -webkit-linear-gradient(top, #7a9001, #889f0a);
  background-image: -moz-linear-gradient(top, #7a9001, #889f0a);
  background-image: -ms-linear-gradient(top, #7a9001, #889f0a);
  background-image: -o-linear-gradient(top, #7a9001, #889f0a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='$colorB1', EndColorStr='$colorB2')";
}

@media (min-width: 768px) {
  .six-page .six-pageTitle h3.heading {
    max-width: 540px;
  }

  .six-page .six-pageTitle h3.heading {
    left: 8px;
  }

  .six-page .six-pageTitle h3.heading:before {
    position: absolute;
    top: 2px;
    left: -5px;
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #775b0f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .six-page .six-pageTitle h3.heading:after {
    position: absolute;
    top: 7px;
    left: -3px;
    content: "";
    width: 3px;
    height: 49px;
    background-color: #dddddd;
  }
}

@media (max-width: 768px) {
  .six-page .six-pageTitle h3.heading {
    bottom: 0;
    padding: 10px 5px;
    height: auto;
    width: 100%;
  }
}

.six-page .six-pageTitle .six-sharebox {
  position: absolute;
  top: 5px;
  right: 5px;
  padding-right: 8px;
  margin: 5px 0;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.six-page .six-pageTitle .six-sharebox .btn-group a {
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #d3c286;
  color: #ffffff;
  float: left;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.six-page .six-pageTitle .six-sharebox .btn-group a>img {
  width: 13px;
}

.six-page .six-pageTitle .six-sharebox .btn-group a:nth-child(1):hover {
  background-color: #3a5897;
}

.six-page .six-pageTitle .six-sharebox .btn-group a:nth-child(2):hover {
  background-color: #1dcaff;
}

.six-page .six-pageTitle .six-sharebox .btn-group a:nth-child(3):hover {
  background-color: #d00;
}

.six-page .six-pageTitle .six-sharebox .btn-group a:nth-child(4):hover {
  background-color: #d2572e;
}

.six-page .six-pageTitle .six-sharebox .btn-group a:nth-child(5):hover {
  background-color: #aaaaaa;
}

.six-page .six-pageTitle .six-sharebox .btn-group a:last-child:hover {
  background-color: #188921;
}

@media (max-width: 490px) {
  .six-page .six-pageTitle .six-sharebox {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -40px;
  }
}

.six-page>.content {
  padding: 15px;
  font-size: 1.1em;
  line-height: 1.8em;
}

@media (max-width: 768px) {
  .six-page>.content {
    padding: 8px;
    padding-top: 20px;
  }
}

/* button.qqq {
  @include button(shiny, $colorA3);  
} */
.openshow {
  display: block !important;
}

.six-breadcrumb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 5px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.six-breadcrumb .breadcrumb {
  border: 0;
  background-color: transparent;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 2px 15px;
}

@media (max-width: 768px) {
  .six-breadcrumb .breadcrumb {
    width: 100%;
    padding: 5px 10px;
    margin: 0;
  }
}

.six-breadcrumb .breadcrumb li,
.six-breadcrumb .breadcrumb a {
  color: #a68b63;
}

.six-breadcrumb .breadcrumb li:before,
.six-breadcrumb .breadcrumb a:before {
  color: #a68b63;
}

@media (max-width: 490px) {
  .six-breadcrumb {
    margin-bottom: 20px;
  }
}

.breadcrumb>li:nth-child(2) {
  padding-left: 6px;
}

.breadcrumb>li:nth-child(2):before {
  display: none;
}

.flex-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-wrap: row wrap;
  -ms-flex-wrap: row wrap;
  flex-wrap: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 990px) {
  .flex-container {
    display: block !important;
    -webkit-flex: none !important;
  }
}

.flex-container aside {
  -webkit-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  height: auto !important;
}

@media (max-width: 990px) {
  .flex-container aside {
    display: block !important;
    -webkit-flex: none !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (min-width: 990px) {
      .flex-container {
        display: -webkit-box;
      }
    }
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  ::i-block-chrome,
  #six-container {
    -webkit-box-flex: initial !important;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  #wrapper {
    display: block !important;
    -webkit-box-flex: initial !important;
  }

  #wrapper #six-container {
    display: block !important;
    -webkit-box-flex: initial !important;
    height: auto;
  }
}

@media (min-width: 990px) {
  .subTitle:before {
    display: block;
    padding: 4px 20px;
    border-radius: 20px;
    position: absolute;
    left: 110%;
    top: 0;
    width: 150%;
    height: 100%;
    line-height: 1.9em;
    background-color: rgba(187, 0, 0, 0.8);
    color: #fff;
    border: solid 1px red;
    text-align: center;
  }
}

#ly_photo {
  position: relative;
}

#ly_photo:before {
  padding: 4px 20px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 46px;
  margin-left: -250px;
  margin-top: -23px;
  line-height: 38px;
  font-size: 2em;
  background-color: rgba(187, 0, 0, 0.8);
  color: #fff;
  border: solid 1px red;
  text-align: center;
}

.day,
.time.heading .title-demarcation {
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='transparent', EndColorStr='transparent') !important;
}

.table-condensed .today.dat {
  background-color: #b9944cb3 \9\0 !important;
}

header#six-header {
  position: absolute;
  height: 110px;
  min-height: 110px;
  width: 100%;
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 1000;
}

header#six-header #six-head {
  background: url(../images/logo_bg.jpg) no-repeat 10% bottom;
  background-color: #fff;
  float: none;
  height: 100%;
}

header#six-header #six-head>.container {
  padding: 0;
}

header#six-header #six-head>.container>button.navbar-toggle {
  background-color: #a78307;
  border: 1px solid #b89906;
}

header#six-header .navbar-brand {
  display: block;
  width: 100%;
  height: 110px;
  padding: 0;
  border-top: 9px solid #a48007;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

header#six-header .navbar-brand .container {
  display: block;
  padding: 0;
  position: relative;
}

header#six-header .navbar-brand .container a.page-scroll {
  display: inline-block;
  float: left;
  padding: 2px 0;
  height: 100%;
  position: relative;
  z-index: 999999;
}

header#six-header .navbar-brand .container .subTitle {
  position: relative;
  margin-top: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: .85rem;
  letter-spacing: .2em;
  border-radius: 17px;
  color: #8e7500;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #b89906;
  padding: 4px 20px;
}

header#six-header .navbar-brand .container .login_man {
  position: absolute;
  width: 200px;
  right: 0%;
  top: 45px;
  text-align: right;
  color: #d58d00;
  font-size: .85em;
}

@media (max-width: 990px) {
  header#six-header .navbar-brand .container .login_man {
    display: none;
  }
}

header#six-header .navbar-brand .container .login_man span {
  color: #555;
  padding-right: .5em;
}

header#six-header .navbar-brand button.navbar-toggle {
  position: absolute;
  background-color: #b97a00;
  top: 5px;
  right: 0;
  width: 55px;
  height: 55px;
  margin: 0;
  border-radius: 0;
  z-index: 999;
  text-align: center;
}

header#six-header .navbar-brand button.navbar-toggle span {
  background-color: #ffffff;
  width: auto;
  margin-bottom: 5px;
}

header#six-header .navbar-brand button.navbar-toggle:hover {
  background-color: #b89906;
}

@media (max-width: 768px) {
  header#six-header .navbar-brand {
    height: 60px;
    border-width: 5px;
  }

  header#six-header .navbar-brand .container {
    height: 55px;
  }

  header#six-header .navbar-brand .container a.page-scroll {
    height: 52px;
    overflow: hidden;
    padding-left: 10px;
  }

  header#six-header .navbar-brand .container a.page-scroll img {
    height: 100%;
  }

  header#six-header .navbar-brand .container .subTitle {
    display: none;
  }
}

header#six-header #six-topNav {
  display: inline-block;
  position: absolute;
  top: -9px;
  border-top: 9px solid #555555 !important;
  margin-right: 0;
  padding-top: 8px;
}

@media (max-width: 990px) {
  header#six-header #six-topNav {
    right: 70px;
  }
}

header#six-header #six-topNav span.library {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 1em 0 0;
  margin: 0 .5em;
  border: 1px solid #c3a30a;
  border-radius: 30px;
}

header#six-header #six-topNav span.library:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../images/logo_library.png");
  background-position: center;
  background-size: cover;
  margin-right: .35em;
}

header#six-header #six-topNav span.library a {
  color: #c3a30a;
  font-size: .90em;
}

header#six-header #six-topNav ul.six-toplink {
  padding: 0;
  width: auto;
}

header#six-header #six-topNav ul.six-toplink>li {
  padding: 0 2px;
}

header#six-header #six-topNav ul.six-toplink>li>a {
  display: block;
  padding: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  font-size: .85rem;
  transition: all .3s;
}

header#six-header #six-topNav ul.six-toplink>li>a:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

header#six-header #six-topNav ul.six-toplink>li>a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  padding: 3px 2px 0 2px;
  text-align: center;
  background-color: #c3a30a;
  color: #ffffff;
  margin-right: 2px;
}

header#six-header #six-topNav ul.six-toplink>li:nth-child(1) a[title="English"]:before {
  content: 'EN';
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

header#six-header #six-topNav ul.six-toplink>li:nth-child(2) a[title="兒童版"]:before {
  content: '\f12e';
}

@media (max-width: 990px) {
  header#six-header #six-topNav ul.six-toplink>li:nth-child(2) {
    display: none;
  }
}

header#six-header #six-topNav ul.six-toplink>li:nth-child(3) a[title="網站導覽"]:before {
  content: '\f0e8';
}

@media (max-width: 990px) {
  header#six-header #six-topNav ul.six-toplink>li:nth-child(3) {
    display: none;
  }
}

header#six-header #six-topNav ul.six-toplink>li:nth-child(4) a[title="字級大小"]:before {
  content: '\f034';
}

@media (max-width: 990px) {
  header#six-header #six-topNav ul.six-toplink>li:nth-child(4) {
    display: none;
  }
}

header#six-header #six-topNav ul.six-toplink>li:last-child input,
header#six-header #six-topNav ul.six-toplink>li:last-child a {
  border-radius: 14px;
  height: 28px;
  font-size: .9rem;
  text-align: center;
  background-color: #c3a30a;
  border: 0;
  color: #ffffff;
  line-height: 28px;
  padding: 0 6px;
}

header#six-header #six-topNav ul.six-toplink>li:last-child input:hover,
header#six-header #six-topNav ul.six-toplink>li:last-child a:hover {
  background-color: #a78307;
}

header#six-header #six-topNav ul.six-toplink>li:last-child input[value*="登出"],
header#six-header #six-topNav ul.six-toplink>li:last-child a[value*="登出"] {
  background-color: #9aa800;
}

header#six-header #six-topNav ul.six-toplink>li:last-child input[value*="登出"]:hover,
header#six-header #six-topNav ul.six-toplink>li:last-child a[value*="登出"]:hover {
  background-color: #889f0a;
}

header#six-header #six-topNav ul.six-toplink>li:last-child input.logout,
header#six-header #six-topNav ul.six-toplink>li:last-child a.logout {
  background-color: #9aa800;
}

header#six-header #six-topNav ul.six-toplink>li:last-child input.logout:hover,
header#six-header #six-topNav ul.six-toplink>li:last-child a.logout:hover {
  background-color: #889f0a;
}

header#six-header #six-topNav ul.six-fontSizeBox {
  width: auto;
  min-width: 100px;
  padding: 2px;
  margin-right: 30px;
  margin-top: 5px;
  border-radius: 19px;
  background-color: #c3a30a;
  border-color: #c3a30a;
}

header#six-header #six-topNav ul.six-fontSizeBox li {
  display: inline-block;
  float: left;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header#six-header #six-topNav ul.six-fontSizeBox li.font-size-s a {
  font-size: .8rem !important;
}

header#six-header #six-topNav ul.six-fontSizeBox li.font-size-m a {
  font-size: 1rem !important;
}

header#six-header #six-topNav ul.six-fontSizeBox li.font-size-l a {
  font-size: 1.2rem !important;
}

header#six-header #six-topNav ul.six-fontSizeBox li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0;
  border-radius: 100%;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
}

header#six-header #six-topNav ul.six-fontSizeBox li a:hover,
header#six-header #six-topNav ul.six-fontSizeBox li a:focus {
  color: #ffffff;
  text-decoration: none;
  background: #a78307;
}

header#six-header #six-topNav ul.six-themeColorBox {
  width: auto;
  min-width: auto;
  padding: 2px;
  margin-right: 30px;
  margin-top: 5px;
  border-radius: 19px;
  background-color: #cccccc;
}

header#six-header #six-topNav ul.six-themeColorBox li {
  display: inline-block;
  float: left;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-radius: 50% !important;
}

header#six-header #six-topNav ul.six-themeColorBox li:first-child {
  background: #008c1e;
  border-color: #006f18;
  margin-right: 5px;
}

header#six-header #six-topNav ul.six-themeColorBox li:last-child {
  background: #d2af02;
  border-color: #b58300;
}

header#six-header #six-topNav form {
  margin: 0;
  padding: 0;
}

header#six-header #six-topNav form .form-group {
  position: relative;
}

header#six-header #six-topNav form .form-group input {
  width: 130px !important;
  height: 28px;
  background: #cccccc;
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(left, #eeeeee, #ffffff);
  background-image: linear-gradient(to right, #eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')";
  border: 1px solid #c3a30a;
  border-radius: 15px;
  padding-right: 72px;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
}

header#six-header #six-topNav form .form-group input:focus {
  border: 1px solid #c3a30a;
  width: 220px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(195, 163, 10, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(195, 163, 10, 0.6);
}

header#six-header #six-topNav form .form-group b {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 60px;
  height: 24px;
  background-color: #c3a30a;
  border-radius: 15px;
  padding: 2px 16px !important;
}

header#six-header #six-topNav form .form-group b:hover {
  background-color: #a78307;
}

@media (min-width: 769px) {
  header#six-header #six-topNav {
    right: 0px;
  }

  header#six-header #six-topNav ul.six-toplink {
    margin-right: 8px;
  }
}

@media (max-width: 768px) {
  header#six-header #six-topNav {
    width: auto;
    padding-top: 4px;
    margin-left: 0;
  }

  header#six-header #six-topNav ul.six-toplink {
    margin: 0;
    display: inline-block;
  }

  header#six-header #six-topNav ul.six-toplink li {
    padding: 0;
    display: inline-block;
  }

  header#six-header #six-topNav ul.six-toplink li a {
    margin: 0;
  }
}

@media (max-width: 767px) {
  header#six-header {
    height: auto;
    min-height: auto;
    margin-bottom: auto;
  }

  header#six-header nav#six-mainNav {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  header#six-header nav#six-mainNav .container-fluid {
    padding: 0;
  }

  header#six-header nav#six-mainNav .container-fluid li,
  header#six-header nav#six-mainNav .container-fluid li>a,
  header#six-header nav#six-mainNav .container-fluid li>a:hover,
  header#six-header nav#six-mainNav .container-fluid li>a:focus {
    display: inline-block;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: .2em;
    color: #ffffff;
    text-align: center;
    background-color: transparent;
  }

  header#six-header nav#six-mainNav .container-fluid ul {
    margin: 0;
    padding: 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav {
    background-color: #303030;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:hover,
  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:focus {
    background: #a78307;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9f8a00 0%, #a78307 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9f8a00 0%, #a78307 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#9f8a00), to(#a78307));
    background: -o-linear-gradient(top, #9f8a00 0%, #a78307 100%);
    background: linear-gradient(to bottom, #9f8a00 0%, #a78307 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorA1', endColorstr='$colorA2', GradientType=0);
    /* IE6-9 */
    background-image: url(../images/background.png), -webkit-linear-gradient(top, #9f8a00, #a78307);
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown>a {
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu {
    padding: 0;
    background: #b89906;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b89906 0%, #b89906 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b89906 0%, #b89906 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#b89906), to(#b89906));
    background: -o-linear-gradient(top, #b89906 0%, #b89906 100%);
    background: linear-gradient(to bottom, #b89906 0%, #b89906 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorA3', endColorstr='$colorA3', GradientType=0);
    /* IE6-9 */
    background-image: url(../images/background.png), -webkit-linear-gradient(top, #b89906, #b89906);
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>a {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul {
    position: relative;
    display: block !important;
    height: 100%;
    margin: 4px;
    margin-top: -4px;
    border-radius: 8px;
    border: 1px solid rgba(221, 221, 221, 0.6);
    background: rgba(255, 255, 255, 0.8);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.6)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorZ9', endColorstr='$colorZ9', GradientType=0);
    /* IE6-9 */
    background-image: url(../images/background.png), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul:after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
    height: 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul:before {
    position: absolute;
    content: "";
    top: -11px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul>li {
    display: inline-block;
    width: 33.333333%;
    float: left;
    padding: 5px 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul>li>a {
    color: #303030;
    padding: 3px 0;
    letter-spacing: 0;
    border-right: 1px solid rgba(167, 131, 7, 0.5);
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul>li:nth-child(3) a {
    border-right: 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul>li>ul>li>a {
    padding: 4px 0;
    color: #303030;
    font-size: .9em;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(167, 131, 7, 0.5);
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul.lv4 {
    padding: 8px 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul.lv4>li {
    width: 50%;
    padding: 4px 5px;
    border-right: 1px solid rgba(167, 131, 7, 0.5);
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul.lv4>li>a {
    border: 0;
    border-bottom: 3px solid rgba(184, 153, 6, 0.5);
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul.lv4>li>ul>li:last-child a {
    border: 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown .dropdown-menu>ul>li>ul.lv4>li:last-child {
    border: 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:nth-child(5) .dropdown-menu>ul>li:nth-child(10) li a {
    font-size: .875em;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:nth-child(5) .dropdown-menu>ul>li:nth-child(11) li {
    width: 50%;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:nth-child(5) .dropdown-menu>ul>li:nth-child(11) li:nth-child(3) a {
    border-right: 1px solid rgba(167, 131, 7, 0.5);
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:nth-child(5) .dropdown-menu>ul>li:nth-child(11) li:nth-child(2n) a {
    border-right: 0;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:nth-child(5) .dropdown-menu>ul>li:nth-child(11) li a {
    font-size: .875em;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:nth-child(5) .dropdown-menu>ul>li:nth-child(12) li {
    width: 50%;
  }

  header#six-header nav#six-mainNav ul.navbar-nav>li.dropdown:nth-child(5) .dropdown-menu>ul>li:nth-child(12) li:last-child a {
    border: 0;
  }
}

@media (min-width: 768px) {
  header#six-header #six-mainNav {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    z-index: 9999;
  }

  header#six-header #six-mainNav ul,
  header#six-header #six-mainNav li,
  header#six-header #six-mainNav a,
  header#six-header #six-mainNav span,
  header#six-header #six-mainNav *:hover,
  header#six-header #six-mainNav *:focus {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  header#six-header #six-mainNav>.container-fluid {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
  }

  header#six-header #six-mainNav ul.navbar-nav {
    width: 75%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  header#six-header #six-mainNav ul.navbar-nav>li {
    position: static;
    width: 16%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  header#six-header #six-mainNav ul.navbar-nav>li>a {
    position: relative;
    text-align: center;
    padding: 8px 0 8px 0;
    height: 100%;
  }

  header#six-header #six-mainNav ul.navbar-nav>li>a:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 1%;
    height: 6px;
    left: 50%;
    bottom: 0;
    background-color: rgba(154, 168, 0, 0);
  }

  header#six-header #six-mainNav ul.navbar-nav>li:hover>a,
  header#six-header #six-mainNav ul.navbar-nav>li:focus>a {
    padding: 3px 0 13px 0;
  }

  header#six-header #six-mainNav ul.navbar-nav>li:hover>a:after,
  header#six-header #six-mainNav ul.navbar-nav>li:focus>a:after {
    width: 100%;
    left: 0;
    background-color: rgba(154, 168, 0, 0.8);
  }

  header#six-header #six-mainNav ul.navbar-nav>li:hover>a+.dropdown-menu,
  header#six-header #six-mainNav ul.navbar-nav>li:focus>a+.dropdown-menu {
    display: block;
  }

  header#six-header #six-mainNav ul.navbar-nav>li:hover>.dropdown-menu,
  header#six-header #six-mainNav ul.navbar-nav>li:focus>.dropdown-menu {
    display: block;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    left: 0;
    top: 95%;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid rgba(184, 153, 6, 0.3);
    -webkit-box-shadow: 0px 5px 20px rgba(184, 153, 6, 0.6);
    box-shadow: 0px 5px 20px rgba(184, 153, 6, 0.6);
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li {
    position: relative;
    display: inline-block;
    width: 16.6666666%;
    font-size: 1rem;
    padding: 5px 2px;
    float: left;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a {
    position: relative;
    display: block;
    padding: 6px 8px;
    overflow: hidden;
    border-radius: 16px;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a span {
    position: relative;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a span:before {
    position: absolute;
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 8px;
    height: 8px;
    left: -12px;
    top: 4px;
    border-radius: 5px;
    background-color: rgba(184, 153, 6, 0.9);
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open {
    z-index: 8;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover>a,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus>a,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open>a {
    z-index: 11;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover>a span:before,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus>a span:before,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open>a span:before {
    width: 300px;
    height: 300px;
    left: -150px;
    top: -150px;
    border-radius: 150px;
    background-color: rgba(184, 153, 6, 0.3);
    z-index: 11;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover>a span:before+ul,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus>a span:before+ul,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open>a span:before+ul {
    opacity: 1;
    z-index: -1;
    top: 3px;
    display: block;
    -webkit-animation: fadeinUp;
    -moz-animation: fadeinUp;
    -ms-animation: fadeinUp;
    -o-animation: fadeinUp;
    animation: fadeinUp;
    /* Firefox < 16 */
    /* Safari, Chrome and Opera > 12.1 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    -webkit-animation: fadeinUp .5s;
    animation: fadeinUp .5s;
  }

  @keyframes fadeinUp {
    from {
      opacity: 0;
      -webkit-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-moz-keyframes fadeinUp {
    from {
      opacity: 0;
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }

  @-webkit-keyframes fadeinUp {
    from {
      opacity: 0;
      -webkit-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-ms-keyframes fadeinUp {

    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover>a span:before+ul from,
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus>a span:before+ul from,
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open>a span:before+ul from {
      opacity: 0;
      -ms-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover>a span:before+ul to,
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus>a span:before+ul to,
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open>a span:before+ul to {
      opacity: 1;
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-o-keyframes fadeinUp {
    from {
      opacity: 0;
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover>ul,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus>ul,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open>ul {
    opacity: 1;
    z-index: -1;
    top: 3px;
    display: block;
    -webkit-animation: fadeinUp;
    -moz-animation: fadeinUp;
    -ms-animation: fadeinUp;
    -o-animation: fadeinUp;
    animation: fadeinUp;
    /* Firefox < 16 */
    /* Safari, Chrome and Opera > 12.1 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    -webkit-animation: fadeinUp .5s;
    animation: fadeinUp .5s;
  }

  @keyframes fadeinUp {
    from {
      opacity: 0;
      -webkit-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-moz-keyframes fadeinUp {
    from {
      opacity: 0;
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }

  @-webkit-keyframes fadeinUp {
    from {
      opacity: 0;
      -webkit-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-ms-keyframes fadeinUp {

    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover>ul from,
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus>ul from,
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open>ul from {
      opacity: 0;
      -ms-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:hover>ul to,
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li:focus>ul to,
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li.open>ul to {
      opacity: 1;
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-o-keyframes fadeinUp {
    from {
      opacity: 0;
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a:focus {
    z-index: 2;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a:focus span {
    z-index: 3;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a:focus span:before {
    width: 300px;
    height: 300px;
    left: -150px;
    top: -150px;
    border-radius: 150px;
    background-color: rgba(184, 153, 6, 0.3);
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a:focus+ul {
    opacity: 1;
    z-index: 1;
    top: 3px;
    display: block;
    -webkit-animation: fadeinUp;
    -moz-animation: fadeinUp;
    -ms-animation: fadeinUp;
    -o-animation: fadeinUp;
    animation: fadeinUp;
    /* Firefox < 16 */
    /* Safari, Chrome and Opera > 12.1 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    -webkit-animation: fadeinUp .5s;
    animation: fadeinUp .5s;
  }

  @keyframes fadeinUp {
    from {
      opacity: 0;
      -webkit-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-moz-keyframes fadeinUp {
    from {
      opacity: 0;
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }

  @-webkit-keyframes fadeinUp {
    from {
      opacity: 0;
      -webkit-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-ms-keyframes fadeinUp {
    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a:focus+ul from {
      opacity: 0;
      -ms-transform: translate(0px, 20px);
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>a:focus+ul to {
      opacity: 1;
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }
  }

  @-o-keyframes fadeinUp {
    from {
      opacity: 0;
      transform: translate(0px, 20px);
      pointer-events: none;
    }

    to {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul {
    position: absolute;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
    border-radius: 17px;
    padding: 35px 5px 5px 5px;
    top: 0px;
    left: 0;
    width: 100%;
    border: 0;
    background-color: #e9e1bc;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul>li {
    display: block;
    background-color: transparent;
    color: #ffffff;
    text-align: left;
    padding: 3px 2px 3px 20px;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 3px 0;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul>li>a span:before {
    content: "";
    position: absolute;
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 8px;
    height: 8px;
    left: -14px;
    top: 9px;
    border-radius: 5px;
    margin-right: 4px;
    background-color: rgba(184, 153, 6, 0.9);
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul>li:hover>a span:before,
  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul>li:focus>a span:before {
    width: 12px;
    height: 12px;
    left: -18px;
    top: 6px;
    border-radius: 7px;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul>li>ul {
    position: relative;
    border-radius: 0;
    z-index: 99999;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul>li>ul>li {
    padding: 3px 5px;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu>ul>li>ul>li>ul>li>a {
    padding: 2px 0;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu ul.lv4 {
    width: 200%;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu ul.lv4>li {
    width: 50%;
    float: left;
  }

  header#six-header #six-mainNav ul.navbar-nav .dropdown-menu ul.lv4>li>a {
    font-weight: bold;
  }

  header#six-header #six-mainNav ul.navbar-nav>li:nth-child(1) .dropdown-menu>ul {
    width: 734px;
  }

  header#six-header #six-mainNav ul.navbar-nav>li:nth-child(1) .dropdown-menu>ul>li {
    width: 25%;
  }

  header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(2) .dropdown-menu>ul {
    width: 550px;
  }

  header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(2) .dropdown-menu>ul>li {
    width: 25%;
  }

  header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(3) .dropdown-menu>ul {
    width: 400px; /* 2=400px; 3=500px; */
  }

  header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(3) .dropdown-menu>ul>li {
    width: 33%; /* 2=50%; 3=33%; */
  }

  header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(4) .dropdown-menu>ul {
    width: 734px;
  }

  header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(4) .dropdown-menu>ul>li {
    width: 25%;
  }

  header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(5) .dropdown-menu>ul {
    width: 734px;
  }

  header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(5) .dropdown-menu>ul>li {
    width: 25%;
    /* > ul {
                width: 200%;
                >li {
                  width: 50%;
                  float: left;
                }
              } */
  }

    @media (min-width: 768px) {
        header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(6) .dropdown-menu > ul {
            width: 550px;
        }
    }

    @media (min-width: 768px) {
        header#six-header #six-mainNav ul.navbar-nav li.dropdown:nth-child(6) .dropdown-menu > ul > li {
            width: 25%;
        }
    }

  header#six-header.top-nav-collapse #six-head {
    width: 100%;
    position: fixed;
    height: 50px;
    min-height: 50px;
  }

  header#six-header.top-nav-collapse .login_man {
    display: none !important;
  }

  header#six-header.top-nav-collapse .navbar-brand {
    height: 50px;
    border-top: 0;
    border-bottom: 5px solid #c3a30a;
  }

  header#six-header.top-nav-collapse .navbar-brand .container {
    height: 45px;
  }

  header#six-header.top-nav-collapse .navbar-brand .container a {
    padding: 1px 0;
  }

  header#six-header.top-nav-collapse .navbar-brand .container a img {
    height: 100%;
  }

  header#six-header.top-nav-collapse .navbar-brand .container .subTitle {
    display: none;
  }

  header#six-header.top-nav-collapse #six-topNav {
    display: none;
  }

  header#six-header.top-nav-collapse #six-mainNav ul.navbar-nav>li {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  header#six-header.top-nav-collapse #six-mainNav ul.navbar-nav>li>a {
    min-height: 50px;
    padding: 15px 0 8px 0;
  }

  header#six-header.top-nav-collapse #six-mainNav ul.navbar-nav>li>a:after {
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: rgba(153, 153, 153, 0);
  }

  header#six-header.top-nav-collapse #six-mainNav ul.navbar-nav>li:hover>a,
  header#six-header.top-nav-collapse #six-mainNav ul.navbar-nav>li:focus>a {
    padding: 10px 0 8px 0;
    background-color: rgba(195, 163, 10, 0.8);
  }

  header#six-header.top-nav-collapse #six-mainNav ul.navbar-nav>li:hover>a:after,
  header#six-header.top-nav-collapse #six-mainNav ul.navbar-nav>li:focus>a:after {
    width: 100%;
    height: 7px;
    left: 0;
    background-color: #474747;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (max-width: 790px) {
      header#six-header.top-nav-collapse #six-head a.page-scroll {
        padding-left: 10px;
      }

      #six-head .navbar-brand {
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
      }

      #six-head .navbar-brand .container {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
      }

      #six-head .navbar-brand .container #six-topNav {
        width: auto;
      }

      #six-head .navbar-brand .container #six-topNav .six-toplink {
        max-width: 215px !important;
      }
    }
  }
}

/* Safari 6.1-10.0 [not 10.1+] */
@supports (-webkit-text-size-adjust: none) and (not (-ms-ime-align: auto)) {
  nav#six-mainNav>.container-fluid {
    width: 100%;
  }

  nav#six-mainNav>.container-fluid li.dropdown.open .dropdown-menu {
    width: 100%;
    display: block;
    float: left;
  }

  nav#six-mainNav>.container-fluid li.dropdown.open .dropdown-menu ul.navbar-nav li {
    display: block;
    width: 100%;
    float: left;
  }
}

@media (max-width: 767px) {
  #six-topNav {
    z-index: 10000000;
  }

  #six-topNav form.navbar-form {
    display: inline-block;
    width: auto !important;
    margin-right: -.5em !important;
    margin-left: .5em !important;
  }
}

@media (max-width: 767px) {
  header#six-header #six-topNav form .form-group input {
    width: 30px !important;
    min-width: 30px !important;
    padding-right: 30px;
  }

  header#six-header #six-topNav form .form-group input:focus {
    width: 160px !important;
    padding-right: 60px;
  }

  header#six-header #six-topNav form .form-group b.btn {
    width: 40px !important;
    display: inline-block;
    padding: 2px 8px !important;
  }
}

.six-asideNav {
  border-right: 1px solid #a78307;
  height: 100%;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 970px) {
  .six-asideNav {
    border-right: 0;
  }
}

.six-asideNav .six-inner h3,
.six-asideNav .six-inner h2 {
  background-image: url(../images/background.png), -webkit-gradient(linear, left top, left bottom, from(#a68b63), to(#b8a07e));
  background-image: url(../images/background.png), -o-linear-gradient(top, #a68b63, #b8a07e);
  background-image: url(../images/background.png), linear-gradient(top, #a68b63, #b8a07e);
  background-image: url(../images/background.png), -webkit-linear-gradient(top, #a68b63, #b8a07e);
  background-image: url(../images/background.png), -ms-linear-gradient(top, #a68b63, #b8a07e);
  margin: 0 0 5px 0;
  padding: 0;
  text-align: center;
  font-size: 17px;
  position: relative;
  width: 100%;
  padding-top: 0 !important;
  border-top: 1px solid #b8a07e;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.six-asideNav .six-inner h3 a,
.six-asideNav .six-inner h2 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: .8em 1em;
}

.six-asideNav .six-inner h3 a#L,
.six-asideNav .six-inner h2 a#L {
  display: inline;
  position: absolute;
  left: 0;
  color: #ccb89b;
}

.six-asideNav .six-inner h3>a+i.fa-angle-down,
.six-asideNav .six-inner h2>a+i.fa-angle-down {
  position: absolute;
  right: 10px;
  top: 8px;
  display: none;
  color: #b8a07e;
  width: 30px;
  line-height: 30px;
  height: 30px;
  background-color: #fff;
  font-size: 1.4em;
  border-radius: 50%;
}

.six-asideNav .six-inner>ul {
  width: 100%;
  max-height: 740px;
  overflow: auto;
  /* -ms-overflow-style: -ms-autohiding-scrollbar;
      scrollbar-darkshadow-color: #004000;
      scrollbar-width: 8px; */
}

.six-asideNav .six-inner>ul::-webkit-scrollbar {
  width: 8px;
}

.six-asideNav .six-inner>ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
}

.six-asideNav .six-inner>ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: none;
}

.six-asideNav .six-inner>ul>li {
  position: relative;
  width: 100%;
}

.six-asideNav .six-inner>ul>li a {
  display: block;
  text-align: center;
}

.six-asideNav .six-inner>ul>li a:not([aria-haspopup]) {
  width: 100%;
  padding: 10px 40px 10px 25px;
  text-align: left;
  margin: 0 0 3px 0;
  background-color: rgba(184, 160, 126, 0.5);
  color: #333333;
  border-radius: 7px;
  font-size: .9rem;
}

.six-asideNav .six-inner>ul>li a[aria-haspopup] {
  display: inline;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 5px 0;
  font-size: 1.4em;
  color: #dddddd;
}

.six-asideNav .six-inner>ul>li a[aria-haspopup] i.fa {
  -webkit-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: 1px solid #b8a07e;
  color: #b8a07e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding-top: 1px;
}

.six-asideNav .six-inner>ul>li a[aria-haspopup].selected>i.fa {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #b8a07e;
  border: 1px solid #ccb89b;
  color: #ffffff;
}

.six-asideNav .six-inner>ul>li a[aria-haspopup]:hover>i.fa {
  background-color: #b8a07e;
  border: 1px solid #ccb89b;
  color: #ffffff;
}

.six-asideNav .six-inner>ul>li>ul {
  display: none;
  max-height: 380px;
  overflow-y: auto;
  background-color: rgba(202, 183, 92, 0.25);
  border-radius: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 990px) {
  .six-asideNav .six-inner>ul>li>ul {
    display: block;
  }
}

.six-asideNav .six-inner>ul>li>ul::-webkit-scrollbar {
  width: 8px;
}

.six-asideNav .six-inner>ul>li>ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(195, 163, 10, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
}

.six-asideNav .six-inner>ul>li>ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(195, 163, 10, 0.5);
  -webkit-box-shadow: none;
}

.six-asideNav .six-inner>ul>li>ul>li {
  position: relative;
  background-color: transparent;
  border-bottom: dashed 1px #ffffff;
}

.six-asideNav .six-inner>ul>li>ul>li:first-child {
  position: -webkit-sticky;
  position: sticky;
}

.six-asideNav .six-inner>ul>li>ul>li:last-child {
  border-bottom: none;
}

.six-asideNav .six-inner>ul>li>ul>li a:not([aria-haspopup]) {
  background-color: transparent !important;
}

.six-asideNav .six-inner>ul>li>ul>li a>i.fa {
  border: 1px solid #b89906 !important;
  color: #b89906 !important;
}

.six-asideNav .six-inner>ul>li>ul>li a.selected>i.fa {
  background-color: #b89906 !important;
  border: 1px solid #c3a30a !important;
  color: #ffffff !important;
}

.six-asideNav .six-inner>ul>li>ul>li a:hover>i.fa {
  background-color: #b89906 !important;
  border: 1px solid #c3a30a !important;
  color: #ffffff !important;
}

.six-asideNav .six-inner>ul>li>ul>li:hover {
  background-color: rgba(202, 183, 92, 0.1);
}

.six-asideNav .six-inner>ul>li>ul ul {
  display: none;
  background-color: transparent;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: rgba(202, 183, 92, 0.25);
}

.six-asideNav .six-inner>ul>li>ul ul:before {
  display: none;
}

.six-asideNav .six-inner>ul>li>ul ul li {
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.six-asideNav .six-inner>ul>li>ul ul li:before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  left: 10px;
  top: 10px;
  color: #cab75c;
}

.six-asideNav .six-inner>ul>li>ul ul li a:not([aria-haspopup]) {
  border-bottom: none;
}

.six-asideNav .six-inner>ul>li>ul ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.six-asideNav .six-inner>ul>li>ul ul li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.six-asideNav .six-inner>ul>li>ul ul li:hover {
  background-color: rgba(202, 183, 92, 0.25);
}

@media (max-width: 990px) {
  .six-asideNav .six-inner {
    width: 100% !important;
  }

  .six-asideNav .six-inner>ul {
    height: auto !important;
    min-height: auto !important;
  }

  .six-asideNav .six-inner h3>a+i.fa-angle-down {
    display: block;
    z-index: 20;
  }

  .six-asideNav>div>h3+ul {
    display: none;
  }
}

@media (min-width: 990px) and (max-width: 1160px) {
  .six-asideNav>div {
    max-width: 220px;
  }
}

@media (max-width: 769px) {
  .six-asideNav>div {
    padding: 0 !important;
  }

  .six-asideNav>div>ul>li:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .six-asideNav>*:last-child {
    padding-bottom: 0;
  }

  .six-container {
    margin-top: 90px !important;
    top: 0 !important;
  }

  _::-webkit-:host:not(:root:root) {
    padding: 0 !important;
    margin-top: 90px !important;
    top: 0 !important;
  }
}

.br-radius {
  border-radius: 5px;
}

.six-container {
  margin-top: 90px !important;
  top: 15px !important;
}

_::-webkit-:host:not(:root:root) {
  padding-top: 0 !important;
  margin-top: 90px !important;
  top: 15px !important;
}

.flex_man {
  z-index: 2;
}

@media (min-width: 990px) {
  .flex_man {
    position: fixed;
    top: 55px;
  }
}

.down {
  position: absolute;
  top: auto;
  bottom: 10px;
  transition: All .5s ease;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}

/* // http://www.w3.org/TR/css3-animations/#the-animation-name-property-
// Each of these mixins support comma separated lists of values, which allows different transitions for individual properties to be described in a single style rule. Each value in the list corresponds to the value at that same position in the other properties.
 */
footer#six-footer {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 0;
  z-index: 2;
  overflow-x: hidden;
  /* background-position: left top;
  background-repeat:no-repeat;
  background-image:url(../images/footerBg2.png); */
  background: -webkit-linear-gradient(left, #c3a30a, #d7b301);
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    footer#six-footer {
      overflow-x: initial;
    }
  }
}

@media (max-width: 990px) {
  footer#six-footer {
    min-height: initial;
    overflow-x: initial;
  }
}

@media (max-width: 490px) {
  footer#six-footer {
    overflow: unset;
  }
}

footer#six-footer .container-fluid {
  padding: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../images/footerBg1.png);
  background-size: cover;
}

footer#six-footer .container-fluid+.container-fluid {
  background-image: none;
}

footer#six-footer .six-footMenu div.container {
  padding: 20px 0;
}

@media (max-width: 490px) {
  footer#six-footer .six-footMenu div.container {
    padding: 15px;
  }
}

footer#six-footer .six-footMenu div.container>ul.row {
  min-height: 200px;
  float: right;
  max-width: 870px;
}

@media (max-width: 490px) {
  footer#six-footer .six-footMenu div.container>ul.row {
    margin: 0;
  }
}

footer#six-footer .six-footMenu div.container>ul.row>li {
  text-align: left;
  font-size: .85em;
  padding-left: 2em;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  /* &:nth-child(n+4) {
            @include breakpoint($pad) {
              margin-top:-100px;
            }
          } */
}



@media (max-width: 990px) {
  footer#six-footer .six-footMenu div.container>ul.row>li ul::after {
    clear: both;
    content: "";
    display: table;
  }
}

footer#six-footer .six-footMenu div.container>ul.row>li:nth-child(1) {
  width: 140px;
}
footer#six-footer .six-footMenu div.container>ul.row>li:nth-child(2) {
  width: 120px;
}
footer#six-footer .six-footMenu div.container>ul.row>li:nth-child(3) {
  width: 110px;
}
footer#six-footer .six-footMenu div.container>ul.row>li:nth-child(4) {
  width: 120px;
}
footer#six-footer .six-footMenu div.container>ul.row>li:nth-child(5) {
  width: 130px;
}
footer#six-footer .six-footMenu div.container>ul.row>li:nth-child(6) {
  width: 240px;
}

@media (max-width: 490px) {
  footer#six-footer .six-footMenu div.container>ul.row>li {
    margin-bottom: 15px;
    font-size: 1.1em;
    min-height: 160px;
  }
}

footer#six-footer .six-footMenu div.container>ul.row>li strong {
  font-size: 1.3em;
  width: 100%;
  display: block;
}

footer#six-footer .six-footMenu div.container>ul.row>li strong a {
  border-left: 3px solid #9e3a00;
}

footer#six-footer .six-footMenu div.container>ul.row>li a {
  display: inline-block;
  padding: 1px 0;
  color: #000000;
  border-left: 3px solid #fff980;
  padding-left: 6px;
  white-space: nowrap;
  width: 130px;
  text-shadow: 0 0 10px #ffffff;
}

@media (max-width: 490px) {
  footer#six-footer .six-footMenu div.container>ul.row>li:last-child {
    width: 100%;
  }
}

footer#six-footer .six-footMenu div.container>ul.row>li:last-child ul {
  width: 50%;
  float: left;
}

footer#six-footer .six-footMenu div.container>ul.row>li:last-child ul li:first-child {
  width: 100%;
  display: inline-block;
  float: left;
}

footer#six-footer .container-fluid+.container-fluid {
  width: 100%;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  font-size: .85em !important;
}

@media (max-width: 990px) {
  footer#six-footer .container-fluid+.container-fluid {
    position: relative;
  }
}

@media (max-width: 490px) {
  footer#six-footer .container-fluid+.container-fluid {
    position: relative;
  }
}

footer#six-footer .six-footInfo {
  text-align: left;
  padding: 10px 0 0 15px;
}

footer#six-footer .six-footInfo .left {
  float: left;
  padding-top: 9px;
  padding-right: 15px;
}

footer#six-footer .six-footInfo .left a {
  display: inline-block;
}

footer#six-footer .six-footInfo .content .text-center {
  text-align: left;
  color: #ffffff;
  padding: 4px 0;
}

footer#six-footer .six-footInfo .content .six-count .badge {
  background-color: #23ca31;
}

footer#six-footer .six-footInfo .right {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
}

footer#six-footer .six-footInfo .right a img {
  float: left;
  max-height: 90px;
}

footer#six-footer .six-footInfo a,
footer#six-footer .six-footInfo p {
  font-size: 1em;
  color: #ffffff;
}

footer#six-footer .six-copyright {
  text-align: left;
  color: #ffffff;
  padding: 10px 0;
}

footer#six-footer .six-copyright ul {
  width: 100%;
  display: inline-block;
}
footer#six-footer .six-copyright ul:first-child {
    width: 70%;
  }
footer#six-footer .six-copyright ul:first-child li:nth-child(3){
    padding-left: 0;
}
footer#six-footer .six-copyright ul:first-child li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 5px;
    font-size: .5em;
    color: #a9951c;
}
footer#six-footer .six-copyright ul li {
  display: inline-block;
  height: 100%;
  line-height: 30px;
  color: #ffffff;
  padding: 0px 10px;
}

footer#six-footer .six-copyright ul li a {
  color: #ffffff;
}

footer#six-footer .six-copyright ul li a:hover {
  color: #e0d2bf;
}

footer#six-footer .six-copyright ul li:first-child {
  padding-left: 0;
}

@media (max-width: 990px) {
  footer#six-footer .six-footInfo {
    display: block;
    width: 100%;
    padding: 10px 0 2px 0;
    text-align: center;
  }

  footer#six-footer .six-footInfo .left {
    float: none;
    display: inline-block;
  }

  footer#six-footer .six-footInfo .content {
    display: inline-block;
  }

  footer#six-footer .six-copyright {
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  footer#six-footer .six-copyright ul {
    width: auto;
  }

  footer#six-footer .six-copyright p {
    display: inline-block;
    padding-left: 15px;
  }
}

footer#six-footer .fa {
  margin-left: 5px;
}

footer#six-footer .six-gotoTop {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#a78307), to(#c3a30a));
  background: -webkit-linear-gradient(top, #a78307 0%, #c3a30a 100%);
  background: -o-linear-gradient(top, #a78307 0%, #c3a30a 100%);
  background: linear-gradient(to bottom, #a78307 0%, #c3a30a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorA2', endColorstr='$colorA4', GradientType=0);
  /* IE6-9 */
  background-image: url(../images/background.png), -webkit-linear-gradient(top, #a78307, #c3a30a);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-top-left-radius: 10px;
  display: none;
}

@media (max-width: 767px) {
  footer#six-footer .six-gotoTop {
    bottom: 0;
    right: 0;
  }
}

footer#six-footer .six-gotoTop img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 40%;
  height: auto;
}

footer#six-footer .six-gotoTop:hover {
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a78307), to(#c3a30a));
  background: -webkit-linear-gradient(top, #a78307 0%, #c3a30a 100%);
  background: -o-linear-gradient(top, #a78307 0%, #c3a30a 100%);
  background: linear-gradient(to bottom, #a78307 0%, #c3a30a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: url(../images/background.png), -webkit-linear-gradient(top, #a78307, #c3a30a);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  footer#six-footer .six-gotoTop {
    padding-top: 3px;
    padding-right: 15px;
    width: 55px;
  }
}

.page_en~#six-footer {
  min-height: initial;
}

a.conference {
  position: fixed;
  bottom: 50%;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 40px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a78307), to(#c3a30a));
  background: -webkit-linear-gradient(top, #a78307 0%, #c3a30a 100%);
  background: -o-linear-gradient(top, #a78307 0%, #c3a30a 100%);
  background: linear-gradient(to bottom, #a78307 0%, #c3a30a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: url(../images/background.png), -webkit-linear-gradient(top, #a78307, #c3a30a);
  padding: 15px 10px;
  z-index: 100;
}

@media (max-width: 990px) {
  a.conference {
    display: none;
  }
}

a.conference:hover {
  text-decoration: none;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#889f0a), to(#9aa800));
  background: -webkit-linear-gradient(top, #889f0a 0%, #9aa800 100%);
  background: -o-linear-gradient(top, #889f0a 0%, #9aa800 100%);
  background: linear-gradient(to bottom, #889f0a 0%, #9aa800 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: url(../images/background.png), -webkit-linear-gradient(top, #889f0a, #9aa800);
  padding: 15px 10px 15px 15px;
  width: 45px;
}

a.conference span {
  display: block;
  color: #ffffff;
  line-height: 1.1rem;
}

a.conference span:before {
  content: "\f26c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 10px;
}

@media (max-width: 992px) {
  .mg_left_0 {
    margin-left: "0%";
  }

  .mg_left_0-5 {
    margin-left: "4.16667%";
  }

  .mg_left_1 {
    margin-left: "8.33333%";
  }

  .mg_left_1-5 {
    margin-left: "12.5%";
  }

  .mg_left_2 {
    margin-left: "16.66667%";
  }

  .mg_left_2-5 {
    margin-left: "20.83333%";
  }

  .mg_left_3 {
    margin-left: "25%";
  }

  .mg_left_3-5 {
    margin-left: "29.16667%";
  }

  .mg_left_4 {
    margin-left: "33.33333%";
  }

  .mg_left_4-5 {
    margin-left: "37.5%";
  }

  .mg_left_5 {
    margin-left: "41.66667%";
  }

  .mg_left_5-5 {
    margin-left: "45.83333%";
  }

  .mg_left_6 {
    margin-left: "50%";
  }

  .mg_left_6-5 {
    margin-left: "54.16667%";
  }

  .mg_left_7 {
    margin-left: "58.33333%";
  }

  .mg_left_7-5 {
    margin-left: "62.5%";
  }

  .mg_left_8 {
    margin-left: "66.66667%";
  }

  .mg_left_8-5 {
    margin-left: "70.83333%";
  }

  .mg_left_9 {
    margin-left: "75%";
  }

  .mg_left_9-5 {
    margin-left: "79.16667%";
  }

  .mg_left_10 {
    margin-left: "83.33333%";
  }

  .mg_left_10-5 {
    margin-left: "87.5%";
  }

  .mg_left_11 {
    margin-left: "91.66667%";
  }

  .mg_left_11-5 {
    margin-left: "95.83333%";
  }
}

.bg-ofa-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-ofa-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-ofa-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-ofa-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-ofa-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-ofa-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-ofa-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-ofa-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-ofa-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-ofa-10 {
  background-color: white;
}

/* // http://www.w3.org/TR/css3-animations/#the-animation-name-property-
// Each of these mixins support comma separated lists of values, which allows different transitions for individual properties to be described in a single style rule. Each value in the list corresponds to the value at that same position in the other properties.
 */
#six-videoListBox .heading,
#six-topLinkBox .heading {
  text-align: left;
}

.heading {
  position: relative;
  text-align: center;
}

.heading .title-demarcation {
  display: inline;
  font-size: 1.8em;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.heading span {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #188921;
}

@media screen and (min-width: 0\0) {
  .heading h2.title-demarcation {
    background: transparent;
  }
}

.title-demarcation {
  width: 100%;
  max-width: 280px;
  position: relative;
  z-index: 1;
  text-align: left;
  border-bottom: solid 4px #c88400;
  /* &:before {
    content:"";
    display:block;
    border-top:dashed 1px $colorCb;
    width:calc( 50% - 2.8em );
    top:0.5em;
    position:absolute;
  } */
}

.title-demarcation:after {
  content: '';
  display: block;
  width: 200%;
  left: 0;
  bottom: -4px;
  z-index: -1;
  position: absolute;
  border-bottom: solid 4px #555555;
}

.six-whiteBg {
  background-color: white;
}

#six-container.main .six-whiteBg {
  background-color: transparent;
}

@media (max-width: 490px) {
  #six-container.main .six-whiteBg {
    clear: both;
  }
}

.no-padding {
  padding: 0 !important;
}

#six-artworkListBox {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }
  #six-artworkListBox .content > .col-xs-4.col-sm-3.col-md-3.col-lg-15 {
    margin-bottom: 20px;
    float: left; }
  #six-artworkListBox .content > .col-xs-4.col-sm-3.col-md-3.col-lg-4 {
    margin-bottom: 20px;
    float: left; }

.six-artwork {
  height: 100%;
  margin-bottom: 0px;
  border-radius: 0;
  padding: 4px;
  border-width: 1px;
  background-color: #eeeeee;
  border-color: #eeeeee;
  position: relative; }
  .six-artwork:hover {
    background-color: #ffffff;
    border-width: 1px;
    border-color: #dddddd; }
  .six-artwork .inner {
    background-color: #eeeeee;
    height: 100%; }
    .six-artwork .inner a {
      display: block;
      text-align: center; }
      .six-artwork .inner a figure.six-avatar {
        height: 0;
        padding-bottom: 77.8%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #777; }
        .six-artwork .inner a figure.six-avatar > img {
          max-height: 200px; }
      .six-artwork .inner a .caption {
        padding: 10px 5px 6px 5px;
        text-align: center; }
        .six-artwork .inner a .caption .name {
          display: inline-block;
          text-align: center; }
ul.newsType1::after {
  clear: both;
  content: "";
  display: table;
}

ul.newsType1 li .icon {
  display: inline-block;
  float: left;
  padding-right: 6px;
}

ul.newsType1 li .location {
  display: inline-block;
  float: left;
  background-color: #b8a07e;
  border-radius: 4px;
  padding: 3px 6px;
  color: #ffffff;
}

ul.newsType1 li .date {
  display: inline-block;
  margin-left: 5px;
  float: left;
}

ul.newsType1 li .date:before {
  content: '\f017';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 4px;
  color: #b8a07e;
}

ul.newsType1 li .date+.date {
  color: #9c3c25;
}

ul.newsType1 li .date+.date:before {
  content: ' ';
}

/*---edit-leo-20200414---*/
ul.newsType1 li .date~.location::before {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-box-shadow: #959595 0 2px 5px;
  -moz-box-shadow: #959595 0 2px 5px;
  border-radius: 12px;
  box-shadow: #959595 0 2px 5px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  padding: 2px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.newsType1 li .date~.location {
  border-radius: 12px;
  background: #ffdddf;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffdddf), to(#efb4b8));
  background: -moz-linear-gradient(#ffdddf, #efb4b8);
  background: linear-gradient(#ffdddf, #efb4b8);
  border: solid 1px #ffdddf;
  border-bottom: solid 3px #efb4b8;
  color: #9c0b12;
  text-shadow: 0 1px 0 #ffdddf;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 2px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
/*---edit-leo-20200414---*/
ul.newsType1 li .live-icon {
  display: none;
  height: 20px;
  clear: both;
  margin-left: 10px;
}

ul.newsType1 li .list-group-item-text {
  margin-top: 5px;
  padding: 5px;
  clear: both;
}

ul.newsType1 li .list-group-item-p {
  padding: 5px;
  max-height: 3em;
  clear: both;
  overflow: hidden;
}

ul.newsType2 {
  margin-bottom: 0;
}

ul.newsType2::after {
  clear: both;
  content: "";
  display: table;
}

ul.newsType2 li>a.list-group-item {
  border: 0;
  padding: 11px 15px;
  border-radius: 0;
  border-bottom: 1px dashed #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

ul.newsType2 li>a.list-group-item .label {
  display: inline-block;
  color: #222;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 0.95em;
  border-right: 1px solid #bbbbbb;
  z-index: 300;
}

ul.newsType2 li>a.list-group-item .date {
  display: inline-block;
  font-size: 0.95em;
  color: #95b721;
  margin-right: 5px;
  position: relative;
  z-index: 1;
  /* &:before {
          position:relative;
          z-index:1;
          content: "\f017";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          padding-right: 4px;
          color: #680148;
        }
        &:after {
          content: "";
          position:absolute;
          z-index:-1;
          background-color: rgba( #680148 ,.2);
          display:block;
          left:-5px;
          top:-5px;
          padding:5px;
          width:calc( 100% + 10px );
          height:calc( 100% + 10px );
          border-radius:5px;
        } */
}

ul.newsType2 li>a.list-group-item>.heading {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding-left: 4px;
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

ul.newsType2 li:last-child>a {
  border-bottom: 0;
}

ul.newsType2 li.more {
  text-align: right;
  display: block;
  border: none;
  background-color: #f1f1f1;
}

ul.newsType2 li.more a.btn-more {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  border-radius: 0;
  padding: 7px 20px;
  color: #c88400;
  background-color: transparent;
  text-align: right;
}

ul.newsType2 li.more a.btn-more:hover {
  padding-right: 5px;
}

ul.newsType2 li.more a.btn-more:after {
  content: '\f101';
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 5px;
  background-color: transparent;
}

ul.newsType3 {
  margin-bottom: 0;
  padding: 5px 0;
}

ul.newsType3::after {
  clear: both;
  content: "";
  display: table;
}

ul.newsType3 li {
  margin-bottom: 3px;
}

ul.newsType3 li>a.list-group-item {
  border: solid 1px #dddddd;
  border-radius: 0;
}

ul.newsType3 li>a.list-group-item .label {
  margin-left: 4px;
  display: inline-block;
  background-color: #e4a834;
  border-radius: 3px;
  padding: 4px 8px;
  font-weight: normal;
}

ul.newsType3 li>a.list-group-item .date {
  display: inline-block;
  font-size: 0.95em;
  padding-right: 5px;
  border-right: 1px solid #c88400;
  color: #c88400;
}

ul.newsType3 li>a.list-group-item .date:before {
  content: '\f017';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 4px;
  color: #c88400;
}

ul.newsType3 li>a.list-group-item>.heading {
  text-align: left;
  padding-left: 4px;
  display: inline;
}

ul.newsType3 li.more {
  text-align: right;
  display: block;
  border: none;
  background-color: #f1f1f1;
}

ul.newsType3 li.more a.btn-more {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  border-radius: 0;
  padding: 7px 20px;
  color: #c88400;
  background-color: transparent;
  text-align: right;
}

ul.newsType3 li.more a.btn-more:hover {
  padding-right: 5px;
}

ul.newsType3 li.more a.btn-more:after {
  content: '\f101';
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 5px;
  background-color: transparent;
}

.xdsoft_datetimepicker {
  width: 100%;
  padding: 0;
  min-width: 309px;
  border: none !important;
}

.xdsoft_datetimepicker.active {
  width: 100%;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100%;
  margin-left: 0;
  float: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date {
  /* border-top-left-radius: 10px;
        border-top-right-radius: 10px; */
  height: auto;
  width: 100%;
  background: #d7ca00;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #d7ca00, #d7ca00);
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date:last-child {
  height: 45px;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date>.xdsoft_label span {
  font-size: 1.4em;
  font-weight: normal;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date>.xdsoft_label.xdsoft_month,
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year {
  background: transparent;
  text-shadow: 0 0 10px #ffffff;
  font-weight: bold;
  display: inline-block;
  width: auto;
  line-height: 45px;
  height: 45px;
  padding: 0 10px;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date>.xdsoft_label.xdsoft_month:hover,
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year:hover {
  background-color: rgba(159, 138, 0, 0.6);
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year {
  padding-left: 5px;
  width: 100px;
  padding-right: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year span {
  font-size: 1.7em;
  font-family: 'Helvetica', 'Arial', '微軟正黑體', serif;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year .xdsoft_select.xdsoft_yearselect.xdsoft_scroller_box {
  top: 45px;
  width: 100px;
  left: 0;
  font-family: '微軟正黑體';
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year .xdsoft_select.xdsoft_yearselect.xdsoft_scroller_box>div+div {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year .xdsoft_select.xdsoft_yearselect.xdsoft_scroller_box>div .xdsoft_option {
  padding: 6px 4px;
  line-height: 1.8rem;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year .xdsoft_select.xdsoft_yearselect.xdsoft_scroller_box>div .xdsoft_option.xdsoft_current {
  background: #ffd100;
  -webkit-box-shadow: #c3a30a 0 1px 3px 0 inset;
  box-shadow: #c3a30a 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year .xdsoft_select.xdsoft_yearselect.xdsoft_scroller_box>div .xdsoft_option:hover {
  color: #ffffff;
  background: #b89906;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_year .xdsoft_select.xdsoft_yearselect.xdsoft_scroller_box>div .xdsoft_option:hover a {
  color: #ffffff !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_month {
  padding-right: 1px;
  margin-left: 10%;
  position: inherit;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_month span {
  font-size: 1.2em;
  font-family: '微軟正黑體', '微软雅黑', 'メイリオ', '맑은 고딕',
    sans-serif;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_month .xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box {
  width: 100%;
  position: absolute;
  top: 45px;
  right: 0;
  padding: 10px 4px;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_month .xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box>div {
  margin-top: 0 !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_month .xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box>div>.xdsoft_option {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  line-height: 1.8rem;
  border-radius: 5px;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_month .xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box>div>.xdsoft_option.xdsoft_current {
  background: #ffd100;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_month .xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box>div>.xdsoft_option:hover {
  background: #b89906;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_monthpicker .xsoft_date .xdsoft_label.xdsoft_month .xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box>div>.xdsoft_option:hover a {
  color: #ffffff !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_select.xdsoft_monthselect.xdsoft_scroller_box {
  font-family: '微軟正黑體';
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table {
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table th,
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table td {
  border: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th {
  font-size: 16px;
  padding: 8px 12px;
  background: #eeeeee;
  color: #8e7500;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td {
  font-size: 16px;
  padding: 9px 10px;
  height: auto;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td a {
  display: block;
  padding-right: 0;
  text-align: center;
  text-decoration: none;
  color: #b89906;
  font-size: 1.15em;
  pointer-events: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td a.isme:before {
  position: absolute;
  content: '';
  background-color: #ff5722;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 5%;
  margin-top: -6px;
  border-radius: 10px;
  border: solid 2px #ffffff;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td div {
  padding-right: 0;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td.xdsoft_current:before {
  display: block;
  content: '';
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  z-index: -1;
  background-color: rgba(184, 153, 6, 0.3);
  border-radius: 100%;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td.xdsoft_current a {
  color: #b89906;
  font-size: 1.3em;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td.xdsoft_today:before {
  background-color: rgba(204, 0, 0, 0.3);
  border: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td.xdsoft_today a {
  color: #c00;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td.xdsoft_today:hover:before {
  color: #ffffff !important;
  background-color: rgba(204, 0, 0, 0.9);
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td:hover {
  background-color: transparent !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td:hover:before {
  display: block;
  content: '';
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  z-index: -1;
  background-color: #ffd100;
  border-radius: 100%;
  border: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td:hover a {
  color: #ffffff !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td.xdsoft_highlighted_default {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td.xdsoft_highlighted_default a:after {
  content: '';
  position: absolute;
  top: 38%;
  left: 50%;
  margin-left: -5px;
  margin-top: 17px;
  /* background-color:rgba(#d00,.5);
                  width:1em;
                  height: 2px;
                  bottom: 15%;
                  // left: 25%;
                  left: calc(50% - 0.5em);
                  margin-top: -6px; */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffd100 transparent;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td.xdsoft_highlighted_default:hover a:after {
  border-color: transparent transparent #ffffff transparent;
}

.xdsoft_datetimepicker .xdsoft_select {
  color: black;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: none !important;
  top: 0 !important;
  width: 35px !important;
  height: 45px !important;
  text-indent: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_next:after,
.xdsoft_datetimepicker .xdsoft_prev:after,
.xdsoft_datetimepicker .xdsoft_today_button:after {
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 2rem;
  color: #ffffff;
  line-height: 45px;
}

.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
  background-color: rgba(159, 138, 0, 0.6);
  text-decoration: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100% !important;
  margin: 0px !important;
}

.xdsoft_datetimepicker {
  padding: 0px !important;
  min-width: 280px !important;
}

.xdsoft_datetimepicker .xdsoft_prev:after {
  left: 0;
  content: '\f104';
  padding-left: 10px;
}

.xdsoft_datetimepicker .xdsoft_next:after {
  right: 0;
  content: '\f105';
  padding-right: 10px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  overflow: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  width: auto !important;
  padding: 0 8px !important;
}

.xdsoft_datetimepicker .xdsoft_today_button:before {
  position: relative;
  float: left;
  content: '\f015';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 1.2rem !important;
  color: #ffffff;
  line-height: 45px;
  padding-top: 1px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover {
  background-color: rgba(159, 138, 0, 0.3) !important;
}

article.content h4.title {
  background-color: #b8a07e;
  color: #ffffff;
  font-size: 1.15em;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-add {
  background-color: #b8a07e;
  color: #ffffff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 0;
  padding-top: 3px;
  margin: 0 4px;
}

.btn-add:hover {
  color: #ffffff;
  background-color: #775b0f;
}

/* select.selectpicker {
  position:absolute;
  z-index:1;
  width:100%;
  height:3.5em;
  text-indent: 20px;

  color:$colorCf;
  border: none;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
  background-color: $colorD0;
  option {
    position:absolute;
    background-color:$colorCf;
    color:$colorC5;
    // height:3.5em;
    // padding: 1em;
  }
} */
/* select.selectpicker {
  position:absolute;
  z-index:1;
  width:100%;
  // height:3.5em;
  padding:1em 0;
  text-indent: 20px;  
  border: solid 1px #000;

  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  padding-right: 14px;

  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;

}

select::-ms-expand { display: none; } */
/*Tabs*/
.six-tabs .nav-tabs {
  border-color: #9f8a00;
}

.six-tabs .nav-tabs>li {
  border-bottom: 1px solid #9f8a00;
}

.six-tabs .nav-tabs>li>a {
  background-color: #9aa800;
  color: #a78307;
}

.six-tabs .nav-tabs>li>a:hover {
  background-color: #8f9c01;
  color: #9f8a00;
}

.six-tabs .nav-tabs>li.active>a {
  border-color: transparent;
  background: #a78307;
  color: #999999;
}

.six-tabs .nav-tabs>li.active>a:focus {
  border-color: transparent;
  background: #a78307;
  color: #999999;
}

.six-tabs .nav-tabs>li.active>a:hover {
  border-color: transparent;
  background-color: #b89906;
  color: #999999;
}

.six-tabs.button .nav-tabs>li {
  border: 0;
}

.six-tabs .nav-tabs>li.active>a:hover {
  border-color: transparent;
  background-color: #26bcb7;
  color: #999999;
}

.six-party-icon {
  display: block;
  position: absolute;
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  left: 5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #cccccc;
}

#six-legislatorListBox {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

#six-legislatorListBox .content>.col-xs-4.col-sm-3.col-md-3.col-lg-15 {
  margin-bottom: 20px;
  float: left;
}

#six-legislatorListBox .content>.col-xs-4.col-sm-3.col-md-3.col-lg-4 {
  margin-bottom: 20px;
  float: left;
}

.six-legislatorAvatar {
  height: 100%;
  margin-bottom: 0px;
  border-radius: 0;
  padding: 4px;
  border-width: 1px;
  background-color: #eeeeee;
  border-color: #eeeeee;
  position: relative;
}

.six-legislatorAvatar:hover {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #dddddd;
}

.six-legislatorAvatar .inner {
  background-color: #eeeeee;
  height: 100%;
  /* .legislatorname {
      text-align:center;
    } */
}

.six-legislatorAvatar .inner a {
  display: block;
  text-align: center;
}

.six-legislatorAvatar .inner a figure.six-avatar {
  height: 0;
  padding-bottom: 130%;
  background-size: cover;
}

.six-legislatorAvatar .inner a figure.six-avatar>img {
  max-height: 200px;
}

.six-legislatorAvatar .inner a .caption {
  padding: 10px 5px 6px 5px;
  text-align: center;
}

.six-legislatorAvatar .inner a .caption .legislatorname {
  display: inline-block;
  text-align: center;
  text-indent: 1em;
  /* .six-party-icon {
          } */
  /* &:before {
            content:"";
            display:block;
            position:absolute;
            top:-6px;
            left:4px;
            // @include filter-gradient($colorD2,$colorD3,top);
            @include filter-gradient($colorCe,$colorCf,top);
            // background-color: #fff;
            width: 40px;
            height: 40px;
            // border-bottom-right-radius:8px;
            box-shadow: -2px 2px 1px rgba(#555,.2);
            border: solid 1px #fff;
            border-top: none;
          }
          &:after {
            content:"";
            display:block;
            position:absolute;
            top:-4px;
            left:0px;
            border-width: 4px;
            border-style: solid;
            // border-color: transparent transparent transparent #775b0f;
            border-color: transparent transparent transparent #999;
            transform: rotate(45deg);
          }
          .partyLogo {
            width: 30px;
            height: 30px;
            position: absolute;
            z-index: 2;
            top: -1px;
            left: 9px;
          } */
}

.lybox .inner {
  background-color: #eeeeee;
  height: 100%;
  /* .legislatorname {
      text-align:center;
    } */
}

.lybox .inner a {
  display: block;
  text-align: center;
}

.lybox .inner a figure.six-avatar {
  height: 0;
  padding-bottom: 130%;
  background-size: cover;
}

.lybox .inner a .caption {
  padding: 10px 5px 6px 5px;
  text-align: left;
}

.lybox .inner a .caption .legislatorname {
  display: inline-block;
  padding: 4px 4px 4px 44px !important;
  /* .six-party-icon {
          } */
}

@media (max-width: 767px) {
  .lybox .inner a .caption .legislatorname {
    text-indent: 0 !important;
    padding: 2em 4px 4px 4px !important;
  }
}

.lybox .inner a .caption .legislatorname:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 4px;
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(left, #eeeeee, #ffffff);
  background-image: linear-gradient(to right, #eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')";
  width: 40px;
  height: 40px;
  -webkit-box-shadow: -2px 2px 1px rgba(85, 85, 85, 0.2);
  box-shadow: -2px 2px 1px rgba(85, 85, 85, 0.2);
  border: solid 1px #fff;
  border-top: none;
}

.lybox .inner a .caption .legislatorname:after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lybox .inner a .caption .legislatorname .partyLogo {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 9px;
}

.seemore {
  display: none;
  z-index: 1;
  position: absolute;
  width: 102%;
  height: 100%;
  bottom: -2px;
  left: 0px;
  margin-left: -1%;
  background-color: #fcfcfc;
  border: solid 1px #ffffff;
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

.seemore>div {
  padding: 10px 0px;
  width: 100%;
  border-bottom: solid 1px #ddd;
  overflow-x: hidden;
}

.seemore>div+div {
  border-top: solid 1px #fff;
}

.seemore>div h4 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px;
  color: #105e17;
  background-color: rgba(16, 94, 23, 0.1);
  font-size: 1em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.seemore>div p {
  margin: 0;
  padding: 10px 10px 0px 10px;
  color: #555;
  font-size: 0.9em;
}

.seemore>div>div {
  padding: 10px 0;
  width: 100%;
}

.seemore>div>div b {
  position: relative;
  width: 98%;
  display: inline-block;
  padding: 12px 12px 8px 2.5em;
  border-radius: 4px;
  margin: 4px;
  font-size: 0.9em;
  background-color: #188921;
  color: #ffffff;
}

.seemore>div>div b:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  top: 3px;
  left: 5px;
  background-image: url("../images/icon-microphone.svg");
  color: #fff;
}

.seemore>div>div.peple_0 b {
  background-color: #eeeeee !important;
  color: #555;
}

.seemore>div>div.peple_0 b:before {
  content: none;
  display: block;
}

.seemore>div>div.peple_1 b:nth-child(n + 2) {
  background-color: #eeeeee;
  color: #555;
}

.seemore>div>div.peple_1 b:nth-child(n + 2):before {
  content: none;
  display: block;
}

.seemore>div>div.peple_2 b:nth-child(n + 3) {
  background-color: #eeeeee;
  color: #555;
}

.seemore>div>div.peple_2 b:nth-child(n + 3):before {
  content: none;
  display: block;
}

.seemore>div>div.peple_3 b:nth-child(n + 4) {
  background-color: #eeeeee;
  color: #555;
}

.seemore>div>div.peple_3 b:nth-child(n + 4):before {
  content: none;
  display: block;
}

.seemore>div>div.peple_4 b:nth-child(n + 5) {
  background-color: #eeeeee;
  color: #555;
}

.seemore>div>div.peple_4 b:nth-child(n + 5):before {
  content: none;
  display: block;
}

.seemore>div>div.peple_5 b:nth-child(n + 6) {
  background-color: #eeeeee;
  color: #555;
}

.seemore>div>div.peple_5 b:nth-child(n + 6):before {
  content: none;
  display: block;
}

.seemore .saying {
  background-color: #03a9f4;
  color: #fff;
}

.seemore .sayover {
  background-color: #ffeb3b;
  color: #777;
}

.seemore .nohere {
  background-color: #bbb;
  color: #777;
}

.clo_btn {
  display: none;
  z-index: 2;
  position: absolute;
  height: 26px;
  width: 30px;
  top: 2px;
  right: 0px;
  margin-right: -1%;
  background-color: #ffffff;
  font-size: 0.85em;
  text-align: center;
  line-height: 26px;
  color: #555555;
  border-bottom-left-radius: 10px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
}

.six-date:before {
  display: none;
  content: '\f017';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 4px;
}

.symbol {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 140px;
  display: block;
}

.symbol.searchfile {
  background-image: url("../images/symbol/symbol-searchfile.png");
}

.six-heading {
  position: relative;
  padding: 2px;
}

@media (max-width: 490px) {
  .six-heading {
    background-image: none;
  }
}

.six-heading>a.btn {
  position: absolute;
  top: 50%;
  left: 3px;
  background-color: #b9944c;
  background-image: -webkit-linear-gradient(top, #c6a461, #b9944c);
  background-image: -moz-linear-gradient(top, #c6a461, #b9944c);
  background-image: -ms-linear-gradient(top, #c6a461, #b9944c);
  background-image: -o-linear-gradient(top, #c6a461, #b9944c);
  background-image: -webkit-gradient(linear, left top, right top, from(#c6a461), to(#b9944c));
  background-image: -webkit-linear-gradient(left, #c6a461, #b9944c);
  background-image: -o-linear-gradient(left, #c6a461, #b9944c);
  background-image: linear-gradient(to right, #c6a461, #b9944c);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c6a461', EndColorStr='#b9944c')";
  color: #ffffff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  padding-top: 10px;
  margin-top: -23px;
  text-align: center;
}

.six-heading>a.btn>i.fa {
  margin-top: 3px;
  font-size: 1.3em;
}

.six-heading>a.btn i.fa+span {
  margin-top: -3px;
  margin-left: 4px;
}

.six-heading a.btn+h3.title {
  margin-left: 50px;
}

.six-heading h3.title {
  font-size: 1.2em;
  line-height: 1.5em;
  display: inline-block;
  padding: 0.4em 0.5em;
  padding-right: 100px;
  color: #775b0f;
  position: relative;
  z-index: 1;
}

.six-heading.icon-news {
  background-image: url("../images/symbol/symbol-news.svg");
  background-position: right 0.3em;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  border-radius: 40px;
}

.six-heading.icon-news2 {
  background-image: url("../images/symbol/symbol-news2.svg");
  background-position: right 0.3em;
  background-repeat: no-repeat;
}

.six-heading.icon-chat {
  background-image: url("../images/symbol/symbol-chat.svg");
  background-position: right 0.3em;
  background-repeat: no-repeat;
}

.six-heading.icon-ly-building {
  background-image: url("../images/symbol/symbol-ly.svg");
  background-position: right 0.3em;
  background-size: 110px;
  background-repeat: no-repeat;
}

.six-heading.icon-search-file {
  background-image: url("../images/symbol/symbol-searchfile.svg");
  background-position: right 0.3em;
  background-repeat: no-repeat;
}

.six-heading a.videodownload {
  position: absolute;
  content: '';
  background-image: url("../images/ico-videodownload.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 18px;
  color: #fff;
}

.six-heading a.videodownload:hover {
  background-color: rgba(163, 130, 84, 0.2);
}

#favorite_latin_words {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

#favorite_latin_words .clo {
  z-index: 7;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  cursor: pointer;
}

#favorite_latin_words .clo:before {
  z-index: 9;
  content: 'X';
  top: 50%;
  left: 50%;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 1.8em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  border: solid 2px #fff;
  background-color: #4ea580;
  position: absolute;
  margin-left: 302px;
  margin-top: -148px;
}

#favorite_latin_words .jqcloud {
  z-index: 8;
  position: absolute;
  width: 600px;
  height: 300px;
  background-color: #484848;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -150px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
  border: solid 2px #4ea580;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.con_data .dateTime,
.con_data .reservation {
  margin: 0 auto;
  width: 94%;
  max-width: 600px;
  border: solid 1px #d7ca02;
}

.con_data .dateTime .row div {
  white-space: nowrap;
}

.flexme {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flexme>div {
  -webkit-flex: 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.reservation {
  background-color: #ffd100;
  padding: 25px;
  border-radius: 26px;
}

.reservation::after {
  clear: both;
  content: "";
  display: table;
}

.reservation .row.borfer_btt>div {
  border-bottom: dashed 1px rgba(202, 183, 92, 0.5);
}

.reservation .row .col-xs-4 {
  text-align: right;
  padding: 4px 5px;
}

@media (max-width: 455px) {
  .reservation .row .col-xs-4 {
    text-align: center;
    width: 100%;
    border: none;
    padding-top: 20px;
  }

  .reservation .row .col-xs-4 b {
    background-color: #cab75c;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
  }
}

.reservation .row .col-xs-8 {
  padding: 4px 5px;
}

@media (max-width: 455px) {
  .reservation .row .col-xs-8 {
    text-align: center;
    width: 100%;
  }
}

.reservation .row .col-xs-12.center {
  margin-top: 20px;
  padding-top: 10px;
  border-top: dashed 1px rgba(202, 183, 92, 0.5);
}

.reservation .row .res_name,
.reservation .row .res_mail {
  max-width: 300px;
  background-color: #fff;
}

.reservation .row b.btn {
  padding: 6px 30px;
}

.effect1 {
  position: relative;
  overflow: hidden;
}

.effect1>* {
  z-index: 9;
}

.effect1:after {
  content: '';
  top: 20%;
  left: 40%;
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  display: block;
  background-color: rgba(221, 221, 221, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}

.effect1:hover:after {
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 1000px;
  margin-top: -500px;
  margin-left: -500px;
  background-color: rgba(221, 221, 221, 0.6);
  z-index: 1;
}

/*--------------for--ie9-----------------*/
@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {

  ul.newsType2,
  ul.newsType3 {
    width: 100% \9;
  }

  ul.newsType2 li,
  ul.newsType3 li {
    margin: 0 \9;
    width: 100% \9;
    display: inline-block \9;
    white-space: nowrap \9;
    overflow-x: hidden \9;
    float: left \9;
    background-color: #ffffff \9;
  }

  ul.newsType2 li a,
  ul.newsType3 li a {
    white-space: nowrap \9;
    width: 100% \9;
    display: inline-block \9 !important;
    margin: 0 \9;
    overflow-x: hidden \9;
  }

  ul.newsType2 li a:after,
  ul.newsType3 li a:after {
    content: ' ';
    display: block \9;
    position: absolute \9;
    right: 0 \9;
    width: 1em \9;
    height: 100% \9;
    top: 0 \9;
    background-color: #ffffff;
    -webkit-box-shadow: -2px 0px 6px -3px rgba(0, 0, 0, 0.5) \9;
    box-shadow: -2px 0px 6px -3px rgba(0, 0, 0, 0.5) \9;
  }

  ul.newsType2 li a div.heading,
  ul.newsType3 li a div.heading {
    top: 0.28em \9;
  }
}

/*------------//--for--ie9-----------------*/
.row.streaming {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.row.streaming div {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.row.streaming div div {
  width: 40%;
  display: inline-block;
  float: left;
  text-align: center;
}

.row.streaming div div::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 767px) {
  .row.streaming div div {
    width: 100% !important;
  }
}

.row.streaming div div>h2 {
  text-align: left;
  padding-left: 1em;
  border-bottom: solid 2px #b9944c;
  position: relative;
}

.row.streaming div div>h2:before {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  background-color: #b9944c;
  border-radius: 10px;
}

.row.streaming div div>img {
  margin-top: 20px;
  max-height: 90px;
}

.row.streaming div div+div {
  width: 60%;
  padding-right: 10%;
  padding-top: 20px;
}

.row.streaming div div+div>a {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 10px;
}

.row.streaming div div+div>a::after {
  clear: both;
  content: "";
  display: table;
}

.row.streaming div div+div>a img {
  width: 100%;
}

.row.appman {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.row.appman .col-sm-5 img {
  width: 100%;
  border: solid 4px #c3a308;
  border-radius: 1em;
}

.row.appman+.row.appman {
  border-top: solid 1px #ccc;
}

.row.appman .col-sm-7 h2 {
  font-size: 1.4em;
  font-weight: bolder;
  border-bottom: solid 1px #c3a308;
  padding-bottom: 0.3em;
}

.row.appman .col-sm-7 p {
  padding: 1em 0 0em 0;
  font-size: 0.95em;
}

.row.appman .col-sm-7 ul {
  padding-top: 1em;
}

.row.appman .col-sm-7 ul h3 {
  background-color: #c3a308;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1.5em 0.4em 1.5em;
  border-radius: 6px;
}

.row.appman .col-sm-7 ul li {
  padding-left: 1em;
  padding-top: 1em;
  text-indent: -1em;
}

.row.appman .col-sm-7 .appqrc {
  text-align: center;
}

.row.appman .col-sm-7 .appqrc div {
  width: 46%;
  padding: 0 2%;
  float: left;
}

.row.appman .col-sm-7 .appqrc div img {
  width: 100%;
}

#ContentPlaceHolder_Main_FormView_Legislator,
.table_SearchBox {
  width: 100%;
}

#ContentPlaceHolder_Main_FormView_Legislator .col-sm-12.col-md-12 .row,
.table_SearchBox .col-sm-12.col-md-12 .row {
  margin-top: 10px;
  padding: 0;
}

#ContentPlaceHolder_Main_FormView_Legislator .col-sm-12.col-md-12 .row .col-md-12,
.table_SearchBox .col-sm-12.col-md-12 .row .col-md-12 {
  padding: 0 0.5em;
}

#ContentPlaceHolder_Main_FormView_Legislator .col-sm-12.col-md-12 .row .col-md-6,
.table_SearchBox .col-sm-12.col-md-12 .row .col-md-6 {
  padding: 0 0.5em;
}

.row .form-group .col-xs-10 .bootstrap-select button.btn-default {
  border: solid 1px #b9944c;
  background-color: #eee;
}

.fullwidth-padding50 {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.fullwidth-padding50 img {
  width: 100% !important;
}

@media (max-width: 768px) {
  .fullwidth-padding50 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 修正粗體 */
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: bold;
  src: local(Yu Gothic), local(MS Gothic);
}

/* 一般粗細的時候改回微軟正黑 */
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體);
}

* {
  font-family: Helvetica, Arial, 微軟正黑體修正, 微軟正黑體, serif;
}

.print_man .six-legislatorAvatar .inner a figure.six-avatar {
  padding-bottom: 100%;
  min-height: 210px;
}

.btn {
  border-radius: 4px;
}

.btn.btn-primary {
  color: #fff;
  background-color: #b9944c;
  border-color: transparent;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: #c6a461 !important;
  border-color: transparent;
}

.btn.btn-primary:active {
  color: #fff;
  background-color: #9f8a00 !important;
  border-color: transparent;
}

.btn.btn-primary:focus {
  color: #fff;
  background-color: #b9944c;
  border-color: transparent;
}

.btn.btn-primary.btn-fullhight {
  height: 100%;
  min-height: 70px;
}

.btn.btn-primary.btn-stereoscopic {
  position: relative;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2b274+0,b9944c+100 */
  background: #d2b274;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d2b274 0%, #b9944c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d2b274 0%, #b9944c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d2b274), to(#b9944c));
  background: -o-linear-gradient(top, #d2b274 0%, #b9944c 100%);
  background: linear-gradient(to bottom, #d2b274 0%, #b9944c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2b274', endColorstr='#b9944c', GradientType=0);
  /* IE6-9 */
}

.btn.btn-primary.btn-stereoscopic:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2b274+0,b9944c+100 */
  background: #b9944c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b9944c 0%, #d2b274 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b9944c 0%, #d2b274 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b9944c), to(#d2b274));
  background: -o-linear-gradient(top, #b9944c 0%, #d2b274 100%);
  background: linear-gradient(to bottom, #b9944c 0%, #d2b274 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9944c', endColorstr='#d2b274', GradientType=0);
  /* IE6-9 */
}

.btn.btn-primary.btn-stereoscopic:after {
  position: absolute;
  top: 3%;
  left: 1.5%;
  content: "";
  display: block;
  height: 50%;
  width: 97%;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.4+0,0.1+99 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.1)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#1affffff', GradientType=0);
  /* IE6-9 */
}

.btn.btn-success {
  color: #fff;
  background-color: #8f9c01;
  border-color: transparent;
}

.btn.btn-success:hover {
  color: #fff;
  background-color: #9aa800 !important;
  border-color: transparent;
}

.btn.btn-success:active {
  color: #fff;
  background-color: #889f0a;
  border-color: transparent;
}

.btn.btn-success:focus {
  color: #fff;
  background-color: #8f9c01;
  border-color: transparent;
}

.btn.btn-info,
.btn.btn-infolist {
  color: #ffffff;
  background-color: #aaaaaa;
  border-color: transparent;
}

.btn.btn-info:hover,
.btn.btn-infolist:hover {
  color: #fff;
  background-color: #333333 !important;
  border-color: transparent;
}

.btn.btn-info:active,
.btn.btn-infolist:active {
  color: #fff;
  background-color: #222222;
  border-color: transparent;
}

.btn.btn-info:focus,
.btn.btn-infolist:focus {
  color: #fff;
  background-color: #333333;
  border-color: transparent;
}

.btn.btn-left {
  float: left;
}

.btn.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn.btn-right {
  float: right;
}

.btn.btn-xp1em {
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn.btn-xp2em {
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn.btn-xp3em {
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn.btn-xp4em {
  padding-left: 4rem;
  padding-right: 4rem;
}

.btn.btn-xp5em {
  padding-left: 5rem;
  padding-right: 5rem;
}

.btn.btn-xp6em {
  padding-left: 6rem;
  padding-right: 6rem;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

#six-formBox .form-inline.bottomline>.row {
  display: block;
}

.formlist .row {
  padding: 3px 0;
  width: 100%;
}

.formlist .row>[class*="col"] {
  padding-left: 8px;
  padding-right: 8px;
}

.formlist .row>*:first-child,
.formlist .row .row>*:first-child {
  padding-left: 0;
}

.formlist .row>*:last-child,
.formlist .row .row>*:last-child {
  padding-right: 0;
}

.formlist .input-group ul {
  padding: 0;
}

.formlist .input-group ul>li {
  padding-left: 0;
}

.form-inline {
  width: 100%;
}

.form-inline.bottomline>div {
  display: inline-block;
}

@media (max-width: 768px) {
  .form-inline {
    display: inline-block;
  }
}

.form-inline .six-form-date {
  display: inline-block;
  margin-bottom: 10px;
}

.form-inline label[class^="col-"] {
  padding-right: 5px;
}

.form-inline label.radio-inline {
  padding-left: 20px !important;
}

.form-inline label.checkbox-inline {
  padding-left: 20px !important;
}

@media (max-width: 768px) {
  .form-inline label+[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.form-inline .well {
  margin-bottom: 0;
  padding: 5px;
  display: table;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

.checkbox {
  padding-top: 3px !important;
}

@media (max-width: 768px) {
  .checkbox {
    display: inline-block;
  }
}

.checkbox label {
  position: relative;
  padding-left: 20px !important;
  padding-right: 6px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #ffffff !important;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 3px;
  font-size: 11px;
  color: #555555 !important;
}

@media (max-width: 768px) {
  .checkbox label {
    padding-left: 15px !important;
  }

  .checkbox label::before {
    left: -5px;
  }

  .checkbox label::after {
    left: -3px;
  }
}

@supports (-webkit-appearance: none) and (font-variant-caps: normal) and (not (-ms-accelerator: true)) and (not (overflow: -webkit-marquee)) and (not (-moz-appearance: none)) {
  .checkbox .selector {
    property: value;
  }
}

.checkbox input[type="checkbox"] {
  position: absolute !important;
  opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.primary input[type="checkbox"]:checked+label::before {
  background-color: #b9944c;
  border-color: #b9944c;
}

.checkbox.primary input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox.success input[type="checkbox"]:checked+label::before {
  background-color: #8f9c01;
  border-color: #8f9c01;
}

.checkbox.success input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox.info input[type="checkbox"]:checked+label::before {
  background-color: #333333;
  border-color: #333333;
}

.checkbox.info input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox.danger input[type="checkbox"]:checked+label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox.danger input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.checkbox.warning input[type="checkbox"]:checked+label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox.warning input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

.radio {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .radio {
    display: inline-block;
  }
}

.radio input[type="radio"] {
  position: absolute !important;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 20px !important;
  padding-right: 6px !important;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 6px;
  left: 0;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease-in -out;
  -o-transition: border 0.15s ease-in -out;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 9px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

@media (max-width: 768px) {
  .radio label {
    padding-left: 15px !important;
  }

  .radio label::before {
    left: 15px;
  }

  .radio label::after {
    left: 18px;
  }
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.primary input[type="radio"]+label::after {
  background-color: #b9944c;
}

.radio.primary input[type="radio"]:checked+label::before {
  border-color: #b9944c;
}

.radio.primary input[type="radio"]:checked+label::after {
  border-color: #b9944c;
}

.radio.success input[type="radio"]+label::after {
  background-color: #8f9c01;
}

.radio.success input[type="radio"]:checked+label::before {
  border-color: #8f9c01;
}

.radio.success input[type="radio"]:checked+label::after {
  border-color: #8f9c01;
}

.radio.info input[type="radio"]+label::after {
  background-color: #333333;
}

.radio.info input[type="radio"]:checked+label::before {
  border-color: #333333;
}

.radio.info input[type="radio"]:checked+label::after {
  border-color: #333333;
}

.radio.warning input[type="radio"]+label::after {
  background-color: #b8a07e;
}

.radio.warning input[type="radio"]:checked+label::before {
  border-color: #b8a07e;
}

.radio.warning input[type="radio"]:checked+label::after {
  border-color: #b8a07e;
}

.radio.danger input[type="radio"]+label::after {
  background-color: #d9534f;
}

.radio.danger input[type="radio"]:checked+label::before {
  border-color: #d9534f;
}

.radio.danger input[type="radio"]:checked+label::after {
  border-color: #d9534f;
}

.nav-tabs.nav-primary li a {
  color: #ffffff;
  border: solid 1px rgba(185, 148, 76, 0.6);
  border-bottom-color: transparent;
  background: #c6a461;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(198, 164, 97, 0.7) 0%, rgba(185, 148, 76, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(198, 164, 97, 0.7) 0%, rgba(185, 148, 76, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(198, 164, 97, 0.7)), to(rgba(185, 148, 76, 0.7)));
  background: -o-linear-gradient(top, rgba(198, 164, 97, 0.7) 0%, rgba(185, 148, 76, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(198, 164, 97, 0.7) 0%, rgba(185, 148, 76, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9944c', endColorstr='#d2b274', GradientType=0);
  /* IE6-9 */
}

.nav-tabs.nav-primary li a:hover {
  background: #b9944c;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(185, 148, 76, 0.7) 0%, rgba(198, 164, 97, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(185, 148, 76, 0.7) 0%, rgba(198, 164, 97, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 148, 76, 0.7)), to(rgba(198, 164, 97, 0.7)));
  background: -o-linear-gradient(top, rgba(185, 148, 76, 0.7) 0%, rgba(198, 164, 97, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(185, 148, 76, 0.7) 0%, rgba(198, 164, 97, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2b274', endColorstr='#b9944c', GradientType=0);
  /* IE6-9 */
}

.nav-tabs.nav-primary li.active a {
  color: #ffffff;
  border-bottom-color: transparent;
  background: #c6a461;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c6a461 0%, #b9944c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c6a461 0%, #b9944c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#c6a461), to(#b9944c));
  background: -o-linear-gradient(top, #c6a461 0%, #b9944c 100%);
  background: linear-gradient(to bottom, #c6a461 0%, #b9944c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9944c', endColorstr='#d2b274', GradientType=0);
  /* IE6-9 */
}

.nav-tabs.nav-primary li.active a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
  background: #b9944c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b9944c 0%, #c6a461 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b9944c 0%, #c6a461 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b9944c), to(#c6a461));
  background: -o-linear-gradient(top, #b9944c 0%, #c6a461 100%);
  background: linear-gradient(to bottom, #b9944c 0%, #c6a461 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2b274', endColorstr='#b9944c', GradientType=0);
  /* IE6-9 */
}

.nav-tabs.nav-primary li.active a:focus {
  color: #ffffff;
  border-bottom-color: transparent;
  background: #b9944c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b9944c 0%, #c6a461 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b9944c 0%, #c6a461 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b9944c), to(#c6a461));
  background: -o-linear-gradient(top, #b9944c 0%, #c6a461 100%);
  background: linear-gradient(to bottom, #b9944c 0%, #c6a461 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2b274', endColorstr='#b9944c', GradientType=0);
  /* IE6-9 */
}

.form-group.topline {
  padding-top: 4px;
  border-top: 1px dashed #c6a461;
}

.form-group.bottomline {
  padding-bottom: 4px;
  border-bottom: 1px dashed #c6a461;
}

form.bottomline>.row,
form.bottomline #docRequeridosMainDiv>.row {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(198, 164, 97, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

form.bottomline>.row:last-child,
form.bottomline #docRequeridosMainDiv>.row:last-child {
  border-bottom: 0;
}

.form-group {
  margin-bottom: 3px;
}

.form-group input[type=text] {
  min-width: 100px;
}

.form-group.inblock {
  display: block;
  width: 100% !important;
}

.control-label {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  padding-right: 5px;
  line-height: 1.8em;
}

.control-label.onbg {
  border-radius: 4px;
  padding-top: 3px;
  padding-right: 5px;
  font-weight: bold;
}

.control-label i {
  color: #b9944c;
  padding-right: 5px;
}

.col-sm-12 .btn-xp3em {
  margin-left: calc(16.66666667% + 8px) !important;
}

.input-group.date input {
  width: calc(100% - 40px);
}

.form-control-static {
  padding: 1px 5px 0 2px;
  display: inline-block;
  color: #303030;
}

.form-control {
  background-color: #eeeeee;
  border: 1px solid #c6a461;
}

.form-control.words-2 {
  width: 41px !important;
  min-width: 40px;
}

.form-control.words-4 {
  width: 56px !important;
  min-width: 40px;
}

.form-control.words-6 {
  width: 73px !important;
  min-width: 40px;
}

.form-control.words-8 {
  width: 88px !important;
  min-width: 40px;
}

.form-control.words-10 {
  width: 104px !important;
  min-width: 40px;
}

.form-control.words-12 {
  width: 120px !important;
  min-width: 40px;
}

.form-control.words-14 {
  width: 136px !important;
  min-width: 40px;
}

.form-control.words-16 {
  width: 152px !important;
  min-width: 40px;
}

.form-control.words-18 {
  width: 168px !important;
  min-width: 40px;
}

.form-control.words-20 {
  width: 184px !important;
  min-width: 40px;
}

.form-control.words-30 {
  width: 260px !important;
  min-width: 40px;
}

.form-control.words-40 {
  width: 338px !important;
  min-width: 40px;
}

@media (max-width: 455px) {
  .form-control.words-40 {
    width: 100% !important;
  }
}

.form-control.words-100pa {
  width: 100% !important;
  min-width: 40px;
}

.form-control.inblock {
  display: block;
  width: 100% !important;
}

.form-control.inLine {
  display: inline-block;
  width: auto !important;
}

.var {
  max-height: 300px;
  overflow-y: auto;
  margin: 0 4.111111111%;
  border: solid 1px #ccc;
  padding: 15px;
}

/* #six-formBox form.form-inline.bottomline {

  .form-group + .col-sm-12 {
    text-align:center;
  }  
} */
input[type='checkbox'] {
  padding-left: 5px;
  padding-right: 3px;
  margin-right: 3px;
  border: double 1px #b89906;
  background-color: #ffffff;
  color: #b89906;
  white-space: nowrap;
  overflow: hidden;
  width: 15px;
  height: 15px;
}

input[type='checkbox']:checked {
  background-color: #a78307;
  border-color: #b89906;
}

input[type='checkbox']:hover {
  -webkit-box-shadow: 0px 0px 10px #b89906;
  box-shadow: 0px 0px 10px #b89906;
}

input[type='radio'] {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px;
  -webkit-appearance: button;
  border: double 1px #b89906;
  background-color: #ffffff;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  width: 15px;
  height: 15px;
}

input[type='radio']:checked {
  background-color: #a78307;
  border-color: #b89906;
}

input[type='radio']:hover {
  -webkit-box-shadow: 0px 0px 10px #b89906;
  box-shadow: 0px 0px 10px #b89906;
}

.input-group ul[id*='CheckBox']>li {
  display: inline-block;
}

.input-group input {
  display: inline-block;
}

.input-group input[type='text']:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.input-group input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group input:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.input-group.date span.input-group-addon {
  background-color: #b9944c;
  color: #ffffff;
  border-color: #b9944c;
  width: auto;
}

@media (max-width: 768px) {
  .input-group.date {
    display: inline-block;
  }

  .input-group.date .input-group-addon {
    padding: 9px 15px;
    width: initial;
  }
}

@media (min-width: 768px) {
  .input-group.input-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .input-group.input-flex input {
    margin-right: 0;
  }
}

.input-group-addon {
  background-color: #eeeeee;
  border: 1px solid #c6a461;
}

.input-group-addon.primary {
  color: #ffffff;
  background-color: #b9944c;
  border-color: #a78307;
}

.input-group-addon.success {
  color: #ffffff;
  background-color: #889f0a;
  border-color: #8f9c01;
}

.input-group-addon.info {
  color: #ffffff;
  background-color: #222222;
  border-color: #333333;
}

.input-group-addon.warning {
  color: #ffffff;
  background-color: #a68b63;
  border-color: #b8a07e;
}

.input-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wap: nowrap;
}

.input-flex input[type='text'] {
  margin-right: 2px !important;
  margin-left: 2px;
  min-width: 40px;
  width: auto !important;
}

.input-flex input:first-child {
  margin-left: 0;
}

.input-flex input:last-child {
  margin-right: 0;
}

.input-group.input-flex input[type='text'] {
  margin: 0 !important;
}

.panel-tool .form-control {
  border-color: #c6a461;
}

.six-form-title-input.primary .input-group {
  width: 100%;
}

.six-form-title-input.primary .input-group .input-group-addon {
  color: #ffffff;
  background-color: #b9944c;
  border: 1px solid #b9944c;
}

.six-form-title-input.primary .input-group .form-control {
  background-color: #eeeeee;
  border: 1px solid #b9944c;
}

.six-form-title-select .input-group {
  width: 100%;
}

.six-form-title-select .input-group .bootstrap-select>.dropdown-toggle {
  border-radius: 0;
}

.six-form-title-select .input-group .bootstrap-select:last-of-type>.dropdown-toggle {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 490px) {
  .six-form-title-select .input-group.time3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .six-form-title-select .input-group.time3>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33% !important;
  }
}

@media (min-width: 490px) {
  .six-form-title-select .input-group.time3 div.input-group-addon {
    width: 140px !important;
  }
}

.six-form-title-select.primary .input-group .input-group-addon {
  color: #ffffff;
  background-color: #b9944c;
  border: 1px solid #b9944c;
}

.six-form-title-select.primary .input-group .bootstrap-select>.dropdown-toggle {
  background-color: #eeeeee;
  border: 1px solid #b9944c;
}

@media (min-width: 768px) {
  .six-form-title-select.form-inline .input-group .input-group-addon {
    width: 1%;
  }

  .six-form-title-select.form-inline .bootstrap-select.btn-group {
    width: auto;
  }
}

td.control-label {
  background-color: #ffd100;
  font-weight: bold;
}

.btm40px {
  margin-bottom: 40px;
}

.selectpicker {
  display: none !important;
}

.bootstrap-select>select {
  display: none !important;
}

#six-legislatorSearchBox .col-md-12 .row [class*="col"] {
  margin-bottom: 10px;
  padding: 0 .5em;
}

#six-message>.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

label.none {
  display: none;
}

#six-legislatorBox .btn.btn-info {
  display: none;
}

/* // http://www.w3.org/TR/css3-animations/#the-animation-name-property-
// Each of these mixins support comma separated lists of values, which allows different transitions for individual properties to be described in a single style rule. Each value in the list corresponds to the value at that same position in the other properties.
 */
/* 
body {
  width: 100%;
  height: 100%;
  background-color: #d8d6d6;
}

 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.six-table {
  overflow: hidden;
  margin-bottom: 1em;
  border: 1px solid #e4c155;
  border-radius: 3px;
  background-color: #f6f6f6;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", sans-serif;
}

.six-table>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
}

.six-table>.row:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.six-table>.row:last-child {
  border-bottom: 0;
}

.six-table>.row>div {
  padding: 2px 4px;
  border-right: 1px solid #e4c155;
  /* padding-bottom: 500em;
      margin-bottom: -500em; */
}

.six-table>.row>div:last-child {
  border-right: 0;
}

.six-table>.six-table-head {
  background-color: #b9944c;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.six-table>.six-table-head:hover {
  background-color: #b9944c;
}

.six-table>.six-table-head>div {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tako-right {
  line-height: 1.5em;
  font-size: 0.85em;
}

.tako-right.six-table {
  margin-top: 30px;
}

.tako-right .col-md-12 {
  text-indent: 20px;
  text-align: left;
  float: left;
}

.tako-right select {
  height: 30px;
  max-width: 100%;
}

.tako-right>.row:nth-child(2n) {
  background-color: #fffdf2;
}

.tako-right>.row>div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .6em .3em !important;
  margin-bottom: 0 !important;
  float: left;
  border-bottom: 1px solid #e4c155;
  line-height: 1.8em;
}

.tako-right>.row>div:nth-child(1) {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-left: none !important;
  text-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.tako-right>.row>div:nth-child(n+1) {
  border-right: none !important;
  border-left: 1px solid #e4c155;
  padding-left: .2em !important;
}

.tako-right>.row>div.tako-0 {
  width: 0%;
}

.tako-right>.row>div.tako-0-5 {
  width: 4.16667%;
}

.tako-right>.row>div.tako-1 {
  width: 8.33333%;
}

.tako-right>.row>div.tako-1-5 {
  width: 12.5%;
}

.tako-right>.row>div.tako-2 {
  width: 16.66667%;
}

.tako-right>.row>div.tako-2-5 {
  width: 20.83333%;
}

.tako-right>.row>div.tako-3 {
  width: 25%;
}

.tako-right>.row>div.tako-3-5 {
  width: 29.16667%;
}

.tako-right>.row>div.tako-4 {
  width: 33.33333%;
}

.tako-right>.row>div.tako-4-5 {
  width: 37.5%;
}

.tako-right>.row>div.tako-5 {
  width: 41.66667%;
}

.tako-right>.row>div.tako-5-5 {
  width: 45.83333%;
}

.tako-right>.row>div.tako-6 {
  width: 50%;
}

.tako-right>.row>div.tako-6-5 {
  width: 54.16667%;
}

.tako-right>.row>div.tako-7 {
  width: 58.33333%;
}

.tako-right>.row>div.tako-7-5 {
  width: 62.5%;
}

.tako-right>.row>div.tako-8 {
  width: 66.66667%;
}

.tako-right>.row>div.tako-8-5 {
  width: 70.83333%;
}

.tako-right>.row>div.tako-9 {
  width: 75%;
}

.tako-right>.row>div.tako-9-5 {
  width: 79.16667%;
}

.tako-right>.row>div.tako-10 {
  width: 83.33333%;
}

.tako-right>.row>div.tako-10-5 {
  width: 87.5%;
}

.tako-right>.row>div.tako-11 {
  width: 91.66667%;
}

.tako-right>.row>div.tako-11-5 {
  width: 95.83333%;
}

.tako-right>.row>div.tako-12 {
  width: 100%;
}

.tako-right>.row>div.tako-12-5 {
  width: 104.16667%;
}

.tako-right>.row>div.tako-12 {
  line-height: 2em;
}

.tako-right input.tako-text {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 455px) {
  .tako-right {
    margin: 30px -15px 0 -15px !important;
  }

  .tako-right>div:nth-child(2n+1)>div {
    border-color: #d6c095 !important;
  }

  .tako-right>div:nth-child(2n+1)>div:before {
    background-color: #e4d6ba !important;
    color: #4e3e1e !important;
  }

  .tako-right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .tako-right .row.six-table-head {
    display: none;
  }

  .tako-right .row>div[class*="tako-"] {
    padding: 40px 10px 10px 10px !important;
  }

  .tako-right .row>div[class*="tako-"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b9944c;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
  }

  .tako-right .row .tako-1-5,
  .tako-right .row .tako-2-5 {
    width: 50% !important;
  }

  .tako-right .row .tako-3-5,
  .tako-right .row .tako-4-5 {
    width: 100% !important;
    border-left: none !important;
  }

  .tako-right .row>div:nth-child(1):before {
    content: "委員姓名";
  }

  .tako-right .row>div:nth-child(2):before {
    content: "黨藉、選區";
  }

  .tako-right .row>div:nth-child(3):before {
    content: "委員會名稱";
  }

  .tako-right .row>div:nth-child(4):before {
    content: "研究室及服務處通訊資料";
  }
}

.tako-right>.row>div .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  margin: -15px;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  margin-left: -15px !important;
  margin-bottom: -15px;
  margin-top: -15px;
  margin-right: 0px !important;
}

.tako-right>.row .row>div {
  word-break: break-all;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tako-right>.row .row>div:first-child {
  border-left: none !important;
}

.tako-right>.row .row>div:nth-child(n+2) {
  border-right: none !important;
  border-left: 1px solid #e4c155;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tako-right>.row .row>div.tako-0 {
  width: 0%;
}

.tako-right>.row .row>div.tako-0-5 {
  width: 4.16667%;
}

.tako-right>.row .row>div.tako-1 {
  width: 8.33333%;
}

.tako-right>.row .row>div.tako-1-5 {
  width: 12.5%;
}

.tako-right>.row .row>div.tako-2 {
  width: 16.66667%;
}

.tako-right>.row .row>div.tako-2-5 {
  width: 20.83333%;
}

.tako-right>.row .row>div.tako-3 {
  width: 25%;
}

.tako-right>.row .row>div.tako-3-5 {
  width: 29.16667%;
}

.tako-right>.row .row>div.tako-4 {
  width: 33.33333%;
}

.tako-right>.row .row>div.tako-4-5 {
  width: 37.5%;
}

.tako-right>.row .row>div.tako-5 {
  width: 41.66667%;
}

.tako-right>.row .row>div.tako-5-5 {
  width: 45.83333%;
}

.tako-right>.row .row>div.tako-6 {
  width: 50%;
}

.tako-right>.row .row>div.tako-6-5 {
  width: 54.16667%;
}

.tako-right>.row .row>div.tako-7 {
  width: 58.33333%;
}

.tako-right>.row .row>div.tako-7-5 {
  width: 62.5%;
}

.tako-right>.row .row>div.tako-8 {
  width: 66.66667%;
}

.tako-right>.row .row>div.tako-8-5 {
  width: 70.83333%;
}

.tako-right>.row .row>div.tako-9 {
  width: 75%;
}

.tako-right>.row .row>div.tako-9-5 {
  width: 79.16667%;
}

.tako-right>.row .row>div.tako-10 {
  width: 83.33333%;
}

.tako-right>.row .row>div.tako-10-5 {
  width: 87.5%;
}

.tako-right>.row .row>div.tako-11 {
  width: 91.66667%;
}

.tako-right>.row .row>div.tako-11-5 {
  width: 95.83333%;
}

.tako-right>.row .row>div.tako-12 {
  width: 100%;
}

.tako-right>.row .row>div.tako-12-5 {
  width: 104.16667%;
}

.tako-right ul {
  padding-left: 0px;
}

.tako-right ul ul {
  padding-left: 40px;
}

.tako-right div[class*="m_left"]:before {
  content: "";
  border-left: 1px solid #c9e9e8;
  margin-left: -2px;
  display: block;
  height: 100%;
  position: absolute;
  left: -100%;
}

.no_bb {
  border-bottom: none !important;
}

.bb:after {
  content: "";
  border-bottom: 1px solid #f2ecdf;
  width: 100%;
  position: absolute;
  left: -100%;
  bottom: -1px;
}

.row.bb:after {
  z-index: 2;
  left: 0%;
  bottom: 0;
}

.tako-right .row .row+.row {
  margin-top: 15px;
}

/* 
.m_left_1 {
  margin-left:$span*1%;
}

 */
.m_left_0 {
  margin-left: 0%;
}

.m_left_0-5 {
  margin-left: 4.16667%;
}

.m_left_1 {
  margin-left: 8.33333%;
}

.m_left_1-5 {
  margin-left: 12.5%;
}

.m_left_2 {
  margin-left: 16.66667%;
}

.m_left_2-5 {
  margin-left: 20.83333%;
}

.m_left_3 {
  margin-left: 25%;
}

.m_left_3-5 {
  margin-left: 29.16667%;
}

.m_left_4 {
  margin-left: 33.33333%;
}

.m_left_4-5 {
  margin-left: 37.5%;
}

.m_left_5 {
  margin-left: 41.66667%;
}

.m_left_5-5 {
  margin-left: 45.83333%;
}

.m_left_6 {
  margin-left: 50%;
}

.m_left_6-5 {
  margin-left: 54.16667%;
}

.m_left_7 {
  margin-left: 58.33333%;
}

.m_left_7-5 {
  margin-left: 62.5%;
}

.m_left_8 {
  margin-left: 66.66667%;
}

.m_left_8-5 {
  margin-left: 70.83333%;
}

.m_left_9 {
  margin-left: 75%;
}

.m_left_9-5 {
  margin-left: 79.16667%;
}

.m_left_10 {
  margin-left: 83.33333%;
}

.m_left_10-5 {
  margin-left: 87.5%;
}

.m_left_11 {
  margin-left: 91.66667%;
}

.m_left_11-5 {
  margin-left: 95.83333%;
}

.tako-right>.row>div>div {
  display: block;
  width: 100%;
}

.tako-right hr {
  width: auto;
  margin: 10px -15px 10px -15px !important;
  padding: 0;
  border-color: #f2ecdf;
  border: 0;
  border-top: 1px solid #f2ecdf;
}

.tako-right .row .row div hr {
  width: calc(100% + 45px);
}

@media (max-width: 746px) {
  .tako-right .row .row div hr {
    width: auto;
  }
}

@media (min-width: 1170px) {
  .tako-right .row .row div hr {
    width: calc(100% + 5em);
  }
}

.center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center.tako-right div {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text_left {
  text-align: left !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.hidn {
  display: none;
}

.tako-9 label {
  cursor: pointer;
}

.color_2 {
  background-color: #1d8e8c;
}

.bori:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  -webkit-transform: rotate(35deg) scale(1);
  -ms-transform: rotate(35deg) scale(1);
  transform: rotate(35deg) scale(1);
}

.six-table>.six-table-head {
  background-color: #c3a30a;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.six-table>.six-table-head:hover {
  background-color: #b89906;
}

.th {
  background-color: #b9944c;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scol {
  background-color: #b9944c;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scol~div.row>div:nth-child(1) {
  background-color: #b9944c;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stuff-1 {
  color: #111;
}

.stuff-2 {
  color: #222;
}

.stuff-3 {
  color: #333;
}

.stuff-4 {
  color: #444;
}

.stuff-5 {
  color: #555;
}

.tako_leave .row .tako-1-5 {
  width: 50% !important;
}

.tako_leave .row .tako-2-5 {
  width: 50% !important;
}

.tako_leave .row .tako-3-5 {
  width: 50% !important;
}

.tako_leave .row .tako-4-5 {
  width: 50% !important;
}

.tako_leave .row>div {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (max-width: 455px) {
  .tako_leave .row>div:nth-child(1):before {
    content: "離職委員姓名";
  }

  .tako_leave .row>div:nth-child(2):before {
    content: "離職生效日";
  }

  .tako_leave .row>div:nth-child(3):before {
    content: "備註";
  }

  .tako_leave .row>div:nth-child(4):before {
    content: "轉任公職機關";
  }

  .tako_leave .row+.row+.row {
    border-top: solid 2px #71592a;
  }
}

.tako_statistical .row .tako-1-5 {
  width: 12.5% !important;
}

@media (max-width: 455px) {
  .tako_statistical .row .tako-1-5 {
    width: 25% !important;
  }
}

.tako_statistical .row .tako-2-5 {
  width: 12.5% !important;
}

@media (max-width: 455px) {
  .tako_statistical .row .tako-2-5 {
    width: 25% !important;
  }
}

.tako_statistical .row .tako-3-5 {
  width: 12.5% !important;
}

@media (max-width: 455px) {
  .tako_statistical .row .tako-3-5 {
    width: 25% !important;
  }
}

.tako_statistical .row .tako-4-5 {
  width: 12.5% !important;
}

@media (max-width: 455px) {
  .tako_statistical .row .tako-4-5 {
    width: 25% !important;
  }
}

.tako_statistical .row .tako-5-5 {
  width: 12.5% !important;
}

@media (max-width: 455px) {
  .tako_statistical .row .tako-5-5 {
    width: 25% !important;
  }
}

.tako_statistical .row .tako-6-5 {
  width: 12.5% !important;
}

@media (max-width: 455px) {
  .tako_statistical .row .tako-6-5 {
    width: 25% !important;
  }
}

.tako_statistical .row .tako-7-5 {
  width: 12.5% !important;
}

@media (max-width: 455px) {
  .tako_statistical .row .tako-7-5 {
    width: 25% !important;
  }
}

.tako_statistical .row .tako-8-5 {
  width: 12.5% !important;
}

@media (max-width: 455px) {
  .tako_statistical .row .tako-8-5 {
    width: 25% !important;
  }
}

.tako_statistical .row>div {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (max-width: 455px) {
  .tako_statistical .row>div:before {
    font-size: .8em;
  }

  .tako_statistical .row>div:nth-child(1):before {
    content: "屆別";
  }

  .tako_statistical .row>div:nth-child(2):before {
    content: "黨籍";
  }

  .tako_statistical .row>div:nth-child(3):before {
    content: "選區";
  }

  .tako_statistical .row>div:nth-child(4):before {
    content: "離職委員姓名";
  }

  .tako_statistical .row>div:nth-child(5):before {
    content: "離職生效日";
  }

  .tako_statistical .row>div:nth-child(6):before {
    content: "遞補委員姓名";
  }

  .tako_statistical .row>div:nth-child(7):before {
    content: "遞補委員生效日";
  }

  .tako_statistical .row>div:nth-child(8):before {
    content: "備註";
  }

  .tako_statistical .row>div:nth-child(n+2) {
    border-left: 1px solid #e4c155 !important;
  }

  .tako_statistical .row>div:nth-child(5) {
    border-left: none !important;
  }

  .tako_statistical .row+.row+.row {
    border-top: solid 2px #71592a;
  }
}

.tako_statistical_data .row .tako-1-5 {
  width: 25% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 455px) {
  .tako_statistical_data .row .tako-1-5 {
    width: 50% !important;
  }
}

.tako_statistical_data .row .tako-2-5 {
  width: 25% !important;
}

@media (max-width: 455px) {
  .tako_statistical_data .row .tako-2-5 {
    width: 50% !important;
  }
}

.tako_statistical_data .row .tako-3-5 {
  width: 10% !important;
}

@media (max-width: 455px) {
  .tako_statistical_data .row .tako-3-5 {
    width: 15% !important;
  }
}

.tako_statistical_data .row .tako-4-5 {
  width: 10% !important;
}

@media (max-width: 455px) {
  .tako_statistical_data .row .tako-4-5 {
    width: 15% !important;
  }
}

.tako_statistical_data .row .tako-5-5 {
  width: 10% !important;
}

@media (max-width: 455px) {
  .tako_statistical_data .row .tako-5-5 {
    width: 20% !important;
  }
}

.tako_statistical_data .row .tako-6-5 {
  width: 20% !important;
}

@media (max-width: 455px) {
  .tako_statistical_data .row .tako-6-5 {
    width: 50% !important;
  }
}

.tako_statistical_data .row>div {
  display: block;
}

.tako_statistical_data .row>div>p {
  width: 100%;
  text-indent: 0em;
  text-align: center;
}

@media (max-width: 455px) {
  .tako_statistical_data .row>div:nth-child(1):before {
    content: "會期";
  }

  .tako_statistical_data .row>div:nth-child(2):before {
    content: "黨籍";
  }

  .tako_statistical_data .row>div:nth-child(3):before {
    content: "男性";
  }

  .tako_statistical_data .row>div:nth-child(4):before {
    content: "女性";
  }

  .tako_statistical_data .row>div:nth-child(5):before {
    content: "合計";
  }

  .tako_statistical_data .row>div:nth-child(6):before {
    content: "比率";
  }

  .tako_statistical_data .row>div:nth-child(n+2) {
    border-left: 1px solid #e4c155 !important;
  }

  .tako_statistical_data .row>div:nth-child(3) {
    border-left: none !important;
  }

  .tako_statistical_data .row+.row+.row {
    border-top: solid 2px #71592a;
  }
}

.table.content thead>tr>th {
  background: #f5934d;
  color: #fff;
}

.table.content thead>tr>th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table.content tbody>tr>td {
  border-top: 0;
}

.table.content tbody>tr>td:not(:last-child) {
  border-right: 1px solid #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background: #dddddd;
}

.six-table a.inline-block {
  margin-left: 20px;
}

.con-text {
  text-indent: 2em;
  line-height: 2em;
  margin-bottom: 2em;
}

.six-table select.min-form {
  width: 20%;
}

.six-table .radio-inline {
  margin-right: 10px;
}

.tako-w-1 {
  width: 8.33333%;
}

.tako-w-2 {
  width: 16.66667%;
}

.tako-w-3 {
  width: 25%;
}

.tako-w-4 {
  width: 33.33333%;
}

.tako-w-5 {
  width: 41.66667%;
}

.tako-w-6 {
  width: 50%;
}

.tako-w-7 {
  width: 58.33333%;
}

.tako-w-8 {
  width: 66.66667%;
}

.tako-w-9 {
  width: 75%;
}

.tako-w-10 {
  width: 83.33333%;
}

.tako-w-11 {
  width: 91.66667%;
}

.tako-w-12 {
  width: 100%;
}

.tako-w10 {
  width: 10% !important;
}

.tako-w20 {
  width: 20% !important;
}

.tako-w30 {
  width: 30% !important;
}

.tako-w40 {
  width: 40% !important;
}

.tako-w50 {
  width: 50% !important;
}

.tako-w60 {
  width: 60% !important;
}

.tako-w70 {
  width: 70% !important;
}

.tako-w80 {
  width: 80% !important;
}

.tako-w90 {
  width: 90% !important;
}

.tako-w100 {
  width: 100% !important;
}

.input-flex input {
  margin-right: 10px !important;
}

.input-flex input~input {
  margin-left: 10px;
}

.tako-right select,
.tako-right input.form-control {
  background-color: #eeeeee;
  float: left;
  height: 34px;
}

.tako-right select~span,
.tako-right input.form-control~span {
  display: inline-table;
  float: left;
  line-height: 2.5em;
}

.tako-right select~span~input,
.tako-right input.form-control~span~input {
  margin-left: 6px;
}

.tako-right hr.mtop {
  margin: 45px -15px 10px -15px !important;
  clear: both;
}

.border,
.border * {
  border: solid 1px #555;
}

.boxlist {
  width: 100%;
  border: solid 1px #c3a30a;
  font-size: .9em;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 2em;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.boxlist>div {
  text-align: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.boxlist>div+div {
  border-left: solid 1px #c3a30a;
}

@media (max-width: 990px) {
  .boxlist>div+div {
    border-left: none;
  }
}

.boxlist>div>div {
  border-right: solid 1px #c3a30a;
}

.boxlist>div>div+div {
  border: none;
}

.boxlist>div>div>div:nth-child(1) {
  background-color: #b89906;
  color: #fff;
  font-size: 1.1em;
}

.boxlist>div>div div {
  padding: 6px 0 2px 0;
  color: #333;
}

.boxlist>div>div div i {
  font-size: .9em;
  position: relative;
  top: -2px;
  margin-right: 5px;
  color: #ffd100;
  /* background-color:#fff;
        color:$colorA4;
        padding:2px;
        border-radius:50%; */
}

.boxlist,
.boxlist * {
  padding: 0;
}

.unitlist {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #c3a30a;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.unitlist::after {
  clear: both;
  content: "";
  display: table;
}

.unitlist hr {
  display: none;
}

.unitlist .unit {
  width: 30%;
  float: left;
}

.unitlist .organ {
  width: 70%;
  float: right;
  border-left: solid 1px #c3a30a;
}

.unitlist .unit p:nth-child(1),
.unitlist .organ p:nth-child(1) {
  background-color: #a78307;
  color: #fff;
}

.unitlist p:nth-child(1),
.unitlist hr+p {
  display: block;
  width: 100%;
  background-color: #ffd100;
  color: #9f8a00;
  padding: 2px 0;
  font-size: 1.1em !important;
}

.unitlist p {
  text-indent: 0em !important;
  font-size: .9em !important;
  padding: 2px 0;
}

/* .flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  & aside {
    -webkit-flex: 1 auto;
    flex: 1 auto;
    height: auto !important;    
  }
} */
ul.VisitSearch {
  padding-top: 0 !important;
  width: 100%;
  border-bottom: dashed 1px #c3a30a;
  margin-bottom: 20px;
}

ul.VisitSearch li {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  border-top: dashed 1px #c3a30a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

ul.VisitSearch li:nth-child(1) {
  border-top: solid 2px #a78307;
  border-bottom: solid 2px #a78307;
  background-color: #b89906;
  color: #fff;
}

@media (max-width: 746px) {
  ul.VisitSearch li:nth-child(1) {
    display: none;
  }
}

ul.VisitSearch li:nth-child(2) {
  border-top: none;
}

ul.VisitSearch li+li div:nth-child(1) {
  font-size: .8em;
}

@media (max-width: 746px) {
  ul.VisitSearch li+li {
    padding-left: 0 !important;
    width: 100% !important;
  }
}

ul.VisitSearch li+li+li {
  border-top: solid 1px #a78307 !important;
}

ul.VisitSearch li div {
  display: block;
  float: left;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

ul.VisitSearch li div:nth-child(1) {
  width: 30%;
  border-right: solid 1px #ffd100;
}

ul.VisitSearch li div:nth-child(2) {
  width: 10%;
  border-right: solid 1px #ffd100;
  text-align: center;
}

ul.VisitSearch li div:nth-child(3) {
  width: 50%;
  border-right: solid 1px #ffd100;
}

ul.VisitSearch li div:nth-child(4) {
  width: 10%;
  text-align: center;
}

ul.VisitSearch li:nth-child(2n) {
  background-color: #f6f6f6;
}

ul.VisitSearch::after {
  clear: both;
  content: "";
  display: table;
}

ul.signup {
  width: 100%;
  border-bottom: dashed 1px #c3a30a;
  margin-bottom: 20px;
}

ul.signup li {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  border-top: dashed 1px #c3a30a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

ul.signup li:nth-child(1) {
  border-top: solid 2px #a78307;
  border-bottom: solid 2px #a78307;
  background-color: #b89906;
  color: #fff;
}

ul.signup li:nth-child(2) {
  border-top: none;
}

ul.signup li+li div:nth-child(1) {
  font-size: .8em;
}

ul.signup li div {
  display: block;
  float: left;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

ul.signup li div:nth-child(1) {
  width: 22%;
  border-right: solid 1px #ffd100;
}

ul.signup li div:nth-child(2) {
  width: 38%;
  border-right: solid 1px #ffd100;
  text-align: center;
}

ul.signup li div:nth-child(3) {
  width: 15%;
  border-right: solid 1px #ffd100;
}

ul.signup li div:nth-child(4) {
  width: 15%;
  border-right: solid 1px #ffd100;
  text-align: center;
}

ul.signup li div:nth-child(5) {
  width: 10%;
  text-align: center;
}

ul.signup li:nth-child(2n) {
  background-color: #f6f6f6;
}

ul.signup::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 746px) {

  ul.VisitSearch,
  ul.signup {
    border: solid 1px #c3a30a;
  }

  ul.VisitSearch li,
  ul.signup li {
    width: 30%;
    border: none !important;
    padding: 0;
  }

  ul.VisitSearch li+li,
  ul.signup li+li {
    width: 70%;
  }

  ul.VisitSearch li div,
  ul.signup li div {
    width: 100% !important;
    display: block;
    text-align: center;
    border-right: none !important;
    padding: 10px;
  }

  ul.VisitSearch li div+div,
  ul.signup li div+div {
    border-top: dashed 1px #c3a30a;
  }

  ul.VisitSearch li div+div a.btn.btn-primary,
  ul.signup li div+div a.btn.btn-primary {
    width: 50%;
  }
}

ul.chiefExpire {
  width: 100%;
  margin-bottom: 20px;
}

ul.chiefExpire li {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  font-size: .9em;
  border-bottom: dashed 1px #cbb688;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

ul.chiefExpire li:nth-child(1) {
  background-color: #b8a07e;
  color: #fff;
  border: 0;
}

ul.chiefExpire li:last-child {
  border-bottom: solid 2px #b8a07e;
}

ul.chiefExpire li+li div:nth-child(3) {
  font-size: .9em;
}

ul.chiefExpire li div {
  display: block;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  /* &:nth-child(4) {
        width:10%;
        text-align:center;
      } */
}

ul.chiefExpire li div:nth-child(1) {
  width: 15%;
  border-right: solid 1px #b8a07e;
}

ul.chiefExpire li div:nth-child(2) {
  width: 35%;
  border-right: solid 1px #b8a07e;
  text-align: center;
}

ul.chiefExpire li div:nth-child(3) {
    border-right: solid 1px #b8a07e;
    width: 50%;
}

ul.chiefExpire li:not(:first-child):hover {
  background-color: rgba(224, 210, 191, 0.4);
}

ul.chiefExpire li:nth-child(2n) {
  background-color: rgba(221, 221, 221, 0.4);
}

ul.chiefExpire li:nth-child(2n):hover {
  background-color: rgba(221, 221, 221, 0.7);
}

ul.chiefExpire li>div[date-type] {
  background-color: #f00;
}

ul.chiefExpire::after {
  clear: both;
  content: "";
  display: table;
}

ul.preExpire {
  width: 100%;
  border-bottom: dashed 1px #c3a30a;
  margin-bottom: 20px;
}

ul.preExpire li {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  font-size: .9em;
  border-top: dashed 1px #c3a30a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

ul.preExpire li:nth-child(1) {
    border-top: dashed 1px #c3a30a;
    border-bottom: dashed 1px #c3a30a;
}

ul.preExpire li:nth-child(2) {
  border-top: none;
}

ul.preExpire li+li div:nth-child(2) {
  font-size: .9em;
}

ul.preExpire li div {
  display: block;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  /* &:nth-child(3) {
        width:50%;
        // border-right: solid 1px $colorA6;
        // padding-left:10px;
      } */
  /* &:nth-child(4) {
        width:10%;
        text-align:center;
      } */
}

ul.preExpire li div:nth-child(1) {
  width: 35%;
  border-right: solid 1px #ffd100;
}

    ul.preExpire li div:nth-child(2) {
        width: 65%;
        text-align: left;
    }

ul.preExpire li:nth-child(2n) {
  background-color: #f6f6f6;
}

ul.preExpire::after {
  clear: both;
  content: "";
  display: table;
}

ul.chiefExpire2 {
  width: 100%;
  margin-bottom: 20px;
}

ul.chiefExpire2 li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 5px;
  font-size: .9em;
  border-bottom: dashed 1px #cbb688;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

ul.chiefExpire2 li:nth-child(1) {
  background-color: #b8a07e;
  color: #fff;
  border: 0;
}

ul.chiefExpire2 li:last-child {
  border-bottom: solid 2px #b8a07e;
}

ul.chiefExpire2 li+li div:nth-child(3) {
  font-size: .9em;
}

ul.chiefExpire2 li+li div:nth-child(2) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1em;
}

ul.chiefExpire2 li+li div:nth-child(2) a {
  text-align: left;
}

ul.chiefExpire2 li+li em {
  background-color: #b8a07e;
  color: #fff;
  border-radius: 4px;
  padding: 0px 4px;
}

ul.chiefExpire2 li em {
  background-color: #b8a07e;
  color: #fff;
  border-radius: 4px;
  padding: 0px 4px;
}

ul.chiefExpire2 li div {
  display: block;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

ul.chiefExpire2 li div:nth-child(1) {
  width: 15%;
  border-right: solid 1px #b8a07e;
}

ul.chiefExpire2 li div:nth-child(2) {
  width: 55%;
  border-right: solid 1px #b8a07e;
  text-align: center;
}

ul.chiefExpire2 li div:nth-child(3) {
  width: 15%;
  border-right: solid 1px #b8a07e;
}

ul.chiefExpire2 li div:nth-child(4) {
  width: 15%;
  text-align: center;
}

ul.chiefExpire2 li:not(:first-child):hover {
  background-color: rgba(224, 210, 191, 0.4);
}

ul.chiefExpire2 li:nth-child(2n) {
  background-color: rgba(221, 221, 221, 0.4);
}

ul.chiefExpire2 li:nth-child(2n):hover {
  background-color: rgba(221, 221, 221, 0.7);
}

ul.chiefExpire2 li>div[date-type] {
  background-color: #f00;
}

ul.chiefExpire2::after {
  clear: both;
  content: "";
  display: table;
}

ul.chiefExpire3 {
    width: 100%;
    margin-bottom: 20px;
}

    ul.chiefExpire3 li {
        display: block;
        float: left;
        width: 100%;
        padding: 3px;
        font-size: .9em;
        border-bottom: dashed 1px #cbb688;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        ul.chiefExpire3 li:nth-child(1) {
            background-color: #b8a07e;
            color: #fff;
            border: 0;
        }

        ul.chiefExpire3 li:last-child {
            border-bottom: solid 2px #b8a07e;
        }

        ul.chiefExpire3 li + li div:nth-child(3) {
            font-size: .9em;
        }

        ul.chiefExpire3 li + li div:nth-child(1) {
            font-size: .7em;
        }

        ul.chiefExpire3 li div {
            display: block;
            float: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            /* &:nth-child(4) {
        width:10%;
        text-align:center;
      } */
        }

            ul.chiefExpire3 li div:nth-child(1) {
                width: 5%;
                border-right: solid 1px #b8a07e;
                text-align: left;
            }

            ul.chiefExpire3 li div:nth-child(2) {
                width: 13%;
                border-right: solid 1px #b8a07e;
                text-align: center;
            }

            ul.chiefExpire3 li div:nth-child(3) {
                border-right: solid 1px #b8a07e;
                width: 10%;
            }

            ul.chiefExpire3 li div:nth-child(4) {
                border-right: solid 1px #b8a07e;
                width: 15%;
            }

            ul.chiefExpire3 li div:nth-child(5) {
                border-right: solid 1px #b8a07e;
                width: 12%;
            }

            ul.chiefExpire3 li div:nth-child(6) {
                border-right: solid 1px #b8a07e;
                width: 20%;
            }

            ul.chiefExpire3 li div:nth-child(7) {
                width: 20%;
            }

        ul.chiefExpire3 li:not(:first-child):hover {
            background-color: rgba(224, 210, 191, 0.4);
        }

        ul.chiefExpire3 li:nth-child(2n) {
            background-color: rgba(221, 221, 221, 0.4);
        }

            ul.chiefExpire3 li:nth-child(2n):hover {
                background-color: rgba(221, 221, 221, 0.7);
            }

        ul.chiefExpire3 li > div[date-type] {
            background-color: #f00;
        }

    ul.chiefExpire3::after {
        clear: both;
        content: "";
        display: table;
    }

ul.chiefExpire4 {
    width: 100%;
    margin-bottom: 20px;
}

    ul.chiefExpire4 li {
        display: block;
        float: left;
        width: 100%;
        padding: 3px;
        font-size: .9em;
        border-bottom: dashed 1px #cbb688;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        ul.chiefExpire4 li:nth-child(1) {
            background-color: #b8a07e;
            color: #fff;
            border: 0;
        }

        ul.chiefExpire4 li:last-child {
            border-bottom: solid 2px #b8a07e;
        }

        ul.chiefExpire4 li + li div:nth-child(3) {
            font-size: .9em;
        }

        ul.chiefExpire4 li + li div:nth-child(1) {
            font-size: .7em;
        }

        ul.chiefExpire4 li div {
            display: block;
            float: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            /* &:nth-child(4) {
        width:10%;
        text-align:center;
      } */
        }

            ul.chiefExpire4 li div:nth-child(1) {
                width: 5%;
                border-right: solid 1px #b8a07e;
                text-align: left;
            }

            ul.chiefExpire4 li div:nth-child(2) {
                width: 10%;
                border-right: solid 1px #b8a07e;
                text-align: center;
            }

            ul.chiefExpire4 li div:nth-child(3) {
                border-right: solid 1px #b8a07e;
                width: 10%;
            }

            ul.chiefExpire4 li div:nth-child(4) {
                border-right: solid 1px #b8a07e;
                width: 12%;
            }

            ul.chiefExpire4 li div:nth-child(5) {
                border-right: solid 1px #b8a07e;
                width: 12%;
            }

            ul.chiefExpire4 li div:nth-child(6) {
                border-right: solid 1px #b8a07e;
                width: 12%;
            }

            ul.chiefExpire4 li div:nth-child(7) {
                border-right: solid 1px #b8a07e;
                width: 22%;
            }

            ul.chiefExpire4 li div:nth-child(8) {
                border-right: solid 1px #b8a07e;
                width: 12%;
            }

            ul.chiefExpire4 li div:nth-child(9) {
                width: 5%;
            }

        ul.chiefExpire4 li:not(:first-child):hover {
            background-color: rgba(224, 210, 191, 0.4);
        }

        ul.chiefExpire4 li:nth-child(2n) {
            background-color: rgba(221, 221, 221, 0.4);
        }

            ul.chiefExpire4 li:nth-child(2n):hover {
                background-color: rgba(221, 221, 221, 0.7);
            }

        ul.chiefExpire4 li > div[date-type] {
            background-color: #f00;
        }

    ul.chiefExpire4::after {
        clear: both;
        content: "";
        display: table;
    }

ul.chiefExpire5 {
    width: 100%;
    margin-bottom: 20px;
}

    ul.chiefExpire5 li {
        display: block;
        float: left;
        width: 100%;
        padding: 5px;
        font-size: .9em;
        border-bottom: dashed 1px #cbb688;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        ul.chiefExpire5 li:nth-child {
            background-color: #b8a07e;
            color: #fff;
            border: 0;
        }

        ul.chiefExpire5 li:last-child {
            border-bottom: solid 2px #b8a07e;
        }

        ul.chiefExpire5 li div {
            display: block;
            float: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            /* &:nth-child(4) {
        width:10%;
        text-align:center;
      } */
        }

            ul.chiefExpire5 li div:nth-child(1) {
                width: 15%;
                border-right: solid 1px #b8a07e;
            }

            ul.chiefExpire5 li div:nth-child(2) {
                width: 14%;
                border-right: solid 1px #b8a07e;
            }

            ul.chiefExpire5 li div:nth-child(3) {
                width: 14%;
                border-right: solid 1px #b8a07e;
            }

            ul.chiefExpire5 li div:nth-child(4) {
                width: 14%;
                border-right: solid 1px #b8a07e;
            }

            ul.chiefExpire5 li div:nth-child(5) {
                width: 14%;
                border-right: solid 1px #b8a07e;
            }

            ul.chiefExpire5 li div:nth-child(6) {
                width: 14%;
                border-right: solid 1px #b8a07e;
            }

            ul.chiefExpire5 li div:nth-child(7) {
                width: 15%;
                border-right: solid 1px #b8a07e;
            }

        ul.chiefExpire5 li:not(:first-child):hover {
            background-color: rgba(224, 210, 191, 0.4);
        }

        ul.chiefExpire5 li:nth-child(2n) {
            background-color: rgba(221, 221, 221, 0.4);
        }

            ul.chiefExpire5 li:nth-child(2n):hover {
                background-color: rgba(221, 221, 221, 0.7);
            }

        ul.chiefExpire5 li > div[date-type] {
            background-color: #f00;
        }

    ul.chiefExpire5::after {
        clear: both;
        content: "";
        display: table;
    }
/* h2.title-Expire {
  display:inline-block;
  // border-bottom: dashed 1px $colorA4;
  position:relative;
  height:40px;
  color: #fff;
  // margin-bottom:10px;
  z-index:1;
  line-height:40px;
  // text-indent:40px;
  padding:0 20px;
  text-align:center;
  font-size:.9em;
  &:before {
    position:absolute;
    content: "";
    display: block;
    width:100%;
    height:100%;
    background-color: $colorB3;
    z-index:-1;
    left:0;
    top:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
  }
  &:after {
    width:200%;
    position:absolute;
    // scontent: "";
    display: block;
    bottom:0;
    border-bottom: dashed 1px $colorA2;
  }
} */
.Expire {
  margin-bottom: 30px;
}

.Expire .six-heading.icon-news a.btn {
  pointer-events: none;
}

/* body {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  color: #444;
}
 */
#demo {
  width: 84%;
  margin: auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#demo::after {
  clear: both;
  content: "";
  display: table;
}

form#gosearch {
  color: #c7aa71;
  margin-bottom: 10px;
}

form#gosearch select {
  height: 30px;
  width: auto;
  margin-right: 20px;
}

ul.mytb {
  border: 2px solid #c7aa71;
  border-radius: 3px;
  background-color: #c7aa71;
  position: relative;
  border-collapse: inherit;
  border-spacing: 2px;
  width: 100%;
  position: relative;
  z-index: 0;
  padding-top: 0 !important;
}

ul.mytb:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #fff;
  position: absolute;
  top: 0;
  left: 0;
}

ul.mytb>li {
  position: relative;
  z-index: 1;
}

ul.mytb>li:first-child {
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 0;
}

ul.mytb>li:first-child>ul li {
  display: inline-block;
  width: 80%;
  padding: 4px 20px;
}

ul.mytb>li:first-child>ul li+li {
  width: 20%;
  text-align: center;
  border-left: solid 2px #fff;
}

ul.mytb>li:nth-child(n+2) {
  width: 100%;
  padding-left: 0;
}

ul.mytb>li:nth-child(n+2)>ul {
  width: 100%;
  border-top: solid 2px #fff;
  font-size: 0.9em;
  text-align: left;
  position: relative;
  background-color: #f9f9f9;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.mytb>li:nth-child(n+2)>ul:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: solid 2px #fff;
  left: 80%;
}

ul.mytb>li:nth-child(n+2)>ul>li {
  display: inline-block;
  width: 80%;
  height: 100%;
  padding: 4px 20px;
}

ul.mytb>li:nth-child(n+2)>ul>li+li {
  width: 20%;
  text-align: center;
}

ul.mytb .active {
  color: #fff;
}

ul.mytb .active .arrow {
  opacity: 1;
}

ul.mytb .page {
  display: none;
}

ul.mytb .page[data-id='1'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.mytb .gopage {
  text-align: center;
  position: absolute;
  right: 0;
  padding-top: 10px;
  padding-right: 10px;
  background-color: transparent;
}

ul.mytb .gopage::after {
  clear: both;
  content: "";
  display: table;
}

ul.mytb .gopage b {
  color: #555;
  cursor: pointer;
  font-size: 0.9em;
  border: 1px solid #ccc;
  margin: 4px 2px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

ul.mytb .gopage b:first-child {
  color: #c7aa71;
  cursor: default;
  border: 1px solid #c7aa71;
  margin: 4px 2px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

table.mytb {
  border: 2px solid #c7aa71;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  border-collapse: inherit;
  border-spacing: 2px;
  width: 100%;
}

table.mytb th {
  background-color: #c7aa71;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table.mytb td {
  background-color: #f9f9f9;
  font-size: 0.9em;
  text-align: left;
}

table.mytb td+td {
  text-align: center;
}

table.mytb th,
table.mytb td {
  min-width: 120px;
  padding: 6px 20px;
}

table.mytb th+th,
table.mytb td+th {
  text-align: center;
}

table.mytb th.active {
  color: #fff;
}

table.mytb th.active .arrow {
  opacity: 1;
}

table.mytb .page {
  display: none;
}

table.mytb .page[data-id='1'] {
  display: table-row;
}

table.mytb .gopage {
  text-align: center;
  position: absolute;
  right: 0;
  padding-top: 10px;
  padding-right: 10px;
  background-color: transparent;
}

table.mytb .gopage::after {
  clear: both;
  content: "";
  display: table;
}

table.mytb .gopage b {
  color: #555;
  cursor: pointer;
  font-size: 0.9em;
  border: 1px solid #ccc;
  margin: 4px 2px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

table.mytb .gopage b:first-child {
  color: #c7aa71;
  cursor: default;
  border: 1px solid #c7aa71;
  margin: 4px 2px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}

table.news_search tr td {
  text-align: left;
}

table.news_search tr td p {
  text-indent: 0;
}

/* // http://www.w3.org/TR/css3-animations/#the-animation-name-property-
// Each of these mixins support comma separated lists of values, which allows different transitions for individual properties to be described in a single style rule. Each value in the list corresponds to the value at that same position in the other properties.
 */
.six-listBox {
  margin-top: 20px;
}

.six-listBox .panel-default {
  border: 1px solid #b89906;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 2px 2px 1px rgba(204, 204, 204, 0.25);
  box-shadow: 2px 2px 1px rgba(204, 204, 204, 0.25);
}

.six-listBox .panel {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.six-listBox .panel>.panel-heading {
  position: relative;
  background: transparent;
  border-radius: 0px;
  padding: 0 0 15px 0;
  border: none;
}

.six-listBox .panel>.panel-heading>h3 {
  position: relative;
  display: inline;
  z-index: 1;
  width: 100%;
  max-width: 280px;
  font-size: 1.4em;
  letter-spacing: .1em;
  color: #333333;
  font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  text-align: left;
  padding-bottom: 7px;
}

.six-listBox .panel>.panel-heading>h3:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: solid 5px #a78307;
}

.six-listBox .panel>.panel-heading>h3:after {
  content: "";
  display: block;
  width: 200%;
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-bottom: solid 5px #777777;
}

.six-listBox .panel:hover .panel-heading h3:before {
  left: 100%;
  bottom: 0;
}

.six-listBox .panel .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}

.six-listBox .panel .panel-body ul.six-listTypeA {
  list-style: none;
  background-color: transparent !important;
  border: 0;
}

.six-listBox .panel .panel-body ul.six-listTypeA>li {
  width: 100%;
  padding: 10px 4px;
  list-style: none;
  border-bottom: 1px dashed #bbbbbb;
}

.six-listBox .panel .panel-body ul.six-listTypeA>li:last-child {
  border-bottom: 4px solid #bbbbbb;
}

.six-listBox .panel .panel-body ul.six-listTypeA>li:hover {
  background-color: #ebebeb;
}

.six-listBox .panel .panel-body ul.six-listTypeA>li.bottombtn {
  min-height: 30px;
  padding: 5px;
  overflow: auto;
}

.six-listBox .panel .six-title {
  padding-left: 36px;
}

.six-listBox .panel .six-date {
  color: #a78307;
  font-size: .9rem;
  text-align: right;
}

.six-listBox .panel .six-title::before {
  position: absolute;
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  background-color: #b89906;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  left: 6px;
  top: 50%;
  margin-top: -12px;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 24px;
}

.six-listBox .panel a.six-articleBtn {
  display: inline-block;
  border: 0;
  padding: 5px 20px;
  border-radius: 0;
  float: right;
}

.six-listBox .panel a.six-articleBtn:hover {
  background-color: #b89906;
  color: #fff;
}
section#six-artworkListBox > .heading {
  width: 100%;
  margin: 15px 0 12px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #a68b63;
  text-align: left; }
  section#six-artworkListBox > .heading h2 {
    font-size: 1.12rem; }
    section#six-artworkListBox > .heading h2 strong {
      font-family: 'Arvo', serif;
      font-size: 1.8em;
      padding: 0 4px; }

section#six-artworkListBox .row {
  width: 100%; }

section#six-artworkListBox > .heading ~ .content.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (min-width: 768px) {
    section#six-artworkListBox > .heading ~ .content.row > .col-xs-4.col-sm-3.col-md-3.col-lg-15 {
      width: 24.8% !important; }
    section#six-artworkListBox > .heading ~ .content.row > .col-xs-4.col-sm-3.col-md-3.col-lg-4 {
      width: 33% !important; } }
  @media (max-width: 767px) {
    section#six-artworkListBox > .heading ~ .content.row > .col-xs-4.col-sm-3.col-md-3.col-lg-15 {
      width: 33% !important; }
    section#six-artworkListBox > .heading ~ .content.row > .col-xs-4.col-sm-3.col-md-3.col-lg-4 {
      width: 33% !important; } }

section#six-artworkListBox .search-result {
  margin-top: -12px;
  text-align: right;
  width: 100%; }
  section#six-artworkListBox .search-result small {
    font-size: .9em;
    text-align: right;
    color: #888888;
    letter-spacing: .1em;
    margin-top: 5px; }
  section#six-artworkListBox .search-result.leave {
    width: 100%;
    margin-top: 15px;
    border-top: 1px dashed #a68b63; }

section#six-artworkListBox > .content {
  padding-top: 15px; }
  section#six-artworkListBox > .content [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }

section#six-artworkListBox .alert.grey {
  width: 100%;
  background-color: #eeeeee;
  padding: 6px;
  margin-bottom: 5px; }
  
section.six-dolistBox {
  margin-top: 20px;
}

section.six-dolistBox .panel-default {
  border: 1px solid #b89906;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 2px 2px 1px rgba(204, 204, 204, 0.25);
  box-shadow: 2px 2px 1px rgba(204, 204, 204, 0.25);
}

section.six-dolistBox .panel {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.six-dolistBox .panel .panel-heading {
  position: relative;
  background: transparent;
  border-radius: 0px;
  padding: 0 0 15px 0;
  border: none;
}

section.six-dolistBox .panel .panel-heading>h3 {
  position: relative;
  display: inline;
  z-index: 1;
  width: 100%;
  max-width: 280px;
  font-size: 1.4em;
  letter-spacing: .4em;
  color: #333333;
  font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  text-align: left;
  padding-bottom: 7px;
}

section.six-dolistBox .panel .panel-heading>h3:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: solid 5px #cd7433;
}

section.six-dolistBox .panel .panel-heading>h3:after {
  content: "";
  display: block;
  width: 200%;
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  border-bottom: solid 5px #777777;
}

section.six-dolistBox .panel:hover .panel-heading h3:before {
  left: 100%;
  bottom: 0;
}

section.six-dolistBox .panel .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}

section.six-dolistBox .panel .panel-body .six-newsBoxTypeA {
  list-style: none;
  background-color: transparent !important;
  border: 0;
}

section.six-dolistBox .panel .panel-body .six-newsBoxTypeA .six-point {
  width: 100%;
}

section.six-dolistBox .panel .panel-body .six-newsBoxTypeA .six-point .row {
  width: 100%;
  padding: 10px 4px;
  list-style: none;
  border-bottom: 1px dashed #bbbbbb;
}

section.six-dolistBox .panel .panel-body .six-newsBoxTypeA .six-point .row:last-child {
  border-bottom: 4px solid #bbbbbb;
}

section.six-dolistBox .panel .panel-body .six-newsBoxTypeA .six-point .row:hover {
  background-color: #ebebeb;
}

section.six-dolistBox .panel .panel-body .six-newsBoxTypeA .six-point .row.bottombtn {
  min-height: 30px;
}

section.six-dolistBox .panel .six-point {
  text-align: center;
}

section.six-dolistBox .panel .six-point .row.header {
  background-color: #7e633b;
  color: #fff;
}

section.six-dolistBox .panel .six-point .row.header:hover {
  background-color: #957b54 !important;
}

section.six-dolistBox .panel .six-point .row.header .six-date {
  color: #fff !important;
  text-align: center;
}

section.six-dolistBox .panel .six-point .six-date {
  text-align: center;
  font-size: 1em;
}

section.six-dolistBox .panel .six-title {
  padding-left: 5px;
  text-align: left;
}

section.six-dolistBox .panel .six-date {
  color: #cd7433;
  font-size: .9rem;
  text-align: right;
}

section.six-dolistBox .panel a.six-articleBtn {
  display: inline-block;
  border: 0;
  padding: 5px 20px;
  border-radius: 0;
  float: right;
}

section.six-dolistBox .panel a.six-articleBtn:hover {
  background-color: #cd7433;
  color: #fff;
}

section.six-listBox .contenttopic ul.six-listTypeA li.row {
  padding-left: 0;
  margin-left: 0 !important;
}

section.six-listBox .contenttopic ul.six-listTypeA li.row .col-md-2.six-date {
  padding: 0;
}

section.six-listBox .contenttopic ul.six-listTypeA li.row .six-title:before {
  display: none;
}

section.six-listBox .contenttopic ul.six-listTypeA>li:after {
  width: 100% !important;
  left: 0 !important;
}

section.six-setcolor {
  position: fixed;
  right: 0;
  top: 45%;
  padding: 5px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  z-index: 999;
}

section.six-setcolor ul>li {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 5px solid transparent;
  border-radius: 50% !important;
  margin: 5px;
}

section.six-setcolor ul>li:first-child {
  background: #008c1e;
  border-color: #006f18;
}

section.six-setcolor ul>li:last-child {
  background: #d2af02;
  border-color: #b58300;
}

section#six-liveVideoBox {
  position: relative;
  margin: 0;
  margin-top: 0px !important;
}

section#six-liveVideoBox form.row {
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0;
}

@media (max-width: 990px) {
  section#six-liveVideoBox form.row {
    position: relative;
  }
}

section#six-liveVideoBox form.row .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

section#six-liveVideoBox form.row .col-md-4 .bootstrap-select {
  width: 100%;
}

section#six-liveVideoBox form.row .col-md-4 .bootstrap-select button.btn {
  border-radius: 0;
  line-height: 50px;
  border: 0;
  color: #333333;
  font-weight: bold;
  border-bottom: solid 1px rgba(136, 159, 10, 0.3);
  background-color: #e5e5ce;
  background: -moz-linear-gradient(top, #f1f1e5 0%, #e5e5ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f1f1e5 0%, #e5e5ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1e5), to(#e5e5ce));
  background: -o-linear-gradient(top, #f1f1e5 0%, #e5e5ce 100%);
  background: linear-gradient(to bottom, #f1f1e5 0%, #e5e5ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1e5', endColorstr='#e5e5ce', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0 3px 15px rgba(136, 159, 10, 0.2);
  box-shadow: 0 3px 15px rgba(136, 159, 10, 0.2);
}

section#six-liveVideoBox form.row .col-md-4 .bootstrap-select button.btn span {
  text-align: center;
  font-size: 1.4em;
  letter-spacing: .08em;
}

section#six-liveVideoBox form.row .col-md-4 .bootstrap-select button.btn span.caret {
  border-width: 8px;
  border-top-color: #889f0a;
}

section#six-liveVideoBox .tab-content .tab-pane.row {
  margin: 0;
  background-color: #f1f1e5;
}

@media (min-width: 768px) {
  section#six-liveVideoBox .tab-content [class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  section#six-liveVideoBox .tab-content [class*="col-"]:first-child .live-vedio {
    height: 364px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden;
    position: relative;
    /* &:before {
              content:"";
              z-index:100;
              position:absolute;
              top:0;
              left:0;
              width:100%;
              height:100%;
              background-image:url(../images/liveBg1.jpg);           
              @include breakpoint($desktop2) {
            
              }
            } */
  }

  section#six-liveVideoBox .tab-content [class*="col-"]:first-child .live-vedio iframe {
    width: 100%;
    height: 370px;
    position: relative;
    float: left;
    overflow: hidden;
  }

  section#six-liveVideoBox .tab-content [class*="col-"]:first-child .live-vedio .live-bg {
    width: 100%;
    position: absolute;
    height: 0%;
    cursor: pointer;
    color: transparent;
    background-size: cover;
    padding-bottom: 52%;
    z-index: 1;
    top: auto;
    left: 0;
    top: 0;
  }

  section#six-liveVideoBox .tab-content [class*="col-"]:first-child .live-vedio:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 72px;
    height: 27px;
    background-image: url(../images/live-icon.svg);
    background-position: center center;
    background-size: cover;
  }

  section#six-liveVideoBox .tab-content [class*="col-"]:last-child {
    padding-right: 0;
  }
}

@media (min-width: 990px) {
  section#six-liveVideoBox .tab-content #meeting .live-vedio {
    max-width: 625px;
  }

  section#six-liveVideoBox .tab-content #meeting .live-vedio:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(85, 85, 85, 0.3);
    z-index: 100;
  }

  section#six-liveVideoBox .tab-content #meeting .col-md-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #000;
    border: solid 3px #fff;
  }
}

section#six-liveVideoBox .tab-content #meeting div+div.col-md-4 {
  background-size: cover;
  padding-bottom: 15px;
}

@media (max-width: 790px) {
  section#six-liveVideoBox .tab-content #meeting div+div.col-md-4 {
    padding-bottom: 6px;
  }
}

@media (max-width: 990px) {
  section#six-liveVideoBox .tab-content #meeting>.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

section#six-liveVideoBox .tab-content .live-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  margin-top: 70px;
  height: 285px;
  position: relative;
}

@media (max-width: 790px) {
  section#six-liveVideoBox .tab-content .live-menu {
    margin-right: 0;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section#six-liveVideoBox .tab-content .live-menu {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  section#six-liveVideoBox .tab-content .live-menu {
    margin-top: 0px;
  }
}

section#six-liveVideoBox .tab-content .live-menu .date {
  font-family: 'Arvo', serif;
  text-align: center;
}

section#six-liveVideoBox .tab-content .live-menu .date .day {
  font-size: 2.5em;
  background-image: -webkit-linear-gradient(top, #7a7a7a, #4f4d3d);
  background-image: -moz-linear-gradient(top, #7a7a7a, #4f4d3d);
  background-image: -o-linear-gradient(top, #7a7a7a, #4f4d3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.175);
}

section#six-liveVideoBox .tab-content .live-menu .date .time {
  font-size: 2.1em;
  background-image: -webkit-linear-gradient(top, #7a7a7a, #4f4d3d);
  background-image: -moz-linear-gradient(top, #7a7a7a, #4f4d3d);
  background-image: -o-linear-gradient(top, #7a7a7a, #4f4d3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.175);
}

section#six-liveVideoBox .tab-content .live-menu .date .place {
  color: #555555;
  font-size: 1.4em;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  letter-spacing: .15em;
  padding-bottom: 15px;
  border-bottom: 1px dashed #bbbbbb;
}

section#six-liveVideoBox .tab-content .live-menu .des {
  padding-top: 13px;
  line-height: 1.6em;
  overflow: auto;
  max-height: 90px;
}

@media (max-width: 790px) {
  section#six-liveVideoBox .tab-content .live-menu .des {
    padding: 10px;
  }
}

section#six-liveVideoBox .tab-content .live-menu .inner {
  position: absolute;
  width: 100%;
  bottom: -5px;
}

@media (max-width: 790px) {
  section#six-liveVideoBox .tab-content .live-menu .inner {
    position: relative;
    bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

section#six-liveVideoBox .tab-content .live-menu .inner button {
  border-radius: 0;
  padding: 10px 0;
  color: #444444;
  font-size: 1.1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(136, 159, 10, 0.3);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

section#six-liveVideoBox .tab-content .live-menu .inner button:before {
  content: "\f16a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
}

section#six-liveVideoBox .tab-content .live-menu .inner button:hover {
  color: #ffffff;
  border: 1px solid rgba(136, 159, 10, 0.5);
  background-color: rgba(136, 159, 10, 0.8);
  background: -moz-linear-gradient(top, rgba(136, 159, 10, 0.6) 0%, rgba(136, 159, 10, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(136, 159, 10, 0.6) 0%, rgba(136, 159, 10, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 159, 10, 0.6)), to(rgba(136, 159, 10, 0.8)));
  background: -o-linear-gradient(top, rgba(136, 159, 10, 0.6) 0%, rgba(136, 159, 10, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(136, 159, 10, 0.6) 0%, rgba(136, 159, 10, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99889f0a', endColorstr='#cc889f0a', GradientType=0);
  /* IE6-9 */
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .live-bg {
    top: 0% !important;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .live-bg {
    top: 0% !important;
  }
}

.live-vedio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.live-vedio .live-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  /* &:after {
      content: "";
      display: block;
      background-color: red;
      width: 100px;
      height: 100px;
      top: 20%;
      position: absolute;
    } */
}

.live-vedio img.live-bg {
  width: 100%;
  position: absolute;
  z-index: 200;
}

.live-vedio iframe {
  float: left;
}

.live-vedio.no_after:after {
  display: none !important;
}

.live-vedio iframe[src*="youtube"] {
  top: 0px !important;
}

.noContact {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10%;
  /* display: flex ;
	flex-direction: row ;
	flex-wrap: wrap ;
	justify-content: space-around ;
	align-items: center ;
	align-content: center ;	 */
}

@media screen and (min-width: 0\0) {

  .time,
  .heading .title-demarcation {
    background: transparent !important;
  }
}

section#six-showbox {
  position: relative;
  height: 370px;
  margin-top: 0 !important;
}

section#six-showbox:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  border-top: 5px solid #886949;
}

section#six-showbox .heading {
  z-index: 2;
}

section#six-showbox .heading h2.title-demarcation {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: -1.7rem;
  width: 164px;
  height: 76px;
  margin-left: -82px;
  z-index: 9;
  text-fill-color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-shadow: none;
  background-color: transparent;
  background-image: url("../images/title-bg-center.png") !important;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}

section#six-showbox .heading h2.title-demarcation>span {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 15px;
  z-index: 9;
  font-size: 1.1em;
  color: #ffffff;
}

section#six-showbox .heading h2.title-demarcation::after {
  display: none;
  border: 0;
}

section#six-showbox .heading h2.title-demarcation::before {
  display: none;
  border: 0;
}

section#six-showbox .content {
  z-index: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

section#six-showbox .content .pic_title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: calc(100% - 6px);
  min-height: 40px;
  margin: 0 3px;
  padding: 10px;
  text-align: center;
  bottom: -367px;
  z-index: 2;
}

section#six-showbox .content #showCarousel {
  width: 100%;
  height: 370px;
  float: left;
  position: relative;
  border: solid 3px #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 4px #000;
  box-shadow: inset 0 0 4px #000;
}

section#six-showbox .content #showCarousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

section#six-showbox .content #showCarousel .owl-nav {
  margin-top: -40px;
}

section#six-showbox .content #showCarousel .item {
  width: auto;
  height: 370px;
}

section#six-showbox .content #showCarousel .item img {
  width: auto;
  height: 100%;
}

section#six-showbox .content #showCarousel .active {
  position: relative;
  z-index: 10;
}

section#six-showbox .content #showCarousel .owl-dots {
  position: absolute;
  width: 100%;
  margin-top: -28px;
  z-index: 9;
}

section#six-showbox .content #showCarousel .owl-dots .owl-dot.active span,
section#six-showbox .content #showCarousel .owl-dots .owl-dot:hover span {
  background: #d7ca00;
}

section#six-showbox .content #showCarousel .owl-stage-outer {
  height: inherit;
}

@media (max-width: 767px) {
  section#six-showbox .content #showCarousel {
    width: 100%;
  }
}

section#six-showbox .content .show_text {
  display: none !important;
  width: 30%;
  display: inline-block;
  position: relative;
}

section#six-showbox .content .show_text h2.title-demarcation {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: -1.7rem;
  width: 164px;
  height: 76px;
  margin-left: -77px;
  z-index: 9;
  text-fill-color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-shadow: none;
  background-color: transparent;
  background-image: url("../images/title-bg-center.png") !important;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  text-align: center;
  border-bottom: none;
}

section#six-showbox .content .show_text h2.title-demarcation>span {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 15px;
  z-index: 9;
  font-size: 1.1em;
  color: #ffffff;
}

section#six-showbox .content .show_text h2.title-demarcation::after {
  display: none;
  border: 0;
}

section#six-showbox .content .show_text h2.title-demarcation::before {
  display: none;
  border: 0;
}

section#six-showbox .content .show_text .show_something {
  position: relative;
  margin-left: 5%;
  border-radius: 6px;
  padding: 60px 20px 40px 20px;
  background-color: #e8e0d6;
  color: #333;
  border: dashed 1px #da8195;
  max-height: 330px;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
}

section#six-showbox .content .show_text .show_something>div {
  max-height: 250px;
  overflow: hidden;
}

section#six-showbox .content .show_text .show_something>div h2 {
  font-size: 1.4em;
  line-height: 1.6em;
}

section#six-showbox .content .show_text .show_something>div p {
  overflow: hidden;
  max-height: 200px;
  line-height: 1.8em;
  text-indent: 2em;
  word-break: break-all;
}

section#six-showbox .content .show_text .show_something>div p+p {
  padding-top: 1.5em;
}

section#six-showbox .content .show_text .show_something a.show_more {
  position: absolute;
  z-index: 3;
  width: 40%;
  height: 30px;
  left: 30%;
  line-height: 30px;
  background-color: #be3a38;
  color: #fff;
  border-radius: 4px;
  bottom: -15px;
  text-align: center;
}

@media (max-width: 767px) {
  section#six-showbox .content .show_text {
    width: 100%;
    float: left;
    margin: 30px 0;
  }
}

section#six-alertBox {
  margin-top: 15px;
  text-align: center;
}

section#announcement {
  margin-bottom: 30px;
}

section#announcement .notice_icon {
  position: relative;
  z-index: 4;
  float: right;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #e5e5e5;
  background-image: url(../images/promotion.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140%;
  background-position-x: -20px;
  border: solid 10px #8f9c01;
  -webkit-box-shadow: 4px 4px 4px rgba(85, 85, 85, 0.3), 10px 4px 0px rgba(85, 85, 85, 0.3);
  box-shadow: 4px 4px 4px rgba(85, 85, 85, 0.3), 10px 4px 0px rgba(85, 85, 85, 0.3);
}

@media (max-width: 767px) {
  section#announcement .notice_icon {
    float: none;
    margin: auto;
  }
}

section#announcement .con_notice {
  position: relative;
  padding-left: 0;
}

section#announcement .con_notice h2 {
  display: inline-block;
  position: relative;
  color: #ffffff;
  margin-top: 25px;
  background-color: #7a9001;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1.5em;
  padding: 0 50px 0 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section#announcement .con_notice h2 {
    font-size: 1.4em;
  }
}

section#announcement .con_notice h2:before {
  content: "";
  width: 100px;
  height: 100%;
  background-color: #7a9001;
  position: absolute;
  top: 0;
  left: -100px;
}

section#announcement .con_notice h2:after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #8f9c01;
  position: absolute;
  top: 0;
  right: -20px;
}

section#announcement .con_notice .bulletin {
  position: relative;
  z-index: 0;
  line-height: 1.5em;
  padding: 20px 50px 20px 8px;
  background-color: #ffffff;
  width: auto;
  -webkit-box-shadow: 6px 6px 0px rgba(85, 85, 85, 0.2);
  box-shadow: 6px 6px 0px rgba(85, 85, 85, 0.2);
  margin-bottom: 30px;
}

section#announcement .con_notice .bulletin:before {
  content: "";
  width: 100px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -94px;
  -webkit-box-shadow: 0px 6px 0px rgba(85, 85, 85, 0.2);
  box-shadow: 0px 6px 0px rgba(85, 85, 85, 0.2);
}

@media (max-width: 767px) {
  section#announcement .con_notice {
    padding-left: 15px;
  }

  section#announcement .con_notice h2:before,
  section#announcement .con_notice h2:after {
    display: none;
  }

  section#announcement .con_notice .bulletin {
    -webkit-box-shadow: 6px 6px 0px rgba(85, 85, 85, 0);
    box-shadow: 6px 6px 0px rgba(85, 85, 85, 0);
    margin-bottom: 0px;
  }

  section#announcement .con_notice .bulletin:before,
  section#announcement .con_notice .bulletin:after {
    display: none;
  }
}

@media (max-width: 767px) {
  section#announcement .con_notice h2 {
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding: 0 10px 0 8px;
  }
}

section#six-showbox .owl-dots {
  display: none;
}

section#six-showbox .owl-dots .owl-dot.active span,
section#six-showbox .owl-dots .owl-dot:hover span {
  background: #d7ca00;
}

section#six-showbox .owl-nav {
  display: block !important;
}

section#six-showbox .owl-nav .owl-prev,
section#six-showbox .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 3em;
  line-height: 45px;
  text-align: center;
  padding: 0;
  opacity: .5;
  color: #aaaaaa;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
  margin-top: -23px;
}

section#six-showbox .owl-nav .owl-prev:hover,
section#six-showbox .owl-nav .owl-next:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #b89906;
}

section#six-showbox .owl-nav .owl-prev {
  left: 0px;
}

section#six-showbox .owl-nav .owl-next {
  right: 0px;
}

section#youtubelive {
  position: relative;
  margin-top: 0 !important;
  background-color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#youtubelive .livebox {
  height: 370px;
  max-width: 760px;
  width: 100%;
}

.btn-youtube+.openshow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tabmenu a[data-id*=showbox] span {
  border-bottom: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
}

.tabbox {
  position: relative;
}

span.btn-youtube {
  display: block !important;
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  min-height: 100px;
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 5px 10px 10px;
  background-color: #505050;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #aaaaaa, #505050);
  -webkit-box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.2);
}

span.btn-youtube.pick {
  background-color: #b81206;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #b81206, #790101);
}

@media (max-width: 990px) {
  span.btn-youtube {
    position: relative;
    width: 100%;
    min-height: 2em;
    left: 0;
    border-radius: 0;
    text-align: center;
    display: inline-block !important;
  }
}

section#six-videoListBox {
  margin-bottom: 20px;
}

section#six-videoListBox .heading {
  margin: 30px 0 15px 0;
}

section#six-videoListBox .content {
  padding: 0;
}

section#six-videoListBox #videoCarousel {
  padding: 1px;
  z-index: 0;
}

section#six-videoListBox #videoCarousel>.thumbnail {
  width: 20%;
  display: inline-block;
}

section#six-videoListBox #videoCarousel>.thumbnail img {
  width: 100%;
}

section#six-videoListBox .owl-dots {
  padding-top: 10px;
}

section#six-videoListBox .owl-dots .owl-dot.active span,
section#six-videoListBox .owl-dots .owl-dot:hover span {
  background: #d7ca00;
}

section#six-videoListBox .owl-nav {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
}

section#six-videoListBox .owl-nav .owl-prev,
section#six-videoListBox .owl-nav .owl-next {
  position: absolute;
  top: 50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 23px;
  padding-top: 6px;
  opacity: .5;
  color: #aaaaaa;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
}

section#six-videoListBox .owl-nav .owl-prev:hover,
section#six-videoListBox .owl-nav .owl-next:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #b89906;
}

section#six-videoListBox .owl-nav .owl-prev {
  left: -45px;
}

section#six-videoListBox .owl-nav .owl-prev:hover {
  left: -50px;
}

section#six-videoListBox .owl-nav .owl-next {
  right: -45px;
}

section#six-videoListBox .owl-nav .owl-next:hover {
  right: -50px;
}

section#six-videoListBox .owl-item img {
  border: 1px solid #f0f0f0;
}

@media (min-width: 990px) {
  section#six-videoListBox .owl-item img {
    max-height: 140px;
  }
}

section#six-videoListBox .thumbnail {
  border-radius: 0;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid rgba(187, 187, 187, 0.3);
}

section#six-videoListBox .thumbnail>a {
  display: inline-block;
}

section#six-videoListBox .thumbnail>.inner {
  min-height: 158.39px;
}

section#six-videoListBox .thumbnail:hover {
  border-bottom: 2px solid #b89906;
}

section#six-videoListBox .thumbnail .caption {
  padding: 8px 0;
}

section#six-videoListBox .thumbnail .caption>.date {
  font-size: .75em;
  text-align: left;
  color: #7e633b;
}

section#six-videoListBox .thumbnail .caption>.date:before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
}

section#six-videoListBox .thumbnail .caption>.title {
  color: #333333;
  font-size: 1.1em;
}

section#six-videoListBox .thumbnail .caption>.content {
  color: #333333;
  width: 100%;
  height: 2.3em;
  font-size: .97em;
  line-height: 1.2em;
  overflow: hidden;
}

section#six-futureMeetingBox {
  padding: 15px 0;
}

section#six-futureMeetingBox>.row {
  margin: 0;
}

@media (min-width: 768px) {
  section#six-futureMeetingBox>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 365px;
    overflow: hidden;
  }
}

section#six-futureMeetingBox>.row>div {
  padding: 0;
}

@media (min-width: 768px) {
  section#six-futureMeetingBox>.row>div.col-md-4 {
    max-width: 325px;
  }

  section#six-futureMeetingBox>.row>div.col-md-7 {
    width: calc(91.66666666% - 325px);
  }

  section#six-futureMeetingBox>.row>div.btnBox {
    width: 8.33333333%;
  }
}

section#six-futureMeetingBox>.row>[class*="col-"] {
  min-height: 365px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  border: solid 1px #dddddd;
}

section#six-futureMeetingBox>.row>[class*="col-"]:nth-child(1) {
  margin-right: 20px;
}

section#six-futureMeetingBox>.row>[class*="col-"]:nth-child(3) {
  min-height: 80px !important;
}

@media (min-width: 990px) {
  section#six-futureMeetingBox>.row>[class*="col-"]:nth-child(3) {
    border-left: 0;
  }
}

section#six-futureMeetingBox>.row>[class*="col-"]:nth-child(3)>div:nth-child(2) {
  border-top: none;
  border-left: none;
  height: 100%;
  max-height: 318px;
}

@media (max-width: 990px) {
  section#six-futureMeetingBox>.row>[class*="col-"]:nth-child(3) {
    padding-right: 0;
  }
}

section#six-futureMeetingBox>.row>[class*="col-"] .dateTime {
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}

section#six-futureMeetingBox>.row>[class*="col-"].btnBox {
  height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #aaaaaa;
}

@media (max-width: 767px) {
  section#six-futureMeetingBox>.row>[class*="col-"].btnBox {
    display: block;
    height: 80px !important;
    min-height: 80px;
    margin-right: 0 !important;
  }
}

section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn {
  display: grid;
  width: 100%;
  height: 43%;
  padding: 0;
  border-radius: 0;
  float: left;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #889f0a, #889f0a);
  background-image: -webkit-linear-gradient(90, #889f0a, #889f0a);
  background-image: -moz-linear-gradient(90, #889f0a, #889f0a);
  background-image: -ms-linear-gradient(90, #889f0a, #889f0a);
  background-image: -o-linear-gradient(90, #889f0a, #889f0a);
  background-image: -webkit-gradient(linear, left top, right top, from(#889f0a), to(#889f0a));
  background-image: -webkit-linear-gradient(left, #889f0a, #889f0a);
  background-image: -o-linear-gradient(left, #889f0a, #889f0a);
  background-image: linear-gradient(to right, #889f0a, #889f0a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#889f0a', EndColorStr='#889f0a')";
}

section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn h4,
section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn h3,
section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn h2 {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2em;
  letter-spacing: .3em;
  padding-bottom: 2.3em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
  background-image: url(../images/search.png);
  background-position: center 95%;
  background-repeat: no-repeat;
  line-height: 90px;
}

@media (min-width: 768px) {

  section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn h4,
  section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn h3 {
    width: 90px !important;
  }
}

@media (max-width: 767px) {

  section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn h4,
  section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn h3 {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    padding-top: 0;
  }
}

section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn:hover {
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #7a9001, #889f0a);
  background-image: -webkit-linear-gradient(90, #7a9001, #889f0a);
  background-image: -moz-linear-gradient(90, #7a9001, #889f0a);
  background-image: -ms-linear-gradient(90, #7a9001, #889f0a);
  background-image: -o-linear-gradient(90, #7a9001, #889f0a);
  background-image: -webkit-gradient(linear, left top, right top, from(#7a9001), to(#889f0a));
  background-image: -webkit-linear-gradient(left, #7a9001, #889f0a);
  background-image: -o-linear-gradient(left, #7a9001, #889f0a);
  background-image: linear-gradient(to right, #7a9001, #889f0a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7a9001', EndColorStr='#889f0a')";
}

section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn:hover h4,
section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn:hover h3 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  padding-bottom: 1.8em;
}

section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn:last-child {
  height: 57%;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #aaaaaa, #aaaaaa);
  background-image: -webkit-linear-gradient(90, #aaaaaa, #aaaaaa);
  background-image: -moz-linear-gradient(90, #aaaaaa, #aaaaaa);
  background-image: -ms-linear-gradient(90, #aaaaaa, #aaaaaa);
  background-image: -o-linear-gradient(90, #aaaaaa, #aaaaaa);
  background-image: -webkit-gradient(linear, left top, right top, from(#aaaaaa), to(#aaaaaa));
  background-image: -webkit-linear-gradient(left, #aaaaaa, #aaaaaa);
  background-image: -o-linear-gradient(left, #aaaaaa, #aaaaaa);
  background-image: linear-gradient(to right, #aaaaaa, #aaaaaa);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#aaaaaa')";
}

section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn:last-child h4,
section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn:last-child h3 {
  background-image: url(../images/list_search.png);
}

section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn:last-child:hover {
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #999999, #999999);
  background-image: -webkit-linear-gradient(90, #999999, #999999);
  background-image: -moz-linear-gradient(90, #999999, #999999);
  background-image: -ms-linear-gradient(90, #999999, #999999);
  background-image: -o-linear-gradient(90, #999999, #999999);
  background-image: -webkit-gradient(linear, left top, right top, from(#999999), to(#999999));
  background-image: -webkit-linear-gradient(left, #999999, #999999);
  background-image: -o-linear-gradient(left, #999999, #999999);
  background-image: linear-gradient(to right, #999999, #999999);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#999999', EndColorStr='#999999')";
}

@media (max-width: 767px) {
  section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn {
    width: 50%;
    height: 100%;
  }

  section#six-futureMeetingBox>.row>[class*="col-"].btnBox>a.btn:last-child {
    height: 100%;
  }
}

section#six-futureMeetingBox>.row>[class*="col-"]>.heading {
  position: relative;
  text-align: center;
  line-height: 43px;
  color: #ffffff;
  border-bottom: solid 1px #d7ca00;
  border-left: none;
}

section#six-futureMeetingBox>.row>[class*="col-"]>.heading>span {
  color: #9f8a00;
}

section#six-futureMeetingBox>.row>[class*="col-"]>.heading>a.btn {
  color: #303030;
  text-shadow: 0 0 10px #ffffff;
  background: #d7ca00;
  background-image: url(../images/background.png), -webkit-linear-gradient(top, #d7ca00, #d7ca00);
  border-radius: 4px;
  height: 36px;
  width: 80px;
  line-height: 36px;
  padding-top: 0;
  margin-top: 4px;
  margin-right: 4px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: 1.1em;
}

section#six-futureMeetingBox>.row>[class*="col-"]>.heading>a.btn:hover {
  background-image: url(../images/background.png), -webkit-linear-gradient(top, #c3a30a, #e7d063);
}

section#six-futureMeetingBox>.row>[class*="col-"]>.heading>a.btn>i {
  margin-right: 4px;
}

section#six-futureMeetingBox>.row>[class*="col-"]>.heading:before {
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 7px;
  content: "\f274";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 26px;
  color: #ffffff;
  padding-left: 5px;
}

section#six-futureMeetingBox>.row>[class*="col-"] .content {
  overflow-y: auto;
  background-color: #ffffff;
}

section#six-futureMeetingBox>.row>[class*="col-"] .content ul.list-group li.list-group-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}

section#six-newsBox {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  section#six-newsBox {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 490px) {
  section#six-newsBox {
    display: block !important;
  }

  section#six-newsBox ul.nav-tabs {
    width: 100%;
    max-width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  section#six-newsBox ul.nav-tabs li {
    padding-left: 0 !important;
    width: 25% !important;
    height: auto !important;
  }

  section#six-newsBox ul.nav-tabs li a {
    width: 100% !important;
  }

  section#six-newsBox ul.nav-tabs li:last-child a {
    display: block !important;
    padding: 1.55em 0;
  }

  section#six-newsBox ul.nav-tabs li:last-child a:before {
    left: auto !important;
    top: auto !important;
    bottom: -6px !important;
    right: 2px !important;
    border-color: transparent #303030 transparent transparent !important;
  }

  section#six-newsBox .tab-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px;
    width: 100% !important;
  }

  section#six-newsBox .tab-content>div {
    width: 100%;
    border-left: 1px solid #ccc;
  }
}

section#six-newsBox ul.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  max-width: 70px;
}

section#six-newsBox ul.nav-tabs+.tab-content {
  width: calc(100% - 62px);
}

section#six-newsBox ul.nav-tabs li {
  display: block;
  height: 25%;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  padding-left: 7px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

section#six-newsBox ul.nav-tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 1.4em;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  height: 100%;
  border-radius: 0;
  border: 0;
  color: #333333;
  font-size: 1em;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.3em;
  margin-right: 0;
  text-align: center;
  background-color: #cccccc;
  text-shadow: 0px 2px 5px rgba(120, 117, 24, 0.175);
  word-break: break-all;
}

section#six-newsBox ul.nav-tabs li a:before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

section#six-newsBox ul.nav-tabs li a:hover,
section#six-newsBox ul.nav-tabs li a:focus {
  color: #ffffff;
}

section#six-newsBox ul.nav-tabs li.active {
  z-index: 9;
  padding-left: 0;
  -webkit-box-shadow: 5px 5px 15px rgba(71, 71, 71, 0.4);
  box-shadow: 5px 5px 15px rgba(71, 71, 71, 0.4);
}

section#six-newsBox ul.nav-tabs li.active a {
  position: relative;
  color: #ffffff;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #95b721, #9bbc2a);
  background-image: -webkit-linear-gradient(90, #95b721, #9bbc2a);
  background-image: -moz-linear-gradient(90, #95b721, #9bbc2a);
  background-image: -ms-linear-gradient(90, #95b721, #9bbc2a);
  background-image: -o-linear-gradient(90, #95b721, #9bbc2a);
  background-image: -webkit-gradient(linear, left top, right top, from(#95b721), to(#9bbc2a));
  background-image: -webkit-linear-gradient(left, #95b721, #9bbc2a);
  background-image: -o-linear-gradient(left, #95b721, #9bbc2a);
  background-image: linear-gradient(to right, #95b721, #9bbc2a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#95b721', EndColorStr='#9bbc2a')";
  color: #ffffff;
  display: block;
}

section#six-newsBox ul.nav-tabs li.active a:before {
  position: absolute;
  display: block;
  content: "";
  left: 2px;
  bottom: -6px;
  z-index: 9;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent #303030 transparent;
}

section#six-newsBox ul.nav-tabs li:last-child.active a:before {
  bottom: auto;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #303030;
}

section#six-newsBox ul.nav-tabs li[class*="col-"] {
  padding: 0;
  webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  -webkit-box-flex: 1;
  flex: 1 auto;
}

section#six-newsBox ul.nav-tabs li:hover a,
section#six-newsBox ul.nav-tabs li:focus a {
  color: #ffffff;
  background-color: #999999;
}

section#six-newsBox .tab-content {
  border: solid 1px #dddddd;
  border-left: none;
  padding: 0;
  position: relative;
}

section#six-newsBox .tab-content .tab-pane ul li.more>a {
  background-color: #f1f1f1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

section#six-newsBox .tab-content .tab-pane ul li.more>a:hover {
  padding-right: 5px;
}

section#six-newsBox .tab-content .tab-pane ul li.more>a:after {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 5px;
  background-color: transparent;
}

section#six-newsBox .tab-content.col-sm-11 {
  /* > div {
        &:before {
          content:"";
          display:block;
          position:absolute;
          width:0px;
          height:100%;
          z-index:2;
        }
      } */
}

@media (max-width: 990px) {
  section#six-newsBox .tab-content.col-sm-11 {
    width: calc(91.6666667% - 17px);
  }
}

section#six-newsBox .tab-content .tab-pane .heading {
  white-space: inherit;
  text-align: left;
  z-index: 300;
}

section#six-newsBox .tab-content .tab-pane a[href$=".pdf"] {
  position: relative;
}

section#six-newsBox .tab-content .tab-pane a[href$=".pdf"]:after {
  display: none;
  content: "pdf";
  padding: 3px 6px 2px 6px;
  font-size: .6em;
  border-radius: 6px;
  color: #fff;
  background-color: #ff5722 !important;
  margin-left: .5em;
}

section#six-newsBox .tab-content ul.newsType2 li a {
  padding-left: 20px;
}

#six-newsBox .tab-content {
  /*  > div:nth-child(1){
   &:before {
     // border-left:solid 2px $colorG1;
   }
   .list-group.newsType2 {
     .date {
       color:$colorG1;
     }
   }
 }
 > div:nth-child(2){
   &:before {
     // border-left:solid 2px #FF4261;
   }
   .list-group.newsType2 {
     .date {
       color:#FF4261;
     }
   }
 }
 > div:nth-child(3) {
   &:before {
     // border-left:solid 2px #671DB7;
   }
   .list-group.newsType2 {
     .date {
       color:#671DB7;
     }
   }
 }
 > div:nth-child(4) {
   &:before {
     // border-left:solid 2px #1DB781;
   }
   .list-group.newsType2 {
     .date {
       color:#1DB781;
     }
   }
 } */
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  /* IE10-specific styles go here */
  section#six-newsBox ul.nav-tabs li a {
    line-height: 1.2em;
    display: block;
  }

  section#six-newsBox ul.nav-tabs li+li a {
    border-top: solid 1px #fff;
  }
}

.allnews {
  padding: 0;
}

.allnews .container .row {
  margin: 0;
}

.allnews .container .row [class*="col-"] {
  padding: 0;
}

.allnews .container .row [class*="col-"]:first-child {
  padding-right: 15px;
}

section#six-hotNewsBox {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  section#six-hotNewsBox {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  section#six-hotNewsBox {
    margin-top: 20px;
  }
}

section#six-hotNewsBox>.heading {
  position: relative;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  /* &:before {
      position: absolute;
          z-index:1;
      left: 5px;
      top: 7px;
      content: "\f1ea";
      font-family: FontAwesome;
      font-style: normal;
      font-size: 1.8em;
      font-weight: normal;
      text-decoration: inherit;
      color: lighten($color_red, 25%);
      padding-left: 5px;
    }
        &:after {
          content:"";
          display:block;
          position:absolute;
          z-index:0;
          top:0;
          left:0;
          height:100%;
          width:60px;
          border-top-right-radius:50px;
          border-bottom-right-radius:50px;
          background-color: #a71535;
          box-shadow:inset 0 0 10px darken($color_red, 15%);
          border-right:solid 1px rgba(#fff,.3);
        } */
}

section#six-hotNewsBox>.heading ul.nav-tabs li.active a {
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
  background-image: url(../images/background.png), -webkit-linear-gradient(bottom, #c88400, #d68d00);
  background-image: -webkit-linear-gradient(90, #c88400, #d68d00);
  background-image: -moz-linear-gradient(90, #c88400, #d68d00);
  background-image: -ms-linear-gradient(90, #c88400, #d68d00);
  background-image: -o-linear-gradient(90, #c88400, #d68d00);
  background-image: -webkit-gradient(linear, left top, right top, from(#c88400), to(#d68d00));
  background-image: -webkit-linear-gradient(left, #c88400, #d68d00);
  background-image: -o-linear-gradient(left, #c88400, #d68d00);
  background-image: linear-gradient(to right, #c88400, #d68d00);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c88400', EndColorStr='#d68d00')";
  display: inline-block;
  height: 100%;
  width: auto;
  padding: 0 25px;
  z-index: 9;
  -webkit-box-shadow: 5px 5px 15px rgba(71, 71, 71, 0.4);
  box-shadow: 5px 5px 15px rgba(71, 71, 71, 0.4);
}

section#six-hotNewsBox>.heading ul.nav-tabs li.active a:before {
  position: absolute;
  right: -5px;
  top: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #303030 transparent transparent transparent;
}

section#six-hotNewsBox>.heading ul.nav-tabs li a {
  padding: 0px 15px;
  line-height: 50px;
}

section#six-hotNewsBox>.heading ul.nav-tabs li a:hover {
  background-color: transparent;
  border-color: transparent;
}

section#six-hotNewsBox>.heading ul.nav-tabs li~li.active a {
  background-image: url(../images/background.png), -webkit-linear-gradient(bottom, #b10303, #de0000);
  background-image: -webkit-linear-gradient(90, #b10303, #de0000);
  background-image: -moz-linear-gradient(90, #b10303, #de0000);
  background-image: -ms-linear-gradient(90, #b10303, #de0000);
  background-image: -o-linear-gradient(90, #b10303, #de0000);
  background-image: -webkit-gradient(linear, left top, right top, from(#b10303), to(#de0000));
  background-image: -webkit-linear-gradient(left, #b10303, #de0000);
  background-image: -o-linear-gradient(left, #b10303, #de0000);
  background-image: linear-gradient(to right, #b10303, #de0000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b10303', EndColorStr='#de0000')";
}

section#six-hotNewsBox>.heading ul.nav-tabs li~li.active a:before {
  position: absolute;
  right: -5px;
  top: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #303030 transparent transparent transparent;
}

section#six-hotNewsBox>.heading:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  bottom: 0;
  background-color: #dddddd;
  z-index: 0;
}

section#six-hotNewsBox>.content {
  position: relative;
}

section#six-hotNewsBox>.content ul.list-group .heading {
  white-space: inherit;
  text-align: left;
}

section#six-hotNewsBox.psas .heading:before {
  z-index: 0;
}

section#six-hotNewsBox.psas .heading span {
  position: relative;
  color: #fff;
  background-color: #2495f1;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #2495f1, #6cbdfe);
  display: inline-block;
  height: 100%;
  width: auto;
  padding: 10px 25px;
  z-index: 9;
  -webkit-box-shadow: 5px 5px 15px rgba(71, 71, 71, 0.4);
  box-shadow: 5px 5px 15px rgba(71, 71, 71, 0.4);
}

section#six-hotNewsBox.psas .heading span:before {
  position: absolute;
  right: -5px;
  top: 2px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #303030 transparent transparent transparent;
}
section#six-hotNewsBox.psas .content .newsType3 .owl-carousel a{
        width: 100%;
        height: 100%;
        display: block;
}
section#six-hotNewsBox.psas .content .newsType3 .owl-carousel a img {
  width: 100%;
  height: auto;
}

section#six-topLinkBox {
  margin-bottom: 30px;
}

section#six-topLinkBox .heading {
  margin-bottom: 15px;
}

section#six-topLinkBox .content {
  padding: 0;
}

section#six-topLinkBox #videoCarousel {
  padding: 1px;
  z-index: 0;
}

section#six-topLinkBox .owl-dots {
  padding-top: 10px;
}

section#six-topLinkBox .owl-dots .owl-dot.active span,
section#six-topLinkBox .owl-dots .owl-dot:hover span {
  background: #e7d063;
}

section#six-topLinkBox .owl-nav {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
}

section#six-topLinkBox .owl-nav .owl-prev,
section#six-topLinkBox .owl-nav .owl-next {
  position: absolute;
  top: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 23px;
  padding-top: 6px;
  opacity: .5;
  color: #aaaaaa;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
}

section#six-topLinkBox .owl-nav .owl-prev:hover,
section#six-topLinkBox .owl-nav .owl-next:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #b89906;
}

section#six-topLinkBox .owl-nav .owl-prev {
  left: -60px;
}

section#six-topLinkBox .owl-nav .owl-prev:hover {
  left: -65px;
}

section#six-topLinkBox .owl-nav .owl-next {
  right: -60px;
}

section#six-topLinkBox .owl-nav .owl-next:hover {
  right: -65px;
}

section#six-topLinkBox .thumbnail {
  border-radius: 0;
  background-color: #eeeeee;
  padding: 0;
  border-width: 1px;
  border-color: #eeeeee;
  margin-bottom: 0;
}

section#six-topLinkBox .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
}

section#six-topLinkBox .thumbnail a img {
  width: 100%;
}

section#six-topLinkBox .thumbnail a .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#six-topLinkBox .thumbnail a .caption .title {
  font-size: 1em;
  letter-spacing: .1em;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #000000;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

section#six-topLinkBox .thumbnail a:hover * {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

section#six-topLinkBox .thumbnail a:hover .caption {
  background-color: rgba(17, 17, 17, 0.3);
}

section#six-topLinkBox .thumbnail a:hover .caption .title {
  padding: 25px 10px;
}

#lyleader>.row.listbox {
  margin: 0;
  padding: 25px;
  overflow: hidden;
  height: 370px;
  background-image: url(../images/lyleader_bg.jpg);
  background-position-x: right;
}

#lyleader>.row.listbox .list {
  display: block;
  height: 100%;
  width: 710px;
}

#lyleader>.row.listbox .list .col {
  display: inline-block;
  width: 20%;
  float: left;
  padding: 4px;
}

#lyleader>.row.listbox .list .col a {
  display: block;
  text-align: center;
  padding: 36px 0px;
  border: 1px solid rgba(143, 156, 1, 0.3);
  font-size: .9rem !important;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}

#lyleader>.row.listbox .list .col a:hover {
  color: #ffffff;
  border: 1px solid rgba(143, 156, 1, 0.9);
  background-color: rgba(143, 156, 1, 0.9);
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #8f9c01, #9aa800);
}

@media (max-width: 990px) {
  #lyleader>.row.listbox {
    height: auto;
  }
}

@media (max-width: 790px) {
  #lyleader>.row.listbox {
    padding: 5px;
  }

  #lyleader>.row.listbox .list {
    width: 100%;
  }

  #lyleader>.row.listbox .list .col {
    width: 50%;
    padding: 2px;
  }

  #lyleader>.row.listbox .list .col a {
    padding: 8px 0px;
  }
}

@media (max-width: 768px) {
  section#six-legislatorBox>[class*="col-"] {
    padding: 0;
  }
}

@media (min-width: 768px) {
  section#six-legislatorBox>[class*="col-"]:first-child {
    padding-left: 0;
  }

  section#six-legislatorBox>[class*="col-"]:last-child {
    padding-right: 0;
  }
}

section#six-legislatorBox>div figcaption {
  text-align: center;
}

section#six-legislatorBox>div figcaption>img.img-thumbnail {
  border-radius: 0;
  background-color: #dddddd;
}

section#six-legislatorBox>div figcaption>figure {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #bbbbbb;
  padding-bottom: 5px;
}

section#six-legislatorBox>div figcaption>figure .six-party-icon {
  width: 26px;
  height: 26px;
}

section#six-legislatorBox>div figcaption>figure .legislatorname {
  font-size: 1.2em;
  display: inline-block;
  padding: 0 1em;
}

section#six-legislatorBox>div .info-left>ul {
  margin-top: 15px;
  margin-left: 5px;
  padding-left: 20px;
}

section#six-legislatorBox>div .info-left>ul li {
  padding-left: 0.1em;
}

section#six-legislatorBox>div .info-left>ul ul {
  padding-left: 18px;
}

section#six-legislatorBox>div.info-right>ul {
  border-left: 1px solid #b8a07e;
  margin-left: 30px;
  padding-top: 10px;
  padding-left: 20px;
}

section#six-legislatorBox>div.info-right>ul li {
  padding-left: 0.5em;
}

section#six-legislatorBox>div.info-right>ul ul {
  padding-left: 25px;
}

section#six-legislatorBox>div.info-right h4.title {
  display: inline-block;
  border-radius: 22px;
  width: auto;
  min-width: 80px;
  height: auto;
  padding: 11px 20px;
}

section#six-legislatorBox>div.info-right h4.title:not(:first-child) {
  margin-top: 15px;
}

section#six-legislatorBox>div li {
  position: relative;
}

section#six-legislatorBox>div li:before {
  position: absolute;
  left: -15px;
  top: 8px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dddddd;
}

section#six-legislatorSearchBox {
  padding: 8px;
  width: 100%;
}

section#six-legislatorSearchBox>[class^="col-"] {
  padding: 0;
}

section#six-legislatorSearchBox>[class^="col-"]>.row>[class^="col-"] {
  padding: 0;
  padding-bottom: 5px;
}

section#six-legislatorSearchBox>[class^="col-"]>.row:last-child {
  padding-bottom: 0;
}

@media (min-width: 970px) {
  section#six-legislatorSearchBox>[class^="col-"]>.row {
    padding-bottom: 5px;
  }

  section#six-legislatorSearchBox>[class^="col-"]>.row>[class^="col-"] {
    padding-bottom: 0;
    padding-right: 5px;
  }
}

section#six-legislatorSearchBox>[class^="col-"]>.row:last-child>[class^="col-"] {
  /* @media (max-width: 400px){
						button.dropdown-toggle {
							width: 101px;
						}							
					}
					@media (max-width: 330px){
						button.dropdown-toggle {
							width: 73px;
						}							
					} */
}

section#six-legislatorSearchBox>[class^="col-"]>.row:last-child>[class^="col-"] .input-group-addon,
section#six-legislatorSearchBox>[class^="col-"]>.row:last-child>[class^="col-"] .input-group-btn {
  width: auto;
}

section#six-legislatorSearchBox>[class^="col-"]>.row:last-child>[class^="col-"] button.dropdown-toggl {
  width: auto;
}

section#six-legislatorSearchBox .input-group-addon {
  width: 140px;
}

section#six-legislatorBtnBox {
  margin-top: 0 !important;
}

section#six-legislatorBtnBox>.row {
  padding: 8px;
}

section#six-legislatorBtnBox>.row>[class^="col-"] {
  padding: 0 3px 3px 0;
}

@media (min-width: 990px) {
  section#six-legislatorBtnBox>.row>[class^="col-"]:nth-child(4n) {
    padding-right: 0;
  }

  section#six-legislatorBtnBox>.row>[class^="col-"]:nth-child(5),
  section#six-legislatorBtnBox>.row>[class^="col-"]:nth-child(6),
  section#six-legislatorBtnBox>.row>[class^="col-"]:nth-child(7),
  section#six-legislatorBtnBox>.row>[class^="col-"]:nth-child(8) {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  section#six-legislatorBtnBox>.row>[class^="col-"] {
    width: 100%;
  }

  section#six-legislatorBtnBox>.row>[class^="col-"] a.btn {
    min-height: 50px;
  }
}

section#six-legislatorBtnBox>.row a.btn {
  border-radius: 3px;
  word-break: normal;
  overflow: hidden;
  min-height: 78px;
  font-size: .95rem;
  white-space: normal;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #a68b63;
}

section#six-legislatorBtnBox>.row a.btn:hover {
  background-color: #b8a07e;
}

section#six-legislatorListBox>.heading {
  width: 100%;
  margin: 15px 0 12px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #a68b63;
  text-align: left;
  text-indent: 2em;
}

section#six-legislatorListBox>.heading h2 {
  font-size: 1.12rem;
}

section#six-legislatorListBox>.heading h2 strong {
  font-family: 'Arvo', serif;
  font-size: 1.8em;
  padding: 0 4px;
}

section#six-legislatorListBox .row {
  width: 100%;
}

section#six-legislatorListBox>.heading~.content.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media (min-width: 768px) {
  section#six-legislatorListBox>.heading~.content.row>.col-xs-4.col-sm-3.col-md-3.col-lg-15 {
    width: 24.8% !important;
  }

  section#six-legislatorListBox>.heading~.content.row>.col-xs-4.col-sm-3.col-md-3.col-lg-4 {
    width: 33% !important;
  }
}

@media (max-width: 767px) {
  section#six-legislatorListBox>.heading~.content.row>.col-xs-4.col-sm-3.col-md-3.col-lg-15 {
    width: 33% !important;
  }

  section#six-legislatorListBox>.heading~.content.row>.col-xs-4.col-sm-3.col-md-3.col-lg-4 {
    width: 33% !important;
  }
}

section#six-legislatorListBox .search-result {
  margin-top: -12px;
  text-align: right;
}

section#six-legislatorListBox .search-result small {
  font-size: .9em;
  text-align: right;
  color: #888888;
  letter-spacing: .1em;
  margin-top: 5px;
}

section#six-legislatorListBox .search-result.leave {
  width: 100%;
  margin-top: 15px;
  border-top: 1px dashed #a68b63;
}

section#six-legislatorListBox>.content {
  padding-top: 15px;
}

section#six-legislatorListBox>.content [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

section#six-legislatorListBox .alert.grey {
  width: 100%;
  background-color: #eeeeee;
  padding: 6px;
  margin-bottom: 5px;
}

section.six-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 100%;
}

section.six-pagination>* {
  margin: 0;
  display: inline-block;
}

section.six-pagination a>*:first-child i.fa {
  margin-right: .4em;
}

section.six-pagination a>*:last-child i.fa {
  margin-left: .4em;
}

section.six-pagination ul.pagination>li>a,
section.six-pagination ul.pagination>li>span {
  color: #b9944c;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 6px 8px;
  font-size: 0.95em;
}

section.six-pagination ul.pagination>li>a:hover,
section.six-pagination ul.pagination>li>a:focus,
section.six-pagination ul.pagination>li>span:hover,
section.six-pagination ul.pagination>li>span:focus {
  color: #b9944c;
  background-color: #eeeeee;
  border-color: #dddddd;
}

section.six-pagination ul.pagination>li.active>a,
section.six-pagination ul.pagination>li.active>span,
section.six-pagination ul.pagination>li.active>a:hover,
section.six-pagination ul.pagination>li.active>span:hover,
section.six-pagination ul.pagination>li.active>a:focus,
section.six-pagination ul.pagination>li.active>span:focus {
  background-color: #f2edd7;
}

section.six-pagination ul.pagination>li.prev a,
section.six-pagination ul.pagination>li.next a,
section.six-pagination ul.pagination>li.list a {
  background-color: #b9944c;
  border-color: #b9944c;
  color: #ffffff;
}

section.six-pagination ul.pagination>li.prev a:hover,
section.six-pagination ul.pagination>li.prev a:focus,
section.six-pagination ul.pagination>li.next a:hover,
section.six-pagination ul.pagination>li.next a:focus,
section.six-pagination ul.pagination>li.list a:hover,
section.six-pagination ul.pagination>li.list a:focus {
  background-color: #c6a461 !important;
  border-color: #b9944c;
  color: #ffffff;
}

section.six-pagination .extra {
  padding-left: 8px;
}

section.six-pagination .extra>* {
  float: left;
}

section.six-pagination .extra .input {
  border-radius: 4px;
  border: 1px solid #dddddd;
}

section.six-pagination .extra .input[type*='number'] {
  text-align: center;
  margin: 0 4px;
  height: 32px;
  width: 42px;
}

section.six-pagination .extra .text {
  font-size: .8em;
  color: #aaaaaa;
}

section.six-pagination .extra .text span {
  font-size: 1.2em;
}

section.six-pagination .extra>button,
section.six-pagination .extra>a {
  margin-left: 8px;
  padding: 5px 15px;
  background-color: #b9944c;
  border-color: #b9944c;
  color: #ffffff;
}

section.six-pagination .extra>button:hover,
section.six-pagination .extra>button:focus,
section.six-pagination .extra>a:hover,
section.six-pagination .extra>a:focus {
  background-color: #c6a461 !important;
  border-color: #b9944c;
  color: #ffffff;
}

@media (max-width: 768px) {
  section.six-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.six-pagination>ul.pagination {
    margin-bottom: 10px;
  }

  section.six-pagination>ul.pagination>li>a,
  section.six-pagination>ul.pagination>li>span {
    padding: 9px 8px;
  }

  section.six-pagination .extra .input[type*='number'] {
    margin: 0 4px;
    height: 42px;
  }

  section.six-pagination .extra .text {
    padding: 9px 1px;
  }

  section.six-pagination .extra>button,
  section.six-pagination .extra>a {
    padding: 10px 15px;
  }
}

@media (min-width: 1200px) {
  section.six-pagination {
    margin-top: 30px;
  }
}

section.six-section+section.six-pagination {
  margin-top: 1em;
}

section.six-sitemapBox .well~div {
  padding: 0;
  margin: 0;
}

section.six-sitemapBox .well~div>ul {
  padding: 0;
  margin: 0;
}

section.six-sitemapBox .well~div>ul>li {
  display: inline-block;
  padding: 0 15px 30px 0;
  vertical-align: top;
}

section.six-sitemapBox .well~div>ul>li>a {
  font-weight: bold;
  font-size: 1.2em;
}

section.six-sitemapBox .well~div>ul>li>a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  background-color: #c3a30a;
  margin-right: 5px;
}

section.six-sitemapBox .well~div>ul>li ul {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #c3a30a;
}

section.six-sitemapBox .well~div>ul>li ul>li,
section.six-sitemapBox .well~div>ul>li ul li li {
  padding-bottom: 3px;
}

section.six-sitemapBox .well~div>ul li a:before {
  content: attr(data-id);
  background-color: #c3a30a;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding: 1px 4px;
  color: #fff;
  margin-right: 3px;
}

section.six-accounts .form {
  border: 1px solid rgba(195, 163, 10, 0.3);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 20px 40px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

section.six-accounts .form:hover {
  -webkit-box-shadow: 0 0 15px rgba(215, 179, 1, 0.8);
  box-shadow: 0 0 15px rgba(215, 179, 1, 0.8);
}

section.six-accounts .form>.row {
  max-width: 400px;
  margin-left: auto !important;
  margin-right: auto !important;
}

section.six-accounts .form>.row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

section.six-accounts .form>.row [class^="col-"].form-control-static {
  padding: 0;
  color: #222222;
  font-size: .8em;
  min-height: 0;
  line-height: 1.2em;
  text-align: left !important;
}

@media (max-width: 768px) {
  section.six-accounts .form>.row [class^="col-"] {
    width: 100%;
  }
}

section.six-accounts .form .row:first-child [class^="col-"]:first-child {
  text-align: center;
  padding-top: 0;
}

section.six-accounts hr {
  position: relative;
  border-color: #bbbbbb;
  max-width: 400px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

section.six-accounts hr:before {
  position: absolute;
  content: "or";
  left: 50%;
  top: -18px;
  margin-left: -30px;
  width: 60px;
  line-height: 30px;
  color: #999999;
  font-size: .85em;
  text-align: center;
  background-color: #ffffff;
}

section.six-accounts .checkbox {
  padding-left: 20px;
}

section.six-accounts .checkbox label {
  color: #999999;
  font-size: .85em;
}

section.six-accounts .checkbox label:after {
  height: auto;
}

section.six-accounts h4 {
  line-height: 1.6em;
  text-align: left !important;
}

section.six-accounts .input-group .input-group-addon {
  width: 50px;
  color: #ffffff;
  background-color: #b9944c;
}

section.six-accounts .input-group.codeimg {
  height: 34px;
}

section.six-accounts .input-group.codeimg .input-group-addon {
  display: block;
  float: left;
  height: 34px;
  padding-top: 11px;
}

section.six-accounts .input-group.codeimg .form-control-static {
  padding: 0;
  height: 100%;
}

section.six-accounts .input-group.codeimg .form-control-static img {
  float: left;
  height: 34px;
}

section.six-accounts a.btn-facebook,
section.six-accounts input.btn-facebook {
  background-color: #3b5998;
  color: #ffffff;
}

section.six-accounts a.btn-facebook i,
section.six-accounts input.btn-facebook i {
  margin-right: 5px;
  font-size: 1.2em;
}

section.six-accounts a.btn-facebook:hover,
section.six-accounts input.btn-facebook:hover {
  background-color: #6d84b4;
}

section.six-accounts a.btn-google,
section.six-accounts input.btn-google {
  background-color: #dd4b39;
  color: #ffffff;
}

section.six-accounts a.btn-google i,
section.six-accounts input.btn-google i {
  margin-right: 5px;
  font-size: 1.2em;
}

section.six-accounts a.btn-google:hover,
section.six-accounts input.btn-google:hover {
  background-color: #e56555;
}

section.six-accounts a.btn-yahoo,
section.six-accounts input.btn-yahoo {
  background-color: #430297;
  color: #ffffff;
}

section.six-accounts a.btn-yahoo i,
section.six-accounts input.btn-yahoo i {
  margin-right: 5px;
  font-size: 1.2em;
}

section.six-accounts a.btn-yahoo:hover,
section.six-accounts input.btn-yahoo:hover {
  background-color: #6528b5;
}

section.six-accounts .smalllink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #999999;
  font-size: .85em;
}

section.six-charts {
  min-height: 500px;
}

section.six-charts>[id^="flot"] {
  margin: 30px auto;
}

section.six-charts.organization .unit {
  display: inline-block;
}

section.six-charts.organization .name {
  position: relative;
  padding: 5px 20px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.2em;
  border-radius: 20px;
}

section.six-charts.organization li {
  padding: 0;
}

section.six-charts.organization .info {
  font-size: .87em;
  line-height: 1.4em;
  padding: 5px 8px;
  text-align: left;
}

section.six-charts.organization .info li {
  margin-bottom: 8px;
}

section.six-charts.organization .info.counter {
  counter-reset: section;
}

section.six-charts.organization .info.counter li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

section.six-charts.organization .six-content {
  display: block;
}

@media (min-width: 990px) {
  section.six-charts.organization .six-content.breadth .content>ul>li>.unit {
    max-width: 240px;
  }

  section.six-charts.organization .six-content.breadth .content>ul>li>.unit .name:before {
    position: absolute;
    display: inline-block;
    content: "";
    height: 25px;
    width: 1px;
    top: -25px;
    left: 50%;
  }

  section.six-charts.organization .six-content.breadth .content>ul>li:first-child:after {
    left: 123px;
    width: 123px;
  }

  section.six-charts.organization .six-content.breadth .content>ul>li:last-child:after {
    width: 124px;
    left: 0;
  }
}

section.six-charts.organization .six-content.more {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

section.six-charts.organization .six-content.more .head .unit .name {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

section.six-charts.organization .six-content.more .head .unit .name:before {
  height: 25px;
  width: 1px;
  bottom: -25px;
  left: 30px;
}

section.six-charts.organization .six-content.more .content>ul {
  display: block;
}

section.six-charts.organization .six-content.more .content>ul>li {
  display: block;
  width: 100%;
  padding-left: 45px;
  text-align: left;
}

section.six-charts.organization .six-content.more .content>ul>li:after {
  height: 100%;
  width: 1px;
  max-width: 1px;
  top: 0;
  left: 30px;
}

section.six-charts.organization .six-content.more .content>ul>li:first-child:after {
  width: 1px;
  left: 30px;
}

section.six-charts.organization .six-content.more .content>ul>li:last-child:after {
  width: 1px;
  left: 30px;
  height: 36px;
}

section.six-charts.organization .six-content.more .content>ul>li>.unit {
  margin-top: 15px;
  padding-left: 45px;
  width: 100%;
  max-width: 100%;
  padding: 6px;
}

section.six-charts.organization .six-content.more .content>ul>li>.unit .name {
  padding-top: 5px;
  padding-bottom: 5px;
}

section.six-charts.organization .six-content.more .content>ul>li>.unit .name:before {
  height: 1px;
  width: 21px;
  top: 15px;
  left: -21px;
}

section.six-charts.organization .head {
  width: 100%;
  text-align: center;
}

section.six-charts.organization .head>.unit {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: block;
}

section.six-charts.organization .head>.unit .name {
  display: inline-block;
  background-color: #00806a;
  color: #ffffff;
}

section.six-charts.organization .head>.unit .name:before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 25px;
  width: 1px;
  bottom: -25px;
  left: 50%;
  background-color: #00806a;
}

@media (max-width: 490px) {
  section.six-charts.organization .head>.unit .name {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  section.six-charts.organization .head>.unit .name:before {
    height: 25px;
    width: 1px;
    bottom: -25px;
    left: 30px;
  }
}

section.six-charts.organization .content {
  width: 100%;
  text-align: center;
}

section.six-charts.organization .content>ul {
  display: inline-block;
  padding-top: 0;
}

section.six-charts.organization .content>ul>li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 3px;
}

section.six-charts.organization .content>ul>li:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00806a;
}

section.six-charts.organization .content>ul>li>.unit {
  margin-top: 20px;
  max-width: 130px;
  padding: 6px;
  background-color: #ebe4d8;
  border-radius: 20px;
}

section.six-charts.organization .content>ul>li>.unit .name {
  color: #005b4a;
  background-color: #96d0c3;
  padding-top: 5px;
  padding-bottom: 5px;
}

section.six-charts.organization .content>ul>li>.unit .name:before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 25px;
  width: 1px;
  top: -25px;
  left: 50%;
  background-color: #00806a;
}

section.six-charts.organization .content>ul>li:first-child:after {
  position: absolute;
  display: inline-block;
  width: 70px;
  left: 68px;
}

section.six-charts.organization .content>ul>li:last-child:after {
  position: absolute;
  display: inline-block;
  width: 69px;
  left: 0;
}

@media (max-width: 490px) {
  section.six-charts.organization .content>ul {
    display: block;
  }

  section.six-charts.organization .content>ul>li {
    display: block;
    width: 100%;
    padding-left: 45px;
    text-align: left;
  }

  section.six-charts.organization .content>ul>li:after {
    height: 100%;
    width: 1px;
    max-width: 1px;
    top: 0;
    left: 30px;
  }

  section.six-charts.organization .content>ul>li:first-child:after {
    width: 1px;
    left: 30px;
  }

  section.six-charts.organization .content>ul>li:last-child:after {
    width: 1px;
    left: 30px;
    height: 36px;
  }

  section.six-charts.organization .content>ul>li>.unit {
    margin-top: 15px;
    padding-left: 45px;
    width: 100%;
    max-width: 100%;
    padding: 6px;
  }

  section.six-charts.organization .content>ul>li>.unit .name {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  section.six-charts.organization .content>ul>li>.unit .name:before {
    height: 1px;
    width: 21px;
    top: 15px;
    left: -21px;
  }
}

section.six-channelAD {
  display: block;
  margin: -15px;
}

section.six-channelAD>.inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  border-bottom: 4px solid #d7b301;
}

section.six-channelAD>.inner:hover .channel-bg {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

section.six-channelAD .inner>.channel-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

section.six-channelAD .inner>.channel-bg .thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 0;
}

section.six-channelAD .inner>a {
  padding: 0;
  margin: 0;
  display: block;
}

section.six-channelAD .inner>a .content {
  position: absolute;
  top: 150px;
  z-index: 1;
  width: 100%;
  padding: 1.875em 0;
  background-color: transparent;
  background-image: url("../images/lightLIne.png"), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2));
  background-repeat: no-repeat;
  background-position: 100% 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.175);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

section.six-channelAD .inner>a .content h1.title {
  font-size: 4em;
  font-weight: 900;
  letter-spacing: .3em;
  text-indent: .2em;
  margin-bottom: 10px;
  background-image: -webkit-linear-gradient(top, #fff, #ecc4b5);
  background-image: -moz-linear-gradient(top, #fff, #ecc4b5);
  background-image: -o-linear-gradient(top, #fff, #ecc4b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.175);
}

section.six-channelAD .inner>a .content .subtitle {
  font-size: 2.2em;
  font-weight: 900;
  letter-spacing: .55em;
  text-indent: .5em;
  margin-bottom: 10px;
  background-image: -webkit-linear-gradient(top, #fff, #ecc4b5);
  background-image: -moz-linear-gradient(top, #fff, #ecc4b5);
  background-image: -o-linear-gradient(top, #fff, #ecc4b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.175);
}

section.six-channelAD .inner>a .content .summary {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 18px;
  color: #fffefd;
  text-shadow: 0 2px 10px rgba(164, 84, 84, 0.5);
}

section.six-channelAD .inner>a .content .channelText {
  font-size: 1.4em;
  letter-spacing: .1em;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(164, 84, 84, 0.5);
  color: #fffefd;
}

section.six-channelAD .inner>a .content .channelText>mark {
  font-size: 1.55em;
  padding: 0px 8px;
  font-weight: 600;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #900, #d00);
  background-image: -moz-linear-gradient(top, #900, #d00);
  background-image: -ms-linear-gradient(top, #900, #d00);
  background-image: -o-linear-gradient(top, #900, #d00);
  background-image: -webkit-gradient(linear, left top, right top, from(#900), to(#d00));
  background-image: -webkit-linear-gradient(left, #900, #d00);
  background-image: -o-linear-gradient(left, #900, #d00);
  background-image: linear-gradient(to right, #900, #d00);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#900', EndColorStr='#d00')";
  border-radius: 5px;
  color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(100, 100, 100, 0.5);
  box-shadow: 0 5px 10px rgba(100, 100, 100, 0.5);
}

@media (max-width: 768px) {
  section.six-channelAD {
    margin: -8px;
  }
}

section#six-formBox,
section.six-formBox {
  background-repeat: no-repeat;
  background-position: 104% 50%;
  background-color: rgba(242, 237, 215, 0.5);
  background-size: 150px;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: .85em;
}

section#six-formBox.offbg,
section.six-formBox.offbg {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

section#six-formBox .row>[class^='col-'],
section.six-formBox .row>[class^='col-'] {
  padding: 0;
}

section#six-formBox a.btn,
section.six-formBox a.btn {
  margin: 5px;
}

section#six-formBox label,
section.six-formBox label {
  font-weight: normal;
}

section#six-formBox span.btn.btn-info,
section.six-formBox span.btn.btn-info {
  margin-left: 4px;
}

section#six-formBox.pending-case-query form,
section.six-formBox.pending-case-query form {
  padding: 8px;
}

section#six-formBox.pending-case-query form>label,
section.six-formBox.pending-case-query form>label {
  display: block;
  margin-top: 8px;
}

section#six-formBox.pending-case-query form>.row:nth-child(2),
section.six-formBox.pending-case-query form>.row:nth-child(2) {
  padding-bottom: 0;
  padding-left: 15px;
}

section#six-formBox.pending-case-query form>.row:nth-child(2)>[class^="col-"],
section.six-formBox.pending-case-query form>.row:nth-child(2)>[class^="col-"] {
  padding: 0;
  width: 23%;
}

section#six-formBox.pending-case-query form>.row:nth-child(2) [class^="col-"]:nth-child(8),
section.six-formBox.pending-case-query form>.row:nth-child(2) [class^="col-"]:nth-child(8) {
  width: 31%;
}

section#six-formBox.pending-case-query form>.row:nth-child(2)>[class^="col-"] .input-group-addon,
section#six-formBox.pending-case-query form>.row:nth-child(2)>[class^="col-"] .input-group-btn,
section.six-formBox.pending-case-query form>.row:nth-child(2)>[class^="col-"] .input-group-addon,
section.six-formBox.pending-case-query form>.row:nth-child(2)>[class^="col-"] .input-group-btn {
  width: auto;
}

section#six-formBox.pending-case-query form>.row:nth-child(2)>[class^="col-"] button.dropdown-toggl,
section.six-formBox.pending-case-query form>.row:nth-child(2)>[class^="col-"] button.dropdown-toggl {
  width: auto;
}

section#six-formBox.pending-case-query2 form,
section.six-formBox.pending-case-query2 form {
  padding: 8px;
  padding-right: 130px;
}

section#six-formBox.pending-case-query2 form>label,
section.six-formBox.pending-case-query2 form>label {
  display: block;
  margin-top: 8px;
}

section#six-formBox.pending-case-query2 form>.row:nth-child(2),
section.six-formBox.pending-case-query2 form>.row:nth-child(2) {
  padding-bottom: 0;
  padding-left: 15px;
}

section#six-formBox.pending-case-query2 form>.row:nth-child(2)>[class^="col-"],
section.six-formBox.pending-case-query2 form>.row:nth-child(2)>[class^="col-"] {
  padding: 0;
  width: 23%;
}

section#six-formBox.pending-case-query2 form>.row:nth-child(2) [class^="col-"]:nth-child(8),
section.six-formBox.pending-case-query2 form>.row:nth-child(2) [class^="col-"]:nth-child(8) {
  width: 31%;
}

section#six-formBox.pending-case-query2 form>.row:nth-child(2)>[class^="col-"] .input-group-addon,
section#six-formBox.pending-case-query2 form>.row:nth-child(2)>[class^="col-"] .input-group-btn,
section.six-formBox.pending-case-query2 form>.row:nth-child(2)>[class^="col-"] .input-group-addon,
section.six-formBox.pending-case-query2 form>.row:nth-child(2)>[class^="col-"] .input-group-btn {
  width: auto;
}

section#six-formBox.pending-case-query2 form>.row:nth-child(2)>[class^="col-"] button.dropdown-toggl,
section.six-formBox.pending-case-query2 form>.row:nth-child(2)>[class^="col-"] button.dropdown-toggl {
  width: auto;
}

section#six-formBox.gazette-search,
section.six-formBox.gazette-search {
  background-image: none;
  padding-top: 10px;
}

section#six-formBox.gazette-search form,
section.six-formBox.gazette-search form {
  padding: 8px;
  padding-right: 10px;
}

section#six-formBox.gazette-search form label,
section.six-formBox.gazette-search form label {
  padding: 0;
}

section#six-formBox.gazette-search form label+[class^="col-"],
section.six-formBox.gazette-search form label+[class^="col-"] {
  padding-left: 5px;
  padding-right: 10px;
}

section#six-formBox.search1,
section#six-formBox.search2,
section.six-formBox.search1,
section.six-formBox.search2 {
  background-image: none;
  padding-top: 10px;
}

section#six-formBox.search1 form,
section#six-formBox.search2 form,
section.six-formBox.search1 form,
section.six-formBox.search2 form {
  padding: 8px;
  padding-right: 10px;
}

section#six-formBox.search1 form label,
section#six-formBox.search2 form label,
section.six-formBox.search1 form label,
section.six-formBox.search2 form label {
  padding: 0;
}

section#six-formBox.search1 form label+[class^="col-"],
section#six-formBox.search2 form label+[class^="col-"],
section.six-formBox.search1 form label+[class^="col-"],
section.six-formBox.search2 form label+[class^="col-"] {
  padding-left: 5px;
  padding-right: 10px;
}

#six-article .six-heading {
  min-height: 52px;
}

@media (max-width: 490px) {
  #six-article .six-heading {
    background-image: none;
  }

  #six-article .six-heading a.btn {
    display: none;
  }
}

#six-article .six-heading a.btn:hover {
  background-image: -webkit-linear-gradient(top, #c3a30a, #b89906);
  background-image: -moz-linear-gradient(top, #c3a30a, #b89906);
  background-image: -ms-linear-gradient(top, #c3a30a, #b89906);
  background-image: -o-linear-gradient(top, #c3a30a, #b89906);
  background-image: -webkit-gradient(linear, left top, right top, from(#c3a30a), to(#b89906));
  background-image: -webkit-linear-gradient(left, #c3a30a, #b89906);
  background-image: -o-linear-gradient(left, #c3a30a, #b89906);
  background-image: linear-gradient(to right, #c3a30a, #b89906);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c3a30a', EndColorStr='#b89906')";
}

#six-article .six-date {
  color: #b89906;
  border-bottom: 1px dashed #cccccc;
  text-align: right;
  padding: 2px 5px 2px 0;
  margin-bottom: 15px;
}

#six-article .six-heading+.six-date {
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

#six-article.list .six-heading a.btn {
  width: auto;
  border-radius: 23px;
}

#six-article.list .six-heading a.btn>span {
  font-size: 1.15em;
}

#six-article.list ul.list-group.newsType3>li>a {
  background-color: transparent;
  border-bottom: 1px dashed #c3a30a;
}

#six-article.list ul.list-group.newsType3>li>a .user {
  display: inline-block;
  background-color: #a78307;
  border-radius: 3px;
  padding: 0 8px;
  font-weight: normal;
  font-size: 75%;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}

#six-article.list ul.list-group.newsType3>li>a .view {
  display: inline-block;
  float: right;
  color: #a78307;
}

#six-article.list ul.list-group.newsType3>li>a .view:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 4px;
}

#six-article.list ul.list-group.newsType3>li>a:hover {
  background-color: #ffd100;
}

#six-member-message .alert {
  margin-bottom: 8px;
}

#six-member-message .six-heading {
  height: 52px;
}

#six-member-message .six-heading a.btn:hover {
  background-image: -webkit-linear-gradient(top, #c3a30a, #b89906);
  background-image: -moz-linear-gradient(top, #c3a30a, #b89906);
  background-image: -ms-linear-gradient(top, #c3a30a, #b89906);
  background-image: -o-linear-gradient(top, #c3a30a, #b89906);
  background-image: -webkit-gradient(linear, left top, right top, from(#c3a30a), to(#b89906));
  background-image: -webkit-linear-gradient(left, #c3a30a, #b89906);
  background-image: -o-linear-gradient(left, #c3a30a, #b89906);
  background-image: linear-gradient(to right, #c3a30a, #b89906);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c3a30a', EndColorStr='#b89906')";
}

#six-member-message .six-date {
  color: #b89906;
  border-bottom: 1px dashed #cccccc;
  text-align: right;
  padding: 2px 5px 2px 0;
  margin-bottom: 15px;
}

#six-member-message .six-heading+.six-date {
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

#six-member-message.post .row {
  padding: 3px 0;
}

#six-member-message.list .six-heading a.btn {
  width: auto;
  border-radius: 23px;
}

#six-member-message.list .six-heading a.btn>span {
  font-size: 1.15em;
}

#six-member-message.list ul.list-group.newsType3 li>a {
  background-color: transparent;
  border-radius: 3px;
  padding: 4px;
}

#six-member-message.list ul.list-group.newsType3 li>a .date {
  position: absolute;
  top: 0;
  padding: 0 5px;
}

#six-member-message.list ul.list-group.newsType3 li>a .heading {
  padding: 30px 0 4px 15px;
  width: 100%;
  display: block;
}

#six-member-message.list ul.list-group.newsType3 li>a .user {
  position: absolute;
  top: 4px;
  left: 120px;
  display: inline-block;
  background-color: #a78307;
  border-radius: 3px;
  padding: 0 10px;
  font-weight: normal;
  font-size: 75%;
  color: #ffffff;
  line-height: 1.7rem;
}

#six-member-message.list ul.list-group.newsType3 li>a .view {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  text-align: right;
  font-size: .9rem;
  color: #a78307;
  padding-right: 1rem;
}

#six-member-message.list ul.list-group.newsType3 li>a .view:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 4px;
}

#six-member-message.list ul.list-group.newsType3 li>a:hover {
  background-color: rgba(167, 131, 7, 0.3);
}

#six-member-news .six-heading {
  height: 52px;
  color: #889f0a;
  background-color: #9bbc2a;
  background-position: 100% .3em;
}

#six-member-news .six-heading a.btn {
  background-image: -webkit-linear-gradient(top, #95b721, #9aa800);
  background-image: -moz-linear-gradient(top, #95b721, #9aa800);
  background-image: -ms-linear-gradient(top, #95b721, #9aa800);
  background-image: -o-linear-gradient(top, #95b721, #9aa800);
  background-image: -webkit-gradient(linear, left top, right top, from(#95b721), to(#9aa800));
  background-image: -webkit-linear-gradient(left, #95b721, #9aa800);
  background-image: -o-linear-gradient(left, #95b721, #9aa800);
  background-image: linear-gradient(to right, #95b721, #9aa800);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#95b721', EndColorStr='#9aa800')";
}

#six-member-news .six-heading a.btn:hover {
  background-image: -webkit-linear-gradient(top, #9aa800, #8f9c01);
  background-image: -moz-linear-gradient(top, #9aa800, #8f9c01);
  background-image: -ms-linear-gradient(top, #9aa800, #8f9c01);
  background-image: -o-linear-gradient(top, #9aa800, #8f9c01);
  background-image: -webkit-gradient(linear, left top, right top, from(#9aa800), to(#8f9c01));
  background-image: -webkit-linear-gradient(left, #9aa800, #8f9c01);
  background-image: -o-linear-gradient(left, #9aa800, #8f9c01);
  background-image: linear-gradient(to right, #9aa800, #8f9c01);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9aa800', EndColorStr='#8f9c01')";
}

#six-member-news .six-date {
  color: #889f0a;
  border-bottom: 1px dashed #cccccc;
  text-align: right;
  padding: 2px 5px 2px 0;
  margin-bottom: 15px;
}

#six-member-news .six-heading+.six-date {
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

#six-member-news.list ul.list-group.newsType2>li>a {
  background-color: transparent;
  border-bottom: 1px dashed #9aa800;
}

#six-member-news.list ul.list-group.newsType2>li>a .view {
  display: inline-block;
  float: right;
  color: #889f0a;
}

#six-member-news.list ul.list-group.newsType2>li>a .view:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 4px;
}

#six-member-news.list ul.list-group.newsType2>li>a:hover {
  background-color: #9bbc2a;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  text-align: center;
}

@media (max-width: 990px) {
  #six-container .container.no-padding .row>div {
    padding: 0;
  }

  #six-container .container.no-padding>.row {
    margin: 0;
  }
}

/* :-ms-lang(x),
section#six-futureMeetingBox > .row > div.col-md-4 {
    width: 33.33333333%;
}
section#six-futureMeetingBox > .row > div.col-md-7 {
    width: 58.33333333%;
}
section#six-futureMeetingBox > .row > div.btnBox {
    width: 8.33333333%;
} */
/* 
#six-futureMeetingBox > .row {
  position:relative;
  &:after {
    display:block;
    position:absolute;
    width: calc( 91.666666% - 22px  );
    height:100%;
    content:"";
    border: solid 1px red;
    top:0;
    left:0;
    z-index:0;
  }
}
 */
/* -----------------------IE10 IE11---------------------------------------- */
@media screen and (-ms-high-contrast: active) and (min-width: 768px),
(-ms-high-contrast: none) and (min-width: 768px) {
  section#six-futureMeetingBox>.row>div.col-md-4 {
    width: 33.33333333%;
  }

  section#six-futureMeetingBox>.row>div.btnBox {
    width: 8.33333333%;
    height: 407px !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #six-futureMeetingBox>.row {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* &:after {
      display: block;
      position: absolute;
      width: calc( 91.666666% - 21px);
      height: calc( 100% + 1px );
      content: "";
      border: solid 1px red;
      top: 0;
      left: 0;
      background: transparent;
      z-index: 0;
  } */
  }

  #meetinglist {
    max-height: 361px !important;
  }

  #meetinglist .list-group.newsType1 {
    min-height: 340px;
  }

  /* .xdsoft_calendar:after {
  clear: both;
}
section#six-futureMeetingBox > .row > [class*='col-'] .dateTime {
  display:block;
} */
  .xdsoft_datetimepicker .xdsoft_calendar td,
  .xdsoft_datetimepicker .xdsoft_calendar th {
    background-color: transparent;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td {
    background-color: transparent;
  }

  table::after,
  tbody::after {
    clear: both;
    content: "";
    display: table;
  }

  section#six-newsBox ul.nav-tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* -----------------------IE10 IE11---------------------------------------- */
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th {
  text-indent: -99999px;
  position: relative;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:before {
  font-size: 1em;
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  text-indent: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(1):before {
  content: "日";
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(2):before {
  content: "一";
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(3):before {
  content: "二";
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(4):before {
  content: "三";
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(5):before {
  content: "四";
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(6):before {
  content: "五";
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(7):before {
  content: "六";
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(1),
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(7),
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td:nth-child(1),
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td:nth-child(7) {
  color: red !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(1) a,
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table thead>tr th:nth-child(7) a,
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td:nth-child(1) a,
.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar table tbody>tr td:nth-child(7) a {
  color: #f44336 !important;
}

.dropdown-menu.open {
  z-index: 1000000;
}

.focusME .owl-stage {
  width: 100% !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.focusME .owl-stage .owl-item {
  width: 18% !important;
  height: 110px !important;
  display: block !important;
  float: left !important;
  margin: 10px 5px 0 10px !important;
}

.focusME .owl-stage .owl-item.cloned {
  display: none !important;
}

.focusME .owl-stage .owl-item a {
  display: inline-block !important;
  height: auto !important;
}

.focusME .owl-stage .owl-item a img {
  width: 100% !important;
  height: auto !important;
}

.panel-heading.download .job {
  float: right;
  margin-bottom: 0;
  margin-top: -5px;
}

.panel-heading.download~.panel-body .header {
  border-bottom: solid 1px #a97720 !important;
  background-color: #d5b201 !important;
}

.panel-heading.download~.panel-body .header:hover {
  background-color: #d5b201 !important;
}

@media (min-width: 768px) {
  .form-group .col-xs-2.control-label+.col-xs-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*新聞訊息 輪播圖*/
.img-carousel-wrap .img-carousel {
  width: 90%;
  margin: 0 auto; }
  .img-carousel-wrap .img-carousel::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both; }
  .img-carousel-wrap .img-carousel .item a {
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
    overflow: hidden;
    position: relative; }
    .img-carousel-wrap .img-carousel .item a img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
  .img-carousel-wrap .img-carousel .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .img-carousel-wrap .img-carousel .owl-nav .owl-prev, .img-carousel-wrap .img-carousel .owl-nav .owl-next {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      font-size: 23px;
      padding-top: 6px;
      opacity: .5;
      color: #aaaaaa;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      background-color: transparent;
      position: absolute;
      top: -20px; }
      .img-carousel-wrap .img-carousel .owl-nav .owl-prev:hover, .img-carousel-wrap .img-carousel .owl-nav .owl-next:hover {
        opacity: 1;
        color: #ffffff;
        background-color: #b89906; }
    .img-carousel-wrap .img-carousel .owl-nav .owl-prev {
      left: -50px; }
      .img-carousel-wrap .img-carousel .owl-nav .owl-prev:hover {
        left: -55px; }
    .img-carousel-wrap .img-carousel .owl-nav .owl-next {
      right: -50px; }
      .img-carousel-wrap .img-carousel .owl-nav .owl-next:hover {
        right: -55px; }

.img-carousel-wrap .owl-stage-outer.focus_owl .owl-item {
  width: calc(33.3333% - 20px) !important;
  margin: 0 10px; }
  .img-carousel-wrap .owl-stage-outer.focus_owl .owl-item a:focus {
    outline: 1px solid #00BCD4 !important;
    outline-offset: 1px; }

.img-carousel-wrap .owl-stage-outer.focus_owl + .owl-nav {
  display: none; }

.img-carousel-wrap .thumb-carousel {
  margin-top: 20px;
  position: relative; }
  .img-carousel-wrap .thumb-carousel .current .thumb {
    opacity: 1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5); }
  .img-carousel-wrap .thumb-carousel .thumb {
    width: calc(100% - 20px);
    height: 0;
    padding-bottom: 56.66%;
    margin: 0 10px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .img-carousel-wrap .thumb-carousel .thumb img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
  .img-carousel-wrap .thumb-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
    .img-carousel-wrap .thumb-carousel .owl-nav .disabled {
      opacity: 0; }
    .img-carousel-wrap .thumb-carousel .owl-nav .owl-prev, .img-carousel-wrap .thumb-carousel .owl-nav .owl-next {
      height: 100%;
      margin: 0;
      padding: 4px 10px;
      border-radius: 0;
      position: absolute;
      top: 0;
      pointer-events: auto; }
      .img-carousel-wrap .thumb-carousel .owl-nav .owl-prev i.fa, .img-carousel-wrap .thumb-carousel .owl-nav .owl-next i.fa {
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .img-carousel-wrap .thumb-carousel .owl-nav .owl-prev {
      left: 0; }
    .img-carousel-wrap .thumb-carousel .owl-nav .owl-next {
      right: 0; }
/* // http://www.w3.org/TR/css3-animations/#the-animation-name-property-
// Each of these mixins support comma separated lists of values, which allows different transitions for individual properties to be described in a single style rule. Each value in the list corresponds to the value at that same position in the other properties.
 */
.bg-afa5 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em;
}

.six-newsBoxTypeA a[href$=".file"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".file"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/file.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".jpg"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".jpg"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/jpg.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".doc"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".doc"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/doc.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".docx"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".docx"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/docx.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".ods"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".ods"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/ods.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".odt"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".odt"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/odt.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".pdf"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".pdf"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/pdf.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".png"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".png"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/png.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".rar"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".rar"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/rar.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".txt"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".txt"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/txt.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".xls"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".xls"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/xls.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".xlsx"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".xlsx"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/xlsx.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.six-newsBoxTypeA a[href$=".zip"] {
  margin-right: 1.8em;
  position: relative;
  line-height: 2em;
  top: -.3em;
}

.six-newsBoxTypeA a[href$=".zip"]:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  position: relative;
  top: 0.3em;
  background-image: url(../images/icon/zip.svg);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

section.con_data {
  padding: 1em;
  padding-bottom: 2em;
  font-size: 1.025em;
}

section.con_data p {
  font-size: 1.05em;
  width: 100%;
  line-height: 2em;
  text-indent: 2em;
}

section.con_data small {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
  line-height: 2em;
  color: #555555;
  font-size: 0.9em;
  padding-right: 0em;
  border-bottom: dashed 1px #b89906;
}

section.con_data ul {
  padding-top: 1em;
}

section.con_data ul li {
  padding-left: 2em;
}

section.con_data ul li ul {
  padding-top: 0;
}

section.con_data ul.list_menu {
  width: 100%;
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.con_data ul.list_menu:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

section.con_data ul.list_menu>li {
  float: left;
  display: table;
  width: 49.9%;
  padding: 5px;
}

section.con_data ul.list_menu>li>a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 70px;
  min-height: 70px;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.4em;
  border: 1px solid #e2d4b5;
  border-radius: 35px;
  padding: 5px 10px;
  padding-left: 70px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2edd6), to(#fff));
  background: -webkit-linear-gradient(top, #f2edd6 0%, #fff 100%);
  background: -o-linear-gradient(top, #f2edd6 0%, #fff 100%);
  background: linear-gradient(to bottom, #f2edd6 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: -webkit-linear-gradient(top, #f2edd6, #fff);
}

section.con_data ul.list_menu>li>a:before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: block;
  position: absolute;
  text-align: center;
  color: #b4962c;
  font-size: 1.6em;
  line-height: 1.8em;
  top: 50%;
  margin-top: -26px;
  left: 8px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #b4962c;
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  section.con_data ul.list_menu>li>a:before {
    top: 35px !important;
  }
}

@supports (-ms-accelerator: true) {
  section.con_data ul.list_menu>li>a:before {
    top: 35px !important;
  }
}

section.con_data ul.list_menu>li>a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eef2d7), to(#fff));
  background: -webkit-linear-gradient(top, #eef2d7 0%, #fff 100%);
  background: -o-linear-gradient(top, #eef2d7 0%, #fff 100%);
  background: linear-gradient(to bottom, #eef2d7 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: -webkit-linear-gradient(top, #eef2d7, #fff);
  border-color: #acb358;
  text-decoration: none;
}

section.con_data ul.list_menu>li>a:hover:before {
  color: #fff;
  border: 1px solid #96a400;
  background-color: #96a400;
  text-decoration: none;
}

@media (max-width: 790px) {
  section.con_data ul.list_menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  section.con_data ul.list_menu>li {
    float: left;
    width: 100%;
    padding: 2px 0;
  }

  section.con_data ul.list_menu>li>a {
    min-height: auto;
    font-size: 1.05rem;
    border-radius: 8px;
    padding: 8px;
    padding-left: 40px;
  }

  section.con_data ul.list_menu>li>a:before {
    font-size: 1em;
    line-height: 1.5em;
    top: 50%;
    margin-top: -15px;
    left: 8px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}

section.con_data a.img_data {
  display: inline-block;
  width: 33%;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ccc;
  border: solid 2px #fff;
  color: transparent;
  /* img {
			max-height: 100%;
			max-width: 100%;
		} */
}

@media (max-width: 767px) {
  section.con_data a.img_data {
    width: 100%;
  }
  /*20201105*/
  section.con_data a.img_data:last-child {
    float: none !important;
    }
}

section.con_data .member-title {
  background-color: #ece3d5;
  background-image: url("../images/symbol/symbol-news.svg");
  background-repeat: no-repeat;
  background-size: 5em;
  background-position: 1em 0.8em;
  border-radius: 25px;
  /* width: 100%;
		position: relative;
		margin-bottom: 20px;
		background-repeat:no-repeat;
		background-color:#c6e2d8;
		border-radius:25px; */
  /* &:before {
			content: "";
			position: absolute;
			// width: 100%;
			// bottom: 0em;
			// border-bottom: dashed 1px $colorA2;
			width:10px;
			height:10px;
			left:.5em;
			top:50%;
			margin-top:-5px;
			border-radius:100%;
			background-color:$colorB5;
			z-index: 2;
			box-shadow:0px 0px 2px rgba($colorC0, 0.5);
			// border:solid 1px rgba($colorA1, 0.5);
		} */
}

section.con_data .member-title h3.title {
  font-size: 1.2em;
  line-height: 1.5em;
  display: inline-block;
  padding: 0.6em 1em 0.5em 3.4em;
  color: #775b0f;
  position: relative;
  z-index: 1;
}

section.con_data small b {
  display: inline-block;
  padding-right: 10px;
  color: #a78307;
}

section.con_data small b+b {
  position: relative;
  padding-left: 10px;
}

section.con_data small b+b:before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  border-left: dashed 1px #d7b301;
  position: absolute;
  left: 0px;
  top: 25%;
}

section.con_data .ly-title-icon {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  background-image: url("../images/symbol/symbol-ly.svg");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-color: rgba(198, 226, 216, 0.6);
  background-size: 8em 8em;
  border-radius: 25px;
  font-size: 1.2em;
  line-height: 31px;
  padding: 0.5em 130px 0.5em 60px;
  color: #21513e;
  /* &:before {
    	    content: " > ";
    	    display: inline-block;
    	    position: absolute;
    	    top: 10px;
    	    left: 10px;
    	    width: 30px;
    	    height: 30px;
    	    border-radius: 50%;
    	    background-color: #66b794;
    	    border: solid 4px #fff;
    	    text-align: center;
    	    line-height: 24px;
    	    color: #fff;
    
    } */
}

section.con_data .ly-title-icon a.btn {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #66b794;
  text-align: center;
  line-height: 24px;
  color: #fff;
}

section.con_data .ly-title-icon a.btn i.fa {
  margin-top: .4em;
  font-size: 1.3em;
}
  /* for IE */
section.con_data b.pagetitle {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  background-image: url("../images/symbol/symbol-ly.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0%;
  background-color: rgba(198, 226, 216, 0.6);
  background-size: 8em 8em;
  border-radius: 25px;
  font-size: 1.2em;
  line-height: 31px;
  padding: 0.5em 130px 0.5em 20px;
  color: #21513e;
  margin-bottom: 0.7em;
  font-weight: 300;
} 
/* for IE// */
section.con_data .six-pageFootBox {
  border-top: 1px dashed #a68b63;
  margin-top: 20px;
  padding-top: 4px;
  font-size: 0.9em;
}

section.con_data .data_meeting {
  width: 90%;
  margin-left: 5%;
  position: relative;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  section.con_data .data_meeting {
    width: 100%;
    margin-left: 0%;
    padding: 0;
  }
}

section.con_data .data_meeting h2.title-meeting {
  position: relative;
  text-align: center;
  margin: 15px 0 6px 0;
  padding-bottom: 5px;
  color: #77685c;
}

section.con_data .data_meeting h2.title-meeting:before,
section.con_data .data_meeting h2.title-meeting:after {
  content: "";
  position: absolute;
  width: calc(50% - 3em);
  left: 0;
  top: .5em;
  border-bottom: dashed 1px #b39984;
}

section.con_data .data_meeting h2.title-meeting:after {
  right: 0;
  left: auto;
}

section.con_data .data_meeting a.meeting_img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  left: 10px;
  top: 20px;
}

section.con_data .data_meeting a.meeting_img img {
  width: 100%;
  height: 100%;
}

section.con_data .data_meeting>li.list-group-item {
  font-size: .9em;
  width: auto;
  min-height: 100px;
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-left: 100px;
  margin-bottom: 10px;
  background-color: #fff;
  border: none;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 60px 60px;
}

@media (max-width: 767px) {
  section.con_data .data_meeting>li.list-group-item {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  section.con_data .data_meeting>li.list-group-item {
    background-image: none;
  }
}

@media (max-width: 767px) {
  section.con_data .data_meeting>li.list-group-item {
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  section.con_data .data_meeting>li.list-group-item div {
    text-align: center;
    padding-bottom: 5px;
  }

  section.con_data .data_meeting>li.list-group-item div:nth-last-child(1),
  section.con_data .data_meeting>li.list-group-item div:nth-last-child(2) {
    text-align: left;
  }

  section.con_data .data_meeting>li.list-group-item div:nth-last-child(1) b,
  section.con_data .data_meeting>li.list-group-item div:nth-last-child(2) b {
    text-align: center;
  }

  section.con_data .data_meeting>li.list-group-item div b {
    font-size: 1.1em;
    display: block;
  }
}

section.con_data .data_meeting>li.list-group-item:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

section.con_data .data_meeting>li.list-group-item:nth-child(2n) {
  background-color: #e0e1e2;
}

section.con_data .row.center div img {
  max-width: 100%;
}

section.con_data ul.indentation>li {
  margin-top: 1em;
  padding-left: 4em;
  text-indent: -2em;
  position: relative;
}

section.con_data ul.indentation>li:first-child {
  display: inline;
  padding-left: 0;
  background-color: #7a9001;
  color: #fff;
  padding: .5em 1em .5em 2em;
  border-radius: 1em;
  margin-bottom: 1em;
}

section.con_data ul.indentation>li:first-child:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: .8em;
  left: 1em;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
}

section.con_data ul.indentation>li:nth-child(n+1) {
  margin-top: 1em;
}

section.con_data ul.indentation2,
section.con_data ul.indentation3 {
  font-size: 1.1rem;
  padding-top: 0;
}

section.con_data ul.indentation2 li,
section.con_data ul.indentation3 li {
  text-indent: -1.95em;
  padding-left: 1.95em;
  line-height: 1.6em;
}

section.con_data ul.indentation2 li h1,
section.con_data ul.indentation3 li h1 {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.6em;
  background-color: #ededed;
  color: #6d6b4d;
  padding: .2em 1em .2em 1.5em;
  border-radius: 1em;
  text-indent: 0;
  margin-bottom: .3em;
}

section.con_data ul.indentation2 li h1:before,
section.con_data ul.indentation3 li h1:before {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -16px;
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
}

section.con_data ul.indentation2 li h1 a,
section.con_data ul.indentation3 li h1 a {
  color: #6d6b4d;
}

section.con_data ul.indentation2 li ul li h1,
section.con_data ul.indentation3 li ul li h1 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: .1em;
  color: rgba(109, 107, 77, 0.8);
  padding: .2em 1em .2em 1.95em;
  background-color: transparent;
  font-weight: bold;
  border-radius: 0;
  text-indent: -1.95em;
}

section.con_data ul.indentation2 li ul li h1:before,
section.con_data ul.indentation3 li ul li h1:before {
  left: 0;
  content: none;
}

section.con_data ul.indentation2 li ul li h1 a,
section.con_data ul.indentation3 li ul li h1 a {
  color: rgba(109, 107, 77, 0.8);
}

section.con_data ul.indentation2 li ul li ul,
section.con_data ul.indentation3 li ul li ul {
  margin-bottom: 1em;
}

section.con_data ul.indentation2 li ul li ul li,
section.con_data ul.indentation3 li ul li ul li {
  padding-left: 1.95em;
}

section.con_data ul.indentation2 li ul li ul li h1,
section.con_data ul.indentation3 li ul li ul li h1 {
  padding: .2em 1em .2em 0;
}

section.con_data ul.indentation2 li ul li ul li h1:before,
section.con_data ul.indentation3 li ul li ul li h1:before {
  left: 0;
  content: none;
}

section.con_data ul.indentation2 li ul li ul li h1 a,
section.con_data ul.indentation3 li ul li ul li h1 a {
  color: rgba(109, 107, 77, 0.8);
}

section.con_data ul.indentation2>li,
section.con_data ul.indentation3>li {
  margin-bottom: 10px;
}

section.con_data ul.indentation3 li {
  text-indent: -.8em !important;
  padding-left: 1em !important;
}

section.con_data ul.indentation3 li:first-letter {
  color: #e36c09;
}

section.con_data ul.indentation3 li a {
  color: #e36c09;
}

/* .form-group {
	margin-top:3em;
} */
.alert.alert-warning {
  width: 100%;
}

.manbersay {
  position: relative;
  display: block;
  font-size: .9em;
  width: 100%;
  color: #908046;
  background-color: #f1edd5;
  border: solid 1px #ac974d;
  text-align: center;
  border-radius: 4px;
  margin: 1em 0%;
}

.manbersay:before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: 0%;
  width: calc(50% - 9em);
  height: 20%;
  border-top: solid 1px #ac974d;
}

.manbersay:after {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  right: 0%;
  width: calc(50% - 9em);
  height: 20%;
  border-top: solid 1px #ac974d;
}

h3.search_ly {
  width: 100px;
  height: 100px;
  background-image: url(../images/search_ly.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 20px;
}

/*Tabs*/
.six-tabs .nav-tabs {
  border-color: #9f8a00;
}

.six-tabs .nav-tabs>li {
  border-bottom: 1px solid #9f8a00;
}

.six-tabs .nav-tabs>li>a {
  background-color: #b89906;
  color: #ffffff;
}

.six-tabs .nav-tabs>li>a:hover {
  background-color: #c3a30a;
  color: #ffffff;
}

.six-tabs .nav-tabs>li.active>a {
  border-color: transparent;
  background: #a68b63;
  color: #ffffff;
}

.six-tabs .nav-tabs>li.active>a:focus {
  border-color: transparent;
  background: #a68b63;
  color: #ffffff;
}

.six-tabs .nav-tabs>li.active>a:hover {
  border-color: transparent;
  background-color: #b89906;
  color: #ffffff;
}

.six-tabs.button .nav-tabs {
  border: 0;
}

.six-tabs.button .nav-tabs>li {
  border: 0;
  margin-bottom: 5px;
}

.six-tabs.button .nav-tabs>li>a {
  border-radius: 4px;
}

.six-tabs.text {
  border: 1px solid #f00;
}

.six-tabs.text .nav-tabs {
  border: 0;
}

.six-tabs.text .nav-tabs>li {
  border: 0;
  margin-bottom: 5px;
}

.six-tabs.text .nav-tabs>li>a {
  border-radius: 0;
  background-color: transparent;
  color: #333333;
}

.six-tabs .nav-tabs>li.active>a:hover {
  border-color: transparent;
  background-color: #26bcb7;
  color: #999999;
}

#canvas {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
}

.job {
  margin-bottom: 20px;
  display: table-row;
}

.job li {
  background-color: #ece3d5;
  border-radius: 1.3em;
  margin: 5px 0;
  padding: .2em 1em;
}

.job li:before {
  content: '\f013';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  color: #b8a07e;
}

.job~p+ul {
  padding-bottom: 2em;
  line-height: 2em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 2em;
}

.six-dolistBox .panel.panel-default div ul {
  padding-bottom: 2em;
  line-height: 2em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 2em;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

img.float-left {
  margin-right: .7em;
}

img.float-right {
  margin-left: .7em;
}

.six-content img {
  max-width: 100%;
  width: auto;
}

.six-content>p {
  margin-bottom: 1.3em;
  text-indent: 1em;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .six-content img {
    width: auto;
  }

  .streaming.row div div>img {
    width: auto;
  }
}

@media (min-width: 768px) {
  dl.dl-horizontal {
    margin-bottom: 20px;
  }

  dl.dl-horizontal dt {
    width: 240px;
  }

  dl.dl-horizontal dd {
    margin-left: 250px;
  }
}

.six-pointFile {
  padding: 10px 15px;
  border-top: solid 1px #a78307;
}

.six-pointFile .row {
  border-bottom: dashed 1px #ffd100;
  padding: 5px 0;
}

.six-pointFile .row .col-xs-12.col-sm-10.col-md-10.six-title {
  position: relative;
}

.six-pointFile .row .col-xs-12.col-sm-10.col-md-10.six-title:before {
  content: " ";
  display: block;
  background-color: #d7b301;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -9px;
  top: 4.5px;
  border-radius: 50%;
}

.six-pointFile .row .col-xs-12.col-sm-10.col-md-10.six-title:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -3.6px;
  top: 9px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #fff;
}

.six-pointFile .row .col-xs-12.col-sm-10.col-md-10.six-title+.six-date {
  color: #a78307;
}

.six-page #news2.tab-pane {
  /* ul.newsType2.list-group {
			border:solid 1px #85d6b3;
			font-size:.9em;
			padding-top: 0px !important;
			width:100%;
			li {
				padding: 10px !important;
				border-bottom: dashed 1px #4ea580;
				width:100%;
				a {}
				@include clearfix;
				position:relative;
				&:before {
					content:"";
					display:block;
					width:100%;
					height:2em;
					background-color:#4ea580;
					z-index:-1;
					position:absolute;
				}
				> div {
					padding: 0px 8px;
					margin:0;
					float:left;
					text-align:center;
					border:none;
					&:after {
						display:none;
					}
				}
				&:nth-child(2n) {
					background-color: #f5f5f5;
				}					
				&:last-child {
					border-bottom: none;
				}
				.date {
					font-size:.9em !important;
					width:30%;
					text-align:left;
					color: #e88a19;
					text-align: right;
				}
				.label {
					line-height: 30px;
					font-size:.9em !important;
					width:30%;
					color:#333;
					text-align:left;
				}
				.room {
					// background-color:#4ea580;
					padding: 0px 8px;
					border-radius: 4px;
					color: transparent;
					font-size:.7em !important;
					width:40%;
					text-align:left;
					position:relative;
					&:before {
						position:absolute;
						top: -5px;
						content: attr(data-name);
						font-size:2em !important;
						display:block;
						background-color:#4ea580;
						width: 40px;
						height: 40px;
						color:#fff;
						border-radius:50%;
						text-align:center;
						line-height:44px;
					}
				}
				.heading {
					width:100%;
					word-break: break-all !important;
					white-space:pre-wrap !important;
					text-align:left;
					margin-top:10px;
					border-top:dashed 1px #ccc;
					padding:10px 10px;
					a {
						color: #4ea580;
						padding-left: 10px;
						&:hover {
							color: #087d4b;
						} 
					}
				}
				.con_data {
					position:relative;
					padding-bottom: 20px;
					width:100%;
					// &:before {
					// 	content:" ";
					// 	display:block;
					// 	width:60px;
					// 	padding:10px 10px 10px 0px ;
					// 	border-top:dashed 1px #ccc;
					// 	float:left;
					// 	text-align:left;
					// }
					b.seemomre {
						color:#4ea580;
						cursor:pointer;
						position:absolute;
						bottom: -10px;
						left: 0;
						width:100%;
						text-align:right;
						font-size: 1.4em;
					}
					div {
						// width:calc( 100% - 60px );
						width:100%;
						height:40px;
						padding: 10px 0;
						text-align:left;
						border-top:dashed 1px #ccc;
						float:left;
						overflow:hidden;
						transition:All .5s ease;
						-webkit-transition:All .5s ease;
						-moz-transition:All .5s ease;
						-o-transition:All .5s ease;
					}
					.openData {
						height:auto ;
						overflow:auto;
						transition:All .5s ease;
						-webkit-transition:All .5s ease;
						-moz-transition:All .5s ease;
						-o-transition:All .5s ease;
					}
				}
			}
		} */
}

.six-page #news2.tab-pane ul.newsType2.list-group {
  padding-top: 2em;
}

.six-page #news2.tab-pane ul.newsType2.list-group li {
  display: block;
  position: relative;
  padding-left: 0;
}

.six-page #news2.tab-pane ul.newsType2.list-group li:first-child .date {
  top: 0;
}

.six-page #news2.tab-pane ul.newsType2.list-group li:first-child .date_div:before {
  top: -2%;
  height: 104%;
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li+li .date_div:after {
    position: absolute;
    top: -20px;
    right: 0;
    content: "";
    width: 100%;
    height: 0;
    display: block;
    border-top: solid 3px #bbb;
  }

  .six-page #news2.tab-pane ul.newsType2.list-group li+li .date+.date_div:after {
    position: absolute;
    top: -20px;
    right: 0;
    content: "";
    width: 100%;
    height: 0;
    display: block;
    border-top: solid 6px #cab75c;
  }
}

@media (min-width: 768px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li+li .date_div:after {
    position: absolute;
    top: -15px;
    right: 0;
    content: "";
    width: calc(100% - 138px);
    height: 0;
    display: block;
    border-top: solid 3px #bbb;
  }

  .six-page #news2.tab-pane ul.newsType2.list-group li+li .date+.date_div:after {
    position: absolute;
    top: -20px;
    right: 0;
    content: "";
    width: calc(100% - 138px);
    height: 0;
    display: block;
    border-top: solid 6px #cab75c;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li:after {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 20%;
  height: 50%;
  border-top: solid 1px #eee;
  border-right: solid 1px #eee;
  -webkit-box-shadow: 8px -8px 8px rgba(204, 204, 204, 0.2);
  box-shadow: 8px -8px 8px rgba(204, 204, 204, 0.2);
  border-top-right-radius: 30px;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date {
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #cab75c;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  -webkit-box-shadow: inset 0 0 8px #9f8a00;
  box-shadow: inset 0 0 8px #9f8a00;
  top: -67px;
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li .date {
    position: relative;
    margin: auto;
    top: 0px;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date b {
  line-height: 1;
  display: block;
  font-size: 1.8em;
  padding-top: 24px;
  text-shadow: 0 0 4px #9f8a00;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date strong {
  font-size: 1.5em;
  padding: 0px;
  display: inline-block;
  text-shadow: 0 0 4px #9f8a00;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #c3a30a;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date:before {
  position: absolute;
  z-index: 1;
  top: 47px;
  left: 106px;
  content: "";
  display: block;
  width: 25px;
  height: 6px;
  background-color: #cab75c;
  border-bottom: solid 1px #b89906;
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li .date:before {
    display: none;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date:after {
  position: absolute;
  top: -8px;
  left: -8px;
  content: "";
  display: block;
  width: 116px;
  height: 116px;
  border: dashed 2px #cab75c;
  border-radius: 100%;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div {
  display: block;
  width: 100%;
  padding-left: 130px;
  border: none;
  min-height: 150px;
  line-height: 2em;
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li .date_div {
    padding-left: 0px;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div:before {
  position: absolute;
  top: 0px;
  left: 130px;
  content: "";
  display: block;
  height: 102%;
  width: 8px;
  background-color: #cab75c;
  border-right: solid 1px #b89906;
  border-radius: 4px;
  -webkit-box-shadow: -3px 0px 7px rgba(204, 204, 204, 0.8);
  box-shadow: -3px 0px 7px rgba(204, 204, 204, 0.8);
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li .date_div:before {
    display: none;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div a.list-group-item {
  background-color: transparent;
  border: none;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div>div {
  padding-left: 1em;
  display: inline-block;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .room {
  font-size: 1em;
  width: 54%;
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li .date_div .room {
    width: 100%;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .label {
  width: 44%;
  color: #555;
  font-weight: normal;
  padding-left: 1em !important;
  font-size: 1em;
  text-align: left;
  border-left: dashed 1px #b89906;
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li .date_div .label {
    width: 100%;
    border-left: none;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .heading {
  text-align: left;
  width: 100%;
  font-size: 1em;
  color: #a78307;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .heading>a {
  padding-left: .6em;
  color: #a78307;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .heading>a>i {
  color: #a78307;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .datatime {
  text-align: left;
  font-size: 1em;
  width: 100%;
  color: #555;
  border-top: dashed 1px #cab75c;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .con_data {
  width: 100%;
  border-top: dashed 1px #cab75c;
  padding-bottom: 2em;
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li .date_div .con_data {
    padding-left: 0;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .con_data .openData {
  height: auto;
  overflow: visible;
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .con_data b.seemomre {
  display: none;
  position: absolute;
  bottom: 18px;
  left: 0;
  margin-left: 150px;
  cursor: pointer;
  width: calc(100% - 150px);
  text-align: center;
}

@media (max-width: 767px) {
  .six-page #news2.tab-pane ul.newsType2.list-group li .date_div .con_data b.seemomre {
    margin-left: 0;
    width: 100%;
  }
}

.six-page #news2.tab-pane ul.newsType2.list-group li .date_div .con_data b.seemomre i {
  color: #c3a30a;
}

small.small_list {
  text-align: left;
}

.six-nav {
  margin: 50px 0 250px 0;
}

.six-nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.six-nav ul,
.six-nav li,
.six-nav a {
  padding: 0;
  margin: 0;
}

.six-nav li {
  text-align: center;
}

.six-nav.right>ul {
  float: right;
}

.six-nav ul {
  display: inline-block;
}

.six-nav ul li {
  position: relative;
  display: inline-block;
  width: 120px;
  background-color: #eeeeee;
  float: left;
}

.six-nav ul li a {
  width: 100%;
  display: block;
  padding: 0 14px;
  border-left: 1px solid rgba(170, 170, 170, 0.4);
  margin: 4px 0;
}

.six-nav ul li:first-child a {
  border-left: 0;
}

.six-nav ul li ul {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  position: absolute;
  display: block;
  width: 120px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

.six-nav ul li ul li {
  display: block;
  padding: 0 5px;
}

.six-nav ul li ul li a {
  width: 100%;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-bottom: 1px dashed #bbb;
}

.six-nav ul li ul li ul {
  top: 0;
  left: 100%;
}

.six-nav ul li ul li:last-child>a {
  border-bottom: 0;
}

.six-nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
}

.six-nav ul li:hover ul li ul {
  visibility: hidden;
  opacity: 0;
}

.six-nav ul li:hover ul li:hover ul {
  visibility: visible;
  opacity: 1;
}

.six-nav ul li:hover ul li:hover ul li ul {
  visibility: hidden;
  opacity: 0;
}

.six-nav ul li:hover ul li:hover ul li:hover ul {
  visibility: visible;
  opacity: 1;
}

.six-nav>ul>li:last-child ul ul,
.six-nav>ul>li:nth-last-child(2) ul ul ul {
  left: -100%;
}

#six-legislatorSearchBox::after {
  clear: both;
  content: "";
  display: table;
}

#six-legislatorSearchBox .input-group-addon input {
  margin-left: 1em;
}

.table-condensed .today {
  background-color: rgba(185, 148, 76, 0.7);
  color: #fff;
}

.table-condensed .day:hover {
  background-color: rgba(185, 148, 76, 0.3);
  cursor: pointer;
}

.table-condensed .datepicker-switch,
.table-condensed .prev,
.table-condensed .next {
  cursor: pointer;
}

.table-condensed .datepicker-switch:hover,
.table-condensed .prev:hover,
.table-condensed .next:hover {
  background-color: rgba(185, 148, 76, 0.3);
}

.table-condensed span.month,
.table-condensed span.year {
  padding: 2px 4px;
  cursor: pointer;
}

.table-condensed span.month+span.month,
.table-condensed span.month+span.year,
.table-condensed span.year+span.month,
.table-condensed span.year+span.year {
  border-left: solid 1px rgba(185, 148, 76, 0.7);
}

.table-condensed span.month:hover,
.table-condensed span.year:hover {
  background-color: rgba(185, 148, 76, 0.3);
}

.subscribe {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.subscribe .con_sub {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 420px;
  margin-left: -200px;
  padding: 10px 0px 20px 60px;
  background-color: #fff;
  z-index: 11;
  border-radius: 4px;
  border: solid 1px #c3a30a;
}

.subscribe .con_sub input[type*="text"] {
  width: calc(100% - 62px);
  height: 34px;
  background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(left, #eeeeee, #ffffff);
  background-image: linear-gradient(to right, #eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')";
  border: 1px solid #c3a30a;
  padding-right: 72px;
  float: left;
}

.subscribe .con_sub input[type*='submit'] {
  width: calc(100% - 62px);
}

.subscribe .con_sub>b {
  font-size: 1.4em;
  margin-left: -2em;
}

.subscribe .con_sub p {
  float: left;
  font-size: .9em;
  padding-right: 60px;
  padding-top: 10px;
  color: #555;
}

.subscribe .con_sub ul {
  width: 100%;
  display: block;
  float: left;
}

.subscribe .clo {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

.subscribe .clo:hover:after {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: yellow;
}

.subscribe .clo:after {
  content: "X";
  display: block;
  width: 44px;
  height: 40px;
  background-color: red;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  line-height: 40px;
  position: absolute;
  z-index: 12;
  top: 15%;
  left: 50%;
  margin-left: 218px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}

.alert.alert-info {
  display: none;
}

.gsc-control-cse.gsc-control-cse-zh_TW {
  padding: 2em 1em;
}

.gsc-control-cse.gsc-control-cse-zh_TW .gsc-results-wrapper-overlay {
  position: relative !important;
  margin: 0 !important;
  z-index: auto !important;
}

.gsc-modal-background-image {
  display: none !important;
}

.gsc-overflow-hidden {
  overflow: auto !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
}

.print_man {
  background: none !important;
}

.print_man .con_data::after {
  clear: both;
  content: "";
  display: table;
}

.print_man .con_data p,
.print_man .con_data h3 {
  padding-bottom: 1em;
}

.print_man .six-pagination {
  display: none;
}

.print_man .ly-title-icon {
  display: none;
}

.print_man .print_foot {
  padding-top: 1em;
  border-top: solid 1px #555;
  background-color: transparent;
  display: block;
  float: left;
}

.print_man .print_foot::after {
  clear: both;
  content: "";
  display: table;
}

.print_man .print_foot br {
  display: none;
}

.print_man .print_foot address {
  font-style: normal;
}

.print_man .print_foot address>div {
  width: 100%;
  float: left;
  padding: .2em 0em;
  text-align: left;
}

.focus_owl {
  height: auto !important;
}

.focus_owl .owl-stage {
  width: 100% !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.focus_owl .owl-stage .cloned {
  display: none !important;
}

#float_ad {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 390px;
  border: 2px solid #b89906;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

#float_ad .tag {
  position: absolute;
  right: -38px;
  top: 20px;
  width: 38px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 5px 10px 10px;
  background-color: #b89906;
  background-image: url(../images/background.png), -webkit-linear-gradient(left, #a78307, #b89906);
  -webkit-box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.2);
}

#float_ad .tag a {
  font-size: 1.2em;
  line-height: .7em;
  color: #ffffff;
}

#float_ad .ad {
  background-color: #fff;
  padding: .5em .5em 0em .5em;
}

#float_ad .ad a {
  border: none;
  width: 390px;
}

#float_ad .ad a img {
  width: 100%;
  height: auto;
}

.sr-only {
  z-index: 100000000;
  position: absolute;
  clip: inherit;
  width: 1px;
  height: 0px;
  overflow: hidden;
  text-align: center;
  top: 0;
  line-height: 2em;
  background-color: white;
}

.sr-only:focus {
  overflow: visible;
  width: 9em;
  height: 2em;
}

.owl-prev i.fa {
  width: 100%;
  height: 100%;
}

.table-condensed .day {
  border: dashed 1px #fff;
}

.table-condensed .day:hover {
  border: dashed 1px #b9944c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.six-legislatorAvatar.new {
  padding: 0;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0.4px 0.4px rgba(0, 0, 0, 0.02), 0 0.9px 0.9px rgba(0, 0, 0, 0.028), 0 1.6px 1.6px rgba(0, 0, 0, 0.035), 0 2.9px 2.9px rgba(0, 0, 0, 0.042), 0 5.4px 5.4px rgba(0, 0, 0, 0.05), 0 13px 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.4px 0.4px rgba(0, 0, 0, 0.02), 0 0.9px 0.9px rgba(0, 0, 0, 0.028), 0 1.6px 1.6px rgba(0, 0, 0, 0.035), 0 2.9px 2.9px rgba(0, 0, 0, 0.042), 0 5.4px 5.4px rgba(0, 0, 0, 0.05), 0 13px 13px rgba(0, 0, 0, 0.07); }
  .six-legislatorAvatar.new .inner {
    background-color: #ffffff; }
    .six-legislatorAvatar.new .inner a .caption {
      position: relative; }
      .six-legislatorAvatar.new .inner a .caption .legislatorname {
        padding-left: .2em;
        text-indent: 1.8em; }
  .six-legislatorAvatar.new .six-party-icon {
    width: 49px;
    height: 49px;
    left: 0;
    top: 0px;
    border-radius: 0;
    border: 0; }

.six-pageTitle.newLM .heading {
background: -webkit-gradient(linear, left top, left bottom, from(#a63300), color-stop(36%, #ba3900)) !important;
background: -webkit-linear-gradient(top, #a63300 0%, #ba3900 36%) !important;
background: -o-linear-gradient(top, #a63300 0%, #ba3900 36%) !important;
background: linear-gradient(to bottom, #a63300 0%, #ba3900 36%) !important; }
/*# sourceMappingURL=style.css.map */

@media (max-width: 768px) {
  #li_vdo { 
    height: calc(100vw / 1.33);
  }
}