@import url("../font-awesome/css/fontawesome.min.css");
@import url("../font-awesome/css/solid.min.css");
@import url("../font-awesome/css/brands.min.css");

@font-face {
  font-family: "Roboto-Thin";
  src: url(../webfonts/roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: "Roboto";
  src: url(../webfonts/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Work-Sans";
  src: url(../webfonts/work/WorkSans-Light.ttf);
}

@font-face {
  font-family: "Work-Sans-Thin";
  src: url(../webfonts/work/WorkSans-ExtraLight.ttf);
}

@font-face {
  font-family: "Yuanti";
  src: url(../webfonts/yuanti/shiweiyuanti.ttf);
}

@font-face {
  font-family: "simfang";
  src: url(../webfonts/fangsong/chinese.simfang.ttf);
}

@font-face {
  font-family: "fzkai";
  src: url(../webfonts/fzkai/FZKai.ttf);
}

body {
    margin:0;
    font-family: 'fzkai', 'Roboto-Thin', Roboto, sans-serif;
    position: relative;
    line-height: 1.875;
    width:100%;

}
.preventScroll {
  overflow: hidden;
}
#languageLink {
  display:none;
}

header {
  position: fixed;
  top:0;
  z-index:102;
  width:100%;
  background-color:#fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

header .row {
  width:1400px;
  max-width:100%;
  margin:0 auto;
  align-items: center;
}

header .row .col-md-3 {
  width:25% !important;
  padding:0;
}

header .row .col-md-9 {
  text-align:right;
  display:none;
  width:75% !important;
}

header .row .col-md-9 a {
  background-color:transparent;
  border:none;
  margin-top:.05rem;
  outline:none;
  color:#000 !important;
  font-family: 'fzkai', 'Roboto-Thin', Roboto, sans-serif;
  letter-spacing: .05em;
  text-decoration: none;
  transition:.2s all ease-in-out;
  font-size: 17px;
  /*text-shadow: 0 0 black;*/
  padding:.2rem;
  padding-left:1rem;
  border-left:1px solid #dfdfdf;
  font-size:18px;
}

header .row .col-md-9 a:last-child {
  border-right:none;
}

header .row .col-md-9 a img, header .row .col-md-9 a img, header .row .col-md-9 button img {
  width: 32px;
  margin-right: .2rem;
  padding-bottom: 5px;
  vertical-align: middle;
  transition: .2s all ease-in-out;
}

header .row .col-md-9 button {
  background-color:transparent;
  border:none;
  outline: none !important;
  box-shadow: none !important;
  width: 120px;
  font-size: 14px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

header .row .col-md-9 a:hover, header .row .col-md-9 a:hover, header .row .col-md-9 button:hover {
  color:#006f9c !important;
}
header .row .col-md-9 .dropdown-menu li a {
  transition: none;
}
header .row .col-md-9 .dropdown-menu li:hover a {
  color:#fff !important;
}

header .row .col-md-9 a:hover img, header .row .col-md-9 a:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(36%) saturate(3847%) hue-rotate(174deg) brightness(88%) contrast(101%);
}

header img.logo {
  max-width:100px;
  padding:.5rem;
}

.dropdown {
  display: inline-block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  padding:0 !important;
}
.dropdown-menu li {
  border-bottom:1px solid #efefef;
  padding:.25rem
}
.dropdown-menu li:last-child {
  border:none;
}
.dropdown-menu li a {
  font-size:18px;
  border:none !important;
}
.dropdown-menu li:hover {
  background: linear-gradient(to top, #0087be, #009fdf);
}

h1.title {
  letter-spacing: .05em;;
  font-size: 30px;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
  position:relative;
  font-weight:400;
}

h1.title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  left: calc(50% - 40px);
  bottom: 10px;
  background-color:#333;
}

#header-nav-wrap .header-main-nav li a.btn-primary:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color:#fff !important;
}

a, a:visited {
  transition: all 0.3s ease-in-out;
}

form {
  max-width:460px;
  margin:0 auto;
}

.form-control {
  background-color:transparent !important;
  outline:none;
  border: 1px solid #333;
  box-shadow: none !important;
  outline:none !important;
}

button.submit {
  width: 100%;
  margin-top: 1rem;
  padding: .75rem 1rem;
  border: 1px solid #ddd;
}
#menu {
  overflow: hidden;
  z-index:101;
  margin:0 auto;
  position: sticky;
  top:0;
  width:100%;
  background: linear-gradient(to top, #0087be, #009fdf);
  transition:all .2s ease-in-out;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#menu::before, div.pprice::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg1.png);
  background-size: cover;
  background-position: center;
  opacity:.4;
}

#menu .row {
  animation-delay:.2s;
}

