﻿@charset "UTF-8";
.h2 {
  position: relative;
  font-size: 32px;
  margin-left: 45px;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 32px;
  }
}
.h2:before {
  content: " ";
  display: block;
  position: absolute;
  background: url(../Images/all/h2ti.svg) no-repeat;
  background-size: cover;
  width: 40px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}
.h2 .txt-en {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3215686275);
}

.h2.h1_tit {
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem;
  width: fit-content;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .h2.h1_tit {
    margin: 0.1rem auto 2rem;
  }
}
.h2.h1_tit .txt-tw {
  font-weight: bold;
  background: linear-gradient(90deg, #f9ecc6, #d3af76, #cfab70);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-right: 0;
  display: table;
  z-index: 10;
  position: relative;
  font-size: 28px;
}
@media (max-width: 767px) {
  .h2.h1_tit .txt-tw {
    font-size: 25px;
  }
}
.h2.h1_tit:after {
  content: " ";
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #f9ecc6, #d3af76, #cfab70);
  width: 30%;
  height: 1px;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.breadcrumb {
  font-weight: 300;
  font-size: 13px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .breadcrumb {
    transform: translateY(-10px);
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(249, 249, 249, 0.44);
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:first-child a {
  background: url(../Images/All/home_house_icon.svg) no-repeat;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
  filter: brightness(0) invert(1);
  transform: translateY(-1px);
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li:before {
  content: "/" !important;
}

body .btn-primary:hover {
  background-color: #007d00;
}

body .btn-primary {
  background-color: #e86e24;
  border: none;
}

.page-box:not(.page-box_show) {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.page-box:not(.page-box_show) ul li {
  padding: 0 1px;
}
.page-box:not(.page-box_show) ul li a {
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #000;
  background: #d3d3d3;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.page-box:not(.page-box_show) ul li a:hover {
  background: #876e34;
  color: #fff !important;
}
.page-box:not(.page-box_show) ul li a:focus {
  box-shadow: unset;
}
.page-box:not(.page-box_show) ul li.active a {
  background: #876e34;
  color: #fff !important;
}
.page-box:not(.page-box_show) ul li:first-child a:hover, .page-box:not(.page-box_show) ul li:nth-child(2) a:hover, .page-box:not(.page-box_show) ul li:last-child a:hover, .page-box:not(.page-box_show) ul li:nth-last-child(2) a:hover {
  background-color: #000;
  color: #fff !important;
}
.page-box:not(.page-box_show) .page-info {
  opacity: 0.4;
  font-weight: 300;
}

.page-box_show {
  margin-bottom: 3rem !important;
}
.page-box_show ul li a {
  position: relative;
  color: #000 !important;
  margin: 0 auto 0;
  font-size: 15px;
  background: linear-gradient(90deg, #f9ecc6, #d3af76, #cfab70);
  padding: 10px 35px;
  border-radius: 5px;
  width: auto;
  font-weight: 400;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
.page-box_show ul li a:hover {
  color: #fff !important;
  background: #000;
}

@media (max-width: 991px) {
  .side .navbar {
    display: none;
  }
}

main.main {
  min-height: 350px;
}
@media (min-width: 2000px) {
  main.main {
    min-height: 50vh;
  }
}

.page-content {
  position: relative;
  background: linear-gradient(to right, #101936, #101936, #101936);
}

body.lang_en header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 19px;
}

body.lang_en .home_footer .footer_th001_area .footer_th001 .footer_sitemap ul li a {
  font-size: 17px;
}

body.lang_en .home_footer .footer_th001_area .footer_th001 .footer_sitemap ul li a:hover {
  font-weight: inherit;
}

body.lang_en header .navbar .navbar-nav .nav-item.dropdown .dropdown-item {
  font-size: 17px;
}

@media (max-width: 420px) {
  body.lang_en .home_footer .footer_th001_area .footer_th001 .footer_sitemap .copyright,
  body.lang_jp .home_footer .footer_th001_area .footer_th001 .footer_sitemap .copyright {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  body.lang_cn .footer_contact .add a,
  body.lang_cn .home_footer .footer_th001_area .footer_th001 .footer_sitemap ul li a {
    font-size: 14px;
  }
}

body.lang_en .home_footer .footer_th001_area .footer_th001 .footer_sitemap .copyright,
body.lang_jp .home_footer .footer_th001_area .footer_th001 .footer_sitemap .copyright {
  font-size: 13px;
}

.wid.wid-news.wid-multiple-collapse {
  display: none;
}

.wid-news .wid-cont {
  background: linear-gradient(160deg, rgba(21, 58, 105, 0.5803921569), rgba(25, 73, 125, 0.0588235294));
  border-radius: 10px;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
}

.wid-news .wid-cont .navbar-nav {
  background-color: unset;
}

.wid-news .wid-cont .navbar-nav .nav-item a {
  position: relative;
  background: linear-gradient(90deg, #f9ecc6, #d3af76, #cfab70);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 17px;
  padding: 15px 10px 10px 20px;
  font-weight: bold;
  transition: all 0.3s;
}

.wid.wid-news.wid-multiple-collapse .h3 {
  display: none;
}

@media (max-width: 450px) {
  .breadcrumb-item:nth-child(2):nth-last-child(2) {
    display: none;
  }
}

.main .container .content .editor {
  padding: 0 1rem;
}

body:not(.home) .main .container {
  margin-bottom: 2rem;
}

/* 第三層選單 dropdown-submenu */
