@charset "utf-8";

/*theme-bg 背景色*/
.theme-bg {
  background: #ffffff;
  background-image: url(../img/bg.jpg);
}

/*模組背景色*/
div#main_top,
.breadcrumb,
div#left,
div#middle,
div#main_right,
div#main_bottom {
  background: #ffffff;
}

.center-module-bg {
  background: #ffffff;
}

div#main_top .module,
div#left .module,
div#middle .module,
div#main_right .module,
div#main_bottom .module,
.module {
  background: #ffffff;
}

:not(.module-content).module-padding,
.module {
  box-shadow: 0 0 5px #d8d8d8;
  padding: 10px 20px;
  margin: 5px;
}

/**************************************************
= header 上方登入選單
********************/
header {
  background: rgba(255, 255, 255, 0.7);
}

header,
header a,
header button,
header .dropdown-content a {
  color: #545454;
}

header>a,
header>div {
  color: #545454;
}

header .fontsize button {
  color: #ffffff;
  background-color: #777777;
}

header .fontsize button:hover {
  color: #ffffff;
  background-color: #00ad8f;
}

header .dropdown svg {
  fill: #545454;
}

header a:hover,
header>div:hover {
  background: none;
  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;
}

@media screen and (max-width: 767px) {
  .login .top-space header {
    margin-top: 0px;
  }

  header {
    border: 0;
    border-bottom: 1px solid #dadada;
  }
}

/**************************************************
= theme 上方主圖
********************/
.logo,
.logo a {
  font-size: 2rem;
  color: #545454;
}

h1 strong {
  position: absolute;
  top: 15px;
  left: 25px;
}

h1 strong.picshow {
  position: absolute;
  top: -100px;
}

@media (max-width: 520px) {
  .theme {
    height: 90px;
  }
}

/**************************************************
= navbar 橫式選單模組
********************/
.navbar {
  background-color: #ffdf01;
}

.navbar ul {
  max-width: 1500px;
}

.navbar li a {
  color: #313131;
}

.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: #ffdf01;
  color: #313131;
}

.navbar li:hover ul a:hover {
  background-color: #ee7a00;
  color: #ffffff;
}

.navbar li .menuhidden.navbar-menu a {
  background-color: #ffdf01;
  color: #313131;
}

.navbar li .menuhidden.navbar-menu a:hover {
  background-color: #ee7a00;
  color: #ffffff;
}

.navbar li ul li+li {
  border-top: 1px solid #ccb300;
}

.navbar li ul li a {
  min-width: max-content;
}

.navrwd-svg {
  fill: #ee7a00;
}

@media screen and (min-width: 768px) {
  .navbar ul {
    padding: 5px 15px;
    justify-content: center;
  }

  .navbar ul li ul {
    padding: 5px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .navbar>ul>li {
    padding: 0 15px;
  }
}

@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: #ffdf01;
    color: #545454;
  }

  .navbar li:hover a {
    color: #ee7a00;
  }

  .navbar ul li+li {
    border-top: 1px solid #ccb300;
  }

  .navbar .show-menu {
    padding: 4px 8px;
    color: #0d56a6;
    background: initial;
  }

  .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(251, 236, 132);
    border: none;
  }

  .navrwd-svg svg {
    fill: #a4a4a4;
  }

  .navbar li ul li {
    border: 0;
  }
}

/**************************************************
= breadcrumb 麵包屑
********************/
.breadcrumb-item+.breadcrumb-item::before {
  border-left: 8px solid #ffab39;
}

.breadcrumb-item.active {
  color: #eb8f0c;
}

.breadcrumb a {
  color: #545454;
}

.breadcrumb a:hover {
  color: #eb8f0c;
  font-weight: 700;
}

/**************************************************
= footer 最下方聯絡資訊
********************/
.footerbg {
  position: relative;
  background-image: url(../img/footerbg.png);
  background-color: inherit;
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
}

.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;
}

@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: #616161;
}

.module-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: #bababa;
}

.module-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background: #ffdf01;
  bottom: 0;
  left: 0px;
}

/**************************************************
= color
********************/

/* tab頁簽 ********************/
.nav-tabs {
  border-bottom-color: #ffffff;
}