#menu ul {
  list-style:none;
  display:flex;
  margin:0 auto;
  width:100%;
  max-width:1200px;
}

#menu ul li {
  margin:0 auto;
  padding:.25rem 0;
  border-left:1px solid #007aab;
  width:20%;
  text-align: center;
  transition:all .2s ease-in-out;
}

#menu ul li:hover, #menu ul li.active {
  background-color:#007aab;
}

#menu ul li:last-child {
  border-right:1px solid #007aab;
}

#menu ul li a {
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size:12px;
  letter-spacing:.08em;
  width:100%;
  height:100%;
  display: block;
  position:relative;
}

#menu ul li a img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7500%) hue-rotate(88deg) brightness(102%) contrast(100%);
  width: 30px;
  display: block;
  margin: 0 auto;
  padding:.15rem;
  padding-top:.25rem;
  transition:all .2s ease-in-out;
}

#menu ul li a:hover img {
  transform:translateY(-2px);
}

#btnNotificationPanel {
  position: relative;
}

#btnNotificationPanel #noticount {
  position:absolute;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius:50%;
  font-size:11px;
  width: 20px;
  height: 20px;
  right: 2px;
  top: -6px;
  font-family: sans-serif;
  z-index: 1;
  color:#fff;
  background-color:#cd0000;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#login_sideBar {
  padding:1rem;
  padding-top:100px;
  overflow: hidden;
}

#user_sideBar::before {
  overflow: hidden;
}

#login_sideBar::before, #user_sideBar::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: -186px;
  background-image: url(../img/tree3.png);
  background-size: cover;
  background-position: center;
  opacity:.05;
  --mask: linear-gradient(to top, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

#login_sideBar .login_panel label i, #login_sideBar .forget_panel label i {
  margin-right:.5rem;
  color:#006f9c;
}

#login_sideBar .login_panel a, #login_sideBar .forget_panel a {
  color:#005476;
  display: block;
  text-align: center;
  font-family: sans-serif;
  text-underline-offset: 3px;
}

#login_sideBar .login_panel a:hover {
  color:#006f9c;
}
#login_sideBar .forget_panel {
  display:none;
}
#login_sideBar .login_panel button, #login_sideBar .forget_panel button {
  position: relative;
  top:auto;
  right:auto;
  margin:2rem auto;
  margin-bottom:1rem;
  display:block;
  width: 140px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
}

#login_sideBar .nav-tabs .nav-link.active {
  background:linear-gradient(to top,#dee2e6, transparent) !important;
}

#login_sideBar .login_panel #nav-tab button {
  margin:0 !important;
  box-shadow:none;
  outline:none;
  color:#000;
  background-color:transparent;
  width:50% !important;
  border-radius:0;
  border-bottom:none;
}

#login_sideBar .login_panel #nav-tab button.active {
  color:#005476;
  font-weight:600;
}

#login_sideBar form {
  margin-top:1.5rem;
}

#login_sideBar h1 {
  font-weight:normal;
  margin:1rem 0;
}

#login_sideBar p {
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-size: 12px;
  color: #aaa;
}

