@font-face {
  font-family: 'PlusJakartaDisplay-Regular';
  src: url("../fonts/PlusJakartaDisplay-Regular.eot");
  src: url("../fonts/PlusJakartaDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlusJakartaDisplay-Regular.woff2") format("woff2"), url("../fonts/PlusJakartaDisplay-Regular.woff") format("woff"), url("../fonts/PlusJakartaDisplay-Regular.ttf") format("truetype"), url("../fonts/PlusJakartaDisplay-Regular.svg#PlusJakartaDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlusJakartaDisplay-Bold';
  src: url("../fonts/PlusJakartaDisplay-Bold.eot");
  src: url("../fonts/PlusJakartaDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlusJakartaDisplay-Bold.woff2") format("woff2"), url("../fonts/PlusJakartaDisplay-Bold.woff") format("woff"), url("../fonts/PlusJakartaDisplay-Bold.ttf") format("truetype"), url("../fonts/PlusJakartaDisplay-Bold.svg#PlusJakartaDisplay-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  width: 100vw;
  overflow-x: hidden;
  color: #093242;
  font-family: 'PlusJakartaDisplay-Regular';
  font-size: 0.83vw;
  background-size: cover;
}

@media (max-width: 1366px) {
  body {
    font-size: 1vw;
  }
}

@media (max-width: 1280px) {
  body {
    font-size: 1.2vw;
  }
}

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

body em {
  font-style: normal;
}

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

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

body h4 {
  font-weight: bold;
}

body .title {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  body .title {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  body .title {
    width: 100%;
  }
}

body .title em {
  display: block;
  text-align: center;
}

body .title b {
  display: inline-block;
  position: relative;
}

body .title b:nth-child(1)::after {
  transition-delay: 0ms;
}

body .title b:nth-child(2)::after {
  transition-delay: 0.1ms;
}

body .title b:nth-child(3)::after {
  transition-delay: 0.2ms;
}

body .title b:nth-child(4)::after {
  transition-delay: 0.3ms;
}

body .title b:nth-child(5)::after {
  transition-delay: 0.4ms;
}

body .title b:nth-child(6)::after {
  transition-delay: 0.5ms;
}

body .title b:nth-child(7)::after {
  transition-delay: 0.6ms;
}

body .title b:nth-child(8)::after {
  transition-delay: 0.7ms;
}

body .title b:nth-child(9)::after {
  transition-delay: 0.8ms;
}

body .title b:nth-child(10)::after {
  transition-delay: 0.9ms;
}

body .title b:nth-child(11)::after {
  transition-delay: 1ms;
}

body .title b:nth-child(12)::after {
  transition-delay: 1.1ms;
}

body .title b:nth-child(13)::after {
  transition-delay: 1.2ms;
}

body .title b:nth-child(14)::after {
  transition-delay: 1.3ms;
}

body .title b:nth-child(15)::after {
  transition-delay: 1.4ms;
}

body .title b:nth-child(16)::after {
  transition-delay: 1.5ms;
}

body .title b::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition-property: transform,opacity;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

body p {
  text-align: justify;
}

body i {
  font-style: normal;
}

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

body a:hover {
  color: #673AB7;
}

body img {
  max-width: 100%;
}

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

body .PJD-Bold {
  font-family: 'PlusJakartaDisplay-Bold';
  font-weight: normal;
}

body .PJD-Regular {
  font-family: 'PlusJakartaDisplay-Regular';
  font-weight: normal;
}

body .bold {
  font-weight: bold;
}

body .mt-10 {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  body .mt-10 {
    margin-top: 7rem;
  }
}

@media (max-width: 575.98px) {
  body .mt-10 {
    margin-top: 2rem;
  }
}

body .blueText {
  color: #673AB7;
}

body .blueLight {
  color: #3BFFF8;
}

body .garycolor {
  color: rgba(9, 50, 66, 0.6);
}

body .black {
  color: #000000;
}

body .greenback {
  background: #63CC71;
}

body .greenDeep {
  background: #52B75F;
}

body .orangeDeep {
  color: #b05f0b;
}

body .yellow {
  color: #FFD739;
}

body .yellowlight {
  color: #66533D;
}

body .yellowDeep {
  color: #805825;
}

body .fs200 {
  font-size: 9.25vw;
}

@media (max-width: 575.98px) {
  body .fs200 {
    font-size: 18vw;
  }
}

body .fs120 {
  font-size: 6.25vw;
}

@media (max-width: 575.98px) {
  body .fs120 {
    font-size: 12vw;
  }
}

body .fs100 {
  font-size: 5.2vw;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  body .fs100 {
    font-size: 10vw;
  }
}

body .fs72 {
  font-size: 3.75vw;
}

@media (max-width: 575.98px) {
  body .fs72 {
    font-size: 8vw;
  }
}

body .fs60 {
  font-size: 3.125vw;
}

@media (max-width: 575.98px) {
  body .fs60 {
    font-size: 7vw;
  }
}

body .fs56 {
  font-size: 2.9vw;
}

@media (max-width: 575.98px) {
  body .fs56 {
    font-size: 8vw;
  }
}

body .fs54 {
  font-size: 2.825vw;
}

@media (max-width: 575.98px) {
  body .fs54 {
    font-size: 6.5vw;
  }
}

body .fs50 {
  font-size: 2.6vw;
}

@media (max-width: 575.98px) {
  body .fs50 {
    font-size: 6.3vw;
  }
}

body .fs48 {
  font-size: 2.5vw;
  line-height: 1.3;
}

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

body .fs46 {
  font-size: 2.4vw;
}

@media (max-width: 575.98px) {
  body .fs46 {
    font-size: 6vw;
  }
}

body .fs42 {
  font-size: 2.1875vw;
}

@media (max-width: 575.98px) {
  body .fs42 {
    font-size: 5.5vw;
  }
}

body .fs40 {
  font-size: 2.1vw;
}

@media (max-width: 575.98px) {
  body .fs40 {
    font-size: 5.2vw;
  }
}

body .fs38 {
  font-size: 1.98vw;
}

@media (max-width: 575.98px) {
  body .fs38 {
    font-size: 5vw;
  }
}

body .fs36 {
  font-size: 1.875vw;
}

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

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

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

body .fs80 {
  font-size: 4.2vw;
}

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

@media (max-width: 575.98px) {
  body .fs80 {
    font-size: 10vw;
  }
}

body .fs66 {
  font-size: 3.4375vw;
}

@media (max-width: 768px) {
  body .fs66 {
    font-size: 6vw;
  }
}

@media (max-width: 575.98px) {
  body .fs66 {
    font-size: 8vw;
  }
}

body .fs44 {
  font-size: 2.3vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs44 {
    font-size: 3vw;
  }
}

@media (max-width: 768px) {
  body .fs44 {
    font-size: 3vw;
  }
}

@media (max-width: 575.98px) {
  body .fs44 {
    font-size: 8vw;
  }
}

body .fs22 {
  font-size: 1.14vw;
}

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

@media (max-width: 768px) {
  body .fs22 {
    font-size: 1.8vw;
  }
}

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

body .fs20 {
  font-size: 1.04vw;
}

@media (max-width: 1280px) {
  body .fs20 {
    font-size: 1.35vw;
  }
}

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

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

body .fs32 {
  font-size: 1.86vw;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  body .fs32 {
    font-size: 2.1vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs32 {
    font-size: 4.8vw;
  }
}

body .fs30 {
  font-size: 1.56vw;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  body .fs30 {
    font-size: 2vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs30 {
    font-size: 4.6vw;
  }
}

body .fs28 {
  font-size: 1.45vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs28 {
    font-size: 2vw;
  }
}

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

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

body .fs26 {
  font-size: 1.35vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs26 {
    font-size: 1.9vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs26 {
    font-size: 4.3vw;
  }
}

body .fs24, body h2, body .h2 {
  font-size: 1.25vw;
}

@media (max-width: 1280px) {
  body .fs24, body h2, body .h2 {
    font-size: 1.25vw;
  }
}

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

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

body .fs18 {
  font-size: 0.94vw;
}

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

body .fs16 {
  font-size: 0.8vw;
}

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

body .fs14 {
  font-size: 0.73vw;
}

@media (max-width: 575.98px) {
  body .fs14 {
    font-size: 3.4vw;
  }
}

body .fs12 {
  font-size: 0.625vw;
}

@media (max-width: 575.98px) {
  body .fs12 {
    font-size: 3.2vw;
  }
}

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

body .blue {
  color: #673AB7;
}

body .more {
  background: #673AB7;
  border: 1px solid #673AB7;
  padding: 1.1rem 3.5rem;
  text-align: center;
  border: none;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

@media (max-width: 1024px) {
  body .more {
    padding: 1rem 2rem;
  }
}

@media (max-width: 575.98px) {
  body .more {
    padding: 0.6rem 1rem;
  }
}

body .more::after {
  content: "\f061";
  display: inline-block;
  margin-left: 3rem;
  font-family: 'FontAwesome';
}

body .more:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  color: #EBA209;
  background: #ffffff;
}

body .yellowlight {
  color: #66533D;
}

body .more2 {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4.6rem;
  background: #EBA209;
  border: 1px solid #EBA209;
  border-radius: 0px;
}

@media (max-width: 575.98px) {
  body .more2 {
    padding: 0.7rem 2.5rem;
  }
}

body .more2:hover {
  color: #EBA209;
  background: #ffffff;
}

body .white {
  color: #ffffff;
}

body .more-border {
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 200px;
  height: 60px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  body .more-border {
    width: 160px;
    height: 50px;
  }
}

body .more-border:hover {
  color: #673AB7;
  background: #ffffff;
}

body ul {
  margin-bottom: 0;
}

body .more3 {
  background-image: linear-gradient(to right, #0752EB, #23C6FE);
  border-radius: 99px;
  color: #ffffff;
  padding: 1.75rem 3.2rem;
  transition: all 0.35s ease;
  display: inline-block;
  border: none !important;
  font-size: 16px;
  box-shadow: 0px 5px 20px rgba(6, 76, 234, 0.2);
}

body .more3 span {
  display: flex;
  align-items: center;
}

body .more3 span::after {
  content: '';
  width: 22px;
  height: 24px;
  background: url(../images/ico-right.png) no-repeat top center;
  display: inline-block;
  margin-left: 1rem;
}

body .more3:hover {
  background-image: linear-gradient(to right, #23C6FE, #0752EB);
  border: none !important;
  color: #ffffff;
}

body .more4 {
  background-image: linear-gradient(to right, #0752EB, #23C6FE);
  border-radius: 10px;
  color: #ffffff;
  padding: 1.15rem 4.22rem;
  transition: all 0.35s ease;
  display: inline-block;
  border: none !important;
  font-size: 16px;
  box-shadow: 0px 5px 20px rgba(6, 76, 234, 0.2);
}

body .more4 span {
  display: flex;
  align-items: center;
}

body .more4 span::after {
  content: '';
  width: 22px;
  height: 24px;
  background: url(../images/ico-right.png) no-repeat top center;
  display: inline-block;
  margin-left: 1rem;
}

body .more4:hover {
  background-image: linear-gradient(to right, #23C6FE, #0752EB);
  border: none !important;
  color: #ffffff;
}

body .row {
  --bs-gutter-x: 1rem;
  z-index: 9;
  position: relative;
}

.filterbox .price .int input::-webkit-input-placeholder {
  color: #D9D9D9;
}

.filterbox .price .int input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D9D9D9;
}

.filterbox .price .int input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D9D9D9;
}

.filterbox .price .int input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D9D9D9;
}

.form-control::-webkit-input-placeholder {
  color: #093242;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #093242;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #093242;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #093242;
}

.form-control {
  color: #093242;
}

.About-block .map .allcity::-webkit-scrollbar {
  width: 8px;
}

.About-block .map .allcity::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.About-block .map .allcity::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.blueback {
  background: #673AB7 !important;
}

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

.dropdown-menu {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  padding: 15px;
  margin-top: 20px;
  opacity: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  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;
  border: none;
  border-radius: 1rem;
  background: #ffffff;
  transform: translate3d(0, -100%, 0);
  transition-property: transform,box-shadow;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.dropdown-menu a {
  display: flex;
  margin: 5px 0;
}

.dropdown-menu a .imgs {
  width: 35%;
  margin-right: 1rem;
}

.dropdown-menu a .imgs img {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.dropdown-menu a .right {
  width: 62% !important;
  padding-right: 0 !important;
}

.dropdown-menu a .right .blue {
  white-space: nowrap;
}

.dropdown-menu a .right p {
  width: 100% !important;
  text-align: left !important;
}

.dropdown-menu a i {
  margin-right: 5px;
}

.dropdown-submenu {
  position: relative;
}

.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transform: translateZ(0);
  transition-property: transform;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes u {
  0% {
    transform: translate3d(0, -1.5rem, 0);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes t {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

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

.container {
  position: relative;
  z-index: 9;
}

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

@media (max-width: 575.98px) {
  .container {
    max-width: 94%;
    margin: 0 auto;
  }
}

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

@media (max-width: 1024px) {
  .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: #093242;
}

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

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

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

.mobile {
  display: none;
}

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

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

@media (max-width: 1024px) {
  .icon-box {
    display: flex !important;
  }
}

@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: translateX(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateX(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateX(0px);
  }
}

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

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

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

.big-title {
  color: #EBA209;
}

.second-title {
  color: #965940;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header {
    position: relative;
  }
}

header .header {
  width: 100%;
}

@media (max-width: 1024px) {
  header .header {
    background: #ffffff;
  }
}

header .header .container {
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

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

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

header .header .container .left {
  width: 37%;
  padding-left: 5rem;
}

@media (max-width: 575.98px) {
  header .header .container .left {
    width: 100%;
    padding-left: 1rem;
  }
}

header .header .container .left .logo {
  display: flex;
  align-items: center;
  width: 100%;
}

header .header .container .left .logo a {
  width: 32%;
}

header .header .container .left .logo a img {
  width: 100%;
}

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

header .header .container .icon-box .btn {
  margin-left: 3vmin;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 34px;
}

header .header .container .icon-box .btn span {
  position: absolute;
  display: block;
  height: 2px;
  width: 1.35rem;
  background-color: #093242;
  opacity: 1;
  transition: all 0.35s ease;
}

header .header .container .icon-box .btn span:first-child {
  top: .375rem;
}

header .header .container .icon-box .btn span:last-child {
  bottom: .375rem;
}

header .header .container .icon-box .btn span:nth-child(2), header .header .container .icon-box .btn span:nth-child(3) {
  top: calc(50% - 1px);
}

header .header .container .right {
  width: 90%;
  padding-right: 5rem;
}

@media (max-width: 575.98px) {
  header .header .container .right {
    padding-right: 1rem;
  }
}

header .header .container .right .icon-box a {
  margin-right: 1.5vmin;
}

header .header .container .right .icon-box img {
  width: 5vmin;
}

header .header .container .right .nav-link {
  padding: 1rem 2rem;
  position: relative;
}

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

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

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

header .header .container .right .search-box form {
  border: 1px solid #673AB7;
  box-shadow: 0 0 0 0.5px #673AB7;
}

header .header .container .right .search-box form .form-control {
  border: none;
}

header .header .container .right .search-box form .form-control:focus {
  box-shadow: none;
}

header .header .container .right .search-box form .btn {
  border: none;
  color: #673AB7;
}

header .header .container .right .search-box form .btn:hover, header .header .container .right .search-box form .btn:active {
  background-color: transparent;
  color: #673AB7;
}

header .header .container .right .search-box form .btn:focus {
  box-shadow: none;
}

header .header .apply {
  margin-left: 15rem;
}

@media (max-width: 1366px) {
  header .header .apply {
    margin-left: 10rem;
  }
}

@media (max-width: 1280px) {
  header .header .apply {
    margin-left: 5rem;
  }
}

@media (max-width: 1024px) {
  header .header .apply {
    display: none;
  }
}

header .header .apply a {
  display: inline-block;
  background-color: #ECE1FF;
  box-sizing: border-box;
  padding: 1.2rem 2rem;
  text-align: center;
  color: #673AB7;
  border-radius: 3px;
  font-family: 'PlusJakartaDisplay-Bold';
  white-space: nowrap;
}

@media (max-width: 1024px) {
  header .header .apply a {
    padding: 1rem 1.5rem;
  }
}

header .header .apply a::after {
  content: "\f061";
  display: inline-block;
  margin-left: 4rem;
  font-family: 'FontAwesome';
}

header .header .apply a:hover {
  background: #673AB7;
  color: #ffffff;
}

header .header #collapseNav {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  right: -100%;
  top: 0;
  width: 90%;
  height: 100vh;
  z-index: 999;
  transition: all 0.35s ease;
}

header .header #collapseNav::after {
  content: '';
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  transition: all 0.35s ease;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

header .header #collapseNav .nav .nav-item {
  position: static;
}

header .header #collapseNav .nav .nav-item a {
  color: #093242;
}

header .header #collapseNav .nav .nav-item .nav-link {
  padding-left: 1.45rem;
  color: #093242;
}

header .header #collapseNav .nav .nav-item .btn {
  color: #093242;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #F6F6F6;
}

header .header #collapseNav .nav .nav-item .btn .fa {
  color: #093242;
  font-size: 20px;
}

header .header #collapseNav .nav .nav-item .btn .fa::before {
  transition: all 0.35s ease;
  content: '+';
}

header .header #collapseNav .nav .nav-item .btn[aria-expanded="true"] .fa::before {
  content: '-';
}

header .header #collapseNav .nav .nav-item .nav-item {
  padding-left: 1rem;
  margin-top: 0.5rem;
}

header .header #collapseNav .nav .nav-item .nav-item i {
  margin-right: 0.5rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn .fa {
  margin-top: .2rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-link {
  padding-left: 1.45rem;
  color: #093242;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item {
  color: #093242;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item i {
  margin-right: 5px;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item .nav-link {
  padding-left: 2.125rem;
  color: #093242;
}

header .header #collapseNav .nav .nav-item .scoial a {
  width: 30px;
  height: 30px;
  border: 1px solid #673AB7;
  color: #673AB7;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header #collapseNav .navri {
  display: block;
  background: #ffffff;
  padding: 2rem 2rem;
  height: 100%;
  position: relative;
  z-index: 99;
}

header .header #collapseNav .navri .apply {
  display: inline-block;
  margin-left: 0;
  margin: 1rem 0;
}

header .header #collapseNav .navri .nav {
  display: block;
}

header .header .show {
  right: 0 !important;
}

header .nav-box .nav .nav-link {
  color: #093242;
  font-family: 'PlusJakartaDisplay-Bold';
}

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

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

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

header .lang {
  margin-left: 2vmin;
  position: relative;
  z-index: 999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #093242;
  display: none;
  align-items: center;
  justify-content: center;
}

header .lang:hover {
  background: #673AB7;
}

header .lang:hover i {
  color: #ffffff;
  font-size: 1.6em;
}

@media (max-width: 1024px) {
  header .lang {
    display: flex;
  }
}

header .lang i {
  transition: all 0.35s ease;
}

header .lang .number {
  min-width: 21px;
  min-height: 20px;
  transform: scale(0.7);
  border-radius: 50%;
  background: #FF4B4B;
  text-align: center;
  margin-left: 0.5rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito-Sans-Bold';
}

header .lang dl {
  display: none;
  position: absolute;
  left: -1px;
  top: 35px;
  box-sizing: border-box;
  padding: 0.5rem 0;
  width: 100%;
}

header .lang dl dd {
  margin-bottom: 0;
  margin-top: 5px;
}

header .lang dl dd a {
  display: block;
  text-align: center;
  color: #ffffff;
  width: 37px;
  height: 37px;
  background: #77503F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  header .lang dl dd a {
    width: 28px;
    height: 28px;
  }
}

header .lang .login_in {
  display: none;
  width: 26px;
  height: 26px;
  position: relative;
}

header .lang .login_in.in {
  display: block;
}

header .lang .login_in .number {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
}

header .lang .login_in img {
  margin-left: 0;
}

header .music #audio {
  display: none;
  opacity: 0;
}

