/*@charset "utf-8";*/
/*!
 * 作者：miniidea
 * 网站地址: http://www.miniidea.com
 */
/**
 +------------------------------------------------------------------------------
 * ************   Reset Css   ************
 +------------------------------------------------------------------------------
 */
html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
body { margin: 0 }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block }
h1 { font-size: 2em; margin: .67em 0 }
figure { margin: 1em 40px }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible }
pre { font-family: monospace; font-size: 1em }
a { background-color: transparent; -webkit-text-decoration-skip: objects }
a:active, a:hover { outline-width: 0 }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted }
b, strong { font-weight: bolder }
code, kbd, samp { font-family: monospace; font-size: 1em }
dfn { font-style: italic }
mark { background-color: #ff0; color: #000 }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub { bottom: -.25em }
sup { top: -.5em }
audio, canvas, video { display: inline-block }
audio:not([controls]) { display: none; height: 0 }
img { border-style: none }
svg:not(:root) { overflow: hidden }
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; outline: none }
button, input { overflow: visible }
button, select { text-transform: none }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0 }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: .35em .625em .75em }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal }
progress { display: inline-block; vertical-align: baseline }
textarea { overflow: auto }
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; cursor: pointer }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit }
summary { display: list-item }
[hidden], template { display: none }
/**
 +------------------------------------------------------------------------------
 * ************   Theme Css   ************
 +------------------------------------------------------------------------------
 */
:root { --text-color: #666; --text-bg: var(--text-color); --text-size: 14px; --color: #333; --hover-color: #242F6C; --bg: #f7f7f6; --white: #fff; --white-rgb: 255, 255, 255; --black: #000; --black-rgb: 0, 0, 0; --opacity: .7 }
/**
 +------------------------------------------------------------------------------
 * ************   Common Css   ************
 +------------------------------------------------------------------------------
 */
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit }
html { -webkit-box-sizing: border-box; box-sizing: border-box }
body { font-size: 1rem; line-height: 1.42858; font-family: "Mulish", "Source Han Sans CN", "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif; color: #666 }
ol, ul { list-style: none }
dl, dd, ul, p { margin: 0; padding: 0 }
a { text-decoration: none; color: #333 }
a:hover { color: var(--text-color) }
code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace }
pre { display: block; font-size: 13px; line-height: 1.42858; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; overflow: auto }
code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 3px }
kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: inherit; font-weight: 500; line-height: 1.1 }
small, .small { font-weight: 400; line-height: 1; color: var(--color); font-size: 65% }
.fl { float: left !important }
.fr { float: right !important }
.fix::before, .fix::after { content: " "; display: table }
.fix::after { clear: both }
.flex { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap }
.hide { display: none !important }
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.ellipsis-rows { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 2; text-overflow: ellipsis }
/**
 +------------------------------------------------------------------------------
 * ************   Grids Css   ************
 +------------------------------------------------------------------------------
 */
