/*=== MEDIA QUERY ===*/ /*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/
/* sharon */
 /* fonts.css */
@font-face {
  /* 王瀚宗明體 */
  font-family: 'whz-tm';
  src: url('../assets/fonts/WangHanZongTeMingTi.ttf') format('truetype');
}

@font-face {
  /* 思源黑體-Regular */
  font-family: 'SourceHanSansCN-Regular';
  src: url('../assets/fonts/NotoSansTC-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  /* 思源黑體-Medium  */
  font-family: 'SourceHanSansCN-Medium';
  src: url('../assets/fonts/NotoSansTC-Medium.otf') format('opentype');
  font-weight: 500;
}


@font-face {
  /* 思源黑體-Black  */
  font-family: 'SourceHanSansCN-Black';
  src: url('../assets/fonts/NotoSansTC-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


html, body {
  overflow-x: hidden !important;
  width: 100vw;
  max-width: 100vw;
}


@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700|Rubik:400,600,700");
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "SourceHanSansCN-Medium", sans-serif;
  color: #0b62ad;
  position: relative;
}

p {
  font-family: "SourceHanSansCN-Medium", sans-serif;
  line-height: 30px;
  font-size: 20px;
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "whz-tm", sans-serif;
  font-weight: 100;
  margin-bottom: 0px;
  color: #0b62ad;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  color: #fff;
}

img {
  max-width: 100%;
}

a:hover {
  color: #008ce3 ;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-size: 2rem;;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 20px;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

.f-color {
  color: #008ce3;
}

h5.subtitle {
  font-family: "SourceHanSansCN-Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.no-padding {
  padding: 0;
}

.flaticon {
  display: inline;
}

.mb30 {
  margin-bottom: 30px;
}

.section-padding {
  padding: 45px 0px;
}

@media screen and (max-width: 768px) {
  .section-padding {
    padding: 10px 0 0 0;
  }
}

.section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
}

.section-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.section-title span {
  color: #008ce3;
}

.section {
  padding: 100px 0px;
}

.line {
  width: 50px;
  background: #008ce3;
  height: 1px;
  margin: 10px auto;
}

/*---------- BUTTONS ----------*/
.btn {
  font: 600 10.5px/1;
  display: inline-block;
  padding: 5px 45px 5px 45px;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: all 0.2s;
  border-radius: 0px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-hero,
.btn-white:hover {
  color: #1989dd !important;
  background: #f4e295;
}

.btn-mobile-play{
  background: #1989dd;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  box-shadow: 0 0 10px #1989dd;
  font-size: 15px;
}

.btn-mobile-play:hover{
  background: #f4e295;
  color: #1989dd;
  font-size: 15px;
}

@media screen and (max-width: 576px) {
  .btn-mobile-play{
    padding: 5px 14px;
    font-size: 13px;
  }
  
  .btn-mobile-play:hover{
    background: #f4e295;
    color: #1989dd;
    font-size: 15px;
  }
}

.btn-hero:focus {
  color: #fff !important;
}

.btn-black,
.btn-hero:hover {
  background-color: rgb(0, 0, 0);
  color: #fff !important;
}

.btn-black:hover {
  color: #fff;
  background: #008ce3;
}

.btn-black:focus {
  color: #fff;
}

.btn-white {
  background-color: rgba(255, 255, 255, 0.95);
  color: #008ce3;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 0px 20px #3badf2;
}

.btn-white:focus {
  color: #000;
}

.btn-white:active {
  color: #fff;
}

.btn-trans-black {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.85);
}

.btn-trans-black:hover {
  color: rgb(255, 255, 255);
  background-color: #000;
}

.btn-trans-white {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
}

.btn-trans-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-rounded {
  border-radius: 2px;
}

.btn-circled {
  border-radius: 40px;
}

.btn-trans-black:hover {
  background: #008ce3 !important;
}

.btn-right{
  border-radius:  40px 40px 0px 40px;
}

.btn-left{
  border-radius:  40px 40px 40px 0px;
}

/*---------- COLORS ----------*/
/*-- Background Colors --*/
.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.96);
}

.bg-feature {
  background-color: #008ce3;
}

.bg-primary {
  background-color: #0db8ca;
}

.bg-gray {
  background-color: #f2f4ec;
}

.bg-white {
  background-color: #fff;
}

.d-table {
  width: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.brown-overlay {
  background: #222955;
  opacity: 0.97;
}

.feature-overlay {
  background: #008ce3;
  opacity: 0.97;
}

.gr-overlay {
  background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
  opacity: 0.87;
}

/* ========================

==============================*/
.heading {
  margin-bottom: 40px;
}

.heading h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/
.site-navigation,
.trans-navigation {
  padding: 20px 0px;
}

.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
  text-transform: uppercase;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
  color: red;
}

.header-white {
  position: fixed;
  top: 0px;
  background: #111;
  z-index: 9999;
  width: 100%;
  left: 0;
  transition: all 0.5s ease 0s;
  color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
  padding: 0px 24px;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
  padding-right: 0px;
}

.site-navigation,
.trans-navigation {
  transition: all 0.5s ease 0s;
}

.navbar-brand {
  padding-top: 0px;
  margin-right: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.navbar-brand span {
  font-weight: 400;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
  color: #fff;
}

.trans-navigation {
  background: transparent;
}

.trans-navigation.header-white {
  background: #111;
}

.trans-navigation.header-white .navbar-nav .nav-link {
  color: #fff;
}

.trans-navigation.header-white .navbar-nav a.active {
  color: #008ce3;
}

.navbar-brand img {
  max-width: 100%;
}

.trans-navigation.header-white .btn-white {
  background: #008ce3;
  color: #fff;
}

/* ===============================
 DROPDOWN MENU
================================*/
.navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 0px;
}

.dropdown-toggle i {
  font-size: 20px;
  vertical-align: 2px;
}

.dropdown-menu {
  padding: 0px;
  border: 0;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.dropdown-menu li:first-child {
  margin-top: 5px;
}
.dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f053";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\f054";
  margin-left: 5px;
}

.dropdown-item {
  padding: 1rem 1.5rem 1rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-submenu.active > .dropdown-toggle,
.dropdown-submenu:hover > .dropdown-item,
.dropdown-item.active,
.dropdown-item:hover {
  background: rgba(99, 92, 219, 0.1);
  color: #008ce3;
}

button:focus {
  outline: 0;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }
  .dropdown-menu li:first-child {
    margin-top: 5px;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 5px;
  }
  .dropleft .dropdown-menu,
.dropright .dropdown-menu {
    margin-top: -5px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    text-align: center;
  }
}
.navbar-collapse.show {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

/*------------------------------------
 大標題裝飾
----------------------------------*/
.decorated-text {
  display: inline-block;
  position: relative;
  color: #0055A4;
  padding: 25px 0;
  margin:25px 0;
}

.decorated-text .mobile-hide{
  padding: 0px 47px;
}

.decorated-text::before,
.decorated-text::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: url('../assets/img/hero/title-dec.svg') no-repeat center center;
  background-size: auto 14px;
}

