/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:
    roboto,
    Arial,
    sans-serif,
    \5FAE\8EDF\6B63\9ED1\9AD4,
    microsoft jhenghei,
    sans-serif !important;
  font-size: 0.95rem;
  color: #5d5c5c;
}

a {
  color: #e60012;
  text-decoration: none;
}

a:hover {
  color: #ba0413;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

p {
  line-height: 160%;
  letter-spacing: 1px;
  font-size: 16px;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card {
  border-radius: 0;
}

.card-title {
  font-size: 1.25rem;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ba0413;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: rgba(166, 166, 166, 0.5);
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #e60012;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Scrollbar
--------------------------------------------------------------*/

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 85px;
}

#header.fixed-top {
  height: 70px;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

.memberOnly-logo {
  img {
    max-height: 40px;

    @media (max-width: 768px) {
      max-height: 25px;
    }
  }

  p {
    font-family: "Noto Serif TC", serif;
    font-size: 1.25rem;

    @media (max-width: 768px) {
      font-size: 0.9rem;
    }
  }
}

/*--------------------------------------------------------------
# Language Bar
--------------------------------------------------------------*/
#lanbar {
  background: #f2f2f2;
  border-width: 1px;
  height: 35px;
  line-height: 0;
  font-size: 13px;
  transition: all 0.5s;
  font-weight: 700;
  padding: 0;
}

#lanbar .links {
  color: #808080;
  font-weight: 600;
}

#lanbar .social_link i {
  font-size: 16px;
  color: #595757;
  padding: 4px;
  margin-right: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #595757;
  display: flex;
}

#lanbar .social_link i:hover {
  color: #e60012;
  border: 1px solid #e60012;
}

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#custom-search-input {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

#custom-search-input .search-query {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#custom-search-input button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #e60012;
}

#custom-search-input .input-group-btn {
  margin-left: -5px;
}

#custom-search-input .input-group {
  margin-bottom: 15px;
}

.search-query:focus + button {
  z-index: 3;
}

.search-option input {
  border: medium none;
  padding: 5px 5px;
}

.search-option {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 3px 10px;
}

.search-option button:hover {
  color: #e60012;
}

/*--------------------------------------------------------------
Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
  background: none;
  padding-top: 15px;
  font-size: 13px;
}

@media (max-width: 1200px) {
  .breadcrumb {
    display: none;
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* PC?�menu */

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #515050;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #e60012;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:not(.btn):hover:before,
.navbar li:hover > a:not(.btn):before,
.navbar .active:not(.btn):before {
  visibility: visible;
  width: 100%;
}

.navbar a:not(.btn):hover,
.navbar .active:not(.btn),
.navbar .active:not(.btn):focus,
.navbar li:hover > a:not(.btn) {
  color: #e60012;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #e60012;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/* ?��??�menu */

.mobile-nav-toggle {
  color: #515050;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #424242;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #515050;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #e60012;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #e60012;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -50px;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-en-container {
  position: absolute;
  bottom: 0;
  width: 75%;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  text-align: left;
}

#hero h1 {
  font-family: "Noto Serif TC", serif;
  margin: 0 0 10px 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: -1px 0 5px #465257;
}

#hero h2 {
  font-family: "Noto Serif TC", serif;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 500;
  text-shadow: -1px 0 2px #465257;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero .hero-en-container {
    width: 80%;
  }

  #hero h1 {
    font-size: 30px;
    line-height: 32px;
  }
  #hero h2 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

/*-----------------------------------------------------------------*/
/* News Wrap
/*-----------------------------------------------------------------*/

#newsWrap {
  padding: 130px 0px 90px 0px;
  background: #f0f0f0;
}

.newsWrap-items {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.newsWrap-items .item {
  background: #fff;
  height: auto;
  font-weight: 300;
  margin: 0px 15px 10px;

  cursor: pointer;
}

.newsWrap-items .item img {
  margin-bottom: 20px;
}

.newsWrap-items .item h4 {
  margin-bottom: 6px;
}

.newsWrap-items .item p {
  margin-bottom: 9px;
}

#newsWrap .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: relative;
  height: 40px;
}

#newsWrap .owl-prev,
#team .owl-next {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 20px;
  border-radius: 2px;
  opacity: 1;
  background: #fa3636;
  position: absolute;
  transition: all 0.3s ease 0s;
}

#newsWrap .owl-prev {
  right: 50%;
  margin-right: 10px;
}

#newsWrap .owl-next {
  left: 50%;
  margin-left: 10px;
}

#newsWrap .owl-prev:hover,
#newsWrap .owl-next:hover {
  background: #3c3c3c;
}

.newsWrap-area {
  height: auto;
  width: 100%;
}

.newsWrap-text {
  padding: 0 20px;
  font-size: 16px;
}

.newsList-text {
  font-size: 14px;
}

.newsWrap-text h4 a {
  color: #444;
  text-decoration: none;
}

.newsWrap-text h4 a:hover {
  color: #ec5c5c;
  text-decoration: none;
}

.newsWrap-text h4 {
  color: #444;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.8rem;
}

.newsList-text h4 a {
  color: #ec5c5c;
  text-decoration: none;
}

