﻿@charset "UTF-8";
body {
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height:1.7rem;
  color: #222222;
}

html {
  scroll-behavior: smooth;
}
*:focus {
    outline: 3px solid #FF6600 ; /* 亮橘色，3px 粗線 */
    outline-offset: 2px; /* 外框與元素間距 */
}

#pageControlsPlayGroup,
#controlsPlayGroup {
    position: absolute;
    right: 12px;
    bottom: -49px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
#pageControlsPlayGroup {
    top:10px;
    z-index: 100000;
    bottom: unset;
}
    #pageControlsPlayGroup #play-icon,
    #pageControlsPlayGroup #pause-icon,
    #controlsPlayGroup #play-icon,
    #controlsPlayGroup #pause-icon {
        height: 40px;
        width: 40px;
        cursor: pointer;
        text-align: center; /* 水平置中 */
    }
    #pageControlsPlayGroup #play-icon,
    #controlsPlayGroup #play-icon {
        line-height: 37px; /* 垂直置中 - 與 height 相同 */
    }
    #pageControlsPlayGroup #pause-icon,
    #controlsPlayGroup #pause-icon {
        line-height: 34px; /* 垂直置中 - 與 height 相同 */
    }


.index ul, .page ul {
  list-style: none;
  padding: 0;
}

.index a, .page a {
  color: currentColor;
}
.index a:hover, .page a:hover {
  text-decoration: none;
}

.moreBtn {
  position: relative;
  color: #00848A;
  background: transparent;
  font-weight: 600;
  border: none;
  width: 160px;
  height: 40px;
  margin-right: 20px;
  z-index: 1;
}
.moreBtn:hover {
  color: #ffffff;
}
.moreBtn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 40px;
  background: #00848A;
  z-index: -999;
  transform: skew(-25deg);
}
.moreBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 40px;
  background: #F5D44A;
  z-index: -999;
  transform: skew(-25deg);
}

.showIt {
  display: block;
}

.hideIt {
  display: none;
}

.navbar-dark .navbar-nav .show > .nav-link {
  color: #F5D44A;
  background: #00848A;
}
.navbar-dark .navbar-nav .nav-link {
  color: #333;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #F5D44A;
  background: #00848A;
  text-shadow: 2px 2px 6px hsla(0, 0%, 0%, 0.25);
}

.bg-dark {
  background-color: #16828F !important;
}
.carousel-control-prev:focus,
.carousel-control-next:focus,
#gotop:focus,
#botOpen:focus,
.page-link:focus,
.btn-light:focus {
    outline: 3px solid #FF6600; /* 亮橘色，3px 粗線 */
    outline-offset: 2px; /* 外框與元素間距 */
}
.navbar {
    flex-flow: column wrap;
    position: relative;
}
.navbar .container-fluid {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0;
  max-width: 1400px;
  min-height: 130px;
  z-index: 9999;
}

/*20231108 sara*/
 .navbar .container-fluid {
        min-height: 160px;
    }

.navbar-collapse {
  flex-flow: column nowrap;
}

