@charset "utf-8";
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}
/* .editor p{margin-bottom: 0px} */

@font-face {
  font-family: "heiti";
  src: url(./fonts/Adobe_heiti_Std.otf);
}

@font-face {
  font-family: "Microsoft JhengHei";
  src: url(./fonts/MicrosoftJhengHei.ttf);
}

body {
  padding: 0;
  margin: 0;
  font-family: "heiti", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none !important;
  color: #000;
}

a,
input,
button {
  outline: none !important;
}

ul {
  list-style-type: none;
}

@media (min-width: 1200px) {
  .container-width {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1700px) {
  .container-width {
    max-width: 1700px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.jh {
  font-family: "MicrosoftJhengHei";
}

.header {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}

.header::before {
  content: "";
  background-image: url(../images/top1bj.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.logo {
  padding: 15px 0;
}

.logo img {
  width: auto;
  height: 40px;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  /* height: 100%; */
}

@media (min-width: 992px) {
  .nav-item {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .logo img {
    height: 50px;
  }

  .nav-item {
    align-items: center;
  }
}

@media (min-width: 1300px) {
  .logo img {
    height: 54px;
  }
}

@media (min-width: 1400px) {
  .nav-item {
    margin: 0 3px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 3px;
    padding-right: 3px;
  }
}

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

  .nav-item {
    margin: 0 8px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.nav-link {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  padding: 10px 2px;
  margin: 0;
  position: relative;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

@media (min-width: 1200px) {
  .nav-link {
    font-size: 16px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

@media (min-width: 1400px) {
  .nav-link {
    border-bottom: none;
    padding: 4px 2px 20px 2px;
    font-size: 18px;
  }

  .nav-link::before {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5px;
    background-image: url(../images/path.png);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 16px;
    left: -2px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    opacity: 1;
  }
}

.nav-link:hover,
.nav-link.active ,
.dropdown-item.active{
  color: #e86208 !important;
}

@media (min-width: 1200px) {
  .nav-item::after,
  .nav-link::after {
    display: none;
  }
}

.nav-link a {
  margin: 0;
  padding: 0;
}

.navbar-toggler .fa {
  color: #e86208;
  font-size: 24px;
}

.offcanvas-header .btn-close {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: auto;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  padding: 6px 20px;
}

.offcanvas-header .btn-close:hover {
  opacity: 0.8;
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  right: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  background-color: #1a63cc;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  z-index: 9;
}

.close-btn .bi {
  color: #fff;
  margin-top: 8px;
  margin-right: 8px;
}

.header-top {
  display: none !important;
}

@media (min-width: 1200px) {
  .header-top {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-right: 20px;
  }

  .header-right {
    padding-top: 20px;
  }
}

.hr {
  width: 1px;
  height: 20px;
  background-color: #ccc;
  margin: 0 20px;
}

.lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 2px;
}

.lang a.active {
  background-color: #e86208;
  color: #fff;
}

.header-share {
  background-color: #e86208;
  padding: 4px;
  border-radius: 40px;
}

.header-share li {
  margin: 0 2px;
}

.header-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0);
}

.header-share a img {
  width: 22px;
  height: auto;
}

.header-share a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.img-style {
  text-transform: uppercase;
  font-size: 14px;
}

.img-style img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.dropdown-style {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  width: 120px;
}

.dropdown-item-style {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
}

.menu-down {
  border-top: 2px solid #e86208 !important;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 0;
  padding: 0;
}

.menu-down .dropdown-menu {
  font-size: 18px;
  color: #111;
}

.menu-down .dropdown-item {
  padding: 12px 10px !important;
  border-bottom: 1px solid #ddd;
  color: #555;
  font-family: "Microsoft JhengHei";
}

.menu-down li:last-child .dropdown-item {
  border-bottom: none;
}

.menu-down .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #e86208;
  text-decoration: underline !important;
}

.menu-down {
  display: none;
  top: 100%;
}

@media (max-width: 1199px) {
  .menu-down {
    width: 100% !important;
    border: none;
  }

  .menu-down .dropdown-item {
    text-align: start !important;
    padding: 8px 10px !important;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .nav-item.dropdown:hover .menu-down {
    display: block;
  }
}

.down-menu-box {
  border: none;
  border-radius: 0;
  width: 100%;
}

.down-menu-box li a {
  color: #111;
  font-family: "Microsoft JhengHei";
  background-color: rgba(0, 0, 0, 0) !important;
}

.down-menu-box li a:hover {
  color: #e86208;
}

.offcanvas-body {
  background-color: #fafafa;
}

.offcanvas-lang a {
  font-size: 14px;
  color: #666;
}

.offcanvas-lang a.active {
  color: #e86208;
}

.mobile-logo img {
  width: 300px;
  height: auto;
}

.h-share-item {
  margin-right: 15px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.h-share-item:hover {
  opacity: 1;
}

.mobile-lang {
  background-color: #e86208;
  border-radius: 6px;
  margin-top: 10px;
}

.mobile-lang span {
  display: block;
  padding: 10px 5px;
  margin-right: 5px;
}

.mobile-lang span img {
  width: 18px;
  height: 18px;
}

.mobile-lang a {
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-flex;
  flex-direction: row;
}

.mobile-lang a::after {
  content: "|";
  color: #fff;
  margin: 0 10px;
  opacity: 0.5;
}

.mobile-lang a:last-child::after {
  content: none;
}

.mobile-lang a:hover {
  opacity: 0.8;
}

.mobile-share {
  background-color: rgba(0, 0, 0, 0);
}

.mobile-share a {
  background-color: #ccc;
  margin: 2px 5px;
}

.mobile-share a:hover {
  background-color: #e86208;
}

#back-to-top {
  display: none;
}

#back-to-top.show {
  display: block;
}

.back-to-top {
  position: fixed;
  right: 2%;
  bottom: 10%;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #e86208;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.back-to-top .fa {
  color: #fff;
  font-size: 18px;
}

.navbar-toggler-icon {
  width: 26px;
  height: 26px;
}

/* .banner {
	width: 100%;
	min-height: 440px;
	height: calc(100vh - 80px - 53px);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

@media (MIN-WIDTH: 576px) {
	.banner {
		min-height: 540px;
	}
}

@media (min-width: 1200px) {
	.banner {
		height: calc(100vh - 129px - 53px);
	}
} */

.swiper-img {
  height: 100%;
  display: flex;
  justify-content: start;
}

.swiper-img img,
.swiper-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-img video {
  background-position: bottom;
}

@media (max-width: 375px) {
  .swiper-img img {
    object-position: bottom;
  }
}

.slide-card,
.slide-card img {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
}

.swiper-text h2 {
  display: inline;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.swiper-text p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

@media (min-width: 992px) {
  .swiper-text {
    padding: 10px 100px;
  }

  .swiper-text h2 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .swiper-text h2 {
    font-size: 44px;
  }

  .swiper-text p {
    font-size: 24px;
  }
}

@media (min-width: 1400px) {
  .swiper-text h2 {
    font-size: 64px;
  }
}

.slide-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-logo img {
  width: 200px;
  height: auto;
  margin-top: -180px;
}

@media (min-width: 420px) {
  .slide-logo img {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .slide-logo img {
    width: 380px;
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  .slide-logo img {
    width: 460px;
  }
}

.swiper-control {
  z-index: 1;
  bottom: 3% !important;
  display: flex;
  justify-content: center;
}

.swiper-control-box {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 5px 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.swiper-pagination {
  bottom: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  background-color: #e86208;
}


.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  color: #111;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: #e86208;
  opacity: 1;
}

/* home */
.pack {
  padding: 40px 0 80px;
  position: relative;
}

@media (min-width: 992px) {
  .pack {
    /* padding: 80px 0 140px; */
    padding: 80px 0;
  }
}

.about-bj::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top2bj.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}

.home-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.home-sub {
  display: inline-block;
  font-size: 20px;
  color: #e86208;
  margin: 15px 0 20px;
}

.home_sub_1 {
  padding-bottom: 20px !important;
}

.home-text p {
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  color: #111;
  line-height: 28px;
}

@media (min-width: 992px) {
  .home-title {
    font-size: 40px;
  }

  .home-title1 {
    font-size: 32px;
  }

  .home-sub {
    font-size: 26px;
    margin: 20px 0 30px;
  }

  /* .home-text p{
		font-size: 17px;
	} */
}

.btn-plain {
  margin-top: 30px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 50px;
  padding: 6px 10px;
  background-color: #f1f1f1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.btn-txt {
  display: inline-block;
  font-size: 18px;
  margin-top: 2px;
  color: #111;
  transition: all 0.3s ease-in-out;
}

.mov,
.hov {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}

.mov i,
.hov i {
  font-size: 16px;
}

.mov {
  margin-right: 10px;
}

.hov {
  margin-left: 5px;
  transform: translateX(42px);
}

.btn-plain:hover {
  background-color: #e86208;
}

.btn-plain:hover .btn-txt {
  color: #fff;
  transform: translateX(-15px);
}

.btn-plain:hover .mov {
  transform: translateX(-40px);
}

.btn-plain:hover .hov {
  transform: translateX(0);
  color: #fff;
}

.home-img {
  position: relative;
  z-index: 1;
}

.home-img img {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 100px;
}

.home-img::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 70%;
  height: 60%;
  background-color: #e86208;
  border-bottom-left-radius: 100px;
  z-index: -1;
}

@media (max-width: 575px) {
  .home-img::before {
    left: 30px;
    bottom: 0px;
    border-bottom-left-radius: 50px;
  }

  .home-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px 10px 40px;
    overflow: inherit;
  }

  .home-img img {
    width: 100%;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 20px;
  }
}

@media (max-width: 320px) {
  .home-img {
    padding: 10px;
  }

  .home-img::before {
    left: 0px;
  }
}

.home-link-box {
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}

.home-link-box .icon {
  display: block;
  margin-bottom: 15px;
}

.home-link-box .icon img {
  width: 80px;
}

@media (min-width: 768px) {
  .home-link-box .icon img {
    width: 100px;
  }
}

.home-link-box h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.home-link-box p {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: center;
  margin-top: 14px;
}

.home-link-box:hover {
  transform: translateY(-10px);
}

.home-link-box:hover h4 {
  color: #e86208;
}

.recogn {
  background-color: rgba(232, 98, 8, 0.1);
  background-image: linear-gradient(
    90deg,
    rgba(255, 159, 50, 0.12) 0%,
    rgba(232, 98, 8, 0.12) 50%,
    rgba(232, 98, 8, 0.12) 100%
  );
}

.img-box {
  position: relative;
  height: 100%;
}

.img-box img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 50px;
}

@media (min-width: 992px) {
  .img-box img {
    border-radius: 0;
  }

  .top-img-box img {
    position: absolute;
    top: -50px;
    transform: rotate(-15deg);
  }

  .bottom-img-box img {
    position: absolute;
    bottom: 0px;
    transform: rotate(15deg);
  }
}

@media (min-width: 1200px) {
  .top-img-box img {
    top: -150px;
    transform: rotate(0deg);
  }

  .bottom-img-box img {
    bottom: -150px;
    transform: rotate(0deg);
  }
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.footer-text {
  font-size: 14px;
  color: #111;
}

/* ↓↓↓↓↓↓↓↓ */
.delighter .li {
  opacity: 0;
  transform: translatey(10%);
  transition: all 0.7s ease-out;
}

.delighter.started .li {
  opacity: 1;
  transform: none;
}

.delighter.started .li:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}

.delighter.started .li:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}

.delighter.started .li:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}

.delighter.started .li:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}

.delighter.started .li:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}

.delighter.started .li:nth-child(6) {
  transition: all 0.7s ease-out 1.1s;
}

.delighter .li-left {
  opacity: 0;
  transform: translatex(-10%);
  transition: all 0.7s ease-out;
}

.delighter.started .li-left:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}