#login_sideBar p a {
  color: #333;
}
#login_sideBar p a:hover {
  color: #000;
}
#notification_sideBar ul li img {
  margin-left:0;
}
#notification_sideBar .btn-tuition {
  position: relative;
  top: auto;
  right: auto;
  font-size: 15px !important;
  padding: 0 !important;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2.5px;
  color:#555;
  margin-left:1rem;
  background-color:transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  display:none;
  font-family: 'fzkai', 'Roboto-Thin', Roboto, sans-serif;
}
#notification_sideBar .btn-tuition:hover {
  color:#000;
}
.form-control {
  border-radius:0px;
}

.form-disabled {
  background-color:#efefef;
}

.form-floating > label {
  padding: .7rem .75rem;
  font-family: 'fzkai', 'Roboto-Thin', Roboto, sans-serif;
  letter-spacing: .08em;
}

.form-floating > label i {
  margin-right: .5rem;
  color: #006f9c;
}

.form-floating > .form-control, .form-floating > .form-select {
  height:3.55rem;
  font-family: 'fzkai', 'Roboto-Thin', Roboto, sans-serif;
  letter-spacing: .08em;
}

.form-floating > .textarea {
  height:auto;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom:.5rem;
  padding-top: 1.8rem;
}

.select2-search {
  display:none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color:#b10000;
}

.login-check {
  display: flex;
  justify-content: center;
}

.login-check .form-label {
  margin:0;
  font-size: 18px;
}

.login-check .form-label a {
  display: inline-flex !important;
  font-size: 16px;
  margin: 0 .25rem;
}

.login-check .form-check-input[type="checkbox"] {
  padding: .75rem;
  border-color: #555;
  margin-right: .5rem;
  margin-top: .2rem;
  box-shadow:none !important;
}

.login-check .form-check-input:checked {
  border-color: #006f9c;
  background-color: #006f9c;
}
  /****  floating-Lable style end ****/

  @font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
      url(../webfonts/fa-brands-400.woff2) format("woff2"),
      url(../webfonts/fa-brands-400.woff) format("woff"),
      url(../webfonts/fa-brands-400.ttf) format("truetype"),
      url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
  }
  .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
  }
  @font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
      url(../webfonts/fa-regular-400.woff2) format("woff2"),
      url(../webfonts/fa-regular-400.woff) format("woff"),
      url(../webfonts/fa-regular-400.ttf) format("truetype"),
      url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
  }
  .far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
  }
  @font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
      url(../webfonts/fa-solid-900.woff2) format("woff2"),
      url(../webfonts/fa-solid-900.woff) format("woff"),
      url(../webfonts/fa-solid-900.ttf) format("truetype"),
      url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
  }
  .fa,
  .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }

#header {
    width: 100%;
    background-color:#fff;
    margin: 0;
    top: 0;
    z-index: 3;
    position: fixed;
    height: 50px;
    overflow: visible;
    transition: all 0.12s;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

section {
  z-index:1;
  position: relative;
}

footer .row {
  padding:.5rem;
  position:relative;
  width:100%;
  margin:0 auto;
}

footer .row .col-md-6 h1 {
  color:#000;
  text-shadow:0px 0px #000;
  font-size:22px;
  font-weight:400;
  margin-left:.25rem;
  letter-spacing: .08em;
}

footer .row .col-md-6 h1 span {
  font-size:22px;
  font-weight:600;
  font-family: Roboto-Thin, Roboto, sans-serif;
}

footer .row .col-md-6 h2 {
  color:#000;
  font-size:28px;
  line-height:1.5;
  margin-left:0 .5rem;
  letter-spacing: .08em;
}

footer .row .col-md-6 h2:last-child {
  text-align: right;
  width:400px;
  max-width:100%;
}

footer .row .col-md-6 a {
  margin-right:.5rem;
  letter-spacing: .05em;
  font-size:16px;
  font-family: sans-serif;
  color:#000;
  text-underline-offset: 3px;
}