.decorated-text::before {
  top: 0;
}

.decorated-text::after {
  bottom: 0;
  transform: scaleX(-1); /* 水平翻轉 */
}

#podcast .decorated-text::before,
#podcast .decorated-text::after {
  background-image: url('../assets/img/recommend/title-dec.svg') no-repeat center center;
  background-size: auto 16px;
}

#article.decorated-text::before,
#article.decorated-text::after,
#memo .decorated-text::before,
#memo .decorated-text::after {
  background-image: url('../assets/img/recommend/title-dec.svg') no-repeat center center;
  background-size: auto 16px;
}


#podcast .decorated-text{
  padding: 25px 40px;
}

#memo .decorated-text {
  padding: 25px 0px;
}

@media screen and (max-width: 576px) {
  #memo .decorated-text,
  #podcast .decorated-text{
  padding: 20px 0px;
}

#memo .decorated-text::before,
#memo .decorated-text::after,
#podcast .decorated-text::before,
#podcast .decorated-text::after {
  background-image: url('../assets/img/recommend/title-dec2.svg');
  background-size: auto 11px;
}

}


/* 白色標題 */
.decorated-text-white {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 25px 0px;
  margin:25px 0;
}

.decorated-text-white::before,
.decorated-text-white::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 19px;
  background: url('../assets/img/bottom-articles/title-dec3.svg') no-repeat center center;
  background-size: auto 15px;
}

.decorated-text-white::before {
  top: 0;
}

.decorated-text-white::after {
  bottom: 0;
  transform: scaleX(-1); /* 水平翻轉 */
}

@media screen and (max-width: 576px) {
  .decorated-text-white{
    padding: 20px 0px;
  }
  .decorated-text-white::before,
  .decorated-text-white::after {
  background-size: auto 7px;
}
}


/*------------------------------------
 大標題裝飾 end
----------------------------------*/

.mobile-hide {
  display: block;
}

.mobile-show {
  display: none !important;
}

@media (max-width: 991px) {
  .mobile-hide {
    display: none;
  }


  .mobile-show {
    display: block !important;
  }

  .decorated-text::before,
.decorated-text::after {
  background-size: auto 7px;
}
}

.pre-bg {
  background-color: #a6e2f9; }  
/*------------------------------------
 BANNER AREA
----------------------------------*/
.banner-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.banner-area .content-padding {
  padding: 250px 0px 180px;
}

.content-padding {
  padding: 180px 0px 80px;
}

.banner-content {
  padding-right: 30px;
}

.banner-content .btn {
  margin-top: 15px;
}

.banner-content .banner-title {
  color: #fff;
  font-weight: 200;
  line-height: 50px;
  font-family: 'whz-tm', sans-serif !important;
}

.banner-content .subtitle {
  color: #fff;
  background: #fab708;
  display: inline-block;
  padding: 5px 8px;
  text-transform: uppercase;
  font-weight: 700;
}

.subtitle {
  color: #fab708;
}

.banner-content p {
  margin: 20px 0px;
  color: #eee;
  font-size: 18px;
  line-height: 30px;
}

.banner-content .btn {
  margin-right: 12px;
}

.btn-sm {
  padding: 10px 30px;
}

.hero-background {
  background: url("../assets/img/hero/hero-background.svg");
  background-size: cover;
  position: relative;
  height: auto;
}

.banner-1 {
  background: url("../images/banner/bg-2.jpg");
  background-size: cover;
  position: relative;
}

.banner-2 {
  background: url("../images/banner/slider-3.jpg");
  background-size: cover;
  position: relative;
}

.banner-3 {
  background: url("../images/banner/banner-bg.jpg");
  background-size: cover;
  position: relative;
}

.section-heading h2 {
  margin-bottom: 20px;
  font-weight: 400;
}

/* =======================================
INner Pages
=========================================*/
#page-banner {
  position: relative;
  padding: 60px 0px 80px;
}

.page-banner-area {
  background: url("../images/banner/1.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/*-------------------- ------------
 INTRO SECTION
-----------------------------*/
#intro {
  padding-bottom: 0px;
}

.intro-img {
  margin-top: 45px;
}

#intro .section-heading p {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.intro-box {
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
}

.intro-box h4:before {
  position: absolute;
  left: 0px;
  top: 17px;
  content: "";
  bottom: 0px;
  background: #000;
  width: 50px;
  height: 2px;
}

.intro-box h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}

.intro-box span {
  font-size: 28px;
  color: #008ce3;
}

.intro-cta {
  margin-top: 40px;
}

/*--------------------------
  ABOUT SECTION
----------------------*/
.section-pt {
  padding-top: 90px;
}

.section-pb {
  padding-bottom: 90px;
}

#about {
  position: relative;
  padding-bottom: 85px;
}



.about-content {
  margin-top: 94px;
}

.about-content .subtitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-content h3 {
  margin-bottom: 25px;
}

.about-list {
  margin-top: 30px;
}

.about-list li {
  width: 45%;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #888;
}

.about-list li i {
  color: #000;
  margin-right: 10px;
}

/* ----------------------
ABOUT PAGE
-------------------------*/
.about-list2 li i {
  margin-right: 10px;
  color: #008ce3;
}

.icon-3x {
  font-size: 3rem;
}

.text-default {
  color: #008ce3;
}

.team-social li a {
  font-size: 13px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  padding-top: 3px;
  background: #fff;
}

/* ========================
HISTORY MISSION
==============================*/
.img-block img {
  width: 200px;
}

/* ========================

==============================*/
#section-strategy {
  background: url("../images/bg/bg-1.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.strategy-text {
  margin-bottom: 50px;
}

.strategy-text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.strategy-text span {
  font-size: 61px;
  color: #008ce3;
  margin-bottom: 15px;
  display: block;
}

/*--------------------------------
 COUNTER SECTION
-----------------------------*/
.counter {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 10px 0px;
  color: #008ce3;
}

.counter-stat i {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}

.counter-stat h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.counter-block span {
  font-size: 30px;
}

#counter .dark-overlay {
  background: #000;
  opacity: 0.95;
}

#counter {
  background: url("../images/banner/pattern-3.png") fixed 50% 50%;
  position: relative;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 95px;
}

/*--------------------------
  SERVICE AREA SECTION
----------------------*/
.page-banner-area.page-service {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
}

#service-head {
  padding-bottom: 100px;
  padding-top: 90px;
}

#service-head .section-title {
  color: #fff;
}

