@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
  --color-1: #094074;
  --color-2: #3C6997;
  --color-3: #ffdd4a;
  --color-4: #5ADBFF;
  --color-5: #006fb9;
  --color-6: #9d5d00;
  --hover: #000;
  --active: #000;
  --btn: #3C6997;
  --btn-hover: #000;
  --navMobile: #fff;
  --navMobileDark: #3e3e3e;
  --navbarSideMobile: #fff;
}

body {
  color: #222;
  font-size: 1rem;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體", "HeiTi TC", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
h1 {
  color: var(--color-5);
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  color: var(--color-5);
  font-size: 1.875rem;
  font-weight: 400;
}
h3 {
  color: var(--color-5);
  font-size: 1.625rem;
  font-weight: 400;
}
h4 {
  color: var(--color-5);
  font-size: 1.5rem;
  font-weight: 400;
}
h5 {
  color: var(--color-5);
  font-size: 1.25rem;
  font-weight: 400;
}
h6 {
  color: var(--color-6);
  font-size: 1.0625rem;
  font-weight: 400;
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
iframe {
  max-width: 100%;
  min-height: 207px;
}
blockquote {
  font-size: 1rem;
  margin: 20px 0;
  padding: 20px 20px;
  color: #000;
  background-color: #f6f6f6;
  border-left: 8px solid #ccc;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
  border-radius: 20px;
}
b, strong {
  font-weight: 400;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #ccc;
  opacity: 1;
}
th {
  font-weight: 400;
}
dt {
  font-weight: 400;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
button {
  outline: none;
  box-shadow: 0 0 0 0;
}
button:focus {
  outline: none;
  box-shadow: 0 0 0 0 !important;
}
.icon {
  vertical-align: middle;
}
.font-0 {
  font-size: 0;
  font-style: normal;
}
.rwd-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .rwd-web {
    display: none;
  }
  .rwd-mobile {
    display: block;
  }
}
.tooltip-inner {
  color: #fff;
  padding: 3px 10px 5px 10px;
  background-color: #000;
  opacity: 1;
  z-index: 999;
}
.tooltip-arrow {
  --bs-tooltip-bg: #000;
}
::selection {
  background: #baf7ff;
  color: #000;
}
::-moz-selection {
  background: #baf7ff;
  color: #000;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
::-webkit-scrollbar-thumb:active {
  background-color: #555;
}
.main ::-webkit-scrollbar {
  height: 18px;
  width: 18px;
}
.main ::-webkit-scrollbar-track {
  background-color: #eee;
}
.main ::-webkit-scrollbar-corner {
  background-color: #eee;
}
.main ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-top-width: 5px;
  border-left-width: 5px;
}
.main ::-webkit-scrollbar-thumb:hover {
  background-color: #00b4d8;
}
.main ::-webkit-scrollbar-thumb:active {
  background-color: #00b4d8;
}
.main ::-webkit-scrollbar-button:single-button {
  background-color: #eee;
  display: block;
  background-size: 12px;
  background-repeat: no-repeat;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement,
.main ::-webkit-scrollbar-button:single-button:vertical:increment,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 18px;
  width: 18px;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:active,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:active,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:active,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-color: #ccc;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-position: center 4px;
  background-image: url("../assets/images/arrowT.svg");
}
.main ::-webkit-scrollbar-button:single-button:vertical:increment,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-position: center 2px;
  background-image: url("../assets/images/arrowD.svg");
}
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-position: 2px 3px;
  background-image: url("../assets/images/arrowL.svg");
}
.main ::-webkit-scrollbar-button:single-button:horizontal:increment,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-position: 3px 3px;
  background-image: url("../assets/images/arrowR.svg");
}

