@charset "UTF-8";
#main-content .floating-nav {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: -1px -3px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#main-content .floating-nav .swiper-slide:not(.swiper-slide-active) {
  z-index: -1;
}
#main-content .floating-nav .swiper-slide:not(.swiper-slide-active) .floating-nav-inner {
  opacity: 0 !important;
}
#main-content .floating-nav-inner {
  padding: 10px;
  text-align: center;
}
#main-content .floating-nav-text {
  padding-bottom: 10px;
}
#main-content .floating-nav-text span {
  display: inline-block;
  width: 12vw;
  padding: 0 5px;
}
#main-content .floating-nav-text span img {
  width: 100%;
}
#main-content .floating-nav-btn-inner {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
}
#main-content .floating-nav-btn {
  padding: 12px 18px;
  border: 2px solid #f0f;
  border-radius: 30px;
  line-height: 0;
  text-align: center;
}
#main-content .floating-nav-btn:last-child {
  margin-left: 10px;
}
#main-content .floating-nav-btn a {
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
#main-content .floating-nav-btn a.bochk-icon {
  padding-right: 7vw;
}
#main-content .floating-nav-btn a.bochk-icon:after {
  content: "";
  background: url("../images/bochk-app-icon.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#main-content .floating-nav-btn.one-item {
  margin: 0;
}
#main-content .third-party-msg {
  display: none;
}
#main-content .third-party-msg-link {
  display: none;
}

.Header__headerContainer {
  display: none;
  position: relative;
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
}

.Header__header {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  margin: auto;
  position: relative;
  z-index: 100;
  padding-top: 16px;
  padding-bottom: 16px;
}
.Header__header a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.Header__header a img {
  border: none;
  width: 100%;
  -webkit-transform: translateZ(0);
}

.Header__menuContainer {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  margin: auto;
}

.Header__separator {
  background-color: #666;
}
.Header__separator div {
  height: 7px;
  margin-left: calc(50% - 40px);
  background-color: #a00;
}

.Menu__topRightMenu {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 700;
  float: right;
  margin: 0;
}
.Menu__topRightMenu li {
  display: inline-block;
  font-size: 0.8125rem;
  margin: 0 3px;
  vertical-align: top;
}
.Menu__topRightMenu li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.Menu__topRightMenu li a:hover {
  text-decoration: underline;
}
.Menu__topRightMenu li.Menu__home a {
  width: 19px;
  height: 18px;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/btn-home.png) no-repeat 0 0;
}
.Menu__topRightMenu li.Menu__home a span {
  display: none;
}

.Menu__background {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  top: 170px;
  left: 0;
  z-index: 1600;
}

.Menu__background.Menu__selected {
  display: block;
}

.Menu__mainMenu {
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
  z-index: 2100;
}
.Menu__mainMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
}
.Menu__mainMenu ul li {
  vertical-align: top;
}
.Menu__mainMenu ul a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.Menu__mainMenu ul a:hover {
  color: #ad182e;
}
.Menu__mainMenu > div {
  background: #d9e5ed url(https://www.bochk.com/etc/designs/bochk_web/images/main/nav-bg.jpg) repeat-x 0 0;
  border-top: 1px solid #b9c3cd;
}
.Menu__mainMenu > div:first-child {
  border-top: none;
}

.Menu__menuItem {
  display: inline-block;
  margin: 10px 0 6px;
  padding: 0 15px;
  border-left: 1px solid #99a4ab;
}
.Menu__menuItem:first-child {
  border-left: none;
}

.Menu__menuItem.Menu__selected .Menu__subMenu {
  display: block;
}