.text-white p {
  color: #fff;
}

#service {
  margin-top: -100px;
  padding-bottom: 70px;
}

.service-box .service-img-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  padding-top: 20px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 20px;
  background: #008ce3;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}





.service-box-yellow {
  position: relative; /* 為 ::before 定位用 */
  text-align: center;
  box-shadow: 0px 0px 20px rgba(244,226,149);
  background: #fff;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 10px; /* 主框圓角 */
  overflow: hidden; /* 防止 ::before 超出邊界 */
}

/* 內圈藍色邊框 */
.service-box-yellow::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #f4e295;
  border-radius: 10px;
  pointer-events: none; /* 不干擾點擊 */
  z-index: 1;
}

.service-box-blue {
  position: relative; /* 為 ::before 定位用 */
  text-align: center;
  box-shadow: rgb(59, 173, 242) 0px 0px 20px;
  background: #fff;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 10px; /* 主框圓角 */
  overflow: hidden; /* 防止 ::before 超出邊界 */
}

/* 內圈藍色邊框 */
.service-box-blue::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #0094e8;
  border-radius: 10px;
  pointer-events: none; /* 不干擾點擊 */
  z-index: 1;
}



.service-box-inner-blue{
  background: #fff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #008ce3;
}

.service-box-inner-yellow{
  background: #fff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #fab708;
}

.service-inner {
  margin-top: 30px;
}

.card-title {
  font-family: "SourceHanSansCN-Regular", sans-serif !important;
  margin-bottom: 5px;
}



 .p-sm {
  font-family: "SourceHanSansCN-Regular", sans-serif !important;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: left;
  margin: 2% 0 0;
}

.t-yellow{
  color: #0b62ad !important;
}

.blue-bg-round{
  color: #fff;
    background: #0b62ad;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
    text-transform: uppercase;  
}

.yellow-bg-round{
  color: #0b62ad;
    background: #f4e295;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
    text-transform: uppercase;  
}

.service-inner span {
  color: #008ce3;
}



@media (max-width: 576px){

  .service-box-blue,.service-box-yellow {
    padding: 8px;
  }

  .service-box-inner-blue,.service-box-inner-yellow {
    padding: 25px 5px 8px 5px;
  }

  .service-inner h4 {
    font-size: 11px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .blue-bg-round , .yellow-bg-round{
    padding: 5px 8px;
  }
  .service-inner {
    margin-top: 25px;
  }

  .service-inner-back{
    margin: 0px;
  }

  .card-title{
    font-size:1rem;
    line-height: 1.2;
  }

  .service-box-inner-blue .card-body {
    padding: 0.2rem;
  }
  .service-box-inner-yellow .card-body {
    padding: 0.2rem;
  }

 

  
  }








/* ================================
SERVICE PAGE
==============================*/
.bg-gray {
  background: #f4f4f4;
}

.service-block-2 {
  position: relative;
}

.service-block-2 h4 {
  margin-bottom: 15px;
  line-height: 26px;
}

.service-block-2 p {
  font-size: 16px;
}

.service-block-2 span {
  position: absolute;
  content: "";
  font-size: 70px;
  top: 0px;
  left: 0px;
  font-weight: 800;
  opacity: 0.05;
  margin-top: -15px;
}

.service-style-two {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.service-style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.heading {
  margin-bottom: 70px;
}

/*------------------------------------
  PRICING SECTION AREA
--------------------------------*/
#pricing {
  padding-bottom: 100px;
}

.pricing-block {
  text-align: center;
  transition: all 0.3s 0s ease;
  border-radius: 5px;
  border: 1px solid #eee;
}

.price-header {
  padding-bottom: 30px;
  padding-top: 30px;
}

.price-header i {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 25px;
  font-size: 50px;
  display: inline-block;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
  color: #008ce3;
  border: 1px solid #eee;
}

.price-header .price {
  font-size: 70px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.price-header h5 {
  font-weight: 400;
}

.price-header .price small {
  font-size: 18px;
}

.pricing-block ul {
  padding: 20px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.pricing-block ul li {
  padding: 6px 0px;
}

.pricing-block .btn {
  margin-bottom: 30px;
}

.pricing-block:hover i {
  background-image: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  background-image: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  color: #fff;
  border: 1px solid #53a0fd;
}

.pricing-block:hover,
.pricing-block.active {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

#pricing .section-heading {
  margin-bottom: 90px;
}

/* -------------------
PRICING PAGE
--------------------*/
#section-counter .counter-stat i {
  color: #000;
}

#section-counter .counter-stat h5 {
  color: #777;
}

/*------------------------------------
  CLIENT PARTNER AREA SECTION
--------------------------------*/
#clients {
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}

.client-img {
  background: #fff;
}

/*------------------------------------
  TESTIMONIAL AREA SECTION
---------------------------------*/
.author-img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #ddd;
}

.author-info p {
  margin: 0px;
  font-size: 14px;
}

.carousel-indicators {
  bottom: 0px;
  margin-bottom: 0px;
}

.carousel-indicators li {
  background: #111;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators li.active {
  background: #008ce3;
}

.testimonial-content {
  padding: 0px 40px;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-content .author-text {
  padding-top: 10px;
}

.testimonial-content .author-info {
  display: block;
  margin-bottom: 25px;
}

.testimonial-content p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  margin: 35px 0px;
  display: block;
}

.author-text h5 {
  text-transform: uppercase;
}

.author-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 36px;
  color: #888;
  margin: 0px;
}

.testimonial-content p i {
  margin: 0px 8px;
}

.carousel-indicators li {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/*--------------------------
 CONTACT SECTION AREA
----------------------*/
#contact {
  padding-bottom: 100px;
}

.text-color {
  color: #008ce3;
}

input[type=text],
input[type=email] {
  height: 50px;
}

.form-control {
  border: 1px solid #eee;
  padding-left: 20px;
}