/***--- header ---***/
header {
  height: 65px;
}
/***navbar***/
.navbar {
  padding: 0;
  background: #fff;
}
.navbar.active {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.navbar .navbar-nav {
  margin-left: auto;
}
.logo {
  display: inline-flex;
}
.logo h1 {
  margin: 0;
  display: contents;
}
.logo a {
  display: block;
}
.logo img {
  height: 40px;
  margin-right: 15px;
}
.logo a:last-child img {
  margin-right: 0;
}
.navbar .nav-link {
  position: relative;
  color: #000;
  white-space: normal;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  padding: 10px 12px !important;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar a.nav-link:hover,
.navbar a.nav-link:focus {
  color: var(--color-1);
}
.navbar a.nav-link:hover.dropdown-toggle::after {
  border-color: var(--color-1);
}
.navbar .active a.nav-link {
  color: #fff;
  background: var(--color-1);
}
.navbar .active .dropdown-toggle::after {
  border-color: #fff;
}
.navbar .active a.nav-link:hover {
  color: #fff;
}
.navbar .active a.nav-link:hover.dropdown-toggle::after {
  border-color: #fff;
}
/* navbar-toggler */
.navbar-toggler {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 30px;
  height: 2px;
  background: #000;
}
.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  background: #000;
}
.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}
.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  top: 0;
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}
/*dropdown*/
.navbar .dropdown-toggle {
  cursor: default;
}
.navbar .dropdown-toggle:after {
  margin-left: 6px;
  vertical-align: 0;
  border: 0;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.navbar .dropdown-menu {
  padding: 10px 0;
  margin: 0;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar .first-menu:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 9px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--color-1);
  border-left: 8px solid transparent;
}
.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.9375rem;
  padding: 5px 10px;
}
.navbar ul > li > a:hover:before,
.navbar ul > li > a:focus:before,
.navbar ul > li > a:active:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
/*first*/
.navbar ul ul .dropdown-toggle {
  display: flex;
  align-items: center;
}
.navbar ul ul .dropdown-toggle::after {
  border-color: #fff !important;
  transform: rotate(-45deg);
}
.navbar ul ul li:active .dropdown-toggle::after {
  border-color: #fff !important;
}
.navbar ul ul.dropdown-menu {
  background: var(--color-1);
}
.navbar ul ul.dropdown-menu > li > a:focus,
.navbar ul ul.dropdown-menu > li > a:hover {
  color: #000;
  background: var(--color-3);
}
.navbar ul ul.dropdown-menu > li > a:focus.dropdown-toggle::after,
.navbar ul ul.dropdown-menu > li > a:hover.dropdown-toggle::after {
  border-color: #000 !important;
}
.navbar ul ul li {
  position: relative;
}
/*second*/
.navbar ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
}
.navbar ul ul ul.dropdown-menu {
  background: var(--color-4);
}
.navbar ul ul ul.dropdown-menu:after {
  content: none;
}
.navbar ul ul ul li {
  position: relative
}
/*third*/
.navbar ul ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
}
.navbar ul ul ul ul.dropdown-menu {
  background: #4c4c4c;
}
.navbar ul ul ul ul.dropdown-menu:after {
  content: none;
}
.navbar ul ul ul ul li {
  position: relative
}
@media (min-width: 1201px) {  
  .navbar ul > li:hover > ul {
    display: block
  }
}
@media (max-width: 1200px) {
  header {
    position: relative;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background: var(--navMobile);
    z-index: 2;
  }
  .navbar {
    background: none;
  }
  .logo img {
    height: 40px;
  }
  .fixed-top {
    position: relative;
  }
  /***nav***/
  .navbar .navbar-nav {
    padding-top: 20px;
    margin-right: 0;
  }
  .navbar.active {
    background: none;
    box-shadow: none;
  }
  .navbar .nav-link {
    color: #000;
    font-size: 1.25rem;
    height: 55px;
  }
  .navbar .active .nav-link {
    color: #fff;
  }
  .navbar .first-menu:after {
    content: none;
  }
  .navbar .dropdown-toggle.open:after {
    margin-top: 8px;
    border-color: var(--color-1);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
  }
  .navbar .active .dropdown-toggle:after {
    border-color: var(--color-1);
  }
  .navbar .dropdown-toggle:after {
    position: absolute;
    width: 8px;
    height: 8px;
    right: 15px;
    border-color: #000;
  }
  .navbar .dropdown-toggle:focus:after {
    border-color: var(--color-1);
  }
  .navbar .dropdown-menu .dropdown-item {
    font-size: 1.25rem;
    text-align: center;
    white-space: normal;
    padding: 10px 12px;
  }
  .navbar ul ul .dropdown-toggle {
    justify-content: center;
  }
  .navbar ul ul .dropdown-toggle::after {
    border-color: #fff !important;
    transform: rotate(45deg);
  }
  .navbar ul ul .dropdown-toggle.active::after {
    border-color: #fff !important;
    margin-top: 5px;
  }
  .navbar ul ul > li:hover > a.dropdown-item {
    background: transparent;
  }
  .navbar .second-menu li a, .navbar .three-menu li a {
    padding: 5px 10px;
  }
}
@media (max-width: 640px) {
  .logo img {
    height: 38px;
    margin-right: 10px;
  } 
}
@media (max-width: 414px) {
  .logo img {
    height: 35px;
  } 
}
@media (max-width: 375px) {
  .logo img {
    height: 33px;
  } 
}
@media (max-width: 320px) {
  .logo img {
    height: 27px;
  } 
}
/* navbarSide */
.navbarSide-close-box {
  text-align: right;
  margin: 20px 0 0 0;
}
#navbarSide-close.navbar-toggler {
  color: #fff;
  font-size: 1.25rem;
  padding: 0;
  margin-right: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon {
  background: transparent;
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon:before {
  top: 0;
  transform: rotate(45deg);
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon:after {
  top: 0;
  transform: rotate(-45deg);
}
@media (min-width: 1201px) {  
  /***nav***/
  /* navbarSide */
  .navbarSide-close-box {
    display: none
  }
}
@media (max-width: 1200px) {
  /* navbarSide */
  #navbarSide-close.navbar-toggler {
    font-size: 1.5rem;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--navbarSideMobile);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    z-index: 999;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}
@media (max-width: 414px) {
  /***nav***/
  /* navbarSide */
  .offcanvas-collapse {
    width: 75vw;
  }
}

/***top link***/
.top-link-box {
  color: #000;
  margin-left: 10px;
}
.top-link-box ul {
  z-index: 999;
  list-style-type: none;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding-left: 0;
}
.top-link-box li {
  margin: 0 3px;
}
.top-link-box .last {
  margin-right: 10px;
}
.top-link-box i {
  line-height: 1px;
}
.top-link-box a {
  display: block;
}
.top-link-box .top-link a {
  font-size: 1rem;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--color-1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.top-link-box .top-link a:hover {
  background: var(--hover);
}
.top-link-box .top-link i {
  font-size: 1.25rem;
}
.top-link-box .top-link i.icon:before {
  line-height: 1;
}
.top-link-box .lang-link a {
  background: var(--color-1);
}
@media (max-width: 1200px) {
  .top-link-box {
    padding-bottom: 30px;
  }
  .top-link-box {
    margin-left: 0;
    margin-top: 25px;
  }
  .top-link-box ul {
    justify-content: center;
  }
  .top-link-box .top-link a {
    font-size: 1.125rem;
    width: 40px;
    height: 40px;
  }
  .top-link-box .top-link i {
    font-size: 1.375rem;
  }
  .top-link-box li {
    margin: 0 8px;
  }
}
@media (max-width: 768px) {
  .top-link-box {
    margin-top: 20px
  }
}
/***lang link***/
#lang-link .btn-group {
  vertical-align: inherit;
}
#lang-link #lang-btn {
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: transparent;
}
#lang-link .dropdown-toggle::after {
  content: none;
}
#lang-link .dropdown-menu {
  left: inherit !important;
  right: 0 !important;
  margin-top: 14px;
  border-radius: 0;
  background-color: var(--color-1);
}
#lang-link .lang-list {
  animation-name: lang-list;
  -webkit-animation-name: lang-list;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
}
#lang-link .lang-list a {
  color: #fff;
  font-weight: 400;
  width: 100%;
  height: auto;
  padding: 5px;
  border-radius: 0;
  background: none;
}
#lang-link .lang-list a:hover {
  color: #000;
  background: var(--color-3);
}
#rwd-lang-link {
  display: none;
  width: 100%;
  padding: 10px;
  margin-top: 25px;
  text-align: center;
  background: #f3f3f3;
}
#rwd-lang-link a:before {
  content: "|";
  margin: 0 10px;
  vertical-align: 1px;
}
#rwd-lang-link a:first-child:before {
  content: none;
  margin: 0;
}
#rwd-lang-link a {
  display: contents;
}
@media (max-width: 1200px) {
  #rwd-lang-link {
      display: block;
  }
}
@-webkit-keyframes lang-list {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes lang-list {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/***--- header end ---***/

/***--- banner ----***/
#home-bn .swiper .swiper-slide img {
  transform-style: initial;
  width: 100%;
  height: 697px;
  object-fit: cover;
}
@media (max-width: 992px) { 
  #home-bn .swiper .swiper-slide img {
    height: 300px;
  }
}
@media (max-width: 414px) { 
  #home-bn .swiper .swiper-slide img {
    height: 170px;
  }
}
/***--- banner end ----***/