.Menu__loginMenu {
  position: absolute;
  z-index: 1001;
  left: 20px;
  width: 230px;
  font-size: 16px;
}
.Menu__loginMenu:lang(en) {
  font-size: 14px;
}
.Menu__loginMenu a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.Menu__loginMenu:hover > a {
  display: none;
}
.Menu__loginMenu:hover > div {
  display: block;
}
.Menu__loginMenu > a {
  position: absolute;
  top: 14px;
  left: 33px;
  overflow: hidden;
  color: #ad182e;
  padding: 4px 20px 7px 12px;
  text-align: center;
  display: inline-block;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/login-open-btn.png) no-repeat 50%;
  z-index: 11;
}
.Menu__loginMenu > a span {
  display: block;
  font-weight: 700;
  padding: 0 20px 0 0;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/login-icon.png) no-repeat 100%;
  font-size: 16px;
}
.Menu__loginMenu > div {
  overflow: visible;
  display: none;
  position: relative;
  height: 265px;
  margin: 15px 0;
  padding: 0 9px 0 31px;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/login-bg2.png) no-repeat top;
  z-index: 12;
}
.Menu__loginMenu > div .h1 {
  font-size: 100%;
  padding: 0;
  margin: 0 10px 0 25px;
}
.Menu__loginMenu > div .h1 a {
  display: block;
  font-size: 100%;
  color: #b6002a;
  padding: 10px 0;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/login-icon.png) no-repeat 100%;
}
.Menu__loginMenu > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.Menu__loginMenu > div > ul li {
  vertical-align: top;
}
.Menu__loginMenu > div > ul li:hover > ul {
  display: block;
}
.Menu__loginMenu > div > ul li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: block;
  padding: 12px 10px 12px 6px;
  cursor: pointer;
}
.Menu__loginMenu > div > ul li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  left: 216px;
  width: 200px;
  background-color: #ccc;
  z-index: 1;
}
.Menu__loginMenu > div a.button {
  width: 220px;
  overflow: hidden;
  font-size: 90%;
  padding: 5px 11px;
  position: absolute;
  left: 50%;
  margin-left: -114px;
  bottom: 5px;
  height: 35px;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/login-btn-bg2.png) no-repeat top;
}

.Menu__eService {
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/login-alert-icon.png) no-repeat 130px;
  display: block !important;
  padding: 10px 8px;
  margin-left: 30px;
}

.Menu__ir {
  width: 220px;
  overflow: hidden;
  font-size: 90%;
  padding: 5px 11px;
  position: absolute;
  left: 50%;
  margin-left: -114px;
  bottom: 5px;
  height: 35px;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/login-btn-bg2.png) no-repeat top;
}
.Menu__ir span {
  display: block;
  padding: 2px 10px;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/login-btn-corner.png) no-repeat 100% 0;
  border-bottom: 1px solid #999;
}

.Menu__subMenu {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 2000;
}
.Menu__subMenu > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: block !important;
  color: #ad182e !important;
  font-size: 100%;
  margin: 0 20px;
  padding: 20px 5px 10px;
  border-bottom: 2px solid #ad182e;
}
.Menu__subMenu > a:hover {
  text-decoration: underline;
}
.Menu__subMenu > ul {
  list-style: none;
  padding: 0;
  margin: 10px 25px 20px;
}

.Menu__column {
  vertical-align: top;
  display: inline-block;
  width: 25%;
}
.Menu__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Menu__subMenuItem {
  vertical-align: top;
  margin-top: 8px;
}
.Menu__subMenuItem > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/icon-nav-main-red.png) no-repeat 0;
  padding-left: 12px;
  color: #2fb0ad !important;
}
.Menu__subMenuItem > a:hover {
  text-decoration: underline;
}
.Menu__subMenuItem > ul {
  padding: 0;
  padding-left: 12px;
  margin-top: 8px;
}
.Menu__subMenuItem > ul > li {
  vertical-align: top;
  margin-top: 8px;
}
.Menu__subMenuItem > ul > li > a {
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/icon-nav-main-green.png) no-repeat 0;
  padding-left: 12px;
  color: #7f7f7f !important;
  font-weight: 700;
}
.Menu__subMenuItem > ul > li > a:hover {
  text-decoration: underline;
}

.MobileHeader__headerContainer {
  display: none;
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
}
.MobileHeader__headerContainer a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.MobileHeader__langauageSwitcher {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #d0d2d2;
  border-bottom: 1px solid #000;
  text-align: right;
  padding: 0 9px;
}
.MobileHeader__langauageSwitcher li {
  vertical-align: top;
  display: inline-block;
  font-size: 1rem;
  margin: 0 2px;
  color: #656565;
}
.MobileHeader__langauageSwitcher li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.MobileHeader__header {
  text-align: center;
}

.MobileHeader__menuBtn {
  float: left;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/btn-menu.png) no-repeat center 6px;
  background-size: 18px;
  padding: 26px 12px 3px;
  color: #656565;
  display: inline-block;
}

.MobileHeader__logo {
  padding: 8px 10px;
  display: inline-block;
}
.MobileHeader__logo img {
  max-width: 180px;
}

.MobileHeader__loginBtn {
  float: right;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/btn-login.png) no-repeat center 6px;
  background-size: 15px;
  padding: 26px 12px 3px;
  color: #656565;
  display: inline-block;
}

.MobileHeader__separator {
  background-color: #666;
}
.MobileHeader__separator div {
  height: 7px;
  margin-left: calc(50% - 40px);
  background-color: #a00;
}

.desktopSitemap {
  color: #666;
  background-color: #f1f1f3;
  color: #333;
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
}