footer .row .col-md-6 div:last-child {
  margin-top:.5rem;
}

footer .row .col-md-6 div:last-child a:last-child {
  border-left:1px solid #00445f;
  padding-left:.75rem;
}

footer .row .col-md-6 div:last-child a:hover {
  color:#00445f;
}

footer .row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .row ul {
  list-style: none;
  width:auto;
  padding:0;
  margin-bottom:2.5rem;
  margin-top:.25rem;
}

footer .row ul li {
  padding:.5rem .25rem;
  display:flex;
  align-items: center;
}

footer .row ul li img {
  width:30px;
  margin-right:.75rem;
  filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(6427%) hue-rotate(170deg) brightness(91%) contrast(101%);
}

footer .row ul li a {
  text-decoration: none;
  color:#000;
}

footer .row img.logo  {
  width:140px;
  margin-top: 1rem;
  padding:.5rem;
  margin-left: -.5rem;
  margin-bottom:1.5rem;
  vertical-align: top;;
}

footer .row ul li a:hover img {
  opacity:1;
  filter: brightness(0) saturate(100%) invert(9%) sepia(78%) saturate(4674%) hue-rotate(295deg) brightness(83%) contrast(111%);
}

footer .row ul li a span{
  margin-left:.55rem;
  color:#000;
  transition:all .2s ease-in-out;
  max-width:194px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

footer .row ul li a:hover span {
  color:#610059;
}

#footer::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/map.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: .3;
  z-index: -1;
}

#footer h1 {
  font-size:22px;
  letter-spacing: .05em;
  color:#fff;
  text-shadow:0px 0px #fff;
  padding:1rem;
  padding-bottom:5px;
  font-family: Roboto-Thin, Roboto, sans-serif;
}

#footer p {
  width:1400px;
  max-width:100%;
  padding:2rem 1rem;
  margin:0 auto;
  letter-spacing: .05em;
  color:#ddd;
  font-family: Roboto-Thin, Roboto, sans-serif;
}


footer {
  background-color: #ccf0ff;
  z-index:101;
  width:100%;
  overflow: visible;
  position: relative;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

footer::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position: center;
  opacity: .01;
}

.receipt_label {
  padding: .25rem .75rem !important;
}
.contact-content h3 {
  font-size:16px !important;
  letter-spacing: 0.05em;
  line-height:1.8;
}

.contact-logo {
  z-index: 1;
  position: relative;
  display:inline-flex;
  text-align: left;
  padding:.25rem;
  margin-bottom:1rem;
}

.contact-logo a, .contact-content .contact-logo a {
  color:#00445f;
  width:40px;
  height:40px;
  display:inline-flex;
  border:1px solid #00445f;
  justify-content: center;
  border-radius:50%;
  text-decoration: none;
  align-items: center;
  margin:0 .25rem;
}

.contact-logo a:first-child {
  margin-left:0;
}

.contact-logo a:hover, .contact-content .contact-logo a:hover {
  background-color:#fff;
  border-color:#fff;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5);
}

.contact-logo a i, .contact-content .contact-logo a i {
  transition:.3s all ease-in-out;
  font-size:16px;
  vertical-align: middle;
  color:#00445f;
}

.contact-logo a:hover i, .contact-content .contact-logo a:hover i {
  color:#006f9c;
  font-size:18px;
}

.contact-content .contact-logo a {
  margin-right:.5rem;
  color:#333;
  border-color:#333;
}

footer .row .col-md-6 p {
  margin: 0;
  color:#000;
  line-height:1.5;
  font-family:sans-serif;
  font-size:16px;
}

footer .row .col-md-6:first-child p {
  line-height: 2;
  font-size: 18px;
  padding: 1.5rem .25rem;
  letter-spacing: .05em;
  max-width:550px;
  margin:1.5rem 0;
  border-top:1px solid #555;
  color:#000;
  font-weight:400;
}