/***--- home ----***/
#home #content {
  position: relative;
  padding: 0;
}
#home .link-btn {
  position: relative;
  width: 200px;
  height: 50px;
	line-height: 50px;
  text-align: center;
  margin: 25px auto 0;
  background-color: var(--btn);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
  cursor: pointer;
}
#home .link-btn a {
	display: block;
	position: absolute;
  color: #fff;
  font-size: 1.125rem;
	width: 100%;
	height: 100%;	
	z-index: 1;	
}
#home .link-btn:hover a {
  color: #fff;
}
#home .link-btn i {
	margin-left: 5px;
  vertical-align: -3px;
}
#home .link-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--btn-hover);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transform: scale(0.5, 1);
	-webkit-transform: scale(0.5, 1);
  border-radius: 30px;
	z-index: 1;
	opacity: 0;
}
#home .link-btn:hover::before {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	opacity: 1;
}
#home #home-about .link-btn {
  background-color: var(--color-4);
}
#home #home-about .link-btn a {
  color: #000;
}
#home #home-about .link-btn:hover a {
  color: #fff;
}
.bigtitle h2 {
  color: var(--color-1);
  font-size: 2.25rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
}
.bigtitle h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 50px auto 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent var(--color-2) transparent;
}
#home-about .bigtitle h2:after {
  border-color: transparent transparent var(--color-3) transparent;
}
.bigtitle h2 .en {
  color: var(--color-4);
  font-family: 'Oswald', 'Noto Sans TC', sans-serif;
}
.bigtitle h2 .en:before {
  content: "";
  display: inline-table;
  width: 2px;
  height: 22px;
  background: var(--color-1);
  margin: 0 8px;
}
#home-about .bigtitle h2 {
  color: #fff;
}
#home-about .bigtitle h2 .en:before {
  background: #fff;
}
/***home product***/
#home-product {
  position: relative;
  padding: 3.5rem 0;
  overflow: hidden;
}
#home-product .content-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-product .title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 1.5rem;
  z-index: 1;
}
#home-product .title .title-icon img {
  width: 100px;
  margin-bottom: 20px;
}
#home-product .title h3 {
  color: #5adbff;
  font-size: 1.625rem;
  border-bottom: 1px solid #5adbff;
  padding-bottom: 5px;
}
#home-product .title:hover h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#home-product .title .article {
  color: #fff;
  height: 42px;
  margin-bottom: -21px;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home-product .title:hover .article {
  color: #fff;
}
#home-product .article-box {
  background: #000;
  overflow: hidden;
  border-radius:30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  -ms-border-radius:30px;
  -o-border-radius:30px;
}
#home-product .article-box:hover {
  background: #000;
}
#home-product .article-box .image>img {
  height: 100%;
  transition: all 300ms linear 0s;
  object-fit: cover;
  opacity: 0.8;
}
#home-product .article-box:hover .image>img {
  -webkit-transform: scale(1.3) rotate(10deg);
  -moz-transform: scale(1.3) rotate(10deg);
  -ms-transform: scale(1.3) rotate(10deg);
  -o-transform: scale(1.3) rotate(10deg);
  transform: scale(1.3) rotate(10deg);
  opacity: 0.6;
}
/***home about***/
#home-about {
  position: relative;
  padding: 3.5rem 0;
  background: var(--color-1);
  overflow: hidden;
}
#home-about .image-box {
  text-align: center;
}
#home-about .content-box {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8;
}
/***home news***/
#home-news {
  position: relative;
  padding: 3.5rem 0;
  background: url(../assets/images/bg_2.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#home-news .content {
  padding-top: 30px;
  padding-bottom: 50px;
}
#home-news .list-box .image {
  text-align: center;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#home-news .list-box .image img {
  position: relative;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
#home-news .list-box .image img:hover {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1); 
}
#home-news .list-box .date-box {
  position: relative;
  margin-top: -46px;
  margin-bottom: 15px;
  z-index: 1;
}
#home-news .list-box .date {
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  background: var(--color-1);
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#home-news .list-box .date .day {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  line-height: 40px;
  font-weight: 700;
  padding: 5px 0 1px 0;
  background: var(--color-2);
}
#home-news .list-box .date .yearMonth {
  font-size: 0.875rem;
  line-height: 13px;
  vertical-align: 1px;
}
#home-news .list-box .date .year {
  font-size: 0.8125rem;
  line-height: 13px;
  vertical-align: 2px;
}
#home-news .list-box .date .month {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 13px;
  vertical-align: 2px;
}
#home-news .article-box .title h3 {
  color: #3C6997;
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0 0 5px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home-news .article-box .title h3:hover {
  color: #000;
}
#home-news .article-box .article {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/***--- home end ----***/

