@charset "utf-8";

/* =================================================================
   全局樣式與排版 (Body & Fonts)
   ================================================================= */
body {
  font-family: "Noto Sans TC", sans-serif;
}

/* =================================================================
   頁面背景與模組結構
   ================================================================= */
/* 主題背景色/圖片 */
.theme-bg {
  background-image: url(../img/v2/body_background2.png);
  background-repeat: repeat;
}

/* 主圖區域 */
.theme {
  height: 320px;
  width: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
  background-color: unset;
}

/* 模組容器背景重設 (全部設為 none) */
div#main_top,
.breadcrumb,
div#left,
div#middle,
div#main_right,
div#main_bottom,
.center-module-bg,
div#main_top .module,
div#left .module,
div#middle .module,
div#main_right .module,
div#main_bottom .module,
.module {
  background: none;
}

div#main_top {
  margin-top: 30px
}

/* 模組邊界與內外邊距 */
:not(.module-content).module-padding,
.module {
  /* box-shadow: 0 0 5px #d8d8d8; */
  padding: 0;
  margin: 5px;
}

.module {
  border: 1px dotted #7B7777;
  border-radius: 20px;
}

#main_top .module {
  border: 0;
}

/* =================================================================
   Header 上方登入選單
   ================================================================= */
header,
.header {
  background: #54171A;
}

header {
  width: 100%;
  background-image: url(../img/v2/navi_totem-38.png);
  height: 42px;
  background-repeat: repeat-x;
  background-position: 95% 50%;
}

header,
header a,
header button,
header .dropdown-content a {
  color: #ffffff;
}

header a,
header div {
  padding: 4px 8px;
}

header>a,
header>div {
  color: #ffffff;
}

header .fontsize button {
  color: #ffffff;
  background-color: #212121;
}

header .fontsize button:hover {
  color: #ffffff;
  background-color: #00ad8f;
}

header .dropdown svg {
  fill: #ffffff;
}

header a:hover,
header>div:hover {
  background: #54171A;
  color: #00ad8f;
}

header .dropdown:hover svg {
  fill: #00ad8f;
}

header .dropdown-content {
  background: #d8d8d8;
}

header .dropdown-content a {
  color: #545454;
}

header .dropdown-content a:hover {
  background-color: #ffdf01;
}

.login .top-space header {
  margin-top: 45px;
}

.navbar>ul>li:first-child {
  padding-left: 0
}

.navbar>ul>li:last-child {
  padding-right: 0
}

@media screen and (max-width: 767px) {
  .login .top-space header {
    margin-top: 0px;
  }

  header {
    border: 0;
    border-bottom: 1px solid #dadada;
  }
}

/* =================================================================
   Theme 上方主圖 (Logo)
   ================================================================= */
.logo,
.logo a {
  font-size: 2rem;
  color: #545454;
}

.logo img {
  max-width: unset;
  max-height: unset;
}

h1 strong {
  position: absolute;
  top: 15px;
  left: 25px;
}

h1 strong.picshow {
  position: absolute;
  top: -100px;
}

@media (max-width: 520px) {
  .theme {
    height: 90px;
  }

  .logo img {
    max-width: 80%;
  }
}

/* =================================================================
   Navbar 橫式選單模組
   ================================================================= */