.desktopSitemap.desktopSitemap__active .desktopSitemap__menu {
  max-height: 2000px;
}
.desktopSitemap.desktopSitemap__active button {
  background: transparent url(https://www.bochk.com/etc/designs/bochk_web/images/main/icon-sitemap-arrow-top.png) no-repeat bottom;
}

.desktopSitemap__container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.desktopSitemap__title {
  text-align: center;
}
.desktopSitemap__title > button {
  border: none;
  background-color: transparent;
  background-color: initial;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: inherit;
  padding: 0;
  letter-spacing: inherit;
  font-family: inherit;
  margin: 10px 0;
  font-size: 0.9375rem;
  font-weight: 700;
  padding-bottom: 15px;
  background: transparent url(https://www.bochk.com/etc/designs/bochk_web/images/main/icon-sitemap-arrow-bottom.png) no-repeat bottom;
}
.desktopSitemap__title > button:hover {
  text-decoration: underline;
}

.desktopSitemap__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
  border-top: 1px solid #999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.desktopSitemap__menu > div {
  display: inline-block;
  vertical-align: top;
  width: 12%;
  padding-top: 20px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.875rem;
}
.desktopSitemap__menu > div > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-weight: 700;
  margin-bottom: 20px;
}
.desktopSitemap__menu > div > a:hover {
  text-decoration: underline;
}
.desktopSitemap__menu > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktopSitemap__menu > div li {
  padding-bottom: 6px;
  vertical-align: top;
}
.desktopSitemap__menu > div li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.desktopSitemap__menu > div li a:hover {
  text-decoration: underline;
}

.mobileSitemap {
  background-color: #d2dcde;
  box-shadow: 0 -2px 5px 0 #999;
  overflow: hidden;
  display: none;
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
}

.mobileSitemap__container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.mobileSitemap__menu {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 15px 10%;
  border-bottom: 1px solid #999;
}
.mobileSitemap__menu > div {
  flex: 1 1;
  border-left: 1px solid #999;
  padding-left: 15px;
}
.mobileSitemap__menu > div:first-child {
  border-left: none;
  padding-left: 0;
  padding-right: 15px;
}
.mobileSitemap__menu > div a {
  display: block;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/icon-sitemap.png) no-repeat left 16px;
  padding: 10px 0 10px 15px;
  font-size: 1rem;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.footer__bottomText {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
  color: #000;
  font-size: 12px;
  padding: 60px 20px;
  text-align: center;
  padding: 60px 20px;
}

.footer__bottom {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
  padding: 20px 20px 10px;
  overflow: hidden;
  color: #666;
  position: relative;
  background-color: #d2dcde;
}
.footer__bottom > div {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  justify-content: space-between;
}
.footer__bottom > div > div {
  display: flex;
  align-items: center;
}
.footer__bottom img {
  width: 8.2vw;
  max-width: 118px;
}

.footer__copyright {
  font-size: 0.875rem;
  display: inline-block;
  white-space: nowrap;
}

.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: right;
  float: right;
}
.footer__menu li {
  display: inline-block;
  margin-right: 0.875rem;
  font-size: 0.875rem;
  vertical-align: top;
}
.footer__menu li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.footer__menu li a:hover {
  text-decoration: underline;
}

.MobileMenu__background {
  cursor: pointer;
  left: 256px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1500;
  opacity: 0;
  display: none;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/block.png) repeat 0 0;
}

.MobileMenu__background.MobileMenu__background__show {
  left: 0px;
  right: 256px;
  display: block;
  opacity: 1;
  min-width: unset !important;
}

.MobileMenu__background.MobileMenu__background__show__left {
  left: 256px;
  right: 0px;
  display: block;
  opacity: 1;
}

.MobileMenu__mainMenu {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 256px;
  min-width: 256px;
  background-color: #f8f8f8;
  display: none;
  height: 100vh;
  overflow: auto;
}
.MobileMenu__mainMenu > div:first-child {
  border-top: none;
}
.MobileMenu__mainMenu > div > ul {
  margin: 0 auto;
  border-top: 3px solid #b6002a;
}
.MobileMenu__mainMenu #leftmenu-search-keyin {
  width: 180px;
  margin: 5px 5px 5px 10px;
  padding: 5px;
  color: #000;
  border: 1px solid #ccc;
}
.MobileMenu__mainMenu #leftmenu-search input {
  vertical-align: top;
}
.MobileMenu__mainMenu #page-search-submit {
  display: inline-block;
  zoom: 1;
  width: 28px;
  height: 28px;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/mobile/icon-search.png) no-repeat 0 0;
  cursor: pointer;
  border: none;
  margin: 5px 5px 5px 10px;
  padding: 0;
}
.MobileMenu__mainMenu ul {
  padding: 0;
  margin: 0;
}