.delighter.started .li-left:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}

.delighter.started .li-left:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}

.delighter.started .li-left:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}

.delighter.started .li-left:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}

.animate.up {
  transform: translatey(10%);
  opacity: 0;
  transition: all 1.5s ease-out;
}

.animate.left {
  transform: translatex(-10%);
  opacity: 0;
  transition: all 1.5s ease-out;
}

.animate.left-1 {
  transition: all 1.5s ease-out !important;
}

.delighter.started .li-left,
.animate.up.started,
.animate.left.started {
  transform: none;
  opacity: 1;
}

.animate.right {
  transform: translatex(10%);
  opacity: 0;
  transition: all 1.5s ease-out;
}

.animate.right-1 {
  transition: all 1.5s ease-out !important;
}

.animate.right.started {
  transform: none;
  opacity: 1;
}

.animate.pulse,
.animate.pulse1 {
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.animate.pulse1 {
  transition: all 0.75s ease-out;
}

.animate.pulse.started,
.animate.pulse1.started {
  transform: none;
  opacity: 1;
}

/* inner style  */
.inner-header::before {
  display: none;
}

.inner-main {
  position: relative;
}

.inner-main::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 447px;
  background-image: url(../images/inner/inner-top-bj.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  object-fit: cover;
  z-index: -1;
}

@media (min-width: 992px) {
  .inner-main::before {
    top: -130px;
  }
}

.inner-banner {
  overflow: hidden;
  padding-top: 0px;
}

@media (min-width: 1200px) {
  .inner-banner {
    padding-top: 100px;
  }
}

.left-banner-title {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.left-banner-title i {
  font-size: 20px;
  font-style: normal;
}

@media (min-width: 768px) {
  .left-banner-title {
    font-size: 34px;
    padding-bottom: 20px;
  }
  .left-banner-title i {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .left-banner-title {
    font-size: 48px;
  }
  .left-banner-title i {
    font-size: 38px;
  }
}

.left-banner-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  width: 80px;
  height: 3px;
  background-color: #ff9f32;
}

.left-banner-info {
  position: relative;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .left-banner-info {
    margin-top: 0;
  }
}

.breadcrumb {
  margin: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-family: "MicrosoftJhengHei", Arial, Helvetica, sans-serif;
  color: #666;
  font-weight: normal;
}

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

.tb-box,
.db-box {
  overflow: hidden;
}

.tb-box {
  position: relative;
}

@media (min-width: 768px) {
  .tb-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.right-banner-img {
  width: auto;
  overflow: hidden;
  border-bottom-left-radius: 20px;
}

@media (min-width: 992px) {
  .right-banner-img {
    border-bottom-left-radius: 100px;
  }
}

.inner-img img {
  width: 100%;
}

.table-box {
  border-radius: 20px;
  background-color: rgba(255, 159, 50, 0.2);
}

.table-item {
  padding-top: 20px;
  /* padding-bottom: 20px; */
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.table-info-text,
.table-info-title {
  font-family: "MicrosoftJhengHei", Arial, Helvetica, sans-serif;
  color: #111;
  font-size: 18px;
}

.table-info-title {
  padding-left: 12px;
  padding-bottom: 20px;
  font-weight: bold;
}

.table-info-text {
  padding-left: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .table-info-title {
    padding-left: 15%;
  }

  .table-info-text {
    padding-left: 0;
  }
}

.table-info-text a {
  color: #e86208;
}

.table-info-text a:hover {
  text-decoration: underline !important;
}

.table-item-last,
.table-last {
  border-bottom: none !important;
  margin-bottom: 0;
}

.table-item-first {
  padding-top: 30px;
}

.table-item-last {
  padding-bottom: 30px;
}

.form-box {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.form-top-title {
  font-size: 22px;
  font-weight: bold;
  /* padding-left: 10px; */
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.form-top-title1 {
  font-size: 20px !important;
  color: #e86208;
}

@media (min-width: 992px) {
  .form-box {
    padding: 40px;
  }

  .form-top-title {
    font-size: 28px;
  }
}

.star {
  color: #666;
  font-size: 16px;
  margin: 18px 0 24px;
}

.form-item-title {
  font-weight: bold;
  font-size: 17px;
  color: #111;
}

@media (min-width: 768px) {
  .form-item-title {
    font-size: 18px;
  }
}

.form-check-label {
  color: #666;
}

.form-label {
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

.form-control {
  border-radius: 50px;
  padding: 10px;
}

.form-check {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pay-img {
  margin-left: 5px;
}

.arrow-info {
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  display: none;
}

.arrow-info p {
  margin-bottom: 0;
}

.file-tit {
  font-weight: normal;
  margin-bottom: 0;
}

.file-box {
  padding: 4px 10px;
  background-color: #eee;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.file-box:hover {
  box-shadow: none;
}

.file-box img {
  width: 20px;
  height: auto;
}

.btn-dump {
  background-color: red !important;
  border: none;
  border-radius: 50px;
  padding: 4px 15px;
  font-size: 14px;
}

.ass-label {
  color: #111;
}

.form-check-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-check-label a,
.ass-label a {
  color: #1bb7fa;
}

.form-check-label span {
  font-size: 14px;
  color: #888;
  /* padding-left: 5px; */
}

.form-check-input {
  width: 16px;
  height: 16px;
}

.form-check-label {
  width: calc(100% - 16px);
  padding-left: 10px;
}

.price-text {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 5px;
  border-radius: 50px;
  border: 2px solid #ccc;
  background-color: #fff;
  margin-right: 10px;
  font-weight: 600;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.price-text input {
  border: none;
  width: 100px;
  font-weight: 400;
  height: 25.5px;
}

.price-text.active {
  border-color: #e86208;
}

.btn-success {
  padding: 12px 20px;
  width: 100%;
  border-radius: 50px;
  background-color: #e86208 !important;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}

.btn-success:hover {
  box-shadow: none;
}

.btn-success1 {
  width: 200px;
}

@media (min-width: 768px) {
  .btn-success1 {
    width: 280px;
  }
}

.font-style {
  white-space: nowrap;
}

.inner-img-2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 5px rgba(232, 98, 8, 0.1);
}

.inner-footer {
  position: relative;
  border-top: 1px solid #eee;
}

.pack-title a {
  color: #111;
  font-size: 20px;
  display: inline-block;
  margin: 0 10px;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.pack-title a.active {
  background-color: #e86208;
  color: #fff;
}

.sm-pack {
  background-image: url(../images/inner/smyjjzg-bj.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.inner-info-box {
  padding: 30px 12px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.inner-info-box-img {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.list-item-box h3 {
  /* color: #111; */
  color: #111;
  font-family: "Microsoft JhengHei";
}

.list-item-box h3 b {
  color: #ff9f32;
}

.list-item-box hr {
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #ff9f32;
    margin: 14px 0 20px;
    border: none;
    opacity: 1;
}

@media (min-width: 992px) {
  .inner-info-box {
    padding: 50px 80px;
  }

  .tetx-style p {
    font-size: 20px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border-radius: 0 6px 6px 6px;
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu .dropdown-menu li a.dropdown-item {
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.dropdown-submenu .dropdown-menu li:last-child a.dropdown-item {
  border-bottom: none;
}

.dropdown-submenu .dropdown-menu,
.mobile-submenu .dropdown-menu {
  display: none;
}

.dropdown-submenu:hover .dropdown-menu,
.mobile-submenu.show .dropdown-menu {
  display: block;
}

.mobile-submenu-dowm {
  border-top: 1px solid #eee;
  padding-left: 12px;
}

.mobile-submenu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-submenu .dropdown-item i {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.mobile-submenu.show .dropdown-item i {
  transform: rotate(0deg);
}

.mobile-submenu-dowm li a.dropdown-item {
  font-size: 16px;
  color: #666;
}

.chronicle-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  border-radius: 50px;
  padding: 16px 36px;
  cursor: pointer;
  border: none;
  background: #f1f1f1;
  transition: background 0.4s linear;
  will-change: background;
}

.chronicle-button:hover {
  background: #e86208;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.chronicle-button:hover span:nth-of-type(1) em {
  opacity: 0;
  transform: rotateX(90deg) scaleX(0.9) translate3d(0, -10px, 0);
}

.chronicle-button:hover span:nth-of-type(2) em {
  opacity: 1;
  color: #fff;
  transform: rotateX(0deg) scaleX(1) translateZ(0);
  transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s linear 0.3s;
}

.chronicle-button span {
  position: relative;
  display: block;
  perspective: 108px;
}

.chronicle-button span:nth-of-type(2) {
  position: absolute;
}

.chronicle-button span em {
  font-style: normal;
  display: inline-block;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  will-change: transform, opacity, transition;
  transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s linear 0.2s;
}

.chronicle-button span:nth-of-type(1) em {
  transform-origin: top;
}

.chronicle-button span:nth-of-type(2) em {
  opacity: 0;
  transform: rotateX(-90deg) scaleX(0.9) translate3d(0, 10px, 0);
  transform-origin: bottom;
}

.donation-box {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
}

.donation-top {
  background-color: #ff9f32;
  background-image: linear-gradient(
    90deg,
    rgba(255, 159, 50, 1) 0%,
    rgba(232, 98, 8, 0.5) 50%,
    rgba(232, 98, 8, 0.12) 100%
  );
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.donation-top-title {
  font-size: 24px;
  color: #fff;
}

.donation-bottom {
  border: 2px solid #ff9f32;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
}

.donation-bottom-title {
  font-size: 22px;
  color: #111;
}

.donation-bottom-info {
  font-family: "Microsoft JhengHei";
  margin-top: 15px;
  font-size: 18px;
  /* color: #666; */
  color: #444;
}

.nav-link.dropdown-toggle.nav-link-1::after {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.nav-link.dropdown-toggle.nav-link-1.show::after {
  transform: rotate(0deg);
}

.con-tit {
  font-size: 24px;
  color: #e86208;
}

@media (min-width: 992px) {
  .con-tit {
    font-size: 34px;
  }
}

.con-info {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #eee;
}

.con-info-icon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-info-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.con-info-text {
  font-size: 18px;
  /* color: #444; */
  color: #111;
}

.con-info-text span {
  font-size: 19px;
  font-weight: bold;
  color: #e86208;
  display: block;
  margin-bottom: 2px;
}

.map {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 20px;
}

.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .map {
    margin-top: 0px;
    height: 600px;
  }
}

@media (max-width: 430px) {
  .home-footer {
    position: relative;
  }

  .banner {
    height: calc(100vh - 70px - 54px);
  }
}

.inner-card {
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.card-img {
  overflow: hidden;
  border-radius: 0;
}

.card-img img {
  transition: all 0.3s ease-in-out;
}

.inner-card-body {
  padding: 20px;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}

.inner-card-body i {
  display: block;
  color: #e86208;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.inner-card-body h5,
.inner-card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.inner-card-body h5 {
  color: #000;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.inner-card-body p {
  color: #111;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.inner-item-btn {
  background-color: #e4e4e4;
}

.inner-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.inner-card:hover .card-img img {
  transform: scale(1.1);
}

.inner-card:hover .inner-card-body {
  background-color: #fff;
}

.inner-card:hover h5 {
  color: #e86208;
}

.page-item .page-link {
  border-radius: 0 !important;
  border: none;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.page-item .page-link:hover {
  color: #e86208;
  background-color: #fafafa;
}

.inner-top-title-box h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.inner-top-title-box img {
  margin-right: 10px;
}

.inner-top-title-box i {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #999;
}

@media (min-width: 992px) {
  .inner-top-title-box h1 {
    font-size: 32px;
  }
}

.photo-swiper .swiper-wrapper,
.photo-swiper .swiper-slide {
  height: auto;
}

.btn-primary {
  border-radius: 30px;
  border: none;
  background-color: #ff9f32;
  font-size: 18px;
  padding: 6px 20px;
}

.btn-primary span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.btn-primary span i {
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #e86208;
}

.btn-primary:hover span i {
  transform: rotate(0deg);
}

.news-list {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}

@media (min-width: 992px) {
  .news-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* width: 10%; */
  }
}

/* @media (min-width: 992px) {
  .news-link {
    width: 10%;
  }
} */

.news-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .news-time {
    margin-bottom: 0;
    width: 15%;
  }
}

@media (min-width: 992px) {
  .news-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10%;
  }
}

.news-time b {
  font-size: 18px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.news-time b::after {
  content: "/";
}

@media (min-width: 992px) {
  .news-time b {
    font-size: 24px;
    font-weight: bold;
  }

  .news-time b::after {
    display: none;
  }
}

.news-time i {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 18px;
}

.news-con {
  width: 100%;
}

@media (min-width: 992px) {
  .news-con {
    width: 80%;
    padding-left: 20px;
  }
}

.news-con h4 {
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.news-con p {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  color: #111;
  margin-bottom: 0;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-link {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 20px;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .news-link {
    justify-content: end;
    margin-top: 0;
  }
}

.news-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.news-link span i {
  transform: rotate(-45deg);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.news-list:hover {
  background-color: #fafafa;
}

.news-list:hover .news-con h4 {
  color: #e86208;
}

.news-list:hover .news-icon {
  background-color: #e86208;
}

.news-list:hover .news-icon i {
  color: #fff;
  transform: rotate(0deg);
}

.item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #f4f4f4;
  overflow: hidden;
  transition: all 0.3s ease;
}

.item-box:hover {
  border: 1px solid #e86208;
  box-shadow: 0 0 20px rgba(232, 98, 8, 0.1);
}

.offcanvas.offcanvas-end.show {
  z-index: 999999;
}

.con-form-inner .form-control {
  border-radius: 10px;
}

/* 20250402 */
.home-footer {
  position: relative !important;
}

.home-news {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
}

.home-card {
  display: block;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.home-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.card-body-box {
}

.card-body-box i {
  display: inline-table;
  width: auto;
  background-color: #e86208;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  padding: 4px 16px;
}

.card-body-box h5,
.card-body-box h3 {
  font-family: "Microsoft JhengHei";
  display: block;
  background-color: rgba(255, 255, 255, 0.78);
  /* padding-left: 20px; */
  padding-top: 10px;
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
}

.card-body-box h5 {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #222;
  font-size: 16px;
}

.card-body-box h3 {
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .card-body-box h5,
  .card-body-box h3 {
    padding-left: 36px;
  }

  .card-body-box h5 {
    font-size: 18px;
  }

  .card-body-box h3 {
    font-size: 24px;
  }
}

.home-card:hover {
  border-top-right-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.home-card:hover img {
  transform: scale(1.1);
}

.home-card:hover .card-body-box h3,
.home-card:hover .card-body-box h5 {
  background-color: rgba(255, 255, 255, 1);
  color: #ff9f32;
}

.more {
  color: #666;
  font-size: 17px;
}

.bj-color {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bj-color img {
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.home-slide-card {
  width: 100%;
  height: 70vh;
  max-height: 450px;
  min-height: 300px;
  overflow: hidden;
}

.desk-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desk-text-title {
  color: #fff;
  font-size: 40px;
  text-shadow: #000 1px 4px 10px;
  text-align: center;
  padding: 0 15px;
}

div.home-sub {
  font-size: 24px;
}

div.home-text1 p {
  font-size: 18px;
  color: #111;
}

.desk-right {
  padding: 40px 30px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideImg {
  border-radius: 50px;
  overflow: hidden;
}

.slide-tab {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
}

.home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab {
  background-color: #000;
}

.home-slide-card .myswiper2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  z-index: 1;
}

@media (min-width: 768px) {
  .home-slide-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background-image: url(../images/color.png);
    background-size: cover;
    background-position: center;
    object-fit: cover;
    z-index: 1;
  }

  .home-slide-card {
    padding-bottom: 66px;
    height: calc(100vh - 80px);
  }

  .home-slide-card .myswiper2 {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 10px;
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    z-index: 9;
  }

  .home-slide-card .myswiper2 .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-slide-card .myswiper2 .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%
    );
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .home-slide-card .myswiper2 .swiper-slide:hover::before {
    opacity: 1;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:hover::before {
    opacity: 0;
  }

  .slide-tab {
    position: relative;
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Microsoft JhengHei";
    font-size: 18px;
    color: #111;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease-in-out;
  }

  .home-slide-card .myswiper2 .swiper-slide:nth-child(1) .slide-tab {
    color: #0092bc;
  }

  .home-slide-card .myswiper2 .swiper-slide:nth-child(2) .slide-tab {
    color: #e10634;
  }

  .home-slide-card .myswiper2 .swiper-slide:nth-child(4) .slide-tab {
    color: #00ac91;
  }

  .home-slide-card .myswiper2 .swiper-slide:nth-child(3) .slide-tab {
    color: #e16d06;
  }

  .home-slide-card .myswiper2 .swiper-slide:nth-child(5) .slide-tab {
    color: #f7af00;
  }

  .home-slide-card .myswiper2 .swiper-slide:nth-child(6) .slide-tab {
    color: #013296;
  }

  .home-slide-card .myswiper2 .swiper-slide:nth-child(7) .slide-tab {
    color: #9343a7;
  }

  .slide-tab .icon {
    display: block;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
  }

  .ico1 {
    background-image: url(../images/icon/01-1.svg);
    background-size: 100%;
  }

  .ico2 {
    background-image: url(../images/icon/02-2.svg);
    background-size: 100%;
  }

  .ico3 {
    background-image: url(../images/icon/03-3.svg);
    background-size: 100%;
  }

  .ico4 {
    background-image: url(../images/icon/04-4.svg);
    background-size: 100%;
  }

  .ico5 {
    background-image: url(../images/icon/05-5.svg);
    background-size: 100%;
  }

  .ico6 {
    background-image: url(../images/icon/06-6.svg);
    background-size: 100%;
  }

  .ico7 {
    background-image: url(../images/icon/07-7.svg);
    background-size: 100%;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab .ico1 {
    background-image: url(../images/icon/01.svg);
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab .ico2 {
    background-image: url(../images/icon/02.svg);
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab .ico3 {
    background-image: url(../images/icon/03.svg);
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab .ico4 {
    background-image: url(../images/icon/04.svg);
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab .ico5 {
    background-image: url(../images/icon/05.svg);
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab .ico6 {
    background-image: url(../images/icon/06.svg);
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab .ico7 {
    background-image: url(../images/icon/07.svg);
  }

  .slide-tab:hover {
    transform: translate(0, -10px);
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:hover .slide-tab {
    transform: translate(0, 0);
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab {
    width: 130px;
    height: 130px;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:nth-child(1) .slide-tab {
    background-color: #0092bc;
    /* background-color: #e10634; */
    color: #fff;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:nth-child(2) .slide-tab {
    background-color: #e10634;
    /* background-color: #e16d06; */
    color: #fff;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:nth-child(4) .slide-tab {
    background-color: #00ac91;
    color: #fff;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:nth-child(3) .slide-tab {
    background-color: #e16d06;
    /* background-color: #00ac91; */
    color: #fff;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:nth-child(5) .slide-tab {
    background-color: #f7af00;
    color: #fff;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:nth-child(6) .slide-tab {
    background-color: #013296;
    color: #fff;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active:nth-child(7) .slide-tab {
    background-color: #9343a7;
    color: #fff;
  }

  .desk-left {
    width: 100%;
    height: 200px;
  }

  .desk-right {
    width: 100%;
    height: 100%;
  }

  .deskImg,
  .deskImg img {
    width: 100%;
    height: 100%;
  }

  .deskImg img {
    object-fit: cover;
  }

  .slideImg img {
    width: auto;
    height: 300px;
    object-fit: cover;
  }

  /* bj img */
  .desk-bj1 {
    background-image: url(../images/banner01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
  }

  .desk-bj2 {
    background-image: url(../images/banner02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
  }

  .desk-bj3 {
    background-image: url(../images/banner03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
  }

  .desk-bj7 {
    background-image: url(../images/banner07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .desk-left {
    width: 30%;
    height: auto;
  }

  .desk-right {
    width: 70%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .desk-left {
    width: 25%;
  }

  .desk-right {
    width: 75%;
  }

  .myswiper2 {
    max-width: 1200px;
  }

  .desk-left {
    width: 30%;
  }

  .desk-right {
    width: 70%;
  }

  .slideImg img {
    height: 100%;
  }

  .slide-tab {
    width: 130px;
    height: 130px;
  }

  .slide-tab .icon {
    width: 40px;
    height: 40px;
  }

  .home-slide-card .myswiper2 .swiper-slide-thumb-active .slide-tab {
    width: 150px;
    height: 150px;
  }
}

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

.myswiper1 .swiper-slide {
  height: auto;
  background-color: #fff;
}

.abos-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 0 20px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}

.next-btn-style::after,
.prev-btn-style::after {
  opacity: 1;
  color: #fff;
  font-size: 32px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .home-slide-card .myswiper2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-slide-card .home-card img {
    height: 270px;
  }

  .home-slide-card .mobile-home-top-img img {
    height: 360px;
    object-fit: cover;
  }
}

.mobile-bottom-title-page {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 200px;
  height: 68px;
  border-top-left-radius: 100%;
  background-color: #e86208;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding-right: 4px;
  padding-bottom: 4px;
  z-index: 1;
}

.mobile-bottom-title-page2 {
  width: 250px;
  height: 100px;
}

.moile-con-over {
  width: 100%;
  height: 70vh;
  max-height: 450px;
  min-height: 300px;
  padding: 30px 12px 20px 12px;
}

.moile-con-over1 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  touch-action: pan-y;
}

.posi1 {
  position: relative;
}

.posi1.active::after,
.posi1.active::before {
  display: none;
}

.posi1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1;
}

.posi1::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 16px;
  background-image: url(../images/roller.gif);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  z-index: 2;
}

/* .next-btn-style,
.prev-btn-style {
  display: none;
} */

@media (min-width: 768px) {
  /* .next-btn-style,
  .prev-btn-style {
    display: block;
  } */
}

.home-event-con {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .home-event-con {
    opacity: 0;
    height: auto;
    padding: 20px 20px 120px 20px;
    transform: translate(0, -50%);
  }

  .home-event:hover .home-event-con {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.home-event-con span {
  display: block;
  font-size: 18px;
  color: #111;
  font-family: "Microsoft JhengHei";
}

.event-tit {
  margin-top: 6px;
  font-size: 24px !important;
  color: #e86208;
  font-weight: bold;
  width: 75%;
}

@media (min-width: 768px) {
  .event-tit {
    width: auto;
  }
}

.wstyle1 {
  width: 25%;
}

.wstyle2 {
  width: 75%;
}

.home-list-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.home-video {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}

.home-video video {
  width: 100%;
  height: 450px;
  /* border: 4px solid #fff; */
}

@media (min-width: 768px) {
  .home-video video {
    width: 80%;
    /* border: 8px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); */
  }
}

@media (min-width: 1200px) {
  .home-video video {
    width: 65%;
    /* height: 560px; */
  }
}

.txt-style {
  font-size: 24px;
  color: #111;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .txt-style {
    font-size: 32px;
  }
}

.mobile-flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-con-bj2 {
  background-image: url(../images/mobile-bj2.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  object-fit: cover;
  /* height: 100%; */
  width: 100%;
  z-index: -1;
}

.mobile-con-bj3 {
  background-image: url(../images/mobile-bj3.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  object-fit: cover;
  /* height: 100%; */
  width: 100%;
  z-index: -1;
}

.mobile-con-bj4 {
  background-image: url(../images/mobile-bj1.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.mobile-con-bj7 {
  background-image: url(../images/mobile-bj7.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.more {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.more .fa {
  margin-left: 10px;
  animation: anim;
}

.more:hover .fa {
  animation: anim 1s infinite;
}

@keyframes anim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .home-slide-card {
    max-height: 100%;
    height: calc(100vh - 128px);
  }
}

@media (min-width: 1400px) {
  .home-slide-card {
    min-height: 700px;
    height: calc(100vh - 130px);
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
  .home-slide-card,
  .moile-con-over {
    height: 60vh;
    max-height: 400px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .home-slide-card,
  .moile-con-over {
    height: 65vh;
  }
}

.txt_style p {
  font-family: "Microsoft jhenghei", Arial, Helvetica, sans-serif;
  font-size: 22px;
}

.txt_style p strong {
  color: #013296;
  /* font-weight: 600; */
}

@media (min-width: 768px) {
  .txt_style p {
    font-size: 26px;
  }
}

.inner_txt_style p {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

@media (min-width: 992px) {
  .inner_txt_style p {
    font-size: 24px;
  }
}

.inner_title_style {
  font-size: 30px;
  color: #e16d06;
}

.home_text p {
  font-size: 24px;
}

.home_text ul {
  padding: 0;
  list-style-type: armenian !important;
}

.home_text ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
  list-style: none;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  transition: all 0.3s ease-in-out;
}

.home_text ul li:hover {
  transform: translateX(10px);
}

.home_text ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/finger.svg);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .home_text p {
    font-size: 32px;
  }

  .home_text ul li {
    font-size: 22px;
  }
}

.note {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.item3-box {
  padding: 0 50px;
}

.tit-style {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}

.tetx-style p,
.tetx-style ul li {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  color: #111;
  line-height: 30px;
}

.tetx-style p {
  margin-bottom: 8px;
}

.event-img {
  padding: 15px;
}

.event-name {
  font-size: 22px;
}

.event-desc {
  font-size: 18px;
}

@media (min-width: 992px) {
  .tit-style {
    font-size: 28px;
  }

  .tetx-style p,
  .tetx-style ul li {
    font-size: 20px;
  }

  .event-img {
    padding: 0 60px;
  }
}

.popup-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 999999;
  padding: 30px;
  display: none;
}

.popup-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup-con img {
  width: auto;
  height: auto;
}

.more-style {
  display: inline-block;
  font-size: 16px;
  color: #111;
  border-bottom: 1px solid #333;
  transition: all 0.3s ease-in-out;
}

.more-style:hover {
  color: #ff9f32;
  border-bottom: 1px solid #ff9f32;
}

.inner-info-video {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 25px;
}

.inner-info-video video {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .inner-info-video {
    margin-bottom: 50px;
  }

  .inner-info-video video {
    height: 390px;
  }
}

@media (min-width: 992px) {
  .inner-info-video video {
    height: auto;
  }
}

.slide-item-video {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 242px;
  background-color: #000;
}

@media (min-width: 576px) {
  .slide-item-video {
    height: 343px;
  }
}

@media (min-width: 768px) {
  .slide-item-video {
    height: 221px;
  }
}

@media (min-width: 992px) {
  .slide-item-video {
    height: 301px;
  }
}

@media (min-width: 1200px) {
  .slide-item-video {
    height: 234px;
  }
}

@media (min-width: 1400px) {
  .slide-item-video {
    height: 274px;
  }
}

.slide-item-video video {
  width: 100%;
  /* height: 100%; */
}

.btn-play {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-play span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
}

.btn-play.active {
  display: none;
}

.btn-play .fa {
  font-size: 18px;
  color: #fff;
  margin-left: 6px;
}

@media (min-width: 768px) {
  .btn-play span {
    width: 70px;
    height: 70px;
  }
  .btn-play .fa {
    font-size: 24px;
  }
}

.event-inner-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 575px) {
  .event-inner-img img {
    width: 60%;
  }
}

.swiper-events {
  height: auto;
}

@media (min-width: 390px) {
  .swiper-events {
    height: 270px;
  }
}

@media (min-width: 400px) {
  .swiper-events {
    height: auto;
  }
}

.main-bod {
  display: flex;
}

@media (max-width: 767px) {
  .main-bod {
    justify-content: center;
  }
}

.bod-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .bod-flex {
    flex-direction: row;
    align-items: center;
  }
}

.avatar-img {
  max-width: 180px;
  /* background-color: rgba(13, 110, 253, .6); */
  background-color: rgba(135, 206, 250, 1);
}

.avatar2-img {
  margin-right: 0 !important;
}

@media (min-width: 576px) {
  .avatar-img {
    max-width: 300px;
    margin-right: 0px;
  }

  .avatar2-img {
    max-width: 260px;
  }
}

@media (min-width: 768px) {
  .avatar-img {
    margin-right: 30px;
  }
}

.bod-item li {
  margin-right: 0px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .bod-item li {
    margin-right: 30px;
  }
}

.bod-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bod-info,
.bod-item-info-text {
  font-size: 16px;
  color: #111;
  font-family: "Microsoft JhengHei";
}

.bod-item-info-text {
  text-align: center;
}

.bod-item-info-text h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bod-info {
    text-align: center;
  }
}

.bod-info h5 {
  font-size: 20px;
  color: #e86208;
  font-weight: bold;
}

.bod-info h3 {
  font-size: 24px;
  color: #111;
  font-weight: bold;
  margin: 10px 0 20px;
}

.bod-info a {
  font-size: 16px;
  color: #e16d06;
}

@media (min-width: 768px) {
  .bod-info h5 {
    font-size: 24px;
  }

  .bod-info h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}

.bod-info .fa {
  margin-left: 5px;
}

.bod-li-tit {
  padding-bottom: 12px;
  border-bottom: 2px solid #e16d06;
  margin-bottom: 12px;
  font-family: "Microsoft JhengHei";
}

.bod-li-tit span {
  font-size: 26px;
  font-weight: bold;
  color: #e16d06;
}

.bod-bj {
  /* background-image: url(../images/ava/bod-bj.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover; */
  /* background-color: #FFF3E6; */
  /* padding: 60px 0; */
}

.bod-main {
  position: relative;
  z-index: 1;
}

.bod-main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-image: url(../images/ava/bg_inner-container-theme-1.png); */
  background-repeat: repeat;
  background-position: center top;
  background-size: 110% auto;
  z-index: -1;
}

.sm-pack1 {
  background-size: 100%;
  background-repeat: repeat;
}

.pack-item {
  width: 100%;
}

@media (min-width: 992px) {
  .pack-item {
    margin: 0 auto;
    width: 930px;
  }
  .book-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.table-info-text1 a {
  color: #333;
  font-size: 16px;
}

@media (min-width: 768px) {
  .table-info-text1 a {
    font-size: 18px;
  }
}

.table-info-text1 a:hover {
  color: #e86208;
}

.table-info-text1 a svg {
  fill: #333;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  transition: fill 0.3s ease-in-out;
}

.down-btn a.btn-primary {
  color: #fff !important;
}

.big-small-img {
  padding: 0 12px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .big-small-img {
    padding: 0 30px;
  }

  .big-small-img img {
    width: 50%;
  }
}


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-all {
  flex: 1;
}

.form-control:focus{
  box-shadow: 0 0 0 .25rem rgba(232, 98, 8, .25);
  border-color: #e86208;
}

.success-items {
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.success-items h1{
  font-size:1.725rem;
}
.success-items .icon-wrapper {
  font-size: 4rem;
  text-align: center;
  color:#4cb64c;
}
.success-items a {
  color: #192c56;
}

.menu-down .dropdown-item.active{
    background-color: rgba(0, 0, 0, 0);
    color: #e86208;
    text-decoration: underline !important;
}

.fix-submenu-width .dropdown-menu .dropdown-item{
  white-space:normal;
}
.fix-submenu-width .dropdown-menu{
  max-width: 160px;
}

.table-info-text:last-child{
    border-bottom: none !important;
    margin-bottom: 0;
}

.donation-bottom-info img{
  max-width: 250px;
}