header .music i, header .search i, header .lang i {
  color: #7B211D;
  font-size: 1.2em;
}

header .user-nav {
  position: absolute;
  right: -3rem;
  top: 2rem;
  width: 300px;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: none;
}

header .user-nav ul {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  border-bottom: 1px solid rgba(9, 50, 66, 0.2);
}

header .user-nav ul li {
  padding: 0.5rem 0;
  color: #093242;
  list-style: none;
}

header .user-nav ul li a {
  display: flex;
  align-items: center;
}

header .user-nav ul li a .imgs {
  width: 30%;
}

header .user-nav ul li a .txt {
  width: 67%;
}

header .user-nav ul li a .txt p {
  line-height: 24px;
}

header .user-nav ul li a img {
  margin-left: 0;
}

header .user-nav ul li a i {
  margin-left: 0;
  display: inline-block;
}

header .user-nav ul li a i .ach {
  display: none;
}

.nav .nav-item:nth-child(2) .dropdown-menu {
  width: 290px;
}

.sticky {
  background-color: #ffffff;
}

.opennav {
  overflow: hidden;
}

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

.tag {
  display: flex;
  width: 100%;
}

.tag em {
  margin: 0.5rem 0;
}

@media (max-width: 575.98px) {
  .tag em {
    margin: 0.5rem 0;
  }
}

