@charset "UTF-8";
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geometr415';
  src: url("../fonts/Geometr415.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #1E1E1E;
  font-family: '微軟正黑體';
  font-size: 16px;
  background: #EF8D50;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body h3 {
  line-height: 1.6;
}

body h2 {
  color: #1B1B1B;
}

body .text-transform {
  text-transform: uppercase;
}

body em {
  font-style: normal;
}

body .Poppins-Light {
  font-family: 'Poppins-Light','微軟正黑體';
}

body .Poppins-Regular {
  font-family: 'Poppins-Regular','微軟正黑體';
}

body .font-w {
  font-weight: normal;
}

body .line-24 {
  line-height: 24px;
}

body .bold {
  font-family: 'Poppins-Bold','微軟正黑體';
  font-weight: bold;
}

body .Poppins-SemiBold {
  font-family: 'Poppins-SemiBold','微軟正黑體';
  font-weight: bold;
}

body .title {
  font-family: 'Poppins-Bold','微軟正黑體';
  font-weight: bold;
}

body .big-title b {
  text-transform: uppercase;
  display: block;
  color: rgba(31, 51, 104, 0.4);
  position: absolute;
  right: 0;
}

@media (max-width: 1024px) {
  body .big-title b {
    display: none;
  }
}

body .second-block .box .fc .fc-button-group > .fc-button {
  flex: 0;
}

body .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
  justify-content: space-between;
}

body .fc .fc-button-group {
  margin-left: 0;
  width: 100%;
}

body .fc thead {
  background: #F9F9F9;
  border-bottom: 10px solid #ffffff;
}

body .fc .fc-col-header-cell-cushion {
  font-size: 17px;
}

body .fc-toolbar-chunk {
  width: 100%;
  text-align: center;
}

body .fc .fc-toolbar {
  position: relative;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(2) {
  display: none;
  width: 0;
}

body .fc .fc-today-button {
  display: none;
  width: 0;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1) {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
}

body .box-shadow img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body h4 {
  font-weight: bold;
}

body a {
  color: #1E1E1E;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #1E1E1E;
  text-decoration: none;
}

body img {
  max-width: 100%;
}

body .text-decoration {
  text-decoration: underline;
}

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #62C4E7;
}

body .blueLight {
  color: #62C4E7;
}

body .garycolor {
  color: rgba(30, 30, 30, 0.6);
}

body .black {
  color: #000000;
}

body .red {
  color: #62C4E7;
}

body .green {
  color: #0E642D !important;
}

body .orangeText {
  color: #EF8D50 !important;
}

body .greenDeep {
  color: #438097;
}

body .orangeDeep {
  color: #62C4E7;
}

body .yellow {
  color: #F4E65A;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .fs100 {
  font-size: 100px;
}

@media (max-width: 1440px) {
  body .fs100 {
    font-size: 80px;
  }
}

@media (max-width: 1366px) {
  body .fs100 {
    font-size: 78px;
  }
}

@media (max-width: 1200px) {
  body .fs100 {
    font-size: 76px;
  }
}

@media (max-width: 1024px) {
  body .fs100 {
    font-size: 74px;
  }
}

@media (max-width: 768px) {
  body .fs100 {
    font-size: 72px;
  }
}

@media (max-width: 576px) {
  body .fs100 {
    font-size: 70px;
  }
}

body .fs80 {
  font-size: 80px;
}

@media (max-width: 768px) {
  body .fs80 {
    font-size: 40px;
  }
}

body .fs72 {
  font-size: 72px;
}

@media (max-width: 1440px) {
  body .fs72 {
    font-size: 58px;
  }
}

@media (max-width: 768px) {
  body .fs72 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  body .fs72 {
    font-size: 30px;
  }
}

body .fs60 {
  font-size: 60px;
}

@media (max-width: 1200px) {
  body .fs60 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  body .fs60 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  body .fs60 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  body .fs60 {
    font-size: 24px;
  }
}

body .fs57 {
  font-size: 57px;
}

@media (max-width: 1440px) {
  body .fs57 {
    font-size: 55px;
  }
}