/***--- page ----***/
#body-top-box {
  background: var(--color-2);
  background-attachment: fixed;
}
#page .body-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  flex-direction: column;
  overflow: hidden;
}
#page .top-title h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  margin: 0;
}
#page #content {
  padding: 3.25rem 0;
  min-height: calc(100vh - 382.5px);
}
#page .pageTitle-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
#page .pageTitle-box:before {
  content: "";
  border-bottom: 1px dashed var(--color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}
#page .pageTitle h3 {
  color: var(--color-1);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
#page .pageTitle h3 i {
  position: relative;
  font-style: normal;
  padding-right: 10px;
  background: #fff;
}
#page .articleTitle h3 {
  color: var(--color-1);
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
}
#page .articleDate {
  color: var(--color-2);
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
#page .articleDate i {
  margin-right: 0.25rem;
}
a.glightbox {
  display: block;
  cursor: url(../assets/images/zoom.svg), auto;
}
/***--- page end ----***/

/***--- news ----***/
#news .main>.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
#news .list-box .image {
  text-align: center;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#news .list-box .image img {
  position: relative;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
#news .list-box .image img:hover {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1); 
}
#news .list-box .date-box {
  position: relative;
  margin-top: -46px;
  margin-bottom: 15px;
  z-index: 2;
}
#news .list-box .date .yearMonth {
  font-size: 0.875rem;
  line-height: 13px;
  vertical-align: 1px;
}
#news .list-box .date {
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  background: var(--color-1);
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#news .list-box .date .day {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  line-height: 40px;
  font-weight: 700;
  padding: 5px 0 1px 0;
  background: var(--color-2);
}
#news .list-box .date .year {
  font-size: 0.8125rem;
  line-height: 13px;
  vertical-align: 2px;
}
#news .list-box .date .month {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 13px;
  vertical-align: 2px;
}
#news .article-box .title h3 {
  color: #3C6997;
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0 0 5px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .article-box .title h3:hover {
  color: #000;
}
#news .article-box .article {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/***--- news end ----***/

/***--- product ----***/
#product .main>.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 1.5rem;
}
#product .main-menu {
  text-align: center;
  margin-bottom: 2rem;
}
#product .main-menu .btn {
  color: var(--color-1);
  min-width: 100px;
  padding: 0.3rem 0.75rem;
  margin: 0px 0.25rem;
  border: 2px solid var(--color-1);
  border-radius: 30px;
}
#product .main-menu .btn:hover {
  color: #fff;
  background-color: var(--color-1);
}
#product .main-menu .btn.active {
  color: #fff;
  background-color: var(--color-1);
}
#product .list-box .image {
  text-align: center;
  height: 300px;
  overflow: hidden;
}
#product .list-box .image img {
  position: relative;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
#product .list-box .image img:hover {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1); 
}
#product .article-box .title h3 {
  color: var(--color-1);
  font-size: 1.375rem;
  font-weight: 400;
  text-align: center;
  margin: 0.5rem 0 0;
}
#product .article-box .title h3:hover {
  color: #000;
}
/* page */
#product-page .articleTitle {
  text-align: center;
  margin-bottom: 3rem;
}
#product-page .articleTitle h3 {
  display: inline-block;
  color: var(--color-5);
  font-size: 1.625rem;
  text-align: center;
  padding: 0.3rem 0.75rem;
  margin: 0;
  border: 2px solid var(--color-5);
}
#product-page .main table h1, #product-page .main table h2, #product-page .main table h3, #product-page .main table h4, #product-page .main table h5, #product-page .main table h6 {
  line-height: 1.2;
  margin-bottom: 0.75rem !important;
}
#product-page .main table td {
  line-height: 1.6;
}
/***--- product end ----***/

/***--- case ----***/
#case .main>.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
#case .list-box .content {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}
#case .list-box:hover .content {
  background: var(--color-4);
}
#case .list-box .image {
  text-align: center;
  overflow: hidden;
  background-color: #000;
  border-radius: 5px 5px 0 0;
}
#case .list-box .image img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
#case .list-box:hover .image img {
  opacity: 0.5;
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1); 
}
#case .list-box .title {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#case .list-box .title h3 {
  color: var(--color-1);
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#case .list-box:hover .title h3 {
  color: #000;
}
/* page */
#case-page .main>.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 1.5rem;
}
#page #case-page .articleTitle h3 {
  margin: 0;
}
#case-page .article-box {
  padding: 0.75rem;
  background-color: #f3f3f3;
}
#main-images>.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
/***--- case end ----***/

/***--- service ----***/
#service .articleTitle h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
#service .contact-info>.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
#service .contact-info h4 {
  margin-top: 2rem;
}
#service .contact-info .content-block {
  padding: 2rem;
  background: #f3f3f3;
}
#service .contact-info .content-block>.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
#service .contact-info .content-block .list-box h6 {
  margin-bottom: 0.5rem;
}
/***--- service end ----***/

/***--- contact ----***/
#contact .main>.row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}
#contact .subtitle h3 {
  color: var(--color-5);
}
#contact #form-content textarea {
  height: 170px;
}
#contact #contact-content ul {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
#contact #contact-content ul>li {
  line-height: 1.3;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
#contact #contact-content ul>li i {
  color: #fff;
  font-size: 1rem;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--color-2);
}
#contact .google-map {
  margin-top: 1.5rem;
}
#contact .google-map iframe {
  width: 100%;
  height: 355px;
}
/***--- contact end ----***/