.copyright {
  padding: .75rem 0 !important;
  margin: 0;
  text-align: center !important;
  font-size:16px;
  font-weight:600;
  font-family: sans-serif;
  width:100%;
  letter-spacing: .03em;
  line-height: 1.75;
  background-color: #2680a5;
}

.copyright p:first-child {
  font-weight:normal;
  font-size:15px;
  margin:0;
  color:#fff !important;
}

.copyright p:last-child a:hover {
  color:#FFEA00;
}

.btn-primary {
  background: linear-gradient(320deg, #008dc5, #6db7d4) !important;
  border-radius: 40px;
  width: 100%;
  padding: .75rem;
  margin: 0;
  font-family: 'fzkai', 'Roboto-Thin', Roboto, sans-serif;
  letter-spacing: .08em;
  font-size:18px;
}

.btn-primary img, .a-primary img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(267deg) brightness(92%) contrast(113%);
  width: 24px !important;
  transition:.2s all ease-in-out !important;;
  margin-top: -4px;
  margin-right:.25rem;
  animation: MoveLeftRightSmall 3s linear infinite;
}

.a-primary img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(65%) saturate(2867%) hue-rotate(178deg) brightness(113%) contrast(101%);
  margin-top: -3px;
  display: inline-block !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.btn-primary:hover {
  background-color: #0075a3 !important;
  outline:none !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7474%) hue-rotate(63deg) brightness(110%) contrast(105%);
}

.btn-secondary {
  transition:.2s all ease-in-out !important;
  margin:1rem 0;
  padding:.75rem 1rem;
  font-size:18px;
  background: #0e3d66 !important;
  border-color: #0e3d66 !important;
}

.btn-secondary:hover {
  border-color:#3d4852 !important;
  background:#3d4852 !important;
  outline:none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#overlay  {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); 
  cursor: pointer;
  /*opacity:0;*/
  transition:.5s all ease-in-out;
  z-index:102;
}

#home .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.65); 
  cursor: pointer;
  transition:.5s all ease-in-out;
  z-index:102;
}

.sideBar {
  background-color: #fff; /* rgba(61, 72, 82, .97);*/
  background:linear-gradient(to right, #f3f3f3,#fff);
  height:100%;
  width:400px;
  max-width:96%;
  position: fixed;
  top:0;
  left:auto;
  right:-410px;
  transition:.5s all ease-in-out;
  z-index:1000;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.sideBar h1 {
  font-family: 'fzkai', 'Roboto-Thin', 'Roboto', sans-serif;
  margin:1rem;
  font-size:26px;
  letter-spacing: .08em;
  color:#000;
  font-weight:400;
}

#user_sideBar {
  padding-top:50px;
  overflow: hidden;
}

#notification_sideBar ul li {
  padding:1rem .5rem;
  padding-right:1.5rem;
  border-top:1px solid #ddd;
  position: relative;
}

#notification_sideBar ul li a {
  font-size:14px;
  display:flex;
  line-height:1.5;
  align-items: flex-start;
  cursor:auto;
}

#cart_sideBar ul li a {
  cursor:pointer;
}

#notification_sideBar ul li img.close_notification {
  cursor:pointer;
  opacity:.5;
  width:14px;
  position: absolute;
  right:.5rem;
  top:.5rem;
  transition:.2s all ease-in-out;
}

#notification_sideBar ul li img.close_notification:hover  {
  opacity:1;
  transform:scale(1.1);
}

#notification_sideBar ul li a img {
  opacity:1;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left:.5rem;
  margin-right:.5rem;
  filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(848%) hue-rotate(164deg) brightness(95%) contrast(101%);
}

.close_sidebar {
  position: absolute;
  top:.75rem;
  right:.5rem;
  opacity:.7;
}