.newsList-text h4 a:hover {
  color: #ba0413;
  text-decoration: none;
}

.newsList-text h4 {
  color: #ec5c5c;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px;
}

.newsList-meta span i {
  margin-right: 5px;
}

.newsWrap-meta span i {
  padding-right: 5px;
}

.newsWrap-meta {
  border-bottom: 1px dotted #fff;
  padding-left: 20px;
}

.newsList-meta {
  border-bottom: 1px dotted #fff;
}

.single-news .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  margin: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-news .ready-btn:hover {
  border: 1px solid #ec5c5c;
  color: #ec5c5c;
}

.single-news-img {
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.single-news-img img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
}
.ellipsisNews {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

@media (max-width: 768px) {
  .newsList-text h4 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .newsList-text h4 a {
    font-size: 17px;
    line-height: 24px;
  }

  .newsList-text {
    font-size: 12px;
  }
}
/*----------------------------------------
Location Area
----------------------------------------*/

.test-overly {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.location-area {
  background: rgba(248, 248, 248, 0.8) url("../img/location_bg.jpg") no-repeat
    fixed center top;
}

.location-bg {
  position: relative;
  z-index: 1;
}

.location-text {
  margin: 50px 0;
  padding: 30px 40px;
}

.location-text h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.location-text p {
  font-size: 18px;
  color: #fff;
}

.location-text .section-headline p {
  margin-bottom: 0;
}

.location .location-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  margin: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.location .location-btn:hover {
  border: 1px solid #ec5c5c;
  color: #ec5c5c;
}

.location a {
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .location-text h2 {
    font-size: 28px;
  }
  .location-text p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# News List
--------------------------------------------------------------*/
.news-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 0px;
}

.post-img {
  display: block;
  float: left;
  padding: 5px;
  width: 20%;
  max-height: 110px;
}

.pst-content {
  display: block;
  float: left;
  width: 80%;
  padding: 5px 0 0 10px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

@media (max-width: 991px) {
  .post-img {
    display: none;
  }
  .pst-content {
    width: 100%;
  }
}

/*----------------------------------------
  News Deatails
----------------------------------------*/

.news-page {
  margin-top: 40px;
}

.left-news h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 15px 10px;
}

.left-news {
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-news i {
  margin-right: 5px;
  color: #e60012;
}

.right-news {
  overflow: hidden;
}

.right-news .news-detail-img {
  position: relative;
}

.right-news .news-detail-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.newsDownloadList {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.newsDownloadList span i {
  margin-right: 5px;
  color: #e60012;
}

.newsLeft-content {
  display: block;
  float: left;
  font-size: 15px;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.video-container {
  position: relative;
  width: 100%;
}

.newsLeft-content span a {
  color: #444;
}

.newsLeft-content span a:hover {
  color: #e60012;
}

.news-detail-text h2 {
  color: #ec5c5c;
  font-size: 26px;
  line-height: 2rem;
}

.news-detail-text .chairmanName {
  color: #5a5a5a;
  font-size: 26px;
  font-weight: 600;
}

.news-detail-text .chairmanPeriod {
  color: #ec5c5c;
  font-size: 22px;
  padding-left: 15px;
}

.news-detail-text h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #5a5a5a;
  font-size: 18px;
  letter-spacing: 0.2rem;
  font-weight: 600;
}

.news-detail-text li {
  padding-bottom: 10px;
}

.news-detail-text {
  padding: 20px 0;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

.news-detail-content {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.7rem;
}

.news-detail-meta span i {
  margin-right: 5px;
}

.news-detail-meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.news-detail-meta .date-type {
  font-weight: 400;
  font-size: 18px;
}

.news-detail-meta .category-type {
  color: #e39144;
  border: 1px solid #e39144;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 20px;
  margin: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .news-detail-meta .date-type {
    font-size: 14px;
  }

  .news-detail-meta .category-type {
    font-size: 12px;
  }

  .news-detail-text h2 {
    font-size: 20px;
  }

  .news-detail-content {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-section {
  overflow: hidden;
  background-image: url("../img/about5_bg.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}

.about-section h5 {
  font-size: 30px;
  color: #987f5c;
  font-family: "Tiro Devanagari Hindi", serif;
  font-style: italic;
}

.about-section p {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Phone
--------------------------------------------------------------*/
.phone {
  background: #980813;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
}

.phone i {
  margin-right: 5px;
  font-size: 28px;
}

.phone span {
  vertical-align: middle;
  font-size: 25px;
  padding-right: 5px;
}

.phone img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .phone {
    font-size: 13px;
  }

  .phone span {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #c9c9c9;
  color: #595757;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.5px;
}

#footer .footer-top {
  background: #f0f0f0;
  padding: 80px 0 30px 0;
}

#footer .footer-top .footer-info span {
  font-weight: 600;
  padding-right: 10px;
  font-size: 16px;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 2rem;
}

#footer .footer-top .footer-info i {
  font-size: 18px;
  color: #ec5c5c;
  padding-right: 5px;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #595757;
  position: relative;
}

#footer .footer-top h4 a {
  color: #595757;
  position: relative;
}

#footer .footer-top h4 a:hover {
  font-weight: 600;
  color: #ec5c5c;
  position: relative;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec5c5c;
  font-size: 18px;
  line-height: 0.7;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-info ul li {
  padding: 10px 0;
  font-size: 16px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #595757;
  transition: 0.3s;
  display: inline-block;
  line-height: 0.5;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ec5c5c;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
  color: #595757;
  font-size: 12px;
}

#footer .social_link {
  text-align: left;
}

#footer .social_link i {
  font-size: 18px;
  background-color: #595757;
  color: #ffffff;
  padding: 5px;
  margin-right: 3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

#footer .social_link i:hover {
  background-color: #e60012;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news {
  margin-top: 90px;
  padding: 60px 0;
  position: relative;
}

.news img {
  padding: 40px;
}

.news .container {
  position: relative;
  z-index: 10;
}

.news .content {
  padding: 30px 30px 30px 0;
}

.news .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #e60012;
  margin-bottom: 30px;
}

.news .content p {
  margin-bottom: 30px;
  font-size: 1rem;
  letter-spacing: 0.08rem;
}

.newstable {
  font-size: 16px;
  text-align: left;
}

.newstable tr {
  display: flex;
  border-bottom: 1px dashed #ccc;
}

.newstable tr :hover {
  padding-left: 10px;
  transition: all 0.3s;
}

.newstable td {
  padding: 15px 0;
}

.newstable td a {
  color: #5d5c5c;
}

.newstable td a:hover {
  color: #d43636;
}

.newsdate {
  font-size: 17px;
  color: #e60012;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  width: 20%;
}

@media (max-width: 1200px) {
  .news .content {
    padding-right: 0;
  }

  .news img {
    display: none;
  }
}

@media (max-width: 768px) {
  .news {
    text-align: center;
    margin-top: 30px;
  }
  .news .content h3 {
    font-size: 24px;
  }

  .news img {
    display: none;
  }

  .newstable tr {
    display: block;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .newstable td {
    display: block;
    padding: 0;
  }

  .newsdate {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/

.newsList {
  position: relative;
  margin: auto;
}

.news-banner {
  padding: 1rem 0;
  background: url("../img/about-tfea-bg.jpg") no-repeat center center;
  background-size: cover;
}

.newsList .content {
  margin: auto;
}

.news-title h2 {
  color: #d43636;
  font-weight: 500;
  font-size: 28px;
  position: relative;
}

.news-date {
  text-align: right;
  font-size: 14pt;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  color: #8f8f8f;
}

.news-detail {
  font-size: 1rem;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  color: #6a6969;
}

.news-detail p {
  margin: 20px 0;
}

.news-detail li {
  line-height: 1.6rem;
  margin: 20px 0;
}

.news-date span {
  vertical-align: middle;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .news-title h2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .news-date {
    font-size: 12pt;
  }
}

/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/

.members {
  position: relative;
  margin: auto;
  font-size: 16px;
  line-height: 2rem;
}

.member-section {
  padding: 40px 0 60px 0;
  overflow: hidden;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

.member-section .category-type {
  color: #1c88e2;
  border: 1px solid #1c88e2;
  border-radius: 30px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 10px;
  margin-bottom: 5px;
  text-align: center;
}

.member-section .card {
  padding: 20px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.275);
}

.member-section .card .CompanyName {
  color: #ec5c5c;
  font-size: 20px;
}

.member-section .card .memberName {
  color: #4d4d4d;
  font-size: 18px;
}

.member-section .card .memberInfoGroup {
  color: #595757;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.member-section .card .memberInfoContent {
  flex: 1 1 0;
}

.memberInfoLink {
  color: #b10714;

  &:hover {
    color: #74050e;
  }
}

.member-section span {
  padding-left: 10px;
}

.member-section .card .card-body {
  padding: 0;
}

.member-section .card .btn {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  background: #727272;
  letter-spacing: 0.1rem;
  padding: 10px 0;
  font-weight: 500;
}

.member-section .card .btn:hover {
  background: #484848;
  color: #fff;
}

.members .content {
  margin: auto;
}

.members h3 {
  color: #980813;
  font-size: 1.1rem;
  width: 45%;
}

.members span {
  color: #6a6969;
  font-size: 1.1rem;
}

.memberjob {
  vertical-align: middle;
  color: #3d3e47;
}

.members .chairmanLink {
  cursor: pointer;
}

@media (max-width: 768px) {
  .members {
    margin-top: 20px;
  }

  .members h3 {
    font-size: 1rem;
  }

  .members span {
    font-size: 1rem;
  }

  .members .btn {
    line-height: 22px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 3px;
    border: 2px solid transparent;
    color: #262b37;
    margin-right: 6px;
  }
}

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/

.information {
  position: relative;
  margin: auto;
}

.information .accordion-item {
  border-top: 1px solid #b4b3b3;
}

.information .content {
  margin: auto;
}

.information h3 {
  color: #595757;
  font-weight: 600;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  font-size: 1.1rem;
  padding: 20px 0;
}

.information span {
  color: #6a6969;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .information {
    margin-top: 20px;
  }

  .information h3 {
    font-size: 1rem;
  }

  .information span {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.accordion-flush {
  margin-top: 40px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.accordion-button p {
  font-size: 16px;
  color: #c93342;
}

.accordion-button:hover {
  background-color: #ffffff;
}

.accordion-button:not(.collapsed):hover {
  background-color: #ffffff;
}

.accordion-button:not(.collapsed) {
  color: #3c3c3c;
  background-color: #ffffff;
  box-shadow: none;
}

.accordion-item {
  background-color: #fff;
  border: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  outline: 0;
  box-shadow: none;
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
  background-color: #f2f2f2;
}

.accordion-body li {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .accordion-flush {
    margin-top: 0;
  }
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E60012'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E60012'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*--------------------------------------------------------------
# Chairman Accordion
--------------------------------------------------------------*/

.chairman_accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #616060;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.chairman_accordion-button:hover {
  background-color: #edecec;
}

.chairman_accordion-button:not(.collapsed):hover {
  background-color: #edecec;
}

.chairman_accordion-button:not(.collapsed) {
  color: #616060;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.chairman_accordion-item {
  background-color: #fff;
  border: 0;
  border-top: 1px solid #e7e7e9;
}

.chairman_accordion-item h2 {
  margin-bottom: 0px;
}

.chairman_accordion-button:focus {
  z-index: 3;
  border-color: #ffffff;
  border-top: 1px solid #e7e7e9;
  outline: 0;
  box-shadow: none;
}

.chairman_accordion-flush .chairman_accordion-item:first-child {
  border-top: 1px solid #e7e7e9;
}

.chairman_accordion-flush .chairman_accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.chairman_accordion-body {
  padding: 2rem 3rem;
  background-color: #f2f2f2;
}

.chairman_accordion-body li {
  padding-bottom: 1rem;
}

.chairman_accordion-body h6 {
  color: darkred;
  font-size: 16px;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .chairman_accordion-flush {
    margin-top: 0;
  }

  .chairman_accordion-body {
    padding: 1rem 1.5rem;
    background-color: #f2f2f2;
  }
}

.chairman_accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E60012'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.chairman_accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E60012'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: left;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
}

.section-title .title {
  margin-bottom: 30px;
}

.section-title-p {
  text-align: left;
  padding-bottom: 28px;
}

.section-title-p p {
  line-height: 24px;
}

.section-title-p h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.section-title h6 {
  font-size: 32px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.section-title h3 {
  margin: 15px 0 0 0;
  color: #e60012;
  font-size: 28px;
  font-weight: 700;
}

.section-title h5 {
  font-size: 28px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}
.section-title-p p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  section {
    padding: 30px 0;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title-p h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 10px;
  }

  .section-title {
    padding-bottom: 12px;
  }

  .section-title .title {
    margin-bottom: 0px;
  }

  .section-title h5 {
    font-size: 18px;
  }
  .section-title-p h2 {
    font-size: 24px;
  }

  .section-title h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .section-title h6 {
    margin-top: 10px;
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding: 40px 20px;
}

.contact .form-group {
  margin-bottom: 20px;
}

.contact button[type="submit"] {
  background: #ba0413;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  font-size: 16px;
}

.contact button[type="submit"]:hover {
  background: #e60012;
}

.contactText {
  margin-top: 30px;
  font-size: 16px;
  text-align: left;
  line-height: 26px;
}

/*-----------------------------------------------------------------*/
/* Map
/*-----------------------------------------------------------------*/

.map {
  height: 30rem;
}
.map iframe {
  pointer-events: none;
  height: 100%;
  width: 100%;
  border: 0;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

/*-----------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------*/

.btn {
  box-shadow: none;
  line-height: 22px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 3px;
  border: 2px solid transparent;
  color: #262b37;
  transition: all 200ms ease 0s;
  margin-right: 6px;
}

.btn-red {
  background: rgb(243, 88, 91);
  border-color: rgb(243, 88, 91);
  color: #fff;
}
.btn-red:hover,
.btn-red:focus {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #5f5a5a;
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  background: #7ec13f;
  border-color: #7ec13f;
}

.btn-gray-border:hover,
.btn-gray-border:focus {
  color: #fff;
  background: rgb(243, 88, 91);
  border-color: rgb(243, 88, 91);
}

.btn-green {
  background: #7ec13f;
  border-color: #7ec13f;
  color: #fff;
}

.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-gray-border {
  border: 2px solid #7a7a7b;
  background: transparent;
  color: #4f4f50;
}

.btn-gray-border:hover,
.btn-gray-border:focus {
  color: #fff;
  background: #7ec13f;
  border-color: #7ec13f;
}

.btn-gold-border {
  border: 1px solid #e60012;
  background: transparent;
  color: #e60012;
}

.btn-gold-border:hover,
.btn-gold-border:focus {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}

.btn-purple-border {
  border: 1px solid #741192;
  background: transparent;
  color: #741192;
}

.btn-purple-border:hover,
.btn-purple-border:focus {
  color: #fff;
  background: #741192;
  border-color: #741192;
}

.btn-secondary {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b6d7d;
  border-color: #656776;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

.btn-success:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #169b6b;
  border-color: #149063;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

.btn-info:hover {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2a96a5;
  border-color: #278c9b;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4b30d;
  border-color: #e9aa0b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d52a1a;
  border-color: #ca2819;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}

.btn-light:focus,
.btn-light.focus {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

.btn-dark:hover {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #42444e;
  border-color: #3d3e47;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

.btn-dl {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 18px 40px;
  margin-top: 15px;
  color: #fff;
  background: #727272;
  letter-spacing: 0.1rem;
}

.btn-dl:hover {
  background: #484848;
  color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.2rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*-----------------------------------------------------------------*/
/* ?��?
/*-----------------------------------------------------------------*/

ul.pagination {
  display: block;
  float: right;
  padding: 0;
  margin-top: 10px;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: #595757;
  float: left;
  padding: 4px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.pagination li a.active {
  background-color: #ec5c5c;
  color: white;
  border: 1px solid #ec5c5c;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

#row-rev {
  flex-direction: row-reverse;
}

/*--------------------------------------------------------------
# Inspection
--------------------------------------------------------------*/
.inspectionFilter {
  padding: 20px;
  background-color: #ececee;
  margin: 20px 0px;
}

.inspectionFilter span {
  padding-right: 10px;
}

.inspectionFilter .form-label {
  color: #424242;
  font-weight: 600;
}
.inspectionFilter .btn {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}

.publication-cover {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

div.publication {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background: #000000;
  text-align: center;
  cursor: pointer;
}

div.publication * {
  box-sizing: border-box;
}

div.publication img {
  max-width: 100%;
  vertical-align: top;
}

div.publication p {
  position: absolute;
  top: 70%;
  left: 50%;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  transform: translate(-50%, -50%) scale(0);
}

div.publication h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  transform: translate(-50%, -50%) scale(0);
}

div.publication a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

div.publication.cover {
  background-color: #ec5c5c;
}

div.publication.cover p {
  color: #ffffff;
}

div.publication.cover h2 {
  color: #ffffff;
}

div.publication:hover img {
  opacity: 0.2;
  filter: grayscale(100%);
}

div.publication * {
  transition: all 0.35s ease-in-out;
}

div.publication:hover p {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

div.publication:hover h2 {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.report-img {
  position: relative;
  margin: 20px;
}

.report-img img {
  width: 80%;
}

@media (max-width: 575.98px) {
  .inspectionFilter .btn {
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Time Line
--------------------------------------------------------------*/
.timeline {
  width: 100%;
}

.timeline.timeline-one .timeline-item {
  position: relative;
  width: 50%;
  margin-left: 50%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  text-align: left;
}
.timeline.timeline-one .timeline-item img {
  margin-top: 10px;
  width: 50%;
}

.timeline.timeline-one .timeline-item i {
  color: crimson;
}

@media (max-width: 575.98px) {
  .timeline.timeline-one .timeline-item {
    width: 100%;
    margin-left: 0;
  }
}

.timeline.timeline-one .timeline-item img {
  margin-bottom: 1.25rem;
}

.timeline.timeline-one .timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.425rem;
  margin-left: -0.5rem;
  border: 0.0625rem solid #b79c76;
  border-radius: 50%;
}
.timeline.timeline-one .timeline-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -0.1875rem;
  width: 0.0625rem;
  margin-top: 1.875rem;
  margin-left: -0.0625rem;
  background-color: #b79c76;
}

.timeline.timeline-one .timeline-item:nth-child(2n + 1) {
  margin-left: 0;
  padding-right: 1.5rem;
  padding-left: 0;
  text-align: right;
}

@media (max-width: 575.98px) {
  .timeline.timeline-one .timeline-item:nth-child(2n + 1) {
    padding-right: 0;
    padding-left: 1.5rem;
    text-align: left;
  }
}

.timeline.timeline-one .timeline-item:nth-child(2n + 1):after,
.timeline.timeline-one .timeline-item:nth-child(2n + 1):before {
  right: 0;
  left: auto;
}

@media (max-width: 575.98px) {
  .timeline.timeline-one .timeline-item:nth-child(2n + 1):after,
  .timeline.timeline-one .timeline-item:nth-child(2n + 1):before {
    right: auto;
    left: 0;
  }
}

.timeline.timeline-one .timeline-item:nth-child(2n + 1):before {
  margin-right: -0.5rem;
}
.timeline.timeline-one .timeline-item:nth-child(2n + 1):after {
  margin-right: -0.0625rem;
}
.timeline.timeline-one.dark .timeline-item:before {
  border: 0.0625rem solid #b7c3d2;
}

.timeline.timeline-one.dark .timeline-item:after {
  background-color: #b7c3d2;
}
.timeline.timeline-two .timeline-item {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

.timeline.timeline-two .timeline-item:after,
.timeline.timeline-two .timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

.timeline.timeline-two .timeline-item:before {
  border: 4px double #b79c76;
  content: "";
  left: auto;
  width: 16px;
  height: 16px;
  margin-right: -2rem;
  border-radius: 50%;
}

.timeline.timeline-two .timeline-item:after {
  background-color: #b79c76;
  width: 0.0625rem;
  height: 100%;
  margin-top: 2rem;
  left: auto;
  margin-right: -1.575rem;
}

.timeline.timeline-two .timeline-item .post-meta a,
.timeline.timeline-two .timeline-item .post-meta span {
  font-size: 0.875rem;
  padding-right: 0.125rem;
}

.timeline.timeline-four {
  margin: 1.25rem 0;
  position: relative;
}

.timeline.timeline-four::before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 100%;
  background: #b79c76;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  .timeline.timeline-four::before {
    margin: 0;
    left: 0;
  }
}

.timeline.timeline-four .timeline-item {
  margin-bottom: 1.5rem;
  position: relative;
}

.timeline.timeline-four .timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline.timeline-four .timeline-item:hover .date-outer::before {
  left: 6px;
}
.timeline.timeline-four .timeline-item:hover .date-outer::after {
  left: -6px;
}
.timeline.timeline-four .timeline-item:nth-child(2n) .date-content {
  float: right;
}
.timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
  padding: 0.625rem 3.125rem 0.625rem 0;
  text-align: right;
}

@media (max-width: 767.98px) {
  .timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
    padding: 0.5rem 1.75rem 0.5rem 0;
  }
}

@media (max-width: 575.98px) {
  .timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
    width: 95%;
    padding: 0.5rem 0;
    text-align: center;
  }
}
.timeline.timeline-four .icon {
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border: 0.0625rem solid #b79c76;
  margin-top: 1rem;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  .timeline.timeline-four .icon {
    margin: auto -7px;
    top: 3rem;
  }
}
.timeline.timeline-four .date-content {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-width: 575.98px) {
  .timeline.timeline-four .date-content {
    width: 95%;
    float: right;
  }
}
.timeline.timeline-four .date-outer {
  width: 150px;
  height: 150px;
  text-align: center;
  margin: auto;
  z-index: 1;
}

.timeline.timeline-four .date-outer::before {
  content: "";
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 0.0625rem solid #893168;
  left: -6px;
  transition: all 0.9s all 0.2s ease;
}

@media (max-width: 575.98px) {
  .timeline.timeline-four .date-outer::before {
    width: 130px;
    height: 130px;
  }
}
.timeline.timeline-four .date-outer::after {
  content: "";
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border: 0.0625rem solid #242e4c;
  left: 6px;
  transition: all 0.9s all 0.2s ease;
}
@media (max-width: 575.98px) {
  .timeline.timeline-four .date-outer::after {
    width: 130px;
    height: 130px;
  }
}
.timeline.timeline-four .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 0;
}
@media (max-width: 575.98px) {
  .timeline.timeline-four .date {
    top: 27%;
  }
}
.timeline.timeline-four .year {
  display: block;
  font-weight: 700;
  font-size: 1rem;
}
.timeline.timeline-four .icon {
  font-size: 1.5rem;
}
.timeline.timeline-four .timeline-content {
  width: 50%;
  padding: 0.625rem 0 0.625rem 3.125rem;
  float: right;
}
@media (max-width: 767.98px) {
  .timeline.timeline-four .timeline-content {
    padding: 0.5rem 0 0.5rem 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .timeline.timeline-four .timeline-content {
    width: 95%;
    padding: 0.5rem 0;
    text-align: center;
  }
}
.timeline.timeline-five .row [class*="col-"] {
  position: relative;
}

.timeline.timeline-five .row .avatar-separator {
  width: 30px;
  height: 30px;
}

.timeline.timeline-five .row .col.middle-line {
  border-right: 0.0625rem solid #b79c76;
}

.timeline.timeline-six .row [class*="col-"] {
  position: relative;
}

.timeline.timeline-six .row .col.middle-line {
  border-right: 0.0625rem solid #b79c76;
}
.timeline.timeline-six .row .avatar-separator img {
  border: 0.0625rem solid #b79c76;
  padding: 0.125rem;
}

.vertical-timeline .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.vertical-timeline .row [class*="col-"] {
  position: relative;
}
.vertical-timeline .row.timeline-inner div {
  padding: 0;
  height: 38px;
}
.vertical-timeline .row.timeline-inner hr {
  border-top: 0.0625rem solid #b79c76;
  opacity: 1;
  margin: 0;
  top: 18px;
  position: relative;
}

.vertical-timeline .row.timeline-inner .col-md-2 {
  display: flex;
  overflow: hidden;
}

.vertical-timeline .row.timeline-inner .corner {
  border: 0.0625rem solid #b79c76;
  width: 100%;
  position: relative;
}

.vertical-timeline .row.timeline-inner .top-right {
  left: calc(50% - 1px);
  top: -50%;
}

.vertical-timeline .row.timeline-inner .left-bottom {
  left: -50%;
  top: calc(50% - 2px);
}

.vertical-timeline .row.timeline-inner .top-left {
  left: -50%;
  top: -50%;
}

.vertical-timeline .row.timeline-inner .right-bottom {
  left: 50%;
  top: calc(50% - 2px);
}
@media (max-width: 575.98px) {
  .vertical-timeline .row.timeline-inner .right-bottom {
    top: auto;
    bottom: calc(50% - 6px);
    left: calc(50% - 4px);
  }
  .vertical-timeline .row.timeline-inner .top-left {
    top: auto;
    bottom: -50%;
  }
}

@media (max-width: 575.98px) {
  .vertical-timeline .row .col-md-6 {
    text-align: center !important;
    margin-top: 3rem;
  }
}

.vertical-timeline .row .col-md-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}

.vertical-timeline .row .col-md-2.bottom:after {
  height: 50%;
  top: 50%;
}

.vertical-timeline .row .col-md-2.full:after {
  height: 100%;
  left: calc(50% - 1px);
}
.vertical-timeline .row .col-md-2.top:after {
  height: 50%;
  left: 50%;
  top: 0;
}
.vertical-timeline .row .shape {
  background-color: #b79c76;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.vertical-timeline .row .right {
  margin-right: 0.1875rem;
}

@media (max-width: 575.98px) {
  .vertical-timeline .row .rectangle {
    line-height: 3;
    margin-bottom: 2rem;
  }

  .vertical-timeline .row .right {
    margin-bottom: 0;
  }
}

.tooltip-inner {
  box-shadow: 0 0.5rem 1rem rgba(23, 31, 56, 0.15);
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: 0.5em;
  background: #1c2540;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: all 0.2s ease;
}

/*--------------------------------------------------------------
# CarouselTicker
--------------------------------------------------------------*/

.carouselTicker__list {
  margin: 60px 0 0 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  background-image: url("../img/about2_bg.jpg");
  background-repeat: repeat-x;
  background-size: contain;
}

.carouselTicker__item {
  margin: 0 10px;
  float: left;
  width: 15px;
  height: 80px;
  line-height: 60px;
  text-align: left;
}

.carouselTicker_vertical .carouselTicker__list {
  margin: 0;
}

.carouselTicker_vertical .carouselTicker__item {
  margin: 0 0 5px 0;
  width: 20px;
  border: 1px solid;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

#carouselTicker .carouselTicker__item,
#carouselTicker-destructor-example .carouselTicker__item {
  width: auto;
  height: auto;
  line-height: normal;
}

.carouselTicker__item img {
  vertical-align: top;
}

/*--------------------------------------------------------------
# Timeline Carousel
--------------------------------------------------------------*/

.timeline-carousel {
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.timeline-carousel:after,
.timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: #1d1d1e;
  z-index: 3;
}

.timeline-carousel:after {
  left: 0;
}

.timeline-carousel:before {
  right: 0;
  opacity: 0;
}

.timeline-carousel .slick-list {
  overflow: visible;
}

.timeline-carousel .slick-dots {
  bottom: -73px;
}

.timeline-carousel h1 {
  color: white;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 40px;
  font-weight: 900;
}

.timeline-carousel__image {
  padding-right: 30px;
}

.timeline-carousel__item {
  cursor: pointer;
}

.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
  position: relative;
  padding-top: 80px;
}

.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
}

.timeline-carousel__item-inner .year {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 36px;
  color: #cc0000;
  display: table;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  margin: 80px 50px 5px 0px;
  font-weight: 500;
}

.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  z-index: 3;
}

.timeline-carousel__item-inner .year2 {
  font-family: "Tiro Devanagari Hindi", serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #987f5c;
  display: block;
  margin-bottom: 10px;
}

.timeline-carousel__item-inner p {
  font-size: 16px;
  line-height: 26px;
  color: #5d5c5c;
  width: 90%;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
}

.timeline-carousel__item-inner h3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  width: 100%;
  font-weight: 400;
  margin-bottom: 15px;
}

.timeline-carousel__item-inner .pointer {
  height: 450px;
  position: relative;
  z-index: 1;
}

.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}

.timeline-carousel__item-inner .pointer:after {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 15px;
  left: 0;
  background-color: #cc0000;
}

.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 15px;
  left: 7px;
  background-color: #b79c76;
}

.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
  }

  .timeline-carousel__item-inner {
    position: relative;
    padding-top: 80px;
  }

  .timeline-carousel__item-inner:after {
    position: absolute;
    width: 90%;
    top: 45px;
    left: 0;
    content: "";
  }

  .timeline-carousel__item-inner .year {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #cc0000;
    display: table;
    padding-right: 10px;
    z-index: 1;
    position: relative;
    margin: 80px 50px 5px 0px;
    font-weight: 500;
  }

  .timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 3;
  }

  .timeline-carousel__item-inner .year2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #666666;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .timeline-carousel__item-inner p {
    font-size: 16px;
    line-height: 22px;
    color: #5d5c5c;
    width: 100%;
    font-weight: 400;
    margin: 0px 60px 15px 0px;
  }

  .timeline-carousel__item-inner h3 {
    font-size: 20px;
    line-height: 26px;
    color: #999;
    width: 100%;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .timeline-carousel__item-inner .pointer {
    height: 300px;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
  }

  .timeline-carousel__item-inner {
    position: relative;
    padding-top: 50px;
  }

  .timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
  }

  .timeline-carousel__item-inner .year {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #cc0000;
    display: table;
    padding-right: 10px;
    z-index: 1;
    position: relative;
    margin: 80px 10px 5px 0px;
    font-weight: 500;
  }

  .timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 3;
  }

  .timeline-carousel__item-inner .year2 {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .timeline-carousel__item-inner p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
  }

  .timeline-carousel__item-inner h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .timeline-carousel__item-inner .pointer {
    height: 200px;
    position: relative;
    z-index: 1;
  }
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background: #b38c52;
  border-color: #b38c52;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
  background: #b38c52;
  border-color: #b38c52;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}

.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #4d4d4d;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e3e6f0;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e6f0;
  font-weight: bold;
}

.table tbody + tbody {
  border-top: 2px solid #e3e6f0;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e3e6f0;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e6f0;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover {
  color: #000000;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

/*--------------------------------------------------------------
# Associations
--------------------------------------------------------------*/
.association-section {
  padding: 40px 0 60px 0;
  overflow: hidden;
}
.association-section .card {
  align-items: center;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.275);
}

.association-section img {
  width: 70%;
  padding: 20px 30px 0px 30px;
}

/*--------------------------------------------------------------
# SearchResults
--------------------------------------------------------------*/

.search-section {
  position: relative;
  margin: auto;
}

.search-text {
  margin-top: 30px;
}

.search-text h3 a {
  font-size: 20px;
  color: #1a0dab;
  line-height: 150%;
}

.search-text h3 a:hover {
  text-decoration: underline;
}

.search-text p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*--------------------------------------------------------------
# ByLaw Page
--------------------------------------------------------------*/

.byLaw section {
  padding: 0 0 40px 0;
}

.byLaw .secondary-listStyle {
  list-style: cjk-decimal;
  margin: 4px 0 4px 32px;
}

.byLaw .secondary-listStyle li {
  margin-bottom: 4px;
}

.byLaw .listOrder-sm {
  width: 80px;
  font-weight: 700;
}

.byLaw .listOrder-md {
  width: 90px;
  font-weight: 700;
}

.byLaw .listOrder-lg {
  width: 110px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# LogoSource Page
--------------------------------------------------------------*/
.logoSource .downloadCard {
  position: relative;
  padding: 32px;
  background: linear-gradient(360deg, #f0f0f0, transparent);
  border: 1px solid #f0f0f0;
  border-radius: 24px;
}

.logoSource .downloadCard.darkBg {
  background: linear-gradient(
    0deg,
    #c5c5c5 0%,
    #c5c5c5 10%,
    #c5c5c5 30%,
    #c6c6c6 50%,
    #d1d1d1 70%,
    #dbdbdb 100%
  );
  border: 1px solid #bdbdbd;
}

.logoSource .downloadCard-btnSection {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transform: translateY(50%);
  text-align: center;
}

.logoSource .downloadCard-img {
  display: inline-block;
  transition: transform ease 0.3s;
}

.logoSource .downloadCard-img:hover {
  transform: scale(1.03);
}

.logoSource .downloadCard-btn {
  display: inline-block;
  width: 27%;
  padding: 6px;
  font-weight: 600;
  color: white;
  background: #a50513;
  border-radius: 24px;
  transition: background ease 0.3s;

  &:hover {
    background: #80040f;
  }
}

.logoSource .downloadCard-btn.secondary {
  background: #006c9a;

  &:hover {
    background: #00557a;
  }
}

.logoSource .downloadCard-btn.dark {
  background: #393939;

  &:hover {
    background: #000000;
  }
}

.logoSource .downloadCard-btn.light {
  background: #ffffff;
  color: #979797;
  border: 1.5px solid #979797;

  &:hover {
    background: #787878;
    color: #ffffff;
  }
}

.logoSource .downloadCard-btn:not(:last-child) {
  margin-right: 4px;
}

@media (max-width: 767.98px) {
  .logoSource .downloadCard {
    margin-bottom: 44px;
  }

  .logoSource .downloadCard-btn {
    font-size: 1.4rem;
    padding: 12px 6px;
  }
}

/*--------------------------------------------------------------
# IDFBInfo Page
--------------------------------------------------------------*/

.IDFB-monthSection {
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #a92a2e;
}

.IDFB-monthTitle,
.IDFB-monthSubTitle {
  font-weight: 600;
  color: #a92a2e;
  font-family: "Noto Serif TC";
}

.IDFB-monthTitle {
  font-size: 1.75rem;
  align-content: center;
}

.IDFB-monthSubTitle {
  margin-bottom: 1rem;
}

.IDFB-monthDownLoadAllBtn {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #a92a2e;
  font-family: "Noto Serif TC";
  transition: background-color ease 0.3s;

  &:hover {
    color: #ffffff;
    background-color: #882023;
  }
}

.IDFB-fileLink {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.25rem 0;
  overflow: hidden;
  color: #363636;
  transition: color ease 0.3s;

  &:hover {
    color: #a92a2e;
  }

  &:hover .IDFB-fileDownLoadBtn {
    color: #ffffff;
    background-color: #ba0413;
  }
}

/* 當 hover 下載按鈕時，讓檔案連結也顯示 hover 狀態 */
li:has(.IDFB-fileDownLoadBtn:hover) .IDFB-fileLink {
  color: #a92a2e;
}

.IDFB-fileDownLoadBtn {
  display: inline-block;
  padding: 0.4rem;
  color: #ffffff;
  background-color: #363636;
  border-radius: 2px;
  transition: background-color ease 0.3s;

  &:hover {
    color: #ffffff;
    background-color: #ba0413;
  }
}