/***--- sidemenu ---***/
.sidemenu-title {
  margin-bottom: 15px;
}
.sidemenu-title h2 {
  color: #00a5a2;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
}
.sidemenu .accordion {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-radius: 10px;
}
.sidemenu .accordion>li {
  margin-bottom: 10px;
}
.sidemenu .accordion>li.active .link {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion li.open .link {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion .link {
  display: block;
  position: relative;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  padding: 8px 20px 8px 10px;
  border: 1px solid  var(--color-1);
  border-radius: 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
}
.sidemenu .accordion .link:hover {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion .active > .submenu {
  display: block;
}
.sidemenu .accordion .active i {
  color: #009688;
}
.sidemenu .accordion li i {
  position: absolute;
  right: 10px;
  line-height: 1;
  margin-top: 3px;
}
.sidemenu .accordion li i.arrow:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidemenu .accordion li:hover i.arrow:after {
  border-color: #fff;
}
.sidemenu .accordion li.open i.arrow:after {
  border-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidemenu .accordion li.active i.arrow:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
/*** submenu ***/
.submenu {
  display: none;
  font-size: 1rem;
  line-height: 22px;
  padding: 10px 0;
  margin-top: 5px;
  background: #ebebeb;
  border-radius: 15px;
}
.submenu li {
  list-style-type: none;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 5px 10px 5px 15px;
}
.submenu .active a {
  color: #009592;
  font-weight: 400;
}
.submenu a:hover {
  color: #009592;
}
@media (max-width: 991px) {
  .sidemenu {
    order: 2;
    margin-top: 3rem;
  }
  .sidemenu .accordion li i {
    right: auto;
    margin-left: 10px;
  }
}
/***--- submenu end ---***/

/***--- form ----***/
form .tooltip-inner {
  color: #fff;
  padding: 3px 10px;
  background-color: #000;
  opacity: 1;
}
form .tooltip-arrow {
  --bs-tooltip-bg: #000;
}
#form-content .list-box {
  margin-bottom: 1rem;
}
label {
  position: relative;
  color: #009688;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.remark-icon {
  color: #F44336;
  font-size: 1.375rem;
  line-height: 0;
  vertical-align: -4px;
  margin-left: 3px;
  clear: both;
}
.error {
  display: block;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0.25rem;
  background: #ffb59d;
  padding: 0.25rem 0.5rem;
  border-top: 5px solid #ff5722;
  border-bottom: 5px solid #ff5722;
  clear: both;
}
input, select, textarea {
  color: #555;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  outline-color: #00b4d8;
}
textarea {
  display: block;
  height: 115px;;
}
.wordsNum {
  color: #ccc;
  font-size: 1rem;
  display: flex;
  justify-content: right;
}
input:-moz-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
.file-btn {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 10px;
  border: 0;
  border-radius: 3px;
  outline: 1px solid #ccc;
}
.file-btn:focus {
  outline: 2px solid #00b4d8;
  border: 0;
  box-shadow: none;
}
.file-btn::file-selector-button {
  color: #fff;
  background-color: var(--btn);
}
.file-btn:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--btn-hover);
}
.list-float li {
  float: left;
  margin-right: 12px;
}
.list-float li:last-child {
  margin-right: 0;
}
/***button***/
.submit-box {
  margin-top: 0.5rem;
  text-align: center;
}
.submit-box ul {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
}
.submit-box ul>li {
  margin-right: 15px;
}
.submit-box ul>li:last-child {
  margin-right: 0;
}
#submit-btn {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
}
#submit-btn input {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 40px;
  margin: 0;
  padding: 0;
  background: var(--btn);
  border: 0;
}
#submit-btn:hover input {
  color: #fff;
  background: var(--btn-hover);
}
#submit-btn:active input, #submit-btn:focus input {
  color: #fff;
  background: var(--btn-hover);
}
#submit-btn .send-icon {
  display: contents;
  line-height: 40px;
  font-style: normal;
  pointer-events: none;
  z-index: 2;
}
#submit-btn .send-icon:before {
  content: "\e184";
  font-family: "gwicon";
  color: rgb(255 255 255 / 30%);
  font-size: 3rem;
  line-height: 38px;
  margin-left: -45px;
  margin-top: 0px;
  position: absolute;
}
@media (max-width: 992px) {
  #submit-btn {
    margin-top: 1rem;
  }
  .submit-box {
    margin-top: 0;
  }
  .submit-box ul {
    display: inherit;
  }
  .submit-box ul>li {
    margin-right: 0;
  }
}
#captcha {
  width: 120px !important;
  height: 40px !important;
  border: 0 !important;
  vertical-align: -2px;
  background: #ddd;
}
#captcha:focus {
  border: 1px solid #80714d;
}
.captcha-icon i {
  color: #ff5722;
  margin-right: 5px;
  vertical-align: -4px;
}
.captcha-icon i:hover {
  color: #f44336;
}
/***--- form end ----***/

/***--- thank ----***/
#thank .content-box {
  text-align: center;
  padding: 5rem 1rem;
  border: 1px solid var(--color-1);
}
#thank .content-box .icon i {
  color: var(--color-3);
  font-size: 7rem;
  line-height: 1;
}
#thank .content-box h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin: 0.25rem 0 0 0;
}
/***--- thank end ----***/

