*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

#wpadminbar {
  z-index: 99999999999 !important;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

.slider-card-btn {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: fit-content;
  padding: 15px 75px 15px 50px;
  margin: 0 auto -20px;
  text-decoration: none;
  background-color: #2C2C2C;
  border-radius: 50%;
  border-radius: 50px;
  transition: ease all 0.6s;
}
.slider-card-btn .arrow-wrap {
  transition: ease all 0.6s;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-color: #5C5C5C;
  z-index: 99;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.slider-card-btn .arrow-wrap svg {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}
.slider-card-btn:hover {
  padding: 15px 25px 15px 60px;
}
.slider-card-btn:hover .arrow-wrap {
  left: 0;
  right: auto;
}
.btn {
  width: fit-content;
}
.btn a {
  color: #0071CE;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #0071CE;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

@media only screen and (min-width: 1200px) {
  .slider-card-btn {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 9999;
    display: block;
    width: fit-content;
    padding: 0.78125vw 3.125vw 0.78125vw 1.3020833333vw;
    margin: 0 auto -4.1666666667vw;
    text-decoration: none;
    background-color: #2C2C2C;
    border-radius: 50%;
    border-radius: 2.6041666667vw;
    transition: ease all 0.6s;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
  }
  .slider-card-btn .arrow-wrap {
    transition: ease all 0.6s;
    width: 2.3958333333vw;
    height: 2.3958333333vw;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-color: #5C5C5C;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .slider-card-btn .arrow-wrap svg {
    width: 1.40625vw;
    height: 1.40625vw;
    fill: #ffffff;
  }
  .slider-card-btn:hover {
    padding: 0.78125vw 1.3020833333vw 0.78125vw 3.125vw;
  }
  .slider-card-btn:hover .arrow-wrap {
    left: 0;
    right: auto;
  }
  .fancybox__container {
    z-index: 99999;
  }
  .fancybox__container .fancybox-image {
    width: 75%;
  }
}
.slick-next:before {
  display: none;
}

.slick-prev:before {
  display: none;
}

footer {
  background-color: #02061D;
}
footer .top-footer .top-footer-inner {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.07);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .top-footer .top-footer-inner .hot-line-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
footer .top-footer .top-footer-inner .hot-line-item:nth-child(2) {
  width: 50%;
  margin-bottom: 0;
}
footer .top-footer .top-footer-inner .hot-line-item:nth-child(3) {
  width: 50%;
  margin-bottom: 0;
}
footer .top-footer .top-footer-inner .hot-line-item:last-child {
  margin-bottom: 0;
}
footer .top-footer .top-footer-inner .hot-line-item .hot-line-icon img {
  width: 40px;
}
footer .top-footer .top-footer-inner .hot-line-item .hot-line-content {
  padding-left: 9px;
}
footer .top-footer .top-footer-inner .hot-line-item .hot-line-content .hot-line-label {
  color: #0071CE;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 12px;
}
footer .top-footer .top-footer-inner .hot-line-item .hot-line-content .hot-line-value a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  padding-right: 7px;
}
footer .top-footer .top-footer-inner .hot-line-item .hot-line-content .hot-line-value a + a {
  padding-left: 7px;
  position: relative;
}
footer .top-footer .top-footer-inner .hot-line-item .hot-line-content .hot-line-value a + a:before {
  content: "";
  width: 2px;
  background-color: #0071CE;
  height: 60%;
  top: 20%;
  position: absolute;
  left: 0;
}
footer .footer-inner {
  padding: 40px 20px;
}
footer .footer-inner .footer-socail-media {
  margin-bottom: 30px;
}
footer .footer-inner .footer-socail-media .footer-social-media-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: center;
}
footer .footer-inner .footer-socail-media .footer-social-media-list li {
  margin-right: 10px;
}
footer .footer-inner .footer-socail-media .footer-social-media-list li .footer-social-media-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .footer-inner .footer-socail-media .footer-social-media-list li .footer-social-media-link svg {
  fill: #02061D;
  width: 15px;
  height: 15px;
}
footer .footer-inner .footer-label {
  font-family: "IBM Plex Sans", sans-serif;
  color: #BCBCBC;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
footer .footer-inner .footer-col-1 {
  display: none;
}
footer .footer-inner .footer-col-1 .footer-menu .menu-footer-container .menu {
  list-style: none;
  padding-left: 0;
}
footer .footer-inner .footer-col-1 .footer-menu .menu-footer-container .menu li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 27.2px;
  text-decoration: none;
  text-transform: capitalize;
}
footer .footer-inner .footer-col-2 {
  display: none;
}
footer .footer-inner .footer-col-2 .footer-menu .menu-footer-container .menu {
  list-style: none;
  padding-left: 0;
}
footer .footer-inner .footer-col-2 .footer-menu .menu-footer-container .menu li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
}
footer .footer-inner .footer-list-tabs {
  padding: 0 45px;
}
footer .footer-inner .footer-list-tabs .footer-tb {
  width: 100%;
}
footer .footer-inner .footer-list-tabs .footer-tb .footer-tb-heading {
  width: 100%;
  font-size: 14px;
  line-height: 60px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-inner .footer-list-tabs .footer-tb .footer-tb-heading svg {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-inner .footer-list-tabs .footer-tb .footer-tb-content {
  font-family: "Poppins", sans-serif;
  max-height: 0;
  transition: ease all 0.9s;
  overflow: hidden;
}
footer .footer-inner .footer-list-tabs .footer-tb .footer-tb-content ul {
  padding-left: 15px;
  margin: 0;
}
footer .footer-inner .footer-list-tabs .footer-tb .footer-tb-content ul li a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  text-decoration: none;
}
footer .footer-inner .footer-list-tabs .footer-tb.open .footer-tb-content {
  max-height: 1200px;
}
footer .footer-inner .footer-main .footer-logo {
  width: 200px;
  margin: 0 auto;
}
footer .footer-inner .footer-main .footer-contact {
  text-align: center;
  margin-top: 30px;
}
footer .footer-inner .footer-main .footer-contact .footer-contact-item {
  margin-bottom: 40px;
}
footer .footer-inner .footer-main .footer-contact .footer-contact-item .footer-contact-lebel {
  font-family: "IBM Plex Sans", sans-serif;
  color: #BCBCBC;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}
footer .footer-inner .footer-main .footer-contact .footer-contact-item .footer-contact-value {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
footer .footer-inner .footer-main .footer-contact .footer-contact-item .footer-contact-value a {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
footer .policy-department {
  border-top: 1px solid rgba(217, 217, 217, 0.3);
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  padding: 20px 20px;
}
footer .policy-department .policy-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .policy-department .policy-wrap .policy-link {
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  margin-right: 20px;
}
footer .policy-department .department-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
footer .policy-department .department-wrap .department-link {
  margin-right: 0px;
  margin-bottom: 20px;
  width: 33.33%;
  padding: 5px;
  display: inline-block;
}
.bottom-footer {
  padding: 5px 20px 25px;
  text-align: center;
  background-color: #02061D;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 116px;
}
.bottom-footer .bottom-footer-left {
  width: 100%;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: center;
}
.bottom-footer .bottom-footer-right {
  width: 100%;
  width: 100%;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: center;
}
.bottom-footer .bottom-footer-right a {
  color: #ffffff;
  text-decoration: none;
}
.bottom-footer .bottom-footer-right a:hover {
  color: #EB0045;
}
.bottom-footer .flag-bar {
  position: absolute;
  height: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 9;
  bottom: 0;
  left: 0;
}
.bottom-footer .flag-bar .flag-1 {
  height: 10px;
  width: 25%;
  background-color: #0071CE;
}
.bottom-footer .flag-bar .flag-2 {
  height: 10px;
  width: 25%;
  background-color: #8FCB3F;
}
.bottom-footer .flag-bar .flag-3 {
  height: 10px;
  width: 25%;
  background-color: #FFA400;
}
.bottom-footer .flag-bar .flag-4 {
  height: 10px;
  width: 25%;
  background-color: #EB0045;
}

@media only screen and (min-width: 768px) {
  footer {
    background-color: #02061D;
  }
  footer .top-footer .top-footer-inner {
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.07);
    display: flex;
    flex-wrap: wrap;
  }
  footer .top-footer .top-footer-inner .hot-line-item {
    width: 33.33% !important;
    margin-bottom: 0;
  }
  footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-main {
    width: 33%;
  }
  footer .footer-inner .footer-main .footer-contact {
    text-align: left;
  }
  footer .footer-inner .footer-main .footer-logo {
    margin: 0;
  }
  footer .footer-inner .footer-col-1 {
    width: 22%;
    display: block;
  }
  footer .footer-inner .footer-col-2 {
    width: 40%;
    display: block;
  }
  footer .footer-inner .footer-list-tabs {
    display: none;
  }
  footer .footer-inner .footer-label {
    text-align: left;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list {
    justify-content: start;
  }
  footer .policy-department .policy-wrap {
    justify-content: start;
  }
  .bottom-footer {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  footer .top-footer .top-footer-inner .hot-line-item {
    width: 33.33%;
    margin-bottom: 0;
  }
  footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-main {
    width: 33.33%;
  }
  footer .footer-inner .footer-col-1 {
    width: 33.33%;
  }
  footer .footer-inner .footer-col-2 {
    width: 33.33%;
  }
  footer .policy-department {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .policy-department .policy-wrap {
    width: 50%;
  }
  footer .policy-department .department-wrap {
    width: 50%;
    margin-top: 0;
    justify-content: flex-end;
  }
  .bottom-footer .bottom-footer-left {
    width: 50%;
    text-align: left;
  }
  .bottom-footer .bottom-footer-right {
    width: 50%;
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  footer .top-footer .top-footer-inner {
    padding: 1.6666666667vw 14.5833333333vw;
    background-color: rgba(255, 255, 255, 0.07);
  }
  footer .top-footer .top-footer-inner .hot-line-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer .top-footer .top-footer-inner .hot-line-item.item-1 {
    justify-content: flex-start;
  }
  footer .top-footer .top-footer-inner .hot-line-item.item-3 {
    justify-content: flex-end;
  }
  footer .top-footer .top-footer-inner .hot-line-item:last-child {
    margin-bottom: 0;
  }
  footer .top-footer .top-footer-inner .hot-line-item .hot-line-icon img {
    width: 3.2291666667vw;
  }
  footer .top-footer .top-footer-inner .hot-line-item .hot-line-content {
    padding-left: 0.78125vw;
  }
  footer .top-footer .top-footer-inner .hot-line-item .hot-line-content .hot-line-label {
    color: #0071CE;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    margin-bottom: 0.5208333333vw;
  }
  footer .top-footer .top-footer-inner .hot-line-item .hot-line-content .hot-line-value a {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 1.875vw;
    line-height: 1.875vw;
    font-weight: 600;
    text-decoration: none;
    padding-right: 0.78125vw;
  }
  footer .top-footer .top-footer-inner .hot-line-item .hot-line-content .hot-line-value a + a {
    padding-left: 0.78125vw;
    position: relative;
  }
  footer .top-footer .top-footer-inner .hot-line-item .hot-line-content .hot-line-value a + a:before {
    content: "";
    width: 0.2083333333vw;
    background-color: #0071CE;
    height: 1.40625vw;
    top: 25%;
    position: absolute;
    left: 0;
  }
  footer .footer-inner {
    padding: 2.6041666667vw 14.5833333333vw;
  }
  footer .footer-inner .footer-label {
    font-family: "IBM Plex Sans", sans-serif;
    color: #BCBCBC;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.78125vw;
  }
  footer .footer-inner .footer-main .footer-logo {
    width: 12.5vw;
  }
  footer .footer-inner .footer-main .footer-contact {
    margin-top: 30px;
  }
  footer .footer-inner .footer-main .footer-contact .footer-contact-item {
    margin-bottom: 2.0833333333vw;
  }
  footer .footer-inner .footer-main .footer-contact .footer-contact-item .footer-contact-lebel {
    font-family: "IBM Plex Sans", sans-serif;
    color: #BCBCBC;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.78125vw;
  }
  footer .footer-inner .footer-main .footer-contact .footer-contact-item .footer-contact-value {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    font-weight: 400;
  }
  footer .footer-inner .footer-main .footer-contact .footer-contact-item .footer-contact-value a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    text-decoration: none;
    display: block;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li {
    margin-right: 10px;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li .footer-social-media-link {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li .footer-social-media-link svg {
    fill: #02061D;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  footer .footer-inner .footer-main {
    width: 23.4375vw;
  }
  footer .footer-inner .footer-main .footer-des {
    font-size: 0.8333333333vw;
  }
  footer .footer-inner .footer-col-1 {
    width: 16.6666666667vw;
  }
  footer .footer-inner .footer-col-1 .footer-menu .footer-label {
    margin-bottom: 0;
  }
  footer .footer-inner .footer-col-1 .footer-menu .menu-footer-container .menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.3020833333vw;
    margin-top: 0.2604166667vw;
  }
  footer .footer-inner .footer-col-1 .footer-menu .menu-footer-container .menu li a {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    line-height: 1.4166666667vw;
    text-decoration: none;
    text-transform: capitalize;
  }
  footer .footer-inner .footer-col-2 {
    width: calc(100% - 40.1041666667vw);
  }
  footer .footer-inner .footer-col-2 .footer-label {
    margin-bottom: 0vw;
  }
  footer .footer-inner .footer-col-2 .footer-menu .menu-footer-container .menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2604166667vw;
  }
  footer .footer-inner .footer-col-2 .footer-menu .menu-footer-container .menu li {
    width: 50%;
  }
  footer .footer-inner .footer-col-2 .footer-menu .menu-footer-container .menu li a {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    line-height: 1.4166666667vw;
    text-decoration: none;
    text-transform: capitalize;
  }
  footer .policy-department {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.0416666667vw 14.5833333333vw;
  }
  footer .policy-department .policy-wrap {
    width: 50%;
  }
  footer .policy-department .policy-wrap .policy-link {
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 1.5625vw;
  }
  footer .policy-department .department-wrap {
    width: 50%;
    margin-top: 0;
    justify-content: flex-end;
  }
  footer .policy-department .department-wrap .department-link {
    margin-right: 0;
    width: fit-content;
    margin-left: 0.78125vw;
  }
  footer .policy-department .department-wrap .department-link img {
    width: unset;
    height: 100%;
  }
  .bottom-footer {
    padding: 0.78125vw 14.5833333333vw 2.0833333333vw;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
  }
  .bottom-footer .bottom-footer-left {
    width: 50%;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    text-align: left;
  }
  .bottom-footer .bottom-footer-right {
    width: 50%;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.8333333333vw;
    text-align: right;
  }
  .bottom-footer .flag-bar {
    position: absolute;
  }
  .bottom-footer .flag-bar .flag-1 {
    height: 0.5208333333vw;
    width: calc(100% - 63.5416666667vw);
  }
  .bottom-footer .flag-bar .flag-2 {
    height: 0.5208333333vw;
    width: 20.3125vw;
  }
  .bottom-footer .flag-bar .flag-3 {
    height: 0.5208333333vw;
    width: 23.4375vw;
  }
  .bottom-footer .flag-bar .flag-4 {
    height: 0.5208333333vw;
    width: 19.7916666667vw;
  }
}
.main-banner {
  position: relative;
}
.main-banner .main-slider-wrapper {
  position: relative;
}
.main-banner .main-slider-wrapper .main-search-box {
  width: calc(100% - 90px);
  position: absolute;
  bottom: 30px;
  left: 60px;
}
.main-banner .main-slider-wrapper .main-search-box .main-search-box-inner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  width: fit-content;
}
.main-banner .main-slider-wrapper .main-search-box .main-search-box-inner .main-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background-color: #FFA400;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.main-banner .main-slider-wrapper .main-search-box .main-search-box-inner .main-search-btn svg {
  width: 18px;
  height: 18px;
}
.main-banner .main-slider-wrapper .main-search-box .main-search-box-inner #main-search-keyword {
  height: 40px;
  width: 300px;
  padding: 15px 20px;
  border: none;
}
.main-banner .main-slider-wrapper .main-search-box .main-search-box-inner #main-search-keyword:focus {
  outline: none;
}
.main-banner .main-slider-wrapper .main-search-box .main-search-box-inner #main-search-keyword::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #DADADA;
}
.main-banner .slider-item {
  position: relative;
}
.main-banner .slider-item:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 176.49%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.main-banner .slider-item .slider-content {
  position: absolute;
  bottom: 88px;
  left: 0;
  width: 100%;
  transform: translateY(0%);
  padding: 20px 20px 20px 60px;
  text-align: left;
  z-index: 99999;
}
.main-banner .slider-item .slider-content .hm-banner-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  margin-top: 18px;
}
.main-banner .slider-item .slider-content .hm-banner-tagline {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.main-banner .before-blue {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 88px;
  height: 270px;
  border: 1px solid rgba(103, 162, 176, 0.01);
  background: rgba(0, 113, 206, 0.65);
  backdrop-filter: blur(13.1999998093px);
  z-index: 99999;
}
.main-banner .before-blue:before {
  content: "";
  width: 10px;
  left: -10px;
  background-color: #FFA400;
  height: 100%;
  position: absolute;
}
.main-banner.inner-banner {
  position: relative;
  margin-bottom: 60px;
}
.main-banner.inner-banner:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 176.49%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.main-banner.inner-banner .banner-badge {
  position: absolute;
  width: 100px;
  left: 20px;
  bottom: -30px;
  z-index: 99999;
}
.main-banner.inner-banner .before-blue {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 88px;
  height: 270px;
  z-index: 9999;
  border: 1px solid rgba(103, 162, 176, 0.01);
  background: rgba(0, 113, 206, 0.65);
  backdrop-filter: blur(13.1999998093px);
}
.main-banner.inner-banner .before-blue:before {
  content: "";
  width: 10px;
  left: -10px;
  background-color: #FFA400;
  height: 100%;
  position: absolute;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item {
  position: relative;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 20px 20px 20px 60px;
  text-align: left;
  z-index: 99999;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .banner-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item img {
  width: 100%;
}
.main-banner.inner-banner .breadcrumb-wrapper {
  padding: 0px;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-left: 0px;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
  text-decoration: none;
  color: #ffffff;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
  padding-left: 15px;
  position: relative;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
  content: "/";
  width: 5px;
  height: 100%;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li span {
  color: #ffffff;
}

.lg-header {
  display: none;
}

.mb-header .mb-logo-nav {
  background-color: #E1F3F7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mb-header .mb-logo-nav .logo-wrapper {
  padding: 10px 20px;
}
.mb-header .mb-logo-nav .logo-wrapper .main-logo {
  width: 122px;
}
.mb-header .mb-logo-nav .mb-menu-btn {
  width: 90px;
  padding: 15px 0;
  background-color: #0071CE;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mb-header .mb-logo-nav .mb-menu-btn svg {
  width: 30px;
  height: 25px;
  display: block;
  margin: auto;
}
.mb-header .mb-logo-nav .mb-menu-btn .menu-lebel {
  width: 100%;
  display: block;
  text-align: center;
}
.mb-header .department-links {
  display: flex;
  flex-wrap: wrap;
}
.mb-header .department-links .department-link-item {
  width: 33.33%;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  color: #2B2A6C;
  font-size: 14px;
  position: relative;
}
.mb-header .department-links .department-link-item + .department-link-item {
  border-left: 1px solid rgba(23, 23, 23, 0.3);
}
.mb-header .department-links .department-link-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.mb-header .department-links .department-link-item:first-child:after {
  background-color: #0071CE;
}
.mb-header .department-links .department-link-item:nth-child(2):after {
  background-color: #8FCB3F;
}
.mb-header .department-links .department-link-item:nth-child(3):after {
  background-color: #FFA400;
}
.mb-header .department-links .department-link-item:hover {
  background-color: #0071CE;
  color: #ffffff;
}
.mb-header .mob-menu {
  position: fixed;
  width: 100%;
  top: 0;
  height: 0;
  overflow: hidden;
  background-color: #0071CE;
  transition: ease all 0.6s;
  z-index: 9999999999;
}
.mb-header .mob-menu .close-menu {
  z-index: 99999999999;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.mb-header .mob-menu .close-menu svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.mb-header .mob-menu ul {
  padding: 45px 20px 20px;
  list-style: none;
  margin-right: 0;
  text-align: center;
  margin-left: auto;
}
.mb-header .mob-menu ul li {
  margin-bottom: 20px;
}
.mb-header .mob-menu ul li a {
  font-family: "Poppins", sans-serif;
  text-align: right;
  text-decoration: none;
  color: #fff;
}
.mb-header .mob-menu.active {
  height: 100%;
}

.mobile-float-bottom-menu {
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0;
  z-index: 999999;
  display: flex;
  flex-wrap: wrap;
}
.mobile-float-bottom-menu .mfbm-item {
  width: 25%;
  padding: 20px 10px;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mobile-float-bottom-menu .mfbm-item .mfbm-item-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  color: #171717;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  height: fit-content;
}
.mobile-float-bottom-menu .mfbm-item .mfbm-item-link .mfbm-item-text {
  font-size: 10px;
  width: 100%;
  line-height: 14px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.mobile-float-bottom-menu .mfbm-item .mfbm-item-link.active {
  color: #0071CE;
}
.mobile-float-bottom-menu .mfbm-item .mfbm-item-link.active img {
  filter: drop-shadow(0px 0px 6px rgba(0, 113, 206, 0.6));
}
.floating-desktop-1, .floating-desktop-2 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .main-banner.inner-banner .before-blue {
    content: "";
    width: 120px;
    height: calc(100% - 100px);
    z-index: 9999;
    border: 1px solid rgba(103, 162, 176, 0.01);
    background: rgba(0, 113, 206, 0.65);
    -webkit-backdrop-filter: blur(13.1999998093px);
    backdrop-filter: blur(13.1999998093px);
    top: 0;
    bottom: auto;
  }
  .main-banner.inner-banner .banner-badge {
    width: 200px;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item {
    position: relative;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content {
    top: auto;
    transform: translateY(0%);
    bottom: 160px;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .banner-title {
    font-size: 40px;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-float-bottom-menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-header {
    display: none;
  }
  .lg-header {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }
  .lg-header.inner-page {
    position: static;
  }
  .lg-header .logo-wraper {
    width: 14.5833333333vw;
    height: 7.3958333333vw;
    padding: 1.5625vw 1.4583333333vw;
  }
  .lg-header .logo-wraper img {
    width: 11.4583333333vw;
  }
  .lg-header .department-section {
    width: 24.5833333333vw;
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid rgba(23, 23, 23, 0.19);
    border-left: 1px solid rgba(23, 23, 23, 0.19);
  }
  .lg-header .department-section .department-link {
    width: 33.33%;
    display: block;
    position: relative;
    font-size: 1.1458333333vw;
    line-height: 2.0833333333vw;
    text-decoration: none;
    color: #2B2A6C;
    font-weight: 600;
  }
  .lg-header .department-section .department-link .link-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .lg-header .department-section .department-link .link-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.3645833333vw;
    width: 100%;
  }
  .lg-header .department-section .department-link + .department-link .link-text {
    position: relative;
  }
  .lg-header .department-section .department-link + .department-link .link-text::after {
    content: "";
    height: 4.1666666667vw;
    width: 0.0520833333vw;
    background-color: rgba(23, 23, 23, 0.19);
    position: absolute;
    left: 0;
  }
  .lg-header .department-section .department-link:hover {
    background-color: #0071ce;
    color: #fff;
  }
  .lg-header .lg-menu-section {
    width: calc(100% - 39.1666666667vw);
  }
  .lg-header .lg-menu-section .top-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .lg-header .lg-menu-section .top-menu .main-menu {
    background-color: #EAEAEA;
    width: calc(100% - 10.9375vw);
    height: 2.96875vw;
  }
  .lg-header .lg-menu-section .top-menu .main-menu #menu-main-menu-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: right;
    justify-content: end;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
  .lg-header .lg-menu-section .top-menu .main-menu #menu-main-menu-1 li {
    line-height: 16px;
  }
  .lg-header .lg-menu-section .top-menu .main-menu #menu-main-menu-1 li a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    padding: 0 0.78125vw;
    color: #171717;
    font-weight: 700;
    font-size: 0.8333333333vw;
    text-transform: uppercase;
  }
  .lg-header .lg-menu-section .top-menu .lang-text {
    background-color: #171717;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 10.9375vw;
  }
  .lg-header .lg-menu-section .top-menu .lang-text .translator {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-right: 1.0416666667vw;
    position: relative;
  }
  .lg-header .lg-menu-section .top-menu .lang-text .translator::after {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 0.1041666667vw;
    height: 0.6770833333vw;
    background-color: #ffffff;
  }
  .lg-header .lg-menu-section .top-menu .lang-text .translator .trans-item {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
  }
  .lg-header .lg-menu-section .top-menu .lang-text .translator .trans-item + .trans-item {
    padding-left: 0.2604166667vw;
  }
  .lg-header .lg-menu-section .top-menu .lang-text .font-sizing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1.0416666667vw;
  }
  .lg-header .lg-menu-section .top-menu .lang-text .font-sizing .font-size-item-1 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding-left: 0.2604166667vw;
  }
  .lg-header .lg-menu-section .top-menu .lang-text .font-sizing .font-size-item-2 {
    font-size: 9px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding-left: 0.2604166667vw;
  }
  .lg-header .lg-menu-section .top-menu .lang-text .font-sizing .font-size-item-3 {
    font-size: 9px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding-left: 0.2604166667vw;
  }
  .lg-header .lg-menu-section .bottom-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .lg-header .lg-menu-section .bottom-menu .bottom-menu-links {
    width: calc(100% - 21.875vw);
    height: 4.4270833333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
  }
  .lg-header .lg-menu-section .bottom-menu .bottom-menu-links .bottom-menu-link {
    font-family: "Poppins", sans-serif;
    color: #171717;
    text-decoration: none;
    padding: 1.5625vw 0.46875vw;
    display: inline-block;
    font-weight: 700;
    font-size: 0.9375vw;
    height: 100%;
  }
  .lg-header .lg-menu-section .bottom-menu .bottom-menu-links .bottom-menu-link:hover {
    color: #000000;
  }
  .lg-header .lg-menu-section .bottom-menu .bottom-menu-links .bottom-menu-link.active {
    position: relative;
    color: #0071CE;
  }
  .lg-header .lg-menu-section .bottom-menu .bottom-menu-links .bottom-menu-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.2083333333vw;
    background-color: #0071CE;
  }
  .lg-header .lg-menu-section .bottom-menu .bottom-menu-links .bottom-menu-link.active:before {
    content: "";
    position: absolute;
    background-color: #0071CE;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2083333333vw;
  }
  .lg-header .lg-menu-section .bottom-menu .chaneling-btn-1 {
    width: 10.9375vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #FFA400;
    padding: 1.0416666667vw 1.4583333333vw;
    text-decoration: none;
    line-height: 1.0416666667vw;
    font-weight: 700;
    color: #ffffff;
    font-size: 0.9375vw;
    font-family: "Poppins", sans-serif;
  }
  .lg-header .lg-menu-section .bottom-menu .chaneling-btn-1 .chaneling-img {
    width: 2.0833333333vw;
  }
  .lg-header .lg-menu-section .bottom-menu .chaneling-btn-1 .chaneling-content {
    width: calc(100% - 2.0833333333vw);
    padding-left: 0.2604166667vw;
  }
  .lg-header .lg-menu-section .bottom-menu .chaneling-btn-1 .chaneling-content span {
    font-weight: 400;
    display: block;
  }
  .lg-header .lg-menu-section .bottom-menu .chaneling-btn-2 {
    width: 10.9375vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    background-color: #EB0045;
    padding: 1.0416666667vw 1.4583333333vw;
    line-height: 0.9895833333vw;
    font-size: 0.9375vw;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
  }
  .lg-header .lg-menu-section .bottom-menu .chaneling-btn-2 .chaneling-img {
    width: 2.0833333333vw;
  }
  .lg-header .lg-menu-section .bottom-menu .chaneling-btn-2 .chaneling-content {
    width: calc(100% - 2.0833333333vw);
    padding-left: 0.2604166667vw;
  }
  .lg-header .lg-menu-section .bottom-menu .chaneling-btn-2 .chaneling-content span {
    font-weight: 400;
    display: block;
  }
  .main-banner {
    position: relative;
  }
  .main-banner .main-slider-wrapper {
    position: relative;
  }
  .main-banner .main-slider-wrapper .main-search-box {
    width: 27.6041666667vw;
    position: absolute;
    bottom: 14.5833333333vw;
    left: 11.71875vw;
  }
  .main-banner .main-slider-wrapper .main-search-box .main-search-box-inner {
    position: relative;
    border-radius: 0.5208333333vw;
    overflow: hidden;
    border: none;
    width: 100%;
  }
  .main-banner .main-slider-wrapper .main-search-box .main-search-box-inner .main-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 3.6458333333vw;
    background-color: #FFA400;
    padding: 1.0416666667vw;
    border: none;
  }
  .main-banner .main-slider-wrapper .main-search-box .main-search-box-inner .main-search-btn svg {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .main-banner .main-slider-wrapper .main-search-box .main-search-box-inner #main-search-keyword {
    height: 3.6458333333vw;
    padding: 0vw 3.6458333333vw;
    border: none;
    width: 100%;
    font-size: 1.1458333333vw;
    font-family: "Poppins", sans-serif;
  }
  .main-banner .main-slider-wrapper .main-search-box .main-search-box-inner #main-search-keyword:focus {
    outline: none;
  }
  .main-banner .main-slider-wrapper .main-search-box .main-search-box-inner #main-search-keyword::placeholder {
    font-size: 1.1458333333vw;
    font-family: "Poppins", sans-serif;
    color: #DADADA;
  }
  .main-banner .slider-item {
    position: relative;
  }
  .main-banner .slider-item:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0901960784) 176.49%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .main-banner .slider-item .slider-content {
    position: absolute;
    bottom: 21.6145833333vw;
    width: 51.3020833333vw;
    left: 0;
    transform: translateY(0%);
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 11.71875vw;
    text-align: left;
    z-index: 99999;
  }
  .main-banner .slider-item .slider-content .hm-banner-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 4.1666666667vw;
    color: #ffffff;
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
    margin-top: 1.8229166667vw;
    line-height: 4.1666666667vw;
  }
  .main-banner .slider-item .slider-content .hm-banner-tagline {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.0833333333vw;
    font-weight: 600;
    font-size: 1.3020833333vw;
    color: #ffffff;
  }
  .main-banner .before-blue {
    content: "";
    position: absolute;
    bottom: auto;
    top: 0;
    left: 6.5104166667vw;
    width: 12.34375vw;
    height: 45.0520833333vw;
    border: 0.0520833333vw solid rgba(103, 162, 176, 0.01);
    background: rgba(0, 113, 206, 0.65);
    backdrop-filter: blur(13.1999998093px);
    z-index: 99999;
  }
  .main-banner .before-blue:before {
    content: "";
    width: 0.5208333333vw;
    left: -0.5208333333vw;
    background-color: #FFA400;
    height: 100%;
    position: absolute;
  }
  .main-banner.inner-banner {
    margin-bottom: 3.3854166667vw;
  }
  .main-banner.inner-banner .before-blue {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8.59375vw;
    width: 16.40625vw;
    height: 27.8645833333vw;
    z-index: 9999;
    border: 1px solid rgba(103, 162, 176, 0.01);
    background: rgba(0, 113, 206, 0.3960784314);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .main-banner.inner-banner .before-blue:before {
    content: "";
    width: 40px;
    left: -40px;
    background-color: #FFA400;
    height: 100%;
    position: absolute;
  }
  .main-banner.inner-banner .breadcrumb-wrapper {
    padding: 0px;
  }
  .main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 0px;
  }
  .main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    text-decoration: none;
    color: #ffffff;
  }
  .main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
    padding-left: 15px;
    position: relative;
  }
  .main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
    content: "/";
    width: 5px;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li span {
    color: #ffffff;
  }
  .main-banner.inner-banner .banner-badge {
    position: absolute;
    width: 15.625vw;
    left: 3.6458333333vw;
    bottom: -3.6458333333vw;
    z-index: 99999;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item {
    position: relative;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 12.5vw;
    text-align: center;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .banner-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 4.1666666667vw;
    line-height: 4.1666666667vw;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .breadcrumb-wrapper {
    padding: 0px;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 0px;
    font-size: 0.8333333333vw;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
    font-size: 0.8333333333vw;
    text-transform: uppercase;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
    text-decoration: none;
    color: #ffffff;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
    padding-left: 1.3020833333vw;
    position: relative;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
    content: "/";
    width: 0.5208333333vw;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    left: 0.2604166667vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li span {
    color: #ffffff;
  }
  .navigation {
    padding: 1.0416666667vw 12.5vw;
  }
  .floating-desktop-1 {
    display: block;
    position: fixed;
    bottom: 1.8229166667vw;
    z-index: 9999999999;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 9.8958333333vw;
    margin-left: 0.4166666667vw;
  }
  .floating-desktop-1 .floating-col-1 .floating-num {
    margin-bottom: 0.4166666667vw;
    display: block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    border-radius: 0.5208333333vw;
    overflow: hidden;
    width: fit-content;
  }
  .floating-desktop-1 .floating-col-1 .floating-num img {
    width: 4.9479166667vw;
    display: block;
  }
  .floating-desktop-1 .floating-col-1 .floating-num.max-width img {
    width: 7.8125vw;
  }
  .floating-desktop-1 .floating-col-2 .floating-num {
    display: block;
    margin-bottom: 0.4166666667vw;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .floating-desktop-1 .floating-col-2 .floating-num img {
    width: 14.5833333333vw;
  }
  .floating-desktop-2 {
    display: block;
    position: fixed;
    bottom: 1.8229166667vw;
    z-index: 9999999999;
    right: 0;
    margin-right: 0.4166666667vw;
    display: flex;
    flex-wrap: wrap;
    width: 8.5416666667vw;
  }
  .floating-desktop-2 .floating-col-2 {
    margin-bottom: 0.4166666667vw;
  }
  .floating-desktop-2 .floating-col-2 .floating-num {
    display: block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    margin-bottom: 0.4166666667vw;
    border-radius: 0.5208333333vw;
    overflow: hidden;
  }
  .floating-desktop-2 .floating-col-2 .floating-num img {
    width: 8.5416666667vw;
  }
}/*# sourceMappingURL=style.css.map */