.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;
}

.swiper-button-next, .swiper-button-prev {
  width: 46px;
  height: 46px;
  z-index: 10;
  background: #EBA209;
  transform: rotate(-45deg);
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: white;
  font-size: 1em;
  transform: rotate(45deg);
}

.banner {
  padding: 0rem 2rem 0 5rem;
  position: relative;
  background: #FAF8FF;
}

@media (max-width: 1024px) {
  .banner {
    padding-top: 5rem;
  }
}

@media (max-width: 575.98px) {
  .banner {
    padding: 2rem 1.5rem;
    padding-top: 5rem;
  }
  .banner .row {
    flex-direction: column-reverse;
  }
}

.banner::before {
  content: '';
  display: inline-block;
  width: 85px;
  height: 95px;
  background: url(../images/s1.svg) no-repeat top center;
  position: absolute;
  bottom: 20%;
  left: 45%;
  transition: all 0.35s ease;
  animation: rocket 3s ease-in-out infinite 0.5s;
}

@media (max-width: 575.98px) {
  .banner::before {
    left: 90%;
    bottom: 0;
  }
}

.banner::after {
  content: '';
  display: inline-block;
  width: 85px;
  height: 95px;
  background: url(../images/s2.svg) no-repeat top center;
  position: absolute;
  bottom: 2%;
  left: 60%;
}