.nav-tabs .nav-item a {
  background: #d8d8d8;
  color: #545454;
  border-color: #d8d8d8;
}

.nav-pills .nav-item a {
  background: #d8d8d8;
  color: #545454;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: #ffdf01;
  color: #545454;
  border-color: #ffdf01;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #ffdf01;
  color: #545454;
  border-color: #ffdf01;
}

.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: #f3f3f4;
}

.ct-table .thead-light th {
  color: #ee7a03;
  background-color: #ffffff;
  border-top: none;
  border-bottom: 1px solid #ee7a03;
}

.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: #fff9d2;
  color: #ee7a03;
  border-bottom-color: #ffeb64;
}

.nav-Vertical ul li .sub-menu-item:hover {
  background: #ffdf01;
  color: #545454;
}

.nav-Vertical ul li .sub-menu-item a {
  color: #ee7a03;
}

.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;
}

.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;
}

@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;
  }
}

/**************************************************
= 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);
}

/******模組************************************/
/*span-color-ga003*/
.span-color-ga003,
a.span-color-ga003 {
  color: #ee7a03;
}

a.span-color-ga003:hover,
a.span-color-ga003:focus {
  color: #545454;
}

/*span-color-ga007*/
.span-color-ga007,
a.span-color-ga007 {
  color: #ee7a03;
}

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 {
  background: #ee7a03;
  color: #ffffff;
}

.repair-basicset .btn-primary.active.focus,
.repair-basicset .btn-primary.active:focus,
.repair-basicset .btn-primary.active:hover,
.repair-basicset .btn-primary:active.focus,
.repair-basicset .btn-primary:active:focus,
.repair-basicset .btn-primary:active:hover,
.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 #49d6bb;
}

.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: #7f7f7f;
  border-color: #7f7f7f;
  fill: #ffffff;
}

.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: #545454;
  background-color: #ffdf01;
  border-color: #ffdf01;
  fill: #545454;
}

.cmgch-google .btn-advanced {
  color: #ffffff;
  background-color: #797979;
  border-color: #797979;
  fill: #ffffff;
}

.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: #676767;
  border-color: #676767;
  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;
}

/* ********************************************************* */
/* 202505 自訂義----------------- */
.logo {
  padding-left: 0;
  justify-content: center;
}

.logo a {
  height: 100%;
}

h1 strong {
  position: static;
  font-size: 1.8rem;
}

h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar {
  background-color: #fff;
}

.navrwd-svg {
  fill: #000;
}

#menu li:hover .navrwd-svg {
  fill: #fff;
}

header .fontsize button {
  background-color: #1fb387;
}

.module-title::after {
  background: #27b68c;
}

.module-title::before {
  background: #ffa75a;
}

.cmgch-google .btn-all,
.btn-Muted,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
  border-radius: 50rem;
  cursor: pointer;
}

.cmgch-google .btn-all {
  background-color: #27b68c;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-Muted {
  color: #fff;
  background-color: #27b68c;
  fill: #fff;
}

.btn-Muted:hover,
.btn-Muted:active:focus,
.btn-Muted:active:hover,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-item.show .nav-link:focus {
  color: #000;
  background-color: #fcd71b;
  border-color: transparent;
  fill: #000000;
}

.dropdown-item-m.selected {
  background: #97c94a;
}

#main_top.gd-offset-lg1 {
  margin-left: 0;
}

#main_top.gd-lg10 {
  width: 100%;
}

.ct-table .thead-light th {
  color: #090909;
  border-bottom: 1px solid #000;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #27b68c;
  color: #fff;
}

.nav-Vertical ul li .sub-menu-item a {
  color: #0b9444;
}

.nav-Vertical ul li .sub-menu-item {
  background: #f3f3f3;
  border-bottom-color: #b6b6b6;
}

.ct5abf2d85aa93092cee58ceba .month-simple .today {
  background: #27b68c !important;
}

.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;
}

.ct5aa109a0b33e9e6bc6c92a84 .bga003-drop-down-left {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#carouselExampleCaptions>div:first-of-type {
  display: none;
}

#app>div>#ct-content>.ct-row>.theme.gd-xs12+.gd-xs12.ct-row {
  background-color: #fff2f1;
  padding-bottom: 0.5rem;
}