.form-control:hover,
.form-control:focus {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #888;
  opacity: 0.9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control::-moz-placeholder {
  color: #888;
  opacity: 0.9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control:-ms-input-placeholder {
  color: #888;
  opacity: 0.9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control:-moz-placeholder {
  color: #888;
  opacity: 0.9;
  font-size: 13px;
  padding-left: 10px;
}

/* --------------
    MAP
-----------------*/
#map {
  height: 400px;
  width: 100%;
  position: relative;
}

/*--------------------------
 BLOG SECTION AREA
----------------------*/
#blog {
  padding-bottom: 55px;
}

.blog-block {
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.blog-block img {
  margin-bottom: 10px;
}

.blog-text {
  padding: 20px;
}

.blog-text .author-name {
  font-weight: 400;
}

.blog-text .author-name span {
  margin-right: 10px;
  font-weight: 600;
}

.blog-block .read-more,
.blog-block span {
  color: #008ce3;
}

/* =================================
BLOG PAGE
===================================*/
.blog-post {
  margin-bottom: 50px;
}

.blog-post img {
  border-radius: 5px;
}

.blog-post .post-author i,
.blog-post .post-info i {
  margin-right: 5px;
  font-size: 14px;
}

.blog-post .post-author span,
.blog-post .post-info span {
  font-size: 14px;
}

.sidebar-widget {
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .sidebar-widget {
    padding-left: 0;
  }
}

.category ul li {
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.category ul li:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  color: #008ce3;
  font-weight: 900;
}

.tag a {
  text-transform: capitalize;
  padding: 5px 8px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
}

.search i {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 35px;
  margin-top: 15px;
  color: #008ce3;
}

.download a {
  display: block;
  padding: 12px 20px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.download a i {
  margin-right: 15px;
  color: #008ce3;
}

/* ==================================
BLOG SINGLE
=====================================*/
.quote i {
  font-size: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}

.quote {
  font-size: 18px;
  line-height: 32px;
  color: #222;
  position: relative;
  margin: 50px 0px;
  padding-left: 70px;
}

.comments img {
  width: 80px;
  height: 80px;
}

/*--------------------------
 FOOTER
----------------------*/
#footer-moutain{
  position: relative;
  overflow: hidden;
  background: rgb(7, 101, 170);
}

#footer {
  position: relative;
  overflow: hidden;
  background-color: #ECECEC;
  padding:7em 0 3em 0;
  background: #ECECEC;
  font-size: .7em;
  letter-spacing: 1px;
  text-align: center;
}

#footer p {
  color: #707070;
  font-size: 14px;
  text-align: center;
}

#footer a {
  color: #707070;
  font-size: 14px;
  text-align: center;
}

.footer-bg {
  width: 100%;
  position: relative;
}

.footer-bg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer-widget ul li {
  padding: 5px 0px;
}

.footer-widget p {
  margin-bottom: 5px;
}

.footer-widget h4 {
  margin-bottom: 20px;
}

.footer-widget h4 span {
  color: #008ce3;
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.footer-blog li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.footer-blog li h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}

.footer-blog li a.read-more {
  font-size: 13px;
}

.footer-blog li {
  margin-bottom: 15px;
}

.footer-copy {
  letter-spacing: 1px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.footer-text h6 {
  margin-bottom: 10px;
}

.footer-text p span {
  color: #000;
}

.footer-text p.mail {
  color: #008ce3;
}

.bg-main {
  background: #F4F8FB;
}

.footer-widget a {
  color: #999;
}

#data-source p {
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
    color: #898989;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word;
}

/*-------------------------------
 RESPONSIVE LAYOUT
---------------------------------*/
/*Extra large devices (large desktops, 1200px and up)*/
/*Large devices (desktops, 992px and up)*/
/*Medium devices (tablets, 768px and up)*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 5px 0px;
    width: 1rem;
  }
  .trans-navigation {
    background: #232323;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
  }
  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  .section-heading {
    width: 100%;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-text {
    padding: 0px;
    margin-top: 10px;
  }
  .blog-tex h5 {
    font-size: 15px;
  }
  .blog-text p {
    font-size: 14px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 5px 0px;
    width: 1rem;
  }
  .trans-navigation {
    background: #232323;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
  }
  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  .section-heading {
    width: 100%;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  /*-------------------
     TESTIMONIAL
    -------------------*/
  .testimonial-content {
    padding: 10px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-block {
    margin-bottom: 30px;
  }
  .blog-text {
    padding: 0px;
    margin-top: 10px;
  }
  .blog-block:hover {
    box-shadow: none;
  }
  .blog-text h5 {
    font-size: 16px;
  }
  .blog-text p {
    font-size: 14px;
  }
  .intro-box {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  /*--------------
     CLIENT
    --------------*/
  .client-img {
    text-align: center;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }
  .img-block img {
    width: 130px;
  }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 5px 0px;
    width: 1rem;
  }
  .trans-navigation {
    background: #232323;
    padding: 20px 15px;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
  }
  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  #intro .section-heading,
.section-heading {
    width: 100%;
  }
  #intro .section-heading p {
    font-size: 16px;
    line-height: 28px;
  }
  .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  /*--------------------
     BANNER
    -----------------*/
  .banner-content .banner-title {
    line-height: 37px;
  }
  .banner-content p {
    font-size: 16px;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  .img-block img {
    width: 130px;
  }
  .service-block {
    margin-bottom: 20px;
  }
  /*-------------------
     TESTIMONIAL
    -------------------*/
  .testimonial-content {
    padding: 10px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-block {
    margin-bottom: 30px;
  }
  .blog-text {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
  }
  .blog-tex h5 {
    font-size: 15px;
  }
  .blog-text p {
    font-size: 14px;
  }
  /*--------------
     CLIENT
    --------------*/
  .client-img {
    text-align: center;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }


  .service-box-inner {
    max-height: 210px;
    overflow-y: auto;
  }
}
/*# sourceMappingURL=style.css.map */

.container {
  max-width: 1190px;
}

.img-fluid {
  max-width: 90% !important;
  height: auto;
}

.img-slogan {
  max-width: 60% !important;
  height: auto;
}



@media (min-width: 992px) {
  .hero-background {
    width: 100vw;
    min-height: 58vw;
    height: 58vh;
    left: 0;
    top: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 0;
  }
}

span {
  white-space: nowrap;
}

  /*--------------
     翻卡效果
    --------------*/


.flip-card {
  transform-style: preserve-3d;
  perspective: 1000px
}
.flip-card-front, .flip-card-back, .flip-card-back-yellow {
  background-size: cover;
  background-position: center;
  transition: transform 0.9s cubic-bezier(0.1, 0.2, 0.2, 1);
  backface-visibility: hidden;
  width: 100%;
  height: 370px;
  border-radius: 6px;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 40px;
  text-align: justify;
}

.flip-card-back {
  background: #4aaae5;
  background-image: url('../assets/img/cardback.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 120px 120px;
  text-align: justify;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.flip-card-back-yellow {
  background: #f4e295;
  background-image: url('../assets/img/cardback02.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 120px 120px;
  text-align: justify;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.flip-card-inner {
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1rem 1rem;
  box-sizing: border-box;
  z-index: 2;
}


.flip-card-inner .p-lg{
  font-size: clamp(12px, 0.137rem + 2.63vw, 20px);
  line-height: 1.7;
  margin-bottom: 0;
  font-family: 'SourceHanSansCN-Regular';
}


@media (max-width: 576px) {
  .flip-card-front, .flip-card-back, .flip-card-back-yellow {
    margin-bottom: 20px;
  }

  /* .flip-card-inner{
    padding: 0.2rem;
  } */

  .flip-card-back .flip-card-inner,
  .flip-card-back-yellow .flip-card-inner{
    padding: 1rem;
  }

  .flip-card-front, .flip-card-back,
  .flip-card-back-yellow {
    height: 57vw;
  }

  .img-fluid {
    max-width: 100% !important;
  }

  .flip-card-inner .p-lg{
    line-height: 1.5;
    margin-bottom: 0;
  }

  .p-sm {
    font-size: 8px;
    line-height: 10px;
    margin: 2% 0 0;
  }

  #foreword .col-6 {
    padding: 0 10px !important;
  }

}
@media (max-width: 767px) {
  .flip-card.flipped .flip-card-front {
    transform: rotateY(180deg);
  }
  .flip-card.flipped .flip-card-back,
  .flip-card.flipped .flip-card-back-yellow {
    transform: rotateY(0deg);
  }
}

@media (min-width: 768px) {
  .flip-card:hover .flip-card-front {
    transform: rotateY(180deg);
  }
  .flip-card:hover .flip-card-back,
  .flip-card:hover .flip-card-back-yellow {
    transform: rotateY(0deg);
  }
}


@media screen and (min-width: 992px) and (max-width: 1800px) {
  #podcast .container{
    max-width: none;
    padding-right: 0px;
    padding-left: 3rem;
  }
}



#podcast {
  background-color: #a6e2f9;
  background-image: url('../assets/img/recommend/decor01.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 320px auto;
  position: relative;
  padding-bottom: 300px;
}

#memo {
  background: #A6E2F9;
  background: linear-gradient(180deg,rgba(166, 226, 249, 1) 0%, rgba(75, 201, 241, 1) 100%);
}

#article {
  background: #4BC9F1;
  background: linear-gradient(180deg,rgba(75, 201, 241, 1) 0%, rgba(7, 101, 170, 1) 100%);

}

@media screen and (max-width: 576px) {
  #podcast {
    background-size: 190px auto;
    padding-bottom: 150px;
  }
}
  