.navbar-dark .navbar-toggler {
  border-color: #16828F;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 20px 5%;
}
.header .logo a {
  width: 500px;
  height: 70px;
  display: block;
/*  background: url(../AodmImg/logo.png) top left/auto 100% no-repeat;*/
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, transparent, hsla(0, 0%, 0%, 0.6));
}
.header .guide {
  display: flex;
  flex-flow: row nowrap;
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 999999;
  transform: translateX(90px);
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.header .guide > span {
  writing-mode: vertical-lr;
  padding: 20px 10px;
  color: #ffffff;
  position: relative;
}
.header .guide > span::before {
  content: "";
  background: #00848A;
  width: 100%;
  height: 86%;
  transform: perspective(0.5em) rotateY(-3deg);
  position: absolute;
  top: 8px;
  right: 3px;
  z-index: -9;
}
.header .guide > div {
  display: flex;
  flex-direction: column;
  background: #ECECEC;
  color: #333;
}
.header .guide > div a {
  height: 50%;
  border: 1px solid #00848A;
  padding: 10px 10px;
}
.header .guide > div a:hover {
  background: #00848A;
  color: #ffffff;
}
.header .guide:hover {
  transform: translateX(0px);
}
.header .fixNav {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 999;
}
    .header .fixNav2 {
        position: absolute;
        left: 0;
        top: 277px;
        z-index: 999;
        width: 147px;
    }
        .header .fixNav2 img {
            width: 100%;
        }
.header .fixNav ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

/*.header .fixNav ul li {
  background: #ECECEC;
  width: 90px;
  height: 90px;
  border-radius: 20px 0 0 20px;
  text-align: center;
  padding-top: 15px;
  box-shadow: -5px 5px 12px hsla(0, 0%, 0%, 0.15);
}*/
/*增加height: auto;，讓右側選單點擊文字加大時文字不溢出*/
.header .fixNav ul li {
    background: #ECECEC;
    width: 90px;
    height: auto;
    border-radius: 20px 0 0 20px;
    text-align: center;
    padding-top: 15px;
    box-shadow: -5px 5px 12px hsla(0, 0%, 0%, 0.15);
}

.header .fixNav ul li a img {
  padding-bottom: 5px;
  display: block;
  margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 99999 !important;
}

nav .logo {
    position: absolute;
    top: 10px;
    width: 100%;
}
/*20231108 sara*/
/*nav .logo {
    top: 42px;
}
*/
    nav .logo img {
        width: 100%;
        content: url("../AodmImg/logo.png");
    }
    nav .logo.logoContent img {
        content: url("../AodmImg/logoB.png");
        width: 30%;
        position: absolute;
        left: -22px;
        top: 20%;
    }

nav .topArea {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    z-index: 2;
}
nav .topArea ul {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}
nav .topArea ul li {
  display: inline-block;
  margin-bottom: 10px;
}
nav .topArea ul li .fas {
  color: #153161;
}
nav .topArea ul li span {
  color: #ffffff;
  margin: 0 5px;
}
nav .topArea ul li a {
  color: #ffffff;
}
nav .topArea ul li a:hover {
  color: #F5D44A;
}
nav .topArea ul li.font-size {
  margin-right: 10px;
}
nav .topArea ul li .fontControl {
  display: inline-block;
  background-color: #fff;
  padding: 3px 3px;
  cursor: pointer;
  color: #333;
  line-height: 22px;
  border: 1px solid #ECF0F1;
}
nav .topArea ul li .fontControl:hover {
  background-color: #FFAA00;
  color: #ffffff;
}
nav .topArea ul li .fontControl:first-child {
  margin-left: 5px;
}
nav .topArea ul li .in {
  background: linear-gradient(45deg, #0356AB, #4E0796);
  color: #fff;
}
nav .topArea ul li.bgTop {
  background: #04C0CE;
  padding: 10px 20px 5px 20px;
  margin-right: -5px;
}
nav .topArea ul li.bgTop a {
  color: #ffffff;
}
nav .topArea ul li.bgTop a:hover {
  color: #F5D44A;
}
nav .topArea ul li .searching {
  display: flex;
  flex-flow: row nowrap;
}
nav .topArea ul li .searching input {
  flex-grow: 2;
  margin-right: 10px;
}
nav .topArea ul li .searching .search-btn {
  background: linear-gradient(45deg, #0356AB, #4E0796);
  color: #ffffff;
  border: 1px solid #ECF0F1;
  padding: 2px 8px;
  margin-right: 10px;
}
nav .topArea ul li .searching .search-btn:hover {
  background: #F5D44A;
  color: #333;
}
nav .topArea ul li .searching .search-adv {
  padding: 2px 8px;
  background-color: #37BAEA;
  border: 1px solid #ECF0F1;
}
nav .topArea ul li .searching .search-adv:hover {
  background: #F5D44A;
  color: #333;
}
    nav .topArea .searchArea .searchENSuggest {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        color: white;
/*        padding: 0 3% 0 20%;*/
    }
nav .midArea {
  display: flex;
  flex-flow: row wrap;
  padding: 0 5%;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  top: 60px;
  right: 0;
  gap: 5px 20px;
  align-items: flex-start;
}
nav .midArea .social img {
  width: 1.6rem;
  height: auto;
}
nav .midArea .searching {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  max-width: 200px;
  border: 1px solid #16828F;
}
nav .midArea .searching input {
  height: 30px;
  border: none;
  width: 100%;
  padding-left: 10px;
}
nav .midArea .searching .search-btn {
  padding: 3px 1.2rem 0 1.2rem;
  height: 30px;
  background: #0356AB;
  color: #ffffff;
}
nav .midArea .searching .search-btn i {
  color: #ffffff;
}
nav .midArea .search-f-mobile {
  display: none;
}
nav .midArea .popular {
  font-size: 0.8rem;
  width: 100%;
  text-align: right;
}
nav .midArea .popular a:hover {
  color: #ffffff;
}
nav .mainMenu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 600;
}
nav .mainMenu .guide {
  width: 100%;
  height: 40px;
  position: relative;
}
nav .mainMenu .guide::before {
  content: "";
  position: absolute;
  top: 30px;
  z-index: -999;
  width: 100%;
  height: 10px;
  background: #04C0CE;
  display: inline-block;
}
nav .mainMenu .guide ul {
  width: 30%;
  background: #16828F;
  position: absolute;
  top: 0;
  right: 5%;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
nav .mainMenu .guide ul li {
  color: #ffffff;
}
nav .mainMenu .guide ul li a:hover {
  color: #F5D44A !important;
}
nav .mainMenu .navbar-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 1.3rem;
}
nav .mainMenu .navbar-nav li {
  background: hsla(0, 100%, 100%, 0.85);
  min-width: 13%;
  text-align: center;
  z-index:1000;
}
    nav .mainMenu .navbar-nav li:focus-within {
        background: #16828F;
    }
    nav .mainMenu .navbar-nav li img {
        display: block;
        margin: 10px auto 0 auto;
        height: 2.5rem;
    }
nav .mainMenu .navbar-nav li .dropdown-item {
  margin-bottom: 7px;
  background: hsla(0, 100%, 100%, 0.85);
  color: #333;
  border-radius: 5px;
  font-weight: 600;
}
nav .mainMenu .navbar-nav li .dropdown-item i {
  margin-right: 3px;
  font-size: 0.1rem;
}
nav .mainMenu .navbar-nav li .dropdown-item:hover {
  background-color: #F5D44A;
  color: #000;
}
nav .mainMenu .navbar-nav li .dropdown-item:hover i {
  color: #00848A;
}
nav .mainMenu .navbar-nav li .dropdown-item:first-child {
  position: relative;
  background: hsla(0, 100%, 100%, 0.85);
  margin-top: 10px;
}

    nav .mainMenu .navbar-nav li:last-child .dropdown-menu {
        right: 0;
        left: unset;
    }



    nav .mainMenu .navbar-nav li .dropdown-item:first-child::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent hsla(0, 100%, 100%, 0.85) transparent;
        position: absolute;
        top: -9px;
        left: 30px;
    }

    nav .mainMenu .navbar-nav li:last-child .dropdown-item:first-child::before {
        right: 30px;
        left: unset;
    }


nav .mainMenu .navbar-nav li .dropdown-item:first-child:hover {
  background-color: #F5D44A;
  color: #000;
}
nav .mainMenu .navbar-nav li .dropdown-menu {
  background: transparent;
  margin-top: 0;
  border: none !important;
}

.admin1 {
  display: none;
}

.subopen {
  width: 100px;
  height: 100px;
  background: red;
  display: block;
}

.extend-nav {
  position: fixed;
  left: 16px;
  top: 250px;
  z-index: 999;
  display: none;
}
.extend-nav ul li.extend-01 a::before {
  background: url(../AodmImg/bicon06w.png) center center/60% auto no-repeat;
}
.extend-nav ul li.extend-02 a::before {
  background: url(../AodmImg/bicon01w.png) center center/60% auto no-repeat;
}
.extend-nav ul li.extend-03 a::before {
  background: url(../AodmImg/bicon04w.png) center center/60% auto no-repeat;
}
.extend-nav ul li.extend-04 a::before {
  background: url(../AodmImg/bicon05w.png) center center/60% auto no-repeat;
}
.extend-nav ul li.extend-05 a::before {
  background: url(../AodmImg/bicon03w.png) center center/60% auto no-repeat;
}
.extend-nav ul li.extend-06 a::before {
  background: url(../AodmImg/logocircle2.png) center center/70% auto no-repeat;
}
.extend-nav ul li.extend-07 a::before {
  background: url(../AodmImg/link.png) center center/60% auto no-repeat;
}
.extend-nav ul li a {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: rgba(26, 26, 26, 0.6);
  border-radius: 5px;
  position: relative;
  transition: 150ms;
  line-height: 48px;
  overflow: hidden;
  min-width: 48px;
  min-height: 48px;
}
.extend-nav ul li a::before {
  content: "​";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.extend-nav ul li a:hover {
  font-size: 1.125em;
  color: white;
  width: auto;
  line-height: 48px;
  padding-left: 48px;
  padding-right: 16px;
  font-weight: bold;
  background-color: #1a1a1a;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#myCarousel {
  z-index: 10;
  margin-bottom: 0;
}
#myCarousel .carousel-indicators {
  bottom: 50px;
}
#myCarousel .carousel-inner {
  text-align: center;
  height: 100%;
  width: 100%;
}
#myCarousel .carousel-inner .carousel-item {
  height: auto;
}
#myCarousel .carousel-inner .carousel-item img {
  position: relative;
  width: 100%;
  height: 100%;
}
#myCarousel .line {
  display: block;
  height: 20px;
  width: 100%;
  background: #16828F;
}

/*.title {
  position: relative;
  background: url(../AodmImg/yellowLine.png) top left/50% auto no-repeat;
  display: flex;
  width: 140px;
  height: 120px;
  flex-flow: column nowrap;
  align-items: flex-start;
  font-size: 1.5rem;
  padding: 20px 0 0 30px;
}*/
/*20240109修改首頁標題樣式，增加font-weight、z-index*/
.title {
    position: relative;
    background: url(../AodmImg/yellowLine.png) top left/50% auto no-repeat;
    display: flex;
    width: 140px;
    height: 120px;
    flex-flow: column nowrap;
    align-items: flex-start;
    font-size: 1.5rem;
    padding: 20px 0 0 30px;
    font-weight: 600;
    z-index: 2;
}