#menu>li,
.nav-Vertical ul li .sub-menu-item,
.btn-Muted,
.cmgch-google .btn-all,
.ct5aa109a0b33e9e6bc6c92a84 .bga003-drop-down-left,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  transition: all 0.3s ease;
}

#menu>li:hover,
/* .nav-tabs .nav-link.active:hover, */
.nav-tabs .nav-item.show .nav-link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.cmgch-google .btn-all:hover,
.btn-Muted:hover,
.nav-Vertical ul li .sub-menu-item:hover,
.ct5aa109a0b33e9e6bc6c92a84 .bga003-drop-down-left:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.nav-Vertical ul li:last-of-type .sub-menu-item {
  border: none;
}

.footerbg a,
.footerbg {
  color: #000;
}

:not(.module-content).module-padding,
.module {
  /* box-shadow: 0 0 5px #d0c8c8; */
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 10px;
  border-bottom: 2px solid #f2f2f2
}

.navbar li a {
  color: #313131;
}

.navbar li a:not(.menu-web a):not(.menu-mobile a) {
  margin-left: 0.35rem;
}

#menu>li:not(#menu>li:last-of-type)::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
}

#menu>li:nth-of-type(1)::before {
  background-image: url(../img/svg/link-1-a.png);
}

#menu>li:nth-of-type(2)::before {
  background-image: url(../img/svg/link-2-a.png);
}

#menu>li:nth-of-type(3)::before {
  background-image: url(../img/svg/link-3-a.png);
}

#menu>li:nth-of-type(4)::before {
  background-image: url(../img/svg/link-4-a.png);
}

#menu>li:nth-of-type(5)::before {
  background-image: url(../img/svg/link-5-a.png);
}

#menu>li:nth-of-type(6)::before {
  background-image: url(../img/svg/link-6-a.png);
}


#menu>li:nth-of-type(7)::before {
  background-image: url(../img/svg/link-7-a.png);
}

#menu>li:nth-of-type(8)::before {
  background-image: url(../img/svg/link-8-a.png);
}

.nav-tabs .nav-item a {
  border-radius: 50em;
  color: #000;
}

.ct5abf2d62aa93092cee58ceb4 .btn-Muted {
  color: #000000 !important;
}

.dropdown-item-m.selected.ct-ripple a {
  color: #000 !important;
}

.htmldisplay ul.speed-link {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-inline-start: 0;
  gap: 0.5rem;
}

.htmldisplay ul.speed-link li:hover a {
  display: block;
  background-repeat: no-repeat;
  background-size: 90%;
  overflow: visible;
}

.htmldisplay ul.speed-link li:nth-of-type(1):hover a {
  background-image: url(../img/link-1-h.png);
}

.htmldisplay ul.speed-link li:nth-of-type(2):hover a {
  background-image: url(../img/link-2-h.png);
}

.htmldisplay ul.speed-link li:nth-of-type(3):hover a {
  background-image: url(../img/link-3-h.png);
}

.htmldisplay ul.speed-link li:nth-of-type(4):hover a {
  background-image: url(../img/link-4-h.png);
}

.htmldisplay ul.speed-link li:nth-of-type(5):hover a {
  background-image: url(../img/link-5-h.png);
}

.htmldisplay ul.speed-link li:nth-of-type(6):hover a {
  background-image: url(../img/link-6-h.png);
}

.htmldisplay ul.speed-link li:hover a img {
  opacity: 0;
}

.theme-bg {
  background-image: url(../img/bg.png);
}

#main_top.gd-xs12.ct-row.gd-lg10.gd-offset-lg1 {
  background-color: transparent;
}

#main_top .dragArea>.list-complete-item.gd-xs12:nth-of-type(2) :not(.module-content).module-padding {
  background-color: #fff;
}

.navbar li ul li+li {
  border-top: none;
}

.navbar li ul li a {
  min-width: max-content;
}

.navbar li .menuhidden.navbar-menu a {
  background-color: #f1f1f1;
}

.navbar li:hover ul a,
.navbar ul li a:focus+.navrwd+.menuhidden {
  background-color: #f4f4f4;
  border-bottom: 1px solid #adadad;
}