/*--------------
     podcast-button 
    --------------*/

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      color: #1989dd;
      background-color: #fff;
      font-family: 'SourceHanSansCN-Medium', sans-serif !important;
      font-size: 20px;
      box-shadow: 0px 0px 20px #3badf2;
      margin-bottom: 10px;
      padding: 17px 0 17px 25px;
      border-radius: 2rem 2rem 0 2rem;
    }

    .nav-pills .nav-link {
      display: block;
      padding: 17px 0 17px 25px;
      font-family: 'SourceHanSansCN-Medium', sans-serif !important;
      font-size: 20px;
      color: #1989dd;
      margin-bottom: 10px;
  }

  .nav-pills .nav-link:hover {
      color: #3badf2;
      background-color: #fff;
      font-family: 'SourceHanSansCN-Medium', sans-serif !important;
      font-size: 20px;
      box-shadow: 0px 0px 20px #0b62ad;
      margin-bottom: 10px;
      padding: 17px 0 17px 25px;
      border-radius: 2rem 2rem 0 2rem;
}

.nav-pills .nav-link:focus {
    color: #1989dd;
    background-color: #f4e295;
    font-family: 'SourceHanSansCN-Medium', sans-serif !important;
    font-size: 20px;
    box-shadow: 0px 0px 20px #0b62ad;
    margin-bottom: 10px;
    padding: 17px 0 17px 25px;
    border-radius: 2rem 2rem 0 2rem;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px auto;
    background-image: url("../assets/img/recommend/nav-star.png");
}

@media (max-width: 576px){
  .nav-pills .nav-link.active, 
  .nav-pills .show>.nav-link {
    font-size: 16px;
    padding: 8px 9px;
    border-radius: 2rem 2rem 0 2rem;
    background-color: #f4e295;
    color: #1989dd;
    box-shadow: 0px 0px 20px #0b62ad;
    margin-bottom: 10px;
    line-height: normal;
    font-family: 'SourceHanSansCN-Medium', sans-serif !important;
  }

  .nav-pills .nav-link {
    padding: 8px 9px;
    font-size: 16px;
    color: #1989dd;
    margin-bottom: 10px;
    line-height: normal;
}

.nav-pills .nav-link:hover {
    font-size: 16px;
    padding: 8px 9px;
    margin-bottom: 10px;
    line-height: normal;

}

.nav-pills .nav-link:focus {
  font-size: 16px;
  padding: 8px 9px;
  border-radius: 2rem 2rem 0 2rem;
  background-image: none;
  margin-bottom: 10px;
  line-height: normal;
}



}  

    
/*--------------
     podcast-button end 
    --------------*/

    #podcast .card {
      border-radius: 1.25rem;
      box-shadow: 5px 5px 5px #91c7db;
      border: 0;
      margin-bottom: 20px;
    }

    #podcast .card-title{
      color: #0b62ad;
      font-family: 'SourceHanSansCN-Regular', sans-serif !important;
      font-size: 1.25rem;
      line-height: 1.5;
      margin-bottom: 0.5rem;
      text-align: left;
      text-transform: none;
    }

    #podcast img {
      width: 100%; 
      height: 100%; 
      object-fit: cover;
      border-radius: 1.25rem 1.25rem 0 0;
      
    }

    .play-button{
      position: absolute; 
      bottom: 20px; 
      right: 20px;
    }

    #podcast .card-body {
      height: 170px;
    }

    @media screen and (max-width: 576px) {
      .play-button{
        position: absolute;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: flex-end;
      }

      #podcast .card-title{
        font-size: 0.9rem;
        padding-bottom: 5%;
        color: #0b62ad;
      }

      #podcast img{
        height: 160px; 
        border-radius: 0.5rem 0.5rem 0 0;
      }

      #podcast .card-body {
        height: 130px;
        padding: 0.6rem;
      }
      #podcast .card{
        border-radius: 0.5rem;
      }
      
    }


    /*--------------
     podcast-PLAY  BUTTON animation
    --------------*/
@import "compass/css3";


@keyframes spin {
  to { transform: rotate(360deg); }
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, 
              opacity 1s ease;
}