.MobileMenu__mainMenu__show {
  z-index: 999 !important;
}

.MobileMenu__menuItem {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
  border-bottom: 1px solid #d9d9d9;
  color: #656565;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/leftmenu_arrow_1.png) no-repeat 220px;
  background-position: 220px;
  background-size: 25px;
}
.MobileMenu__menuItem a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: block;
  padding: 10px 30px 10px 10px;
}

.MobileLoginMenu__mobileLoginMenu {
  font-family: IBM Plex Sans, 微軟正黑體, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  width: 256px;
  min-width: unset;
  background-color: #f8f8f8;
  height: 100%;
  display: none;
}

.MobileLoginMenu__mobileLoginMenu__show {
  z-index: 100;
}

.MobileLoginMenu__mainItem {
  vertical-align: top;
  padding: 10px 10px 10px 40px;
  color: #b6002a;
  font-size: 120%;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  background: #ccc none;
  text-align: center;
  cursor: pointer;
}
.MobileLoginMenu__mainItem a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.MobileLoginMenu__mainItem img {
  width: 16px;
  margin-left: 5px;
}

.MobileLoginMenu__item {
  vertical-align: top;
  text-align: center;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/mobile/rightmenu-arrow-left.png) no-repeat 20px;
  color: #656565;
  font-size: 17.6px;
}
.MobileLoginMenu__item > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 40px;
}

.MobileLoginMenu__item.MobileLoginMenu__selected {
  color: #b6002a;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/mobile/rightmenu-arrow-down.png) no-repeat 18px;
}

.MobileLoginMenu__line {
  vertical-align: top;
  background: url(https://www.bochk.com/etc/designs/bochk_web/images/main/mobile/rightmenu-line-gradient01.png) no-repeat;
  width: 256px;
  height: 2px;
}

.MobileLoginMenu__subitem {
  vertical-align: top;
  background: #e0e0e0 url(https://www.bochk.com/etc/designs/bochk_web/images/main/mobile/rightmenu-line-gradient01.png) no-repeat bottom;
  color: #000;
  text-align: center;
  color: #656565;
  display: none;
}
.MobileLoginMenu__subitem > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 40px;
}

@media (min-width: 1025px) {
  .mobile-visible {
    display: none !important;
  }
  .desktop-visible {
    display: block !important;
  }
  #main-content .top_banner #cardface {
    width: 12.5%;
    right: 26%;
    bottom: -31px;
    z-index: 2;
  }
  #main-content .floating-nav-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px;
  }
  #main-content .floating-nav-text {
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main-content .floating-nav-text span {
    width: 3.542vw;
  }
  #main-content .floating-nav-btn {
    padding: 15px 30px;
    min-width: 200px;
  }
  #main-content .floating-nav-btn a {
    font-size: 1.2vw;
    font-size: 20px;
  }
  #main-content .floating-nav-btn a.bochk-icon {
    padding-right: 32px;
  }
  #main-content .floating-nav-btn a.bochk-icon:after {
    right: -4px;
  }
}
@media (min-width: 768px) {
  #main-content .floating-nav-text {
    font-size: 16px;
  }
  #main-content .floating-nav-text span {
    width: 70px;
  }
  #main-content .floating-nav-btn a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #main-content .floating-nav-btn.one-item {
    width: 50%;
  }
  #main-content .floating-nav-btn a.bochk-icon:lang(en) {
    display: block;
    padding-right: 5.5vw;
  }
}
@media (min-width: 799px) {
  .Header__headerContainer {
    display: block;
  }
}
@media (min-width: 1440px) {
  .Menu__loginMenu {
    margin-left: calc((100% - 1440px) / 2 + 20px);
  }
}
@media (max-width: 799px) {
  .MobileHeader__headerContainer {
    display: block;
  }
  .desktopSitemap {
    display: none;
  }
  .mobileSitemap {
    display: block;
  }
  .mobileSitemap__container {
    padding: 0 25px;
  }
  .footer__bottomText {
    padding: 20px 20px 60px;
  }
  .footer__bottom {
    padding: 15px;
  }
  .footer__bottom > div > div:last-child {
    display: none;
  }
  .footer__copyright {
    font-size: 14.4px;
    white-space: normal;
  }
  .footer__menu {
    display: none;
  }
  .MobileMenu__mainMenu__show {
    display: block;
  }
  .MobileLoginMenu__mobileLoginMenu__show {
    display: block;
  }
}
@media (max-width: 1100px) {
  .desktopSitemap__container {
    padding: 0 25px;
  }
}/*# sourceMappingURL=headerfooter.css.map */