@media (max-width: 1366px) {
  body .fs57 {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  body .fs57 {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  body .fs57 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  body .fs57 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs57 {
    font-size: 22px;
  }
}

body .fs54 {
  font-size: 54px;
}

@media (max-width: 1440px) {
  body .fs54 {
    font-size: 52px;
  }
}

@media (max-width: 1366px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs54 {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  body .fs54 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs54 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  body .fs54 {
    font-size: 32px;
  }
}

body .fs48 {
  font-size: 48px;
}

@media (max-width: 1440px) {
  body .fs48 {
    font-size: 46px;
  }
}

@media (max-width: 1366px) {
  body .fs48 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  body .fs48 {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  body .fs48 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs48 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  body .fs48 {
    font-size: 24px;
  }
}

body .fs46 {
  font-size: 46px;
}

body .fs42 {
  font-size: 42px;
}

@media (max-width: 1440px) {
  body .fs42 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  body .fs42 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  body .fs42 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  body .fs42 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  body .fs42 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  body .fs42 {
    font-size: 30px;
  }
}

body .fs40 {
  font-size: 40px;
}

@media (max-width: 1440px) {
  body .fs40 {
    font-size: 38px;
  }
}

@media (max-width: 1366px) {
  body .fs40 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  body .fs40 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  body .fs40 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  body .fs40 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs40 {
    font-size: 28px;
  }
}

body .fs38 {
  font-size: 38px;
}

body .fs36 {
  font-size: 36px;
}

@media (max-width: 1440px) {
  body .fs36 {
    font-size: 34px;
  }
}

@media (max-width: 1366px) {
  body .fs36 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  body .fs36 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  body .fs36 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  body .fs36 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  body .fs36 {
    font-size: 20px;
  }
}

body .fs22 {
  font-size: 22px;
}

@media (max-width: 1280px) {
  body .fs22 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body .fs22 {
    font-size: 15px;
  }
}

body .fs20 {
  font-size: 20px;
}

@media (max-width: 1440px) {
  body .fs20 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  body .fs20 {
    font-size: 14px;
  }
}

body .fs32 {
  font-size: 32px;
}

@media (max-width: 1440px) {
  body .fs32 {
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  body .fs32 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  body .fs32 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  body .fs32 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  body .fs32 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  body .fs32 {
    font-size: 22px;
  }
}

body .fs30 {
  font-size: 30px;
}

@media (max-width: 1440px) {
  body .fs30 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  body .fs30 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  body .fs30 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body .fs30 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  body .fs30 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  body .fs30 {
    font-size: 20px;
  }
}

body .fs28 {
  font-size: 28px;
}

@media (max-width: 1440px) {
  body .fs28 {
    font-size: 28px;
  }
}

@media (max-width: 1366px) {
  body .fs28 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  body .fs28 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  body .fs28 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body .fs28 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs28 {
    font-size: 15px;
  }
}

body .fs26 {
  font-size: 26px;
}

@media (max-width: 1440px) {
  body .fs26 {
    font-size: 26px;
  }
}

@media (max-width: 1366px) {
  body .fs26 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  body .fs26 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  body .fs26 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body .fs26 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  body .fs26 {
    font-size: 14px;
  }
}

body .fs24, body h2, body .h2 {
  font-size: 24px;
}

@media (max-width: 1440px) {
  body .fs24, body h2, body .h2 {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  body .fs24, body h2, body .h2 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs24, body h2, body .h2 {
    font-size: 18px;
  }
}

body .fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  body .fs18 {
    font-size: 14px;
  }
}

body .fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  body .fs17 {
    font-size: 15px;
  }
}

body .fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  body .fs16 {
    font-size: 14px;
  }
}

body .fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  body .fs15 {
    font-size: 14px;
  }
}

body .fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  body .fs14 {
    font-size: 14px;
  }
}

body .fs12 {
  font-size: 12px;
}

body .boxshadow2 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

body .white {
  color: #ffffff;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.35s ease;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #62C4E7;
  border-radius: 10px;
}

header .searchform form input::-webkit-input-placeholder {
  color: #fff;
}

header .searchform form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

header .searchform form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

header .searchform form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-control {
  color: #666;
}

.home .whiteback .ovsc::-webkit-scrollbar {
  width: 3px;
}

.home .whiteback .ovsc::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.home .whiteback .ovsc::-webkit-scrollbar-thumb {
  background-color: #62C4E7;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.text-left p {
  text-align: left !important;
}

.dropdown-menu li:nth-last-child(1) a {
  border-bottom: none;
}

.dropdown-menu {
  background-color: #FDFBF5;
  position: absolute !important;
  width: 100%;
  min-width: 100%;
  left: 0%;
  right: 0;
  padding: 3rem 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0 !important;
}

@media (max-width: 1280px) {
  .dropdown-menu {
    box-shadow: none;
    background: #fff;
    padding: 0;
    position: relative;
  }
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #1E1E1E;
  white-space: nowrap;
  margin-left: 0 !important;
  border-bottom: 1px solid #efefef;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}

@media (max-width: 1200px) {
  .dropdown-menu li a {
    border: none;
  }
}

.dropdown-menu li a:hover {
  border-bottom: 1px solid #EF8D50;
  background: none !important;
  color: #EF8D50 !important;
}

.dropdown-menu .imgs img {
  width: 100%;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-3 {
    display: none;
  }
}

.dropdown-menu .col-md-9 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 {
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin {
  width: 30%;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding-left: 3rem;
  margin-left: 3rem;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin a {
    padding: 0.5rem 0;
    font-size: 16px;
  }
  .dropdown-menu .col-md-9 .leftin a:nth-last-child(1) {
    border-bottom: none;
  }
}

.dropdown-menu .col-md-9 .leftin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .leftin a.orange {
  color: #62C4E7;
}

.dropdown-menu .col-md-9 .rightin {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .rightin {
    width: 100%;
    display: none;
  }
}

.dropdown-menu .col-md-9 .rightin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.dropdown-menu .col-md-9 .rightin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .rightin a.orange {
  color: #62C4E7;
}

.dropdown-menu .col-md-9 .rightin .second {
  width: 45%;
}

.dropdown-menu .col-md-9 .rightin .third {
  width: 45%;
}

@media (max-width: 1280px) {
  .dropdown-menu .container {
    max-width: 100%;
  }
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

.open > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block;
}

.form-control:focus, .form-select:focus, .btn:focus {
  box-shadow: none !important;
}

main .txt ul {
  padding-left: 0rem;
}

main .txt ul li {
  position: relative;
}

.container {
  max-width: 1491px;
}

@media (max-width: 1680px) {
  .container {
    max-width: 1291px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 98%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .icons, .inner-mob {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .d-md-block, .d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-md-none {
    display: inline-block !important;
  }
}

.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill: #ffffff;
}

@media (max-width: 1024px) {
  .icon {
    width: 3em;
    height: 3em;
  }
}

@media (max-width: 767px) {
  .icon {
    width: 2.5em;
  }
}

@media (max-width: 767px) {
  .webskp {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.text-right {
  text-align: right !important;
}

.home-icon img {
  width: 78px;
  height: 78px;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .home-icon img {
    width: 55px;
    height: 55px;
    margin-right: 0.5rem;
  }
}

.icon-box .btn {
  width: 78px;
  height: 78px;
  background: #438097;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .icon-box .btn {
    width: 55px;
    height: 55px;
  }
}

@keyframes img_move {
  0% {
    top: 0px;
  }
  25% {
    top: -7px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -7px;
  }
  100% {
    top: 0px;
  }
}

@keyframes rotate_left {
  100% {
    transform: rotate(360deg);
    left: 50px;
    opacity: 1;
  }
}

@keyframes rotate_right {
  100% {
    transform: rotate(360deg);
    right: 50px;
    opacity: 1;
  }
}

@keyframes random_move1 {
  33% {
    transform: translateX(45px);
    transform: translateY(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateY(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes random_move2 {
  33% {
    transform: translateX(10px);
    transform: translateY(50px);
  }
  66% {
    transform: translateX(40px);
    transform: translateY(20px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    bottom: 1px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes mymove1 {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 15px;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #1E1E1E;
  transition: all 0.35s ease;
  outline: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
  right: 0vw;
}

.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  left: 0vw;
}

header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

header .header {
  width: 100%;
  position: relative;
  z-index: 999;
}

header .header .icon-box a {
  margin-left: 2vmin;
}

header .header .icon-box .btn {
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 99;
}

header .header .icon-box .btn span {
  position: absolute;
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: 4px;
  width: 60%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 20%;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .header .icon-box .btn span:first-child {
  top: 22px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 767px) {
  header .header .icon-box .btn span:first-child {
    top: 15px;
  }
}

header .header .icon-box .btn span:last-child {
  top: 48px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 767px) {
  header .header .icon-box .btn span:last-child {
    top: 31px;
  }
}

header .header .icon-box .btn span:nth-child(2) {
  top: 35px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 767px) {
  header .header .icon-box .btn span:nth-child(2) {
    top: 23px;
  }
}

@media (max-width: 1200px) {
  header .header .icon-box .btn[aria-expanded="true"]::after {
    content: "\f124";
  }
}

@media (max-width: 1200px) {
  header .header .icon-box .btn[aria-expanded="true"] span {
    display: none;
  }
}

header .header .topmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1280px) {
  header .header .topmenu {
    padding-top: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  header .header .topmenu {
    padding-top: 0.5rem !important;
  }
}

header .header .container {
  max-width: 95%;
}

@media (max-width: 1280px) {
  header .header .container {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  header .header .container {
    max-width: 98%;
  }
}

header .header .container .logo {
  width: 304px;
  opacity: 0;
}

@media (max-width: 768px) {
  header .header .container .logo {
    width: 223px;
  }
}

header .header .container .logo a {
  display: block;
}

header .header .container .logo a img {
  max-width: 100%;
  margin: 0 auto;
}

header .header .container .right {
  position: relative;
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .header .container .right .link {
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header .header .container .right .link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    justify-content: space-between !important;
  }
  header .header .container .right .link div {
    width: 18%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  header .header .container .right .link div {
    width: auto;
  }
}

@media (max-width: 1024px) {
  header .header .container .right .link div a {
    padding-top: 1rem;
  }
}

header .header .container .right .nav-link {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  color: black;
}

header .header .container .right .nav-link:hover {
  color: #FEB95E;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .header .container .right .nav-link:hover::after {
  width: 100%;
}

header .header .container .right .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #F15922;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.35s ease;
  display: none;
}

header .header .container .right .nav-link a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

@media (max-width: 1680px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 1366px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 767px) {
  header .header .container .right .nav-link a {
    margin-left: 0;
  }
}

header .header .container .right .nav-link a.active {
  color: #62C4E7;
}

header .header .container .right .nav-link i {
  margin-left: 0.3rem;
}

header .header .mask_background {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
}

header .nav-box {
  z-index: 99;
  padding: 0;
  width: 100%;
  display: none !important;
}

@media (max-width: 1366px) {
  header .nav-box .nav {
    justify-content: flex-end !important;
  }
}

header .nav-box .nav .nav-link {
  color: #1E1E1E;
  padding: 0.5rem 1rem;
}

@media (max-width: 1200px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 0.3rem;
  }
}

header .nav-box .nav .nav-link:hover {
  color: #62C4E7;
}

.wrapper {
  left: 0;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  overflow: hidden;
}

.wrapper.open {
  left: -430px;
}

.wrapper.open header .icon-box {
  opacity: 0;
}

.finks {
  position: fixed;
  right: 2%;
  bottom: 5%;
  width: 70px;
  height: 70px;
  z-index: 99;
  background: #F9BC2B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1280px) {
  .finks {
    bottom: 2%;
  }
}

@media (max-width: 1024px) {
  .finks {
    bottom: 2%;
  }
}

@media (max-width: 767px) {
  .finks {
    bottom: 2%;
    width: 62px;
    height: 62px;
  }
}

.finks a {
  color: #ffffff;
}

.finks a:hover {
  color: #D2A061;
}

.finks a sub {
  margin-top: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E54054;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -5px;
  top: -25px;
}

@media (max-width: 767px) {
  .finks a sub {
    width: 20px;
    height: 20px;
    font-size: 10px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .finks a img {
    width: 31px;
  }
}

.mobile-menu-visible header .header .container .icon-box .btn span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.opennav {
  overflow: hidden;
}

.opennav header {
  position: fixed;
  top: 0;
}

@media (max-width: 1024px) {
  .nav-up {
    bottom: -100% !important;
  }
}

.tag {
  display: flex;
}

@media (max-width: 767px) {
  .tag {
    width: 100%;
  }
}

.tag em {
  font-style: normal;
  background: #374869;
  color: #ffffff;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 50px;
}

.tag em:nth-child(2) {
  background: #F4E65A;
  color: #374869;
  text-transform: uppercase;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

#share {
  position: absolute;
  width: 700px;
  right: -20px;
  bottom: -30px;
  display: none;
}

@media (max-width: 1024px) {
  #share {
    position: fixed;
    background: #ffffff;
    width: 100%;
    bottom: 65px;
    left: 0;
    right: auto;
  }
  #share .jssocials-shares {
    width: 100%;
  }
  #share .jssocials-shares .jssocials-share {
    width: 16%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  #share .jssocials-shares .jssocials-share {
    width: 12%;
  }
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 0.7rem;
  top: 0.5rem;
  display: block;
  z-index: 99;
  height: 40px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .close {
    right: 0.1rem;
    top: 0.1rem;
  }
}

.close::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #ffffff;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #ffffff;
  transform: rotate(-45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

@keyframes mymove {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(2%);
  }
}

.arrow-right {
  position: relative;
}

.arrow-right::after {
  content: '\2192';
  display: inline-block;
}

.txt p a {
  color: #049ADC;
  word-break: break-all;
}

.txt img {
  display: inline-block;
}

.txt em {
  display: block;
  color: #999;
}

.banner {
  position: relative;
  width: 100%;
  z-index: 99;
}

@media (max-width: 992px) {
  .banner {
    height: 400px;
  }
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-pagination {
  bottom: auto;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1440px) {
  .banner .swiper .swiper-pagination {
    left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: auto;
    bottom: 15px;
    right: 30px;
    transform: none;
  }
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 46px;
  height: 46px;
  border: 1px solid transparent;
  opacity: 1;
  box-sizing: border-box;
  background: none;
  color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}

.banner .swiper-slide {
  position: relative;
}

@media (max-width: 992px) {
  .banner .swiper-slide {
    height: 400px;
  }
}

.banner .swiper-slide.swiper-slide-active .boximg img {
  transform: scale(1);
}

.banner .swiper-slide.swiper-slide-active .boximg::before {
  opacity: 1;
}

.banner .swiper-slide .inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 62%;
  transform: translateY(-50%);
  z-index: 9;
  color: #ffffff;
}

@media (max-width: 1440px) {
  .banner .swiper-slide .inner {
    top: 50%;
  }
}

.banner .swiper-slide .inner h1 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .banner .swiper-slide .inner h1 {
    margin: 10px 0px;
  }
}

.banner .swiper-slide .inner p {
  width: 69%;
}

.banner .swiper-slide .inner .more {
  margin-left: 3px;
}

.banner .swiper-slide .boximg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .banner .swiper-slide .boximg {
    height: 400px;
  }
}

.banner .swiper-slide .boximg::before {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: transparent linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.53) 100%) 0% 0% no-repeat padding-box;
}

.banner .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes rotateMouse {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  20% {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

/*!sc*/
.page-banner {
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 9;
}

.page-banner .inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
}

.page-banner .inner h1 {
  color: #ffffff;
  margin: 10px 0px;
}

.page-banner .bg {
  position: relative;
}

.page-banner .bg::before {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.53) 100%) 0% 0% no-repeat padding-box;
}

.page-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .page-banner .bg img.pc {
    display: none;
  }
}

.bread {
  position: relative;
  max-width: 92%;
  margin: 0 auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (max-width: 1280px) {
  .bread {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .bread {
    max-width: 98%;
  }
}

.bread * {
  color: #999999;
  margin-right: 5px;
}

.bread *:nth-last-child(1) {
  color: #666666;
}

.pl-3 {
  padding-left: 3rem;
}

@media (max-width: 1200px) {
  .pl-3 {
    padding-left: 0;
  }
}

.homebg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
  top: 0;
  background: #FFC845;
}

.homebg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .homebg img.pc {
    display: none;
  }
}

.homebg img.mobile {
  display: none;
}

@media (max-width: 767px) {
  .homebg img.mobile {
    display: block;
  }
}

.home {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

.home .box {
  max-width: 680px;
  margin: 30px auto 30px auto;
  position: relative;
  z-index: 9;
}

@media (max-width: 1440px) {
  .home .box {
    margin: 30px auto 30px auto;
  }
}

@media (max-width: 1440px) {
  .home .box {
    max-width: 625px;
  }
}

.home .box.box2 {
  max-width: 738px;
}

@media (max-width: 767px) {
  .home .box.box2 {
    max-width: 100%;
  }
}

.home .box.box2 .arrowbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .home .box.box2 .arrowbtn {
    margin-top: 0rem !important;
    padding-top: 2rem !important;
  }
}

.home .box.box2 .arrowbtn .prev {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 30px;
}

.home .box.box2 .arrowbtn .prev::before {
  content: '';
  display: block;
  width: 31px;
  height: 18px;
  background: url(../images/left.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
  filter: invert(50%) brightness(0%) !important;
}

.home .box.box2 .arrowbtn .next {
  display: flex;
  align-items: center;
  color: #000;
  margin-left: 30px;
}

.home .box.box2 .arrowbtn .next::after {
  content: '';
  display: block;
  width: 31px;
  height: 18px;
  background: url(../images/right.svg) no-repeat top center;
  background-size: cover;
  margin-left: 10px;
  filter: invert(50%) brightness(0%) !important;
}

@media (max-width: 768px) {
  .home .box.box2 .radiolist {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .home .box.box2 .radiolist {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .home .box.box2 .radiolist .radiobox-inline {
    width: 100%;
    margin-top: 0.5rem !important;
  }
}

.home .box.box2 .radiolist .radiobox-inline .radiobox {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .home .box.box2 .radiolist .radiobox-inline .radiobox {
    width: 100%;
  }
}

.home .box.box2 .radiolist .radiobox-inline .radiobox input {
  position: absolute;
}

@media (max-width: 767px) {
  .home .box {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px auto 50px auto;
  }
}

.home .box .row .col-md-6 {
  width: 50%;
}

.home .box .row .col-md-6 img {
  display: block;
  margin: 5px auto;
  width: 100%;
}

.home .box .aurl {
  max-width: 60%;
  display: block;
  margin: 0 auto;
  background: #ffffff;
  color: #6FC6AE;
}

.home .box .aurl i {
  color: #438097;
}

.home .box h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
  color: #3E5866 !important;
}

.home .box h2::before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #3E5866;
  margin-right: 10px;
}

.home .box h2::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #3E5866;
  margin-left: 10px;
}

.home .box .qtit {
  color: #3E5866;
}

@media (max-width: 767px) {
  .home .box .qtit {
    padding: 1.5rem 0 !important;
  }
}

.home .box .abox {
  justify-content: space-between;
  flex-wrap: wrap;
}

.home .box .abox a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  align-items: center;
  justify-content: space-around;
  background: #EF7F3F;
  transition: all 0.35s ease;
  width: 32%;
  padding: 20px 15px;
}

.home .box .abox a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #438097;
  color: #ffffff;
}

.home .box .abox a:nth-child(2) {
  background: #CD922B;
}

.home .box .abox a:nth-child(3) {
  background: #F8B537;
}

.home .box .abox a::after {
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 30px;
  margin-left: 20px;
}

.home .box .abox a img {
  width: 30px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .home .box .abox a {
    width: 60%;
    height: auto;
    padding: 15px;
    margin: 0rem auto 1rem auto;
    font-size: 18px;
  }
}

.home .box .apply a {
  display: block;
  text-align: center;
  border-radius: 5px;
  max-width: 60%;
  margin: 0 auto;
  color: #3E5866;
  background: none;
}

.home .box .apply a:hover {
  color: #ffffff;
}

.home .box .apply a:hover::after {
  background: #FF8A45;
}

.home .whiteback {
  border-radius: 16px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 40px;
  margin: 0px auto;
  height: 100%;
}

@media (max-width: 767px) {
  .home .whiteback {
    padding: 25px;
  }
}

.home .whiteback.op2 {
  background: rgba(255, 255, 255, 0.9);
}

.home .whiteback.contact {
  margin-bottom: 0px;
}

.home .whiteback.contact .txt p {
  margin-bottom: 10px;
  text-align: center;
}

.home .whiteback.contact .txt p a {
  color: #1E1E1E;
}

.home .whiteback.contact .txt p a:hover {
  color: #EF8C50;
}

.home .whiteback.about {
  margin-bottom: 0px;
}

.home .whiteback.about h2 {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .home .whiteback.about h2 {
    font-size: 26px;
  }
}

@media (max-width: 1366px) {
  .home .whiteback.about h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .home .whiteback.about h2 {
    font-size: 20px;
  }
}

.home .whiteback.about h2 .x {
  display: inline-block;
  width: 16px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 10px 0 10px;
}

.home .whiteback.about h3 {
  font-size: 24px;
}

@media (max-width: 1440px) {
  .home .whiteback.about h3 {
    font-size: 22px;
  }
}

@media (max-width: 1366px) {
  .home .whiteback.about h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .home .whiteback.about h3 {
    font-size: 16px;
  }
}

.home .whiteback.about .txt {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  margin-bottom: 30px;
}

.home .whiteback.about .txt.orangeText ul li::before {
  border-color: #EC945D;
}

.home .whiteback.about .txt.orangeText ul li p {
  color: #8A8A8A;
}

.home .whiteback.about .txt.orangeText ul li p::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #EC945D;
  margin: 10px 0px;
}

.home .whiteback.about .txt ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.home .whiteback.about .txt ul li {
  width: 33.333%;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .home .whiteback.about .txt ul li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .home .whiteback.about .txt ul li {
    width: 100%;
  }
}

.home .whiteback.about .txt ul li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #62C4E7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

@media (max-width: 767px) {
  .home .whiteback.about .txt ul li::before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

.home .whiteback.activity {
  margin-bottom: 0px;
}

.home .whiteback.activity .home-cate {
  width: 137px;
}

@media (max-width: 767px) {
  .home .whiteback.activity .home-cate {
    width: 93px;
  }
}

.home .whiteback.activity .bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.home .whiteback.activity .bar .type {
  display: flex;
  flex-wrap: wrap;
}

.home .whiteback.activity .bar .type .btn {
  display: inline-block;
  border-radius: 5px;
  background: #ffffff;
  margin: 5px 0px;
  padding: 8px 20px;
  margin-right: 20px;
  transition: all 0.35s ease;
  border: 1px solid #efefef;
}

.home .whiteback.activity .bar .type .btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.home .whiteback.activity .bar .type .btn img {
  margin-left: 10px;
}

.home .whiteback.activity .bar .type .btn::after {
  display: none;
}

.home .whiteback.activity .bar .type .dropdown-menu {
  padding: 0;
  background: #ffffff;
  border-radius: 5px !important;
  max-height: 200px;
  overflow-y: scroll;
}

.home .whiteback.activity .reulst {
  display: inline-block;
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 50px 0 80px 0px;
}

@media (max-width: 1024px) {
  .home .whiteback.activity .row .col-md-3 {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .home .whiteback.activity .row .col-md-3 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .home .whiteback.activity .row .col-md-3 {
    width: 100%;
  }
}

.home .whiteback.activity .row .col-md-3 .box {
  display: block;
  width: 100%;
  margin: 0;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}

.home .whiteback.activity .row .col-md-3 .box:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.home .whiteback.activity .row .col-md-3 .box:hover .boximg img {
  filter: brightness(0.8);
}

.home .whiteback.activity .row .col-md-3 .box .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60.25%;
  position: relative;
}

.home .whiteback.activity .row .col-md-3 .box .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.home .whiteback.activity .row .col-md-3 .box .con {
  margin: 1.5rem;
}

.home .whiteback.activity .row .col-md-3 .box .con .type {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.home .whiteback.activity .row .col-md-3 .box .con .type img {
  margin-right: 10px;
}

.home .whiteback.activity .row .col-md-3 .box .con .price {
  color: #EF8D50;
}

.home .whiteback.activity .boxcon {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
}

@media (max-width: 767px) {
  .home .whiteback.activity .boxcon {
    padding: 20px;
  }
}

.home .whiteback.activity .boxcon .txt {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.home .whiteback.activity .boxcon .txt p {
  margin-bottom: 0.5rem;
  color: #4B4B4B;
}

.home .whiteback.activity .boxcon .address {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.home .whiteback.activity .boxcon .address dd {
  color: #141414;
}

.home .whiteback.activity .boxcon .address dd img {
  margin-right: 10px;
}

.home .whiteback.activity .boxcon .times p {
  color: rgba(20, 20, 20, 0.5);
  margin-bottom: 0.5rem;
}

.home .whiteback.activity .boxcon .abtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.home .whiteback.activity .boxcon .abtn a {
  color: #ffffff;
  border-radius: 10px;
  background: #EF8D50;
  padding: 20px 5px;
  width: 48%;
  text-align: center;
}

.home .whiteback.activity .boxcon .abtn a:nth-child(2) {
  width: 50%;
  background: #F9BC2B;
}

.home .whiteback.activity .big-img {
  height: 100%;
}

.home .whiteback.activity .big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .whiteback.activity .body .txt h3 {
  font-size: 24px;
  color: #EF8D50;
}

@media (max-width: 767px) {
  .home .whiteback.activity .body .txt h3 {
    font-size: 16px;
  }
}

.home .whiteback.activity .body .txt ul li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
  margin-top: 0.5rem;
}

.home .whiteback.activity .body .txt ul li::before {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  background: #62C4E7;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 992px) {
  .home .whiteback.activity .col-md-5, .home .whiteback.activity .col-md-7 {
    width: 100%;
  }
}

.home .whiteback.form {
  padding: 25px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .home .whiteback.form {
    padding: 15px;
  }
}

.home .whiteback.form .whitebg {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg {
    padding: 15px;
  }
}

.home .whiteback.form .whitebg h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg h2 {
    flex-wrap: wrap;
  }
}

.home .whiteback.form .whitebg h2 .form-group {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg h2 .form-group {
    margin-left: 0;
    margin-top: 10px;
  }
}

.home .whiteback.form .whitebg h2 .form-group .select-menu-div {
  border-radius: 7px;
  background: #EEEEEE;
  color: #62C4E7;
  width: 250px;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg h2 .form-group .select-menu-div {
    width: 100%;
  }
}

.home .whiteback.form .whitebg h2 .form-group .select-menu-input {
  color: #62C4E7;
}

.home .whiteback.form .whitebg h2 .form-group .select-this {
  background: #62C4E7;
}

.home .whiteback.form .whitebg h2 .dropdown {
  margin-left: 10px;
  position: relative;
}

.home .whiteback.form .whitebg h2 .dropdown button {
  border-radius: 7px;
  background: #EEEEEE;
  padding: 0px 20px;
  color: #62C4E7;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg h2 .dropdown button {
    padding: 0 10px;
  }
}

.home .whiteback.form .whitebg h2 .dropdown button::after {
  display: none;
}

.home .whiteback.form .whitebg h2 .dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  top: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  border-radius: 10px !important;
  overflow: hidden;
  padding: 10px 0px;
}
html[lang='en-GB'] .home .whiteback.form .whitebg h2 .dropdown .dropdown-menu {
  width: 310px !important;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg h2 .dropdown .dropdown-menu {
    width: 150px !important;
  }
  html[lang='en-GB'] .home .whiteback.form .whitebg h2 .dropdown .dropdown-menu {
    width: 240px !important;
  }
}

.home .whiteback.form .whitebg h2 .dropdown .dropdown-menu li {
  border: none;
}

.home .whiteback.form .whitebg h2 .dropdown .dropdown-menu li a {
  border: none;
}

.home .whiteback.form .whitebg h2 .dropdown .dropdown-menu li a:hover {
  color: #71C9E9;
}

.home .whiteback.form .whitebg .txt {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.home .whiteback.form .whitebg .txt p {
  margin-bottom: 25px;
  width: 86%;
}

@media (max-width: 1280px) {
  .home .whiteback.form .whitebg .txt p {
    width: auto;
  }
}

.home .whiteback.form .whitebg .txt p:nth-last-child(1) {
  margin-bottom: 0;
}

.home .whiteback.form .whitebg .txt p span {
  display: inline-block;
  width: 140px;
}

@media (max-width: 768px) {
  .home .whiteback.form .whitebg .txt p span {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg .txt p span {
    width: 80px;
  }
}

.home .whiteback.form .whitebg .txt p span:nth-child(2) {
  width: calc(100% - 140px);
}

@media (max-width: 768px) {
  .home .whiteback.form .whitebg .txt p span:nth-child(2) {
    width: calc(100% - 110px);
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg .txt p span:nth-child(2) {
    width: calc(100% - 80px);
  }
}

.home .whiteback.form .whitebg form.row {
  width: 88%;
}

@media (max-width: 1280px) {
  .home .whiteback.form .whitebg form.row {
    width: auto;
  }
}

.home .whiteback.form .whitebg form.row .select-menu .select-menu-div {
  border-radius: 7px;
  border: 1px solid #707070;
  background: #ffffff;
  color: #1D1D1D;
  padding: 0.75rem;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .select-menu .select-menu-div {
    padding: 0.5rem;
  }
}

.home .whiteback.form .whitebg form.row .select-menu .select-menu-div .select-menu-input {
  color: #1D1D1D;
}

.home .whiteback.form .whitebg form.row .select-menu .select-menu-ul li {
  padding: 10px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal {
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal {
    justify-content: flex-start !important;
  }
}

.home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline {
  margin-right: 2rem;
}

@media (max-width: 1024px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline {
    margin-left: 0 !important;
  }
}

@media (max-width: 1024px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline.ag {
    margin-left: 2rem !important;
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline.ag {
    margin-left: 0 !important;
  }
}

@media (max-width: 1024px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline {
    width: 33.3333%;
    margin-right: 0 !important;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline {
    width: 50%;
    margin-right: 0 !important;
    justify-content: flex-start;
  }
}

.home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline .radiobox .bzbox {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 10px;
  color: #1D1D1D;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 768px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline .radiobox .bzbox {
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline .radiobox .bzbox {
    padding: 0;
  }
}

.home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline .radiobox .time {
  margin-bottom: 0;
  border-radius: 19px;
  border: 1px solid #707070;
  padding: 10px 20px;
}

.home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline .radiobox .radiomark {
  opacity: 1;
}

.home .whiteback.form .whitebg form.row .radiolist.normal .radiobox-inline .radiobox input:checked ~ .radiomark + .bzbox {
  background: none;
  color: #1D1D1D;
}

.home .whiteback.form .whitebg form.row .radiolist.timebox {
  justify-content: flex-start !important;
}

.home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline {
  margin-right: 0.5rem;
  width: 182px;
}

@media (max-width: 768px) {
  .home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline {
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-top: 0.5rem !important;
    margin-right: 0;
  }
}

.home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline .radiobox input {
  position: absolute;
  left: 0;
}

.home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline .radiobox input:disabled + .radiomark + .time {
  border-color: rgba(112, 112, 112, 0.34);
  color: rgba(112, 112, 112, 0.34);
}

.home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline .radiobox .time {
  margin-bottom: 0;
  border-radius: 19px;
  border: 1px solid #707070;
  padding: 15px 30px;
  transition: all 0.35s ease;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline .radiobox .time {
    width: 100%;
    text-align: center;
  }
}

.home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline .radiobox .time.htime {
  padding: 20px 25px;
  border-radius: 41px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline .radiobox .time.htime {
    padding: 7px 30px;
    margin-right: 0;
    border-radius: 19px;
  }
}

.home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline .radiobox .radiomark {
  opacity: 0;
}

.home .whiteback.form .whitebg form.row .radiolist.timebox .radiobox-inline .radiobox input:checked ~ .radiomark + .time {
  background: #62C4E7;
  color: #ffffff;
  border-color: #62C4E7;
}

.home .whiteback.form .whitebg form.row .radiolist.timebox2 .radiobox-inline {
  width: 120px;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .radiolist.timebox2 .radiobox-inline {
    width: 100%;
  }
}

.home .whiteback.form .whitebg form.row ul {
  padding-left: 0;
}

.home .whiteback.form .whitebg form.row ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.home .whiteback.form .whitebg form.row ul li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #62C4E7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row ul li::before {
    top: 5px;
  }
}

.home .whiteback.form .whitebg form.row .tips a {
  color: #62C4E7;
  text-decoration: underline;
}

.home .whiteback.form .whitebg form.row .tips p {
  margin-bottom: 25px;
  text-align: justify;
}

.home .whiteback.form .whitebg form.row .btnbox {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .btnbox {
    margin-top: 1rem;
  }
}

.home .whiteback.form .whitebg form.row .btnbox button {
  display: inline-block;
  border-radius: 12px;
  background: #E0E0E0;
  width: 172px;
  text-align: center;
  height: 60px;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .btnbox button {
    height: 45px;
  }
}

.home .whiteback.form .whitebg form.row .btnbox button.bluebtn {
  background: #62C4E7;
  color: #ffffff;
  margin-right: 20px;
}

.home .whiteback.form .whitebg form.row .btnbox button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.home .whiteback.form .whitebg form.row .alltime {
  border-radius: 20px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  padding: 14px 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .home .whiteback.form .whitebg form.row .alltime {
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form.row .alltime {
    width: 100%;
  }
}

.home .whiteback.form .whitebg form.row .alltime img {
  display: block;
  margin-right: 5px;
  margin-left: 10px;
}

.home .whiteback.form .whitebg form.row .alltime input {
  border: none;
  box-shadow: none;
  width: 130px;
  background: none;
  padding: 0;
}

.home .whiteback.form .whitebg form.row .alltime.active {
  background: #62C4E7;
  color: #ffffff;
  border-color: #62C4E7;
}

.home .whiteback.form .whitebg form.row .alltime.active i img {
  filter: invert(50%) brightness(300%);
}

.home .whiteback.form .whitebg form.row .alltime.active input {
  color: #fff;
}

.home .whiteback.form .whitebg form label {
  margin-bottom: 10px;
  color: #1D1D1D;
}

.home .whiteback.form .whitebg form label sub {
  color: #E54054;
  top: -10px;
}

.home .whiteback.form .whitebg form .form-control {
  border-radius: 7px;
  border: 1px solid #707070;
  padding: 0.75rem;
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form .form-control {
    padding: 0.5rem;
  }
}

@media (max-width: 767px) {
  .home .whiteback.form .whitebg form .last2 {
    margin-bottom: 0rem !important;
  }
}

.home .whiteback.form .whitebg .resultlist .list {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  box-sizing: border-box;
  padding: 25px 0px;
}

.home .whiteback.form .whitebg .resultlist .list h4 {
  display: flex;
  align-items: center;
}

.home .whiteback.form .whitebg .resultlist .list h4::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 15px;
  background: #62C4E7;
  border-radius: 4px;
  margin-right: 15px;
  margin-top: -2px;
}

.home .whiteback.form .whitebg .resultlist .list p {
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.8);
}

.home .whiteback.form .whitebg .resultlist .list p span:nth-child(2) {
  margin-left: 2rem;
}

.home .whiteback.form .whitebg .back {
  border-radius: 12px;
  background: #62C4E7;
  color: #ffffff;
  display: inline-block;
  padding: 7px 50px;
}

.home .whiteback.boxcontnt {
  padding: 40px 60px;
}

@media (max-width: 767px) {
  .home .whiteback.boxcontnt {
    padding: 40px;
  }
}

.home .whiteback.boxcontnt h2 img {
  width: 93px;
  margin-right: 20px;
}

.home .whiteback.boxcontnt .swi .mySwiper {
  padding-bottom: 1.5rem;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  margin: 0;
  padding: 0 !important;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50.25%;
  position: relative;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box .con {
  padding: 1.5rem;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box .con .type {
  display: flex;
  color: rgba(0, 0, 0, 0.5);
  align-items: center;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box .con .type img {
  margin-right: 10px;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box .con p {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box .con h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home .whiteback.boxcontnt .swi .swiper-slide .box .con .price {
  color: #EF8C50;
}

.home .whiteback.boxcontnt .swi .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ffffff;
  opacity: 1;
}

.home .whiteback.boxcontnt .swi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF8A45;
  width: 28px;
}

.home .whiteback.boxcontnt .more {
  background: rgba(239, 141, 80, 0.9);
  color: #ffffff;
  border-radius: 30px;
  padding: 15px 30px;
  transition: all 0.35s ease;
}

.home .whiteback.boxcontnt .more:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.home .whiteback.boxcontnt .number {
  font-size: 120px;
  color: #00DAFE;
  font-weight: bold;
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
  font-family: 'Geometr415';
  margin-bottom: 10px;
}

@media (max-width: 1680px) {
  .home .whiteback.boxcontnt .number {
    line-height: 1.35;
  }
}

@media (max-width: 1440px) {
  .home .whiteback.boxcontnt .number {
    line-height: 1;
  }
}

.home .whiteback.boxcontnt .boxbottom {
  border-top: 1px dashed #000000;
  padding-top: 40px;
  margin-top: 30px;
}

.home .whiteback.boxcontnt .boxbottom a {
  background: #FF8A45;
  border-radius: 8px;
  padding: 23px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  display: block;
  width: 100%;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .home .whiteback.boxcontnt .boxbottom a {
    font-size: 14px;
  }
}

.home .whiteback.boxcontnt .boxbottom a.backnone {
  background: none;
  padding: 0;
  text-align: left;
}

.home .whiteback.boxcontnt .boxbottom a.backnone:hover {
  background: none;
}

.home .whiteback.boxcontnt .boxbottom a:hover {
  background: #FF8A45;
  color: #ffffff;
}

.home .whiteback.boxcontnt .boxbottom a img {
  width: 93px;
}

@media (max-width: 767px) {
  .home .whiteback.boxcontnt .col-md-5 {
    margin-top: 2rem;
  }
}

.home .whiteback.news {
  margin-bottom: 0px;
}

.home .whiteback.news .taba {
  display: flex;
  flex-wrap: wrap;
}

.home .whiteback.news .taba a {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 20px;
  color: #000000;
  padding: 11px 30px;
  margin-right: 30px;
  margin-bottom: 1rem;
}

.home .whiteback.news .taba a:nth-last-child(1) {
  margin-right: 0;
}

.home .whiteback.news .taba a.active {
  background: #62C4E7;
  border-color: #62C4E7;
  color: #ffffff;
}

@media (max-width: 767px) {
  .home .whiteback.news .taba a {
    margin-right: 1rem;
  }
}

.home .whiteback.news .tabcontent .socail {
  position: relative;
}

@media (max-width: 1024px) {
  .home .whiteback.news .tabcontent .socail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

.home .whiteback.news .tabcontent .socail a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 14px;
}

.home .whiteback.news .tabcontent .socail a:hover img {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .home .whiteback.news .tabcontent .socail a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home .whiteback.news .tabcontent .socail a {
    width: 100%;
  }
}

.home .whiteback.news .tabcontent .socail a img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  transition: all 0.35s ease;
}

.home .whiteback.news .tabcontent .socail a h2 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  margin-bottom: 0;
}

.home .whiteback.news .tabcontent .catetype a {
  display: block;
}

.home .whiteback.news .tabcontent .catetype img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1680px) {
  .home .whiteback.news .tabcontent .catetype .row .col-md-4 {
    width: 140px !important;
  }
}

@media (max-width: 1280px) {
  .home .whiteback.news .tabcontent .catetype .row .col-md-4 {
    width: 50% !important;
  }
}

.home .whiteback.news .tabcontent .boxcontnt {
  height: 100%;
}

.home .whiteback.news .tabcontent .items > .row .col-md-3 {
  width: 28%;
}

@media (max-width: 1024px) {
  .home .whiteback.news .tabcontent .items > .row .col-md-3 {
    width: 100%;
  }
}

.home .whiteback.news .tabcontent .items > .row .col-md-9 {
  width: 72%;
}

@media (max-width: 1024px) {
  .home .whiteback.news .tabcontent .items > .row .col-md-9 {
    width: 100%;
  }
}

.home .whiteback .ovsc {
  max-height: 370px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .home .whiteback .ovsc {
    max-height: 340px;
  }
}

@media (max-width: 767px) {
  .home .whiteback .ovsc {
    padding-right: 20px;
  }
}

.home .whiteback .wid100 {
  width: 100% !important;
}

.home.result {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .home.result .container > .row > .col-md-6 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .layui-laydate-range {
    width: 98% !important;
    left: 1% !important;
    margin-top: 10px !important;
  }
}

.txt p {
  text-align: justify;
}

.want {
  position: fixed;
  left: 1%;
  bottom: 3%;
  z-index: 8;
  width: 123px;
}

@media (max-width: 1366px) {
  .want {
    width: 123px;
  }
}

@media (max-width: 1280px) {
  .want {
    bottom: 0%;
    width: 100px;
    left: 1%;
  }
}

@media (max-width: 767px) {
  .want {
    bottom: 0%;
    left: 1%;
    width: 83px;
  }
}

.want img {
  display: block;
  width: 123px;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .want img {
    width: 100px;
  }
}

.want h4 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1366px) {
  .want h4 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .want h4 {
    font-size: 10px;
  }
}

.read-more {
  text-align: right;
  color: #6D6D6D;
  border-bottom: 3px solid #333333;
  display: inline-block;
}

.read-more:hover {
  border-color: #FCB561;
  color: #FCB561;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(1.6);
  }
  78%, 100% {
    opacity: 0;
  }
}

.title-h2::before {
  content: '';
  display: block;
  width: 52px;
  height: 4px;
  background: #8B795B;
  margin: 20px auto;
}

form .form-group .select-menu {
  cursor: pointer;
  position: relative;
  width: 100%;
}

form .form-group .select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

form .form-group .select-menu-ul li {
  padding: 5px 10px;
  margin-bottom: 0;
  border-radius: 0;
  color: #666666;
}

form .form-group .select-menu-ul li::before {
  display: none !important;
}

form .form-group .select-menu-div {
  width: 100%;
  position: relative;
  padding: 0.5rem 1rem;
  border: none;
  background: #EF8D50;
  color: #ffffff;
  border-radius: 40px;
}

form .form-group .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

form .form-group .select-this {
  background: #EF8D50;
  color: #fff !important;
}

form .form-group .select-menu-input {
  border: 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  outline: none;
  background: none;
  color: #ffffff;
  padding: 0;
}

form .form-group .select-menu-i {
  transform: rotate(180deg) translateY(50%);
}

form .form-group i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.radiolist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.radiolist .radiobox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.radiolist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
  border-color: #62C4E7;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark + .bzbox {
  background: #EF8D50;
  color: #ffffff;
}

.radiolist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0px;
  top: 2px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid #1E1E1E;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 1024px) {
  .radiolist .radiobox-inline .radiobox .radiomark {
    top: 0;
  }
}