/***--- radio & checkbox ----***/
input[type=radio], input[type=checkbox] {
  vertical-align: -3px;
  width: 18px !important;
  height: 18px !important;
  padding: 10px 0;
  accent-color: #009688;
}
.radio-list {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.radio-list i {
  font-style: normal;
  margin-left: 5px;
}
.radio-list li {
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;
  text-indent: -25px;
}
.radio-list li ul {
  padding-left: 25px;
}
.radio-list .subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
label.radio, label.checkbox {
  cursor: pointer;
  vertical-align: -1px;
  position: relative;
  font-weight: normal;
  margin: 0;
}
label.radio input[type="radio"],
label.checkbox input[type="checkbox"] {
  display: none;
}
label.radio span, label.checkbox span {
  display: inline-block;
}
label.radio span:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  transition: all .5s;
}
label.checkbox span:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  transition: all .5s;
}
label.radio input[type="radio"]:checked + span:before, label.checkbox input[type="checkbox"]:checked + span:before  {
  background: #b969b0;
  border: 1px solid #b969b0;
}
label.radio input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
label.checkbox input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.disabled label.radio, .disabled label.checkbox {
  cursor: not-allowed;
}
.disabled label.radio span:before {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.disabled label.radio input[type="radio"]:checked + span:before, .disabled label.checkbox input[type="checkbox"]:checked + span:before {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.disabled label.radio input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
/***--- radio & checkbox end ----***/

/***--- main table ---***/
table-responsive {
  overflow-y: hidden;
  margin-bottom: 18px;
}
table-responsive .main table {
  margin-bottom: 0 !important;
}
tbody, td, tfoot, th, thead, tr {
  border-width: inherit;
}
.main table {
  width: 100%;
  max-width: 100% !important;
  border-color: #00b4d833;
  line-height: 1.3;
}
.main table h1,
.main table h2,
.main table h3,
.main table h4,
.main table h5,
.main table h6 {
  margin: 0 !important;
  padding-top: 0 !important;
}
.main table p {
  margin: 0;
}
.main table img {
  padding: 0;
}
.main table thead {
  background-color: var(--color-2);
}
.main table thead th {
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
  border: inherit;
  border-right-color: #fff;
  white-space: nowrap;
}
.main table thead th:first-child {
  border-left: 1px solid  var(--color-2);
}
.main table thead th:last-child {
  border-right-color: var(--color-2);
}
.main table thead .date {
  width: 100px !important;
}
.main table tbody .date {
  text-align: center;
}
.main table thead th h1,
.main table thead th h2,
.main table thead th h3,
.main table thead th h4,
.main table thead th h5,
.main table thead th h6 {
  color: #000;
}
.main table thead th.date {
  width: 80px !important;
}
.main table thead th.img {
  width: 100px !important;
}
.main table thead th.link {
  width: 70px !important;
}
.main table thead td {
  font-weight: 400;
  text-align: center;
  padding: 6px 10px;
  line-height: 20px;
  width: auto !important;
}
.main table tbody th {
  color: #000;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px;
  background: #e5f7fb;
}
.main table tbody tr {
  background: #ffffff;
  border-color: #00b4d833;
}
.main table tbody tr:nth-child(even) {
  background: #00b4d81a;
}
.editor table tbody tr:nth-child(even) {
  background: none;
}
#uncolor tr:nth-child(even) {
  background: #ffffff;
}
.main table tbody td {
  padding: 8px 10px;
}
.main table tbody td.date {
  text-align: center;
  white-space: nowrap;
}
.main table tbody td.link {
  text-align: center;
}
.main table tbody .link-icon {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--color-2);
}
.main table tbody .link-icon:hover {
  background: var(--hover);
}
.main table tbody .link-icon a {
  color: #000;
}
.main table tbody .link-icon:hover a {
  color: #fff;
  transition: 0s all;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
}
.main table .link-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.main table tbody ul,
.main table tbody ol {
  padding-left: 22px;
  margin-bottom: 0;
}
.main table tbody li {
  padding: 0;
}
@media (max-width: 768px) {
  .main table thead th,
  .main table tbody th,
  .main table tbody tr td {
    padding: 5px 5px;
  }
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid var(--color-1);
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid var(--color-1);
}
.dataTables_length label, .dataTables_filter label {
  position: relative;
  color: var(--color-2);
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 5px 0;
}
table.dataTable {
  border-collapse: collapse;
}
table.dataTable.no-footer {
  border-bottom: 1px solid var(--color-2);
  border-top: 0;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #00b4d833;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #333;
  background: #fff;
  border: 2px solid var(--color-2);
  border-radius: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff;
  background: var(--color-2);
  border: 2px solid var(--color-2);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff;
  background-color: var(--color-2);
}

/* rwd-table */
.rwd-table .column {
  display: inline-block;
  width: 100%;
}
.rwd-table tbody label {
  display: none;
  color: #009ce2;
  margin: 0;
}
.rwd-table .column.colimg .image {
  display: inline-block;
  width: 150px;
}
.rwd-table .column.colimg .text {
  display: inline-block;
  width: calc(100% - 150px);
  margin-left: -8px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .rwd-table td {
    display: block;
    text-align: left;
    border-bottom-width: 0;
  }
  .rwd-table td:last-child {
    border-bottom-width: 1px;
  }
  .rwd-table.dataTable td {
    border-top: 1px solid;
    border-color: rgb(0 178 214 / 30%);
  }
  .rwd-table.dataTable .even td:first-child {
    border-top: 2px solid;
    border-color: rgb(0 178 214 / 30%);
  }
  .rwd-table.dataTable td:last-child {
    border-bottom: 1px solid;
    border-color: rgb(0 178 214 / 30%);
  }
  .rwd-table thead, .rwd-table tbody th {
    display: none;
  }
  .rwd-table tbody td label {
    display: inline-block;
    text-align: left;
    width: 110px;
    padding-right: 10px;
  }
  .rwd-table .column {
    display: inline-block;
    width: calc(100% - 110px);
    text-align: left;
    margin-left: -5px;
    vertical-align: top;
  }
  .rwd-table .column.colimg {
    width: 100%;
    margin: 0;
  }
  .rwd-table .column.colimg .image {
    width: 110px;
    padding-right: 10px;
  }
  .rwd-table .column.colimg .text {
    width: calc(100% - 110px);
    padding-left: 6px;
  }
  .rwd-table #link-group {
    justify-content: start;
  } 
  .rwd-table link-group .link-icon {
    margin-bottom: 0;
  }
}
/***--- table end ---***/