.container { max-width: 1440px; margin: 0 auto; padding-left: 15px; padding-right: 15px }
.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-right: -15px }
.row.no-gutter { margin-left: 0; margin-right: 0 }
.row.no-gutter .col, .row.no-gutter .col-1, .row.no-gutter .col-2, .row.no-gutter .col-3, .row.no-gutter .col-4, .row.no-gutter .col-5, .row.no-gutter .col-6, .row.no-gutter .col-7, .row.no-gutter .col-8, .row.no-gutter .col-9, .row.no-gutter .col-10, .row.no-gutter .col-11, .row.no-gutter .col-12 { padding: 0 }
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { position: relative; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px }
@media (min-width:576px) {
  .col-1 { flex: 0 0 8.33333%; max-width: 8.33333% }
  .col-offset-1 { margin-left: 8.33333% }
  .col-2 { flex: 0 0 16.66667%; max-width: 16.66667% }
  .col-offset-2 { margin-left: 16.66667% }
  .col-3 { flex: 0 0 25%; max-width: 25% }
  .col-offset-3 { margin-left: 25% }
  .col-4 { flex: 0 0 33.33333%; max-width: 33.33333% }
  .col-offset-4 { margin-left: 33.33333% }
  .col-5 { flex: 0 0 41.66667%; max-width: 41.66667% }
  .col-offset-5 { margin-left: 41.66667% }
  .col-6 { flex: 0 0 50%; max-width: 50% }
  .col-offset-6 { margin-left: 50% }
  .col-7 { flex: 0 0 58.33333%; max-width: 58.33333% }
  .col-offset-7 { margin-left: 58.33333% }
  .col-8 { flex: 0 0 66.66667%; max-width: 66.66667% }
  .col-offset-8 { margin-left: 66.66667% }
  .col-9 { flex: 0 0 75%; max-width: 75% }
  .col-offset-9 { margin-left: 75% }
  .col-10 { flex: 0 0 83.33333%; max-width: 83.33333% }
  .col-offset-10 { margin-left: 83.33333% }
  .col-11 { flex: 0 0 91.66667%; max-width: 91.66667% }
  .col-offset-11 { margin-left: 91.66667% }
  .col-12 { flex: 0 0 100%; max-width: 100% }
  .col-offset-12 { margin-left: 100% }
  .cols-10 > .col-1 { flex: 0 0 10%; max-width: 10% }
  .cols-10 > .col-offset-1 { margin-left: 10% }
  .cols-10 > .col-2 { flex: 0 0 20%; max-width: 20% }
  .cols-10 > .col-offset-2 { margin-left: 20% }
  .cols-10 > .col-3 { flex: 0 0 30%; max-width: 30% }
  .cols-10 > .col-offset-3 { margin-left: 30% }
  .cols-10 > .col-4 { flex: 0 0 40%; max-width: 40% }
  .cols-10 > .col-offset-4 { margin-left: 40% }
  .cols-10 > .col-5 { flex: 0 0 50%; max-width: 50% }
  .cols-10 > .col-offset-5 { margin-left: 50% }
  .cols-10 > .col-6 { flex: 0 0 60%; max-width: 60% }
  .cols-10 > .col-offset-6 { margin-left: 60% }
  .cols-10 > .col-7 { flex: 0 0 70%; max-width: 70% }
  .cols-10 > .col-offset-7 { margin-left: 70% }
  .cols-10 > .col-8 { flex: 0 0 80%; max-width: 80% }
  .cols-10 > .col-offset-8 { margin-left: 80% }
  .cols-10 > .col-9 { flex: 0 0 90%; max-width: 90% }
  .cols-10 > .col-offset-9 { margin-left: 90% }
  .cols-10 > .col-10 { flex: 0 0 100%; max-width: 100% }
  .cols-10 > .col-offset-10 { margin-left: 100% }
  .col { flex-basis: 0; flex-grow: 1; max-width: 100% }
}
/**
 +------------------------------------------------------------------------------
 * ************   Swiper Css   ************
 +------------------------------------------------------------------------------
 */