.close_sidebar img {
  width: 32px;
  margin-right:.25rem !important;
  filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(5%) hue-rotate(11deg) brightness(94%) contrast(84%) !important;
}
.close_sidebar:hover {
  opacity:1;
}

.show {
  right:0 !important;
  overflow: auto;
  overflow-x: clip;
}

.dropdown-menu, .dropdown-menu.show {
  margin-left: -1rem !important;
  width:250px !important;
  inset: 40px 0px auto auto !important;
  transform: none !important;
}

.sideBar button {
  position: absolute;
  top:1.25rem;
  right:1rem;
  background-color:transparent;
  border:none;
  animation-delay:1.75s;
}

.sideBar ul {
  list-style: none;
  padding-left:0;
  z-index: 3;
  position: relative;
}

.sideBar ul li a {
  color:#111;
  font-size:18px;
  text-decoration: none;
  /*font-weight: lighter;*/
  letter-spacing: .06em;
  line-height: 3.2;
}

.sideBar ul li a img {
  width:40px;
  margin:0 1rem;
  opacity:.5;
  transition:.2s all ease-in-out;
}

.sideBar ul li a:hover {
  color:#006f9c;
}

.sideBar ul li a:hover img {
  margin-right:1.5rem;
  opacity:1;
  filter: brightness(0) saturate(100%) invert(32%) sepia(91%) saturate(773%) hue-rotate(161deg) brightness(88%) contrast(103%);
}

.headerRow {
  position: absolute;
  display: flex;
  align-items: center;
  left: calc(50% - 95px);
  width:100%;
  margin:0;
  padding-left:0;
  transition:all .5s ease-in-out;
}

.header-scroll {
  transition: .35s all !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
}

.header-scroll .headerRow {
  border:none;
  height:80px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
}

.noshadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.modal {
  z-index: 1106 !important;
}

.modal-fullscreen .modal-content {
  background: transparent;
}

.modal-backdrop {
  opacity: 0.85 !important;
  z-index:1102;
}

.modal .modal-dialog {
  height: 100%;
  align-items: center;
  display: flex;
}

.modal .modal-content {
  border-radius:10px;
}

.modal .modal-content table  {
  width:100%;
}

.modal .modal-content table tr td {
  padding:.5rem 1rem;
  border:1px solid #ddd;
  letter-spacing:.05em;
}

.modal .modal-content table tr td:last-child {
  font-weight:600;
}

.modal .modal-header h5 {
  margin-bottom:0;
}

.modal .modal-footer {
  border:none;
}

.btn-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  opacity: 1;
  font-size: 18px !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-tuition {
  transition: .2s all ease-in-out;
  border-color: #333;
  background: transparent;
  margin: 0;
  border-radius: 30px !important;
  padding: .5rem 1rem !important;
  font-size:1rem !important;
  color: #000;
  margin-left:.5rem;
  min-width:100px;
}

.btn-tuition:hover {
  border-color:#008dc5 !important;
  background:#008dc5 !important;
  color:#fff;
  outline:none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.btn-tuition-primary {
  transition: .2s all ease-in-out;
  border-color: #008dc5;
  background: #008dc5;
  margin: 0;
  border-radius: 30px !important;
  padding: .5rem 1rem !important;
  color: #fff;
  font-size:1rem !important;
  min-width:100px;
}

.btn-tuition-primary:hover {
  border-color:#1a96c7 !important;
  background:#1a96c7 !important;
  color:#fff;
  outline:none;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}


.float-message {
  position:fixed;
  z-index:1107;
  max-width:90vw;
  bottom:-100px;
  right:20px;
  padding:20px 50px;
  color:#444;
  font-size:14px;
  border-radius:2px;
  background:#FFF;
  box-shadow:0px 5px 10px rgba(0,0,0,0.5);
}
.float-message-show {
bottom:20px;
transition:all 0.3s;
}
.float-message-inner {
position:relative;
}
.close-link {
  text-decoration:none;
  color:#444;
  position:absolute;
  top:-12px;
  right:-40px;
  font-size:15px;
}

.close-link:hover {
color:#222;
}

.float-message-inner #message {
  margin:0;
  font-family:sans-serif;
}