@media (max-width: 768px) {
  .radiolist .radiobox-inline .radiobox .radiomark {
    width: 16px;
    height: 16px;
    top: 1px;
  }
}

.radiolist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #62C4E7;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.radiolist .radiobox-inline .radiobox .bzbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  background: #ffffff;
  border-radius: 50%;
  color: #010101;
  transition: all 0.35s ease;
  text-align: center;
}

@media (max-width: 767px) {
  .radiolist .radiobox-inline .radiobox .bzbox {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  .radiolist .radiobox-inline .radiobox .bzbox br {
    display: none;
  }
}

.checkboxlist {
  padding: 0.5rem 1rem;
}

.checkboxlist .checkbox-inline {
  display: flex;
  width: 100%;
  margin-bottom: 0rem;
  margin-top: 0.3rem;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.1rem;
  margin-top: 3px;
  cursor: pointer;
  line-height: 1;
}

.checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: rgba(239, 141, 80, 0.58);
  border-color: rgba(239, 141, 80, 0.58);
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 14px;
  width: 14px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #EF8D50;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #62C4E7;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkboxlist .checkbox-inline span {
  color: #1E1E1E;
  font-weight: normal;
}

.garyText {
  color: #9F9F9F;
}

.aurl {
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1;
  position: relative;
  padding: 0.85rem 0.6rem;
  border-radius: 10px;
  max-width: max-content;
  color: #ffffff;
  text-align: center;
  background: #FF8A45;
}