.navbar {
  background-color: unset;
  max-width: 1348px;
  margin: 0 auto;
  height: 106px;
  background-image: url(../img/v2/title_dec.png);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar ul {
  max-width: 1500px;
}

.navbar li a {
  color: #313131;
  font-size: 20px;
  padding: 0;
  height: unset;
  font-weight: 500;
  line-height: 1.6;
}

.navbar li:hover a {
  color: #ee7a00;
}

.navbar li:hover .navbar-svg {
  fill: #00ad8f;
}

.navbar li:hover ul a,
.navbar ul li a:focus+.navrwd+.menuhidden {
  background-color: none;
  color: #313131;
}

.navbar li:hover ul a:hover {
  background-color: #854909;
  color: #ffffff;
  border-radius: 10px;
}

.navbar li .menuhidden.navbar-menu a {
  background-color: #ee7a00;
  color: #ffffff;
}

.navbar li .menuhidden.navbar-menu a:hover {
  background-color: #ee7a00;
  color: #ffffff;
}

.navbar li ul li+li {
  border-top: 0px solid #54171a;
}

.navbar li ul {
  min-width: max-content;
  background: #54171a !important;
  border-radius: 10px;
}

.navbar li ul li a {
  min-width: max-content;
  background: unset !important;
  border-radius: 10px;
  font-size: 1rem !important;
  color: #fff!important;
  padding: 10px 20px 5px;
}
.navbar li ul li a:hover{
  background-color:#7d2d31!important
}
.navrwd-svg {
  fill: #54171A;
}

@media screen and (min-width: 768px) {
  .navbar ul {
    padding: 5px 0px;
  }

  .navbar ul li ul {
    /* padding: 15px 10px; */
    filter: drop-shadow(2px 4px 6px #000000ff);
  }
}

@media screen and (min-width: 992px) {
  .navbar>ul>li {
    padding: 0px 12px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .navbar>ul>li {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .menuhidden {
    max-width: none !important;
    width: 100% !important;
  }

  .navbar ul li,
  .navbar li a {
    background: #54171a;
    color: #ffffff;
    padding: 3px 0;
  }

  .navbar li:hover a {
    color: #ee7a00;
  }

  .navbar ul li+li {
    border-top: 1px solid #ccb300;
  }

  .navbar .show-menu {
    padding: 4px 8px;
    color: aqua;
    background: none;
  }

  .navbar .show-menu .ct-hamburger svg {
    fill: #545454;
  }

  .navbar li:hover ul a {
    background: #ffffff;
    color: #ee7a00;
  }

  .navbar li:hover ul a:hover {
    background-color: #ee7a00;
  }

  .navrwd-svg {
    background: rgb(249 137 110);
    border: none;
  }

  .navrwd-svg svg {
    fill: #070707;
  }

  .navbar li ul li {
    border: 0;
  }

  .navbar {
    background-image: none !important;
    left: 0;
    height: 20px;
  }
}

/* =================================================================
   Breadcrumb 麵包屑
   ================================================================= */
.breadcrumb-item+.breadcrumb-item::before {
  border-left: 8px solid #54171a;
}

.breadcrumb-item.active {
  color: #f9896e;
}

.breadcrumb a {
  color: #545454;
}

.breadcrumb a:hover {
  color: #eb8f0c;
  font-weight: 700;
}

/* =================================================================
   Footer 最下方聯絡資訊
   ================================================================= */
.footerbg {
  /* position: absolute; */
  background-image: url(../img/v2/footer.webp);
  background-color: inherit;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 1021px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  flex-wrap: wrap;
  margin: -146px 0 0 0;
  padding: 0;
  z-index: -1;
}

.footerbg a {
  color: #ffffff;
}

.connect-links,
.connect .text.connect-explorer {
  color: #ffffff;
}

.connect-links:hover {
  text-decoration: none;
  color: #ffdf01;
}

.copyright {
  background-color: #ffdf01;
  color: #565656;
}

.connect {
  margin-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100%;
  align-items: center;
}

.footerbg .text li {
  display: inline-flex;
}

.footerbg .text {
  padding-left: 10px;
  font-size: 0.75rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 300;
}

/* Footer RWD 樣式 */
@media (max-width: 1400px) {
  /* .footerbg { background-image: url(../img/footerbg-s.png); } */
}

@media (max-width: 767px) {
  /* .footerbg { background-image: url(../img/footerbg-xs.png); } */
}

/* =================================================================
   Module Title 模組標題
   ================================================================= */
.module-title {
  color: #212121;
  text-align: left;
  margin: 15px 0 0 25px;
  border-bottom: 1px solid #21212187;
  width: 94%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.module-title::before {
  content: "";
  position: relative;
  width: 58px;
  height: 60px;
  background-image: url(../img/v2/title_icon.svg);
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 10px;
  flex-direction: row;
  border-bottom: 2px solid #f5eeee;
  outline: 1px solid #f5eeee;
  outline-offset: 0px;
}

.module-title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 29px;
  bottom: 0;
  right: 0px;
  display: inline-flex;
  background-image: url(../img/v2/module_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* =================================================================
   顏色樣式 (Tab, Table, Menu, Sitemap, Hotkey)
   ================================================================= */
/* tab頁簽 */
.nav-tabs {
  border-bottom-color: #ffffff;
}

.nav-tabs .nav-item a {
  background: #d8d8d8;
  color: #545454;
  border-color: #d8d8d8;
  border-radius: 12px;
}

.nav-pills .nav-item a {
  background: #d8d8d8;
  color: #545454;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: #d5a4a7;
  color: #545454;
  /* border-color: #ffdf01; */
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #54171a;
  color: #fff;
  border-color: #ffdf0100;
  border-radius: 12px;
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
  background: #ffdf01;
  color: #545454;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #ffdf01;
  color: #545454;
}

.nav-tabs .nav-link.disabled,
.nav-pills .nav-link.disabled {
  color: #c9c9c9;
  border-bottom-color: #ffffff;
}

.ct-dropdown-menu {
  background-color: #fff;
  border: 1px solid #777777;
}

.ct-dropdown-item {
  color: #3a92e9;
}

.nav-tabs .nav-item .ct-dropdown-menu a {
  background: #ffffff;
  color: #545454;
}

.nav-tabs .nav-item .ct-dropdown-menu :focus,
.nav-tabs .nav-item .ct-dropdown-menu :hover {
  background-color: #f1f2f2;
}

/* table表格 */
.ct-table th,
.ct-table td {
  border-top-color: #ccc;
}

.ct-table tbody+tbody {
  border-top-color: #ccc;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.ct-table .thead-light th {
  color: #000000;
  background-color: #ffffff;
  border-top: none;
  border-bottom: 1px solid #2121217a;
}

.ct-table .thead-dark th {
  color: #ffffff;
  background-color: #ee7a03;
  border-color: #ee7a03;
}

.table-bordered {
  border-color: #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border-color: #ccc;
}

.table-hover tbody tr:hover {
  background-color: #fffce8;
}

@media only screen and (max-width: 575px) {

  .table-responsive .ct-table td:before,
  .table-responsive .ct-table th:before {
    color: #ee7a03;
  }
}

/* nav-Vertical 直式選單 */
.nav-Vertical ul li .sub-menu-item {
  background: #ffffff59;
  color: #212121;
  border-bottom-color: #212121;
  border-bottom: 1px dotted #212121;
  width: 100%;
}

.nav-Vertical ul li .sub-menu-item:hover {
  background: #a6a6a63b;
  color: #212121;
}

.nav-Vertical ul li .sub-menu-item a {
  color: #403d39;
 
}

.nav-Vertical ul li .sub-menu-item a:hover,
.nav-Vertical ul li .sub-menu-item a:focus,
.nav-Vertical ul li .sub-menu-item a:active,
.nav-Vertical ul li .sub-menu-item .active,
.nav-Vertical ul li .sub-menu-item:hover a {
  color: #545454;
}

.nav-Vertical ul li .menu-arrow svg {
  fill: #545454;
}

.nav-Vertical ul li ul li .sub-menu-item {
  background: #ffffff;
}

.nav-Vertical ul li ul li ul li .sub-menu-item {
  background: #eefefd;
}

.nav-Vertical ul li ul li .sub-menu-item:hover,
.nav-Vertical ul li ul li ul li .sub-menu-item:hover {
  background: #fafafa;
  color: #545454;
  border-left-color: #ee7a03;
  width: 100%;
}

.vertical-hamburger {
  background: #ffffff;
}

.vertical-hamburger svg {
  fill: #ee7a03;
}

/* sitemap 導覽頁 */
.ct-sitemap {
  background: #ffffff;
}

.sitemap-title {
  background: #ee7a03;
  color: #ffffff;
}

.sitemap-block {
  background: #ffffff;
}

.sitemap-item {
  border: 1px solid #afafaf;
}

.sitemap-item a {
  color: #545454;
  border-left-color: #b5b5b5;
  background: #f0f0f0;
}

.sitemap-item a:hover,
.sitemap-item a:focus {
  background: #ffe4bf;
  border-left-color: #e38b21;
}

.sitemap-icon svg {
  fill: #ffffff;
}

/* 上方無障礙 */
.focusable {
  opacity: 0;
}

a.focusable:focus {
  opacity: 1;
}

/* hotkeyicon 快捷列 */
.gd-xxs6,
.gd-xxs12 {
  float: left;
}

.hotkeyicon {
  color: #545454;
  font-size: 1.1rem;
  font-weight: 600;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0 0;
  padding: 15px;
}

.hotkeyicon .icon-1,
.hotkeyicon .icon-2,
.hotkeyicon .icon-3,
.hotkeyicon .icon-4,
.hotkeyicon .icon-5,
.hotkeyicon .icon-6 {
  position: relative;
  cursor: pointer;
  height: auto;
  max-width: 100%;
  margin: 5px;
  padding: 10px;
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  top: 0px;
}

.hotkeyicon .icon-1:hover,
.hotkeyicon .icon-2:hover,
.hotkeyicon .icon-3:hover,
.hotkeyicon .icon-4:hover,
.hotkeyicon .icon-5:hover,
.hotkeyicon .icon-6:hover {
  top: 5px;
}

.hotkeyicon .icon-svg1,
.hotkeyicon .icon-svg2,
.hotkeyicon .icon-svg3,
.hotkeyicon .icon-svg4,
.hotkeyicon .icon-svg5,
.hotkeyicon .icon-svg6 {
  margin: 0 auto;
  width: 90px;
  height: 80px;
  max-width: 100%;
  background-repeat: no-repeat;
}

.hotkeyicon .icon-svg1 img,
.hotkeyicon .icon-svg2 img,
.hotkeyicon .icon-svg3 img,
.hotkeyicon .icon-svg4 img,
.hotkeyicon .icon-svg5 img,
.hotkeyicon .icon-svg6 img {
  width: 90px;
  height: 80px;
  max-width: 100%;
}

/* 舊版hotkeyicon圖片固定式 */
.hotkeyicon .icon-svg1-1,
.hotkeyicon .icon-svg2-1,
.hotkeyicon .icon-svg3-1,
.hotkeyicon .icon-svg4-1,
.hotkeyicon .icon-svg5-1,
.hotkeyicon .icon-svg6-1 {
  margin: 0 auto;
  width: 90px;
  height: 80px;
  max-width: 100%;
  background-repeat: no-repeat !important;
}

.hotkeyicon .icon-svg1-1 {
  background: url(../img/hoticon1.svg);
}

.hotkeyicon .icon-svg2-1 {
  background: url(../img/hoticon2.svg);
}

.hotkeyicon .icon-svg3-1 {
  background: url(../img/hoticon3.svg);
}

.hotkeyicon .icon-svg4-1 {
  background: url(../img/hoticon4.svg);
}

.hotkeyicon .icon-svg5-1 {
  background: url(../img/hoticon5.svg);
}

.hotkeyicon .icon-svg6-1 {
  background: url(../img/hoticon6.svg);
}

.hotkeyicon .icon-title,
.hotkeyicon .icon-title a {
  text-align: center;
  color: #545454;
  margin-top: 10px;
}

.hotkeyicon .button {
  position: relative;
  width: 100%;
  padding: 15px;
  background: #e25f5f;
  color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.hotkeyicon .button:hover {
  background: #d83737;
  padding-left: 25px;
}

.hotkeyicon .button::after {
  content: "";
  position: absolute;
  background-image: url(../img/cnter-btn-icon.svg);
  width: 25px;
  height: 25px;
  right: 10px;
}

.button-block .button-link {
  display: block;
}

.button-block .button-link+.button-link {
  margin-top: 12px;
}

/* Hotkey RWD */
@media only screen and (max-width: 1400px) {
  .hotkeyicon {
    padding: 15px 5px;
    font-size: 1rem;
  }

  .hotkeyicon .button::after {
    width: 20px;
    height: 20px;
    right: 5px;
  }
}

@media only screen and (max-width: 992px) {

  .hotkeyicon .icon-1,
  .hotkeyicon .icon-2,
  .hotkeyicon .icon-3,
  .hotkeyicon .icon-4,
  .hotkeyicon .icon-5,
  .hotkeyicon .icon-6 {
    margin: 5px;
    padding: 8px;
  }
}

@media only screen and (max-width: 520px) {

  .hotkeyicon .icon-svg1,
  .hotkeyicon .icon-svg2,
  .hotkeyicon .icon-svg3,
  .hotkeyicon .icon-svg4,
  .hotkeyicon .icon-svg5,
  .hotkeyicon .icon-svg6 {
    width: 70px;
    height: 60px;
  }

  .hotkeyicon .icon-title,
  .hotkeyicon .icon-title a {
    margin-top: 5px;
  }

  .footerbg {
    background-size: 229%;
    height: 473px;
  }

  .connect {
    margin-bottom: 0;
    justify-content: flex-end;
  }

  .connect-explorer,
  .viewsbg {
    display: none;
  }
}

/* siconbtn fb及相簿按鈕 */
.siconbtn {
  position: relative;
  margin: 5px;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.siconbtn:hover {
  color: #ff6c00;
}

.siconbtn.btn1 {
  background: #ee7a03;
}

.siconbtn.btn2 {
  background: #00af8d;
}

.siconbtn.btn1:hover {
  background: #da6e00;
}

.siconbtn.btn2:hover {
  background: #00987a;
}

.siconbtn .sicontitle {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  display: table;
  margin: 0 auto;
  padding-left: 25px;
}

.siconbtn .sicontitle::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -5px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.siconbtn.btn1 .sicontitle::before {
  background-image: url(../img/sicon1.svg);
}

.siconbtn.btn2 .sicontitle::before {
  background-image: url(../img/sicon2.svg);
}

/* =================================================================
   模組特定樣式 (Module-Specific Styles)
   ================================================================= */
/* span-color-ga003, span-color-ga007 */
.span-color-ga003,
a.span-color-ga003,
.span-color-ga007,
a.span-color-ga007 {
  color: #ee7a03;
}

a.span-color-ga003:hover,
a.span-color-ga003:focus,
a.span-color-ga007:hover,
a.span-color-ga007:focus {
  color: #545454;
}

/* GA002 公告彙整 */
.btn-tabs {
  margin-top: -1px;
  margin-bottom: 5.5px;
}

/* 線上報修button-ga009 */
.repair-basicset .btn-primary {
  color: #545454;
  background-color: #ffdf01;
  border-color: #ffdf01;
  fill: #545454;
}

.repair-basicset .btn-primary:hover,
.repair-basicset .btn-primary:focus,
.repair-basicset .btn-primary:active,
.repair-basicset .btn-primary.active,
.repair-basicset .open .ct-dropdown-toggle.btn-primary,
.repair-basicset .btn-primary:active:focus,
.repair-basicset .btn-primary:active:hover,
.repair-basicset .btn-primary.active:hover,
.repair-basicset .btn-primary.active:focus,
.repair-basicset .btn-primary.active.focus,
.repair-basicset .btn-primary:active.focus,
.repair-basicset .open>.ct-dropdown-toggle.btn-primary.focus,
.repair-basicset .open>.ct-dropdown-toggle.btn-primary:focus,
.repair-basicset .open>.ct-dropdown-toggle.btn-primary:hover {
  background: #ee7a03;
  color: #ffffff;
}

.repair-basicset .btn-svg svg {
  fill: #545454;
}

.repair-basicset .ct-btn:hover .btn-svg svg {
  fill: #ffffff;
}

/* CGA001 圖文公告換色 */
.ct-focusslider .focus-content .textblock {
  background: #b8efe4;
  color: #545454;
  border-bottom: 4px solid #49d6bb;
}

.ct-focusslider .focus-content a:nth-child(odd) .textblock {
  background: #fff5b1;
  color: #545454;
  border-bottom: 4px solid #ffdf01;
}

.ct-focusslider .focus-content .textblock.notice-color {
  background: #f5f5f5;
  color: #545454;
  border-bottom: 4px solid #54171a;
}

.ct-focusslider .focus-content a:nth-child(odd) .textblock.notice-color {
  background: #f5f5f5;
  color: #545454;
  border-bottom: 4px solid #ffdf01;
}

/* CGA001 圖文公告箭頭顏色 */
.ct-focusslider .focus-controls .focus-arrow {
  fill: #ee7a03;
}

.ct-focusslider .focus-controls .focus-arrow:hover {
  fill: #545454;
}

.ct-focusslider .focus-controls .focus-arrow.focus-end {
  fill: rgba(175, 175, 175, 1);
}

/* GA017 全文檢索 */
.cmgch-google .btn-all {
  color: #ffffff;
  background-color: #54171a;
  border-color: #7f7f7f;
  fill: #ffffff;
  border-radius: 12px;
}

.cmgch-google .btn-all:hover,
.cmgch-google .btn-all:focus,
.cmgch-google .btn-all:active,
.cmgch-google .btn-all.active,
.cmgch-google .btn-all:active:focus,
.cmgch-google .btn-all:active:hover,
.cmgch-google .btn-all.active:hover,
.cmgch-google .btn-all.active:focus {
  color: #fff;
  background-color: #7d2d31;
  border-color: #ffdf0100;
  fill: #545454;
}

.cmgch-google .btn-advanced {
  color: #ffffff;
  background-color: #54171a;
  /* border-color: #797979; */
  fill: #ffffff;
  border-radius: 12px;
}

.cmgch-google .btn-advanced:hover,
.cmgch-google .btn-advanced:focus,
.cmgch-google .btn-advanced:active,
.cmgch-google .btn-advanced.active,
.cmgch-google .btn-advanced:active:focus,
.cmgch-google .btn-advanced:active:hover,
.cmgch-google .btn-advanced.active:hover,
.cmgch-google .btn-advanced.active:focus {
  color: #ffffff;
  background-color: #7d2d31;
  border-color: #67676700;
  fill: #ffffff;
}

.cmgch-google .form-group-m input {
  caret-color: #ee7a03;
}

.cmgch-google .form-group-m .bar::before {
  background: #ee7a03;
}

/* GA013 文字連結模組 */
.ga013_title:before {
  color: #ee7a03;
}

/* ALT+C 導盲磚 */
#center {
  color: #757474;
}

/* freeze btn overflow */
#noticeview_to_print .ct-btn {
  white-space: normal;
}

/* 權限scrollbar */
.select-menu-container.select-visible .select-menu {
  overflow-y: auto;
  height: 150px;
}

/* =================================================================
   客製化模組樣式 (Custom Module Styles by ID)
   ================================================================= */
.ct5ac1f40e3cfa7d3da556b86a .carousel-inner {
  border-radius: 20px
}

@media (min-width: 1480px) {
  .container-s {
    width: 1348px;
  }

  .footerbg .text .title {
    min-width: unset;
  }

 

 

}

@media(max-width:768px) {
  .navbar {
    background-image: none !important;
    /* background-color: red; */
  }

  div#main_top {
    margin-top: 60px;
  }
}

.ct5e1427edfd724105bd1cf164 .viewbox-border
{border-radius:20px!important}
.ct5abf2d85aa93092cee58ceba .ct-calendar {
    font-family: roboto, "Open Sans", Arial, Helvetica, "Microsoft JhengHei", Verdana, sans-serif;
    background: #eeeeee;
    padding: 5px 30px;
}
.ct5c418bed91328b2cb672d523 .faq-item .title .arrow-icon{fill: #54171a!important;}
.ct5aa109a0b33e9e6bc6c92a84 .bga003-drop-down-left {
    position: relative!important;
    min-width: 60%;
    width: 100%!important;
    /* top: 0; */
    left: unset!important;
    z-index: 999;
    white-space: unset!important;
}
.answer{background: #ffffff !important;border:0!important;}
.ct5b19dc7d4aabc716fdda823d .sub-menu-parent:before {content: ""!important;background-image:url(../img/v2/arrow-down.png);width: 18px;height: 20px;background-size:contain;background-repeat: no-repeat;background-position: left center;padding: 1px;margin-left: -5px;}
.ct5c418bed91328b2cb672d523 .ct-faq .brightgray:hover {
    background: #393939!important;
    color: #ffffff!important;
}
.menu-arrow{transform: rotate(90deg);font-weight:600;position: absolute;right: 0;margin-top: 15px;display: none;}
.firmenu-item{font-weight:500}
.ct5be4fba5fbad014360edffa1 .ct-epaper .yearnav ul li.active
{background: #54171a!important;border-radius:12px}
.ct-checkbox-m input[type=checkbox].ct-switch-m:checked+label:before,
.ct-checkbox-m input[type=checkbox].ct-switch-m:checked+label:after {
  left: 19px;
  border-color: #4670bb00;
  background-color: #54171a;
}
.ct5b19dc7d4aabc716fdda823d .drop-down-left{
  position:relative!important;
  width: 100%!important;
  top: unset!important;
  left: unset!important;
}
/* .secmenu-item-width{
  width:200%;
} */

.ct5aa109a0b33e9e6bc6c92a84 .item_Page {
    background: #54171a !important;
  }
  .ct5c418bed91328b2cb672d523 .faq-order {
    top: 0;
    width: auto;
    min-width: 50px;
    margin-right: 5px;
    padding: 10px;
    background: #54171a !important;
    color: #ffffff !important;
    font-size: 1.4rem;
    display: inline-block;
    padding: 8px 8px!important;
    border-radius: 10px 0 0 10px!important;
  }

  .ct5c418bed91328b2cb672d523 .faq-item .q-title .title {
    background-color: #c0c0c0 !important;
    border: 1px solid #47b8cf00 !important;
    color: #545454;
  }

  .faq-type {
    background: #393939 !important;
    border: 1px solid #54171a00 !important;
    width: auto!important;
    padding: 2px 20px!important;
    color: #ffffff;
    min-width: 100px;
    color:#fff!important;
    border-radius: 4px!important;
    /* margin-bottom: 22px; */
    line-height: 1.6rem!important;
  }
.ftrs-content{background-color#333}
.ct5b7cda91bb1d573375856a0c .ftrs-num{border-radius:12px;background:#54171a!important;color:#fff!important;margin-top:5px}
.ct5b7cda91bb1d573375856a0c .ftrs-update{color:#0a0a0a!important}
.ct5b7cda91bb1d573375856a0c .ftrs-num{border-radius:12px;background:#54171a!important;color:#fff!important;margin-top:5px}
.ct5b7cda91bb1d573375856a0c .ftrs-update{color:#0a0a0a!important}
.ct5abf2d85aa93092cee58ceba .month-simple .today {
  
    background: #54171a!important;}
.ct5c24770291328b2cb672d4be .imgResponsiveShow{height:auto!important}
.ct5ae19a832dc6744a2d2daa67 .ct-focusslider .focus-content.grid-content .item{/* border-radius: 10px!important; *//* border: 1px solid #000; */}
.ct5abf2d6eaa93092cee58ceb6 a.lfaimg img{border-radius:8px;}