.banner .imgs .im {
  margin-right: 1rem;
}

.banner .imgs .im:nth-last-child(1) img {
  width: 40px;
}

.red {
  color: #f78636;
}

.close {
  cursor: pointer;
  position: absolute;
  left: -2.5rem;
  top: 0rem;
  display: block;
  z-index: 99;
  width: 44px;
  height: 34px;
  background: #ffffff;
  z-index: 999999;
}

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

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

.first-block {
  position: relative;
  z-index: 9;
  background: #FAF8FF;
  padding: 5rem 0;
}

.first-block .panel-group .panel {
  border: 1px solid #673AB7;
  background: none;
  border-radius: 30px;
}

@media (max-width: 1024px) {
  .first-block .panel-group .panel {
    border-radius: 15px;
  }
}

.first-block .panel-group .panel .panel-title a {
  padding: 2rem;
}

.first-block .panel-group .panel .panel-title a::before {
  content: '';
  width: 20px;
  height: 3px;
  color: #673AB7;
  right: 30px;
  background: url(../images/minus.svg) no-repeat top center;
}

@media (max-width: 1024px) {
  .first-block .panel-group .panel .panel-title a {
    padding: 1rem 2rem;
  }
}

.first-block .panel-group .panel .panel-title a.collapsed::before {
  content: '';
  background: none;
  width: 20px;
  height: 20px;
  background: url(../images/plus.svg) no-repeat top center;
}