/*20240109新增這段程式碼；修改首頁標題樣式*/
.title p:nth-child(2) {
    line-height: 2.3rem;
}


.title .en {
  font-size: 1.8rem;
  color: #00848A;
  margin-bottom: 0;
}

.title2 {
  grid-row: 2;
  width: 70%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
}
.title2::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 2px;
  bottom: 2px;
  background: #F5D44A;
}
    .title2 .en {
        font-size: 1.8rem;
        color: #00848A;
        margin-bottom: 0;
        z-index: 2;
    }
/*.title2 span {
  display: inline-block;
  line-height: 50px;
  margin-left: 10px;
  font-weight: 600;
}*/

/*20240109修改首頁標題樣式，增加font-size*/
.title2 span {
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 1.5rem;
}

.container-fluid {
  padding: 0;
}
.container-fluid .news {
  margin: 100px auto 30px auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.container-fluid .news .title {
  float: left;
}
.container-fluid .news .title::before {
  content: "";
  position: absolute;
  background: url(../AodmImg/title01.png) top right/auto 100% no-repeat;
  width: 820px;
  height: 320px;
  top: 0;
  right: -100px;
  z-index: -9;
}
.container-fluid .news .newsList {
  width: 85%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: flex-end;
  flex-grow: 2;
}
.container-fluid .news .newsList .title2 {
  display: none;
}
.container-fluid .news .newsList ul {
  width: 100%;
  margin-left: 100px;
  margin-top: 20px;
  text-align: left;
}
.container-fluid .news .newsList ul .news__item {
  margin-bottom: 30px;
  line-height: 30px;
}
.container-fluid .news .newsList ul .news__item .news__date {
  padding: 5px 20px;
  background: url(../AodmImg/date.png) center center/100% 100% no-repeat;
}
.container-fluid .news .newsList ul .news__item:nth-child(2) {
  margin-left: -20px;
}
.container-fluid .news .newsList ul .news__item:nth-child(3) {
  margin-left: -40px;
}
.container-fluid .news .newsList ul .news__item:nth-child(4) {
  margin-left: -60px;
}
.container-fluid .news .newsList ul .news__item:nth-child(5) {
  margin-left: -80px;
}
.container-fluid .news::after {
  clear: both;
}
.container-fluid .services {
  margin: 30px auto;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 200px;
  overflow: hidden;
  background: url(../AodmImg/taiwan.png) center left/auto 100% no-repeat;
}
.container-fluid .services .title {
  margin-left: 100px;
}
.container-fluid .services ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.container-fluid .services ul li {
  width: 25%;
  height: 200px;
  transform: skewX(-30deg);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
    .container-fluid .services ul li:focus-within {
        outline: 3px solid #FF6600;
        outline-offset: 2px;
        border-radius: 4px; /* 可選：圓角效果 */
    }
    .container-fluid .services ul li a {
        width: 100%;
    }

.container-fluid .services ul li:nth-child(1) {
  border: 1px solid #A99483;
}
.container-fluid .services ul li:nth-child(1) img {
  display: block;
  height: 100%;
  width: auto;
  position: relative;
  transform: skewX(30deg) translateX(-90px);
}
.container-fluid .services ul li:nth-child(1) img:hover {
  transform: skewX(30deg) scale(1.1) translateX(-90px);
}
.container-fluid .services ul li:nth-child(2) {
  border: 1px solid #A99483;
}
.container-fluid .services ul li:nth-child(2) img {
  height: 100%;
  position: relative;
  transform: skewX(30deg) translateX(-90px);
}
.container-fluid .services ul li:nth-child(2) img:hover {
  transform: skewX(30deg) scale(1.1) translateX(-90px);
}
.container-fluid .services ul li:nth-child(3) {
  margin-top: -50px;
  margin-left: 30px;
}
.container-fluid .services ul li:nth-child(3) img {
  height: 100%;
  position: relative;
  transform: skewX(30deg) translateX(-90px);
}
.container-fluid .services ul li:nth-child(3) img:hover {
  transform: skewX(30deg) scale(1.1) translateX(-90px);
}
.container-fluid .services ul li:nth-child(4) {
  margin-top: -50px;
}
.container-fluid .services ul li:nth-child(4) img {
  height: 100%;
  position: relative;
  transform: skewX(30deg) translateX(-110px);
}
.container-fluid .services ul li:nth-child(4) img:hover {
  transform: skewX(30deg) scale(1.1) translateX(-110px);
}
.container-fluid .event {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-fluid .event .eventList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.container-fluid .event .eventList .title2 {
  flex-grow: 2;
}
.container-fluid .event ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.container-fluid .event ul::after {
  content: "";
  width: 30%;
}
    .container-fluid .event ul li:focus-within {
        outline: 3px solid #FF6600;
        outline-offset: 2px;
        border-radius: 4px; /* 可選：圓角效果 */
    }
.container-fluid .event ul li {
  box-shadow: 5px 10px 10px hsla(0, 0%, 0%, 0.15);
  padding: 0;
  width: 30%;
}
.container-fluid .event ul li img {
  width: 100%;
}
.container-fluid .event ul li .info {
  padding: 10px 25px;
  min-height: 150px;
  position: relative;
}
.container-fluid .event ul li .info p {
  text-align: left;
}
.container-fluid .event ul li .info p .date {
  background: #222222;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
}
.container-fluid .event ul li .info::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../AodmNodeModules/bootstrap-icons/icons/arrow-right-circle.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 999;
  color: #ffffff;
}
.container-fluid .event ul li .info::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px;
  border-color: transparent #666666 #666666 transparent;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.container-fluid .videos {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 20px;
}
.container-fluid .videos .videoList {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-right: 50px;
}
.container-fluid .videos .videoList .title::after {
  content: "";
  position: absolute;
  background: url(../AodmImg/title01.png) top right/auto 100% no-repeat;
  width: 820px;
  height: 320px;
  top: 0;
  right: 100px;
  z-index: -9;
}
.container-fluid .videos .videoList .title2 {
  display: none;
}
.container-fluid .videos ul {
  flex-grow: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
    .container-fluid .videos ul li:focus-within {
        outline: 3px solid #FF6600;
        outline-offset: 2px;
        border-radius: 4px; /* 可選：圓角效果 */
    }
.container-fluid .videos ul li {
  width: 32%;
  box-shadow: 5px 10px 10px hsla(0, 0%, 0%, 0.15);
}
    .container-fluid .videos ul li .photo {
        position: relative;
        z-index: 9;
        height: 200px;
    }
        .container-fluid .videos ul li .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.container-fluid .videos ul li .photo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../AodmImg/play.png) center center/60px auto no-repeat hsla(0, 0%, 0%, 0.35);
  z-index: 9999;
}
.container-fluid .videos ul li .info {
  padding: 25px;
  position: relative;
}
.container-fluid .videos ul li .info::before {
  content: "";
  position: absolute;
  height: 80px;
  width: 10px;
  top: 0;
  left: 0;
  background: #666666;
}
.container-fluid .videos ul li .info p {
  text-align: left;
}
.container-fluid .fb {
  display: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.container-fluid .fb .left {
  float: left;
}
.container-fluid .fb .left .title2 {
  width: 100%;
}
.container-fluid .fb .left .fbname {
  margin-top: 30px;
  text-align: left;
}
.container-fluid .fb .fbphoto {
  float: right;
  position: relative;
  margin-bottom: 100px;
}
.container-fluid .fb .fbphoto img {
  width: 500px;
}
.container-fluid .fb .fbphoto::before {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  left: -280px;
  top: 0;
  background: url(../AodmImg/fbBack.png) top right/auto 100% no-repeat;
  z-index: -9;
}
.container-fluid .gov {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
    .container-fluid .gov .govList .title2 {
        height: 3.6rem;
        width:100%;
    }
        .container-fluid .gov .govList .title2 span {
            /*margin-left: -2rem;*/
            padding-top: 0.5rem;
        }
.container-fluid .gov ul.desktop {
  margin-top: 30px;
  background: url(../AodmImg/govbt.png) top left/100% auto no-repeat;
  display: flex;
  flex-flow: row wrap;
  height: 800px;
  width: 1200px;
  position: relative;
}
.container-fluid .gov ul.desktop li {
  position: absolute;
  background: #ffffff;
}
.container-fluid .gov ul.desktop li a {
  padding: 5px 20px;
  width: 150px;
  box-shadow: 5px 5px 12px hsla(0, 0%, 0%, 0.15);
  text-align: center;
  display: block;
}
.container-fluid .gov ul.desktop li a:hover {
  background: #00848A;
  color: #ffffff;
}
.container-fluid .gov ul.desktop li p {
  margin-bottom: 6px;
}
.container-fluid .gov ul.desktop li:nth-child(1) {
  top: 220px;
  left: 280px;
}
.container-fluid .gov ul.desktop li:nth-child(2) {
  top: 195px;
  left: 745px;
}
.container-fluid .gov ul.desktop li:nth-child(3) {
  top: 245px;
  left: 997px;
}
.container-fluid .gov ul.desktop li:nth-child(4) {
  top: 408px;
  left: 70px;
}
.container-fluid .gov ul.desktop li:nth-child(5) {
  top: 397px;
  left: 573px;
}
.container-fluid .gov ul.desktop li:nth-child(6) {
  top: 524px;
  left: 987px;
}
.container-fluid .gov ul.desktop li:nth-child(7) {
  top: 585px;
  left: 335px;
}
.container-fluid .gov ul.desktop li:nth-child(8) {
  top: 640px;
  left: 770px;
}
.container-fluid .gov ul.mobile {
  display: none;
}
.container-fluid .links {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.container-fluid .links .relative {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.container-fluid .links .relative a {
  width: 30%;
}
.container-fluid .links .relative a img {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #b9b9b9;
}
.container-fluid .links .box {
  position: relative;
  background: url(../AodmImg/linkBg.png) center center/100% auto no-repeat;
  margin: 50px 0;
  padding: 50px;
}
.container-fluid .links .box .moreBtn {
  position: absolute;
  right: 10%;
  top: 0;
}
.container-fluid .links .box .row {
  background: #ffffff;
  box-shadow: 5px 5px 12px hsla(0, 0%, 0%, 0.15);
  padding-top: 50px;
}
.container-fluid .links .slick-prev {
  left: -40px;
}
.container-fluid .links .slick-next {
  right: -30px;
}
.container-fluid .links .tab-content .text .link-carousel .flickity-viewport .carousel-cell img {
  margin-right: 30px;
}
.container-fluid .open-it-area {
  text-align: center;
  position: relative;
  display: block;
}
.container-fluid .open-it-area .open-btn {
  width: 70px;
  margin: auto;
}
.container-fluid .open-it-area .open-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #00848A;
  font-size: 1.25rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin-bottom: 0;
}
    .container-fluid .fatfooter {
        /*background: url(../AodmImg/footerbg2.png) top -30px center/100% auto no-repeat;*/
        background: url(../AodmImg/footerbg2.png) center top -30px / 100% 110% no-repeat;
        color: #69686F;
        padding: 50px 9% 0 9%;
        display: none;
        margin-top: -1px;
    }
.container-fluid .fatfooter ul {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 0;
}
.container-fluid .fatfooter ul li {
  width: 15%;
  padding: 0;
  margin-bottom: 4rem;
  padding-right: 10px;
}
.container-fluid .fatfooter ul li .title3 {
  font-size: 1.2rem;
  color: #D1510B;
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: 1px solid #D1510B;
  display: inline-block;
  font-weight: 600;
}
.container-fluid .fatfooter ul li a {
  font-size: 1rem;
  color: #69686F;
  letter-spacing: 0.05em;
  display: block;
  margin: 8px 0;
}
.container-fluid .fatfooter ul li a:hover {
  color: #153161;
}
/*.container-fluid footer {
  background: url(../AodmImg/footerbg.png) bottom right/100% auto no-repeat;
  color: #333;
  padding: 80px 9%;
  font-size: 1rem;
}*/
/*20240109footer的圖片改用解析度底的圖片*/
.container-fluid footer {
    background: url(../AodmImg/footerbg_2.png) bottom right/100% auto no-repeat;
    color: #333;
    padding: 80px 9%;
    font-size: 1rem;
}

.container-fluid footer #accesskey-Z {
  position: absolute;
  left: 1em;
  width: 1.2em;
  border: none;
  background: 0 0;
}
.container-fluid footer .row {
  padding: 0;
}
.container-fluid footer .footerLeft {
  padding-left: 0;
}
.container-fluid footer .footerLeft img {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.container-fluid footer .footerCenter .ul-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 26px;
}
.container-fluid footer .footerCenter .ul-link li {
  padding: 0 10px;
  border-right: 1px solid #333;
  line-height: 16px;
}
.container-fluid footer .footerCenter .ul-link li a {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.container-fluid footer .footerCenter .ul-link li a:hover {
  color: #153161;
}
.container-fluid footer .footerCenter .footer-info {
  margin-top: 60px;
}
.container-fluid footer .footerCenter .footer-info li {
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.container-fluid footer .footerRight .footer-info {
  color: #333;
  text-align: right;
  padding-right: 0;
  flex-wrap: wrap;
}
.container-fluid footer .footerRight .footer-info li {
  margin-bottom: 20px;
  display: block;
}
.container-fluid footer .footerRight .footer-info li:last-child {
  margin-top: 40px;
}

.content {
  width: 100%;
  padding: 0;
  position: relative;
}
.content::before {
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, transparent, hsla(100, 100%, 100%, 0.9));
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.slick-slide {
  z-index: -999;
}

.slick-slider {
  margin: 0;
}

.slider-for {
  width: 100%;
  height: 100vh;
}
/*.slider-for::before {
  content: "";
  background: url(../AodmImg/bannerBeC.png) top left/100% 100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}*/
    /*首頁圖片太飽和；加白底*/
    .slider-for::before {
        content: "";
        background: url(../AodmImg/bannerBeC.png) top left/100% 100% no-repeat;
        background-color: rgba(255, 255, 255, 0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
    }
.slider-for::after {
  content: "";
  background: url(../AodmImg/solgon.png) top right/100% auto no-repeat;
  width: 40%;
  max-width: 600px;
  height: 200px;
  position: absolute;
  top: 50vh;
  left: 0;
  z-index: 92;
  color: red;
}
.slider-for img {
  width: 100%;
  height: 100vh;
  border: none;
  object-fit: cover;
}

.slider-nav {
  width: 80%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.slick-next:before, .slick-prev:before {
  content: "▲";
  font-size: 2rem;
  display: inline-block;
  transform: rotate(90deg);
  padding: 5px 11px 17px 11px;
  border-radius: 100px;
  background: #ffffff;
  color: #00848A;
  box-shadow: 6px -4px 4px hsla(0, 0%, 0%, 0.25);
}

.slick-prev:before {
  transform: rotate(-90deg) translateY(-20px);
  box-shadow: -6px 4px 4px hsla(0, 0%, 0%, 0.25);
}
.slick-next:focus:before,
.slick-prev:focus:before {
    outline: 3px solid #FF6600;
    outline-offset: 2px;
}
.slick-next:focus,
.slick-prev:focus {
    outline: none;
}
/*.slick-dots li button:focus:before {
    outline: 3px solid #FF6600;
    outline-offset: 2px;
}*/

/*.slick-slide .sliderBar {
  background: hsla(0, 0%, 0%, 0.8);
  color: #ffffff !important;
  display: flex !important;
  flex-flow: row nowrap;
  cursor: pointer;
  width: 90% !important;
  align-items: center;
  max-height: 100px;
  margin: 0 auto;
}*/
/*輪播圖字體調大 20240104 CHI給的*/
.slick-slide .sliderBar {
    background: hsla(0, 0%, 0%, 0.8);
    color: #ffffff !important;
    display: flex !important;
    flex-flow: row nowrap;
    cursor: pointer;
    width: 90% !important;
    align-items: center;
    max-height: 100px;
    margin: 0 auto;
    font-size: 1rem;
}

    .slick-slide .sliderBar a {
        text-decoration: underline;
        text-decoration-color: white;
        text-underline-offset: 5px;
        text-decoration-thickness: 0px;
    }

    .slick-slide .sliderBar::before {
        content: "";
        width: 100px;
        height: 10px;
        background: #F5D44A;
        opacity: 0.8;
        position: absolute;
        top: 0;
    }
.slick-slide .sliderBar img {
  width: 150px;
  height: 100px;
  border: none;
  padding: 20px 10px;
  object-fit: cover;
  margin: 0;
}
.slick-slide .sliderBar h3 {
  background: none;
  font-size: 1rem;
  color: #ffffff;
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
}

.slick-prev, .slick-next {
  top: 35%;
}

.slick-list .slick-current .sliderBar {
  background: hsla(49.44, 100%, 49%, 0.85);
  max-height: 120px;
  color: #00848A !important;
  font-weight: 600;
}
    .slick-list .slick-current .sliderBar a {
        text-decoration: underline;
        text-decoration-color: #8c8989;
        text-decoration-thickness: 0px;
    }
.slick-list .slick-current .sliderBar::before {
  content: "";
  width: 120px;
  height: 20px;
  background: hsla(100, 100%, 100%, 0.5);
}
.slick-list .slick-current .sliderBar img {
  width: 160px;
  height: 120px;
  padding: 20px 10px;
}
.slick-list .slick-current .sliderBar h3 {
  background: none;
  font-weight: 600;
  margin-left: 0;
  width: 200px;
  overflow: hidden;
}



@media (min-width: 991.98px) and (max-width: 1349.98px) {
  nav .topArea {
    width: 50%;
  }
    nav .logo img {
        width: 300px;
    }
    nav .logo img {
        content: url("../AodmImg/logo.png");
    }
    nav .logo.logoContent img {
        content: url("../AodmImg/logoB.png");
        width: 45%;
    }
    nav .mainMenu {
        top: 133px;
    }
}



    @media (max-width: 1229.98px) {
        .container-fluid .gov ul.desktop {
            display: none;
        }

        .container-fluid .gov ul.mobile {
            display: flex;
            flex-flow: row wrap;
            margin-top: 50px;
            padding: 0 20px;
        }

            .container-fluid .gov ul.mobile li {
                width: 25%;
                text-align: center;
                margin-bottom: 50px;
            }

                .container-fluid .gov ul.mobile li p {
                    width: 80%;
                    border: 1px solid #666666;
                    margin: 0 auto;
                }

                    .container-fluid .gov ul.mobile li p span {
                        display: block;
                        line-height: 1.3rem;
                        padding: 5px;
                    }

                .container-fluid .gov ul.mobile li img {
                    width: 50%;
                    height: auto;
                    margin-bottom: 20px;
                }

      
    }

/*
@media (min-width: 1025.98px) and (max-width: 1079.98px) {
      .container-fluid .gov .govList .title2 span {
            margin-left: -9rem;
        }

}*/


/*@media (min-width: 1172.98px) {
    .container-fluid .gov .govList .title2 span {
        margin-left: -10rem;
    }
}*/


    @media (max-width: 991.98px) {
       /* .slick-slide .sliderBar {
            font-size: 0.2rem;
        }*/
        .header .fixNav2{
            display:none;
        }
        #controlsPlayGroup {
            width: 10%;
            top: 11px;
            z-index: 100000;
            bottom: unset;
        }
        .header {
            position: relative;
            padding: 0;
        }

            .header::before {
                display: none;
            }

            .header .guide {
                display: none;
            }

            .header .fixNav {
                position: unset;
                order: 9;
            }

                .header .fixNav ul {
                    flex-flow: row nowrap;
                    justify-content: space-between;
                    margin-top: 10px;
                }

                    .header .fixNav ul li {
                        width: 100%;
                        border-radius: 0;
                    }

            .header .logo a {
/*                background: url(../AodmImg/logoB.png) top left/auto 100% no-repeat;*/
            }

        .slider-for {
            height: 600px;
        }

            .slider-for::after {
                top: 250px;
            }

            .slider-for img {
                height: 600px;
            }

        .navbar .container-fluid {
            min-height: 50px;
            height: auto;
        }

        nav .mainMenu, nav .topArea, nav .searchArea {
            position: unset;
        }


            nav .mainMenu ul {
                width: 100%;
            }

                nav .mainMenu ul li .dropdown-item:first-child::before {
                    display: none;
                }

        nav .logo {
            padding: 20px;
            width: 250px;
        }

        /*20231109*/
        nav .logo {
            order: 1;
        }
            nav .logo img {
                content: url("../AodmImg/logoB.png");
            }
            nav .logo.logoContent img {
                content: url("../AodmImg/logoB.png");
                width: 68%;
                position: absolute;
                left: 10%;
                top: 6%;
            }
        nav .navbar-toggler {
            width: 50px;
            height: 50px;
            align-self: center;
            padding: 0.25rem;
        }
      
        /*20231109*/
        #navbarsExample07 {
            order: 3;
        }

        nav .navbar-toggler .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(22, 130, 143)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        nav .logo {
            position: unset;
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            width: 100%;
        }

        nav .midArea {
            padding: 0;
        }

            nav .midArea .searching {
                max-width: 100%;
                width: 100%;
            }

        nav .navbar-collapse {
            display: flex;
        }

            nav .navbar-collapse > div {
                width: 100%;
                display: flex;
                flex-flow: column nowrap;
            }

            nav .navbar-collapse .midArea {
                order: 1;
                width: 100%;
                flex-flow: column wrap;
                position: unset;
            }

                nav .navbar-collapse .midArea .social {
                    text-align: right;
                    width: 100%;
                }

                    nav .navbar-collapse .midArea .social a {
                        display: inline-block;
                    }

            nav .navbar-collapse .searchArea {
                width: 100%;
                font-size: 1rem;
            }

        /*20231109 Start*/
        /*  nav .navbar-collapse .searchArea .searching {
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }*/

        nav .searchArea .searching {
            width: 90%;
            max-width: none;
            margin: 0 auto;
        }

        /*nav .navbar-collapse .topArea {
        order: 2;
        padding: 0;
        background-color: transparent;
    }
  nav .navbar-collapse .topArea ul {
    padding-inline-start: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  nav .navbar-collapse .topArea ul li {
    width: 48%;
    background-color: #16828F;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    border: 1px solid #037E9A;
  }
  nav .navbar-collapse .topArea ul li i {
    display: none;
  }
  nav .navbar-collapse .topArea ul li a {
    color: #ffffff;
  }
  nav .navbar-collapse .topArea ul li:first-child {
    display: none;
  }
  nav .navbar-collapse .topArea ul li span {
    display: none;
  }
  nav .navbar-collapse .topArea ul li.font-size {
    display: none;
  }
  nav .navbar-collapse .topArea ul li.font-size .in {
    background-color: #FFAA00;
  }
  nav .navbar-collapse .topArea ul li.bgTop {
    margin-right: 0;
  }*/

        nav .topArea {
            width: 100%;
            order: 2;
            padding: 0;
            background-color: transparent;
        }

            nav .topArea ul {
                padding-inline-start: 0;
                display: flex;
                flex-flow: row wrap;
                justify-content: space-between;
            }

                nav .topArea ul li {
                    width: 48%;
                    background-color: #16828F;
                    border-radius: 5px;
                    margin-bottom: 10px;
                    padding-top: 8px;
                    padding-bottom: 8px;
                    text-align: center;
                    border: 1px solid #037E9A;
                }

                    nav .topArea ul li i {
                        display: none;
                    }

                    nav .topArea ul li a {
                        color: #ffffff;
                    }

                    nav .topArea ul li:first-child {
                        display: none;
                    }

                    nav .topArea ul li span {
                        display: none;
                    }

                    nav .topArea ul li.font-size {
                        display: none;
                    }

                        nav .topArea ul li.font-size .in {
                            background-color: #FFAA00;
                        }

                    nav .topArea ul li.bgTop {
                        margin-right: 0;
                    }
            nav .topArea .searchArea .searchENSuggest {
                justify-content:center;
                padding:0px;
            }
            /*20231109 End*/
            nav .navbar-collapse .mainMenu {
                order: 3;
            }

            nav .navbar-collapse .mainMenu .navbar-nav {
                overflow: hidden;
                border: 1px solid #16828F;
                background: #ffffff;
                border-radius: 5px;
                padding: 0;
            }

                nav .navbar-collapse .mainMenu .navbar-nav .nav-link {
                    text-align: center;
                }

                    nav .navbar-collapse .mainMenu .navbar-nav .nav-link:focus {
                        color: #ffffff;
                    }

                nav .navbar-collapse .mainMenu .navbar-nav li {
                    width: 100%;
                    border: 1px solid #16828F;
                }

                    nav .navbar-collapse .mainMenu .navbar-nav li img {
                        display: none;
                    }

                    nav .navbar-collapse .mainMenu .navbar-nav li .dropdown-menu {
                        background: #b9b9b9;
                        box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
                    }

                    nav .navbar-collapse .mainMenu .navbar-nav li .dropdown-item {
                        text-align: center;
                        color: #16828F;
                        font-weight: bolder;
                    }

        .container-fluid .news .title {
            display: none;
        }

        .container-fluid .news .newsList {
            padding: 0 20px;
            width: 100%;
        }

            .container-fluid .news .newsList .title2 {
                display: flex;
            }

            .container-fluid .news .newsList ul {
                margin-left: 0;
            }

                .container-fluid .news .newsList ul .news__item {
                    margin-left: 0 !important;
                }

        .container-fluid .services {
            padding-left: 0;
            height: 400px;
        }

        .container-fluid .videos {
            flex-flow: column nowrap;
        }

            .container-fluid .videos .videoList {
                flex-flow: row wrap;
                margin-right: 0;
                margin-bottom: 30px;
            }

                .container-fluid .videos .videoList .title {
                    display: none;
                }

                .container-fluid .videos .videoList .title2 {
                    display: flex;
                }

            .container-fluid .videos ul li:last-child {
                margin-bottom: 0;
            }

        .container-fluid .fb .left {
            float: none;
        }

        .container-fluid .fb .fbphoto {
            text-align: center;
            float: none;
        }

            .container-fluid .fb .fbphoto::before {
                display: none;
            }

        .container-fluid .links .seemore {
            margin-right: 0;
        }

        .container-fluid .carousel-inner {
            border: none;
        }

        .container-fluid .fatfooter {
            padding: 50px 25px 0 25px;
            background: url(../AodmImg/footerbg2.png) top center/auto 100% no-repeat;
        }

            .container-fluid .fatfooter ul li {
                width: 25%;
            }

        .container-fluid footer {
            text-align: center;
            padding: 0 25px;
        }

            .container-fluid footer .footerCenter {
                margin-top: 50px;
            }

                .container-fluid footer .footerCenter .ul-link {
                    justify-content: center;
                }

            .container-fluid footer .footerRight .footer-info {
                text-align: center;
            }

                .container-fluid footer .footerRight .footer-info li:last-child {
                    margin-top: 20px;
                }

        /*左側選單*/
        .extend-Left-nav {
            display: none;
        }
    }


    @media (max-width: 639.98px) {
        .header .logo {
            padding: 10px;
        }

            .header .logo a {
/*                background: url(../AodmImg/logoB.png) top left/100% auto no-repeat;*/
                width: 280px;
                height: 50px;
            }

        .slick-slide .sliderBar {
            display: none !important;
        }

        .slider-for {
            height: 300px;
        }

            .slider-for::after {
                top: 200px;
                width: 65%;
            }

            .slider-for img {
                height: 300px;
            }

        /*20231109 Start*/
        /* nav .navbar-collapse .topArea ul li:last-child {
    width: 100%;
  }*/

        nav .topArea ul li:last-child {
            width: 100%;
        }
        /*20231109 End*/

        .slick-next:before, .slick-prev:before {
            font-size: 1rem;
            padding: 3px 4px 5px;
        }

        .slick-prev:before {
            transform: rotate(-90deg) translateY(0px);
        }

        .slick-dots {
            bottom: -130px;
        }

        .slick-dotted.slick-slider {
            margin-bottom: 100px;
        }

        .container-fluid .news .newsList ul {
            margin-left: 0;
        }

        .container-fluid .services {
            background: none;
            margin-bottom: 100px;
            height: 500px;
        }

            .container-fluid .services .title {
                margin-left: 50px;
            }

            .container-fluid .services ul {
                flex-flow: row wrap;
            }

                .container-fluid .services ul li {
                    width: 50%;
                }

                    .container-fluid .services ul li:nth-child(3) {
                        margin-left: 0;
                        margin-top: 20px;
                    }

                        .container-fluid .services ul li:nth-child(3) img {
                            margin-left: 50px;
                        }

                    .container-fluid .services ul li:nth-child(4) {
                        margin-left: 0;
                        margin-top: 20px;
                    }

        .container-fluid .event .eventList .title2 {
            width: 100%;
        }

        .container-fluid .event ul li {
            width: 100%;
            margin-bottom: 30px;
        }

        .container-fluid .videos .videoList {
            justify-content: flex-end;
        }

            .container-fluid .videos .videoList .title2 {
                width: 100%;
            }

        .container-fluid .videos ul li {
            width: 100%;
            margin-bottom: 30px;
        }

        .container-fluid .gov ul.mobile {
            padding: 0;
        }

            .container-fluid .gov ul.mobile li {
                /*width: 33%;*/
                width: 50%;
            }

        .container-fluid .gov .govList .title2 {
            height: 3.6rem;
        }
        /*
        .container-fluid .gov .govList .title2 .en {
            width: 50%;
        }*/

        .container-fluid .links .title2 .en {
            margin-bottom: 10px;
            width: 54%;
        }

        .container-fluid .links .title2 {
            width: 100%;
        }

        .container-fluid .links .box {
            background: url(../AodmImg/linkBg.png) center center/100% 100% no-repeat;
            padding: 70px 20px 20px 20px;
        }

            .container-fluid .links .box .moreBtn {
                right: -3%;
                top: -21%;
            }

        .container-fluid .links .relative img {
            margin-bottom: 20px;
        }

        .container-fluid .fatfooter ul {
            text-align: center;
        }

            .container-fluid .fatfooter ul li {
                width: 100%;
            }

                .container-fluid .fatfooter ul li .title {
                    font-weight: bolder;
                }

        .container-fluid footer {
            background: url(../AodmImg/footerbg.png) bottom right 20%/auto 100% no-repeat;
            padding: 50px 25px;
        }

            .container-fluid footer .footerCenter {
                margin-top: 0;
            }

                .container-fluid footer .footerCenter .ul-link {
                    flex-flow: column nowrap;
                    gap: 20px;
                }

                    .container-fluid footer .footerCenter .ul-link li {
                        border-right: none;
                    }

        .news .title2 {
            width: 100%;
        }

        .news .moreBtn {
            margin-right: 0;
        }
    }

    .slick-dots li.slick-active button:before {
        color: orange;
        font-family: inherit;
        font-size: 24px;
        opacity: 1;
    }

    .slick-dots li button:before {
        color: #fff;
        font-family: inherit;
        font-size: 24px;
    }

    .slick-dots li button:before {
        opacity: 0.6;
        color: #00848A;
    }

    .carousel-control-next-icon {
        background-image: url(../AodmImg/carouselR.png);
    }

    .carousel-control-prev-icon {
        background-image: url(../AodmImg/carouselL.png);
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 50px;
        height: 50px;
    }
        .carousel-control-next, .carousel-control-prev {
            position: absolute;
            top: 0;
            bottom: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            transition:none;
        }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #F5D44A;
}

    .breadcrumb {
        background-color: transparent;
    }

    .page {
        background: url(../AodmImg/bg.jpg) top left/40px auto repeat;
    }

        .page .header {
            position: relative;
        }

            .page .header::before {
                background: linear-gradient(0deg, transparent, hsla(100, 100%, 100%, 0.6));
                display: block;
            }

            .page .header .logo a {
/*                background: url(../AodmImg/logoB.png) top left/auto 100% no-repeat;*/
                background-size: contain;
                width: 100%;
                margin-right: 0.6rem;
            }

        .page nav .topArea ul li .fontControl {
            border: 1px solid #333;
            color: #333;
        }

        .page nav .topArea ul li .in {
            color: #ffffff;
        }

        .page nav .topArea ul li a, .page nav .topArea ul li span {
            color: #333;
        }

        .page nav .mainMenu .navbar-nav li {
/*            background: none;*/
        }

            .page nav .mainMenu .navbar-nav li .dropdown-item {
                background: #666666;
                color: #ffffff;
            }

                .page nav .mainMenu .navbar-nav li .dropdown-item:hover {
                    background-color: #F5D44A;
                    color: #333;
                }

                .page nav .mainMenu .navbar-nav li .dropdown-item:first-child::before {
                    border-color: transparent transparent #666666 transparent;
                }
                
        .page .page-container {
            padding: 50px 0 162px 0;
            position: relative;
            z-index: 9;
        }

            .page .page-container .theme-name {
                font-size: 1.5625rem;
                padding: 20px 20px;
                border-radius: 15px 15px 0 0;
                font-weight: 600;
            }

                .page .page-container .theme-name .rotateBtn {
                    display: none;
                }

            .page .page-container .left-dept::before {
                background: url(../AodmImg/pageBg.png) top right/auto 300px no-repeat;
                content: "";
                height: 300px;
                width: 500px;
                position: absolute;
                top: 0;
                left: -480px;
                z-index: -1;
            }

            .page .page-container .left-dept ul {
                padding-bottom: 15px;
                border-radius: 0 0 15px 15px;
                padding-left: 0;
                border-top: 1px solid #333;
            }

                .page .page-container .left-dept ul li a {
                    color: #111111;
                    padding: 15px 50px;
                    display: block;
                    font-size: 1.125rem;
                    font-weight: 500;
                    position: relative;
                }

                    .page .page-container .left-dept ul li a:hover::before {
                        content: "";
                        width: 4px;
                        height: 22px;
                        position: absolute;
                        background: #F5D44A;
                        transform: rotate(25deg);
                        left: 35px;
                    }

                .page .page-container .left-dept ul li:hover {
                    color: red;
                    background-color: #16828F;
                }

                    .page .page-container .left-dept ul li:hover a {
                        color: #ffffff;
                    }

            .page .page-container .right-content .inside-box {
                position: relative;
                background-color: #fff;
                border-radius: 15px;
                padding: 0 45px 50px;
                margin-left: 15px;
                min-height: 50vh;
                box-shadow: 5px 5px 15px hsla(0, 0%, 0%, 0.15);
            }

                .page .page-container .right-content .inside-box .links-item {
                    display: flex;
                    flex-flow: row wrap;
                    justify-content: space-between;
                    background-image: url(../AodmImg/titleImg.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                }

                    .page .page-container .right-content .inside-box .links-item .breadcrumb {
                        /*padding: 0;*/
    margin-bottom: 0;
    width: 96%;
    text-indent: -1.6rem;
}
                        .page .page-container .right-content .inside-box .links-item .breadcrumb li {
                            display: inline-block;
                            vertical-align: middle;
                            font-size: 0.85rem;
                            color: #ffffff;
                            position: relative;
                            padding: 0 0 0 3rem;
                            line-height: 1.5rem;
                            /*width: 100%;*/
                        }

               /*         .page .page-container .right-content .inside-box .links-item .breadcrumb li {
                            display: inline-block;
                            vertical-align: middle;
                            font-size: 0.85rem;
                            color: #ffffff;
                            background: #00848A;
                            position: relative;
                            height: 50px;
                            padding: 0 0 0 20px;
                            line-height: 50px;
                        }

                            .page .page-container .right-content .inside-box .links-item .breadcrumb li::before {
                                content: "";
                                display: inline-block;
                                position: absolute;
                                width: 20px;
                                height: 50px;
                                top: 0px;
                                left: -15px;
                                background: url(../AodmImg/triGreen.png) top left/100% 100% no-repeat;
                            }

                            .page .page-container .right-content .inside-box .links-item .breadcrumb li::after {
                                content: "";
                                display: inline-block;
                                position: absolute;
                                width: 80px;
                                height: 50px;
                                top: 0px;
                                right: -80px;
                                background: linear-gradient(90deg, #00848A, transparent);
                            }*/

                            .page .page-container .right-content .inside-box .links-item .breadcrumb li a {
                                color: #ffffff;
                            }

                            .page .page-container .right-content .inside-box .links-item .breadcrumb li + li::before {
                                padding: 0 5px;
                                color: #ffffff;
                                content: "/ ";
                            }

                    .page .page-container .right-content .inside-box .links-item .medIcon {
                        display: flex;
                        flex-flow: row nowrap;
                        align-items: center;
                        justify-content: start;
                        padding-top: 30px;
                        margin-bottom: 0;
                    }

                        .page .page-container .right-content .inside-box .links-item .medIcon li {
                            width: 25%;
                            padding: 20px 7px;
                            text-align: center;
                        }

                            .page .page-container .right-content .inside-box .links-item .medIcon li a {
                                display: block;
                                background-repeat: no-repeat;
                                background-position: right top;
                                background-size: 120% auto;
                                font-size: 1.125rem;
                                color: #606060;
                            }

                                .page .page-container .right-content .inside-box .links-item .medIcon li a:hover {
                                    background-image: url(../AodmImg/unitsBg.png);
                                    background-color: #ECF0F1;
                                    border: 1px solid #16828F;
                                    color: #16828F;
                                    font-weight: 600;
                                }

                .page .page-container .right-content .inside-box .mainContent {
                    display: block;
                    min-height: 300px;
                }

                .page .page-container .right-content .inside-box .functionArea {
                    margin-top: 20px;
                    width: 100%;
                    font-size: 0.8rem;
                    text-align: right;
                }

                    .page .page-container .right-content .inside-box .functionArea hr {
                        border-bottom: 1px dashed #9fa0a0;
                    }

            .page .page-container .btmFunction {
                display: flex;
                flex-flow: row nowrap;
                align-items: flex-end;
                justify-content: flex-start;
                position: fixed;
                z-index: 9999999999;
                right: 50px;
                bottom: 20px;
            }

                .page .page-container .btmFunction .goTop {
                    display: block;
                    width: 50px;
                    height: 50px;
                    border-radius: 5px;
                    background: url(../AodmImg/goTop.png) center center/25px auto no-repeat #00848A;
                    border: none;
                }

                .page .page-container .btmFunction .open-it {
                    display: block;
                    width: 100px;
                    height: 100px;
                    border-radius: 25px;
                    background: url(../AodmImg/open-it-03.png) center center/auto 100% no-repeat;
                    border: none;
                    padding-top: 30px;
                }

                .page .page-container .btmFunction .guickLink {
                    display: none;         
                }
                    /*.page .page-container .btmFunction .guickLink ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 300px;
  margin-bottom: 0;
}
.page .page-container .btmFunction .guickLink ul li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #EDF1F4;
  color: #333;
  font-size: 0.8rem;
  border: 2px solid #00848A;
}*/
                    /*20231229 內頁的常用選單改大一點*/
                    .page .page-container .btmFunction .guickLink ul {
                        display: flex;
                        flex-flow: row wrap;
                        justify-content: center;
                        /*width: 360px;*/
                        margin-bottom: .1rem;
                        width: 20rem;
                        margin-right: -1.8rem;
                    }

               /*     .page .page-container .btmFunction .guickLink ul {
                        justify-content: center;
                        width: 20rem;
                        margin-right: -1.8rem;
                    }*/

                        .page .page-container .btmFunction .guickLink ul li {
                            width: 80px;
                            height: 80px;
                            border-radius: 50%;
                            background: #EDF1F4;
                            color: #333;
                            font-size: 0.8rem;
                            border: 2px solid #00848A;
                        }

                            .page .page-container .btmFunction .guickLink ul li a {
                                display: block;
                                width: 100%;
                                height: 100%;
                                display: flex;
                                align-items: center;
                                flex-direction: column;
                                justify-content: center;
                            }

                                .page .page-container .btmFunction .guickLink ul li a img {
                                    width: 25px;
                                    height: auto;
                                }

    @media (max-width: 991.98px) {
        .page nav .topArea ul li a {
            color: #ffffff;
        }

        .page .page-container {
            padding: 50px 9% 100px 9%;
        }

            .page .page-container .left-dept .theme-name {
                position: relative;
            }

                .page .page-container .left-dept .theme-name .rotateBtn {
                    display: block;
                    width: 20px;
                    border-radius: 50%;
                    position: absolute;
                    right: 24px;
                    top: 50%;
                    -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                    cursor: pointer;
                }

                    .page .page-container .left-dept .theme-name .rotateBtn img {
                        width: 100%;
                        display: block;
                        margin: auto;
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                    }

                .page .page-container .left-dept .theme-name .active img {
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

            .page .page-container .right-content .inside-box .links-item .breadcrumb {
                width: 100%;
            }

            .page .page-container .right-content .inside-box .links-item .medIcon {
                padding-top: 0px;
            }

            .page .page-container .right-content .inside-box .functionArea {
                position: relative;
                width: 100%;
                bottom: 0;
                right: 0;
            }
      
    }

        @media (max-width: 731.98px) {
            .container-fluid .gov .govList .title2 .en,
            .container-fluid .gov .govList .title2 span {
                width: 100%;
            }
        }


    @media (max-width: 639.98px) {
        .page .page-container {
            padding: 0 12px 50px 12px;
        }

            .page .page-container .left-dept::before {
                background: none;
            }

            .page .page-container .right-content .inside-box {
                padding: 0 20px 50px;
                margin-left: 0;
                overflow: hidden;
            }

                .page .page-container .right-content .inside-box .links-item .breadcrumb li {
                    line-height: 1rem;
                    padding: 0 20px;
                }

                    .page .page-container .right-content .inside-box .links-item .breadcrumb li::before, .page .page-container .right-content .inside-box .links-item .breadcrumb li::after {
                        display: none;
                    }

                .page .page-container .right-content .inside-box .links-item .medIcon {
                    padding-top: 0;
                }

            .page .page-container .btmFunction {
                right: 20px;
            }

        /*20231229新增*/
        .nav-link {
            display: block;
            padding: 1rem 1rem;
        }
       



    }
    /*# sourceMappingURL=style.css.map */



    @media (max-width: 608.98px) {

        .container-fluid .gov .govList .title2 {
            height: 5.3rem;
        }
    }
    /*phone*/
        @media (max-width: 576.98px) {


            .container-fluid .gov .govList .title2 {
                display: inline-block;
                padding: 0;
            }

                .container-fluid .gov .govList .title2 .en,
                .container-fluid .gov .govList .title2 span {
                    padding: 0;
                }
        }
        @media (max-width: 516.98px){

            .container-fluid .gov .govList .title2 {
                height: 7.3rem;
            }
          
        }




    /*SE*/
    @media (max-width: 375.98px) {

        .container-fluid .gov .govList .title2 {
            height: 7rem;
            display: inline-block;
        }
    }