.icon {
  transform: scale(.7);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

/* Hover */
#play:hover {
  .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
  }
  .icon {
    transform: scale(.9);
  }
}

 /*--------------
     podcast-PLAY  BUTTON animation END
    --------------*/

    .owl-nav {
      position: absolute;
      top: auto;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding: 0 10px;
    }

    .owl-nav button { 
      border: none;
      font-size: 2rem;
      color: #000;
    }

    .list-next-arrow {
      background-color: white;
      border-radius: 20px 20px 0 20px;  /* 右半圓 */
      width: 75px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      position: absolute;
      right: 70px; /* 可調整箭頭貼圖位置 */
      top: 250%;
      transform: translateY(-50%);
      cursor: pointer;
    }

    .list-back-arrow {
      background-color: white;
      border-radius: 20px 20px 20px 0 ;  /* 右半圓 */
      width: 70px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      position: absolute;
      right: 170px; /* 調整箭頭位置 */
      top: 250%;
      transform: translateY(-50%);
      cursor: pointer;
    }
    /* 右箭頭圖案 */
    .list-next-arrow::before {
      content: '➞';
      color: #0094e8;
      font-size: 30px;
     font-weight: bold;
     padding-bottom: 5px;
 }
 .list-back-arrow::before {
  content: '➞';
  color: #0094e8;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 5px;
  transform: rotate(-180deg);
}

.owl-dots{
   visibility: hidden;
}



.bottom-dec{
  height: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  top: 50%;
}

.card-header{
  background-color: transparent;
  border-bottom: 0px;
}

.qa-content .hashtag {
  color: #fff;
  display: inline-block;
  padding: 5px 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'SourceHanSansCN-Black', sans-serif !important;
}

.qa-content .hashtag-yellow {
  background: #fab708;
}

.qa-content .hashtag-green {
  background: #5bc64b;
}

.qa-content .hashtag-blue {
  background: #48afaf;
}

.card-q-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 10px;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}

/* 各自的背景圖 */
.card-q-bg-yellow {
  background-image: url(../assets/img/QA/q-yellow.png);
}

.card-q-bg-green {
  background-image: url(../assets/img/QA/q-green.png);
}

.card-q-bg-blue {
  background-image: url(../assets/img/QA/q-blue.png);
}

.q-body{
  padding: 2.5rem 3rem 1.5rem 3rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.q-text{
  font-family: 'SourceHanSansCN-Regular', sans-serif !important;
  font-size: 19px;
  line-height: normal;
}

@media screen and (max-width: 576px) {

  .card-header{
    padding: 1px;
  }

.qa-content .hashtag {
  font-size:15px;
  padding: 0 4px;;
}

.card-q-bg{
  padding: 5px;
}
.q-body {
  padding: 30px 15px 10px 15px;
}


#memo .col-12 .q-text{
  font-size: 19px;
  line-height: normal;
  padding: 30px 20px 10px;
}

.list-next-arrow {
  background-color: white;
  border-radius: 20px 20px 0 20px;  /* 右半圓 */
  width: 75px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  position: absolute;
  right: 15px; /* 可調整箭頭貼圖位置 */
  top: 230%;
  transform: translateY(-50%);
  cursor: pointer;
}

.list-back-arrow {
  background-color: white;
  border-radius: 20px 20px 20px 0 ;  /* 右半圓 */
  width: 75px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  position: absolute;
  right: 110px; /* 調整箭頭位置 */
  top: 230%;
  transform: translateY(-50%);
  cursor: pointer;
}

.bottom-dec{
  height: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  top:83%;
}

  
}

/* 卡片 hover 動畫效果 */
.pointer {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.pointer:hover {
  transform: scale(1) rotate(5deg);
}
/* 卡片 hover 動畫效果 */

.btn-close{
  background-color: #1989dd; 
  opacity: 1;
  color: #fff;
  text-shadow: none;
  padding: 10px !important;
  border-radius: 30px; 
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  margin-top: 5%;
  position: absolute;
  top: -65px;
  right: -70px;
  box-shadow: 0 0 30px rgba(0, 153, 255, 0.3);
}

@media screen and (max-width: 576px) {
  .btn-close{
    position: initial;
    margin-bottom: 20px;

  }
}

@media screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

.speech-bubble-white-A {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 40px 50px 40px 110px;
  max-width: 700px;
  box-shadow: 0 0 30px rgba(0, 153, 255, 0.3);
  margin: 50px 0 auto 0;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15% auto;
  background-image: url(../assets/img/QA/A.png);
}

/* 對話框尾巴（右下） */
.speech-bubble-white-A::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 30px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: white;
  transform: rotate(-135deg);
}

.speech-bubble-white {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 20px 40px;
  max-width: 700px;
  box-shadow: 0 0 30px rgba(0, 153, 255, 0.3);
  margin: 50px 0 auto 0;
  display: flex;
  align-items: stretch;
}

/* 對話框尾巴（右下） */
.speech-bubble-white::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 30px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: white;
  transform: rotate(-135deg);
}

@media screen and (max-width: 576px) {
  .speech-bubble-white{
    padding: 20px 10px;
  }

  .speech-bubble-white-A {
   padding: 55px 20px 30px;

  }
}


/* 中間文字區塊-白底藍字 */
.content-w p {
  margin: 10px auto;
  font-size: 20px;
  letter-spacing: 3px;
  color: #0094e8;
  text-align: center;
}


.speech-bubble-blue {
  position: relative;
  background: #3ab0f9;
  border-radius: 20px;
  padding: 20px 40px;
  max-width: 700px;
  box-shadow: 0 0 30px rgba(0, 153, 255, 0.3);
  margin: 50px 0 auto 0;
  display: flex;
  align-items: stretch;
}

/* 對話框尾巴（右下） */
.speech-bubble-blue::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 30px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #3ab0f9;
  transform: rotate(-135deg);
}

.content-b p {
  margin: 20px 10px;
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  color: #fff;
}

.content-b h4 {
  font-family: "whz-tm", sans-serif;
  color: #fff;
}


.svg-ellipse-tag {
  display: inline-block;
  position: relative;
  padding: 20px 20px;
  background-color: transparent;
  background-image: url("../assets/img/QA/ellipse.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120% auto;
}




.card-wrapper {
  margin: auto;
}

/* 對話框 */
.speech-box {
  background: white;
  border-radius: 18px;
  padding: 16px 20px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  color: #0072c6;
}

/* 尾巴（三角形） */
.speech-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: white;
  transform: rotate(135deg);
}

/* 文字 */
.speech-text {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  padding-right: 0;
}

/* 按鈕 */
.listen-btn {
  background: #0072c6;
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,114,198,0.3);
  font-weight: bold;
  transition: transform 0.2s;
  font-size: 12px;
}
.listen-btn:hover {
  transform: scale(1.05);
}

/* 下方黃色框 */
.main-box {
  margin: 10px 0;
  border-radius: 24px;
  height: 200px;
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 創建正方形比例 */
  overflow: hidden;
}
.main-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 確保圖片填滿容器且保持比例 */
}

.flex-row {
  display: flex;
  align-items: center; /* 垂直置中 */
  justify-content: center;
  text-align: left;
}

.flex-row p{
  letter-spacing: 2px;
  line-height: 30px;

}

@media screen and (max-width: 576px) {
  .flex-row {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}

/* popup樣式三 ＡＱ對話框 */
.quote-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}