.first-block .panel-group .panel .panel-title span {
  color: #673AB7;
}

.first-block .panel-group .panel .collapse.in {
  background: none;
}

.first-block .panel-group .panel .panel-body p {
  margin-bottom: 0;
}

.first-block .mack {
  position: relative;
}

.first-block .mack .phone {
  width: 42%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  padding-bottom: 5rem;
}

@media (max-width: 575.98px) {
  .first-block .mack .phone {
    width: 100%;
    position: relative;
    margin-top: 2rem;
  }
}

.first-block .mack .phone::after {
  content: '';
  display: block;
  width: 548px;
  height: 574px;
  position: absolute;
  left: -12%;
  bottom: -10%;
  background: url(../images/b.png) no-repeat top center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .first-block .mack .phone::after {
    bottom: -55%;
  }
}

@media (max-width: 575.98px) {
  .first-block .mack .phone::after {
    width: 248px;
    height: 274px;
    left: auto;
    right: 0;
    bottom: -5rem;
  }
}

.first-block .mack .phone .swiper-slide {
  position: relative;
  box-sizing: border-box;
}

.first-block .mack .phone .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
}

.first-block .mack .phone .swiper-slide.swiper-slide-active::after {
  display: none;
}

.first-block .mack .phone .swiper-slide.swiper-slide-active::before {
  opacity: 1;
}