.navbar li:hover ul a:hover {
  background-color: #00ad8f;
}

.navbar ul li:hover ul,
.navbar ul li a.active+.navrwd+.menuhidden {
  width: 100%;
  max-width: 500px;
}

@media (min-width:768px) {
  .navbar ul {
    gap: 0.5rem;
  }

  .navbar>ul>li {
    padding: 0 0.5rem;
    border: 1px solid #97c94a;
    border-radius: 50em;
  }

  .navbar>ul>li:hover,
  .navbar>ul>li:focus {
    background-color: #27b68c;
  }

  #app>div>#ct-content>.ct-row>.gd-xs12.ct-row .navbar {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 2rem 0 1rem;
  }

  .navbar ul li ul {
    top: 80px;
  }

  #menu>li {
    display: flex;
    align-items: center;
  }

  .navbar li:hover a {
    color: #fff;
  }

  #menu>li:nth-of-type(1):hover::before {
    background-image: url(../img/svg/link-1.png);
  }

  #menu>li:nth-of-type(2):hover::before {
    background-image: url(../img/svg/link-2.png);
  }

  #menu>li:nth-of-type(3):hover::before {
    background-image: url(../img/svg/link-3.png);
  }

  #menu>li:nth-of-type(4):hover::before {
    background-image: url(../img/svg/link-4.png);
  }

  #menu>li:nth-of-type(5):hover::before {
    background-image: url(../img/svg/link-5.png);
  }

  #menu>li:nth-of-type(6):hover::before {
    background-image: url(../img/svg/link-6.png);
  }

  #menu>li:nth-of-type(7):hover::before {
    background-image: url(../img/svg/link-7.png);
  }

  #menu>li:nth-of-type(8):hover::before {
    background-image: url(../img/svg/link-8.png);
  }

  .navbar ul li ul {
    padding: 0;
  }

  #menu>li {
    position: relative;
  }

  #menu li>ul {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0
  }

  .navbar ul li:hover ul {
    width: 100%;
    max-width: 500px;
  }
}

@media (min-width:992px) {
  .navbar {
    border-radius: 0 0 50em 50em;
  }

  #main_top .dragArea>.list-complete-item.gd-xs12:nth-of-type(2) {
    width: 83.33333333%;
    margin: 0 auto;
    float: none;
    clear: both;
    padding-top: 1rem;
  }

  #main_top .dragArea>.list-complete-item.gd-xs12:nth-of-type(2) :not(.module-content).module-padding {
    border-radius: 50em;
  }
}

@media (min-width:1200px) {
  h1 strong {
    font-size: 2.5rem;
  }

  h1 a {
    display: flex;
    align-items: end;
    gap: 0.5rem;
  }

  .theme,
  .logo {
    height: 200px;
  }

  .logo img {
    max-height: 190px;
  }
}

@media (min-width:576px) and (max-width:1199px) {
  .logo img {
    max-height: 80px;
  }

}

@media (max-width:767px) {
  #menu>li {
    padding: 0 1rem;
  }

  #menu>li a {
    text-align: start;
  }

  .navbar {
    background-color: #27b68c;
  }

  .navbar ul li+li {
    border-top: 1px solid #4ab99e;
  }

  .navbar ul li,
  .navbar li a {
    background: #ffffff;
  }

  .navrwd-svg {
    background: transparent;
  }

  .navrwd-svg svg {
    fill: #000000;
  }

  .navbar li:hover a {
    color: #000000;
  }

  .navbar ul li a.active+.navrwd+.menuhidden {
    margin-bottom: 1rem;
  }

  .navbar .menu-mobile:not(.menu-mobile:last-child) {
    border-bottom: 1px solid #adadad;
  }

  .navbar .show-menu .ct-hamburger svg {
    fill: #ffffff;
  }
}

@media (max-width:575px) {
  .logo img {
    max-height: 60px;
  }

  h1 strong {
    font-size: 1.3rem;
  }

  :not(.module-content).module-padding.ct5abf2d91aa93092cee58cebc {
    padding: 0.3rem;
  }

  .htmldisplay ul.speed-link {
    flex-wrap: wrap;
    justify-content: center;
  }

  .htmldisplay ul.speed-link li {
    flex: 0 1 30%;
  }
}