.quote-box span {
  font-size: small;
  font-weight: 100;
}

.speech-bubble-dialog {
  position: relative;
  background: #f5f5f5;
  border: 2px solid #0094e8;
  border-radius: 10px;
  padding: 20px 22px;
  color: #0094e8;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
  max-width: 700px;
  margin-left: 10%;
  width: 76%;
  text-align: justify;
}

@media screen and (max-width: 576px) {
  .speech-bubble-dialog {
    width: 66%;
  }
  
}

/* 右側尖尖的氣泡箭頭 A */

/* 外層藍色邊框箭頭 */
.speech-bubble-dialog::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 45px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 30px solid #0094e8;
  z-index: 1;
}

/* 內層背景色箭頭（蓋在上面） */
.speech-bubble-dialog::before {
    content: "";
    position: absolute;
    right: -26px;
    top: 45px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 27px solid #f5f5f5;
    z-index: 2;
}


.speech-bubble-dialog-Q {
  position: relative;
  background: #f5f5f5;
  border: 2px solid #0094e8;
  border-radius: 10px;
  padding: 20px 24px;
  color: #0094e8;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
  max-width: 700px;
  width: 72%;
}
.speech-bubble-dialog-Q::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 37px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 30px solid #0094e8;
  z-index: 1;
}

/* 內層背景色箭頭（蓋在上面） */
.speech-bubble-dialog-Q::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 37px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 27px solid #f5f5f5;
  z-index: 2;
}

/* 藍色 A 圖片 */
.letter-a {
  width: 65px;
  height: auto;
}

/* ================ 精選文章 ================== */

.art-card {
  background: white;
    border-radius: 200px 200px 10px 10px;
    max-width: 390px;
    margin: auto;
    overflow: visible;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.art-card:hover {
  background: #086da5;
    border-radius: 200px 200px 10px 10px;
    max-width: 390px;
    margin: auto;
    overflow: visible;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.art-card:hover .art-content h3 {
  color: #fff;
}

.art-card:hover .art-content p {
  color: #fff;
}

.art-card:hover .arrow-btn {
  background: #fff;
  color: #0094e8;
  right: 20px;
  animation-name: btn-go;
  animation-duration: 1s;
}

@keyframes btn-go {
  0%   {right:30px }
  25%  {right:20px }
  50%  {right:30px }
  75%  {right:20px }
  100% {right:20px }
}

.art-card .arrow-btn span{
  margin-bottom: 2px;
}

.art-card:hover::after {
  border-top-color: #086da5;
}

/* 圓形圖片 */
.art-image {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top:20px;
}
.art-image img {
  width: 80% !important;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
  
}

/* 內容區塊 */
.art-content {
  padding: 10px 30px 25px;
  position: relative;
}

.art-content h3 {
  color: #0073c6;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: 'SourceHanSansCN-Medium', sans-serif;
}

.art-divider {
  height: 20px;
  background: url('../assets/img/bottom-articles/art-divider.png');
  margin: 25px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% auto;
}

.art-content p {
  color: #4aaae5;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: left;
}

/* 對話框尾角（左下） */
.art-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: white;
  transform: rotate(135deg);
  z-index: 10;
}

/* 右下角按鈕 */
.arrow-btn {
  position: absolute;
  bottom: -30px;
  right: 30px;
  background: #0094e8;
  color: #fff;
  font-size: 40px;
  width: 50px;
  height: 40px;
  border-radius: 30px 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0 40px 3px;
}

/* hover 狀態：變藍底白箭頭 */


.art-center{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .art-card{
    max-width: 280px;
  }

  .art-card:hover{
    max-width: 280px;
  }

  .art-image {
    margin-bottom: 0px;
  }

  .art-content p {
    margin-bottom: 10px;
  }

  .art-divider {
    margin: 5px 0;

}

.art-content h3 {
  font-size: 15px;
}

/* 右下角按鈕 */
.arrow-btn {
  font-size: 30px;
  height: 35px;
  padding: 0px 30px;
}
.art-content p {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
}

.art-content {
  padding: 10px 20px 10px;
  position: relative;
}

.art-divider {
  height: 30px;
  margin: 14px 0;
  background-size: 80% auto;
}

}

/* 山脈動態效果 */

#mountain-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -12px;
  left: 0;
  overflow: hidden;
  z-index: 3;
}

.background-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0,150,255,0.15) 0%, rgba(0,0,0,0) 70%);
  animation: pulseGlow 6s ease-in-out infinite;
  z-index: 0;
}

@keyframes pulseGlow {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.15; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.25; }
}

.mountain-layer2,
.mountain-layer3 {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  pointer-events: none;
  justify-content: space-between;
}

.mountain-layer2 { z-index: 5; }
.mountain-layer3 { z-index: 6; }

.mountain-bar {
  border-radius: 0;
  transform-origin: bottom;
  height: 0%;
  will-change: height;
  transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s ease-in-out;
  opacity: 0;
}