.first-block .mack .phone .swiper-slide.swiper-slide-active .ph {
  position: relative;
  opacity: 0;
}

.first-block .mack .phone .swiper-slide.swiper-slide-active .phh {
  opacity: 1;
}

.first-block .mack .phone .swiper-slide .ph {
  position: relative;
}

.first-block .mack .phone .swiper-slide .phh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.first-block .mack .phone .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
  border-radius: 30px;
}

.second-block {
  position: relative;
  padding: 5rem 0 15rem 0;
}

.second-block .illist {
  padding-left: 7rem;
  padding-right: 7rem;
}

@media (max-width: 1024px) {
  .second-block .illist {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 575.98px) {
  .second-block .illist {
    padding-left: 0;
    padding-right: 0;
  }
}

.second-block .col-md-6 .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 7rem;
  border-radius: 12px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.second-block .col-md-6 .box .recommend {
  position: absolute;
  left: -40px;
  top: 20px;
  background: #F73D36;
  width: 132px;
  height: 28px;
  color: #ffffff;
  text-align: center;
  transform: rotate(-50deg);
  font-size: 12px;
  line-height: 24px;
}

.second-block .col-md-6 .box h3 {
  text-align: center;
  background: #673AB7;
  padding: 2.5rem;
  color: #ffffff;
}

.second-block .col-md-6 .box ul {
  padding: 2rem;
}

.second-block .col-md-6 .box ul li {
  list-style: none;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.second-block .col-md-6 .box ul li:nth-last-child(1) {
  border-bottom: none;
}

.second-block .col-md-6 .box ul li::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/g.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
}

.second-block .col-md-6 .box::after {
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  background: #673AB7;
  position: absolute;
  left: 0;
  bottom: 0;
}

.second-block .col-md-6:nth-child(2) .box h3 {
  background: #FAF8FF;
  color: #093242;
}

.second-block .col-md-6:nth-child(2) .box::after {
  background: #FAF8FF;
}

.second-block .boxcontent {
  background: #FAF8FF;
  border-radius: 58px;
  padding: 3rem;
}

@media (max-width: 575.98px) {
  .second-block .boxcontent {
    padding: 3rem 2rem;
    border-radius: 12px;
  }
}

.second-block .boxcontent h4 {
  margin-bottom: 1rem;
}

.second-block .boxcontent .txt p {
  margin-bottom: 1.5rem;
}

.second-block .more {
  margin: 0 auto;
}

.second-block::before {
  content: '';
  display: inline-block;
  width: 472px;
  height: 499px;
  background: url(../images/pic4.png) no-repeat top center;
  position: absolute;
  left: 3%;
  bottom: 10rem;
  background-size: cover;
}

@media (max-width: 1024px) {
  .second-block::before {
    width: 200px;
    height: 220px;
  }
}

@media (max-width: 575.98px) {
  .second-block::before {
    width: 100px;
    height: 120px;
  }
}

.second-block::after {
  content: '';
  display: inline-block;
  width: 912px;
  height: 713px;
  background: url(../images/pic3.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -5rem;
}

@media (max-width: 1024px) {
  .second-block::after {
    width: 600px;
    height: 420px;
  }
}

@media (max-width: 575.98px) {
  .second-block::after {
    width: 400px;
    height: 220px;
    bottom: 0;
  }
}

.second-block .s2 {
  display: block;
}

.second-block .pos2 {
  position: absolute;
  right: 10%;
  bottom: 3%;
}

@media (max-width: 575.98px) {
  .second-block .pos2 {
    right: 2%;
    bottom: 0;
  }
}

.third-block {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background: #FAF8FF;
}

@media (max-width: 575.98px) {
  .third-block .mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

.third-block .col-md-4 .box {
  background: #FAF8FF;
  border-radius: 19px;
  padding: 2rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four-block {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

@media (max-width: 575.98px) {
  .four-block .col-md-4 {
    width: 50%;
  }
  .four-block .col-md-4 .box {
    padding: 2rem !important;
  }
}

.four-block .col-md-4 .box {
  background: #FAF8FF;
  border-radius: 19px;
  padding: 4rem 2rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four-block .is-inview {
  animation: x 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.four-block .pos1 {
  position: absolute;
  left: 10%;
  top: 10%;
}

.four-block .pos2 {
  position: absolute;
  right: 5%;
  bottom: 10%;
}

.checkform {
  color: #707070;
  width: 90%;
}

@media (max-width: 575.98px) {
  .checkform {
    width: 100%;
  }
}

.checkform .border-bottom {
  border-color: rgba(9, 50, 66, 0.2) !important;
}

.checkform .checkboxlist .checkbox-inline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.checkform .checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
}

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

.checkform .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: #673AB7;
  border-color: #673AB7;
}

.checkform .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);
}

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

.checkform .checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #673AB7;
  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;
}

.checkform .checkboxlist .checkbox-inline span {
  color: #093242;
  font-weight: normal;
}

.checkform .radioboxlist .radiobox-inline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.checkform .radioboxlist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
}

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

.checkform .radioboxlist .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);
}