@media (max-width: 767px) {
  .aurl {
    padding: 0.5rem;
    font-size: 20px;
  }
}

.aurl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: #ffffff;
}

.aurl:hover {
  color: #FF8A45;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.aurl:hover::after {
  height: 100%;
}

.pup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: none;
}

.pup.show {
  display: block;
}

.pup .pupback {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.pup .conbox {
  max-width: 964px;
  background: #ffffff;
  border-radius: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

@media (max-width: 768px) {
  .pup .conbox {
    max-width: 94%;
    width: 94%;
  }
}

.pup .conbox .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.pup .conbox .boximg {
  position: relative;
  width: 100%;
  height: 267px;
  background: url(../images/pup.png) no-repeat top center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 7rem 1rem 2rem 1rem;
  overflow: hidden;
}

.pup .conbox .boximg * {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.39);
}

.pup .conbox .con {
  padding: 3rem;
  padding-bottom: 0;
  width: 92%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .pup .conbox .con {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pup .conbox .con {
    padding: 1.5rem;
  }
}

.pup .conbox .con * {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .pup .conbox .con * {
    margin-bottom: 15px;
  }
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}

.modal.in .modal-dialog {
  width: 700px;
  height: 100%;
  box-sizing: border-box;
  max-width: 700px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.modal.in .modal-dialog .modal-header {
  display: block;
  border: none;
}

.modal.in .modal-dialog .modal-content {
  max-width: 740px;
  border-radius: 0px;
  display: block;
  padding: 3rem;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog .modal-content {
    padding: 1.5rem;
  }
}

.modal.in .modal-dialog .modal-content img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.modal.in .modal-dialog .modal-content form label {
  display: block;
  margin-bottom: 0.5rem;
}

.modal.in .modal-dialog .modal-content form input {
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-content form button {
  width: 100%;
  background: #62C4E7;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-footer {
  border-top: none !important;
}

.modal.in .modal-dialog .modal-footer button {
  width: 48%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid #064CEA;
  box-shadow: none;
}

.modal.in .modal-dialog .modal-footer button:nth-child(1) {
  color: #ffffff;
}

.modal.in .modal-dialog .content2 {
  display: none;
}

.Member {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Member {
    height: auto;
    overflow: visible;
  }
}

.Member .left_nav {
  width: 268px;
  height: 100vh;
  background: #FCF8ED;
}

@media (max-width: 767px) {
  .Member .left_nav {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }
}

.Member .left_nav .logo {
  box-sizing: border-box;
  width: 100%;
  padding: 2rem;
}

@media (max-width: 767px) {
  .Member .left_nav .logo {
    padding: 1rem 0;
  }
}

.Member .left_nav .logo img {
  display: block;
  margin: 0 auto;
  width: 160px;
}

@media (max-width: 767px) {
  .Member .left_nav .logo img {
    margin: 0;
  }
}

.Member .left_nav nav {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .Member .left_nav nav {
    opacity: 0;
    z-index: 99;
    position: fixed;
    top: 0;
    right: -400px;
    box-sizing: border-box;
    width: 400px;
    height: 100vh;
    padding: 37px 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #333333;
    background: #f3f3f3;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2) inset;
  }
}

.Member .left_nav nav ul {
  padding-left: 0;
}

.Member .left_nav nav ul li {
  list-style: none;
}

.Member .left_nav nav ul li::before {
  display: none;
}

.Member .left_nav nav ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
}

.Member .left_nav nav ul li a.active {
  background: #FAF3AD;
}

.Member .left_nav nav ul li a img {
  margin-right: 20px;
}

.Member .left_nav .mobilenav {
  display: none;
}

@media (max-width: 767px) {
  .Member .left_nav .mobilenav {
    display: block;
  }
}

.Member .left_nav .mobilenav span {
  display: block;
  height: 3px;
  width: 30px;
  background: #374869;
  border-radius: 9px;
  margin: 4px 0px;
}

.Member .right-content {
  width: calc(100% - 268px);
  box-sizing: border-box;
  padding: 1rem;
  overflow: scroll;
  height: 100vh;
}

@media (max-width: 767px) {
  .Member .right-content {
    width: 100%;
    margin-top: 1rem;
    height: auto;
    overflow: visible;
  }
}

.Member .right-content .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Member .right-content .topbar form .form-group {
  display: flex;
  align-items: center;
  border: 1px solid #374869;
  padding: 0.35rem 1rem;
  width: 538px;
}

@media (max-width: 820px) {
  .Member .right-content .topbar form .form-group {
    width: auto;
  }
}

.Member .right-content .topbar form .form-group input {
  box-shadow: none;
  border: none;
  padding: 0;
}

.Member .right-content .topbar .user {
  display: flex;
  align-items: center;
}

.Member .right-content .topbar .user a i {
  color: #7B7B92;
}

.Member .right-content .bread * {
  color: #374869;
}

.Member .right-content .content {
  max-width: 680px;
  margin: 10rem auto 15rem auto;
}

@media (max-width: 767px) {
  .Member .right-content .content {
    margin: 5rem auto 10rem auto;
  }
}

.Member .right-content .content form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Member .right-content .content form .form-group label {
  max-width: 140px;
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group label {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}

.Member .right-content .content form .form-group .form-control {
  width: calc(100% - 160px);
  border: 1px solid rgba(112, 112, 112, 0.3);
  box-sizing: border-box;
  padding: 1rem;
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group .form-control {
    width: 100%;
  }
}

.Member .right-content .content form .form-group .select-menu {
  width: calc(100% - 160px);
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group .select-menu {
    width: 100%;
  }
}

.Member .right-content .content form .form-group .select-menu .form-control {
  width: 100%;
}

.Member .right-content .content form .twobtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Member .right-content .content form .twobtn button {
  margin: 1rem;
  width: 150px;
  background: #ffffff;
  border: 1px solid #374869;
  text-transform: capitalize;
  font-family: 'PT_Serif-Web-Regular';
}

.Member .right-content .content form .twobtn button img {
  margin-left: 0;
  margin-right: 10px;
}

.Member .right-content .content .taba {
  display: flex;
  align-items: center;
}

.Member .right-content .content .taba a {
  color: rgba(55, 72, 105, 0.6);
  padding: 0.5rem;
  margin: 0 1.5rem;
  text-align: center;
}

.Member .right-content .content .taba a.active {
  color: #374869;
  border-bottom: 2px solid #374869;
  padding: 0.5rem;
}

.Member .right-content .content .tabcontent table thead {
  background: #FCF8ED;
  border-color: #FCF8ED;
}

.Member .right-content .content .tabcontent table thead th {
  padding: 1rem 2rem;
  vertical-align: middle;
}

.Member .right-content .content .tabcontent table th, .Member .right-content .content .tabcontent table td {
  padding: 2.1rem 2rem;
  color: #374869;
  border: none;
  text-align: center;
}

.Member .right-content .content .tabcontent table th:nth-child(1), .Member .right-content .content .tabcontent table td:nth-child(1) {
  text-align: left;
}

.Member .right-content .content .tabcontent table tbody {
  border: none;
}

.Member .right-content .content .tabcontent table tbody tr {
  background: #ffffff;
  border: none;
}

.Member .right-content .content .tabcontent table tbody tr:nth-child(even) {
  background: #EFEFEF;
}

main.wrapper {
  left: 0;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

main.wrapper.open {
  left: -400px;
}

main.wrapper.open .Member .left_nav nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-top: 0;
  opacity: 1;
}

main.wrapper.open .close::before, main.wrapper.open .close::after {
  background: #333;
}

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox {
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
}

.load-more::after {
  display: none;
}

footer {
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #000000;
  position: relative;
  color: #FCB561;
}

footer .container {
  max-width: 92%;
}

footer .foottop {
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

footer .foottop ul {
  padding-left: 0;
}

@media (max-width: 767px) {
  footer .foottop ul {
    display: flex;
    flex-wrap: wrap;
  }
}

footer .foottop ul li {
  margin-top: 2px;
  list-style: none;
}

@media (max-width: 767px) {
  footer .foottop ul li {
    width: 50%;
  }
}

footer .foottop ul li a {
  color: #FCB561;
  transition: all 0.35s ease;
  display: inline-block;
  margin-top: 10px;
  font-family: 'Poppins-Light', '微軟正黑體';
}

footer .foottop ul li a:hover {
  color: #AF9C85;
}

footer .logo {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 20px;
  }
}

footer .logo a {
  display: inline-block;
  margin-right: 20px;
}

footer .logo a:nth-last-child(1) {
  margin-right: 0;
}

footer .links a {
  display: inline-block;
  margin-right: 20px;
}

footer h3 {
  text-transform: uppercase;
}

footer .copyright {
  border-top: 1px solid #553E1F;
}

@media (max-width: 767px) {
  footer .copyright {
    justify-content: center !important;
  }
}

footer .copyright span {
  color: #ffffff;
}

@media (max-width: 767px) {
  footer .copyright span {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

footer .copyright .links {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  footer .copyright .links {
    justify-content: center;
    width: 100%;
  }
}

footer .copyright .links a {
  color: #ffffff;
  display: flex;
  align-items: center;
}

footer .copyright .links a:nth-child(1)::before {
  display: none;
}

footer .copyright .links a::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 19px;
  background: #ffffff;
  margin-right: 20px;
}

footer .address {
  font-family: 'Poppins-Light', '微軟正黑體';
}

footer .address dl {
  margin-bottom: 30px;
}

footer .address dl dd {
  color: #ffffff;
}

@media (max-width: 767px) {
  footer .row .col-md-4 {
    margin-bottom: 30px;
  }
}

footer .row .col-md-4:nth-last-child(1) {
  text-align: right;
}

@media (max-width: 767px) {
  footer .row .col-md-4:nth-last-child(1) {
    text-align: left;
    margin-bottom: 0;
  }
}

footer .row .col-md-4:nth-last-child(1) h3 {
  text-align: right;
}

@media (max-width: 767px) {
  footer .row .col-md-4:nth-last-child(1) h3 {
    text-align: left;
  }
}

footer .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 767px) {
  footer .social {
    justify-content: flex-start;
  }
}

footer .social a {
  color: #FCB561;
  margin-left: 20px;
  font-size: 24px;
  transition: all 0.35s ease;
  display: block;
}

@media (max-width: 767px) {
  footer .social a {
    margin-left: 0;
    margin-right: 15px;
  }
}

footer .social a i {
  transition: all 0.35s ease;
}

footer .social a:hover i {
  transform: scale(1.1);
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 7rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  width: 60px;
  height: 60px;
  opacity: 0;
  background: #8B795B;
  border-radius: 50%;
  transform: translateY(5rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
}

.message.on {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .message {
    transform: translateY(8rem);
  }
}

@media (min-width: 1680px) {
  .message {
    transform: translateY(15rem);
  }
}

.message::after {
  content: "\f062";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
}

@media (max-width: 767px) {
  .message span {
    display: none;
  }
}

.fixlinks {
  z-index: 99;
  bottom: 150px;
  right: 50px;
  position: fixed;
  width: 257px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .fixlinks {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .fixlinks {
    bottom: 70px;
    right: 5px;
  }
}

.fixlinks.show ul {
  display: block;
}

.fixlinks.show .abtn {
  background: #C24D00;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.fixlinks.show .abtn img {
  transform: none;
}

.fixlinks .abtn {
  background: linear-gradient(180deg, #EB630A 0%, #FF8D43 100%) 0% 0% no-repeat padding-box;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

@media (max-width: 767px) {
  .fixlinks .abtn {
    width: 50px;
    height: 50px;
  }
}

.fixlinks .abtn img {
  transition: all 0.35s ease;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .fixlinks .abtn img {
    width: 15px;
  }
}

.fixlinks ul {
  padding-left: 0;
  border-radius: 20px;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  display: none;
}

.fixlinks ul li {
  list-style: none;
}

.fixlinks ul li:nth-child(2) a {
  color: #A560B2;
}

.fixlinks ul li:nth-child(3) a {
  color: #CB8200;
}

.fixlinks ul li a {
  padding: 20px;
  display: flex;
  align-items: center;
  color: #0E642D;
  font-weight: bold;
  font-family: 'TitilliumWeb-SemiBold', '微軟正黑體';
}

.fixlinks ul li a:hover {
  background: #F5F5F5;
}

.fixlinks ul li a img {
  margin-right: 10px;
}

@media (max-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (max-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  padding: 0.8rem 1.25rem;
  color: #FEB95E;
  background: #ffffff;
  border: 1px solid #FEB95E;
  transition: all 0.35s ease;
}

.pageinfo ul li a:hover {
  background: #FEB95E;
  color: #fff;
}

.pageinfo ul li .active {
  color: #ffffff;
  background: #FEB95E;
}

.pageinfo ul li .prev {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #FEB95E;
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
}

.pageinfo ul li .prev:hover {
  background: none;
  color: #FEB95E;
}

.pageinfo ul li .next {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #FEB95E;
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
}

.pageinfo ul li .next:hover {
  background: none;
  color: #FEB95E;
}

@media (max-width: 767px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #62C4E7;
}

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.fixed {
  position: fixed;
  left: 1rem;
  top: 15%;
  z-index: 99;
  background: #F8F8F8;
  transition: all 0.35s ease;
}

.fixed.sticky ul li img {
  margin-bottom: 0;
}

.fixed.sticky ul li b {
  display: none;
}

@media (max-width: 1024px) {
  .fixed {
    display: none;
  }
}

.fixed ul {
  margin-bottom: 0;
}

.fixed ul li {
  list-style: none;
  color: #98A3AD;
  border-bottom: 1px solid #DADADC;
  box-sizing: border-box;
  padding: 2rem 0.5rem;
  margin-bottom: 0;
}

.fixed ul li::before {
  display: none;
}

.fixed ul li img {
  display: block;
  margin: 0rem auto 0.5rem auto;
}

.fixed ul li b {
  display: block;
  text-align: center;
  color: #98A3AD;
  line-height: 1.2;
}

/* Webkit内核（Chrome、Safari） */
.form-control::-webkit-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #666666;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #666666;
  /* placeholder文字颜色为紫色 */
}

/* Webkit内核（Chrome、Safari） */
.select-menu-input::-webkit-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.select-menu-input::-moz-placeholder {
  color: #666666;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.select-menu-input::-ms-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.select-menu-input::placeholder {
  color: #666666;
  /* placeholder文字颜色为紫色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