/* Responsive adjustments for the constrained container */
@media (max-width: 768px) {
  .mountain-bar {
    width: 1px !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .mountain-bar {
    width: 3px !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
}

@media (min-width: 1025px) {
  .mountain-bar {
    width: 3px !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
}

.fade-in-img {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.fade-in-img.visible {
  opacity: 1;
}


/* 山脈動態效果 end*/

.banner-bg-wrap {
  position: absolute;
  top: 2.9vw;
  left: 20vw;
  width: 100%;
  max-width: 1250px;
  height: 23vw;
  z-index: 5;
  display: block;
  background-color: transparent;
  overflow: hidden;
}

.image-wrapper {
  overflow: hidden;
  display: inline-block;
}

.reveal-img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1s ease-out;
}

.reveal-img.revealed {
  clip-path: inset(0 0 0 0);
}

/* 主視覺圖片*/
.slogan-img {
  max-width: 30%; 
  position: absolute;
  left: 5vw;
  top:15px;
}

.mount-static-img {
  position: absolute;
  top: 3vw;
  width: 100%; 
  display: block; 
  z-index: 2;
}

.mount-dynamic-img {
  width: 90%; 
  position: absolute;
  top:5.2vw;
  right: 0.2vw;
  display: block; 
  z-index: 3;
}

.columnar-img {
  max-width: 35%; 
  position: absolute;
  left: 65vw;
  top:44vw;
}
.columnar-left-img {
  max-width: 15%; 
  position: absolute;
  left: 3vw;
  top:60vw;
}
  
.satellite-img {
  max-width: 25%; 
  position: absolute;
  left: 60vw;
  top:5vw;
}

.host-img {
  max-width: 50%;
  position: absolute;
  top:21vw;
  left: 5vw;
  z-index: 5;
}

.slogan-img-mobile {
  padding-top: 50px;
  margin-bottom: 1rem;
  width: 80%;
}

.mount-static-img-mobile {
  position: absolute;
  left: 0;
  top:45vw;
  width: 100%;
}

.host-img-mobile {
  padding: 0px;
  margin-bottom: 3rem;
}

@media screen and (max-width: 576px) {
  
}


/* 衛星旋轉*/

    .orbit-container {
      position: absolute;
      width: 400px;
      height: 320px;
      top: 4vw;
      right: 15vw;
    }

    .svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 400px;
      height: 320px;
      z-index: 0;
    }

    .satellite {
      position: absolute;
      width: 12px;
      height: 12px;
      background-color: #ffb200;
      border-radius: 50%;
      box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.6);
      z-index: 2;
    }

    .orbit-container {
      opacity: 0;
      transition: opacity 1s ease;
    }
    .orbit-container.visible {
      opacity: 1;
    }


    .fixed-icon {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 100px; /* 或你需要的大小 */
      height: auto;
      z-index: 999; /* 確保它在最上層 */
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fixed-icon:hover {
      transform: scale(1.1);
    }

    .fixed-dropdown {
      position: fixed;
      top: 24px;
      right: 24px;
      z-index: 999;
      display: none; /* 預設隱藏 */
    }
    
    /* 只在螢幕寬度小於 991px 時顯示 */
    @media screen and (max-width: 990px) {
      .fixed-dropdown {
        display: block;
      }
    }
    
    .fixed-dropdown .dropdown-menu.show {
      display: block;
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }

    .nav-dropdown {
      position: fixed;
      right: 104px;
      top: 20px;
      width: 100px;
      height: auto;
      z-index: 9999;
    }

    .btn-dropdown {
      padding: 18px 21px;
      color: #fff;
      background: linear-gradient(203deg,rgba(11, 98, 173, 1) 60%, rgba(37, 153, 153, 1) 100%);
      border: none;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .btn-dropdown:hover {
      color: #fff;
    }

    .dropdown-menu{
      text-align: center;
    }

    .fixed-dropdown {
      position: fixed;
      top: 24px;
      right: 24px;
      z-index: 999;
    }
    .fixed-dropdown .dropdown-menu.show {
      display: block;
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }
    .btn-dropdown {
      background: linear-gradient(203deg,rgba(11, 98, 173, 1) 60%, rgba(37, 153, 153, 1) 100%);
      border: none;
      border-radius: 30px 30px 30px 0px;;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }
    .btn-dropdown:hover {
      background: linear-gradient(203deg,rgba(11, 98, 173, 1) 60%, rgba(37, 153, 153, 1) 100%);
      transform: scale(1.05);
    }
    .btn-dropdown:focus {
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    }
    #menuIcon {
      color: #fff;
      transition: transform 0.3s ease;
    }

    .columnar-img-bottom {
    left: 1vw;
    top: 2vw;
    max-width: 30%;
    position: absolute;
    }

    @media screen and (max-width: 576px) {
      .columnar-img-bottom {
        max-width: 50%;
        top: 0vw;
        left: -10vw;
      }
    }

    .banner-bg-wrap-mobile {
      position: absolute;
      top: -36vw;
      left: 0vw;
      width: 100%;
      max-width: 700px;
      height: 129vw;
      display: block;
      background-color: transparent;
      overflow: hidden;
    }

    @media screen and (max-width: 576px) {
      .banner-bg-wrap-mobile {
        margin-top: 0px;
        margin-bottom: -190px;
      }
    }
    /* Custom Desktop Navbar */
    .navbar-desktop {
      display: none; /* Hidden by default */
    }

    @media screen and (min-width: 992px) {
      .navbar-desktop {
        display: block;
        position: absolute;
        top: 20px;
        right: 60px;
        z-index: 1000;
        background-color: transparent;
      }

      .navbar-desktop-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
      }

      .navbar-desktop-list li {
        margin-left: 30px;
      }

      .navbar-desktop-list li a {
        color: #0b62ad;
        text-decoration: none;
        font-size: 18px;
        font-family: "SourceHanSansCN-Medium", sans-serif;
        padding-bottom: 5px;
        transition: all 0.3s ease;
      }

      .navbar-desktop-list li a:hover {
        text-decoration: underline;
        text-underline-offset: 8px;
      }
    }
    
    /* ... existing code ... */
    .navbar-desktop-list li a:hover {
      color: #0055A4;
      border-bottom: 0;
    }


    /* carousel-b arrow style */
    #article .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      z-index: 10;
    }

    #article .owl-prev,
    #article .owl-next {
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: white !important;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
    }

    #article .owl-prev:hover,
    #article .owl-next:hover {
      background-color: #f0f0f0 !important;
    }


    #article .owl-prev {
      left: -80px;
    }

    #article .owl-next {
      right: -80px;
    }


    .list-next-arrow-b,
    .list-back-arrow-b {
      width: 100%;
      height: 100%;
      background-image: none !important;
      position: relative;
    }

    .list-next-arrow-b::before,
    .list-back-arrow-b::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 12px;
      border-style: solid;
      border-color: #0b62ad;
      border-width: 0 3px 3px 0;
      transform: translate(-50%, -50%) rotate(-45deg);
    }

    .list-back-arrow-b::before {
      transform: translate(-50%, -50%) rotate(135deg);
      left: 55%;
    }

    .list-next-arrow-b::before {
      left: 45%;
    }

    @media screen and (max-width: 1440px) {
      #article .owl-prev {
        left: -20px;
      }
      #article .owl-next {
        right: -20px;
      }
    }

    @media screen and (max-width: 576px) {
      #article .owl-prev {
        left: 10px;
        transform: translateY(-100%);
      }
      #article .owl-next {
        right: 10px;
        transform: translateY(-100%);
      }
    }

    /* --- 同步文章卡片高度 --- */
    #article .carousel-b .owl-stage {
      display: flex;
      align-items: stretch;
    }

    #article .carousel-b .item {
      display: flex;
      width: 100%;
    }

    #article .art-card {
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    #article .art-content {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    #article .art-content > h3 {
      min-height: initial;
    }

    #article .art-content > p {
      min-height: initial;
      flex-grow: 1;
    }
    /* --- 同步文章卡片高度 END --- */

    .break-desktop {
      display: inline;
    }
    
    /* 桌機版才換行 */
    @media (min-width: 992px) {
      .break-desktop {
        display: block;
      }
    }
    
    @media (min-width: 992px) {
      .fixed-dropdown {
        display: none;
        position: fixed;
        top: 32px;
        right: 32px;
        z-index: 9999;
        transition: opacity 0.3s;
        opacity: 0;
        pointer-events: none;
      }
      .fixed-dropdown.show-dropdown {
        display: block;
        opacity: 1;
        pointer-events: auto;
      }
    }
    