.checkform .radioboxlist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid #093242;
  cursor: pointer;
}

.checkform .radioboxlist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #673AB7;
  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;
}

.pagebanner {
  position: relative;
}

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

.pagebanner .inner form {
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  display: block;
  padding: 0.5rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .pagebanner .inner form {
    width: 100%;
    flex-wrap: wrap;
  }
}

.pagebanner .inner form .form-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 90%;
}

.pagebanner .inner form .form-group::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/sc.png) no-repeat top center;
  background-size: 100% 100%;
  margin-left: 1rem;
}

.pagebanner .inner form input {
  border: none;
  width: 90%;
  color: #66533D;
}

@media (max-width: 575.98px) {
  .pagebanner .inner form input {
    width: 80%;
    margin: 1rem 0;
  }
}

.pagebanner .inner form button {
  border: none;
  border-radius: 40px;
  background: #EBA209;
  color: #ffffff;
  padding: 1rem 3rem;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .pagebanner .inner form button {
    padding: 0.5rem;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .pagebanner .boximg {
    height: 300px;
  }
  .pagebanner .boximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.nav-tabs {
  border-bottom: none;
}

.loading {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  color: #FFE28F;
}

.loading .container {
  position: relative;
}

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

@media (max-width: 575.98px) {
  .loading .container .content {
    position: relative;
  }
}

.loading .boximg {
  width: 100%;
  height: 100%;
}

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

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

.loading .inner .top, .loading .inner .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .loading .inner .top .text, .loading .inner .bottom .text {
    width: 15%;
  }
}

.loading .inner .middle h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.loading .inner .middle h2::after, .loading .inner .middle h2::before {
  content: '';
  width: 10%;
  height: 2px;
  background: #FFE28F;
  display: inline-block;
  margin: 1rem;
}

.loading .inner .middle a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #FFE28F;
  border-radius: 25px;
  color: #333;
  width: 184px;
  height: 49px;
  text-align: center;
}

.loading .inner .middle .counter {
  font-size: 260px;
  line-height: 1;
}

@media (max-width: 1280px) {
  .loading .inner .middle .counter {
    font-size: 200px;
  }
}

@media (max-width: 575.98px) {
  .loading .inner .middle .counter {
    font-size: 80px;
  }
}

.loading .bar {
  position: absolute;
  right: 0;
  top: 0;
  background: #EB7E2E;
  padding: 1rem 1.5rem;
  height: 100vh;
  z-index: 9;
}

@media (max-width: 1024px) {
  .loading .bar {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.loading .bar ul {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .loading .bar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
  }
}

@media (max-width: 575.98px) {
  .loading .bar ul {
    display: none;
  }
}

.loading .bar ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .loading .bar ul li {
    margin-top: 0;
  }
}

.loading .bar ul li a {
  color: #ffffff;
  font-family: 'SourceHanSerifSC-Regular';
  writing-mode: vertical-lr;
  text-align: center;
}

@media (max-width: 1024px) {
  .loading .bar ul li a {
    writing-mode: horizontal-tb;
  }
}

.loading .bar .home {
  margin-top: 8rem;
}

@media (max-width: 1024px) {
  .loading .bar .home {
    margin-top: 0;
  }
}

.loading .bar .home a {
  display: block;
  text-align: center;
}