:root { --swiper-theme-color: #007aff }
.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1 }
.swiper-vertical>.swiper-wrapper { flex-direction: column }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box }
.swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0) }
.swiper-pointer-events { touch-action: pan-y }
.swiper-pointer-events.swiper-vertical { touch-action: pan-x }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform }
.swiper-slide-invisible-blank { visibility: hidden }
.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto }
.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height }
.swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px }
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper { transform-style: preserve-3d }
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 }
.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, .15) }
.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-css-mode>.swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none }
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar { display: none }
.swiper-css-mode>.swiper-wrapper>.swiper-slide { scroll-snap-align: start start }
.swiper-horizontal.swiper-css-mode>.swiper-wrapper { scroll-snap-type: x mandatory }
.swiper-vertical.swiper-css-mode>.swiper-wrapper { scroll-snap-type: y mandatory }
.swiper-centered>.swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999 }
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-horizontal>.swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after) }
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-vertical>.swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after) }
.swiper-centered>.swiper-wrapper>.swiper-slide { scroll-snap-align: center center; scroll-snap-stop: always }
.swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out }
.swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity }
.swiper-fade .swiper-slide .swiper-slide { pointer-events: none }
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent }
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear }
.swiper-lazy-preloader-white { --swiper-preloader-color: #fff }
.swiper-lazy-preloader-black { --swiper-preloader-color: #000 }
@keyframes swiper-preloader-spin {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
/**
 +------------------------------------------------------------------------------
 * ************   Public Css   ************
 +------------------------------------------------------------------------------
 */
@font-face {
  font-family: "Source Han Sans CN";
  src: url("fonts/SourceHanSans.woff2?t=20240101") format("woff2"),
       url("fonts/SourceHanSans.woff?t=20240101") format("woff"),
       url("fonts/SourceHanSans.ttf?t=20240101") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.clear { clear: both }

.mt5 { margin-top: 5px }
.mt10 { margin-top: 10px }
.mt15 { margin-top: 15px }
.mt20 { margin-top: 20px }
.mt30 { margin-top: 30px }
.mt40 { margin-top: 40px }
.mt50 { margin-top: 50px }

.pr { position: relative }

.first { margin-left: 0 !important }
.last { margin-right: 0 !important }

/*scrollbar*/
::-webkit-scrollbar { width: 10px; height: 10px }
::-webkit-scrollbar-button:vertical { display: none }
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner { background-color: #fff }
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: rgba(0, 0, 0, .3) }
::-webkit-scrollbar-thumb:vertical:hover { background-color: rgba(0, 0, 0, .35) }
::-webkit-scrollbar-thumb:vertical:active { background-color: rgba(0, 0, 0, .38) }

/*header*/
header { position: relative; top: 0; right: 0; left: 0; z-index: 99; width: 100%; height: auto; background: var(--white); border-bottom: 1px solid #F0F5FA; box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.21) }
.headtop { padding-top: 14px; padding-bottom: 10px; font-family: "Mulish", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.8em; color: var(--white); background: var(--hover-color); border-bottom: 1px solid #F2F3F6 }
.headtop .container { max-width: 1740px; justify-content: space-between }
.headtop-right { align-items: center }
.headtop-contact { align-items: center }
.headtop-contact li { display: flex; align-items: center; margin-right: calc(80px / 2); margin-left: calc(80px / 2) }
.headtop-contact li a { display: flex; align-items: center; color: var(--white) }
.headtop-contact li svg { color: #F8EE7D; transition: color 0.3s }
.headtop-contact li span { margin-left: 8px }
.lang { position: relative }
.lang-link { display: flex; justify-content: space-between; align-items: center; width: 120px !important; padding: 4px 20px; border: 1px solid #949494; border-radius: 20px; background-color: #fff;  cursor: pointer; color: #333 }
.lang-link span { display: flex; align-items: center; line-height: 1.8em; font-size: 16px }
.lang-link span img { margin-top: 2px; margin-right: 5px }
.lang-menu { display: none; width: 120px !important; visibility: visible; max-height: 250px; padding: 4px 13px; height: auto; overflow-y: auto; position: absolute; left: 0; top: 0; min-height: auto; border-radius: 20px; background-color: #fff; color: #333; z-index: 999999; border: 1px solid #949494 }
.lang-menu li { margin-top: 5px }
.lang-menu li:first-child { margin-top: 0 }
.lang-menu li a { display: block; padding: 0 7px; line-height: 1.8em; font-size: 16px }
.lang-menu li a img { margin-top: 2px; margin-right: 5px }
.lang-menu li:hover { background: #F0F0F0; border-radius: 2px }
.lang:hover .lang-menu { visibility: visible; display: inline-block !important }
.lang:hover .lang-menu li:first-child:hover { background: none }

.header { position: relative; max-width: 1740px; width: 100%; height: auto; padding-top: 21px; padding-bottom: 22px; -ms-align-items: center; align-items: center; -ms-flex-pack: space-between; justify-content: space-between }
.header .logobox { align-items: center }
.header .logobox a.logo { display: block; height: 50px }
.header .logobox a.logo img { display: block; width: 100%; height: 100% }
.nav>ul { align-items: center }
.nav>ul li { position: relative; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out }
.nav>ul>li { display: inline-block; padding: 0 11px }
.nav>ul>li>span>a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; height: 100%; line-height: 1.8em; font-family: "Kanit", Sans-serif; font-size: 16px; font-weight: 500; text-transform: uppercase; padding: 10px 15px; color: var(--color) }
.nav>ul>li>span>a>svg { margin-left: 6px }
.nav>ul>li>span>a:hover{ color: var(--hover-color) }
.nav>ul>li.nav-item-children span.nav-toggle button { display: none }
.nav>ul>li ul.subnav { position: absolute; top: 100%; left: 0; min-width: 270px; z-index: 999; opacity: 0; visibility: hidden; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); border-radius: 5px; background-color: #fff; box-sizing: border-box; box-shadow: 0px 0px 50px 10px rgb(0 0 0 / 10%); -webkit-box-shadow: 0px 0px 50px 10px rgb(0 0 0 / 10%); -moz-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, .10) }
.nav>ul>li ul.subnav:before { content: ""; position: absolute; height: 12px; width: 100%; top: -12px; left: 0 }
.nav>ul>li ul.subnav:after { content: ""; position: absolute; height: 15px; width: 15px; top: -5px; left: 50px; opacity: 1; z-index: -1; background: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) }
.nav>ul>li>ul.subnav { top: 130%; margin-top: -12px }
.nav>ul>li ul.subnav li { font-family: "Kanit", Sans-serif; font-size: 14px; font-weight: 400; text-transform: capitalize; border-bottom: 1px solid #f5f5f5 }
.nav>ul>li ul.subnav li:first-child { border-radius: 5px 5px 0px 0px }
.nav>ul>li ul.subnav li:last-child { border-bottom: none; border-radius: 0px 0px 5px 5px }
.nav>ul>li ul.subnav li span a { display: flex; align-items: center; justify-content: space-between; padding: 6px 20px; line-height: 30px; color: var(--color) }
.nav>ul>li ul.subnav li:hover { background-color: #DE3232 }
.nav>ul>li ul.subnav li:hover span a { color: var(--white) }
.nav>ul>li> ul.subnav>li ul.subnav { top: 0; left: 100% }
.nav>ul>li ul.subnav li ul.subnav { left: 105%; margin-left: -15px }
.nav>ul>li ul.subnav li ul.subnav:after { top: 15px; left: -5px }
.nav>ul>li ul.subnav li ul.subnav li span a { color: var(--color) }
.nav>ul>li ul.subnav li ul.subnav li span a:hover { color: var(--white) }
.nav>ul li.nav-item-children:hover > ul.subnav { opacity: 1; visibility: visible; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px) }
.nav .search { display: none }

.socialbox { margin-right: 24px }
.social { align-items: center }
.social li { margin-right: 16px }
.social li a { display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; color: var(--hover-color) }
.social li a.facebook { color: #fff }
.social li a.instagram { color: #1DA1F2 }
.social li a.whatsapp { color: #43C656 }
.social li a.weixin { color: #5EDBD5 }

.search { justify-content: space-between; align-items: center; height: 36px; padding: 4px 10px 4px 15px; border-radius: 20px; border: 1px solid var(--color); background: #fff }
.search-text { border: none }
.search-but { cursor: pointer; outline: 0; border: none; background: transparent }
.search-but:hover { color: #DE3232 }

.nav-toggler { display: none; padding: 4px 3px; cursor: pointer; border: none; background-color: transparent; -webkit-tap-highlight-color: transparent }
.nav-toggler .toggler-icon { display: block; padding-top: 3px; padding-bottom: 3px; transition: all .4s ease }
.nav-toggler .toggler-icon::before { content: ''; display: block; height: 2px; width: 26px; background-color: #000; border-top-right-radius: 2px; border-bottom-left-radius: 2px; border-radius: 2px; transition: transform .4s ease .2s, background-color .5s ease 0s }
.nav-toggler.opened .toggler-icon:nth-child(1) { transform: translateY(8px) }
.nav-toggler.opened .toggler-icon:nth-child(1)::before { transform: rotate(45deg) }
.nav-toggler.opened .toggler-icon:nth-child(2) { opacity: 0 }
.nav-toggler.opened .toggler-icon:nth-child(3) { transform: translateY(-8px) }
.nav-toggler.opened .toggler-icon:nth-child(3)::before { transform: rotate(-45deg) }

header.fixed { position: fixed }
header.fixed .headtop { display: none }

/*footer*/
footer { position: relative; width: 100%; font-family: "Mulish", sans-serif; font-size: 16px; color: var(--white); background: var(--hover-color) }
footer a { color: #a8aece; transition: color .3s ease-in-out }
footer a:hover { color: var(--white) }
.footer { position: relative; padding: 90px 0 70px; background: url(../images/image-footer-rsxtelh.jpg) no-repeat center / cover; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s }
.footer::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: var(--hover-color); opacity: .97; transition: background 0.3s, border-radius 0.3s, opacity 0.3s }
.footlogo {  }
.footlogo img { display: block; height: auto; width: initial; margin-top: 6px }
.footlogo p.slogan { margin-top: 34px; margin-right: 98px; line-height: 1.8em; font-weight: 500; font-size: 16px; color: #a8aece }
.footnav { flex: 0 0 20%; max-width: 20% }
.footnav h6 { line-height: 1.25em; font-weight: 700; font-size: 16px }
.footnav ul { margin-top: 20px }
.footnav ul li { padding-top: 6px; padding-bottom: 6px }
.footnav ul li a { display: block; line-height: 20px }
.footcontact { flex: 0 0 46.666%; max-width: 46.666% }
.footcontact h6 { line-height: 1.25em; font-weight: 700; font-size: 16px }
.footcontact ul { margin-top: 20px }
.footcontact ul li { display: flex; justify-content: flex-start; align-items: flex-start; padding-bottom: calc(6px / 2); line-height: 2em; font-family: "Rubik", Sans-serif; font-size: 16px; font-weight: 400; text-transform: none; color: #A8AECE }
.footcontact ul li a { display: flex; justify-content: flex-start; align-items: flex-start }
.footcontact ul li i.footer-icon { display: flex; justify-content: center; align-items: center; flex: 0 0 16px; max-width: 16px; width: 2em; height: 2em; margin-right: 8px; color: #fff }
.copyright { position: relative; padding: 33px 0 30px; line-height: 1.8em; font-weight: 500; border-top: 1px solid #A8AECE5C; background: var(--hover-color); transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s }
.copyright .flex { justify-content: center; align-items: center }
.copyright a { color: var(--white) }
.copyright a:hover { color: #fff; text-decoration: underline }

/*floating*/
.floating { position: fixed; top: 80%; right: 15px; transform: translateY(-50%); z-index: 9 }
.floating li { position: relative; width: 55px; height: 55px; margin-top: 10px; justify-content: center; align-items: center; cursor: pointer; font-size: 14px; color: #606060; background: #fff; border-radius: 5px; box-shadow: 0 0 12px 0 hsl(0deg 0% 71% / 30%) }
.floating li:first-child { margin-top: 0 }
.floating li > span { display: flex; flex-direction: column; align-items: center; flex-wrap: nowrap; justify-content: center; width: 100%; height: 100%; }
.floating li .tooltip { display: none; position: absolute; top: 50%; right: 100%; padding-right: 10px; transform: translateY(-50%) }
.floating li .tooltip-box { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #646464; letter-spacing: 1px; border-radius: 4px; background: #fff; box-shadow: 0 0 12px 0 hsl(0deg 0% 71% / 30%); overflow: hidden }
.floating li .tooltip-box.tooltip-inner { line-height: 28px; word-wrap: break-word; word-break: normal; white-space: nowrap }
.floating li .tooltip-box img { padding: 10px }
.floating li .tooltip-box > a { width: 100%; padding: 16px; text-align: left }
.floating li .tooltip-box > a:hover { background: linear-gradient(rgb(255, 255, 255) 0px, rgb(249, 250, 255) 100%) }
.floating li .tooltip-box > a p { line-height: 24px; font-size: 16px }
.floating li > a { display: block; width: 30px; height: 30px; color: inherit }
.floating li:hover { color: #fff; background: linear-gradient(180deg, #c00, #c00) }
.floating li:hover .tooltip { display: block }
.floating li.gotop { display: none }

/*grid*/
@media (max-width:1440px) {
  .container, .headtop .container, .header { max-width: 1230px }
}
@media (max-width:1280px) {
  .container, .headtop .container, .header { max-width: 1096px }
}
@media (max-width:1024px) {
  .container, .headtop .container, .header { max-width: 992px }

  /*header*/
  header { position: sticky }
  .headtop-contact, .lang { display: none }
  .header { max-width: 100%; height: 66px !important; padding-top: 0; padding-bottom: 0; justify-content: space-between; border-bottom: 1px solid #f0f1f2 }
  .header .logobox a.logo { width: auto; height: 40px }

  .nav-toggler { display: block }
  .overflow { overflow: hidden }
  .nav { align-content: flex-start; position: absolute; top: 66px; left: 0; z-index: 9; width: 100%; height: 0; background-color: #fff; border-top: none; transition: all .6s ease; align-items: initial; overflow-x: hidden; overflow-y: scroll }
  .nav::-webkit-scrollbar { width: 5px; height: 6px }
  .nav::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(150, 150, 150, .3) }
  .nav.active { height: calc(100vh - 66px); border-top: 1px solid rgba(255, 255, 255, .1) }
  .nav>ul { flex-direction: column; align-items: flex-start; padding-top: 0; padding-left: 20px; padding-right: 20px }
  .nav>ul>li { max-width: 100%; flex: 0 0 100%; width: 100%; height: auto; padding: 0; border-bottom: 1px solid #f0f1f2 }
  .nav>ul>li>span { }
  .nav>ul>li>span>a { display: block; padding-top: 18px; padding-bottom: 18px }
  .nav>ul>li span a svg { display: none }
  .nav>ul>li>ul.subnav { margin-top: 0 }
  .nav>ul>li ul.subnav li ul.subnav { margin-left: 0 }
  .nav>ul>li.nav-item-children span { display: flex; justify-content: space-between; align-items: center }
  .nav>ul>li.nav-item-children span.nav-toggle button { display: block }
  .nav>ul>li.nav-item-children span button { display: none; position: relative; width: 50px; min-height: 50px; padding: 0; color: #fff; transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1), transform-origin .3s cubic-bezier(0.86, 0, 0.07, 1); opacity: 0.8; background-color: transparent; border: none; cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent }
  .nav>ul>li.nav-item-children span button i { position: absolute; top: 50%; right: 2px; width: 20px; height: 28px; transform: translateY(-14px) }
  .nav>ul>li.nav-item-children span button::after { content: normal }
  .nav>ul>li.nav-item-children span button i::before, .nav>ul>li.nav-item-children span button i::after { content: ""; display: block; position: absolute; top: 58%; width: 10px; height: 2px; z-index: 9; border: none; background: rgba(0, 0, 0, .85); transition: transform .3s cubic-bezier(0.86, 0, 0.07, 1), transform-origin .3s cubic-bezier(0.86, 0, 0.07, 1) }
  .nav>ul>li.nav-item-children span button i::before { right: 50%; border-radius: 1px 0 0 1px; transform-origin: 100% 100%; transform: rotate(42deg) scaleY(1.1) }
  .nav>ul>li.nav-item-children span button i::after { left: 50%; border-radius: 0 1px 1px 0; transform-origin: 0% 100%; transform: rotate(-42deg) scaleY(1.1) }
  .nav>ul>li.nav-item-children span button:hover { opacity: 1 }
  .nav>ul>li.nav-item-children span button.show { transform: translateY(-8px) }
  .nav>ul>li.nav-item-children span button.show i::before { transform-origin: 100% 0%; transform: rotate(-42deg) scaleY(1.1) }
  .nav>ul>li.nav-item-children span button.show i::after { transform-origin: 0% 0%; transform: rotate(42deg) scaleY(1.1) }
  .nav>ul>li.nav-item-children .subnav { display: none; opacity: 0; visibility: hidden; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; position: static; visibility: visible; opacity: 1; box-shadow: none; transform: initial; transition: initial; width: 100% !important }
  .nav>ul>li.nav-item-children:hover .subnav { visibility: visible; opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0) }
  .nav>ul>li.nav-item-children ul.subnav { border-top: 1px solid #f5f5f5 }
  .nav>ul>li.nav-item-children ul.subnav li span a { padding: 10px 30px }
  .nav>ul>li.nav-item-children ul.subnav li ul.subnav li span a { padding-left: 40px; padding-right: 40px }
  .socialbox { display: none }

  .search { display: none }
  .nav .search { display: flex; margin-top: 10px; margin-left: 20px; margin-right: 20px }

  /*floating*/
  .floating li { position: relative; width: 44px; height: 44px; }
  .floating li > span svg, .floating li > a svg { width: 20px; height: 20px; }
  .floating li > a { width: 20px; height: 20px; }
}
@media (max-width:768px){
  .container, .headtop .container { max-width: 690px }

  /*footer*/
  .footlogo, .footnav, .footcontact { flex: 0 0 100%; max-width: 100% }
  .footer { padding: 4em 1em 4em 1em }
  .footlogo p.slogan { margin-right: 0; margin-bottom: 1.75em }
  .footcontact { margin-top: 1.75em }
}
@media (max-width:576px){
  /*header*/
  header .container { max-width: 100% }

  /*floating*/
  .floating li { position: relative; width: 36px; height: 36px; }
  .floating li > span svg, .floating li > a svg { width: 16px; height: 16px; }
  .floating li > a { width: 16px; height: 16px; }
}