:root {
  --bs-my-purple: #920783;
  --bs-my-blue: #007dc4;
  --bs-my-blue2: #56c5d0;
  --bs-my-blue3: #0066cc;
  --bs-my-blue4: #1da1f2;
  --bs-my-blue5: #00b9f2;
  --bs-my-blue6: #008d77;
  --bs-my-blue7: #0075c1;
  --bs-my-yellow: #ffcb05;
  --bs-my-red: #a40035;
  --bs-my-bgcolor: #ebf6ff;
  --bs-my-pink: #f27292;
  --bs-my-pink2: #920783;
  --bs-my-orange: #faa619;
  --bs-my-green: #009944;
  --bs-my-nav-link-padding-y: 0.3rem;
}

@font-face {
  font-family: "NotoSansTC-Thin";
  src: url("/Public/fonts/NotoSansTC-Thin.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansTC-ExtraLight";
  src: url("/Public/fonts/NotoSansTC-ExtraLight.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansTC-Light";
  src: url("/Public/fonts/NotoSansTC-Light.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansTC-Regular";
  src: url("/Public/fonts/NotoSansTC-Regular.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansTC-Medium";
  src: url("/Public/fonts/NotoSansTC-Medium.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansTC-SemiBold";
  src: url("/Public/fonts/NotoSansTC-SemiBold.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansTC-Bold";
  src: url("/Public/fonts/NotoSansTC-Bold.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansTC-ExtraBold";
  src: url("/Public/fonts/NotoSansTC-ExtraBold.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSansTC-Black";
  src: url("/Public/fonts/NotoSansTC-Black.woff2") format("woff2"), url("/Public/fonts/NotoSansTC-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html,
body {
  color: #505050;
  background-color: #f1f3f5;
  /*  background: url('/Public/images/2025/background.png');
  background-repeat:repeat;*/
  position: relative;
  font-family: Arial, Helvetica, "NotoSansTC-Regular", "Helvetica Neue", "新微軟正黑體", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", sans-serif;
  font-weight: 400;
}

.mycol {
  padding: 0;
  margin: 0;
}

/*header*/

.main-header {
}

.nav-link {
  color: var(--bs-black);
  font-family: "NotoSansTC-Medium";
  font-weight: 500;
  font-size: 1.1rem;
  padding: var(--bs-my-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.nav-link:focus,
.nav-link:hover {
}

.nav-scroller .nav {
  color: var(--bs-black);
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: var(--bs-white);
}

.nav-scroller .nav-link:hover {
  color: var(--bs-yellow);
}

.nav-scroller .active {
  color: var(--bs-yellow);
}

.myhead {
  padding: 0;
  height: 140px;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 33px;
  left: 16px;
}

.header-slogan {
  position: absolute;
  top: 53px;
  left: 523px;
}

.header-hotline {
  position: absolute;
  top: 33px;
  right: 16px;
}

.header-site {
  position: absolute;
  top: 90px;
  right: 16px;
}

.header-site a {
  text-decoration: none;
}

.header-site-hk {
  display: inline-block;
  width: 64px;
  border-radius: 5px 0 0 5px;
  border: thin solid #e60012;
  background: #e60012;
  color: #ffffff;
  text-align: center;
}

.header-site-hk:hover {
  color: #ffffff;
}

.header-site-mo {
  display: inline-block;
  width: 64px;
  border-top: thin solid #c2c2c2;
  border-bottom: thin solid #c2c2c2;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
}

.header-site-gz {
  display: inline-block;
  width: 64px;
  border-radius: 0 5px 5px 0;
  border: thin solid #c2c2c2;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
}

.header-hotline-xs {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 5px;
}

.header-hotline-xs span {
  background: #e60012;
  color: #ffffff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  border: thin solid #e60012;
  display: block;
  padding: 0 5px;
}

.header-hotline-xs a {
  text-align: center;
  border-radius: 0 0 5px 5px;
  border: thin solid #c2c2c2;
  border-top: none;
  display: block;
  padding: 0 5px;
  background-color: #ffffff;
}

@media (max-width: 1399px) {
  .header-slogan {
    left: 430px;
  }
}

@media (max-width: 1199px) {
}

@media (max-width: 767px) {
  .header-logo {
    position: static;
  }

  .header-logo img {
    width: 70%;
  }
  .myhead {
    height: auto;
    padding: 10px;
  }
}

.wbg {
  background: #ffffff;
}

.wbg2 {
  background: #ffffff;
  border-bottom: 4px solid #e3e3e3;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* main-navigation */

.navbarbg {
  background: linear-gradient(to right, rgb(169, 228, 250) 0%, rgb(91, 222, 216) 50%, rgb(192, 231, 146) 100%);
  min-height: 50px;
}

.main-navigation {
  text-align: center;
  word-spacing: 0px;
}

.mymenu {
  padding-left: 4px;
  padding-right: 4px;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
  color: #ffffff;
}

.main-navigation .menu {
  padding: 0;
  margin: 0;
}

.main-navigation .menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.main-navigation .menu li.nav-current {
  border-bottom: 2px solid #e67e22;
  margin-bottom: -2px;
}

.main-navigation .menu li a {
  color: #ffffff;
  line-height: 2.5em;
  display: block;
  padding: 0 7px;
  font-size: 1.2em;
}

#menu-ielts {
  color: #ffff00;
}

@media (min-width: 768px) {
  .main-navigation .menu li a {
    padding: 0 16px;
  }
}

@media (min-width: 992px) {
  .main-navigation .menu li a {
    padding: 0 5px;
  }
}

@media (min-width: 1200px) {
  .main-navigation .menu li a {
    padding: 0 15px;
  }
}

.main-navigation .menu li:hover > a {
  color: #f5ea17;
  text-decoration: none;
}

.main-navigation .menu li ul {
  visibility: hidden;
  background: #ffffff;
  text-align: left;
  padding: 2px 0px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 120%;
  /*width: 200px;*/
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-navigation .menu li ul li {
  display: block;
  margin: 0;
}

.main-navigation .menu li ul li a {
  line-height: 1.8em;
  color: #505050;
}

.main-navigation .menu li ul:hover > a {
  color: #000000;
}

.main-navigation .menu li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #0075c1;
  color: var(--bs-white);
}

@media (max-width: 767px) {
  .main-navigation {
    text-align: left;
  }
  .main-navigation .menu li {
    display: block;
  }
  .main-navigation .menu li:hover > a {
    color: #fff100;
    text-decoration: none;
  }
  .main-navigation .menu li ul {
    visibility: visible;
    padding: 0px 0px 0px 18px;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .copyright span {
    font-size: 0.8em;
    line-height: 0.8em;
  }
  html,
  body {
    background: #ffffff;
  }
}

/* navbar */
.navbar-header {
  text-align: center;
}

.navbar-header i {
  height: 56px;
  line-height: 56px;
  font-size: 2em;
  cursor: pointer;
}

@media (min-width: 767px) {
  .nav-toggle-button {
    display: none;
  }
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/*flag*/

.flag-box {
  padding: 0;
  min-height: 50px;
  line-height: 50px;
}

.flag-row a {
  text-decoration: none;
}

.flag-text {
  font-size: 0.9rem;
}

.flag-block {
  display: inline-block;
  font-size: 1.1rem;
}

.flag-block img {
  width: 28px;
}

.flag-block:hover {
  text-decoration: none;
}

.flag-cn-text {
  color: #333333;
}

.flag-en-text {
  color: #333333;
}

@media (max-width: 1199px) {
  .flag-block {
    display: inline-block;
    height: 45px;
    padding: 0 16px;
    text-align: center;
  }
  .flag-aus {
    background-image: none;
  }

  .flag-nz {
    background-image: none;
  }

  .flag-uk {
    background-image: none;
  }

  .flag-us {
    background-image: none;
  }

  .flag-ca {
    background-image: none;
  }

  .flag-fl {
    background-image: none;
  }

  .flag-nl {
    background-image: none;
  }

  .flag-sw {
    background-image: none;
  }

  .flag-sp {
    background-image: none;
  }

  .flag-cy {
    background-image: none;
  }

  .flag-jp {
    background-image: none;
  }
}

.xxhover a:hover {
  text-decoration: none;
  background-color: #0e68b7;
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.xxhover:hover {
  text-decoration: none;
  background-color: #0e68b7;
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.xxhover:hover {
  text-decoration: none;
  background-color: #0e68b7;
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

footer {
  text-align: center;
}

#copyright a {
  color: #333333;
}

#copyright a:hover {
  color: #00a0e9;
}

.whatsapp-bottom {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 1030;
  border-radius: 0 10px 10px 10px;
  box-shadow: 15px 0 30px -20px #333, -15px 0 30px -20px #333;
  animation: riseup 3s ease-in-out;
}

@keyframes riseup {
  0% {
    bottom: -500px;
  }
  100% {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 100px;
  }
}

.carousel-control {
  width: 5% !important;
}

.hkst-logo {
  padding: 0 0 10px 0;
  position: relative;
}

.hkst-award {
  padding: 0 0 10px 0;
}

.myform {
  padding: 0;
  margin-bottom: 10px;
}

.input-list {
  padding: 10px;
}

.input-list2 {
  padding: 4px 10px;
}

.input-list input {
}
.myform-1 {
  background-color: #f4f9e8;
  padding: 0;
}

.myform-1-head {
  background-color: #8fc31f;
  color: #ffffff;
  font-size: 1.3em;
  padding: 5px 10px;
}

.myform-2 {
  background-color: #e5f5fd;
  padding: 0 0 3px 0;
}

.myform-2-head {
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 1.3em;
  padding: 5px 10px;
}

.myform-4 {
  background-color: #f0e6f5;
  padding: 0;
}

.myform-4-head {
  background-color: #8957a1;
  color: #ffffff;
  font-size: 1.3em;
  padding: 5px 10px;
}

.xcontrol {
  height: 31px;
  border-color: rgb(133, 133, 133);
}

.input-list label {
  padding: 0 15px;
}

.myform-3 {
  background-color: #ede9e5;
  padding: 10px 0 0 0;
}

.myform-3 .indiv {
  border-radius: 10px;
  padding: 10px;
}

.form-submit-btn {
  padding: 10px 0;
}

#im {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px;
}

#im div {
  padding: 5px 5px;
}

#im a {
  background-repeat: no-repeat;
  display: block;
  height: 150px;
  color: #ffffff;
  text-align: right;
  font-size: 1.2rem;
  vertical-align: bottom;
  padding-top: 120px;
  padding-right: 10px;
  text-decoration: none;
}

#im a:hover {
  text-decoration: none;
}

.im-hs a {
  background-image: url(/Public/images/2024/common/index-im-hs.jpg);
  background-size: cover;
}

.im-dse a {
  background-image: url(/Public/images/2024/common/index-im-dse.jpg);
  background-size: cover;
}

.im-topup a {
  background-image: url(/Public/images/2024/common/index-im-topup.jpg);
  background-size: cover;
}

@media (max-width: 991px) {
  .im-hs a {
    background-image: none;
    padding: 0 !important;
    height: auto !important;
  }

  .im-dse a {
    background-image: none;
    padding: 0 !important;
    height: auto !important;
  }

  .im-topup a {
    background-image: none;
    padding: 0 !important;
    height: auto !important;
  }
}

#tools {
  padding-right: 0;
  padding-left: 10px;
  margin-top: 10px;
}

#tools div {
  background-color: #ffffff;
  text-align: center;
  padding-top: 5px;
}

.tools-text a {
  color: #920783;
  font-size: 1.2em;
  text-decoration: none;
}

.tools-text2 {
  font-size: 1.2em;
  line-height: 1.05em !important;
  padding-bottom: 1px;
}

.tools-text2 a {
  color: #920783;
  text-decoration: none;
}

.chat-box {
  text-align: center;
}

.chat-box img {
  width: 60%;
}

@media (max-width: 1199px) {
  .tools-text a {
    font-size: 1em;
  }

  .tools-text2 {
    font-size: 1em;
    line-height: 1.22em !important;
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #tools {
    padding-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #tools > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tools-text a {
    font-size: 0.9em;
  }
  .chat-box img {
    width: 100%;
  }
}

.mylogo {
  padding-left: 0;
  padding-right: 0;
}

.chat-box img {
  opacity: 0.5;
}

.chat-box img:hover {
  opacity: 1;
}

.footerbg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.myscale:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.event-img {
  overflow: hidden;
}

/*20230217 for cookies codition*/

.mypopup-fix2 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000201;
}

.mypopup-fadeinup2 {
  animation-name: fadeInUp;
  animation-delay: 0s;
  -webkitanimation-delay: 0s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.mypopup-bg2 {
  text-align: center;
  background-color: #ffffff;
  position: relative;
  border-top: 1px solid #333333;
}

.mypopup-body2 {
  width: 1170px;
  font-size: 1.2em;
  padding: 20px;
  text-align: left;
  margin: auto;
  line-height: 1.8em;
}

.popupbtn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 5px 30px;
  text-align: center;
  background-color: #8fc31f;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.popupbtn:hover {
  background-color: #ffffff;
  color: #8fc31f;
  text-decoration: none;
  border: 1px solid #8fc31f;
}

.mypopup-body2 .abtn {
  color: #730808;
  text-decoration: underline;
}

.mypopup-body2 p {
  position: relative;
}

@media (max-width: 1199px) {
  .mypopup-body2 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .popupbtn {
    position: static;
  }
}

@media (max-width: 767px) {
  .popupbtn {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 4.7rem;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 6.7rem; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 30%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background: linear-gradient(to top, rgb(169, 228, 250) 0%, rgb(91, 222, 216) 50%, rgb(192, 231, 146) 100%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 100;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .my-nav {
    background-color: var(--bs-white);
    height: 6.7rem;
  }

  .navbar-toggler-icon {
    background-image: URL(/Public/images/2024/common/nav.svg);
  }
  .nav-link:focus,
  .nav-link:hover {
    background-color: transparent;
    color: var(--bs-white);
  }
  .nav-link:active {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    appearance: none;
  }

  .navbarbg {
    background: none;
  }
  .myfixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0.25rem 0.5rem rgba(var(--bs-body-color-rgb), 0.075) !important;
    background-color: var(--bs-white);
  }
  .copyright {
    text-align: left;
  }
  .wbg2 {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 4.5rem;
  }
  .offcanvas-collapse {
    top: 4.5rem;
    width: 50%;
  }
  .my-nav {
    background-color: var(--bs-white);
    height: 4.5rem;
  }
  .dropdown-item {
    white-space: normal;
  }

  .footerbg {
    padding: 5px;
    font-size: 0.8rem;
    background-color: transparent;
    color: var(--bs-gray);
  }

  #copyright a {
    color: var(--bs-gray);
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper-flag a {
  font-size: 0.7rem;
  line-height: 0.6rem;
  text-decoration: none;
  color: var(--bs-black);
}

.link-text {
  text-decoration: none;
  color: var(--bs-gray);
}

.fs-7 {
  font-size: 0.875rem;
}

.fs-8 {
  font-size: 0.775rem;
}

.fs-9 {
  font-size: 0.675rem;
}

.fs-10 {
  font-size: 0.575rem;
}

.input-hkst label {
  padding-right: 10px;
}

.input-hkst input {
  vertical-align: baseline;
  padding-right: 10px;
}

#verity {
  position: relative;
}

#checkVerify {
  position: absolute;
  top: 35px;
  right: 10px;
}

.nolinelink {
  text-decoration: none;
  color: var(--bs-gray);
}

.btn-default {
  border-color: #cccccc;
}

.btn-default:hover {
  border-color: #198754;
  background-color: #198754;
  color: #ffffff;
}

.fix-header {
  height: 30px;
}

a.underline-hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a.underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px; /* 線條粗細 */
  width: 100%;
  background-color: #0d6efd;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

a.underline-hover:hover::after {
  transform: scaleX(1);
}

.main-white {
  background-color: var(--bs-white);
}