.loading .bar .home a i {
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1024px) {
  .loading .bar .td {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .loading .bar .td img {
    width: 25px;
  }
}

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

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

.modal.in .modal-dialog .modal-content {
  max-width: 360px;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.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;
}

.bread * {
  font-family: 'SourceHanSerifSC-Regular';
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .bread {
    display: none !important;
  }
}

.bread span {
  margin: 0 0.5rem;
}

.whiteback {
  background: #ffffff;
}

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

.panel-group .panel {
  border: none;
  border-radius: 0;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.panel-group .panel .panel-heading {
  padding: 0;
}

.panel-group .panel .panel-title {
  margin-bottom: 0;
}

.panel-group .panel .panel-title a {
  display: flex;
  justify-content: space-between;
  padding: 2.3rem 2rem;
  border: none;
  margin: 0;
  position: relative;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .panel-group .panel .panel-title a {
    padding: 1rem;
  }
}

.panel-group .panel .panel-title a span {
  width: 95%;
}

@media (max-width: 575.98px) {
  .panel-group .panel .panel-title a span {
    width: 85%;
  }
}

.panel-group .panel .panel-title a::before {
  content: "\f062";
  font-family: fontawesome;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: normal;
  color: #ffffff;
  background-color: #093242;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

@media (max-width: 575.98px) {
  .panel-group .panel .panel-title a::before {
    width: 6.19vw;
    height: 6.19vw;
    font-size: 1em;
  }
}

.panel-group .panel .panel-title a.collapsed::before {
  content: "\f063";
  font-family: fontawesome;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  background-color: #093242;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

@media (max-width: 575.98px) {
  .panel-group .panel .panel-title a.collapsed::before {
    width: 6.19vw;
    height: 6.19vw;
    font-size: 1em;
  }
}

.panel-group .panel .panel-body {
  padding: 0 2rem 2rem 2rem;
}

@media (max-width: 575.98px) {
  .panel-group .panel .panel-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.panel-group .panel .panel-body .imgs .im {
  margin-right: 0.5rem;
}

.panel-group .panel .panel-body .imgs .im:nth-last-child(1) img {
  width: 40px;
}

.panel-group .panel .collapse.in {
  display: block;
  background-color: #ffffff;
}

.is-inview.panel {
  animation: x 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.is-inview.panel:nth-child(1) {
  animation-delay: 0ms;
}

.is-inview.panel:nth-child(2) {
  animation-delay: 1ms;
}

.is-inview.panel:nth-child(3) {
  animation-delay: 2ms;
}

.is-inview.panel:nth-child(4) {
  animation-delay: 3ms;
}

.is-inview.panel:nth-child(5) {
  animation-delay: 4ms;
}

.is-inview.panel:nth-child(6) {
  animation-delay: 5ms;
}

.is-inview.panel:nth-child(7) {
  animation-delay: 6ms;
}

.is-inview.panel:nth-child(8) {
  animation-delay: 7ms;
}

footer {
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  background-size: cover;
  padding: 2rem 0;
  position: relative;
}

footer .copyright {
  padding-top: 1rem;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  footer .copyright {
    justify-content: center !important;
    margin-top: 0rem;
  }
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
  footer .link {
    display: flex;
    justify-content: center;
  }
  footer .link a {
    margin: 0.5rem;
  }
}

footer .link a {
  margin-right: 1.5rem;
  color: #AAAAAA;
}

footer .link a:hover {
  color: #673AB7;
}

@media (max-width: 575.98px) {
  footer .imgs {
    flex-wrap: wrap;
  }
}

footer .imgs .im {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
  footer .imgs .im {
    width: 25%;
  }
}

footer .imgs .im:nth-last-child(1) img {
  width: 50px;
}

footer .imgs .im img {
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  footer .imgs .im {
    margin: 0.5rem auto;
  }
}

@media (max-width: 575.98px) {
  footer img {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  footer .logo img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  footer .row .row .col-md-4 {
    width: 50%;
    margin-bottom: 1rem;
    text-align: center;
  }
}

main {
  position: relative;
}

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

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

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

@media (min-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;
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #093242;
  border: 1px solid #093242;
  border-radius: 50%;
  margin: 0 0.5rem;
}

.pageinfo ul li .active {
  color: #fff;
  background: #093242;
}

.pageinfo ul li .prev {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 1rem;
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
}

.pageinfo ul li .next {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

@media (max-width: 575.98px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #673AB7;
}

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.navbox {
  position: relative;
  margin-top: -5rem;
}

.navbox .row .col-md-2 a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: all 0.35s ease;
}

.navbox .row .col-md-2 a:hover {
  background-image: linear-gradient(#f2de7b, #d5b41b);
}

.navbox .row .col-md-2 a:hover .ico11 {
  display: block;
}

.navbox .row .col-md-2 a:hover .ico1 {
  display: none;
}

.navbox .row .col-md-2 a:hover p {
  color: #ffffff;
}

.navbox .row .col-md-2 a .icos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.navbox .row .col-md-2 a .ico11 {
  display: none;
  transition: all 0.35s ease;
}

.message {
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 60px;
  width: 60px;
  opacity: 1;
  background: #093242;
  transform: translateY(5rem);
  transition: all 0.35s ease;
}

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

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

.nav-up {
  top: -200px;
}
