@charset "UTF-8";
/* Update 2022/06/24  */
* {
  transition: font-size 0.3s ease; }

html {
  font-size: 1rem; }

body {
  font-family: "Arial", "PingFangTC", " JhengHei", "微軟正黑體";
  color: #2b2b2b;
  position: relative;
  line-height: 1.4;
  transition: all 1s ease; }
  body.mobile-menu-open {
    overflow: hidden; }

.bold {
  font-weight: 500; }

.w-120 {
  width: 120px; }

.w-200 {
  width: 200px; }

.padding-80 {
  padding: 0 80px !important; }
  @media screen and (max-width: 992px) {
    .padding-80 {
      padding: 0 15px !important; } }

.padding-150 {
  padding: 0 150px !important; }
  @media screen and (max-width: 992px) {
    .padding-150 {
      padding: 0 15px !important; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both; }

.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 1000px;
  font-size: 1rem;
  color: #2b2b2b;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.3s;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal; }
  .btn .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    transition: all 0.3s; }
    .btn .icon.outlink {
      background-image: url(../images/icon/outlink_brown.png); }
  .btn:hover {
    text-decoration: none; }
    .btn:hover .icon.outlink {
      background-image: url(../images/icon/outlink_white.png); }

.btn-primary {
  color: #765b27;
  background-color: #fff;
  border: 1px solid #765b27; }
  .btn-primary:hover {
    color: #fff;
    background-color: #765b27; }
  .btn-primary.active {
    color: #fff;
    background-color: #765b27; }
  .btn-primary:link {
    color: #765b27; }

.btn-default {
  width: 200px;
  padding: 11px 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #765b27;
  transition: all 0.3s;
  border: 0;
  cursor: pointer; }
  .btn-default:hover {
    background-color: #674F21; }

.btn-history {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  border: 0;
  background-color: #ffd37c;
  font-size: 1rem;
  color: #2b2b2b;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s; }
  .btn-history:hover {
    color: #2b2b2b;
    background-color: #F5CA76;
    text-decoration: none; }
  .btn-history:link {
    color: #2b2b2b; }
  .btn-history.disabled {
    opacity: 0.7;
    pointer-events: none; }

.btn-warning {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  border: 0;
  background-color: #d44200;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.3s; }
  .btn-warning:hover {
    background-color: #BF3B00;
    text-decoration: none; }

.btn-apply {
  width: 100%;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d44200;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s; }
  .btn-apply .txt {
    width: calc(100% - 44px);
    height: 44px;
    display: inline-block;
    font-size: 1rem;
    color: #d44200;
    vertical-align: middle;
    padding: 11px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .btn-apply .icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    background-color: #d44200;
    vertical-align: middle;
    padding: 13px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .btn-apply:hover {
    background-color: #FFF5F0; }

.btn-filter {
  font-size: 1rem;
  letter-spacing: 2px;
  text-align: center;
  color: #2b2b2b;
  padding: 11px 40px 11px 20px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background-color: #f4f4f4;
  background-image: url(../images/icon/search_black.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 80% 50%;
  cursor: pointer;
  transition: all 0.3s; }
  .btn-filter:hover {
    background-color: #e6e6e6; }
  .btn-filter.active {
    background-color: #e6e6e6; }

.btn-group {
  text-align: center; }
  .btn-group button {
    margin: auto; }

.search-box {
  width: 100%;
  position: relative; }
  .search-box .search-input {
    width: 100%;
    padding: 10px 16px;
    padding-right: 44px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1rem;
    color: #2b2b2b;
    background-color: #fff;
    border: 1px solid #2b2b2b;
    border-radius: 4px; }
  .search-box .search-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: url(../images/icon/search_black.png);
    background-size: 24px 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden; }

.form-group {
  margin-bottom: 20px;
  font-size: 0; }
  .form-group .control-label {
    width: 60px; }
  .form-group .input-group {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: top; }
  .form-group.wide .control-label {
    width: 120px; }
  .form-group.wide .input-group {
    width: calc(100% - 120px); }
  .form-group.wide.split .control-label {
    width: 60px; }
  .form-group.wider .control-label {
    width: 200px; }
  .form-group.wider .input-group {
    width: calc(100% - 200px); }
  .form-group button + button {
    margin-left: 10px; }

.control-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #2b2b2b;
  vertical-align: top;
  margin-top: 8px; }

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 11px 16px;
  font-size: 1rem;
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #000;
  line-height: 44px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer; }

input[type=checkbox], input[type=radio] {
  cursor: pointer; }

textarea.form-control {
  height: 120px; }

.input-group > ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px 20px 8px; }

.must_write {
  color: #d40000; }

.calendar-group {
  font-size: 0; }
  .calendar-group .calendar-item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 60px) / 2); }
    .calendar-group .calendar-item .form-group {
      margin-bottom: 0; }
    .calendar-group .calendar-item .example {
      font-size: 1rem;
      color: #494949; }
  .calendar-group .calendar-to {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 44px;
    position: relative; }
    .calendar-group .calendar-to::before {
      content: "";
      display: block;
      width: 50%;
      height: 1px;
      background-color: #2b2b2b;
      position: absolute;
      top: 22px;
      left: 50%;
      transform: translateX(-50%); }
  .calendar-group.filter-calendar {
    display: none; }
    .calendar-group.filter-calendar .calendar-item {
      width: calc((100% - 15px) / 2); }
      .calendar-group.filter-calendar .calendar-item .control-label {
        width: 75px; }
      .calendar-group.filter-calendar .calendar-item .form-control {
        width: calc(100% - 75px);
        display: inline-block;
        background-image: url(../images/icon/calendar.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 95% 50%;
        padding-right: 30px; }
    .calendar-group.filter-calendar .calendar-to {
      width: 15px; }
      .calendar-group.filter-calendar .calendar-to::before {
        display: none; }

@media screen and (max-width: 767px) {
  .form-group .control-label {
    width: 100%;
    margin-bottom: 10px; }
  .form-group .input-group {
    width: 100%; }
    .form-group .input-group.text-wrap {
      display: block;
      width: 100%; }
  .calendar-group .calendar-item {
    width: 100%;
    margin-bottom: 20px; }
  .calendar-group .calendar-to {
    display: none; }
  .calendar-group.filter-calendar .calendar-item {
    width: 100%; }
    .calendar-group.filter-calendar .calendar-item .control-label {
      width: 100%;
      margin-top: 0; }
    .calendar-group.filter-calendar .calendar-item .form-control {
      width: 100%; } }

.filter-box {
  display: none;
  padding: 30px;
  background-color: #f4f4f4; }
  .filter-box .btn-filter-search {
    width: 100%; }
  .filter-box.active {
    display: block; }
  .filter-box.simple {
    padding: 0;
    background-color: transparent; }
    .filter-box.simple .select-input > div:first-child {
      padding-right: 0; }
      .filter-box.simple .select-input > div:first-child .form-control {
        border-right: 0;
        border-radius: 4px 0 0 4px; }
    .filter-box.simple .select-input > div:nth-child(2) {
      padding-left: 0; }
      .filter-box.simple .select-input > div:nth-child(2) .form-control {
        border-radius: 0 4px 4px 0; }
  .filter-box + .primary-table-box {
    margin-top: 40px; }

@media screen and (max-width: 767px) {
  .filter-box.simple .select-input > div:first-child {
    padding-right: 15px; }
    .filter-box.simple .select-input > div:first-child .form-control {
      border-right: 1px solid #2b2b2b;
      border-radius: 4px; }
  .filter-box.simple .select-input > div:nth-child(2) {
    padding-left: 15px; }
    .filter-box.simple .select-input > div:nth-child(2) .form-control {
      border-radius: 4px; } }

.head-title {
  width: 252px;
  border-bottom: 1px solid #ffd37c;
  position: relative;
  padding-bottom: 14px; }
  .head-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background-color: #ffd37c;
    position: absolute;
    left: 0;
    bottom: 0; }
  .head-title > span {
    font-size: 2rem;
    color: #195d78;
    font-weight: 600; }

@media screen and (max-width: 767px) {
  .col-xs-1 {
    width: 8.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-2 {
    width: 16.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-4 {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-5 {
    width: 41.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-7 {
    width: 58.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-8 {
    width: 66.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-9 {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-10 {
    width: 83.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-11 {
    width: 91.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-12 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-xs-offset-12 {
    margin-left: 100%; }
  .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xs-offset-0 {
    margin-left: 0; } }

@media screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-2 {
    width: 16.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-4 {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-5 {
    width: 41.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-7 {
    width: 58.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-8 {
    width: 66.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-9 {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-10 {
    width: 83.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-11 {
    width: 91.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-12 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-2 {
    width: 16.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-4 {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-5 {
    width: 41.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-7 {
    width: 58.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-8 {
    width: 66.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-9 {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-10 {
    width: 83.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-11 {
    width: 91.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-12 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-2 {
    width: 16.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-4 {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-5 {
    width: 41.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-7 {
    width: 58.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-8 {
    width: 66.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-9 {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-10 {
    width: 83.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-11 {
    width: 91.6666%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-12 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.share-list {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100; }
  .share-list ul li a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.3s; }
    .share-list ul li a img {
      width: 100%;
      vertical-align: middle; }
    .share-list ul li a.print {
      background-color: #7b33d1; }
    .share-list ul li a.twitter {
      background-color: #3789e5; }
    .share-list ul li a.facebook {
      background-color: #406abe; }
    .share-list ul li a.plurk {
      background-color: #e9583d; }
    .share-list ul li a.line {
      background-color: #19a247; }
    .share-list ul li a.email {
      background-color: #6b70d9; }
    .share-list ul li a:hover.print, .share-list ul li a:focus.print {
      background-color: #630fc7; }
    .share-list ul li a:hover.twitter, .share-list ul li a:focus.twitter {
      background-color: #176fd1; }
    .share-list ul li a:hover.facebook, .share-list ul li a:focus.facebook {
      background-color: #174ebd; }
    .share-list ul li a:hover.plurk, .share-list ul li a:focus.plurk {
      background-color: #e13819; }
    .share-list ul li a:hover.line, .share-list ul li a:focus.line {
      background-color: #089537; }
    .share-list ul li a:hover.email, .share-list ul li a:focus.email {
      background-color: #5157e5; }
    .share-list ul li a:focus {
      outline: 3px dashed #ffd37c; }

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

.content-section {
  width: 100%; }
  .content-section .container-page {
    padding-top: 56px; }
  .content-section .title-banner {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%; }
    .content-section .title-banner.trade-exchange {
      background-image: url(../images/economic_banner.jpg); }
    .content-section .title-banner.trade-fair {
      background-image: url(../images/exhibition_banner.jpg); }
    .content-section .title-banner.trade-law {
      background-image: url(../images/law_banner.jpg); }
    .content-section .title-banner.trade-org {
      background-image: url(../images/organizations_banner.jpg); }
    .content-section .title-banner.trade-news {
      background-image: url(../images/news_banner.jpg); }
    .content-section .title-banner.trade-about {
      background-image: url(../images/about_banner.jpg); }
    .content-section .title-banner.trade-export {
      background-image: url(../images/export_banner.jpg); }
    .content-section .title-banner h2 {
      font-size: 2rem;
      color: #fff;
      font-weight: 500;
      padding: 0 15px;
      padding-top: 95px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
  .content-section .breadcrumbs {
    padding-top: 30px; }
    .content-section .breadcrumbs > a {
      display: inline-block;
      color: #2b2b2b;
      text-decoration: none; }
    .content-section .breadcrumbs .breadcrumb-list {
      list-style: none; }
      .content-section .breadcrumbs .breadcrumb-list li {
        display: inline-block;
        font-size: 1.125rem;
        color: #2b2b2b; }
        .content-section .breadcrumbs .breadcrumb-list li a {
          text-decoration: none;
          color: #2b2b2b; }
          .content-section .breadcrumbs .breadcrumb-list li a:hover {
            text-decoration: underline; }
      .content-section .breadcrumbs .breadcrumb-list > li + li:before {
        content: "/\00a0";
        padding: 0 5px; }
  .content-section .main-content {
    padding-top: 30px;
    padding-bottom: 80px; }
    .content-section .main-content.gray-bg {
      background-color: #f4f4f4;
      margin-top: 30px;
      margin-bottom: 80px;
      padding-left: 15px;
      padding-right: 15px; }
    .content-section .main-content .explain {
      font-size: 0.875rem;
      color: #2b2b2b;
      margin-bottom: 28px; }
    .content-section .main-content .main-title {
      font-size: 1.5rem;
      color: #195d78;
      font-weight: 500;
      margin-bottom: 30px; }
    .content-section .main-content .detail-explain {
      font-size: 1.125rem;
      color: #2b2b2b;
      border: solid 1px #977431;
      background-color: #fdf8f0;
      padding: 20px;
      margin-bottom: 30px; }
    .content-section .main-content .control {
      margin-bottom: 10px; }
      .content-section .main-content .control .btn-filter {
        float: right; }
  .content-section .sub-nav-structure {
    box-shadow: 0 2px 4px 0 rgba(181, 181, 181, 0.3); }
  .content-section .sub-nav .sub-nav-heading {
    display: block;
    width: 100%;
    padding: 34px 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none; }
    .content-section .sub-nav .sub-nav-heading .toggle-icon {
      display: inline-block;
      width: 32px;
      height: 32px;
      background-color: #977431;
      background-image: url(../images/icon/plus_more.png);
      background-repeat: no-repeat;
      background-size: 13px 13px;
      background-position: 50% 50%;
      vertical-align: middle;
      border-radius: 4px;
      margin-right: 12px;
      transition: all 0.3s; }
    .content-section .sub-nav .sub-nav-heading .go-icon {
      display: inline-block;
      width: 32px;
      height: 32px;
      background-color: #977431;
      background-image: url(../images/icon/goto.png);
      background-repeat: no-repeat;
      background-size: 13px 13px;
      background-position: 50% 50%;
      vertical-align: middle;
      border-radius: 4px;
      margin-right: 12px;
      transition: all 0.3s; }
    .content-section .sub-nav .sub-nav-heading .sub-nav-title {
      display: inline-block;
      font-size: 1.5rem;
      color: #2b2b2b;
      font-weight: 500;
      vertical-align: middle;
      transition: all 0.3s; }
  .content-section .sub-nav .sub-nav-panel {
    display: none;
    width: 100%;
    padding: 12px 30px;
    border: 1px solid #e6e6e6;
    background-color: rgba(252, 246, 236, 0.8);
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .content-section .sub-nav .sub-nav-panel .sub-nav-item {
      float: left;
      margin: 12px;
      margin-right: 24px;
      margin-left: 0; }
      .content-section .sub-nav .sub-nav-panel .sub-nav-item a {
        display: block;
        font-size: 1.125rem;
        color: #2b2b2b;
        font-weight: 500;
        padding: 10px 16px;
        border-radius: 4px;
        background-color: #ffd37c;
        text-decoration: none; }
  .content-section .sub-nav.active .sub-nav-heading .toggle-icon {
    background-color: #765b27;
    background-image: url(../images/icon/less_open.png); }
  .content-section .sub-nav.active .sub-nav-heading .sub-nav-title {
    color: #765b27; }
  .content-section .sub-nav:hover .sub-nav-heading .go-icon, .content-section .sub-nav:hover .sub-nav-heading .toggle-icon {
    background-color: #765b27; }
  .content-section .sub-nav:hover .sub-nav-heading .sub-nav-title {
    color: #765b27; }
  .content-section .sub-nav-pic-structure > h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #765b27;
    text-align: center; }
  .content-section .sub-nav-pic-structure .banner-link {
    margin-top: 24px; }
  .content-section .sub-nav-pic-structure .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start; }
    .content-section .sub-nav-pic-structure .list .item {
      width: calc(25% - 30px);
      margin: 0 15px;
      margin-top: 40px;
      background-color: #fff; }
      .content-section .sub-nav-pic-structure .list .item .pic-box {
        width: 100%;
        height: 0;
        padding-bottom: 66.4%;
        position: relative; }
        .content-section .sub-nav-pic-structure .list .item .pic-box > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .content-section .sub-nav-pic-structure .list .item .sub-nav-heading {
        display: block;
        width: 100%;
        padding: 16px 12px;
        background-color: #fff;
        border: 0;
        text-align: left;
        color: #765b27;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.5;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative; }
        .content-section .sub-nav-pic-structure .list .item .sub-nav-heading.text-center {
          text-align: center; }
        .content-section .sub-nav-pic-structure .list .item .sub-nav-heading .sub-nav-title {
          padding: 12px 0; }
        .content-section .sub-nav-pic-structure .list .item .sub-nav-heading .toggle-icon {
          display: block;
          width: 32px;
          height: 32px;
          background-color: #977431;
          background-image: url(../images/icon/plus_more.png);
          background-repeat: no-repeat;
          background-size: 13px 13px;
          background-position: 50% 50%;
          border-radius: 4px;
          margin-right: 12px;
          transition: all 0.3s;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }
      .content-section .sub-nav-pic-structure .list .item .detail {
        padding-right: 12px;
        padding-left: 12px;
        padding-bottom: 16px; }
        .content-section .sub-nav-pic-structure .list .item .detail .sub-nav-item a {
          font-size: 1rem;
          color: #2b2b2b;
          position: relative;
          padding-left: 16px; }
          .content-section .sub-nav-pic-structure .list .item .detail .sub-nav-item a::before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            background-color: #ffd37c;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
          .content-section .sub-nav-pic-structure .list .item .detail .sub-nav-item a:hover {
            color: #765b27; }
        .content-section .sub-nav-pic-structure .list .item .detail .sub-nav-item + .sub-nav-item {
          margin-top: 12px; }
      .content-section .sub-nav-pic-structure .list .item.sub-nav-collapse.active .sub-nav-heading .toggle-icon {
        background-image: url(../images/icon/less_open.png); }
  .content-section .sub-nav-block {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    .content-section .sub-nav-block .sub-block-item {
      display: block;
      width: calc(20% - 30px);
      height: 0;
      padding-bottom: 16.9%;
      margin: 15px;
      text-align: center;
      text-decoration: none;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      position: relative; }
      .content-section .sub-nav-block .sub-block-item .sub-block-item-fornt, .content-section .sub-nav-block .sub-block-item .sub-block-item-back {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: 0.5s; }
        .content-section .sub-nav-block .sub-block-item .sub-block-item-fornt .txt, .content-section .sub-nav-block .sub-block-item .sub-block-item-back .txt {
          display: block;
          width: calc(100% - 30px);
          max-height: calc(100% - 30px);
          font-size: 1.25rem;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          -webkit-line-clamp: 5; }
      .content-section .sub-nav-block .sub-block-item .sub-block-item-fornt {
        color: #195d78;
        border: 1px solid #195d78;
        background-color: #fff;
        box-shadow: 4px 4px 0 0 #d8d8d8; }
      .content-section .sub-nav-block .sub-block-item .sub-block-item-back {
        background-color: #195d78;
        color: #fff;
        box-shadow: 4px 4px 0 0 #d8d8d8; }
      .content-section .sub-nav-block .sub-block-item:nth-child(even) .sub-block-item-fornt {
        color: #765b27;
        border: 1px solid #765b27;
        background-color: #fff;
        box-shadow: 4px 4px 0 0 rgba(151, 116, 49, 0.5); }
      .content-section .sub-nav-block .sub-block-item:nth-child(even) .sub-block-item-back {
        background-color: #765b27;
        color: #fff;
        box-shadow: 4px 4px 0 0 rgba(151, 116, 49, 0.5); }

.flip-card .flip-card-inner {
  perspective: 1000px;
  transform-style: preserve-3d; }
  .flip-card .flip-card-inner .flip-card-front, .flip-card .flip-card-inner .flip-card-back {
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .flip-card .flip-card-inner .flip-card-front {
    transform: rotateY(0deg); }
  .flip-card .flip-card-inner .flip-card-back {
    transform: rotateY(180deg); }
  .flip-card .flip-card-inner:hover .flip-card-front {
    transform: rotateY(180deg); }
  .flip-card .flip-card-inner:hover .flip-card-back {
    transform: rotateY(360deg); }

.banner-link {
  display: block;
  width: 100%;
  background-color: #087aa8;
  text-align: center;
  padding: 9px 0;
  font-size: 0; }
  .banner-link > img.icon {
    display: inline-block;
    width: 62px;
    height: 62px;
    vertical-align: middle;
    margin-right: 6px; }
  .banner-link .txt {
    display: inline-block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    vertical-align: middle; }

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 62px; }
    .content-section .container-page {
      padding-top: 0; }
    .content-section .title-banner {
      display: none; }
    .content-section .breadcrumbs {
      padding-top: 10px; }
    .content-section .main-content {
      padding-top: 20px; }
    .content-section .sub-nav .sub-nav-heading {
      padding: 34px 16px; }
    .content-section .sub-nav .sub-nav-panel {
      padding: 12px 16px; }
    .content-section .sub-nav-block .sub-block-item {
      width: calc(50% - 30px);
      padding-bottom: 40%; }
    .content-section .sub-nav-pic-structure .list .item {
      width: calc(100% - 30px); }
  .banner-link > img.icon {
    width: 38.75px;
    height: 38.75px; } }

@media screen and (min-width: 768px) {
  .content-section .sub-nav-block .sub-block-item {
    width: calc(33% - 30px);
    padding-bottom: 30%; }
  .content-section .sub-nav-pic-structure .list .item {
    width: calc(50% - 30px); } }

@media screen and (min-width: 992px) {
  .content-section .sub-nav-block .sub-block-item {
    width: calc(33% - 30px);
    padding-bottom: 30%; }
  .content-section .sub-nav-pic-structure .list .item {
    width: calc(50% - 30px); } }

@media screen and (min-width: 1200px) {
  .content-section .sub-nav-block .sub-block-item {
    width: calc(20% - 30px);
    padding-bottom: 16.9%; }
  .content-section .sub-nav-pic-structure .list .item {
    width: calc(25% - 30px); } }

.primary-table {
  width: 100%; }
  .primary-table thead tr th {
    font-size: 1.125rem;
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    background-color: #195d78;
    vertical-align: middle; }
    .primary-table thead tr th.text-center {
      text-align: center; }
  .primary-table tbody tr {
    background-color: #fff;
    border: 1px solid #e6e6e6; }
    .primary-table tbody tr:nth-child(even) {
      background-color: #f4f4f4; }
    .primary-table tbody tr td {
      color: #2b2b2b;
      padding: 20px 10px;
      vertical-align: middle;
      word-wrap: break-word; }
      .primary-table tbody tr td > span {
        display: inline-block;
        width: calc(100% - 20px);
        font-size: 1rem;
        vertical-align: middle;
        word-wrap: break-word; }
        .primary-table tbody tr td > span > a {
          color: #195d78;
          text-decoration: none; }
          .primary-table tbody tr td > span > a:hover {
            text-decoration: underline; }
      .primary-table tbody tr td .link-icon {
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url(../images/icon/outlink.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: bottom;
        margin-left: 8px; }
      .primary-table tbody tr td .new-icon {
        display: inline-block;
        width: 32px;
        height: 20px;
        background-image: url(../images/icon/new.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: bottom;
        margin-left: 8px; }
      .primary-table tbody tr td.text-center > span {
        text-align: center; }
  .primary-table.no-th tbody tr td > span {
    width: 100%; }
  .primary-table.no-match thead {
    display: none; }

.info-table {
  width: 100%;
  position: relative; }
  .info-table:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 4px solid #195d78;
    position: absolute; }
  .info-table tbody tr td {
    padding: 15px; }
    .info-table tbody tr td span.time {
      width: auto;
      display: inline-block;
      padding: 6px 12px;
      font-size: 1rem;
      font-weight: 500;
      color: #fff;
      background-color: #195d78;
      border-radius: 1000px; }
    .info-table tbody tr td .article-title {
      margin-bottom: 10px; }
    .info-table tbody tr td a {
      font-size: 1rem;
      color: #195d78;
      text-decoration: none; }
      .info-table tbody tr td a:hover {
        text-decoration: underline; }
    .info-table tbody tr td .article-auther {
      font-size: 1rem;
      color: #2b2b2b; }
  .info-table tbody tr:nth-child(even) td span.time {
    background-color: #ffd37c;
    color: #2b2b2b; }

@media screen and (max-width: 767px) {
  .primary-table:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 4px solid #195d78; }
  .primary-table thead {
    display: none; }
  .primary-table tbody tr {
    border: 0; }
    .primary-table tbody tr td {
      display: block;
      border: 1px solid #e6e6e6; }
      .primary-table tbody tr td > span {
        width: calc(100% - 75px); }
      .primary-table tbody tr td.text-center > span {
        text-align: left; }
      .primary-table tbody tr td::before {
        content: attr(data-th);
        display: inline-block;
        width: 55px;
        vertical-align: middle;
        font-size: 1rem;
        color: #2b2b2b;
        font-weight: 500;
        padding-right: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box; }
  .primary-table.no-th tbody tr td > span {
    width: 100%; }
  .primary-table.no-th tbody tr td::before {
    display: none; }
  .primary-table.no-match tbody tr td::before {
    display: none; }
  .primary-table.no-match tbody tr td.text-center > span {
    width: 100%;
    text-align: center; }
  .info-table tbody tr {
    border: 1px solid #e6e6e6; }
    .info-table tbody tr td {
      border: 0;
      padding: 10px; }
      .info-table tbody tr td span.time {
        width: auto; }
      .info-table tbody tr td:first-child {
        padding-top: 20px; }
      .info-table tbody tr td:last-child {
        padding-bottom: 20px; } }

.pagination_wrap {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  top: -1px; }
  .pagination_wrap.no_border {
    border: 0;
    padding: 15px 0; }
  .pagination_wrap .pagination-container {
    display: block; }
  .pagination_wrap .pagination {
    margin: 0;
    display: inline-block;
    padding-left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .pagination_wrap .pagination > li {
      display: inline;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .pagination_wrap .pagination > li > a, .pagination_wrap .pagination > li span {
        position: relative;
        float: left;
        width: 44px;
        height: 44px;
        font-size: 1.125rem;
        padding: 0;
        line-height: 44px;
        text-align: center;
        text-decoration: none;
        color: #2b2b2b;
        background-color: #fff;
        border-radius: 4px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      .pagination_wrap .pagination > li.active a, .pagination_wrap .pagination > li.active span {
        background-color: #195d78;
        color: #fff; }
      .pagination_wrap .pagination > li.disabled {
        cursor: not-allowed; }

.tender-template .container {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px;
  background-color: #f4f4f4; }

.tender-template .tender-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #195d78;
  margin-bottom: 20px; }
  .tender-template .tender-title .tender-link {
    float: right; }

.tender-template .tender-detail {
  font-size: 0.875rem;
  color: #2b2b2b;
  margin-bottom: 20px; }
  .tender-template .tender-detail .end-date {
    float: right;
    color: #d40000; }

.tender-template .tender-article .content {
  font-size: 1rem;
  color: #2b2b2b;
  word-wrap: break-word; }
  .tender-template .tender-article .content p {
    word-wrap: break-word; }
    .tender-template .tender-article .content p + p {
      margin-top: 10px; }
  .tender-template .tender-article .content li {
    margin-bottom: 10px; }
  .tender-template .tender-article .content img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px; }
  .tender-template .tender-article .content .paragraph {
    margin-bottom: 20px; }
    .tender-template .tender-article .content .paragraph .heading {
      margin-bottom: 20px;
      font-size: 1.125rem; }
  .tender-template .tender-article .content .img-box {
    margin-bottom: 20px; }
    .tender-template .tender-article .content .img-box img {
      max-width: 100%; }
  .tender-template .tender-article .content .highlight {
    color: #d40000; }
  .tender-template .tender-article .content .org-chart {
    margin-top: 50px; }
  .tender-template .tender-article .content table {
    width: 100%; }
    .tender-template .tender-article .content table caption {
      width: 100%;
      font-size: 1.125rem;
      color: #fff;
      text-align: left;
      padding: 8px 10px;
      background-color: #195d78;
      text-align: center;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    .tender-template .tender-article .content table thead tr th {
      font-size: 1.125rem;
      color: #fff;
      background-color: #195d78;
      padding: 8px 16px; }
    .tender-template .tender-article .content table tr {
      background-color: #fff;
      border: 1px solid #e6e6e6; }
      .tender-template .tender-article .content table tr:nth-child(even) {
        background-color: #f4f4f4; }
      .tender-template .tender-article .content table tr th, .tender-template .tender-article .content table tr td {
        color: #2b2b2b;
        padding: 16px;
        font-size: 1rem;
        vertical-align: middle;
        word-break: break-word;
        text-align: left;
        box-sizing: border-box; }
        .tender-template .tender-article .content table tr th p + p, .tender-template .tender-article .content table tr td p + p {
          margin-top: 0 !important; }
      .tender-template .tender-article .content table tr th {
        font-size: 1.125rem;
        color: #fff;
        background-color: #195d78;
        padding: 8px 16px;
        word-break: keep-all; }

.tender-template .tender-article .CTR {
  margin-top: 30px;
  font-size: 0.875rem;
  color: #2b2b2b; }
  .tender-template .tender-article .CTR .num {
    color: #d44200;
    font-weight: 500; }

.tender-template .tender-article .graph-attachment-box {
  margin-top: 30px; }

.tender-template .tender-article .tender-graph {
  width: calc(100% - 30px);
  margin-bottom: 50px;
  position: relative; }
  .tender-template .tender-article .tender-graph::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_pattern.png);
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 30px; }
  .tender-template .tender-article .tender-graph.multiple::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon/photos.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0; }
  .tender-template .tender-article .tender-graph .tender-img {
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    position: relative;
    background-color: #2b2b2b;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 50%; }
    .tender-template .tender-article .tender-graph .tender-img::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0) 70%, rgba(43, 43, 43, 0.3) 85%, rgba(43, 43, 43, 0.7) 100%);
      background-image: -webkit-linear-gradient(top, rgba(43, 43, 43, 0) 70%, rgba(43, 43, 43, 0.3) 85%, rgba(43, 43, 43, 0.7) 100%);
      background-image: -moz-linear-gradient(top, rgba(43, 43, 43, 0) 70%, rgba(43, 43, 43, 0.3) 85%, rgba(43, 43, 43, 0.7) 100%);
      background-image: -o-linear-gradient(top, rgba(43, 43, 43, 0) 70%, rgba(43, 43, 43, 0.3) 85%, rgba(43, 43, 43, 0.7) 100%);
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
    .tender-template .tender-article .tender-graph .tender-img > img {
      width: 100%;
      vertical-align: middle; }
    .tender-template .tender-article .tender-graph .tender-img .imgs-wrap {
      width: 100%;
      height: 100%;
      position: absolute; }
      .tender-template .tender-article .tender-graph .tender-img .imgs-wrap > a {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute; }
        .tender-template .tender-article .tender-graph .tender-img .imgs-wrap > a:first-child {
          display: block; }
          .tender-template .tender-article .tender-graph .tender-img .imgs-wrap > a:first-child:focus::after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-image: url(../images/icon/plus_search.png);
            background-repeat: no-repeat;
            background-size: 23px;
            background-position: center;
            background-color: rgba(40, 49, 64, 0.4);
            border: 3px dashed #ffd37c;
            box-sizing: border-box;
            -webkit-box-sizing: border-box; }
        .tender-template .tender-article .tender-graph .tender-img .imgs-wrap > a img {
          width: 100%;
          height: 100%;
          vertical-align: middle;
          object-fit: contain;
          position: absolute; }
    .tender-template .tender-article .tender-graph .tender-img .hover-effect {
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(40, 49, 64, 0);
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s;
      pointer-events: none; }
      .tender-template .tender-article .tender-graph .tender-img .hover-effect > img {
        width: 23px;
        height: 23px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s;
        opacity: 0; }
    .tender-template .tender-article .tender-graph .tender-img:hover .hover-effect {
      background-color: rgba(40, 49, 64, 0.4); }
      .tender-template .tender-article .tender-graph .tender-img:hover .hover-effect > img {
        opacity: 1; }

.tender-template .tender-article .attachment .attachment-heading {
  font-size: 1.125rem;
  color: #ef6120;
  font-weight: 600;
  margin-bottom: 20px; }

.tender-template .tender-article .attachment .attachment-list li {
  margin-bottom: 20px; }
  .tender-template .tender-article .attachment .attachment-list li a {
    display: block;
    padding: 9px 16px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 4px;
    font-size: 0;
    color: #2b2b2b;
    text-decoration: none; }
    .tender-template .tender-article .attachment .attachment-list li a:hover span {
      color: #195d78;
      text-decoration: underline; }
    .tender-template .tender-article .attachment .attachment-list li a img {
      display: inline-block;
      width: 16px;
      margin-right: 16px;
      vertical-align: middle; }
    .tender-template .tender-article .attachment .attachment-list li a span {
      display: inline-block;
      width: calc(100% - 32px);
      font-size: 1rem;
      color: #2b2b2b;
      vertical-align: middle; }

.tender-template .tender-article .attachment .notice {
  font-size: 0.875rem; }

.tender-template .tender-article .notice {
  font-size: 1rem;
  color: #2b2b2b; }
  .tender-template .tender-article .notice a {
    color: #195d78;
    text-decoration: underline; }

.tender-template .tender-article .api-box {
  margin-bottom: 30px; }
  .tender-template .tender-article .api-box h3 {
    font-size: 1.125rem;
    color: #195d78;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px; }
    .tender-template .tender-article .api-box h3.icon {
      background-repeat: no-repeat;
      background-size: 32px 32px;
      background-position: 0 50%;
      padding-left: 42px; }
      .tender-template .tender-article .api-box h3.icon.api {
        background-image: url(../images/icon/api.png); }
      .tender-template .tender-article .api-box h3.icon.exchange {
        background-image: url(../images/icon/return_back.png); }
      .tender-template .tender-article .api-box h3.icon.file {
        background-image: url(../images/icon/description_file.png); }
  .tender-template .tender-article .api-box .paragraph {
    margin-bottom: 20px; }
  .tender-template .tender-article .api-box li + li {
    margin-top: 8px; }
  .tender-template .tender-article .api-box a {
    display: inline-block; }
    .tender-template .tender-article .api-box a > img {
      width: 21px;
      vertical-align: top;
      margin-right: 10px; }

.tender-template .tender-related {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px; }
  .tender-template .tender-related .tender-related-item {
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .tender-template .tender-related .tender-related-item a {
      display: block;
      width: 100%;
      background-color: #fff;
      border-radius: 4px;
      text-decoration: none;
      color: #2b2b2b; }
      .tender-template .tender-related .tender-related-item a .pic {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        overflow: hidden;
        position: relative;
        background-color: #ddd;
        background-image: url(../images/logo_white.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: 50% 50%; }
        .tender-template .tender-related .tender-related-item a .pic img {
          width: 100%;
          height: 100%;
          vertical-align: middle;
          object-fit: cover;
          position: absolute; }
      .tender-template .tender-related .tender-related-item a .txt {
        width: 100%;
        padding: 7px 18px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center; }
      .tender-template .tender-related .tender-related-item a:hover {
        color: #195d78; }
        .tender-template .tender-related .tender-related-item a:hover .txt {
          text-decoration: underline; }

@media screen and (max-width: 767px) {
  .tender-template .container {
    padding: 20px; }
  .tender-template .tender-title .tender-link {
    display: block;
    float: none;
    margin-top: 20px; }
  .tender-template .tender-detail .end-date {
    float: none;
    display: block;
    margin-top: 12px; }
  .tender-template .tender-article .content table {
    display: block;
    overflow-x: auto; }
  .tender-template .tender-article iframe {
    width: 100%; }
  .tender-template .tender-article .CTR {
    margin-bottom: 20px; }
  .tender-template .tender-related {
    flex-wrap: wrap; }
    .tender-template .tender-related .tender-related-item {
      width: 50%; } }

.map-template .container {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f4f4f4; }

.map-template .map-wrap .label {
  font-size: 1rem;
  color: #2b2b2b;
  letter-spacing: 0.31px;
  font-weight: 600; }

.map-template .map-wrap .continent-list {
  font-size: 0; }
  .map-template .map-wrap .continent-list .label {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px; }
  .map-template .map-wrap .continent-list > ul {
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: top; }
    .map-template .map-wrap .continent-list > ul li {
      display: inline-block;
      padding: 0px 8px 20px 8px;
      vertical-align: middle; }

.map-template .map-wrap .map-chart {
  width: 100%;
  margin-bottom: 40px; }
  .map-template .map-wrap .map-chart #mapChart {
    width: 100%;
    height: 360px; }

.map-template .map-wrap .global-chart #globalChart {
  width: 100%;
  height: 360px; }

.map-template .map-wrap .country-search {
  margin-bottom: 30px;
  position: relative; }

.map-template .map-wrap .possible-country-list {
  position: absolute;
  margin-top: 10px;
  width: 100%;
  z-index: 1; }
  .map-template .map-wrap .possible-country-list .possible-country-list-box {
    display: none;
    width: 100%;
    height: 220px;
    background-color: #fff;
    border: 1px solid #765b27;
    font-size: 1rem;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .map-template .map-wrap .possible-country-list .possible-country-list-box .keyeowrd-result {
      color: #2b2b2b;
      border-bottom: 1px solid #765b27;
      padding: 5px;
      font-weight: 500; }
    .map-template .map-wrap .possible-country-list .possible-country-list-box .possible-country {
      display: block;
      color: #195d78;
      text-decoration: none; }
      .map-template .map-wrap .possible-country-list .possible-country-list-box .possible-country:hover {
        text-decoration: underline; }
      .map-template .map-wrap .possible-country-list .possible-country-list-box .possible-country .possible-country-name {
        margin: 10px 0; }
    .map-template .map-wrap .possible-country-list .possible-country-list-box::-webkit-scrollbar {
      width: 5px; }
    .map-template .map-wrap .possible-country-list .possible-country-list-box::-webkit-scrollbar-track {
      border-radius: 10px;
      margin: 40px 0 5px 0; }
    .map-template .map-wrap .possible-country-list .possible-country-list-box::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #dbdbdb; }

.map-template .map-wrap .country-list {
  margin-bottom: 20px; }
  .map-template .map-wrap .country-list .label {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #765b27;
    margin-bottom: 10px; }
  .map-template .map-wrap .country-list > ul li {
    display: inline-block;
    padding: 10px 8px;
    vertical-align: middle; }
    .map-template .map-wrap .country-list > ul li .btn {
      padding: 8px 16px;
      border: 1px solid #e6e6e6; }
      .map-template .map-wrap .country-list > ul li .btn:link {
        color: #2b2b2b; }
    .map-template .map-wrap .country-list > ul li.active .btn {
      color: #765b27;
      border: 1px solid #765b27; }

.map-template .map-wrap .calendar-group {
  display: none; }

@media screen and (max-width: 767px) {
  .map-template .container {
    padding: 20px; }
  .map-template .map-wrap .map-chart {
    display: none; }
  .map-template .map-wrap .global-chart {
    margin-bottom: 30px; }
    .map-template .map-wrap .global-chart #globalChart {
      height: 250px; } }

.stationed-list {
  height: 360px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  overflow-y: auto;
  /* width */
  /* Handle */
  /* Track */ }
  .stationed-list::-webkit-scrollbar {
    width: 10px;
    height: 6px; }
  .stationed-list::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #977431;
    border: 2px solid #fff; }
  .stationed-list::-webkit-scrollbar-track {
    border-left: solid 1px #e6e6e6;
    background-color: rgba(230, 230, 230, 0.2); }

.stationed-item-collapse .stationed-item-heading {
  width: 100%;
  padding: 24px 15px;
  font-size: 0;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s; }
  .stationed-item-collapse .stationed-item-heading .stationed-item-title {
    display: inline-block;
    width: calc(100% - 47px);
    margin-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle; }
    .stationed-item-collapse .stationed-item-heading .stationed-item-title > span {
      display: block;
      font-size: 0.9375rem;
      color: #2b2b2b;
      font-weight: 500; }
      .stationed-item-collapse .stationed-item-heading .stationed-item-title > span.en {
        font-size: 0.875rem;
        color: #765b27;
        word-wrap: break-word; }
  .stationed-item-collapse .stationed-item-heading .toggle-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #977431;
    background-image: url(../images/icon/plus_more.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 50% 50%;
    vertical-align: middle;
    border-radius: 4px;
    transition: all 0.3s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }

.stationed-item-collapse:first-child .stationed-item-heading {
  border-top: 0; }

.stationed-item-collapse.active .stationed-item-heading {
  background-color: #fdf8f0; }
  .stationed-item-collapse.active .stationed-item-heading .toggle-icon {
    background-color: #765b27;
    background-image: url(../images/icon/less_open.png); }

.stationed-item-collapse:hover .stationed-item-heading {
  background-color: #fdf8f0; }

.stationed-item-collapse .stationed-item-panel {
  display: none; }
  .stationed-item-collapse .stationed-item-panel .stationed-item-info li {
    font-size: 0;
    padding: 8px 15px; }
    .stationed-item-collapse .stationed-item-panel .stationed-item-info li .th {
      display: inline-block;
      width: 60px;
      margin-right: 20px;
      font-size: 1rem;
      font-weight: 500;
      color: #2b2b2b;
      vertical-align: top; }
      .stationed-item-collapse .stationed-item-panel .stationed-item-info li .th > img {
        width: 28px;
        height: 28px;
        vertical-align: middle; }
    .stationed-item-collapse .stationed-item-panel .stationed-item-info li .td {
      display: inline-block;
      width: calc(100% - 80px);
      font-size: 1rem;
      color: #2b2b2b;
      vertical-align: top;
      word-wrap: break-word; }
      .stationed-item-collapse .stationed-item-panel .stationed-item-info li .td a {
        display: block;
        color: #195d78;
        word-wrap: break-word; }
    .stationed-item-collapse .stationed-item-panel .stationed-item-info li + li {
      border-top: 1px solid #e6e6e6; }

.map-table-box {
  margin-top: 40px;
  display: none; }
  .map-table-box.active {
    display: block; }

.national-file-box {
  margin-top: 40px;
  display: none; }
  .national-file-box.active {
    display: block; }

.history-area {
  margin-top: 30px;
  text-align: center; }
  .history-area .txt {
    font-size: 1rem;
    color: #2b2b2b; }
    .history-area .txt + .txt {
      margin-top: 16px; }

@media screen and (max-width: 767px) {
  .history-area {
    text-align: left; } }

.flow-chart-info {
  float: left;
  width: 25%;
  background-color: #195d78;
  padding: 20px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .flow-chart-info .info-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 20px; }
  .flow-chart-info p {
    width: 100%;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 30px; }
    .flow-chart-info p a {
      color: #ffd37c;
      text-decoration: underline; }

.flow-chart-steps {
  float: left;
  width: 75%;
  padding: 20px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .flow-chart-steps ol li.steps {
    padding: 30px 0;
    height: 155px; }
    .flow-chart-steps ol li.steps + li {
      margin-top: -70px; }
    .flow-chart-steps ol li.steps .steps-explain {
      width: calc(50% - 150px);
      float: left;
      position: relative;
      margin-top: 40px; }
      .flow-chart-steps ol li.steps .steps-explain::before {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background-color: #195d78;
        position: absolute;
        top: 35px; }
      .flow-chart-steps ol li.steps .steps-explain::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 3px solid #195d78;
        background-color: #f4f4f4;
        position: absolute;
        top: 29px; }
      .flow-chart-steps ol li.steps .steps-explain .steps-num {
        display: inline-block;
        width: 28px;
        height: 28px;
        font-size: 1rem;
        color: #fff;
        background-color: #195d78;
        border-radius: 4px;
        transform: rotate(-45deg);
        margin-left: 15px;
        position: relative; }
        .flow-chart-steps ol li.steps .steps-explain .steps-num span {
          display: block;
          line-height: 28px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(45deg); }
      .flow-chart-steps ol li.steps .steps-explain .steps-content {
        width: 100%;
        padding-left: 20px;
        padding-right: 25px;
        margin-top: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute; }
        .flow-chart-steps ol li.steps .steps-explain .steps-content p {
          width: 100%;
          font-size: 0.875rem;
          color: #2b2b2b;
          word-wrap: break-word; }
    .flow-chart-steps ol li.steps .steps-board {
      display: inline-block;
      width: 150px;
      height: 150px;
      background-color: #fff;
      border: 2px solid #195d78;
      border-radius: 4px;
      box-shadow: 4px 4px 0 0 #d8d8d8;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      transform: rotate(-45deg);
      text-align: center;
      position: relative; }
      .flow-chart-steps ol li.steps .steps-board .title {
        display: block;
        width: 120px;
        font-size: 1.25rem;
        line-height: 1.2;
        color: #195d78;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
        .flow-chart-steps ol li.steps .steps-board .title span {
          display: block;
          text-align: center; }
    .flow-chart-steps ol li.steps:nth-child(even) .steps-explain {
      float: right;
      text-align: right; }
      .flow-chart-steps ol li.steps:nth-child(even) .steps-explain::after {
        right: 0; }
      .flow-chart-steps ol li.steps:nth-child(even) .steps-explain .steps-num {
        margin-left: 0;
        margin-right: 15px; }
      .flow-chart-steps ol li.steps:nth-child(even) .steps-explain .steps-content {
        text-align: left;
        padding-left: 30px;
        padding-right: 0px; }
    .flow-chart-steps ol li.steps:nth-child(even) .steps-board {
      float: right;
      box-shadow: -4px -4px 0 0 #d8d8d8; }

@media screen and (max-width: 992px) {
  .flow-chart-info {
    width: 100%;
    height: auto; }
  .flow-chart-steps {
    width: 100%; }
    .flow-chart-steps ol li.steps {
      height: auto;
      padding-right: 20px;
      padding-left: 0; }
      .flow-chart-steps ol li.steps + li {
        margin-top: 0; }
      .flow-chart-steps ol li.steps .steps-explain {
        width: calc(100% - 130px);
        margin-top: 30px; }
        .flow-chart-steps ol li.steps .steps-explain .steps-content {
          position: relative; }
      .flow-chart-steps ol li.steps .steps-board {
        width: 130px;
        height: 130px; }
        .flow-chart-steps ol li.steps .steps-board .title {
          font-size: 1rem; }
      .flow-chart-steps ol li.steps:nth-child(even) {
        padding-left: 20px;
        padding-right: 0; } }

.news-container {
  margin-top: 20px; }
  .news-container .news-title-side {
    float: left;
    width: 25%;
    min-height: 336px;
    background-color: #195d78;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: url(../images/leftside_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative; }
    .news-container .news-title-side .head-title {
      width: 80%;
      position: absolute;
      top: 60px;
      right: 0; }
      .news-container .news-title-side .head-title > span {
        color: #fff; }
  .news-container .news-list-wrap {
    float: left;
    width: 75%;
    min-height: 336px;
    padding: 30px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .news-container .news-list-wrap .news-list > li {
      margin-bottom: 24px; }
      .news-container .news-list-wrap .news-list > li a {
        display: block;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px #e5e5e5;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition: all 0.3s; }
        .news-container .news-list-wrap .news-list > li a .img-box {
          display: block;
          float: right;
          width: 41.6666%;
          height: 180px;
          position: relative;
          overflow: hidden;
          border: 1px solid #e5e5e5;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          border-radius: 0 4px 4px 0; }
          .news-container .news-list-wrap .news-list > li a .img-box img {
            width: 100%;
            height: 100%;
            vertical-align: middle;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            transform: scale(1);
            transition: all 0.3s; }
        .news-container .news-list-wrap .news-list > li a .content-box {
          display: block;
          float: right;
          width: 58.3333%;
          height: 180px;
          padding: 30px 20px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          text-align: left;
          color: #2b2b2b; }
          .news-container .news-list-wrap .news-list > li a .content-box .time {
            display: inline-block;
            padding: 4px 12px;
            background-color: #ffd37c;
            color: #2b2b2b;
            font-size: 1rem;
            font-weight: 500;
            border-radius: 1000px;
            margin-bottom: 15px; }
          .news-container .news-list-wrap .news-list > li a .content-box .title {
            width: 100%;
            font-size: 1.125rem;
            font-weight: 500;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            -webkit-box-sizing: border-box; }
            .news-container .news-list-wrap .news-list > li a .content-box .title img {
              width: 32px;
              vertical-align: middle; }
          .news-container .news-list-wrap .news-list > li a .content-box .txt {
            width: 100%;
            font-size: 1rem;
            word-wrap: break-word;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-align: left; }
        .news-container .news-list-wrap .news-list > li a:hover {
          box-shadow: 0px 0px 14px #B9B9B9; }
          .news-container .news-list-wrap .news-list > li a:hover .img-box img {
            transform: scale(1.2); }
          .news-container .news-list-wrap .news-list > li a:hover .content-box {
            color: #195d78;
            text-decoration: underline; }
      .news-container .news-list-wrap .news-list > li:nth-child(even) a .img-box {
        float: left;
        border-radius: 4px 0 0 4px; }
      .news-container .news-list-wrap .news-list > li:nth-child(even) a .content-box {
        float: left;
        text-align: right; }
  .news-container .pagination_wrap {
    padding: 0;
    border: 0;
    background-color: transparent; }
    .news-container .pagination_wrap .pagination > li > a, .news-container .pagination_wrap .pagination > li span {
      background-color: transparent; }
    .news-container .pagination_wrap .pagination > li.active a, .news-container .pagination_wrap .pagination > li.active span {
      background-color: #195d78;
      color: #fff; }
    .news-container .pagination_wrap .pagination > li.disabled {
      cursor: not-allowed; }

@media screen and (max-width: 992px) {
  .news-container .news-title-side {
    width: 100%;
    min-height: 270px; }
    .news-container .news-title-side .head-title {
      width: 60%;
      left: 50%;
      transform: translateX(-50%); }
  .news-container .news-list-wrap {
    width: 100%;
    min-height: 270px;
    padding: 24px 16px; }
    .news-container .news-list-wrap .news-list > li a .img-box {
      width: 100%;
      height: auto;
      border-radius: 4px 4px 0 0; }
      .news-container .news-list-wrap .news-list > li a .img-box img {
        width: 100%;
        height: auto;
        max-height: 220px;
        position: relative;
        top: inherit;
        left: inherit; }
    .news-container .news-list-wrap .news-list > li a .content-box {
      width: 100%;
      padding: 16px; } }

.exhibition-container .map-area {
  position: relative; }
  .exhibition-container .map-area .map-img {
    width: 100%; }
    .exhibition-container .map-area .map-img img {
      width: 100%;
      vertical-align: middle; }
  .exhibition-container .map-area .map-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .exhibition-container .map-area .map-detail .taipei {
      width: 10.5%;
      position: absolute;
      top: 10%;
      left: 62%; }
      .exhibition-container .map-area .map-detail .taipei > img {
        width: 100%; }
      .exhibition-container .map-area .map-detail .taipei .logo-box {
        width: 150%;
        border: 3px dashed #404040;
        padding: 15px 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        top: -100%;
        left: 145%; }
        .exhibition-container .map-area .map-detail .taipei .logo-box a {
          display: block;
          width: 100%; }
          .exhibition-container .map-area .map-detail .taipei .logo-box a img {
            width: 100%; }
          .exhibition-container .map-area .map-detail .taipei .logo-box a + a {
            margin-top: 15px; }
      .exhibition-container .map-area .map-detail .taipei::before {
        content: "";
        display: block;
        width: 0;
        height: 224%;
        border-left: 3px dashed #404040;
        position: absolute;
        top: 100%;
        left: 76%;
        transform: rotate(154deg); }
      .exhibition-container .map-area .map-detail .taipei::after {
        content: "";
        display: block;
        width: 40%;
        border-top: 3px dashed #404040;
        position: absolute;
        top: 316%;
        left: 100%; }
    .exhibition-container .map-area .map-detail .taoyuan {
      width: 10.5%;
      position: absolute;
      top: 19%;
      left: 30%; }
      .exhibition-container .map-area .map-detail .taoyuan a {
        display: block;
        width: 100%; }
        .exhibition-container .map-area .map-detail .taoyuan a img {
          width: 100%; }
    .exhibition-container .map-area .map-detail .tainan {
      width: 10.5%;
      position: absolute;
      top: 35%;
      left: 13%; }
      .exhibition-container .map-area .map-detail .tainan a {
        display: block;
        width: 100%; }
        .exhibition-container .map-area .map-detail .tainan a img {
          width: 100%; }
      .exhibition-container .map-area .map-detail .tainan::before {
        content: "";
        display: block;
        width: 37%;
        height: 0;
        border-top: 3px dashed #404040;
        position: absolute;
        top: 15%;
        left: 100%; }
      .exhibition-container .map-area .map-detail .tainan::after {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        border-left: 3px dashed #404040;
        transform: rotate(165deg);
        position: absolute;
        top: 18%;
        left: 150%; }
    .exhibition-container .map-area .map-detail .kaohsiung {
      width: 10.5%;
      position: absolute;
      top: 50%;
      left: 8%; }
      .exhibition-container .map-area .map-detail .kaohsiung a {
        display: block;
        width: 100%; }
        .exhibition-container .map-area .map-detail .kaohsiung a img {
          width: 100%; }
      .exhibition-container .map-area .map-detail .kaohsiung::before {
        content: "";
        display: block;
        width: 0;
        height: 218%;
        border-left: 3px dashed #404040;
        transform: rotate(166deg);
        position: absolute;
        top: 18%;
        left: 130%; }
      .exhibition-container .map-area .map-detail .kaohsiung::after {
        content: "";
        display: block;
        width: 45%;
        height: 0px;
        border-top: 3px dashed #404040;
        position: absolute;
        top: 235%;
        left: 155%; }

@media screen and (max-width: 992px) {
  .exhibition-container .map-area .map-img {
    display: none;
    width: 100%; }
  .exhibition-container .map-area .map-detail {
    position: relative;
    width: 100%;
    height: auto;
    top: inherit;
    left: inherit; }
    .exhibition-container .map-area .map-detail .taipei {
      width: 100%;
      background-color: #f4f4f4;
      padding: 1.25em;
      position: relative;
      top: inherit;
      left: inherit;
      text-align: center;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      margin-bottom: 1em; }
      .exhibition-container .map-area .map-detail .taipei img {
        width: 30%; }
      .exhibition-container .map-area .map-detail .taipei .logo-box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        border: none;
        padding: 0; }
        .exhibition-container .map-area .map-detail .taipei .logo-box > a {
          width: calc(50% - 30px);
          margin: 15px; }
      .exhibition-container .map-area .map-detail .taipei::before, .exhibition-container .map-area .map-detail .taipei::after {
        display: none; }
    .exhibition-container .map-area .map-detail .taoyuan {
      width: 100%;
      background-color: #f4f4f4;
      padding: 1.25em;
      position: relative;
      top: inherit;
      left: inherit;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      margin-bottom: 1em; }
      .exhibition-container .map-area .map-detail .taoyuan a {
        width: 45%;
        margin: 0 auto; }
    .exhibition-container .map-area .map-detail .tainan {
      width: 100%;
      background-color: #f4f4f4;
      padding: 1.25em;
      position: relative;
      top: inherit;
      left: inherit;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      margin-bottom: 1em; }
      .exhibition-container .map-area .map-detail .tainan a {
        width: 45%;
        margin: 0 auto; }
      .exhibition-container .map-area .map-detail .tainan::before, .exhibition-container .map-area .map-detail .tainan::after {
        display: none; }
    .exhibition-container .map-area .map-detail .kaohsiung {
      width: 100%;
      background-color: #f4f4f4;
      padding: 1.25em;
      position: relative;
      top: inherit;
      left: inherit;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .exhibition-container .map-area .map-detail .kaohsiung a {
        width: 45%;
        margin: 0 auto; }
      .exhibition-container .map-area .map-detail .kaohsiung::before, .exhibition-container .map-area .map-detail .kaohsiung::after {
        display: none; } }

.modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none; }

.modal-dialog {
  width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 80px;
  margin-bottom: 80px; }

.modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    -o-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .modal.fade.in {
    opacity: 1; }
    .modal.fade.in .modal-dialog {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      transition: all 0.3s ease-in-out;
      opacity: 1; }

.modal-wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  position: relative; }
  .modal-wrap .modal-close {
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    background-color: #fff;
    background-image: url(../images/brown_close.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50% 50%;
    border: 2px solid #765b27;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 0.3s; }
    .modal-wrap .modal-close:hover {
      background-color: #765b27;
      background-image: url(../images/white_close.png); }
  .modal-wrap .modal-header {
    margin-bottom: 20px; }
    .modal-wrap .modal-header .modal-title {
      display: inline-block;
      font-size: 1.375rem;
      color: #2b2b2b;
      vertical-align: middle; }
    .modal-wrap .modal-header > img {
      display: inline-block;
      width: 50px;
      height: 50px;
      vertical-align: middle; }
  .modal-wrap .modal-content {
    padding: 20px 80px; }
    .modal-wrap .modal-content .modal-body .subject-content {
      font-size: 1rem;
      font-weight: 500;
      color: #2b2b2b; }
    .modal-wrap .modal-content .modal-body .verification_box {
      display: inline-block;
      vertical-align: middle;
      padding: 15px;
      margin-top: 25px; }
  .modal-wrap .modal-footer {
    font-size: 0;
    text-align: center;
    margin-top: 20px; }
    .modal-wrap .modal-footer .modal-btn-box .btn + .btn {
      margin-left: 12px; }
    .modal-wrap .modal-footer .modal-btn-box .btn_close_modal {
      width: 140px;
      border: 1px solid #765b27;
      color: #765b27;
      background-color: #fff;
      margin-right: 24px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .modal-wrap .modal-footer .modal-btn-box .btn_close_modal:hover {
        background-color: #765b27;
        color: #fff;
        text-decoration: none; }
    .modal-wrap .modal-footer .modal-btn-box .btn_submit_modal {
      width: 140px;
      background-color: #765b27;
      border: 1px solid #765b27;
      color: #fff;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .modal-wrap .modal-footer .modal-btn-box .btn_submit_modal:hover {
        background-color: #674F21;
        border: 1px solid #674F21;
        text-decoration: none; }

@media screen and (max-width: 1199px) {
  .modal-dialog {
    width: 90%; }
  .modal-wrap .modal-content {
    padding: 10px 30px; }
    .modal-wrap .modal-content .modal-body .verification_box {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-left: 47px; } }

#ui-datepicker-div {
  z-index: 100 !important; }