/***--- editor ---***/
.editor h2 i, .editor h3 i, .editor h4 i {
  vertical-align: -3px;
}
.editor h5 i, .editor h6 i {
  vertical-align: -2px;
}
.editor a {
  border-bottom: 1px dotted transparent;
}
.editor a:hover, .editor a:focus {
  border-bottom-color: #000;
}
.editor .table-responsive {
  margin-bottom: 1rem;
}
.editor .table-responsive:last-child {
  margin-bottom: 0;
}
.editor .table-responsive table {
  margin-bottom: 0;
}
.editor table {
  margin-bottom: 1rem;
}
.editor img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 992px) {
  .editor img {
    float: none !important;
    margin: 0 auto !important;
    display: block;
  }
}
.editor p:first-child img {
  margin-top: 0;
}
.editor figure {
  margin-bottom: 15px;
}
.editor figcaption {
  color: #009ce2;
  font-weight: 400;
  margin-top: 5px;
}
#main-images img {
  width: 100%;
  height: 280px;
  padding: 0;
  object-fit: cover;
}
#main-images .list-box a {
  border-bottom: 0;
  background: #000;
  cursor: url(../assets/images/zoom.svg), auto;
}
#main-images .list-box a:hover img {
  opacity: 0.5;
}
.editor p {
  font-size: 1rem;
}
.editor blockquote, .editor li {
  font-size: 1rem;
}
/* font size 1 */
.font-size-1 h1 {
  font-size: calc(2rem + .1vw);
}
.font-size-1 h2 {
  font-size: calc(1.875rem + .1vw);
}
.font-size-1 h3 {
  font-size: calc(1.625rem + .1vw);
}
.font-size-1 h4 {
  font-size: calc(1.5rem + .1vw);
}
.font-size-1 h5 {
  font-size: calc(1.25rem + .1vw);
}
.font-size-1 h6 {
  font-size: calc(1.0625rem + .1vw);
}
.font-size-1 .title h3 {
  font-size: calc(1.625rem + .1vw);
}
.font-size-1 blockquote, .font-size-1 li {
  font-size: calc(1rem + .1vw);
}
.font-size-1 p {
  font-size: calc(1rem + .1vw);
}
/* font size 2 */
.font-size-2 h1 {
  font-size: calc(2rem + .2vw);
}
.font-size-2 h2 {
  font-size: calc(1.875rem + .2vw);
}
.font-size-2 h3 {
  font-size: calc(1.625rem + .2vw);
}
.font-size-2 h4 {
  font-size: calc(1.5rem + .2vw);
}
.font-size-2 h5 {
  font-size: calc(1.25rem + .2vw);
}
.font-size-2 h6 {
  font-size: calc(1.0625rem + .2vw);
}
.font-size-2 .title h3 {
  font-size: calc(1.625rem + .2vw);
}
.font-size-2 blockquote, .font-size-2 li {
  font-size: calc(1rem + .2vw);
}
.font-size-2 p {
  font-size: calc(1rem + .2vw);
}
@media (max-width: 992px) {
  .editor h1 {
    font-size: calc(2rem + .2vw);
  }
  .editor h2 {
    font-size: calc(1.875rem + .2vw);
  }
  .editor h3 {
    font-size: calc(1.625rem + .2vw);
  }
  .editor h4 {
    font-size: calc(1.5rem + .2vw);
  }
  .editor h5 {
    font-size: calc(1.25rem + .2vw);
  }
  .editor h6 {
    font-size: calc(1.0625rem + .2vw);
  }
  .editor p {
    font-size: 1rem;
  }
  .editor blockquote, .editor li {
    font-size: 1rem;
  }
  /* font size 1 */
  .font-size-1 h1 {
    font-size: calc(2rem + .2vw + .1vw);
  }
  .font-size-1 h2 {
    font-size: calc(1.875rem + .2vw + .1vw);
  }
  .font-size-1 h3 {
    font-size: calc(1.625rem + .2vw + .1vw);
  }
  .font-size-1 h4 {
    font-size: calc(1.5rem + .2vw + .1vw);
  }
  .font-size-1 h5 {
    font-size: calc(1.25rem + .2vw + .1vw);
  }
  .font-size-1 h6 {
    font-size: calc(1.0625rem + .2vw + .1vw);
  }
  .font-size-1 blockquote, .font-size-1 li {
    font-size: calc(1rem + .2vw + .1vw);
  }
  .font-size-1 p {
    font-size: calc(1rem + .2vw + .1vw);
  }
  /* font size 2 */
  .font-size-2 h1 {
    font-size: calc(2rem + .2vw + .2vw)
  }
  .font-size-2 h2 {
    font-size: calc(1.875rem + .2vw + .2vw)
  }
  .font-size-2 h3 {
    font-size: calc(1.625rem + .2vw + .2vw)
  }
  .font-size-2 h4 {
    font-size: calc(1.5rem + .2vw + .2vw)
  }
  .font-size-2 h5 {
    font-size: calc(1.25rem + .2vw + .2vw)
  }
  .font-size-2 h6 {
    font-size: calc(1.0625rem + .2vw + .2vw)
  }
  .font-size-2 blockquote, .font-size-2 li {
    font-size: calc(1rem + .2vw + .2vw)
  }
  .font-size-2 p {
    font-size: calc(1rem + .2vw + .2vw)
  }
}
/***--- editor end ---***/

/***--- footer ---***/
footer {
  position: relative;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 2rem 0;
  background: var(--color-1);
}
footer p {
  margin-bottom: 0;
}
footer a, footer a:focus {
  color: #fff;
}
footer a:hover {
  color: #7fd0d6;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer li {
  line-height: 1.5;
  margin: 3px 0;
}
footer .contact h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
footer .contact {
  font-size: 0.875rem;
}
footer .footer-logo {
  text-align: center;
}
footer .copyright {
  clear: both;
}
#design {
  color: rgb(255 255 255 / 30%);
  font-size: 0.8125rem;
  text-align: center;
  margin-left: 1rem;
  clear: both;
}
#design a,
#design a:active {
  color: rgb(255 255 255 / 30%);
  font-size: 0.8125rem;
  margin-left: 5px;
  border-bottom: 1px dotted transparent;
}
#design a:hover {
  color: #7fd0d6;
  border-bottom-color: #7fd0d6;
}
#design i {
  font-size: 1rem;
  margin-right: 2px;
  vertical-align: -2px;
}
/***--- footer end ---***/