.float-message-inner #message i {
  margin-right:.75rem;
  font-size:30px;
  vertical-align: middle;
  color:#006f9c;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 102;
  border: none;
  outline: none;
  color: #000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#wsBtn {
  position: fixed;
  bottom: 64px;
  right: 9px;
  z-index: 102;
  border: none;
  outline: none;
  width: 43px;
  height: 43px;
  cursor: pointer;
  background-color: #25D366;
  text-decoration: none;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#mtBtn {
  position: fixed;
  bottom: 172px;
  right: 9px;
  z-index: 102;
  border: none;
  outline: none;
  width: 43px;
  height: 43px;
  cursor: pointer;
  background-color: #0087be;
  text-decoration: none;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#pbBtn {
  position: fixed;
  bottom: 118px;
  right: 9px;
  z-index: 102;
  border: none;
  outline: none;
  width: 43px;
  height: 43px;
  cursor: pointer;
  background-color: #bb0000;
  text-decoration: none;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#topBtn img {
  padding: 6px;
  filter: brightness(0) saturate(100%) invert(19%) sepia(65%) saturate(2867%) hue-rotate(178deg) brightness(113%) contrast(101%);
  width: 40px;
  transition:.3s all ease-in-out;
}

#wsBtn img {
  padding: 7px;
  filter: invert(1);
  width: 43px;
  transition:.3s all ease-in-out;
}

#mtBtn img {
  padding: 8px;
  filter: invert(1);
  width: 43px;
  transition:.3s all ease-in-out;
}

#pbBtn img {
  padding: 8px;
  filter: invert(1);
  width: 43px;
  transition:.3s all ease-in-out;
}

#topBtn:hover img {
  width:46px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(99%) saturate(1191%) hue-rotate(169deg) brightness(96%) contrast(103%);
}

#wsBtn:hover img {
  transform: scale(1.1);
}

#mtBtn:hover img {
  transform: scale(1.1);
}

#pbBtn:hover img {
  transform: scale(1.1);
}

.paging {
  padding:1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:auto;
}

.paging .disabled {
  display:none;
}

.paging a, .paging .current {
  text-decoration: none;
  border-radius: 50% !important;
  color: #333;
  font-family: "Roboto-Thin";
  font-weight: 600;
  text-shadow:0px 0px #333;
  font-size: 16px;
  width: 36px;
  display: inline-flex !important;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin: 0 .4rem;
  border: 1px solid #333 !important;
  border-image:none !important;
  transition: .2s all ease-in-out;
  font-style:normal;
}

.paging a.first, .paging a.prev:last-child {
  padding:.5rem .83rem;
}


.paging a i, .paging .current i {
  font-size:22px;
}

.paging .current, .paging a:hover {
  background-color:#006f9c;
  border:1px solid #006f9c !important;
  color:#fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.animate-charcter {
  background-size: 400% 400% !important;
  animation: gradientBg 10s ease-in-out infinite !important;
}

.alert {
  padding:.5rem;
}

.alert-dismissible .btn-close {
  padding: .5rem;
  opacity:.5;
  font-size: 14px;
}

#paymentModal h1 {
  margin-bottom:0;
  font-size:24px !important;
}

#paymentModal .modal-body {
  padding:0;
  overflow: hidden;
}

#paymentModal .modal-body button.pprice {
  background: linear-gradient(to top, #0087be, #009fdf);
  transition: all .2s ease-in-out;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  padding: .75rem 1rem;
  font-family: Roboto-Thin;
  color: #fff;
  font-size: 24px;
  letter-spacing: .07em;
  text-shadow: 0px 0px #fff;
  position: relative;
  border-radius:0 !important;
}