/***--- breadcrumb ---***/
.gw-breadcrumb {
  color: #fff;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
.gw-breadcrumb a {
  color: #fff;
}
.gw-breadcrumb a:hover {
  color: var(--color-3);
}
.gw-breadcrumb a i {
  font-size: 1rem;
  vertical-align: -2px;
}
.gw-breadcrumb .bread_gt {
  padding: 0 3px;
}
.gw-breadcrumb .bread_gt:before {
  content: "\42";
  color: #fff;
  font-family: "gwicon";
  font-size: 0.75rem;
  vertical-align: -1px;
}
/***--- breadcrumb end ---***/

/***--- pagination ---***/
.pagination {
  display: inherit;
  font-size: 0.875rem;
  text-align: center;
  padding-top: 2.5rem;
  margin: 0;
  clear: both;
}
.pagination a,
.pagination a:visited,
.pagination a:focus {
  display: inline-block;
  color: #000;
  width: 32px;
  height: 32px;
  line-height: 30px;
  padding: 0;
  margin-right: 0.5rem;
  background: #fff;
  border: 2px solid var(--color-2);
  border-radius: 100%;
}
.pagination a:last-child {
  margin-right: 0;
}
.pagination a:hover {
  color: #fff;
  background: var(--color-2);
  border: 2px solid var(--color-2);
}
.pagination a.active {
  color: #fff;
  background: var(--color-2);
  font-weight: 500;
}
.pagination a .first-link {
  display: inherit;
  content: url(../assets/images/first.png);
}
.pagination a .last-link {
  display: inherit;
  content: url(../assets/images/last.png);
}
.pagination a .prev-link {
  display: inherit;
  content: url(../assets/images/prev.png);
}
.pagination a .next-link {
  display: inherit;
  content: url(../assets/images/next.png);
}
.pagination a:hover .first-link {
  display: inherit;
  content: url(../assets/images/first_h.png);
}
.pagination a:hover .last-link {
  display: inherit;
  content: url(../assets/images/last_h.png);
}
.pagination a:hover .prev-link {
  display: inherit;
  content: url(../assets/images/prev_h.png);
}
.pagination a:hover .next-link {
  display: inherit;
  content: url(../assets/images/next_h.png);
}
/***--- pagination end ---***/

/***--- tips ---***/
.tips {
  position: absolute;
  display: flex;
  font-size: 0.8125rem;
  right: 0;
}
.tips ul {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0;
}
.tips .tips-content a {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  background: var(--color-1);
}
.tips .tips-content a:link {
  color: #fff;
}
.tips .tips-content a:hover {
  color: #fff;
  background: var(--hover);
}
.tips-list {
  padding-right: 5px;
}
.tips-list:last-child {
  padding-right: 0;
}
.tips-list i {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.tips-list.prePage {
  display: none;
}
.tips-list .font-plus, .tips-list .font-minus {
  user-select: none;
}
.tips-list svg {
  fill: #fff;
}
.tips .a2a_default_style a:hover .a2a_svg,
.tips .a2a_floating_style a:hover .a2a_svg,
.tips .a2a_overlay_style a:hover .a2a_svg svg {
  opacity: 1 !important;
}
.tips .a2a_default_style a {
  line-height: 1 !important;
  padding: 0px 6px 0 0 !important;
}
.tips .a2a_default_style .a2a_svg {
  width: 36px;
  height: 36px;
  background: var(--color-2) !important;
}
.tips .a2a_default_style a:hover .a2a_svg {
  background: var(--hover) !important;
}
.tips .a2a_menu a {
  color: #000 !important;
}
.tips .a2a_menu a:hover {
  color: #000 !important;
}
/***--- tips end ---***/

/***--- gotop ----***/
#gotop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  z-index: 999;
}
#gotop span {
  width: 42px;
  height: 42px;
  background-color: var(--color-3);
  border: 2px solid var(--color-3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gotop span:hover,
#gotop span:focus,
#gotop span:active {
  color: #fff;
  background-color: var(--hover);
  border: 2px solid var(--hover);
}
#gotop span::before {
  content: "\e1d1";
  color: #000;
  font-size: 1.25rem;
  font-family: "gwicon";
  line-height: 42px;
}
#gotop span:hover::before {
  color: #fff;
}
#gotop span:focus::before {
  color: #fff;
}
#gotop span:active::before {
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991.98px) {
  #gotop {
    right: 15px;
  }
  #gotop span {
    width: 40px;
    height: 40px;
  }
  #gotop span::before {
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  #gotop span {
    width: 35px;
    height: 35px;
  }
  #gotop span::before {
    font-size: 1rem;
  }
}
.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}
@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.btnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: btnExit;
}
@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
/***--- gotop end ----***/

/***--- loader ----***/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10000;
}
#loader .loader-inner {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -25px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #222222;
  border-left-color: #22222270;
  border-right-color: #22222230;
  border-bottom-color: #22222210;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
#loader .loader-inner:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #222222;
  border-left-color: #22222270;
  border-right-color: #22222230;
  border-bottom-color: #22222210;
  animation: spin 3s linear infinite;
  -webkit-animation: spin 3s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/***--- loader end ----***/

/***--- modal ---***/
.modal-backdrop.fade {
  z-index: 1;
}
.modal-content {
  color: #000;
  background-color: #fff;
  border: 0;
}
.modal-backdrop.fade {
  z-index: 1;
}
.modal-header {
  padding: 0.5rem 1rem;
  background-color: var(--color-1);
}
.modal-title {
  color: #fff;
}
.modal-body ul, .modal-body ol {
  padding-left: 1rem;
}
.modal-header .btn-close {
  color: #fff;
  line-height: 1;
  background: transparent;
  opacity: 1;
}
.modal-header btn-close:hover {
  color: #fff;
  background: transparent;
}
.modal-header .btn-close i {
  display: block;
  color: #fff;
  font-size: 1rem !important;
}
.modal-footer  {
  display: block;
  text-align: center;
  padding: 0.5rem;
  border-top: 1px solid rgb(0 0 0 / 20%);
}
.modal-footer .colse-btn {
  background-color: #00bcd4;
}
.modal-footer .submit-btn {
  background-color: #ff9800;
}
.modal-footer .colse-btn:hover, .modal-footer .submit-btn:hover {
  color: #fff;
  background-color: #333;
}
/***--- modal end ---***/

/***--- thankspage ---***/
.thankspage-content {
  border: 1px solid #ccc;
  padding: 50px 28px;
  margin: 80px 0 60px 0;
  color: #028e72;
  font-size: 0.9375rem;
}
/***--- thankspage end ---***/