#paymentModal .modal-body button.pprice::after {
  filter: invert(1) brightness(100);
}

#paymentModal .modal-body button.pprice span {
  font-family: 'fzkai', 'Roboto-Thin', Roboto, sans-serif;
  font-weight:lighter;
  font-size:22px;
  margin-left:.25rem;
  margin-top:-5px;
}

#paymentModal .modal-body .accordion-item {
  border:none;
  border-radius:0 !important;
}

#paymentModal .modal-body .accordion-item .accordion-body {
  background-color: #fbfbfb;
}

#paymentModal .modal-body .accordion-item table tr td:first-child {
  max-width:140px;
  min-width: auto;
}
#paymentModal form {
  max-width:none;
  padding:.5rem;
}

#paymentModal table tr td:last-child {
  font-weight:600;
  font-family: sans-serif;
}

#paymentModal .pBankIn, #paymentModal .pIP88 {
  background: linear-gradient(45deg, #f3f3f3, transparent);
  padding:1rem;
  font-size:18px;
}

#paymentModal .pIP88  {
  display:none;
}

#paymentModal .pBankIn button, #paymentModal .pIP88 button {
  width:auto;
}

#paymentModal .pBankIn .col-md-12 {
  padding:1rem 0;
  padding-bottom:0;
}

#paymentModal .pBankIn #receipt {
  font-family: sans-serif;
}
#paymentModal .pMaterial .form-check {
  justify-content: flex-start;
  padding:.5rem 0;
  padding-left:2rem;
  background: linear-gradient(45deg, #f3f3f3, transparent);
}
#paymentModal .pMaterial .form-check .form-check-input {
  border-radius:0;
}

@keyframes gradientBg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes ScaleOutIn {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

@keyframes MoveLeftRightSmall {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}

@keyframes MoveUpDownSmall {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: block;
  overflow: hidden;
  border-radius: 50px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 50px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:none;
  background-color: #ccc !important;
  border-right: none;
  border-left: none;
  border-radius: 50px;
}

::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 10px; 
}

.select2 {
  width:100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  width: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 5px 6px 5px;
}

.select2-container--default .select2-selection--single {
  border-radius:0;
  height: 3.45rem;
  background-color: transparent !important;
  outline: none;
  border: 1px solid #333;
  box-shadow: none !important;
  outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: none !important;
  outline: none !important;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: 1px solid #333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
  padding: 1rem .75rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}

.form-floating {
  margin-bottom:1rem;
}
.mobile_menu {
  width: auto;
  position: absolute;
  right: 0;
}

.mobile_menu img {
  height: 28px;
  filter: brightness(0) saturate(100%);
}
@media (min-width: 768px) {
  #paymentModal form {
    padding:1rem;
  }
  .mobile_menu {
    display:none;
  }
  #menu ul li a {
    font-size:14px;
  }
  #menu ul li a img {
    width: 32px;
  }
  header .row .col-md-9 {
    display:block;
  }
  header .row .col-md-9 button {
    padding-right:1.25rem;
    width:auto;
    font-size:1rem !important;
  }
  header img.logo {
    max-width:120px;
    padding:1rem;
  }
  #home {
    margin-top: 80px;
  }
  footer::before {
    opacity: .15;
  }
  .paging a, .paging .current {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin: 0 .5rem;
  }
  footer .row {
    max-width:1600px;
    margin:0 auto;
    padding:1rem;
  }
  footer .row ul {
    margin-top:-5rem;
  }
  footer .copyright {
    max-width: none;
    padding: 1rem 0 !important;
  }
  footer .row img.logo  {
    width:160px;
  }
  footer .row .col-md-6 h1 {
    font-size:26px;
  }
  footer .row .col-md-6:first-child {
    margin-top:.75rem;
  }
  footer .row .col-md-6:last-child {
    margin-top:3.5rem;
  }

  .btn-primary {
    width:auto;
  }
}
